Test Report: Docker_macOS 12739

                    
                      7c21f9163ae8b175cef980961032eb5d83504bec:2021-12-31:22031
                    
                

Test fail (7/272)

Order failed test Duration
4 TestDownloadOnly/v1.16.0/preload-exists 0.67
251 TestNoKubernetes/serial/Start 13.62
265 TestNetworkPlugins/group/calico/Start 549.29
278 TestNetworkPlugins/group/enable-default-cni/DNS 351.4
279 TestNetworkPlugins/group/kindnet/Start 334.94
283 TestNetworkPlugins/group/bridge/DNS 324.71
284 TestNetworkPlugins/group/kubenet/Start 259.16
x
+
TestDownloadOnly/v1.16.0/preload-exists (0.67s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/preload-exists
aaa_download_only_test.go:105: failed to verify preloaded tarball file exists: stat /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.16.0-docker-overlay2-amd64.tar.lz4: no such file or directory
--- FAIL: TestDownloadOnly/v1.16.0/preload-exists (0.67s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (13.62s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Start
no_kubernetes_test.go:137: (dbg) Run:  out/minikube-darwin-amd64 start -p NoKubernetes-20211231024508-2057 --no-kubernetes --driver=docker 
no_kubernetes_test.go:137: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p NoKubernetes-20211231024508-2057 --no-kubernetes --driver=docker : signal: killed (10.834968761s)

                                                
                                                
-- stdout --
	* [NoKubernetes-20211231024508-2057] minikube v1.24.0 on Darwin 11.1
	  - MINIKUBE_LOCATION=12739
	  - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	  - MINIKUBE_BIN=out/minikube-darwin-amd64
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	* Using the docker driver based on user configuration
	* Starting minikube without Kubernetes NoKubernetes-20211231024508-2057 in cluster NoKubernetes-20211231024508-2057
	* Pulling base image ...
	* Creating docker container (CPUs=2, Memory=5897MB) ...

                                                
                                                
-- /stdout --
no_kubernetes_test.go:139: failed to start minikube with args: "out/minikube-darwin-amd64 start -p NoKubernetes-20211231024508-2057 --no-kubernetes --driver=docker " : signal: killed
helpers_test.go:223: -----------------------post-mortem--------------------------------
helpers_test.go:231: ======>  post-mortem[TestNoKubernetes/serial/Start]: docker inspect <======
helpers_test.go:232: (dbg) Run:  docker inspect NoKubernetes-20211231024508-2057
helpers_test.go:236: (dbg) docker inspect NoKubernetes-20211231024508-2057:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "8f911758f9a1121863145ea1724955787adecb69452ede1847ccbc8420064aa7",
	        "Created": "2021-12-31T10:50:03.388309982Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 307267,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2021-12-31T10:50:09.514952836Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:64d09634c60d2a75596bc705aa84bdc41f76fe47c5d9ee362550bffbdc256979",
	        "ResolvConfPath": "/var/lib/docker/containers/8f911758f9a1121863145ea1724955787adecb69452ede1847ccbc8420064aa7/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/8f911758f9a1121863145ea1724955787adecb69452ede1847ccbc8420064aa7/hostname",
	        "HostsPath": "/var/lib/docker/containers/8f911758f9a1121863145ea1724955787adecb69452ede1847ccbc8420064aa7/hosts",
	        "LogPath": "/var/lib/docker/containers/8f911758f9a1121863145ea1724955787adecb69452ede1847ccbc8420064aa7/8f911758f9a1121863145ea1724955787adecb69452ede1847ccbc8420064aa7-json.log",
	        "Name": "/NoKubernetes-20211231024508-2057",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "NoKubernetes-20211231024508-2057:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "NoKubernetes-20211231024508-2057",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 6183452672,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": null,
	            "BlkioDeviceWriteBps": null,
	            "BlkioDeviceReadIOps": null,
	            "BlkioDeviceWriteIOps": null,
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [
	                {
	                    "PathOnHost": "/dev/fuse",
	                    "PathInContainer": "/dev/fuse",
	                    "CgroupPermissions": "rwm"
	                }
	            ],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "KernelMemory": 0,
	            "KernelMemoryTCP": 0,
	            "MemoryReservation": 0,
	            "MemorySwap": 6183452672,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": null,
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/b4136852cd55a5d1a2deeb7f447afc5f30b5e2837d3534c175c71fb55ebd09a6-init/diff:/var/lib/docker/overlay2/30ff08c4eb5fd04d89b267521c1c87b79df844be0336d560bfdc2aae55c660eb/diff:/var/lib/docker/overlay2/c6c7ace1af0e631f6ce5b877ef526039901d630b36943cc16b521d8851b29973/diff:/var/lib/docker/overlay2/d1fb0955e94876275fdfbb2add62fd2564c66de78890566a9ec1d3fb6990aeff/diff:/var/lib/docker/overlay2/44338e878601da06c1ef857386d3db3a81c59e130f8ee9236c4db2613a030f4a/diff:/var/lib/docker/overlay2/8feb9829d8198b82a80b1321b89e6bc76be8b668a17e8e712b6147dbdcea6d0e/diff:/var/lib/docker/overlay2/8090d10255a030045b59a5f91964496e3a4d7c07aa611d7c5c074e74fe87afcd/diff:/var/lib/docker/overlay2/793d0c972b29968e9b548a7bba65518bb5a3ad050d70c450026ffedd98cf95bf/diff:/var/lib/docker/overlay2/2fbb2c434d89872885a3dccb24cc717af8d07e9243f885e18e5821130cd5147c/diff:/var/lib/docker/overlay2/c0c502c58a64d740bb56cd9d40f3b3b616544cae3b9b5d7e78a4ba92d9430292/diff:/var/lib/docker/overlay2/16b876
5f4a3e9f63c225149b4be8b2a502d3f857620b707de35faaa2fa8128fc/diff:/var/lib/docker/overlay2/f3b9597d1eb0930e3e713b108a4e11c6b36bb8e8cc549d72bf9da26184385561/diff:/var/lib/docker/overlay2/32a5c3e3981135ee0050bb4e764dadc6f411736f64d3f31cf7d11997ef893800/diff:/var/lib/docker/overlay2/5b3a40a99edb1081e737012613ef3b4f27c8138818c01a9ccc450b7b33ea2210/diff:/var/lib/docker/overlay2/c2ee77d4fed18e505c6d1dfc20846a0c66d69cee814753398c4aa1319c5dba3a/diff:/var/lib/docker/overlay2/843b9b5580b3e7e49ddca6c68faaedd1450a03f52c9afe2ffa68a7c4106a3288/diff:/var/lib/docker/overlay2/c8dad5c815dc0892f0407d0c337ff30b03329b9ddfba532b4ea0ef6e5562550e/diff:/var/lib/docker/overlay2/aab940ea92bb5baeef5ff2d7d81eb515c926903da58dcb4b3e9723643e57f37f/diff:/var/lib/docker/overlay2/ab78edc266f38b5ea7a3fcd0b785867e91d31423617aa4045fcc899fd551931e/diff:/var/lib/docker/overlay2/315ac14ad64e7a511413856697b6b51ffda1484125a49411460634e2b5a5f54a/diff:/var/lib/docker/overlay2/e786257f2b7db8ea0b58fb3846cfbac63a01351c75c0a9c61690aa88b00db574/diff:/var/lib/d
ocker/overlay2/33e7a340cfcbabc04d248772d786671c160bf46c447b3df6b19596c28c4972d1/diff:/var/lib/docker/overlay2/55546058b304fcc364a92979e77a346ec105e573ab838cce24b873f4c0bb06a3/diff:/var/lib/docker/overlay2/b38da217129957e62514029df66891c5c38c160995a69507aa6b2dc0faa1fac7/diff:/var/lib/docker/overlay2/c857bd5b827f588e88a9a9152652d446a67a6edbee4740c7a7c934939a04759b/diff:/var/lib/docker/overlay2/77a81c8f638177aae74c75981865964da03ecc6cb44128f562d542d091a7e4fe/diff:/var/lib/docker/overlay2/ef3ddb566b7ea6d34db81933ce397b05348e158534689b138eabb97e4d959a87/diff:/var/lib/docker/overlay2/8228e7bad1d47730e12518abb697de36a75bf19e334406a37ad663d2053995d0/diff:/var/lib/docker/overlay2/248694f5116b857e6871ee93c108e59c341ec92ad5e4b48b4e4e6debf2409f41/diff:/var/lib/docker/overlay2/fd3934253cdc777d1108312b3f34fca9b6fedeabdeb6a08eabec905f253bcce5/diff:/var/lib/docker/overlay2/aaafc8873b1c59326380c688649f789694f231284ca30f2f7292974d96b8ae1c/diff:/var/lib/docker/overlay2/d3aa7a2e9c2f58fc456f9e5e09f9fe8f815b2f5cb19a5a4c0c1bf10d405
13019/diff:/var/lib/docker/overlay2/171b01daaf9eec264caf35dcb8fd3362fb9aefba3c00f32e00829d5c467ef463/diff:/var/lib/docker/overlay2/f2c90ec858b720ae77e6f35546e2808c5e8d02e4331e9c7ba04bf28ff2f87e98/diff:/var/lib/docker/overlay2/9f82dc6d250700b720226a271caa2b777069c9d1283bc1fea7db5c090d85dc1b/diff:/var/lib/docker/overlay2/8c9d9349db54d5ab83dd657892e5eaedd7d75eb9e99de4d2e5618a608bf224f8/diff:/var/lib/docker/overlay2/187d330fc783991922d522d2d392bf20bb512993ff5499a292770e9bb6891cde/diff:/var/lib/docker/overlay2/10bc05e5acc3a0c6bf898d08f5608e9cc9ef6d72d3ea4fc07e7c74e2b788e36d/diff:/var/lib/docker/overlay2/c495369088403bab91b6bfc709298f23396b013c6cd5477ed92cd623900cd51d/diff:/var/lib/docker/overlay2/e0d2ab386d9214832513bc9a82f529d58b36b24908c4f69900c18ac259116306/diff:/var/lib/docker/overlay2/033de43717eddc664091c4feaaa63983de01764e9a72fcfd3fd020b500f259bb/diff:/var/lib/docker/overlay2/f1b43c9249d1b8382cd5a07806430d2044a92a44132a6d458173c1e8de92095f/diff:/var/lib/docker/overlay2/d728c0eddb86fbbd2dd6a6ed35c0168b5b1c98
468aef84556695dbd468485a09/diff:/var/lib/docker/overlay2/e301a0df727c5f22f9284fdc6370bec2e153f5d36c921b16b0ee085869ba9edb/diff:/var/lib/docker/overlay2/3d546960fefc75cd149eb1bb24b62e51c66b7338f19038c4610fd334c9acdf70/diff",
	                "MergedDir": "/var/lib/docker/overlay2/b4136852cd55a5d1a2deeb7f447afc5f30b5e2837d3534c175c71fb55ebd09a6/merged",
	                "UpperDir": "/var/lib/docker/overlay2/b4136852cd55a5d1a2deeb7f447afc5f30b5e2837d3534c175c71fb55ebd09a6/diff",
	                "WorkDir": "/var/lib/docker/overlay2/b4136852cd55a5d1a2deeb7f447afc5f30b5e2837d3534c175c71fb55ebd09a6/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "NoKubernetes-20211231024508-2057",
	                "Source": "/var/lib/docker/volumes/NoKubernetes-20211231024508-2057/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "NoKubernetes-20211231024508-2057",
	            "Domainname": "",
	            "User": "root",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b",
	            "Volumes": null,
	            "WorkingDir": "",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "NoKubernetes-20211231024508-2057",
	                "name.minikube.sigs.k8s.io": "NoKubernetes-20211231024508-2057",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "3b12901b3868825c9ddf4e6cb4cef8f0ec17299a33ba695e216c1b90a5a6c12a",
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "Ports": {
	                "22/tcp": [],
	                "2376/tcp": [],
	                "32443/tcp": [],
	                "5000/tcp": [],
	                "8443/tcp": []
	            },
	            "SandboxKey": "/var/run/docker/netns/3b12901b3868",
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "NoKubernetes-20211231024508-2057": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.58.2"
	                    },
	                    "Links": null,
	                    "Aliases": [
	                        "8f911758f9a1",
	                        "NoKubernetes-20211231024508-2057"
	                    ],
	                    "NetworkID": "133e4b1dc1a5d03a8a429939125f101853dd29e5e25fd4691e8b7c7a5ae5bdf0",
	                    "EndpointID": "68f42f7f9b02102c07d76f829e747ce7f26c92172062770448e8aac59047c764",
	                    "Gateway": "192.168.58.1",
	                    "IPAddress": "192.168.58.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "MacAddress": "02:42:c0:a8:3a:02",
	                    "DriverOpts": null
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:240: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p NoKubernetes-20211231024508-2057 -n NoKubernetes-20211231024508-2057
E1231 02:50:11.190592    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
helpers_test.go:240: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p NoKubernetes-20211231024508-2057 -n NoKubernetes-20211231024508-2057: exit status 3 (2.210268804s)

                                                
                                                
-- stdout --
	Error

                                                
                                                
-- /stdout --
** stderr ** 
	E1231 02:50:11.728178   16389 status.go:374] failed to get storage capacity of /var: NewSession: new client: new client: Error creating new native config from ssh using: docker, &{[] [/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/NoKubernetes-20211231024508-2057/id_rsa]}: open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/NoKubernetes-20211231024508-2057/id_rsa: no such file or directory
	E1231 02:50:11.728191   16389 status.go:247] status error: NewSession: new client: new client: Error creating new native config from ssh using: docker, &{[] [/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/NoKubernetes-20211231024508-2057/id_rsa]}: open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/NoKubernetes-20211231024508-2057/id_rsa: no such file or directory

                                                
                                                
** /stderr **
helpers_test.go:240: status error: exit status 3 (may be ok)
helpers_test.go:242: "NoKubernetes-20211231024508-2057" host is not running, skipping log retrieval (state="Error")
--- FAIL: TestNoKubernetes/serial/Start (13.62s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/Start (549.29s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p calico-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=calico --driver=docker 
E1231 02:57:50.681072    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestNetworkPlugins/group/calico/Start
net_test.go:99: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p calico-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=calico --driver=docker : exit status 80 (9m9.265610972s)

                                                
                                                
-- stdout --
	* [calico-20211231023602-2057] minikube v1.24.0 on Darwin 11.1
	  - MINIKUBE_LOCATION=12739
	  - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	  - MINIKUBE_BIN=out/minikube-darwin-amd64
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	* Using the docker driver based on user configuration
	* Starting control plane node calico-20211231023602-2057 in cluster calico-20211231023602-2057
	* Pulling base image ...
	* Creating docker container (CPUs=2, Memory=2048MB) ...
	* Preparing Kubernetes v1.23.1 on Docker 20.10.12 ...
	  - kubelet.global-housekeeping-interval=60m
	  - kubelet.housekeeping-interval=5m
	  - Generating certificates and keys ...
	  - Booting up control plane ...
	  - Configuring RBAC rules ...
	* Configuring Calico (Container Networking Interface) ...
	* Verifying Kubernetes components...
	  - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	* Enabled addons: storage-provisioner, default-storageclass
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1231 02:56:16.359859   17885 out.go:297] Setting OutFile to fd 1 ...
	I1231 02:56:16.360005   17885 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 02:56:16.360011   17885 out.go:310] Setting ErrFile to fd 2...
	I1231 02:56:16.360014   17885 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 02:56:16.360089   17885 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	I1231 02:56:16.360427   17885 out.go:304] Setting JSON to false
	I1231 02:56:16.385285   17885 start.go:112] hostinfo: {"hostname":"administrators-Mac-mini.local","uptime":5151,"bootTime":1640943025,"procs":328,"os":"darwin","platform":"darwin","platformFamily":"Standalone Workstation","platformVersion":"11.1","kernelVersion":"20.2.0","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"b7610dcb-1435-5842-8d5a-b2388403fea3"}
	W1231 02:56:16.385378   17885 start.go:120] gopshost.Virtualization returned error: not implemented yet
	I1231 02:56:16.411944   17885 out.go:176] * [calico-20211231023602-2057] minikube v1.24.0 on Darwin 11.1
	I1231 02:56:16.412047   17885 notify.go:174] Checking for updates...
	I1231 02:56:16.458906   17885 out.go:176]   - MINIKUBE_LOCATION=12739
	I1231 02:56:16.484916   17885 out.go:176]   - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	I1231 02:56:16.510760   17885 out.go:176]   - MINIKUBE_BIN=out/minikube-darwin-amd64
	I1231 02:56:16.536853   17885 out.go:176]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1231 02:56:16.562830   17885 out.go:176]   - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	I1231 02:56:16.563289   17885 config.go:176] Loaded profile config "cilium-20211231023602-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 02:56:16.563331   17885 driver.go:344] Setting default libvirt URI to qemu:///system
	I1231 02:56:16.652241   17885 docker.go:132] docker version: linux-20.10.5
	I1231 02:56:16.652396   17885 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 02:56:16.812125   17885 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:1 ContainersRunning:0 ContainersPaused:0 ContainersStopped:1 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:46 OomKillDisable:true NGoroutines:54 SystemTime:2021-12-31 10:56:16.765213756 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 02:56:16.860725   17885 out.go:176] * Using the docker driver based on user configuration
	I1231 02:56:16.860759   17885 start.go:280] selected driver: docker
	I1231 02:56:16.860769   17885 start.go:795] validating driver "docker" against <nil>
	I1231 02:56:16.860787   17885 start.go:806] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc:}
	I1231 02:56:16.860815   17885 start.go:1498] auto setting extra-config to "kubelet.global-housekeeping-interval=60m".
	I1231 02:56:16.860824   17885 start.go:1498] auto setting extra-config to "kubelet.housekeeping-interval=5m".
	I1231 02:56:16.864155   17885 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 02:56:17.020573   17885 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:1 ContainersRunning:0 ContainersPaused:0 ContainersStopped:1 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:46 OomKillDisable:true NGoroutines:54 SystemTime:2021-12-31 10:56:16.975453155 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 02:56:17.020681   17885 start_flags.go:284] no existing cluster config was found, will generate one from the flags 
	I1231 02:56:17.020807   17885 start_flags.go:810] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I1231 02:56:17.020827   17885 cni.go:93] Creating CNI manager for "calico"
	I1231 02:56:17.020838   17885 start_flags.go:293] Found "Calico" CNI - setting NetworkPlugin=cni
	I1231 02:56:17.020854   17885 start_flags.go:298] config:
	{Name:calico-20211231023602-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:calico-20211231023602-2057 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntim
e:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:calico NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 02:56:17.069105   17885 out.go:176] * Starting control plane node calico-20211231023602-2057 in cluster calico-20211231023602-2057
	I1231 02:56:17.069154   17885 cache.go:118] Beginning downloading kic base image for docker with docker
	I1231 02:56:17.095306   17885 out.go:176] * Pulling base image ...
	I1231 02:56:17.095348   17885 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 02:56:17.095418   17885 preload.go:148] Found local preload: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4
	I1231 02:56:17.095451   17885 cache.go:57] Caching tarball of preloaded images
	I1231 02:56:17.095442   17885 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon
	I1231 02:56:17.095648   17885 preload.go:174] Found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4 in cache, skipping download
	I1231 02:56:17.095667   17885 cache.go:60] Finished verifying existence of preloaded tar for  v1.23.1 on docker
	I1231 02:56:17.096267   17885 profile.go:147] Saving config to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/config.json ...
	I1231 02:56:17.096661   17885 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/config.json: {Name:mkecd0c64e0c9d2bc78f951978cf8e1920102113 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 02:56:17.215211   17885 image.go:79] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon, skipping pull
	I1231 02:56:17.215249   17885 cache.go:140] gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b exists in daemon, skipping load
	I1231 02:56:17.215258   17885 cache.go:206] Successfully downloaded all kic artifacts
	I1231 02:56:17.215299   17885 start.go:313] acquiring machines lock for calico-20211231023602-2057: {Name:mk4e395d2d3cc961aea775bb2fd91b4b2ba75352 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 02:56:17.215434   17885 start.go:317] acquired machines lock for "calico-20211231023602-2057" in 122.976µs
	I1231 02:56:17.215464   17885 start.go:89] Provisioning new machine with config: &{Name:calico-20211231023602-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:calico-20211231023602-2057 Namespace:default APIServerName:mi
nikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:calico NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPo
rt:0 MountType:9p MountUID:docker} &{Name: IP: Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}
	I1231 02:56:17.215547   17885 start.go:126] createHost starting for "" (driver="docker")
	I1231 02:56:17.242330   17885 out.go:203] * Creating docker container (CPUs=2, Memory=2048MB) ...
	I1231 02:56:17.242570   17885 start.go:160] libmachine.API.Create for "calico-20211231023602-2057" (driver="docker")
	I1231 02:56:17.242600   17885 client.go:168] LocalClient.Create starting
	I1231 02:56:17.242710   17885 main.go:130] libmachine: Reading certificate data from /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem
	I1231 02:56:17.242769   17885 main.go:130] libmachine: Decoding PEM data...
	I1231 02:56:17.242794   17885 main.go:130] libmachine: Parsing certificate...
	I1231 02:56:17.242859   17885 main.go:130] libmachine: Reading certificate data from /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem
	I1231 02:56:17.242896   17885 main.go:130] libmachine: Decoding PEM data...
	I1231 02:56:17.242907   17885 main.go:130] libmachine: Parsing certificate...
	I1231 02:56:17.243483   17885 cli_runner.go:133] Run: docker network inspect calico-20211231023602-2057 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W1231 02:56:17.345560   17885 cli_runner.go:180] docker network inspect calico-20211231023602-2057 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I1231 02:56:17.345700   17885 network_create.go:254] running [docker network inspect calico-20211231023602-2057] to gather additional debugging logs...
	I1231 02:56:17.345746   17885 cli_runner.go:133] Run: docker network inspect calico-20211231023602-2057
	W1231 02:56:17.449509   17885 cli_runner.go:180] docker network inspect calico-20211231023602-2057 returned with exit code 1
	I1231 02:56:17.449535   17885 network_create.go:257] error running [docker network inspect calico-20211231023602-2057]: docker network inspect calico-20211231023602-2057: exit status 1
	stdout:
	[]
	
	stderr:
	Error: No such network: calico-20211231023602-2057
	I1231 02:56:17.449555   17885 network_create.go:259] output of [docker network inspect calico-20211231023602-2057]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error: No such network: calico-20211231023602-2057
	
	** /stderr **
	I1231 02:56:17.449655   17885 cli_runner.go:133] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I1231 02:56:17.551658   17885 network.go:288] reserving subnet 192.168.49.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[] amended:true}} dirty:map[192.168.49.0:0xc0004442e0] misses:0}
	I1231 02:56:17.551699   17885 network.go:235] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I1231 02:56:17.551714   17885 network_create.go:106] attempt to create docker network calico-20211231023602-2057 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I1231 02:56:17.551793   17885 cli_runner.go:133] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true calico-20211231023602-2057
	I1231 02:56:22.851927   17885 cli_runner.go:186] Completed: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true calico-20211231023602-2057: (5.300065691s)
	I1231 02:56:22.851960   17885 network_create.go:90] docker network calico-20211231023602-2057 192.168.49.0/24 created
	I1231 02:56:22.851986   17885 kic.go:106] calculated static IP "192.168.49.2" for the "calico-20211231023602-2057" container
	I1231 02:56:22.852102   17885 cli_runner.go:133] Run: docker ps -a --format {{.Names}}
	I1231 02:56:22.968392   17885 cli_runner.go:133] Run: docker volume create calico-20211231023602-2057 --label name.minikube.sigs.k8s.io=calico-20211231023602-2057 --label created_by.minikube.sigs.k8s.io=true
	I1231 02:56:23.078207   17885 oci.go:102] Successfully created a docker volume calico-20211231023602-2057
	I1231 02:56:23.078355   17885 cli_runner.go:133] Run: docker run --rm --name calico-20211231023602-2057-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=calico-20211231023602-2057 --entrypoint /usr/bin/test -v calico-20211231023602-2057:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b -d /var/lib
	I1231 02:56:23.603257   17885 oci.go:106] Successfully prepared a docker volume calico-20211231023602-2057
	I1231 02:56:23.603316   17885 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 02:56:23.603338   17885 kic.go:179] Starting extracting preloaded images to volume ...
	I1231 02:56:23.603478   17885 cli_runner.go:133] Run: docker run --rm --entrypoint /usr/bin/tar -v /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v calico-20211231023602-2057:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b -I lz4 -xf /preloaded.tar -C /extractDir
	I1231 02:56:29.588403   17885 cli_runner.go:186] Completed: docker run --rm --entrypoint /usr/bin/tar -v /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v calico-20211231023602-2057:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b -I lz4 -xf /preloaded.tar -C /extractDir: (5.984864248s)
	I1231 02:56:29.588430   17885 kic.go:188] duration metric: took 5.985097 seconds to extract preloaded images to volume
	I1231 02:56:29.588557   17885 cli_runner.go:133] Run: docker info --format "'{{json .SecurityOptions}}'"
	I1231 02:56:29.763420   17885 cli_runner.go:133] Run: docker run -d -t --privileged --device /dev/fuse --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname calico-20211231023602-2057 --name calico-20211231023602-2057 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=calico-20211231023602-2057 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=calico-20211231023602-2057 --network calico-20211231023602-2057 --ip 192.168.49.2 --volume calico-20211231023602-2057:/var --security-opt apparmor=unconfined --memory=2048mb --memory-swap=2048mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b
	I1231 02:56:32.356148   17885 cli_runner.go:186] Completed: docker run -d -t --privileged --device /dev/fuse --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname calico-20211231023602-2057 --name calico-20211231023602-2057 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=calico-20211231023602-2057 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=calico-20211231023602-2057 --network calico-20211231023602-2057 --ip 192.168.49.2 --volume calico-20211231023602-2057:/var --security-opt apparmor=unconfined --memory=2048mb --memory-swap=2048mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b: (2.59266013s)
	I1231 02:56:32.356268   17885 cli_runner.go:133] Run: docker container inspect calico-20211231023602-2057 --format={{.State.Running}}
	I1231 02:56:32.466447   17885 cli_runner.go:133] Run: docker container inspect calico-20211231023602-2057 --format={{.State.Status}}
	I1231 02:56:32.575032   17885 cli_runner.go:133] Run: docker exec calico-20211231023602-2057 stat /var/lib/dpkg/alternatives/iptables
	I1231 02:56:32.734216   17885 oci.go:175] the created container "calico-20211231023602-2057" has a running status.
	I1231 02:56:32.734245   17885 kic.go:210] Creating ssh key for kic: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/calico-20211231023602-2057/id_rsa...
	I1231 02:56:32.955105   17885 kic_runner.go:191] docker (temp): /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/calico-20211231023602-2057/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I1231 02:56:33.142366   17885 cli_runner.go:133] Run: docker container inspect calico-20211231023602-2057 --format={{.State.Status}}
	I1231 02:56:33.253878   17885 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I1231 02:56:33.253899   17885 kic_runner.go:114] Args: [docker exec --privileged calico-20211231023602-2057 chown docker:docker /home/docker/.ssh/authorized_keys]
	I1231 02:56:33.413651   17885 cli_runner.go:133] Run: docker container inspect calico-20211231023602-2057 --format={{.State.Status}}
	I1231 02:56:33.520086   17885 machine.go:88] provisioning docker machine ...
	I1231 02:56:33.520129   17885 ubuntu.go:169] provisioning hostname "calico-20211231023602-2057"
	I1231 02:56:33.520236   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:33.627791   17885 main.go:130] libmachine: Using SSH client type: native
	I1231 02:56:33.628029   17885 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 63549 <nil> <nil>}
	I1231 02:56:33.628049   17885 main.go:130] libmachine: About to run SSH command:
	sudo hostname calico-20211231023602-2057 && echo "calico-20211231023602-2057" | sudo tee /etc/hostname
	I1231 02:56:33.778729   17885 main.go:130] libmachine: SSH cmd err, output: <nil>: calico-20211231023602-2057
	
	I1231 02:56:33.778866   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:33.926635   17885 main.go:130] libmachine: Using SSH client type: native
	I1231 02:56:33.926807   17885 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 63549 <nil> <nil>}
	I1231 02:56:33.926825   17885 main.go:130] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\scalico-20211231023602-2057' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 calico-20211231023602-2057/g' /etc/hosts;
				else 
					echo '127.0.1.1 calico-20211231023602-2057' | sudo tee -a /etc/hosts; 
				fi
			fi
	I1231 02:56:34.065949   17885 main.go:130] libmachine: SSH cmd err, output: <nil>: 
	I1231 02:56:34.065971   17885 ubuntu.go:175] set auth options {CertDir:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube CaCertPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem CaPrivateKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server.pem ServerKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server-key.pem ClientKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.p
em ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube}
	I1231 02:56:34.065993   17885 ubuntu.go:177] setting up certificates
	I1231 02:56:34.066001   17885 provision.go:83] configureAuth start
	I1231 02:56:34.066090   17885 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" calico-20211231023602-2057
	I1231 02:56:34.173146   17885 provision.go:138] copyHostCerts
	I1231 02:56:34.173251   17885 exec_runner.go:144] found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.pem, removing ...
	I1231 02:56:34.173261   17885 exec_runner.go:207] rm: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.pem
	I1231 02:56:34.173375   17885 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem --> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.pem (1082 bytes)
	I1231 02:56:34.173591   17885 exec_runner.go:144] found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cert.pem, removing ...
	I1231 02:56:34.173614   17885 exec_runner.go:207] rm: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cert.pem
	I1231 02:56:34.173676   17885 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem --> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cert.pem (1123 bytes)
	I1231 02:56:34.173843   17885 exec_runner.go:144] found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/key.pem, removing ...
	I1231 02:56:34.173857   17885 exec_runner.go:207] rm: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/key.pem
	I1231 02:56:34.173921   17885 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/key.pem --> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/key.pem (1679 bytes)
	I1231 02:56:34.174071   17885 provision.go:112] generating server cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server.pem ca-key=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem private-key=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca-key.pem org=jenkins.calico-20211231023602-2057 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube calico-20211231023602-2057]
	I1231 02:56:34.255401   17885 provision.go:172] copyRemoteCerts
	I1231 02:56:34.255494   17885 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I1231 02:56:34.255575   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:34.367117   17885 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63549 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/calico-20211231023602-2057/id_rsa Username:docker}
	I1231 02:56:34.463606   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server.pem --> /etc/docker/server.pem (1253 bytes)
	I1231 02:56:34.482629   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I1231 02:56:34.501867   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I1231 02:56:34.521334   17885 provision.go:86] duration metric: configureAuth took 455.318564ms
	I1231 02:56:34.521347   17885 ubuntu.go:193] setting minikube options for container-runtime
	I1231 02:56:34.521526   17885 config.go:176] Loaded profile config "calico-20211231023602-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 02:56:34.521600   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:34.627829   17885 main.go:130] libmachine: Using SSH client type: native
	I1231 02:56:34.627972   17885 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 63549 <nil> <nil>}
	I1231 02:56:34.627988   17885 main.go:130] libmachine: About to run SSH command:
	df --output=fstype / | tail -n 1
	I1231 02:56:34.766861   17885 main.go:130] libmachine: SSH cmd err, output: <nil>: overlay
	
	I1231 02:56:34.766877   17885 ubuntu.go:71] root file system type: overlay
	I1231 02:56:34.767046   17885 provision.go:309] Updating docker unit: /lib/systemd/system/docker.service ...
	I1231 02:56:34.767167   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:34.876561   17885 main.go:130] libmachine: Using SSH client type: native
	I1231 02:56:34.876727   17885 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 63549 <nil> <nil>}
	I1231 02:56:34.876778   17885 main.go:130] libmachine: About to run SSH command:
	sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	BindsTo=containerd.service
	After=network-online.target firewalld.service containerd.service
	Wants=network-online.target
	Requires=docker.socket
	StartLimitBurst=3
	StartLimitIntervalSec=60
	
	[Service]
	Type=notify
	Restart=on-failure
	
	
	
	# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	# The base configuration already specifies an 'ExecStart=...' command. The first directive
	# here is to clear out that command inherited from the base configuration. Without this,
	# the command from the base configuration and the command specified here are treated as
	# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	# will catch this invalid input and refuse to start the service with an error like:
	#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	
	# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	ExecStart=
	ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	ExecReload=/bin/kill -s HUP \$MAINPID
	
	# Having non-zero Limit*s causes performance problems due to accounting overhead
	# in the kernel. We recommend using cgroups to do container-local accounting.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# Uncomment TasksMax if your systemd version supports it.
	# Only systemd 226 and above support this version.
	TasksMax=infinity
	TimeoutStartSec=0
	
	# set delegate yes so that systemd does not reset the cgroups of docker containers
	Delegate=yes
	
	# kill only the docker process, not all processes in the cgroup
	KillMode=process
	
	[Install]
	WantedBy=multi-user.target
	" | sudo tee /lib/systemd/system/docker.service.new
	I1231 02:56:35.022268   17885 main.go:130] libmachine: SSH cmd err, output: <nil>: [Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	BindsTo=containerd.service
	After=network-online.target firewalld.service containerd.service
	Wants=network-online.target
	Requires=docker.socket
	StartLimitBurst=3
	StartLimitIntervalSec=60
	
	[Service]
	Type=notify
	Restart=on-failure
	
	
	
	# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	# The base configuration already specifies an 'ExecStart=...' command. The first directive
	# here is to clear out that command inherited from the base configuration. Without this,
	# the command from the base configuration and the command specified here are treated as
	# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	# will catch this invalid input and refuse to start the service with an error like:
	#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	
	# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	ExecStart=
	ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	ExecReload=/bin/kill -s HUP $MAINPID
	
	# Having non-zero Limit*s causes performance problems due to accounting overhead
	# in the kernel. We recommend using cgroups to do container-local accounting.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# Uncomment TasksMax if your systemd version supports it.
	# Only systemd 226 and above support this version.
	TasksMax=infinity
	TimeoutStartSec=0
	
	# set delegate yes so that systemd does not reset the cgroups of docker containers
	Delegate=yes
	
	# kill only the docker process, not all processes in the cgroup
	KillMode=process
	
	[Install]
	WantedBy=multi-user.target
	
	I1231 02:56:35.022380   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:35.133631   17885 main.go:130] libmachine: Using SSH client type: native
	I1231 02:56:35.133782   17885 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 63549 <nil> <nil>}
	I1231 02:56:35.133797   17885 main.go:130] libmachine: About to run SSH command:
	sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
	I1231 02:56:49.097089   17885 main.go:130] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service	2021-12-13 11:43:42.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2021-12-31 10:56:35.023350712 +0000
	@@ -1,30 +1,32 @@
	 [Unit]
	 Description=Docker Application Container Engine
	 Documentation=https://docs.docker.com
	+BindsTo=containerd.service
	 After=network-online.target firewalld.service containerd.service
	 Wants=network-online.target
	-Requires=docker.socket containerd.service
	+Requires=docker.socket
	+StartLimitBurst=3
	+StartLimitIntervalSec=60
	 
	 [Service]
	 Type=notify
	-# the default is not to use systemd for cgroups because the delegate issues still
	-# exists and systemd currently does not support the cgroup feature set required
	-# for containers run by docker
	-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
	-ExecReload=/bin/kill -s HUP $MAINPID
	-TimeoutSec=0
	-RestartSec=2
	-Restart=always
	-
	-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
	-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
	-# to make them work for either version of systemd.
	-StartLimitBurst=3
	+Restart=on-failure
	 
	-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
	-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
	-# this option work for either version of systemd.
	-StartLimitInterval=60s
	+
	+
	+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	+# The base configuration already specifies an 'ExecStart=...' command. The first directive
	+# here is to clear out that command inherited from the base configuration. Without this,
	+# the command from the base configuration and the command specified here are treated as
	+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	+# will catch this invalid input and refuse to start the service with an error like:
	+#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	+
	+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	+ExecStart=
	+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	+ExecReload=/bin/kill -s HUP $MAINPID
	 
	 # Having non-zero Limit*s causes performance problems due to accounting overhead
	 # in the kernel. We recommend using cgroups to do container-local accounting.
	@@ -32,16 +34,16 @@
	 LimitNPROC=infinity
	 LimitCORE=infinity
	 
	-# Comment TasksMax if your systemd version does not support it.
	-# Only systemd 226 and above support this option.
	+# Uncomment TasksMax if your systemd version supports it.
	+# Only systemd 226 and above support this version.
	 TasksMax=infinity
	+TimeoutStartSec=0
	 
	 # set delegate yes so that systemd does not reset the cgroups of docker containers
	 Delegate=yes
	 
	 # kill only the docker process, not all processes in the cgroup
	 KillMode=process
	-OOMScoreAdjust=-500
	 
	 [Install]
	 WantedBy=multi-user.target
	Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
	Executing: /lib/systemd/systemd-sysv-install enable docker
	
	I1231 02:56:49.097122   17885 machine.go:91] provisioned docker machine in 15.577023962s
	I1231 02:56:49.097128   17885 client.go:171] LocalClient.Create took 31.854535815s
	I1231 02:56:49.097144   17885 start.go:168] duration metric: libmachine.API.Create for "calico-20211231023602-2057" took 31.854588072s
	I1231 02:56:49.097153   17885 start.go:267] post-start starting for "calico-20211231023602-2057" (driver="docker")
	I1231 02:56:49.097156   17885 start.go:277] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I1231 02:56:49.097254   17885 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I1231 02:56:49.097329   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:49.208555   17885 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63549 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/calico-20211231023602-2057/id_rsa Username:docker}
	I1231 02:56:49.306082   17885 ssh_runner.go:195] Run: cat /etc/os-release
	I1231 02:56:49.309844   17885 main.go:130] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I1231 02:56:49.309857   17885 main.go:130] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I1231 02:56:49.309864   17885 main.go:130] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I1231 02:56:49.309870   17885 info.go:137] Remote host: Ubuntu 20.04.2 LTS
	I1231 02:56:49.309880   17885 filesync.go:126] Scanning /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/addons for local assets ...
	I1231 02:56:49.309979   17885 filesync.go:126] Scanning /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files for local assets ...
	I1231 02:56:49.310121   17885 filesync.go:149] local asset: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem -> 20572.pem in /etc/ssl/certs
	I1231 02:56:49.310299   17885 ssh_runner.go:195] Run: sudo mkdir -p /etc/ssl/certs
	I1231 02:56:49.317497   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem --> /etc/ssl/certs/20572.pem (1708 bytes)
	I1231 02:56:49.336123   17885 start.go:270] post-start completed in 238.961406ms
	I1231 02:56:49.336729   17885 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" calico-20211231023602-2057
	I1231 02:56:49.450141   17885 profile.go:147] Saving config to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/config.json ...
	I1231 02:56:49.450580   17885 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1231 02:56:49.450685   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:49.568306   17885 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63549 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/calico-20211231023602-2057/id_rsa Username:docker}
	I1231 02:56:49.663868   17885 start.go:129] duration metric: createHost completed in 32.448321843s
	I1231 02:56:49.663891   17885 start.go:80] releasing machines lock for "calico-20211231023602-2057", held for 32.448461603s
	I1231 02:56:49.664021   17885 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" calico-20211231023602-2057
	I1231 02:56:49.798846   17885 ssh_runner.go:195] Run: curl -sS -m 2 https://k8s.gcr.io/
	I1231 02:56:49.798876   17885 ssh_runner.go:195] Run: systemctl --version
	I1231 02:56:49.798968   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:49.798969   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:49.923309   17885 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63549 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/calico-20211231023602-2057/id_rsa Username:docker}
	I1231 02:56:49.923322   17885 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63549 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/calico-20211231023602-2057/id_rsa Username:docker}
	I1231 02:56:50.017127   17885 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I1231 02:56:50.496127   17885 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I1231 02:56:50.506111   17885 cruntime.go:264] skipping containerd shutdown because we are bound to it
	I1231 02:56:50.506173   17885 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I1231 02:56:50.515407   17885 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/dockershim.sock
	image-endpoint: unix:///var/run/dockershim.sock
	" | sudo tee /etc/crictl.yaml"
	I1231 02:56:50.538328   17885 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
	I1231 02:56:50.610511   17885 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
	I1231 02:56:50.683627   17885 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I1231 02:56:50.693968   17885 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I1231 02:56:50.754472   17885 ssh_runner.go:195] Run: sudo systemctl start docker
	I1231 02:56:50.764494   17885 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I1231 02:56:50.808664   17885 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I1231 02:56:50.877806   17885 out.go:203] * Preparing Kubernetes v1.23.1 on Docker 20.10.12 ...
	I1231 02:56:50.878031   17885 cli_runner.go:133] Run: docker exec -t calico-20211231023602-2057 dig +short host.docker.internal
	I1231 02:56:51.048405   17885 network.go:96] got host ip for mount in container by digging dns: 192.168.65.2
	I1231 02:56:51.048500   17885 ssh_runner.go:195] Run: grep 192.168.65.2	host.minikube.internal$ /etc/hosts
	I1231 02:56:51.053427   17885 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.65.2	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I1231 02:56:51.063979   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:56:51.262831   17885 out.go:176]   - kubelet.global-housekeeping-interval=60m
	I1231 02:56:51.288842   17885 out.go:176]   - kubelet.housekeeping-interval=5m
	I1231 02:56:51.288916   17885 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 02:56:51.289026   17885 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I1231 02:56:51.327441   17885 docker.go:581] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.23.1
	k8s.gcr.io/kube-proxy:v1.23.1
	k8s.gcr.io/kube-scheduler:v1.23.1
	k8s.gcr.io/kube-controller-manager:v1.23.1
	k8s.gcr.io/etcd:3.5.1-0
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	kubernetesui/dashboard:v2.3.1
	kubernetesui/metrics-scraper:v1.0.7
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I1231 02:56:51.360032   17885 docker.go:512] Images already preloaded, skipping extraction
	I1231 02:56:51.360153   17885 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I1231 02:56:51.400223   17885 docker.go:581] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.23.1
	k8s.gcr.io/kube-proxy:v1.23.1
	k8s.gcr.io/kube-scheduler:v1.23.1
	k8s.gcr.io/kube-controller-manager:v1.23.1
	k8s.gcr.io/etcd:3.5.1-0
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	kubernetesui/dashboard:v2.3.1
	kubernetesui/metrics-scraper:v1.0.7
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I1231 02:56:51.400246   17885 cache_images.go:84] Images are preloaded, skipping loading
	I1231 02:56:51.400360   17885 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
	I1231 02:56:51.497688   17885 cni.go:93] Creating CNI manager for "calico"
	I1231 02:56:51.497717   17885 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
	I1231 02:56:51.497748   17885 kubeadm.go:153] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.23.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:calico-20211231023602-2057 NodeName:calico-20211231023602-2057 DNSDomain:cluster.local CRISocket:/var/run/dockershim.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/mi
nikube/certs/ca.crt StaticPodPath:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[]}
	I1231 02:56:51.497927   17885 kubeadm.go:157] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta2
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: /var/run/dockershim.sock
	  name: "calico-20211231023602-2057"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta2
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	dns:
	  type: CoreDNS
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.23.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I1231 02:56:51.498075   17885 kubeadm.go:788] kubelet [Unit]
	Wants=docker.socket
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.23.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime=docker --global-housekeeping-interval=60m --hostname-override=calico-20211231023602-2057 --housekeeping-interval=5m --kubeconfig=/etc/kubernetes/kubelet.conf --network-plugin=cni --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.23.1 ClusterName:calico-20211231023602-2057 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:calico NodeIP: NodePort:8443 NodeName:}
	I1231 02:56:51.498156   17885 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.23.1
	I1231 02:56:51.507560   17885 binaries.go:44] Found k8s binaries, skipping transfer
	I1231 02:56:51.507629   17885 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I1231 02:56:51.517505   17885 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (435 bytes)
	I1231 02:56:51.533176   17885 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I1231 02:56:51.553453   17885 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2069 bytes)
	I1231 02:56:51.569523   17885 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I1231 02:56:51.575108   17885 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I1231 02:56:51.588031   17885 certs.go:54] Setting up /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057 for IP: 192.168.49.2
	I1231 02:56:51.588205   17885 certs.go:182] skipping minikubeCA CA generation: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.key
	I1231 02:56:51.588263   17885 certs.go:182] skipping proxyClientCA CA generation: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/proxy-client-ca.key
	I1231 02:56:51.588320   17885 certs.go:302] generating minikube-user signed cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/client.key
	I1231 02:56:51.588336   17885 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/client.crt with IP's: []
	I1231 02:56:51.683905   17885 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/client.crt ...
	I1231 02:56:51.683921   17885 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/client.crt: {Name:mk2befbd7623ad2e0b331794947da7d8cab0ae7b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 02:56:51.684247   17885 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/client.key ...
	I1231 02:56:51.684257   17885 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/client.key: {Name:mk67b16ec28136a021a7a823130db0ae8cd1f118 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 02:56:51.684491   17885 certs.go:302] generating minikube signed cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.key.dd3b5fb2
	I1231 02:56:51.684518   17885 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
	I1231 02:56:51.852700   17885 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.crt.dd3b5fb2 ...
	I1231 02:56:51.852723   17885 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.crt.dd3b5fb2: {Name:mka50e8304d7cfe9080e94f3ba94c41b0fc0f9fe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 02:56:51.853100   17885 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.key.dd3b5fb2 ...
	I1231 02:56:51.853110   17885 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.key.dd3b5fb2: {Name:mk0103f374758a8375de0c55be19bd3df9ce6170 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 02:56:51.853321   17885 certs.go:320] copying /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.crt.dd3b5fb2 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.crt
	I1231 02:56:51.853510   17885 certs.go:324] copying /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.key.dd3b5fb2 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.key
	I1231 02:56:51.853691   17885 certs.go:302] generating aggregator signed cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/proxy-client.key
	I1231 02:56:51.853711   17885 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/proxy-client.crt with IP's: []
	I1231 02:56:52.017653   17885 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/proxy-client.crt ...
	I1231 02:56:52.017671   17885 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/proxy-client.crt: {Name:mk55e092f11b30f0d25182cfdf2b8fccd2b08e49 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 02:56:52.017978   17885 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/proxy-client.key ...
	I1231 02:56:52.017988   17885 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/proxy-client.key: {Name:mkc25c17a423f8b44e8a789866ec19cba5eb4050 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 02:56:52.018443   17885 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/2057.pem (1338 bytes)
	W1231 02:56:52.018500   17885 certs.go:384] ignoring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/2057_empty.pem, impossibly tiny 0 bytes
	I1231 02:56:52.018516   17885 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca-key.pem (1675 bytes)
	I1231 02:56:52.018558   17885 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem (1082 bytes)
	I1231 02:56:52.018614   17885 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem (1123 bytes)
	I1231 02:56:52.018653   17885 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/key.pem (1679 bytes)
	I1231 02:56:52.018735   17885 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem (1708 bytes)
	I1231 02:56:52.019804   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
	I1231 02:56:52.042382   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I1231 02:56:52.063195   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I1231 02:56:52.085429   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/calico-20211231023602-2057/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I1231 02:56:52.104816   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I1231 02:56:52.129921   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I1231 02:56:52.153355   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I1231 02:56:52.175497   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1671 bytes)
	I1231 02:56:52.198400   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I1231 02:56:52.218697   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/2057.pem --> /usr/share/ca-certificates/2057.pem (1338 bytes)
	I1231 02:56:52.241584   17885 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem --> /usr/share/ca-certificates/20572.pem (1708 bytes)
	I1231 02:56:52.262025   17885 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I1231 02:56:52.283562   17885 ssh_runner.go:195] Run: openssl version
	I1231 02:56:52.290393   17885 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/2057.pem && ln -fs /usr/share/ca-certificates/2057.pem /etc/ssl/certs/2057.pem"
	I1231 02:56:52.300891   17885 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/2057.pem
	I1231 02:56:52.305986   17885 certs.go:431] hashing: -rw-r--r-- 1 root root 1338 Dec 31 09:51 /usr/share/ca-certificates/2057.pem
	I1231 02:56:52.306051   17885 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/2057.pem
	I1231 02:56:52.312361   17885 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/51391683.0 || ln -fs /etc/ssl/certs/2057.pem /etc/ssl/certs/51391683.0"
	I1231 02:56:52.324177   17885 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/20572.pem && ln -fs /usr/share/ca-certificates/20572.pem /etc/ssl/certs/20572.pem"
	I1231 02:56:52.335636   17885 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/20572.pem
	I1231 02:56:52.341931   17885 certs.go:431] hashing: -rw-r--r-- 1 root root 1708 Dec 31 09:51 /usr/share/ca-certificates/20572.pem
	I1231 02:56:52.341997   17885 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/20572.pem
	I1231 02:56:52.350228   17885 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/3ec20f2e.0 || ln -fs /etc/ssl/certs/20572.pem /etc/ssl/certs/3ec20f2e.0"
	I1231 02:56:52.358909   17885 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I1231 02:56:52.370325   17885 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I1231 02:56:52.377964   17885 certs.go:431] hashing: -rw-r--r-- 1 root root 1111 Dec 31 09:44 /usr/share/ca-certificates/minikubeCA.pem
	I1231 02:56:52.378061   17885 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I1231 02:56:52.386151   17885 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I1231 02:56:52.396567   17885 kubeadm.go:388] StartCluster: {Name:calico-20211231023602-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:calico-20211231023602-2057 Namespace:default APIServerName:minikubeCA APIServerName
s:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:calico NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 Mount
Type:9p MountUID:docker}
	I1231 02:56:52.396706   17885 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I1231 02:56:52.432935   17885 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I1231 02:56:52.442471   17885 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I1231 02:56:52.453806   17885 kubeadm.go:218] ignoring SystemVerification for kubeadm because of docker driver
	I1231 02:56:52.453887   17885 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I1231 02:56:52.464210   17885 kubeadm.go:149] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I1231 02:56:52.464237   17885 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.23.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I1231 02:56:53.045367   17885 out.go:203]   - Generating certificates and keys ...
	I1231 02:56:55.735839   17885 out.go:203]   - Booting up control plane ...
	I1231 02:57:11.784611   17885 out.go:203]   - Configuring RBAC rules ...
	I1231 02:57:12.173180   17885 cni.go:93] Creating CNI manager for "calico"
	I1231 02:57:12.211497   17885 out.go:176] * Configuring Calico (Container Networking Interface) ...
	I1231 02:57:12.211661   17885 cni.go:187] applying CNI manifest using /var/lib/minikube/binaries/v1.23.1/kubectl ...
	I1231 02:57:12.211669   17885 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (202049 bytes)
	I1231 02:57:12.286382   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I1231 02:57:13.703536   17885 ssh_runner.go:235] Completed: sudo /var/lib/minikube/binaries/v1.23.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml: (1.417130216s)
	I1231 02:57:13.703565   17885 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I1231 02:57:13.703660   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl label nodes minikube.k8s.io/version=v1.24.0 minikube.k8s.io/commit=a81813405fc4902e1caabd8d69223ec230d201fb minikube.k8s.io/name=calico-20211231023602-2057 minikube.k8s.io/updated_at=2021_12_31T02_57_13_0700 --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:13.703664   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:13.795974   17885 ops.go:34] apiserver oom_adj: -16
	I1231 02:57:13.796028   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:14.371312   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:14.871411   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:15.371335   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:15.871381   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:16.371319   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:16.871440   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:17.371362   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:17.872197   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:18.371355   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:18.871375   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:19.371335   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:19.871304   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:20.371384   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:20.871394   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:21.371476   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:21.872186   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:22.372197   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:22.871339   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:23.371361   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:23.871341   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:24.371385   17885 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 02:57:24.434166   17885 kubeadm.go:864] duration metric: took 10.730582836s to wait for elevateKubeSystemPrivileges.
	I1231 02:57:24.434192   17885 kubeadm.go:390] StartCluster complete in 32.037643607s
	I1231 02:57:24.434211   17885 settings.go:142] acquiring lock: {Name:mk6806e72acf9f2381d741be5c77b06b69dfccd6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 02:57:24.434328   17885 settings.go:150] Updating kubeconfig:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	I1231 02:57:24.435134   17885 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig: {Name:mkc02de18bf9143e13320de3ec4fb1721687bc20 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 02:57:24.980440   17885 kapi.go:244] deployment "coredns" in namespace "kube-system" and context "calico-20211231023602-2057" rescaled to 1
	I1231 02:57:24.980477   17885 start.go:206] Will wait 5m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}
	I1231 02:57:24.980495   17885 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I1231 02:57:24.980511   17885 addons.go:415] enableAddons start: toEnable=map[], additional=[]
	I1231 02:57:24.980603   17885 addons.go:65] Setting storage-provisioner=true in profile "calico-20211231023602-2057"
	I1231 02:57:24.980610   17885 addons.go:65] Setting default-storageclass=true in profile "calico-20211231023602-2057"
	I1231 02:57:25.024997   17885 addons.go:153] Setting addon storage-provisioner=true in "calico-20211231023602-2057"
	I1231 02:57:25.025006   17885 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "calico-20211231023602-2057"
	W1231 02:57:25.025010   17885 addons.go:165] addon storage-provisioner should already be in state true
	I1231 02:57:24.980747   17885 config.go:176] Loaded profile config "calico-20211231023602-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 02:57:25.024883   17885 out.go:176] * Verifying Kubernetes components...
	I1231 02:57:25.025035   17885 host.go:66] Checking if "calico-20211231023602-2057" exists ...
	I1231 02:57:25.025102   17885 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1231 02:57:25.026536   17885 cli_runner.go:133] Run: docker container inspect calico-20211231023602-2057 --format={{.State.Status}}
	I1231 02:57:25.062007   17885 cli_runner.go:133] Run: docker container inspect calico-20211231023602-2057 --format={{.State.Status}}
	I1231 02:57:25.184093   17885 addons.go:153] Setting addon default-storageclass=true in "calico-20211231023602-2057"
	W1231 02:57:25.184115   17885 addons.go:165] addon default-storageclass should already be in state true
	I1231 02:57:25.184136   17885 host.go:66] Checking if "calico-20211231023602-2057" exists ...
	I1231 02:57:25.184587   17885 cli_runner.go:133] Run: docker container inspect calico-20211231023602-2057 --format={{.State.Status}}
	I1231 02:57:25.192720   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:57:25.192842   17885 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.65.2 host.minikube.internal\n           fallthrough\n        }' | sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I1231 02:57:25.260205   17885 out.go:176]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I1231 02:57:25.260399   17885 addons.go:348] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I1231 02:57:25.260410   17885 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I1231 02:57:25.260495   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:57:25.350459   17885 addons.go:348] installing /etc/kubernetes/addons/storageclass.yaml
	I1231 02:57:25.350479   17885 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I1231 02:57:25.350562   17885 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" calico-20211231023602-2057
	I1231 02:57:25.355540   17885 node_ready.go:35] waiting up to 5m0s for node "calico-20211231023602-2057" to be "Ready" ...
	I1231 02:57:25.384495   17885 node_ready.go:49] node "calico-20211231023602-2057" has status "Ready":"True"
	I1231 02:57:25.384511   17885 node_ready.go:38] duration metric: took 28.943419ms waiting for node "calico-20211231023602-2057" to be "Ready" ...
	I1231 02:57:25.384530   17885 pod_ready.go:35] extra waiting up to 5m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I1231 02:57:25.400187   17885 pod_ready.go:78] waiting up to 5m0s for pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace to be "Ready" ...
	I1231 02:57:25.415952   17885 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63549 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/calico-20211231023602-2057/id_rsa Username:docker}
	I1231 02:57:25.484254   17885 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63549 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/calico-20211231023602-2057/id_rsa Username:docker}
	I1231 02:57:25.693700   17885 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.23.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I1231 02:57:25.694753   17885 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.23.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I1231 02:57:26.884065   17885 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.65.2 host.minikube.internal\n           fallthrough\n        }' | sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.691190658s)
	I1231 02:57:26.884089   17885 start.go:773] {"host.minikube.internal": 192.168.65.2} host record injected into CoreDNS
	I1231 02:57:26.909355   17885 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.23.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (1.215614237s)
	I1231 02:57:26.909428   17885 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.23.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (1.214642913s)
	I1231 02:57:26.937348   17885 out.go:176] * Enabled addons: storage-provisioner, default-storageclass
	I1231 02:57:26.937364   17885 addons.go:417] enableAddons completed in 1.956865448s
	I1231 02:57:27.427465   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:29.429102   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:31.929445   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:34.428527   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:36.430232   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:38.926394   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:40.929114   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:43.426317   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:45.426434   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:47.426639   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:49.926790   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:52.427589   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:54.964681   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:57.426886   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:57:59.430442   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:01.929734   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:04.426971   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:06.928687   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:09.428130   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:11.925705   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:13.930214   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:16.426227   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:18.932349   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:21.425693   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:23.935652   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:26.440030   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:28.931798   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:31.422792   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:33.423346   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:35.925043   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:38.431057   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:40.927360   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:42.927374   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:44.927680   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:47.427043   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:49.427705   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:51.428589   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:53.928590   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:56.427001   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:58:58.427221   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:00.927128   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:02.928184   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:05.427089   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:07.928455   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:09.930558   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:12.427429   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:14.927043   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:17.426591   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:19.427588   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:21.430185   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:23.934023   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:26.427160   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:28.931621   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:31.428309   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:33.940675   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:36.428466   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:38.430080   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:40.926166   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:42.932123   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:45.426786   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:47.928224   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:50.426237   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:52.426404   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:54.428043   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:56.927117   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 02:59:58.927761   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:01.427365   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:03.427857   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:05.925471   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:08.425196   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:10.427287   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:12.427751   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:14.931520   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:17.432028   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:19.926916   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:22.427917   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:24.428332   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:26.926690   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:28.927657   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:30.929105   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:33.426273   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:35.427600   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:37.428719   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:39.440183   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:41.928366   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:43.941104   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:46.428201   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:48.437045   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:50.926973   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:53.427822   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:55.927870   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:00:58.429114   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:00.930377   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:03.430092   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:05.931873   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:08.432693   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:10.932873   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:13.430066   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:15.930076   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:18.430966   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:20.929391   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:22.932088   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:25.431158   17885 pod_ready.go:102] pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:25.436408   17885 pod_ready.go:81] duration metric: took 4m0.032558554s waiting for pod "calico-kube-controllers-8594699699-kcjmx" in "kube-system" namespace to be "Ready" ...
	E1231 03:01:25.436418   17885 pod_ready.go:66] WaitExtra: waitPodCondition: timed out waiting for the condition
	I1231 03:01:25.436423   17885 pod_ready.go:78] waiting up to 5m0s for pod "calico-node-4ncsc" in "kube-system" namespace to be "Ready" ...
	I1231 03:01:27.449128   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:29.949682   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:31.949803   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:33.959313   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:36.449745   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:38.451157   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:40.457728   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:42.955146   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:44.957451   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:47.450142   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:49.450347   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:51.949936   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:54.448301   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:56.449853   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:01:58.450351   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:00.456586   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:02.952945   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:05.454945   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:07.951430   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:09.958428   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:12.452291   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:14.950415   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:16.951779   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:18.954066   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:21.453940   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:23.951223   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:26.450691   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:28.947985   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:30.949549   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:32.956869   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:35.449706   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:37.952032   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:40.449254   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:42.951319   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:44.958529   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:47.453991   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:49.948997   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:51.949217   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:53.950408   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:56.453896   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:02:58.955898   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:01.448489   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:03.452663   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:05.950242   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:07.951530   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:09.956380   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:12.455833   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:14.953725   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:17.453605   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:19.453618   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:21.454795   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:23.456643   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:25.957666   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:28.455586   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:30.456908   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:32.457765   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:34.951552   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:37.450102   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:39.951567   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:42.456531   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:44.949139   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:46.954168   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:48.954455   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:51.448356   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:53.451077   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:55.458961   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:57.459025   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:03:59.957982   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:01.960269   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:04.449088   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:06.459592   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:08.957105   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:10.958684   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:12.959479   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:15.459702   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:17.460610   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:19.957756   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:21.958881   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:24.448398   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:26.456959   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:28.459404   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:30.958598   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:32.959152   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:35.459372   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:37.951234   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:39.958964   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:42.451560   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:44.950384   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:46.952688   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:49.449607   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:51.948486   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:53.950101   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:56.450708   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:04:58.451354   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:00.451436   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:02.950692   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:05.449456   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:07.957516   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:09.958563   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:12.451713   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:14.956006   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:17.449813   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:19.957055   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:22.449036   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:24.453617   17885 pod_ready.go:102] pod "calico-node-4ncsc" in "kube-system" namespace has status "Ready":"False"
	I1231 03:05:25.466417   17885 pod_ready.go:81] duration metric: took 4m0.029508311s waiting for pod "calico-node-4ncsc" in "kube-system" namespace to be "Ready" ...
	E1231 03:05:25.466428   17885 pod_ready.go:66] WaitExtra: waitPodCondition: timed out waiting for the condition
	I1231 03:05:25.466442   17885 pod_ready.go:38] duration metric: took 8m0.07778071s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I1231 03:05:25.493913   17885 out.go:176] 
	W1231 03:05:25.493998   17885 out.go:241] X Exiting due to GUEST_START: wait 5m0s for node: extra waiting: timed out waiting 5m0s for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready"
	X Exiting due to GUEST_START: wait 5m0s for node: extra waiting: timed out waiting 5m0s for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready"
	W1231 03:05:25.494006   17885 out.go:241] * 
	* 
	W1231 03:05:25.494518   17885 out.go:241] ╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	I1231 03:05:25.565925   17885 out.go:176] 

                                                
                                                
** /stderr **
net_test.go:101: failed start: exit status 80
--- FAIL: TestNetworkPlugins/group/calico/Start (549.29s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/DNS (351.4s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/DNS
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.161729191s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:01:57.840698    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.140257084s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.130653334s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.156204978s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E1231 03:02:36.863763    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:02:50.685148    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.146187848s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:02:59.024696    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:02:59.029850    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:02:59.040008    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:02:59.061757    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:02:59.103844    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:02:59.184188    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:02:59.346060    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:02:59.666302    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:03:00.311644    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:03:01.592491    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:03:04.152865    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:03:09.273008    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.160303094s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:03:19.513219    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:03:19.761171    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.154074855s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E1231 03:03:39.993580    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.143825608s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:04:20.955634    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.142642673s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E1231 03:04:29.779888    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 03:04:35.418950    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 03:04:44.710173    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:44.715699    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:44.725907    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:44.754451    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:44.804387    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:44.890044    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:45.060316    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:45.390008    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:46.040056    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:47.320341    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:49.889993    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:04:52.866235    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 03:04:55.010635    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:05:05.258122    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:05:11.190090    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 03:05:20.707879    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.139178144s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **

                                                
                                                
=== CONT  TestNetworkPlugins/group/enable-default-cni/DNS
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default

                                                
                                                
=== CONT  TestNetworkPlugins/group/enable-default-cni/DNS
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.188142633s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E1231 03:06:03.610877    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:06:06.704901    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:06:34.306814    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
net_test.go:163: (dbg) Non-zero exit: kubectl --context enable-default-cni-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.173290335s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:169: failed to do nslookup on kubernetes.default: exit status 1
net_test.go:174: failed nslookup: got=";; connection timed out; no servers could be reached\n\n\n", want=*"10.96.0.1"*
--- FAIL: TestNetworkPlugins/group/enable-default-cni/DNS (351.40s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/Start (334.94s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p kindnet-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=kindnet --driver=docker 

                                                
                                                
=== CONT  TestNetworkPlugins/group/kindnet/Start
net_test.go:99: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p kindnet-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=kindnet --driver=docker : exit status 80 (5m34.92472703s)

                                                
                                                
-- stdout --
	* [kindnet-20211231023602-2057] minikube v1.24.0 on Darwin 11.1
	  - MINIKUBE_LOCATION=12739
	  - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	  - MINIKUBE_BIN=out/minikube-darwin-amd64
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	* Using the docker driver based on user configuration
	* Starting control plane node kindnet-20211231023602-2057 in cluster kindnet-20211231023602-2057
	* Pulling base image ...
	* Creating docker container (CPUs=2, Memory=2048MB) ...
	* Preparing Kubernetes v1.23.1 on Docker 20.10.12 ...
	  - kubelet.global-housekeeping-interval=60m
	  - kubelet.housekeeping-interval=5m
	  - kubelet.cni-conf-dir=/etc/cni/net.mk
	  - Generating certificates and keys ...
	  - Booting up control plane ...
	  - Configuring RBAC rules ...
	* Configuring CNI (Container Networking Interface) ...
	* Verifying Kubernetes components...
	  - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	* Enabled addons: storage-provisioner, default-storageclass
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1231 03:05:46.673969   18967 out.go:297] Setting OutFile to fd 1 ...
	I1231 03:05:46.674199   18967 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 03:05:46.674205   18967 out.go:310] Setting ErrFile to fd 2...
	I1231 03:05:46.674208   18967 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 03:05:46.674292   18967 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	I1231 03:05:46.674651   18967 out.go:304] Setting JSON to false
	I1231 03:05:46.704021   18967 start.go:112] hostinfo: {"hostname":"administrators-Mac-mini.local","uptime":5721,"bootTime":1640943025,"procs":324,"os":"darwin","platform":"darwin","platformFamily":"Standalone Workstation","platformVersion":"11.1","kernelVersion":"20.2.0","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"b7610dcb-1435-5842-8d5a-b2388403fea3"}
	W1231 03:05:46.704145   18967 start.go:120] gopshost.Virtualization returned error: not implemented yet
	I1231 03:05:46.746464   18967 out.go:176] * [kindnet-20211231023602-2057] minikube v1.24.0 on Darwin 11.1
	I1231 03:05:46.746550   18967 notify.go:174] Checking for updates...
	I1231 03:05:46.799286   18967 out.go:176]   - MINIKUBE_LOCATION=12739
	I1231 03:05:46.829273   18967 out.go:176]   - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	I1231 03:05:46.855029   18967 out.go:176]   - MINIKUBE_BIN=out/minikube-darwin-amd64
	I1231 03:05:46.881317   18967 out.go:176]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1231 03:05:46.923394   18967 out.go:176]   - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	I1231 03:05:46.924441   18967 config.go:176] Loaded profile config "enable-default-cni-20211231023601-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 03:05:46.924538   18967 driver.go:344] Setting default libvirt URI to qemu:///system
	I1231 03:05:47.018660   18967 docker.go:132] docker version: linux-20.10.5
	I1231 03:05:47.018808   18967 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 03:05:47.183712   18967 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:50 OomKillDisable:true NGoroutines:51 SystemTime:2021-12-31 11:05:47.139121973 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 03:05:47.231042   18967 out.go:176] * Using the docker driver based on user configuration
	I1231 03:05:47.231105   18967 start.go:280] selected driver: docker
	I1231 03:05:47.231114   18967 start.go:795] validating driver "docker" against <nil>
	I1231 03:05:47.231131   18967 start.go:806] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc:}
	I1231 03:05:47.231157   18967 start.go:1498] auto setting extra-config to "kubelet.global-housekeeping-interval=60m".
	I1231 03:05:47.231166   18967 start.go:1498] auto setting extra-config to "kubelet.housekeeping-interval=5m".
	I1231 03:05:47.234912   18967 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 03:05:47.399589   18967 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:50 OomKillDisable:true NGoroutines:51 SystemTime:2021-12-31 11:05:47.354101567 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 03:05:47.399677   18967 start_flags.go:284] no existing cluster config was found, will generate one from the flags 
	I1231 03:05:47.399809   18967 start_flags.go:810] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I1231 03:05:47.399829   18967 cni.go:93] Creating CNI manager for "kindnet"
	I1231 03:05:47.399839   18967 cni.go:217] auto-setting extra-config to "kubelet.cni-conf-dir=/etc/cni/net.mk"
	I1231 03:05:47.399848   18967 cni.go:222] extra-config set to "kubelet.cni-conf-dir=/etc/cni/net.mk"
	I1231 03:05:47.399851   18967 start_flags.go:293] Found "CNI" CNI - setting NetworkPlugin=cni
	I1231 03:05:47.399859   18967 start_flags.go:298] config:
	{Name:kindnet-20211231023602-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:kindnet-20211231023602-2057 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRunt
ime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m} {Component:kubelet Key:cni-conf-dir Value:/etc/cni/net.mk}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:kindnet NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 03:05:47.448201   18967 out.go:176] * Starting control plane node kindnet-20211231023602-2057 in cluster kindnet-20211231023602-2057
	I1231 03:05:47.448247   18967 cache.go:118] Beginning downloading kic base image for docker with docker
	I1231 03:05:47.474535   18967 out.go:176] * Pulling base image ...
	I1231 03:05:47.474586   18967 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 03:05:47.474683   18967 preload.go:148] Found local preload: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4
	I1231 03:05:47.474697   18967 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon
	I1231 03:05:47.474716   18967 cache.go:57] Caching tarball of preloaded images
	I1231 03:05:47.474945   18967 preload.go:174] Found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4 in cache, skipping download
	I1231 03:05:47.474968   18967 cache.go:60] Finished verifying existence of preloaded tar for  v1.23.1 on docker
	I1231 03:05:47.475150   18967 profile.go:147] Saving config to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/config.json ...
	I1231 03:05:47.476035   18967 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/config.json: {Name:mk7a5c827c9d8cdbb36b3e471c35963849c735ce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:05:47.599522   18967 image.go:79] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon, skipping pull
	I1231 03:05:47.599551   18967 cache.go:140] gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b exists in daemon, skipping load
	I1231 03:05:47.599561   18967 cache.go:206] Successfully downloaded all kic artifacts
	I1231 03:05:47.599607   18967 start.go:313] acquiring machines lock for kindnet-20211231023602-2057: {Name:mk55d17913fa88903a4abd47258348ee7e636003 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 03:05:47.600602   18967 start.go:317] acquired machines lock for "kindnet-20211231023602-2057" in 982.302µs
	I1231 03:05:47.600646   18967 start.go:89] Provisioning new machine with config: &{Name:kindnet-20211231023602-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:kindnet-20211231023602-2057 Namespace:default APIServerName:
minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m} {Component:kubelet Key:cni-conf-dir Value:/etc/cni/net.mk}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:kindnet NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L Moun
tGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker} &{Name: IP: Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}
	I1231 03:05:47.600713   18967 start.go:126] createHost starting for "" (driver="docker")
	I1231 03:05:47.648246   18967 out.go:203] * Creating docker container (CPUs=2, Memory=2048MB) ...
	I1231 03:05:47.648659   18967 start.go:160] libmachine.API.Create for "kindnet-20211231023602-2057" (driver="docker")
	I1231 03:05:47.648709   18967 client.go:168] LocalClient.Create starting
	I1231 03:05:47.648883   18967 main.go:130] libmachine: Reading certificate data from /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem
	I1231 03:05:47.648958   18967 main.go:130] libmachine: Decoding PEM data...
	I1231 03:05:47.648996   18967 main.go:130] libmachine: Parsing certificate...
	I1231 03:05:47.649098   18967 main.go:130] libmachine: Reading certificate data from /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem
	I1231 03:05:47.649156   18967 main.go:130] libmachine: Decoding PEM data...
	I1231 03:05:47.649175   18967 main.go:130] libmachine: Parsing certificate...
	I1231 03:05:47.650171   18967 cli_runner.go:133] Run: docker network inspect kindnet-20211231023602-2057 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W1231 03:05:47.760420   18967 cli_runner.go:180] docker network inspect kindnet-20211231023602-2057 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I1231 03:05:47.760517   18967 network_create.go:254] running [docker network inspect kindnet-20211231023602-2057] to gather additional debugging logs...
	I1231 03:05:47.760529   18967 cli_runner.go:133] Run: docker network inspect kindnet-20211231023602-2057
	W1231 03:05:47.868433   18967 cli_runner.go:180] docker network inspect kindnet-20211231023602-2057 returned with exit code 1
	I1231 03:05:47.868456   18967 network_create.go:257] error running [docker network inspect kindnet-20211231023602-2057]: docker network inspect kindnet-20211231023602-2057: exit status 1
	stdout:
	[]
	
	stderr:
	Error: No such network: kindnet-20211231023602-2057
	I1231 03:05:47.868477   18967 network_create.go:259] output of [docker network inspect kindnet-20211231023602-2057]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error: No such network: kindnet-20211231023602-2057
	
	** /stderr **
	I1231 03:05:47.868567   18967 cli_runner.go:133] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I1231 03:05:47.977807   18967 network.go:288] reserving subnet 192.168.49.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[] amended:true}} dirty:map[192.168.49.0:0xc0006d6298] misses:0}
	I1231 03:05:47.977844   18967 network.go:235] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I1231 03:05:47.977866   18967 network_create.go:106] attempt to create docker network kindnet-20211231023602-2057 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I1231 03:05:47.977961   18967 cli_runner.go:133] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true kindnet-20211231023602-2057
	I1231 03:05:54.494952   18967 cli_runner.go:186] Completed: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true kindnet-20211231023602-2057: (6.516940607s)
	I1231 03:05:54.494975   18967 network_create.go:90] docker network kindnet-20211231023602-2057 192.168.49.0/24 created
	I1231 03:05:54.494992   18967 kic.go:106] calculated static IP "192.168.49.2" for the "kindnet-20211231023602-2057" container
	I1231 03:05:54.495105   18967 cli_runner.go:133] Run: docker ps -a --format {{.Names}}
	I1231 03:05:54.605049   18967 cli_runner.go:133] Run: docker volume create kindnet-20211231023602-2057 --label name.minikube.sigs.k8s.io=kindnet-20211231023602-2057 --label created_by.minikube.sigs.k8s.io=true
	I1231 03:05:54.714103   18967 oci.go:102] Successfully created a docker volume kindnet-20211231023602-2057
	I1231 03:05:54.714222   18967 cli_runner.go:133] Run: docker run --rm --name kindnet-20211231023602-2057-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=kindnet-20211231023602-2057 --entrypoint /usr/bin/test -v kindnet-20211231023602-2057:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b -d /var/lib
	I1231 03:05:55.224485   18967 oci.go:106] Successfully prepared a docker volume kindnet-20211231023602-2057
	I1231 03:05:55.224532   18967 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 03:05:55.224545   18967 kic.go:179] Starting extracting preloaded images to volume ...
	I1231 03:05:55.224642   18967 cli_runner.go:133] Run: docker run --rm --entrypoint /usr/bin/tar -v /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v kindnet-20211231023602-2057:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b -I lz4 -xf /preloaded.tar -C /extractDir
	I1231 03:06:00.683128   18967 cli_runner.go:186] Completed: docker run --rm --entrypoint /usr/bin/tar -v /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v kindnet-20211231023602-2057:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b -I lz4 -xf /preloaded.tar -C /extractDir: (5.458432544s)
	I1231 03:06:00.683154   18967 kic.go:188] duration metric: took 5.458611 seconds to extract preloaded images to volume
	I1231 03:06:00.683810   18967 cli_runner.go:133] Run: docker info --format "'{{json .SecurityOptions}}'"
	I1231 03:06:00.851995   18967 cli_runner.go:133] Run: docker run -d -t --privileged --device /dev/fuse --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname kindnet-20211231023602-2057 --name kindnet-20211231023602-2057 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=kindnet-20211231023602-2057 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=kindnet-20211231023602-2057 --network kindnet-20211231023602-2057 --ip 192.168.49.2 --volume kindnet-20211231023602-2057:/var --security-opt apparmor=unconfined --memory=2048mb --memory-swap=2048mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b
	I1231 03:06:11.473473   18967 cli_runner.go:186] Completed: docker run -d -t --privileged --device /dev/fuse --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname kindnet-20211231023602-2057 --name kindnet-20211231023602-2057 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=kindnet-20211231023602-2057 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=kindnet-20211231023602-2057 --network kindnet-20211231023602-2057 --ip 192.168.49.2 --volume kindnet-20211231023602-2057:/var --security-opt apparmor=unconfined --memory=2048mb --memory-swap=2048mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b: (10.621412029s)
	I1231 03:06:11.473606   18967 cli_runner.go:133] Run: docker container inspect kindnet-20211231023602-2057 --format={{.State.Running}}
	I1231 03:06:11.588585   18967 cli_runner.go:133] Run: docker container inspect kindnet-20211231023602-2057 --format={{.State.Status}}
	I1231 03:06:11.704731   18967 cli_runner.go:133] Run: docker exec kindnet-20211231023602-2057 stat /var/lib/dpkg/alternatives/iptables
	I1231 03:06:11.869608   18967 oci.go:175] the created container "kindnet-20211231023602-2057" has a running status.
	I1231 03:06:11.869634   18967 kic.go:210] Creating ssh key for kic: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kindnet-20211231023602-2057/id_rsa...
	I1231 03:06:11.972895   18967 kic_runner.go:191] docker (temp): /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kindnet-20211231023602-2057/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I1231 03:06:12.139435   18967 cli_runner.go:133] Run: docker container inspect kindnet-20211231023602-2057 --format={{.State.Status}}
	I1231 03:06:12.249734   18967 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I1231 03:06:12.249751   18967 kic_runner.go:114] Args: [docker exec --privileged kindnet-20211231023602-2057 chown docker:docker /home/docker/.ssh/authorized_keys]
	I1231 03:06:12.410747   18967 cli_runner.go:133] Run: docker container inspect kindnet-20211231023602-2057 --format={{.State.Status}}
	I1231 03:06:12.520642   18967 machine.go:88] provisioning docker machine ...
	I1231 03:06:12.520684   18967 ubuntu.go:169] provisioning hostname "kindnet-20211231023602-2057"
	I1231 03:06:12.520814   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:12.632408   18967 main.go:130] libmachine: Using SSH client type: native
	I1231 03:06:12.632625   18967 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 49254 <nil> <nil>}
	I1231 03:06:12.632641   18967 main.go:130] libmachine: About to run SSH command:
	sudo hostname kindnet-20211231023602-2057 && echo "kindnet-20211231023602-2057" | sudo tee /etc/hostname
	I1231 03:06:12.633928   18967 main.go:130] libmachine: Error dialing TCP: ssh: handshake failed: EOF
	I1231 03:06:15.785228   18967 main.go:130] libmachine: SSH cmd err, output: <nil>: kindnet-20211231023602-2057
	
	I1231 03:06:15.785332   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:15.896681   18967 main.go:130] libmachine: Using SSH client type: native
	I1231 03:06:15.896835   18967 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 49254 <nil> <nil>}
	I1231 03:06:15.896850   18967 main.go:130] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\skindnet-20211231023602-2057' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 kindnet-20211231023602-2057/g' /etc/hosts;
				else 
					echo '127.0.1.1 kindnet-20211231023602-2057' | sudo tee -a /etc/hosts; 
				fi
			fi
	I1231 03:06:16.032043   18967 main.go:130] libmachine: SSH cmd err, output: <nil>: 
	I1231 03:06:16.032065   18967 ubuntu.go:175] set auth options {CertDir:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube CaCertPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem CaPrivateKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server.pem ServerKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server-key.pem ClientKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.p
em ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube}
	I1231 03:06:16.032082   18967 ubuntu.go:177] setting up certificates
	I1231 03:06:16.032088   18967 provision.go:83] configureAuth start
	I1231 03:06:16.032169   18967 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" kindnet-20211231023602-2057
	I1231 03:06:16.141239   18967 provision.go:138] copyHostCerts
	I1231 03:06:16.141338   18967 exec_runner.go:144] found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cert.pem, removing ...
	I1231 03:06:16.141346   18967 exec_runner.go:207] rm: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cert.pem
	I1231 03:06:16.142500   18967 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem --> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cert.pem (1123 bytes)
	I1231 03:06:16.142700   18967 exec_runner.go:144] found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/key.pem, removing ...
	I1231 03:06:16.142713   18967 exec_runner.go:207] rm: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/key.pem
	I1231 03:06:16.142779   18967 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/key.pem --> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/key.pem (1679 bytes)
	I1231 03:06:16.142927   18967 exec_runner.go:144] found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.pem, removing ...
	I1231 03:06:16.142938   18967 exec_runner.go:207] rm: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.pem
	I1231 03:06:16.142999   18967 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem --> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.pem (1082 bytes)
	I1231 03:06:16.143115   18967 provision.go:112] generating server cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server.pem ca-key=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem private-key=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca-key.pem org=jenkins.kindnet-20211231023602-2057 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube kindnet-20211231023602-2057]
	I1231 03:06:16.189913   18967 provision.go:172] copyRemoteCerts
	I1231 03:06:16.190066   18967 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I1231 03:06:16.190152   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:16.301117   18967 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:49254 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kindnet-20211231023602-2057/id_rsa Username:docker}
	I1231 03:06:16.395357   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I1231 03:06:16.413969   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server.pem --> /etc/docker/server.pem (1257 bytes)
	I1231 03:06:16.432144   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I1231 03:06:16.450556   18967 provision.go:86] duration metric: configureAuth took 418.453065ms
	I1231 03:06:16.450572   18967 ubuntu.go:193] setting minikube options for container-runtime
	I1231 03:06:16.450740   18967 config.go:176] Loaded profile config "kindnet-20211231023602-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 03:06:16.450829   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:16.560931   18967 main.go:130] libmachine: Using SSH client type: native
	I1231 03:06:16.561132   18967 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 49254 <nil> <nil>}
	I1231 03:06:16.561143   18967 main.go:130] libmachine: About to run SSH command:
	df --output=fstype / | tail -n 1
	I1231 03:06:16.697572   18967 main.go:130] libmachine: SSH cmd err, output: <nil>: overlay
	
	I1231 03:06:16.697589   18967 ubuntu.go:71] root file system type: overlay
	I1231 03:06:16.697711   18967 provision.go:309] Updating docker unit: /lib/systemd/system/docker.service ...
	I1231 03:06:16.697805   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:16.807930   18967 main.go:130] libmachine: Using SSH client type: native
	I1231 03:06:16.808086   18967 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 49254 <nil> <nil>}
	I1231 03:06:16.808136   18967 main.go:130] libmachine: About to run SSH command:
	sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	BindsTo=containerd.service
	After=network-online.target firewalld.service containerd.service
	Wants=network-online.target
	Requires=docker.socket
	StartLimitBurst=3
	StartLimitIntervalSec=60
	
	[Service]
	Type=notify
	Restart=on-failure
	
	
	
	# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	# The base configuration already specifies an 'ExecStart=...' command. The first directive
	# here is to clear out that command inherited from the base configuration. Without this,
	# the command from the base configuration and the command specified here are treated as
	# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	# will catch this invalid input and refuse to start the service with an error like:
	#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	
	# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	ExecStart=
	ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	ExecReload=/bin/kill -s HUP \$MAINPID
	
	# Having non-zero Limit*s causes performance problems due to accounting overhead
	# in the kernel. We recommend using cgroups to do container-local accounting.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# Uncomment TasksMax if your systemd version supports it.
	# Only systemd 226 and above support this version.
	TasksMax=infinity
	TimeoutStartSec=0
	
	# set delegate yes so that systemd does not reset the cgroups of docker containers
	Delegate=yes
	
	# kill only the docker process, not all processes in the cgroup
	KillMode=process
	
	[Install]
	WantedBy=multi-user.target
	" | sudo tee /lib/systemd/system/docker.service.new
	I1231 03:06:16.954444   18967 main.go:130] libmachine: SSH cmd err, output: <nil>: [Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	BindsTo=containerd.service
	After=network-online.target firewalld.service containerd.service
	Wants=network-online.target
	Requires=docker.socket
	StartLimitBurst=3
	StartLimitIntervalSec=60
	
	[Service]
	Type=notify
	Restart=on-failure
	
	
	
	# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	# The base configuration already specifies an 'ExecStart=...' command. The first directive
	# here is to clear out that command inherited from the base configuration. Without this,
	# the command from the base configuration and the command specified here are treated as
	# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	# will catch this invalid input and refuse to start the service with an error like:
	#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	
	# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	ExecStart=
	ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	ExecReload=/bin/kill -s HUP $MAINPID
	
	# Having non-zero Limit*s causes performance problems due to accounting overhead
	# in the kernel. We recommend using cgroups to do container-local accounting.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# Uncomment TasksMax if your systemd version supports it.
	# Only systemd 226 and above support this version.
	TasksMax=infinity
	TimeoutStartSec=0
	
	# set delegate yes so that systemd does not reset the cgroups of docker containers
	Delegate=yes
	
	# kill only the docker process, not all processes in the cgroup
	KillMode=process
	
	[Install]
	WantedBy=multi-user.target
	
	I1231 03:06:16.954550   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:17.064011   18967 main.go:130] libmachine: Using SSH client type: native
	I1231 03:06:17.064157   18967 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 49254 <nil> <nil>}
	I1231 03:06:17.064169   18967 main.go:130] libmachine: About to run SSH command:
	sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
	I1231 03:06:46.027799   18967 main.go:130] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service	2021-12-13 11:43:42.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2021-12-31 11:06:16.963678982 +0000
	@@ -1,30 +1,32 @@
	 [Unit]
	 Description=Docker Application Container Engine
	 Documentation=https://docs.docker.com
	+BindsTo=containerd.service
	 After=network-online.target firewalld.service containerd.service
	 Wants=network-online.target
	-Requires=docker.socket containerd.service
	+Requires=docker.socket
	+StartLimitBurst=3
	+StartLimitIntervalSec=60
	 
	 [Service]
	 Type=notify
	-# the default is not to use systemd for cgroups because the delegate issues still
	-# exists and systemd currently does not support the cgroup feature set required
	-# for containers run by docker
	-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
	-ExecReload=/bin/kill -s HUP $MAINPID
	-TimeoutSec=0
	-RestartSec=2
	-Restart=always
	-
	-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
	-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
	-# to make them work for either version of systemd.
	-StartLimitBurst=3
	+Restart=on-failure
	 
	-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
	-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
	-# this option work for either version of systemd.
	-StartLimitInterval=60s
	+
	+
	+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	+# The base configuration already specifies an 'ExecStart=...' command. The first directive
	+# here is to clear out that command inherited from the base configuration. Without this,
	+# the command from the base configuration and the command specified here are treated as
	+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	+# will catch this invalid input and refuse to start the service with an error like:
	+#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	+
	+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	+ExecStart=
	+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	+ExecReload=/bin/kill -s HUP $MAINPID
	 
	 # Having non-zero Limit*s causes performance problems due to accounting overhead
	 # in the kernel. We recommend using cgroups to do container-local accounting.
	@@ -32,16 +34,16 @@
	 LimitNPROC=infinity
	 LimitCORE=infinity
	 
	-# Comment TasksMax if your systemd version does not support it.
	-# Only systemd 226 and above support this option.
	+# Uncomment TasksMax if your systemd version supports it.
	+# Only systemd 226 and above support this version.
	 TasksMax=infinity
	+TimeoutStartSec=0
	 
	 # set delegate yes so that systemd does not reset the cgroups of docker containers
	 Delegate=yes
	 
	 # kill only the docker process, not all processes in the cgroup
	 KillMode=process
	-OOMScoreAdjust=-500
	 
	 [Install]
	 WantedBy=multi-user.target
	Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
	Executing: /lib/systemd/systemd-sysv-install enable docker
	
	I1231 03:06:46.027821   18967 machine.go:91] provisioned docker machine in 33.507173836s
	I1231 03:06:46.027828   18967 client.go:171] LocalClient.Create took 58.379137283s
	I1231 03:06:46.027841   18967 start.go:168] duration metric: libmachine.API.Create for "kindnet-20211231023602-2057" took 58.37921019s
	I1231 03:06:46.027850   18967 start.go:267] post-start starting for "kindnet-20211231023602-2057" (driver="docker")
	I1231 03:06:46.027854   18967 start.go:277] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I1231 03:06:46.027939   18967 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I1231 03:06:46.028002   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:46.139398   18967 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:49254 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kindnet-20211231023602-2057/id_rsa Username:docker}
	I1231 03:06:46.235774   18967 ssh_runner.go:195] Run: cat /etc/os-release
	I1231 03:06:46.239675   18967 main.go:130] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I1231 03:06:46.239694   18967 main.go:130] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I1231 03:06:46.239700   18967 main.go:130] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I1231 03:06:46.239706   18967 info.go:137] Remote host: Ubuntu 20.04.2 LTS
	I1231 03:06:46.239718   18967 filesync.go:126] Scanning /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/addons for local assets ...
	I1231 03:06:46.239825   18967 filesync.go:126] Scanning /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files for local assets ...
	I1231 03:06:46.240333   18967 filesync.go:149] local asset: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem -> 20572.pem in /etc/ssl/certs
	I1231 03:06:46.240517   18967 ssh_runner.go:195] Run: sudo mkdir -p /etc/ssl/certs
	I1231 03:06:46.247878   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem --> /etc/ssl/certs/20572.pem (1708 bytes)
	I1231 03:06:46.264902   18967 start.go:270] post-start completed in 237.037627ms
	I1231 03:06:46.265525   18967 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" kindnet-20211231023602-2057
	I1231 03:06:46.374616   18967 profile.go:147] Saving config to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/config.json ...
	I1231 03:06:46.375038   18967 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1231 03:06:46.375101   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:46.483587   18967 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:49254 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kindnet-20211231023602-2057/id_rsa Username:docker}
	I1231 03:06:46.577119   18967 start.go:129] duration metric: createHost completed in 58.976421233s
	I1231 03:06:46.577136   18967 start.go:80] releasing machines lock for "kindnet-20211231023602-2057", held for 58.976549131s
	I1231 03:06:46.577266   18967 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" kindnet-20211231023602-2057
	I1231 03:06:46.709837   18967 ssh_runner.go:195] Run: systemctl --version
	I1231 03:06:46.709913   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:46.710378   18967 ssh_runner.go:195] Run: curl -sS -m 2 https://k8s.gcr.io/
	I1231 03:06:46.710684   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:46.831676   18967 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:49254 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kindnet-20211231023602-2057/id_rsa Username:docker}
	I1231 03:06:46.831670   18967 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:49254 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kindnet-20211231023602-2057/id_rsa Username:docker}
	I1231 03:06:47.399977   18967 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I1231 03:06:47.409439   18967 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I1231 03:06:47.419259   18967 cruntime.go:264] skipping containerd shutdown because we are bound to it
	I1231 03:06:47.419318   18967 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I1231 03:06:47.428672   18967 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/dockershim.sock
	image-endpoint: unix:///var/run/dockershim.sock
	" | sudo tee /etc/crictl.yaml"
	I1231 03:06:47.441543   18967 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
	I1231 03:06:47.500419   18967 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
	I1231 03:06:47.562201   18967 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I1231 03:06:47.573271   18967 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I1231 03:06:47.632641   18967 ssh_runner.go:195] Run: sudo systemctl start docker
	I1231 03:06:47.643354   18967 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I1231 03:06:47.684792   18967 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I1231 03:06:47.751748   18967 out.go:203] * Preparing Kubernetes v1.23.1 on Docker 20.10.12 ...
	I1231 03:06:47.751998   18967 cli_runner.go:133] Run: docker exec -t kindnet-20211231023602-2057 dig +short host.docker.internal
	I1231 03:06:47.933017   18967 network.go:96] got host ip for mount in container by digging dns: 192.168.65.2
	I1231 03:06:47.934083   18967 ssh_runner.go:195] Run: grep 192.168.65.2	host.minikube.internal$ /etc/hosts
	I1231 03:06:47.938840   18967 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.65.2	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I1231 03:06:47.948990   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:06:48.088061   18967 out.go:176]   - kubelet.global-housekeeping-interval=60m
	I1231 03:06:48.113642   18967 out.go:176]   - kubelet.housekeeping-interval=5m
	I1231 03:06:48.139902   18967 out.go:176]   - kubelet.cni-conf-dir=/etc/cni/net.mk
	I1231 03:06:48.140056   18967 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 03:06:48.140246   18967 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I1231 03:06:48.173648   18967 docker.go:581] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.23.1
	k8s.gcr.io/kube-proxy:v1.23.1
	k8s.gcr.io/kube-scheduler:v1.23.1
	k8s.gcr.io/kube-controller-manager:v1.23.1
	k8s.gcr.io/etcd:3.5.1-0
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	kubernetesui/dashboard:v2.3.1
	kubernetesui/metrics-scraper:v1.0.7
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I1231 03:06:48.173660   18967 docker.go:512] Images already preloaded, skipping extraction
	I1231 03:06:48.173743   18967 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I1231 03:06:48.204204   18967 docker.go:581] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.23.1
	k8s.gcr.io/kube-proxy:v1.23.1
	k8s.gcr.io/kube-scheduler:v1.23.1
	k8s.gcr.io/kube-controller-manager:v1.23.1
	k8s.gcr.io/etcd:3.5.1-0
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	kubernetesui/dashboard:v2.3.1
	kubernetesui/metrics-scraper:v1.0.7
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I1231 03:06:48.204222   18967 cache_images.go:84] Images are preloaded, skipping loading
	I1231 03:06:48.204331   18967 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
	I1231 03:06:48.288830   18967 cni.go:93] Creating CNI manager for "kindnet"
	I1231 03:06:48.288893   18967 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
	I1231 03:06:48.288915   18967 kubeadm.go:153] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.23.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:kindnet-20211231023602-2057 NodeName:kindnet-20211231023602-2057 DNSDomain:cluster.local CRISocket:/var/run/dockershim.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/
minikube/certs/ca.crt StaticPodPath:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[]}
	I1231 03:06:48.289059   18967 kubeadm.go:157] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta2
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: /var/run/dockershim.sock
	  name: "kindnet-20211231023602-2057"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta2
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	dns:
	  type: CoreDNS
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.23.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I1231 03:06:48.289159   18967 kubeadm.go:788] kubelet [Unit]
	Wants=docker.socket
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.23.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cni-conf-dir=/etc/cni/net.mk --config=/var/lib/kubelet/config.yaml --container-runtime=docker --global-housekeeping-interval=60m --hostname-override=kindnet-20211231023602-2057 --housekeeping-interval=5m --kubeconfig=/etc/kubernetes/kubelet.conf --network-plugin=cni --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.23.1 ClusterName:kindnet-20211231023602-2057 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m} {Component:kubelet Key:cni-conf-dir Value:/etc/cni/net.mk}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:kindnet NodeIP: NodePort:8443 NodeName:}
	I1231 03:06:48.289232   18967 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.23.1
	I1231 03:06:48.297931   18967 binaries.go:44] Found k8s binaries, skipping transfer
	I1231 03:06:48.297990   18967 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I1231 03:06:48.305689   18967 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (467 bytes)
	I1231 03:06:48.318768   18967 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I1231 03:06:48.332174   18967 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2070 bytes)
	I1231 03:06:48.345021   18967 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I1231 03:06:48.349260   18967 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I1231 03:06:48.359250   18967 certs.go:54] Setting up /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057 for IP: 192.168.49.2
	I1231 03:06:48.359383   18967 certs.go:182] skipping minikubeCA CA generation: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.key
	I1231 03:06:48.359450   18967 certs.go:182] skipping proxyClientCA CA generation: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/proxy-client-ca.key
	I1231 03:06:48.359498   18967 certs.go:302] generating minikube-user signed cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/client.key
	I1231 03:06:48.359516   18967 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/client.crt with IP's: []
	I1231 03:06:48.411194   18967 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/client.crt ...
	I1231 03:06:48.411209   18967 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/client.crt: {Name:mk28854fc6097403386942b88926ca7bf2c7ee90 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:06:48.412463   18967 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/client.key ...
	I1231 03:06:48.412522   18967 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/client.key: {Name:mkdbc2d5a56e81289a154413e6f3a045c84af040 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:06:48.412804   18967 certs.go:302] generating minikube signed cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.key.dd3b5fb2
	I1231 03:06:48.412832   18967 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
	I1231 03:06:48.482613   18967 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.crt.dd3b5fb2 ...
	I1231 03:06:48.482623   18967 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.crt.dd3b5fb2: {Name:mkeeaa791afd0a6ba06968be67744fad33fb9720 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:06:48.482857   18967 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.key.dd3b5fb2 ...
	I1231 03:06:48.482866   18967 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.key.dd3b5fb2: {Name:mk9e369f23c7791609f6f71577beeec05aa030d7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:06:48.484228   18967 certs.go:320] copying /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.crt.dd3b5fb2 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.crt
	I1231 03:06:48.484446   18967 certs.go:324] copying /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.key.dd3b5fb2 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.key
	I1231 03:06:48.484630   18967 certs.go:302] generating aggregator signed cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/proxy-client.key
	I1231 03:06:48.484651   18967 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/proxy-client.crt with IP's: []
	I1231 03:06:48.659396   18967 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/proxy-client.crt ...
	I1231 03:06:48.659411   18967 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/proxy-client.crt: {Name:mk14fde442096f9023c19fe5d55199c613d01a37 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:06:48.660312   18967 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/proxy-client.key ...
	I1231 03:06:48.660321   18967 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/proxy-client.key: {Name:mkceb5e84e01191ec7356696834e1d3289d6d3c4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:06:48.660698   18967 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/2057.pem (1338 bytes)
	W1231 03:06:48.660746   18967 certs.go:384] ignoring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/2057_empty.pem, impossibly tiny 0 bytes
	I1231 03:06:48.660759   18967 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca-key.pem (1675 bytes)
	I1231 03:06:48.660799   18967 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem (1082 bytes)
	I1231 03:06:48.660841   18967 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem (1123 bytes)
	I1231 03:06:48.660875   18967 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/key.pem (1679 bytes)
	I1231 03:06:48.660943   18967 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem (1708 bytes)
	I1231 03:06:48.661725   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
	I1231 03:06:48.680806   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I1231 03:06:48.698809   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I1231 03:06:48.716761   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kindnet-20211231023602-2057/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I1231 03:06:48.734201   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I1231 03:06:48.751915   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I1231 03:06:48.769260   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I1231 03:06:48.786638   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1671 bytes)
	I1231 03:06:48.803950   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/2057.pem --> /usr/share/ca-certificates/2057.pem (1338 bytes)
	I1231 03:06:48.821298   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem --> /usr/share/ca-certificates/20572.pem (1708 bytes)
	I1231 03:06:48.838552   18967 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I1231 03:06:48.855985   18967 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I1231 03:06:48.869800   18967 ssh_runner.go:195] Run: openssl version
	I1231 03:06:48.875817   18967 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I1231 03:06:48.884052   18967 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I1231 03:06:48.888488   18967 certs.go:431] hashing: -rw-r--r-- 1 root root 1111 Dec 31 09:44 /usr/share/ca-certificates/minikubeCA.pem
	I1231 03:06:48.888542   18967 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I1231 03:06:48.894235   18967 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I1231 03:06:48.902523   18967 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/2057.pem && ln -fs /usr/share/ca-certificates/2057.pem /etc/ssl/certs/2057.pem"
	I1231 03:06:48.910682   18967 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/2057.pem
	I1231 03:06:48.914634   18967 certs.go:431] hashing: -rw-r--r-- 1 root root 1338 Dec 31 09:51 /usr/share/ca-certificates/2057.pem
	I1231 03:06:48.914683   18967 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/2057.pem
	I1231 03:06:48.920527   18967 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/51391683.0 || ln -fs /etc/ssl/certs/2057.pem /etc/ssl/certs/51391683.0"
	I1231 03:06:48.928379   18967 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/20572.pem && ln -fs /usr/share/ca-certificates/20572.pem /etc/ssl/certs/20572.pem"
	I1231 03:06:48.936524   18967 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/20572.pem
	I1231 03:06:48.940772   18967 certs.go:431] hashing: -rw-r--r-- 1 root root 1708 Dec 31 09:51 /usr/share/ca-certificates/20572.pem
	I1231 03:06:48.940814   18967 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/20572.pem
	I1231 03:06:48.946185   18967 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/3ec20f2e.0 || ln -fs /etc/ssl/certs/20572.pem /etc/ssl/certs/3ec20f2e.0"
	I1231 03:06:48.954387   18967 kubeadm.go:388] StartCluster: {Name:kindnet-20211231023602-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:kindnet-20211231023602-2057 Namespace:default APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m} {Component:kubelet Key:cni-conf-dir Value:/etc/cni/net.mk}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:kindnet NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docke
r MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 03:06:48.954522   18967 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I1231 03:06:48.983270   18967 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I1231 03:06:48.991154   18967 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I1231 03:06:48.998521   18967 kubeadm.go:218] ignoring SystemVerification for kubeadm because of docker driver
	I1231 03:06:48.998579   18967 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I1231 03:06:49.006158   18967 kubeadm.go:149] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I1231 03:06:49.006182   18967 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.23.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I1231 03:06:49.538343   18967 out.go:203]   - Generating certificates and keys ...
	I1231 03:06:51.733822   18967 out.go:203]   - Booting up control plane ...
	I1231 03:07:06.767369   18967 out.go:203]   - Configuring RBAC rules ...
	I1231 03:07:07.218189   18967 cni.go:93] Creating CNI manager for "kindnet"
	I1231 03:07:07.246162   18967 out.go:176] * Configuring CNI (Container Networking Interface) ...
	I1231 03:07:07.246393   18967 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I1231 03:07:07.263063   18967 cni.go:187] applying CNI manifest using /var/lib/minikube/binaries/v1.23.1/kubectl ...
	I1231 03:07:07.263074   18967 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2429 bytes)
	I1231 03:07:07.283415   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I1231 03:07:07.883305   18967 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I1231 03:07:07.883386   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:07.883422   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl label nodes minikube.k8s.io/version=v1.24.0 minikube.k8s.io/commit=a81813405fc4902e1caabd8d69223ec230d201fb minikube.k8s.io/name=kindnet-20211231023602-2057 minikube.k8s.io/updated_at=2021_12_31T03_07_07_0700 --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:07.897844   18967 ops.go:34] apiserver oom_adj: -16
	I1231 03:07:07.972967   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:08.527253   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:09.024735   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:09.524642   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:10.025194   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:10.524726   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:11.024426   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:11.523504   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:12.030426   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:12.525295   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:13.024100   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:13.523516   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:14.023454   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:14.527549   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:15.025389   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:15.523594   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:16.027120   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:16.523487   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:17.023436   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:17.523483   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:18.027071   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:18.524027   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:19.024384   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:19.524820   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:20.023597   18967 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:07:20.102261   18967 kubeadm.go:864] duration metric: took 12.218957349s to wait for elevateKubeSystemPrivileges.
	I1231 03:07:20.102280   18967 kubeadm.go:390] StartCluster complete in 31.147908168s
	I1231 03:07:20.102295   18967 settings.go:142] acquiring lock: {Name:mk6806e72acf9f2381d741be5c77b06b69dfccd6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:07:20.102385   18967 settings.go:150] Updating kubeconfig:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	I1231 03:07:20.104002   18967 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig: {Name:mkc02de18bf9143e13320de3ec4fb1721687bc20 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	W1231 03:07:20.124587   18967 kapi.go:233] failed rescaling deployment, will retry: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
	I1231 03:07:21.127740   18967 kapi.go:244] deployment "coredns" in namespace "kube-system" and context "kindnet-20211231023602-2057" rescaled to 1
	I1231 03:07:21.127772   18967 start.go:206] Will wait 5m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}
	I1231 03:07:21.127787   18967 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I1231 03:07:21.179260   18967 out.go:176] * Verifying Kubernetes components...
	I1231 03:07:21.127805   18967 addons.go:415] enableAddons start: toEnable=map[], additional=[]
	I1231 03:07:21.127940   18967 config.go:176] Loaded profile config "kindnet-20211231023602-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 03:07:21.179343   18967 addons.go:65] Setting storage-provisioner=true in profile "kindnet-20211231023602-2057"
	I1231 03:07:21.179343   18967 addons.go:65] Setting default-storageclass=true in profile "kindnet-20211231023602-2057"
	I1231 03:07:21.179356   18967 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1231 03:07:21.179358   18967 addons.go:153] Setting addon storage-provisioner=true in "kindnet-20211231023602-2057"
	W1231 03:07:21.179363   18967 addons.go:165] addon storage-provisioner should already be in state true
	I1231 03:07:21.179365   18967 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "kindnet-20211231023602-2057"
	I1231 03:07:21.179388   18967 host.go:66] Checking if "kindnet-20211231023602-2057" exists ...
	I1231 03:07:21.179729   18967 cli_runner.go:133] Run: docker container inspect kindnet-20211231023602-2057 --format={{.State.Status}}
	I1231 03:07:21.179843   18967 cli_runner.go:133] Run: docker container inspect kindnet-20211231023602-2057 --format={{.State.Status}}
	I1231 03:07:21.182611   18967 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.65.2 host.minikube.internal\n           fallthrough\n        }' | sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I1231 03:07:21.196578   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:07:21.377527   18967 start.go:773] {"host.minikube.internal": 192.168.65.2} host record injected into CoreDNS
	I1231 03:07:21.407013   18967 addons.go:153] Setting addon default-storageclass=true in "kindnet-20211231023602-2057"
	I1231 03:07:21.425270   18967 out.go:176]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	W1231 03:07:21.425284   18967 addons.go:165] addon default-storageclass should already be in state true
	I1231 03:07:21.425347   18967 host.go:66] Checking if "kindnet-20211231023602-2057" exists ...
	I1231 03:07:21.425390   18967 addons.go:348] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I1231 03:07:21.425399   18967 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I1231 03:07:21.425503   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:07:21.426537   18967 cli_runner.go:133] Run: docker container inspect kindnet-20211231023602-2057 --format={{.State.Status}}
	I1231 03:07:21.434280   18967 node_ready.go:35] waiting up to 5m0s for node "kindnet-20211231023602-2057" to be "Ready" ...
	I1231 03:07:21.592015   18967 addons.go:348] installing /etc/kubernetes/addons/storageclass.yaml
	I1231 03:07:21.592029   18967 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I1231 03:07:21.592031   18967 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:49254 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kindnet-20211231023602-2057/id_rsa Username:docker}
	I1231 03:07:21.592129   18967 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kindnet-20211231023602-2057
	I1231 03:07:21.728689   18967 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.23.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I1231 03:07:21.825962   18967 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:49254 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kindnet-20211231023602-2057/id_rsa Username:docker}
	I1231 03:07:21.936566   18967 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.23.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I1231 03:07:22.152840   18967 out.go:176] * Enabled addons: storage-provisioner, default-storageclass
	I1231 03:07:22.152874   18967 addons.go:417] enableAddons completed in 1.025080081s
	I1231 03:07:23.444096   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:25.446518   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:27.449418   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:29.947575   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:32.447168   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:34.945752   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:36.946353   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:39.443746   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:41.446884   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:43.948700   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:46.068102   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:48.444236   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:50.445543   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:52.949094   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:55.452829   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:57.950543   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:07:59.951137   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:02.444097   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:04.945340   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:06.949383   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:09.444091   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:11.449885   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:13.949894   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:16.444427   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:18.452047   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:20.453074   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:22.951867   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:25.450112   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:27.946442   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:29.949157   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:32.448115   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:34.948574   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:36.948932   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:39.443871   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:41.444308   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:43.945977   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:46.445558   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:48.448791   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:50.948110   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:53.444363   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:55.947550   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:08:58.445326   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:00.445418   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:02.448978   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:04.948879   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:07.444452   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:09.943992   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:11.945817   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:13.951401   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:16.445822   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:18.944018   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:20.944593   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:22.953031   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:25.444507   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:27.444698   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:29.945898   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:32.443964   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:34.445559   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:36.949908   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:39.445843   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:41.945250   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:43.951881   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:46.444820   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:48.445878   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:50.453367   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:52.453446   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:54.945705   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:56.947676   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:09:59.446619   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:01.944998   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:03.946279   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:06.443226   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:08.947345   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:11.444430   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:13.444578   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:15.445675   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:17.446996   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:19.944478   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:21.944677   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:23.945673   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:26.443491   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:28.944839   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:30.949136   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:33.447345   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:35.952634   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:38.445319   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:40.446739   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:42.945083   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:44.946649   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:47.447128   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:49.448267   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:51.947574   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:54.445880   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:56.945966   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:10:58.948409   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:01.449269   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:03.951724   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:06.443974   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:08.446303   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:10.447511   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:12.945590   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:14.946097   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:17.448572   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:19.947174   18967 node_ready.go:58] node "kindnet-20211231023602-2057" has status "Ready":"False"
	I1231 03:11:21.446946   18967 node_ready.go:38] duration metric: took 4m0.012728099s waiting for node "kindnet-20211231023602-2057" to be "Ready" ...
	I1231 03:11:21.473724   18967 out.go:176] 
	W1231 03:11:21.473888   18967 out.go:241] X Exiting due to GUEST_START: wait 5m0s for node: waiting for node to be ready: waitNodeCondition: timed out waiting for the condition
	X Exiting due to GUEST_START: wait 5m0s for node: waiting for node to be ready: waitNodeCondition: timed out waiting for the condition
	W1231 03:11:21.473902   18967 out.go:241] * 
	* 
	W1231 03:11:21.474982   18967 out.go:241] ╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	I1231 03:11:21.547285   18967 out.go:176] 

                                                
                                                
** /stderr **
net_test.go:101: failed start: exit status 80
--- FAIL: TestNetworkPlugins/group/kindnet/Start (334.94s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/DNS (324.71s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/DNS
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:09:35.416961    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 03:09:44.708066    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.14411344s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:09:52.867397    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.151982203s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:10:11.193614    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 03:10:12.473573    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.140669633s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:10:35.865008    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.144955015s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:10:52.903063    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.130294181s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:11:10.856609    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:10.861906    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:10.873366    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:10.894034    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:10.944278    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:11.027143    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:11.189849    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:11.509945    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:12.150579    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:13.431713    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:11:15.999135    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.153278659s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E1231 03:11:21.120120    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestNetworkPlugins/group/bridge/DNS
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default

                                                
                                                
=== CONT  TestNetworkPlugins/group/bridge/DNS
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.246306934s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **

                                                
                                                
=== CONT  TestNetworkPlugins/group/bridge/DNS
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.157634213s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:12:32.810133    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:12:38.533503    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.150203703s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E1231 03:12:50.683977    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:12:59.026201    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.152795198s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E1231 03:13:54.731590    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.152915163s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E1231 03:14:29.781050    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 03:14:35.416001    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Run:  kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 03:14:44.707523    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:14:52.866036    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context bridge-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.156139939s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:169: failed to do nslookup on kubernetes.default: exit status 1
net_test.go:174: failed nslookup: got=";; connection timed out; no servers could be reached\n\n\n", want=*"10.96.0.1"*
--- FAIL: TestNetworkPlugins/group/bridge/DNS (324.71s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet/Start (259.16s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Start
net_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p kubenet-20211231023601-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --network-plugin=kubenet --driver=docker 
E1231 03:11:51.843804    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestNetworkPlugins/group/kubenet/Start
net_test.go:99: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p kubenet-20211231023601-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --network-plugin=kubenet --driver=docker : signal: killed (4m19.146242273s)

                                                
                                                
-- stdout --
	* [kubenet-20211231023601-2057] minikube v1.24.0 on Darwin 11.1
	  - MINIKUBE_LOCATION=12739
	  - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	  - MINIKUBE_BIN=out/minikube-darwin-amd64
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	* Using the docker driver based on user configuration
	* Starting control plane node kubenet-20211231023601-2057 in cluster kubenet-20211231023601-2057
	* Pulling base image ...
	* Creating docker container (CPUs=2, Memory=2048MB) ...
	* Preparing Kubernetes v1.23.1 on Docker 20.10.12 ...
	  - kubelet.global-housekeeping-interval=60m
	  - kubelet.housekeeping-interval=5m
	  - Generating certificates and keys ...
	  - Booting up control plane ...
	  - Configuring RBAC rules ...
	* Verifying Kubernetes components...
	  - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	* Enabled addons: storage-provisioner, default-storageclass

                                                
                                                
-- /stdout --
** stderr ** 
	I1231 03:11:42.158868   19644 out.go:297] Setting OutFile to fd 1 ...
	I1231 03:11:42.159036   19644 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 03:11:42.159042   19644 out.go:310] Setting ErrFile to fd 2...
	I1231 03:11:42.159046   19644 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 03:11:42.159128   19644 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	I1231 03:11:42.159541   19644 out.go:304] Setting JSON to false
	I1231 03:11:42.186263   19644 start.go:112] hostinfo: {"hostname":"administrators-Mac-mini.local","uptime":6077,"bootTime":1640943025,"procs":323,"os":"darwin","platform":"darwin","platformFamily":"Standalone Workstation","platformVersion":"11.1","kernelVersion":"20.2.0","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"b7610dcb-1435-5842-8d5a-b2388403fea3"}
	W1231 03:11:42.186392   19644 start.go:120] gopshost.Virtualization returned error: not implemented yet
	I1231 03:11:42.212538   19644 out.go:176] * [kubenet-20211231023601-2057] minikube v1.24.0 on Darwin 11.1
	I1231 03:11:42.212674   19644 notify.go:174] Checking for updates...
	I1231 03:11:42.261811   19644 out.go:176]   - MINIKUBE_LOCATION=12739
	I1231 03:11:42.287613   19644 out.go:176]   - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	I1231 03:11:42.313827   19644 out.go:176]   - MINIKUBE_BIN=out/minikube-darwin-amd64
	I1231 03:11:42.339572   19644 out.go:176]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1231 03:11:42.365657   19644 out.go:176]   - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	I1231 03:11:42.366592   19644 config.go:176] Loaded profile config "bridge-20211231023601-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 03:11:42.366685   19644 driver.go:344] Setting default libvirt URI to qemu:///system
	I1231 03:11:42.460201   19644 docker.go:132] docker version: linux-20.10.5
	I1231 03:11:42.460358   19644 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 03:11:42.621586   19644 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:50 OomKillDisable:true NGoroutines:51 SystemTime:2021-12-31 11:11:42.574011738 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 03:11:42.669116   19644 out.go:176] * Using the docker driver based on user configuration
	I1231 03:11:42.669153   19644 start.go:280] selected driver: docker
	I1231 03:11:42.669171   19644 start.go:795] validating driver "docker" against <nil>
	I1231 03:11:42.669287   19644 start.go:806] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc:}
	I1231 03:11:42.669329   19644 start.go:1498] auto setting extra-config to "kubelet.global-housekeeping-interval=60m".
	I1231 03:11:42.669336   19644 start.go:1498] auto setting extra-config to "kubelet.housekeeping-interval=5m".
	I1231 03:11:42.672368   19644 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 03:11:42.829829   19644 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:50 OomKillDisable:true NGoroutines:51 SystemTime:2021-12-31 11:11:42.785982956 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 03:11:42.829924   19644 start_flags.go:284] no existing cluster config was found, will generate one from the flags 
	I1231 03:11:42.830057   19644 start_flags.go:810] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I1231 03:11:42.830076   19644 cni.go:89] network plugin configured as "kubenet", returning disabled
	I1231 03:11:42.830081   19644 start_flags.go:298] config:
	{Name:kubenet-20211231023601-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:kubenet-20211231023601-2057 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRunt
ime:docker CRISocket: NetworkPlugin:kubenet FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 03:11:42.877557   19644 out.go:176] * Starting control plane node kubenet-20211231023601-2057 in cluster kubenet-20211231023601-2057
	I1231 03:11:42.877590   19644 cache.go:118] Beginning downloading kic base image for docker with docker
	I1231 03:11:42.903355   19644 out.go:176] * Pulling base image ...
	I1231 03:11:42.903380   19644 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 03:11:42.903425   19644 preload.go:148] Found local preload: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4
	I1231 03:11:42.903427   19644 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon
	I1231 03:11:42.903436   19644 cache.go:57] Caching tarball of preloaded images
	I1231 03:11:42.903533   19644 preload.go:174] Found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4 in cache, skipping download
	I1231 03:11:42.903542   19644 cache.go:60] Finished verifying existence of preloaded tar for  v1.23.1 on docker
	I1231 03:11:42.903909   19644 profile.go:147] Saving config to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/config.json ...
	I1231 03:11:42.904041   19644 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/config.json: {Name:mk7f526ae1b03845c789b50112342b59a108631a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:11:43.024220   19644 image.go:79] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon, skipping pull
	I1231 03:11:43.024253   19644 cache.go:140] gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b exists in daemon, skipping load
	I1231 03:11:43.024263   19644 cache.go:206] Successfully downloaded all kic artifacts
	I1231 03:11:43.024304   19644 start.go:313] acquiring machines lock for kubenet-20211231023601-2057: {Name:mk3a3fa0d0afcbfa57becc3c2476936036fe9f0b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 03:11:43.025076   19644 start.go:317] acquired machines lock for "kubenet-20211231023601-2057" in 756.5µs
	I1231 03:11:43.025120   19644 start.go:89] Provisioning new machine with config: &{Name:kubenet-20211231023601-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:kubenet-20211231023601-2057 Namespace:default APIServerName:
minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:kubenet FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPo
rt:0 MountType:9p MountUID:docker} &{Name: IP: Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}
	I1231 03:11:43.025206   19644 start.go:126] createHost starting for "" (driver="docker")
	I1231 03:11:43.071581   19644 out.go:203] * Creating docker container (CPUs=2, Memory=2048MB) ...
	I1231 03:11:43.071763   19644 start.go:160] libmachine.API.Create for "kubenet-20211231023601-2057" (driver="docker")
	I1231 03:11:43.071785   19644 client.go:168] LocalClient.Create starting
	I1231 03:11:43.071857   19644 main.go:130] libmachine: Reading certificate data from /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem
	I1231 03:11:43.071901   19644 main.go:130] libmachine: Decoding PEM data...
	I1231 03:11:43.071921   19644 main.go:130] libmachine: Parsing certificate...
	I1231 03:11:43.071974   19644 main.go:130] libmachine: Reading certificate data from /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem
	I1231 03:11:43.072002   19644 main.go:130] libmachine: Decoding PEM data...
	I1231 03:11:43.072010   19644 main.go:130] libmachine: Parsing certificate...
	I1231 03:11:43.072507   19644 cli_runner.go:133] Run: docker network inspect kubenet-20211231023601-2057 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W1231 03:11:43.182592   19644 cli_runner.go:180] docker network inspect kubenet-20211231023601-2057 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I1231 03:11:43.182707   19644 network_create.go:254] running [docker network inspect kubenet-20211231023601-2057] to gather additional debugging logs...
	I1231 03:11:43.182728   19644 cli_runner.go:133] Run: docker network inspect kubenet-20211231023601-2057
	W1231 03:11:43.294936   19644 cli_runner.go:180] docker network inspect kubenet-20211231023601-2057 returned with exit code 1
	I1231 03:11:43.294960   19644 network_create.go:257] error running [docker network inspect kubenet-20211231023601-2057]: docker network inspect kubenet-20211231023601-2057: exit status 1
	stdout:
	[]
	
	stderr:
	Error: No such network: kubenet-20211231023601-2057
	I1231 03:11:43.294972   19644 network_create.go:259] output of [docker network inspect kubenet-20211231023601-2057]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error: No such network: kubenet-20211231023601-2057
	
	** /stderr **
	I1231 03:11:43.295060   19644 cli_runner.go:133] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I1231 03:11:43.405490   19644 network.go:288] reserving subnet 192.168.49.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[] amended:true}} dirty:map[192.168.49.0:0xc000666410] misses:0}
	I1231 03:11:43.405529   19644 network.go:235] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I1231 03:11:43.405544   19644 network_create.go:106] attempt to create docker network kubenet-20211231023601-2057 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I1231 03:11:43.405620   19644 cli_runner.go:133] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true kubenet-20211231023601-2057
	I1231 03:11:49.266911   19644 cli_runner.go:186] Completed: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true kubenet-20211231023601-2057: (5.861242752s)
	I1231 03:11:49.266939   19644 network_create.go:90] docker network kubenet-20211231023601-2057 192.168.49.0/24 created
	I1231 03:11:49.266957   19644 kic.go:106] calculated static IP "192.168.49.2" for the "kubenet-20211231023601-2057" container
	I1231 03:11:49.268507   19644 cli_runner.go:133] Run: docker ps -a --format {{.Names}}
	I1231 03:11:49.376383   19644 cli_runner.go:133] Run: docker volume create kubenet-20211231023601-2057 --label name.minikube.sigs.k8s.io=kubenet-20211231023601-2057 --label created_by.minikube.sigs.k8s.io=true
	I1231 03:11:49.484112   19644 oci.go:102] Successfully created a docker volume kubenet-20211231023601-2057
	I1231 03:11:49.484240   19644 cli_runner.go:133] Run: docker run --rm --name kubenet-20211231023601-2057-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=kubenet-20211231023601-2057 --entrypoint /usr/bin/test -v kubenet-20211231023601-2057:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b -d /var/lib
	I1231 03:11:50.001195   19644 oci.go:106] Successfully prepared a docker volume kubenet-20211231023601-2057
	I1231 03:11:50.001251   19644 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 03:11:50.001265   19644 kic.go:179] Starting extracting preloaded images to volume ...
	I1231 03:11:50.001393   19644 cli_runner.go:133] Run: docker run --rm --entrypoint /usr/bin/tar -v /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v kubenet-20211231023601-2057:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b -I lz4 -xf /preloaded.tar -C /extractDir
	I1231 03:11:55.640262   19644 cli_runner.go:186] Completed: docker run --rm --entrypoint /usr/bin/tar -v /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v kubenet-20211231023601-2057:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b -I lz4 -xf /preloaded.tar -C /extractDir: (5.638796972s)
	I1231 03:11:55.640283   19644 kic.go:188] duration metric: took 5.639021 seconds to extract preloaded images to volume
	I1231 03:11:55.640413   19644 cli_runner.go:133] Run: docker info --format "'{{json .SecurityOptions}}'"
	I1231 03:11:55.809591   19644 cli_runner.go:133] Run: docker run -d -t --privileged --device /dev/fuse --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname kubenet-20211231023601-2057 --name kubenet-20211231023601-2057 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=kubenet-20211231023601-2057 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=kubenet-20211231023601-2057 --network kubenet-20211231023601-2057 --ip 192.168.49.2 --volume kubenet-20211231023601-2057:/var --security-opt apparmor=unconfined --memory=2048mb --memory-swap=2048mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b
	I1231 03:12:06.972307   19644 cli_runner.go:186] Completed: docker run -d -t --privileged --device /dev/fuse --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname kubenet-20211231023601-2057 --name kubenet-20211231023601-2057 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=kubenet-20211231023601-2057 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=kubenet-20211231023601-2057 --network kubenet-20211231023601-2057 --ip 192.168.49.2 --volume kubenet-20211231023601-2057:/var --security-opt apparmor=unconfined --memory=2048mb --memory-swap=2048mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b: (11.162639284s)
	I1231 03:12:06.972423   19644 cli_runner.go:133] Run: docker container inspect kubenet-20211231023601-2057 --format={{.State.Running}}
	I1231 03:12:07.086888   19644 cli_runner.go:133] Run: docker container inspect kubenet-20211231023601-2057 --format={{.State.Status}}
	I1231 03:12:07.217418   19644 cli_runner.go:133] Run: docker exec kubenet-20211231023601-2057 stat /var/lib/dpkg/alternatives/iptables
	I1231 03:12:07.379241   19644 oci.go:175] the created container "kubenet-20211231023601-2057" has a running status.
	I1231 03:12:07.379285   19644 kic.go:210] Creating ssh key for kic: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kubenet-20211231023601-2057/id_rsa...
	I1231 03:12:07.605811   19644 kic_runner.go:191] docker (temp): /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kubenet-20211231023601-2057/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I1231 03:12:07.778853   19644 cli_runner.go:133] Run: docker container inspect kubenet-20211231023601-2057 --format={{.State.Status}}
	I1231 03:12:07.888249   19644 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I1231 03:12:07.888265   19644 kic_runner.go:114] Args: [docker exec --privileged kubenet-20211231023601-2057 chown docker:docker /home/docker/.ssh/authorized_keys]
	I1231 03:12:08.052452   19644 cli_runner.go:133] Run: docker container inspect kubenet-20211231023601-2057 --format={{.State.Status}}
	I1231 03:12:08.160632   19644 machine.go:88] provisioning docker machine ...
	I1231 03:12:08.160677   19644 ubuntu.go:169] provisioning hostname "kubenet-20211231023601-2057"
	I1231 03:12:08.160803   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:08.269265   19644 main.go:130] libmachine: Using SSH client type: native
	I1231 03:12:08.269502   19644 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 50569 <nil> <nil>}
	I1231 03:12:08.269522   19644 main.go:130] libmachine: About to run SSH command:
	sudo hostname kubenet-20211231023601-2057 && echo "kubenet-20211231023601-2057" | sudo tee /etc/hostname
	I1231 03:12:08.271720   19644 main.go:130] libmachine: Error dialing TCP: ssh: handshake failed: EOF
	I1231 03:12:11.422557   19644 main.go:130] libmachine: SSH cmd err, output: <nil>: kubenet-20211231023601-2057
	
	I1231 03:12:11.422686   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:11.530010   19644 main.go:130] libmachine: Using SSH client type: native
	I1231 03:12:11.530195   19644 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 50569 <nil> <nil>}
	I1231 03:12:11.530212   19644 main.go:130] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\skubenet-20211231023601-2057' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 kubenet-20211231023601-2057/g' /etc/hosts;
				else 
					echo '127.0.1.1 kubenet-20211231023601-2057' | sudo tee -a /etc/hosts; 
				fi
			fi
	I1231 03:12:11.668230   19644 main.go:130] libmachine: SSH cmd err, output: <nil>: 
	I1231 03:12:11.668251   19644 ubuntu.go:175] set auth options {CertDir:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube CaCertPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem CaPrivateKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server.pem ServerKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server-key.pem ClientKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.p
em ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube}
	I1231 03:12:11.668277   19644 ubuntu.go:177] setting up certificates
	I1231 03:12:11.668289   19644 provision.go:83] configureAuth start
	I1231 03:12:11.668378   19644 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" kubenet-20211231023601-2057
	I1231 03:12:11.781604   19644 provision.go:138] copyHostCerts
	I1231 03:12:11.781697   19644 exec_runner.go:144] found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.pem, removing ...
	I1231 03:12:11.781708   19644 exec_runner.go:207] rm: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.pem
	I1231 03:12:11.782440   19644 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem --> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.pem (1082 bytes)
	I1231 03:12:11.782668   19644 exec_runner.go:144] found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cert.pem, removing ...
	I1231 03:12:11.782683   19644 exec_runner.go:207] rm: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cert.pem
	I1231 03:12:11.782750   19644 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem --> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cert.pem (1123 bytes)
	I1231 03:12:11.782899   19644 exec_runner.go:144] found /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/key.pem, removing ...
	I1231 03:12:11.782913   19644 exec_runner.go:207] rm: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/key.pem
	I1231 03:12:11.782973   19644 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/key.pem --> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/key.pem (1679 bytes)
	I1231 03:12:11.783113   19644 provision.go:112] generating server cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server.pem ca-key=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem private-key=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca-key.pem org=jenkins.kubenet-20211231023601-2057 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube kubenet-20211231023601-2057]
	I1231 03:12:12.069260   19644 provision.go:172] copyRemoteCerts
	I1231 03:12:12.069426   19644 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I1231 03:12:12.069504   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:12.191573   19644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:50569 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kubenet-20211231023601-2057/id_rsa Username:docker}
	I1231 03:12:12.286499   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I1231 03:12:12.304306   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server.pem --> /etc/docker/server.pem (1253 bytes)
	I1231 03:12:12.322896   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I1231 03:12:12.342756   19644 provision.go:86] duration metric: configureAuth took 674.447561ms
	I1231 03:12:12.342769   19644 ubuntu.go:193] setting minikube options for container-runtime
	I1231 03:12:12.342928   19644 config.go:176] Loaded profile config "kubenet-20211231023601-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 03:12:12.343015   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:12.455107   19644 main.go:130] libmachine: Using SSH client type: native
	I1231 03:12:12.455301   19644 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 50569 <nil> <nil>}
	I1231 03:12:12.455313   19644 main.go:130] libmachine: About to run SSH command:
	df --output=fstype / | tail -n 1
	I1231 03:12:12.593162   19644 main.go:130] libmachine: SSH cmd err, output: <nil>: overlay
	
	I1231 03:12:12.593179   19644 ubuntu.go:71] root file system type: overlay
	I1231 03:12:12.593311   19644 provision.go:309] Updating docker unit: /lib/systemd/system/docker.service ...
	I1231 03:12:12.593408   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:12.704641   19644 main.go:130] libmachine: Using SSH client type: native
	I1231 03:12:12.704791   19644 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 50569 <nil> <nil>}
	I1231 03:12:12.704843   19644 main.go:130] libmachine: About to run SSH command:
	sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	BindsTo=containerd.service
	After=network-online.target firewalld.service containerd.service
	Wants=network-online.target
	Requires=docker.socket
	StartLimitBurst=3
	StartLimitIntervalSec=60
	
	[Service]
	Type=notify
	Restart=on-failure
	
	
	
	# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	# The base configuration already specifies an 'ExecStart=...' command. The first directive
	# here is to clear out that command inherited from the base configuration. Without this,
	# the command from the base configuration and the command specified here are treated as
	# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	# will catch this invalid input and refuse to start the service with an error like:
	#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	
	# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	ExecStart=
	ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	ExecReload=/bin/kill -s HUP \$MAINPID
	
	# Having non-zero Limit*s causes performance problems due to accounting overhead
	# in the kernel. We recommend using cgroups to do container-local accounting.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# Uncomment TasksMax if your systemd version supports it.
	# Only systemd 226 and above support this version.
	TasksMax=infinity
	TimeoutStartSec=0
	
	# set delegate yes so that systemd does not reset the cgroups of docker containers
	Delegate=yes
	
	# kill only the docker process, not all processes in the cgroup
	KillMode=process
	
	[Install]
	WantedBy=multi-user.target
	" | sudo tee /lib/systemd/system/docker.service.new
	I1231 03:12:12.853116   19644 main.go:130] libmachine: SSH cmd err, output: <nil>: [Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	BindsTo=containerd.service
	After=network-online.target firewalld.service containerd.service
	Wants=network-online.target
	Requires=docker.socket
	StartLimitBurst=3
	StartLimitIntervalSec=60
	
	[Service]
	Type=notify
	Restart=on-failure
	
	
	
	# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	# The base configuration already specifies an 'ExecStart=...' command. The first directive
	# here is to clear out that command inherited from the base configuration. Without this,
	# the command from the base configuration and the command specified here are treated as
	# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	# will catch this invalid input and refuse to start the service with an error like:
	#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	
	# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	ExecStart=
	ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	ExecReload=/bin/kill -s HUP $MAINPID
	
	# Having non-zero Limit*s causes performance problems due to accounting overhead
	# in the kernel. We recommend using cgroups to do container-local accounting.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# Uncomment TasksMax if your systemd version supports it.
	# Only systemd 226 and above support this version.
	TasksMax=infinity
	TimeoutStartSec=0
	
	# set delegate yes so that systemd does not reset the cgroups of docker containers
	Delegate=yes
	
	# kill only the docker process, not all processes in the cgroup
	KillMode=process
	
	[Install]
	WantedBy=multi-user.target
	
	I1231 03:12:12.853285   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:12.963723   19644 main.go:130] libmachine: Using SSH client type: native
	I1231 03:12:12.963925   19644 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x1397120] 0x139a200 <nil>  [] 0s} 127.0.0.1 50569 <nil> <nil>}
	I1231 03:12:12.963939   19644 main.go:130] libmachine: About to run SSH command:
	sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
	I1231 03:12:41.704414   19644 main.go:130] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service	2021-12-13 11:43:42.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2021-12-31 11:12:12.859508211 +0000
	@@ -1,30 +1,32 @@
	 [Unit]
	 Description=Docker Application Container Engine
	 Documentation=https://docs.docker.com
	+BindsTo=containerd.service
	 After=network-online.target firewalld.service containerd.service
	 Wants=network-online.target
	-Requires=docker.socket containerd.service
	+Requires=docker.socket
	+StartLimitBurst=3
	+StartLimitIntervalSec=60
	 
	 [Service]
	 Type=notify
	-# the default is not to use systemd for cgroups because the delegate issues still
	-# exists and systemd currently does not support the cgroup feature set required
	-# for containers run by docker
	-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
	-ExecReload=/bin/kill -s HUP $MAINPID
	-TimeoutSec=0
	-RestartSec=2
	-Restart=always
	-
	-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
	-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
	-# to make them work for either version of systemd.
	-StartLimitBurst=3
	+Restart=on-failure
	 
	-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
	-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
	-# this option work for either version of systemd.
	-StartLimitInterval=60s
	+
	+
	+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	+# The base configuration already specifies an 'ExecStart=...' command. The first directive
	+# here is to clear out that command inherited from the base configuration. Without this,
	+# the command from the base configuration and the command specified here are treated as
	+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	+# will catch this invalid input and refuse to start the service with an error like:
	+#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	+
	+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	+ExecStart=
	+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	+ExecReload=/bin/kill -s HUP $MAINPID
	 
	 # Having non-zero Limit*s causes performance problems due to accounting overhead
	 # in the kernel. We recommend using cgroups to do container-local accounting.
	@@ -32,16 +34,16 @@
	 LimitNPROC=infinity
	 LimitCORE=infinity
	 
	-# Comment TasksMax if your systemd version does not support it.
	-# Only systemd 226 and above support this option.
	+# Uncomment TasksMax if your systemd version supports it.
	+# Only systemd 226 and above support this version.
	 TasksMax=infinity
	+TimeoutStartSec=0
	 
	 # set delegate yes so that systemd does not reset the cgroups of docker containers
	 Delegate=yes
	 
	 # kill only the docker process, not all processes in the cgroup
	 KillMode=process
	-OOMScoreAdjust=-500
	 
	 [Install]
	 WantedBy=multi-user.target
	Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
	Executing: /lib/systemd/systemd-sysv-install enable docker
	
	I1231 03:12:41.704443   19644 machine.go:91] provisioned docker machine in 33.543799633s
	I1231 03:12:41.704453   19644 client.go:171] LocalClient.Create took 58.632687763s
	I1231 03:12:41.704496   19644 start.go:168] duration metric: libmachine.API.Create for "kubenet-20211231023601-2057" took 58.632755473s
	I1231 03:12:41.704513   19644 start.go:267] post-start starting for "kubenet-20211231023601-2057" (driver="docker")
	I1231 03:12:41.704519   19644 start.go:277] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I1231 03:12:41.704613   19644 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I1231 03:12:41.705958   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:41.815958   19644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:50569 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kubenet-20211231023601-2057/id_rsa Username:docker}
	I1231 03:12:41.913216   19644 ssh_runner.go:195] Run: cat /etc/os-release
	I1231 03:12:41.917224   19644 main.go:130] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I1231 03:12:41.917239   19644 main.go:130] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I1231 03:12:41.917245   19644 main.go:130] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I1231 03:12:41.917251   19644 info.go:137] Remote host: Ubuntu 20.04.2 LTS
	I1231 03:12:41.917261   19644 filesync.go:126] Scanning /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/addons for local assets ...
	I1231 03:12:41.917355   19644 filesync.go:126] Scanning /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files for local assets ...
	I1231 03:12:41.917854   19644 filesync.go:149] local asset: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem -> 20572.pem in /etc/ssl/certs
	I1231 03:12:41.918049   19644 ssh_runner.go:195] Run: sudo mkdir -p /etc/ssl/certs
	I1231 03:12:41.925334   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem --> /etc/ssl/certs/20572.pem (1708 bytes)
	I1231 03:12:41.942982   19644 start.go:270] post-start completed in 238.459796ms
	I1231 03:12:41.944393   19644 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" kubenet-20211231023601-2057
	I1231 03:12:42.055862   19644 profile.go:147] Saving config to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/config.json ...
	I1231 03:12:42.056370   19644 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1231 03:12:42.056437   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:42.168792   19644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:50569 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kubenet-20211231023601-2057/id_rsa Username:docker}
	I1231 03:12:42.264043   19644 start.go:129] duration metric: createHost completed in 59.238850322s
	I1231 03:12:42.264059   19644 start.go:80] releasing machines lock for "kubenet-20211231023601-2057", held for 59.23899698s
	I1231 03:12:42.264173   19644 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" kubenet-20211231023601-2057
	I1231 03:12:42.372336   19644 ssh_runner.go:195] Run: systemctl --version
	I1231 03:12:42.372417   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:42.373055   19644 ssh_runner.go:195] Run: curl -sS -m 2 https://k8s.gcr.io/
	I1231 03:12:42.374070   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:42.490945   19644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:50569 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kubenet-20211231023601-2057/id_rsa Username:docker}
	I1231 03:12:42.490958   19644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:50569 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kubenet-20211231023601-2057/id_rsa Username:docker}
	I1231 03:12:43.063261   19644 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I1231 03:12:43.073344   19644 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I1231 03:12:43.083131   19644 cruntime.go:264] skipping containerd shutdown because we are bound to it
	I1231 03:12:43.083189   19644 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I1231 03:12:43.092611   19644 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/dockershim.sock
	image-endpoint: unix:///var/run/dockershim.sock
	" | sudo tee /etc/crictl.yaml"
	I1231 03:12:43.105775   19644 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
	I1231 03:12:43.165319   19644 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
	I1231 03:12:43.225097   19644 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I1231 03:12:43.236339   19644 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I1231 03:12:43.292337   19644 ssh_runner.go:195] Run: sudo systemctl start docker
	I1231 03:12:43.305272   19644 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I1231 03:12:43.346177   19644 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I1231 03:12:43.434204   19644 out.go:203] * Preparing Kubernetes v1.23.1 on Docker 20.10.12 ...
	I1231 03:12:43.434363   19644 cli_runner.go:133] Run: docker exec -t kubenet-20211231023601-2057 dig +short host.docker.internal
	I1231 03:12:43.600238   19644 network.go:96] got host ip for mount in container by digging dns: 192.168.65.2
	I1231 03:12:43.601302   19644 ssh_runner.go:195] Run: grep 192.168.65.2	host.minikube.internal$ /etc/hosts
	I1231 03:12:43.605710   19644 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.65.2	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I1231 03:12:43.615736   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:12:43.751953   19644 out.go:176]   - kubelet.global-housekeeping-interval=60m
	I1231 03:12:43.777731   19644 out.go:176]   - kubelet.housekeeping-interval=5m
	I1231 03:12:43.777797   19644 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 03:12:43.777886   19644 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I1231 03:12:43.809816   19644 docker.go:581] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.23.1
	k8s.gcr.io/kube-proxy:v1.23.1
	k8s.gcr.io/kube-controller-manager:v1.23.1
	k8s.gcr.io/kube-scheduler:v1.23.1
	k8s.gcr.io/etcd:3.5.1-0
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	kubernetesui/dashboard:v2.3.1
	kubernetesui/metrics-scraper:v1.0.7
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I1231 03:12:43.809829   19644 docker.go:512] Images already preloaded, skipping extraction
	I1231 03:12:43.809909   19644 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I1231 03:12:43.840034   19644 docker.go:581] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.23.1
	k8s.gcr.io/kube-proxy:v1.23.1
	k8s.gcr.io/kube-scheduler:v1.23.1
	k8s.gcr.io/kube-controller-manager:v1.23.1
	k8s.gcr.io/etcd:3.5.1-0
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	kubernetesui/dashboard:v2.3.1
	kubernetesui/metrics-scraper:v1.0.7
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I1231 03:12:43.840053   19644 cache_images.go:84] Images are preloaded, skipping loading
	I1231 03:12:43.840152   19644 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
	I1231 03:12:43.921710   19644 cni.go:89] network plugin configured as "kubenet", returning disabled
	I1231 03:12:43.921745   19644 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
	I1231 03:12:43.921761   19644 kubeadm.go:153] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.23.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:kubenet-20211231023601-2057 NodeName:kubenet-20211231023601-2057 DNSDomain:cluster.local CRISocket:/var/run/dockershim.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/
minikube/certs/ca.crt StaticPodPath:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[]}
	I1231 03:12:43.921961   19644 kubeadm.go:157] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta2
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: /var/run/dockershim.sock
	  name: "kubenet-20211231023601-2057"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta2
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	dns:
	  type: CoreDNS
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.23.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I1231 03:12:43.922049   19644 kubeadm.go:788] kubelet [Unit]
	Wants=docker.socket
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.23.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime=docker --global-housekeeping-interval=60m --hostname-override=kubenet-20211231023601-2057 --housekeeping-interval=5m --kubeconfig=/etc/kubernetes/kubelet.conf --network-plugin=kubenet --node-ip=192.168.49.2 --pod-cidr=10.244.0.0/16
	
	[Install]
	 config:
	{KubernetesVersion:v1.23.1 ClusterName:kubenet-20211231023601-2057 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:kubenet FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
	I1231 03:12:43.922191   19644 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.23.1
	I1231 03:12:43.930872   19644 binaries.go:44] Found k8s binaries, skipping transfer
	I1231 03:12:43.930928   19644 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I1231 03:12:43.938535   19644 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (465 bytes)
	I1231 03:12:43.951606   19644 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I1231 03:12:43.964657   19644 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2070 bytes)
	I1231 03:12:43.977454   19644 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I1231 03:12:43.981778   19644 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I1231 03:12:43.992426   19644 certs.go:54] Setting up /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057 for IP: 192.168.49.2
	I1231 03:12:43.992543   19644 certs.go:182] skipping minikubeCA CA generation: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.key
	I1231 03:12:43.992609   19644 certs.go:182] skipping proxyClientCA CA generation: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/proxy-client-ca.key
	I1231 03:12:43.992663   19644 certs.go:302] generating minikube-user signed cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/client.key
	I1231 03:12:43.992681   19644 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/client.crt with IP's: []
	I1231 03:12:44.084420   19644 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/client.crt ...
	I1231 03:12:44.084431   19644 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/client.crt: {Name:mka8c3c874e11b0d4d6574395f1b8b5acdb7d124 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:12:44.086474   19644 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/client.key ...
	I1231 03:12:44.086500   19644 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/client.key: {Name:mk82e7621abd9a8864a897c7149892d961b54e7f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:12:44.087410   19644 certs.go:302] generating minikube signed cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.key.dd3b5fb2
	I1231 03:12:44.087446   19644 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
	I1231 03:12:44.293447   19644 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.crt.dd3b5fb2 ...
	I1231 03:12:44.293465   19644 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.crt.dd3b5fb2: {Name:mkb57c7bbca05dc32b071ef3ef6b086625856abf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:12:44.293719   19644 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.key.dd3b5fb2 ...
	I1231 03:12:44.293727   19644 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.key.dd3b5fb2: {Name:mk16c61339c5c9ebb3c6771b4551f93144aaec03 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:12:44.294547   19644 certs.go:320] copying /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.crt.dd3b5fb2 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.crt
	I1231 03:12:44.294732   19644 certs.go:324] copying /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.key.dd3b5fb2 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.key
	I1231 03:12:44.294920   19644 certs.go:302] generating aggregator signed cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/proxy-client.key
	I1231 03:12:44.294938   19644 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/proxy-client.crt with IP's: []
	I1231 03:12:44.374381   19644 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/proxy-client.crt ...
	I1231 03:12:44.374391   19644 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/proxy-client.crt: {Name:mke5269fc06b9bd84381cca9cd77e964f6bb3789 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:12:44.375766   19644 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/proxy-client.key ...
	I1231 03:12:44.375789   19644 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/proxy-client.key: {Name:mkb49cddcfc2f87d526a5ec0042171f14eddd1b8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:12:44.376204   19644 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/2057.pem (1338 bytes)
	W1231 03:12:44.376257   19644 certs.go:384] ignoring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/2057_empty.pem, impossibly tiny 0 bytes
	I1231 03:12:44.376295   19644 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca-key.pem (1675 bytes)
	I1231 03:12:44.376452   19644 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/ca.pem (1082 bytes)
	I1231 03:12:44.376539   19644 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/cert.pem (1123 bytes)
	I1231 03:12:44.376593   19644 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/key.pem (1679 bytes)
	I1231 03:12:44.376671   19644 certs.go:388] found cert: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem (1708 bytes)
	I1231 03:12:44.377416   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
	I1231 03:12:44.397072   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I1231 03:12:44.413727   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I1231 03:12:44.430700   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/kubenet-20211231023601-2057/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I1231 03:12:44.448560   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I1231 03:12:44.466395   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I1231 03:12:44.483750   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I1231 03:12:44.500970   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1671 bytes)
	I1231 03:12:44.518338   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/certs/2057.pem --> /usr/share/ca-certificates/2057.pem (1338 bytes)
	I1231 03:12:44.535904   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/ssl/certs/20572.pem --> /usr/share/ca-certificates/20572.pem (1708 bytes)
	I1231 03:12:44.552983   19644 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I1231 03:12:44.570385   19644 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I1231 03:12:44.584285   19644 ssh_runner.go:195] Run: openssl version
	I1231 03:12:44.590159   19644 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/2057.pem && ln -fs /usr/share/ca-certificates/2057.pem /etc/ssl/certs/2057.pem"
	I1231 03:12:44.598619   19644 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/2057.pem
	I1231 03:12:44.602919   19644 certs.go:431] hashing: -rw-r--r-- 1 root root 1338 Dec 31 09:51 /usr/share/ca-certificates/2057.pem
	I1231 03:12:44.602971   19644 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/2057.pem
	I1231 03:12:44.608812   19644 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/51391683.0 || ln -fs /etc/ssl/certs/2057.pem /etc/ssl/certs/51391683.0"
	I1231 03:12:44.617088   19644 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/20572.pem && ln -fs /usr/share/ca-certificates/20572.pem /etc/ssl/certs/20572.pem"
	I1231 03:12:44.625384   19644 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/20572.pem
	I1231 03:12:44.629675   19644 certs.go:431] hashing: -rw-r--r-- 1 root root 1708 Dec 31 09:51 /usr/share/ca-certificates/20572.pem
	I1231 03:12:44.629733   19644 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/20572.pem
	I1231 03:12:44.635427   19644 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/3ec20f2e.0 || ln -fs /etc/ssl/certs/20572.pem /etc/ssl/certs/3ec20f2e.0"
	I1231 03:12:44.643334   19644 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I1231 03:12:44.651331   19644 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I1231 03:12:44.655698   19644 certs.go:431] hashing: -rw-r--r-- 1 root root 1111 Dec 31 09:44 /usr/share/ca-certificates/minikubeCA.pem
	I1231 03:12:44.655746   19644 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I1231 03:12:44.661914   19644 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I1231 03:12:44.670081   19644 kubeadm.go:388] StartCluster: {Name:kubenet-20211231023601-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:kubenet-20211231023601-2057 Namespace:default APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:kubenet FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 Mount
Type:9p MountUID:docker}
	I1231 03:12:44.670194   19644 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I1231 03:12:44.699406   19644 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I1231 03:12:44.707395   19644 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I1231 03:12:44.714837   19644 kubeadm.go:218] ignoring SystemVerification for kubeadm because of docker driver
	I1231 03:12:44.714890   19644 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I1231 03:12:44.722634   19644 kubeadm.go:149] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I1231 03:12:44.722665   19644 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.23.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I1231 03:12:45.248290   19644 out.go:203]   - Generating certificates and keys ...
	I1231 03:12:48.446321   19644 out.go:203]   - Booting up control plane ...
	I1231 03:13:03.984673   19644 out.go:203]   - Configuring RBAC rules ...
	I1231 03:13:04.427131   19644 cni.go:89] network plugin configured as "kubenet", returning disabled
	I1231 03:13:04.427170   19644 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I1231 03:13:04.427256   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl label nodes minikube.k8s.io/version=v1.24.0 minikube.k8s.io/commit=a81813405fc4902e1caabd8d69223ec230d201fb minikube.k8s.io/name=kubenet-20211231023601-2057 minikube.k8s.io/updated_at=2021_12_31T03_13_04_0700 --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:04.427258   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:04.484505   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:04.554043   19644 ops.go:34] apiserver oom_adj: -16
	I1231 03:13:05.067611   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:05.567628   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:06.067672   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:06.567700   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:07.067668   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:07.567642   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:08.067655   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:08.567689   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:09.067689   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:09.567711   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:10.067756   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:10.566943   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:11.065723   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:11.564852   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:12.064827   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:12.563817   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:13.063925   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:13.562944   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:14.063920   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:14.562071   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:15.061993   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:15.567181   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:16.067202   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:16.566044   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:17.065874   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:17.563326   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:18.065445   19644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.23.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1231 03:13:18.123832   19644 kubeadm.go:864] duration metric: took 13.696659635s to wait for elevateKubeSystemPrivileges.
	I1231 03:13:18.123858   19644 kubeadm.go:390] StartCluster complete in 33.453793489s
	I1231 03:13:18.123873   19644 settings.go:142] acquiring lock: {Name:mk6806e72acf9f2381d741be5c77b06b69dfccd6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:13:18.123960   19644 settings.go:150] Updating kubeconfig:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	I1231 03:13:18.124783   19644 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig: {Name:mkc02de18bf9143e13320de3ec4fb1721687bc20 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 03:13:18.645975   19644 kapi.go:244] deployment "coredns" in namespace "kube-system" and context "kubenet-20211231023601-2057" rescaled to 1
	I1231 03:13:18.646014   19644 start.go:206] Will wait 5m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}
	I1231 03:13:18.646030   19644 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I1231 03:13:18.646048   19644 addons.go:415] enableAddons start: toEnable=map[], additional=[]
	I1231 03:13:18.646108   19644 addons.go:65] Setting storage-provisioner=true in profile "kubenet-20211231023601-2057"
	I1231 03:13:18.673020   19644 out.go:176] * Verifying Kubernetes components...
	I1231 03:13:18.646115   19644 addons.go:65] Setting default-storageclass=true in profile "kubenet-20211231023601-2057"
	I1231 03:13:18.673033   19644 addons.go:153] Setting addon storage-provisioner=true in "kubenet-20211231023601-2057"
	W1231 03:13:18.673047   19644 addons.go:165] addon storage-provisioner should already be in state true
	I1231 03:13:18.646224   19644 config.go:176] Loaded profile config "kubenet-20211231023601-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 03:13:18.673054   19644 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "kubenet-20211231023601-2057"
	I1231 03:13:18.673094   19644 host.go:66] Checking if "kubenet-20211231023601-2057" exists ...
	I1231 03:13:18.673156   19644 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1231 03:13:18.673460   19644 cli_runner.go:133] Run: docker container inspect kubenet-20211231023601-2057 --format={{.State.Status}}
	I1231 03:13:18.708705   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:13:18.708714   19644 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.65.2 host.minikube.internal\n           fallthrough\n        }' | sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I1231 03:13:18.710418   19644 cli_runner.go:133] Run: docker container inspect kubenet-20211231023601-2057 --format={{.State.Status}}
	I1231 03:13:18.831866   19644 addons.go:153] Setting addon default-storageclass=true in "kubenet-20211231023601-2057"
	W1231 03:13:18.831883   19644 addons.go:165] addon default-storageclass should already be in state true
	I1231 03:13:18.831899   19644 host.go:66] Checking if "kubenet-20211231023601-2057" exists ...
	I1231 03:13:18.832328   19644 cli_runner.go:133] Run: docker container inspect kubenet-20211231023601-2057 --format={{.State.Status}}
	I1231 03:13:18.859563   19644 node_ready.go:35] waiting up to 5m0s for node "kubenet-20211231023601-2057" to be "Ready" ...
	I1231 03:13:18.884703   19644 out.go:176]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I1231 03:13:18.884840   19644 addons.go:348] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I1231 03:13:18.884851   19644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I1231 03:13:18.884928   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:13:18.898719   19644 node_ready.go:49] node "kubenet-20211231023601-2057" has status "Ready":"True"
	I1231 03:13:18.898738   19644 node_ready.go:38] duration metric: took 14.02813ms waiting for node "kubenet-20211231023601-2057" to be "Ready" ...
	I1231 03:13:18.898746   19644 pod_ready.go:35] extra waiting up to 5m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I1231 03:13:18.913952   19644 pod_ready.go:78] waiting up to 5m0s for pod "coredns-64897985d-28tlq" in "kube-system" namespace to be "Ready" ...
	I1231 03:13:18.987103   19644 addons.go:348] installing /etc/kubernetes/addons/storageclass.yaml
	I1231 03:13:18.987115   19644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I1231 03:13:18.987192   19644 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" kubenet-20211231023601-2057
	I1231 03:13:19.022962   19644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:50569 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kubenet-20211231023601-2057/id_rsa Username:docker}
	I1231 03:13:19.118483   19644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:50569 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/kubenet-20211231023601-2057/id_rsa Username:docker}
	I1231 03:13:19.311182   19644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.23.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I1231 03:13:19.318830   19644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.23.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I1231 03:13:20.128977   19644 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.65.2 host.minikube.internal\n           fallthrough\n        }' | sudo /var/lib/minikube/binaries/v1.23.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.420228559s)
	I1231 03:13:20.128998   19644 start.go:773] {"host.minikube.internal": 192.168.65.2} host record injected into CoreDNS
	I1231 03:13:20.174093   19644 out.go:176] * Enabled addons: storage-provisioner, default-storageclass
	I1231 03:13:20.174109   19644 addons.go:417] enableAddons completed in 1.528077949s
	I1231 03:13:20.934362   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:23.434516   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:25.438484   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:27.438717   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:29.933069   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:31.937838   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:34.440429   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:36.936861   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:39.434751   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:41.933784   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:43.933829   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:45.934503   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:47.939616   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:50.439337   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:52.935759   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:55.439465   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:57.934063   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:13:59.939676   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:02.435987   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:04.932423   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:06.936963   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:09.437812   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:11.934075   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:13.934907   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:15.938512   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:18.433482   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:20.941938   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:23.433308   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:25.436073   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:27.436806   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:29.935058   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:32.434537   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:34.439169   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:36.937758   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:39.442262   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:41.934971   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:43.935383   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:46.436731   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:48.436750   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:50.438017   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:52.933220   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:54.935128   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:57.433283   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:14:59.436764   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:01.935036   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:04.432177   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:06.435945   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:08.933438   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:10.935189   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:13.433271   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:15.937045   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:18.434416   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:20.435275   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:22.935842   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:25.432270   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:27.434303   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:29.436090   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:31.436428   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:33.440833   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:35.934389   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:38.434644   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:40.435415   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:42.939625   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:45.436454   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:47.934454   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:50.432821   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:52.434180   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:54.435697   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:56.436440   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"
	I1231 03:15:58.939669   19644 pod_ready.go:102] pod "coredns-64897985d-28tlq" in "kube-system" namespace has status "Ready":"False"

                                                
                                                
** /stderr **
net_test.go:101: failed start: signal: killed
--- FAIL: TestNetworkPlugins/group/kubenet/Start (259.16s)

                                                
                                    

Test pass (245/272)

Order passed test Duration
3 TestDownloadOnly/v1.16.0/json-events 51.05
7 TestDownloadOnly/v1.16.0/kubectl 0
8 TestDownloadOnly/v1.16.0/LogsDuration 0.28
10 TestDownloadOnly/v1.23.1/json-events 29
11 TestDownloadOnly/v1.23.1/preload-exists 0
14 TestDownloadOnly/v1.23.1/kubectl 0
15 TestDownloadOnly/v1.23.1/LogsDuration 0.27
17 TestDownloadOnly/v1.23.2-rc.0/json-events 29.25
18 TestDownloadOnly/v1.23.2-rc.0/preload-exists 0
21 TestDownloadOnly/v1.23.2-rc.0/kubectl 0
22 TestDownloadOnly/v1.23.2-rc.0/LogsDuration 0.27
23 TestDownloadOnly/DeleteAll 1.01
24 TestDownloadOnly/DeleteAlwaysSucceeds 0.58
25 TestDownloadOnlyKic 14.58
26 TestOffline 127.71
28 TestAddons/Setup 234.1
32 TestAddons/parallel/MetricsServer 5.73
33 TestAddons/parallel/HelmTiller 11.46
35 TestAddons/parallel/CSI 46.85
37 TestAddons/serial/GCPAuth 19.25
38 TestAddons/StoppedEnableDisable 17.71
39 TestCertOptions 104.29
40 TestCertExpiration 258.98
41 TestDockerFlags 90.36
42 TestForceSystemdFlag 105.52
43 TestForceSystemdEnv 86.96
45 TestHyperKitDriverInstallOrUpdate 6.91
48 TestErrorSpam/setup 73.09
49 TestErrorSpam/start 2.18
50 TestErrorSpam/status 1.84
51 TestErrorSpam/pause 2.1
52 TestErrorSpam/unpause 2.34
53 TestErrorSpam/stop 17.96
56 TestFunctional/serial/CopySyncFile 0
57 TestFunctional/serial/StartWithProxy 125.85
58 TestFunctional/serial/AuditLog 0
59 TestFunctional/serial/SoftStart 7.61
60 TestFunctional/serial/KubeContext 0.04
61 TestFunctional/serial/KubectlGetPods 1.86
64 TestFunctional/serial/CacheCmd/cache/add_remote 11.86
65 TestFunctional/serial/CacheCmd/cache/add_local 2.09
66 TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause:3.3 0.07
67 TestFunctional/serial/CacheCmd/cache/list 0.07
68 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.68
69 TestFunctional/serial/CacheCmd/cache/cache_reload 4.33
70 TestFunctional/serial/CacheCmd/cache/delete 0.14
71 TestFunctional/serial/MinikubeKubectlCmd 0.47
72 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.57
73 TestFunctional/serial/ExtraConfig 61.54
74 TestFunctional/serial/ComponentHealth 0.06
75 TestFunctional/serial/LogsCmd 2.49
76 TestFunctional/serial/LogsFileCmd 2.35
78 TestFunctional/parallel/ConfigCmd 0.41
79 TestFunctional/parallel/DashboardCmd 3.77
80 TestFunctional/parallel/DryRun 1.45
81 TestFunctional/parallel/InternationalLanguage 0.63
82 TestFunctional/parallel/StatusCmd 2.23
86 TestFunctional/parallel/AddonsCmd 0.27
87 TestFunctional/parallel/PersistentVolumeClaim 27.94
89 TestFunctional/parallel/SSHCmd 1.2
90 TestFunctional/parallel/CpCmd 2.4
91 TestFunctional/parallel/MySQL 21.81
92 TestFunctional/parallel/FileSync 0.65
93 TestFunctional/parallel/CertSync 4.09
97 TestFunctional/parallel/NodeLabels 0.05
99 TestFunctional/parallel/NonActiveRuntimeDisabled 0.63
101 TestFunctional/parallel/Version/short 0.09
102 TestFunctional/parallel/Version/components 1.25
103 TestFunctional/parallel/ImageCommands/ImageListShort 0.44
104 TestFunctional/parallel/ImageCommands/ImageListTable 0.42
105 TestFunctional/parallel/ImageCommands/ImageListJson 0.41
106 TestFunctional/parallel/ImageCommands/ImageListYaml 0.49
107 TestFunctional/parallel/ImageCommands/ImageBuild 6.63
108 TestFunctional/parallel/ImageCommands/Setup 2.06
109 TestFunctional/parallel/DockerEnv/bash 2.7
110 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 4.01
111 TestFunctional/parallel/UpdateContextCmd/no_changes 0.35
112 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 1.02
113 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.36
114 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 3.13
115 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 7.35
116 TestFunctional/parallel/ImageCommands/ImageSaveToFile 2.27
117 TestFunctional/parallel/ImageCommands/ImageRemove 1.04
118 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 2.35
119 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 3.03
120 TestFunctional/parallel/ProfileCmd/profile_not_create 0.84
121 TestFunctional/parallel/ProfileCmd/profile_list 0.77
122 TestFunctional/parallel/ProfileCmd/profile_json_output 0.82
124 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
126 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 10.22
127 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.06
128 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 2.95
132 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.12
133 TestFunctional/parallel/MountCmd/any-port 11.78
134 TestFunctional/parallel/MountCmd/specific-port 3.21
135 TestFunctional/delete_addon-resizer_images 0.27
136 TestFunctional/delete_my-image_image 0.11
137 TestFunctional/delete_minikube_cached_images 0.11
140 TestIngressAddonLegacy/StartLegacyK8sCluster 154.8
142 TestIngressAddonLegacy/serial/ValidateIngressAddonActivation 21.88
143 TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation 0.6
147 TestJSONOutput/start/Command 125.91
148 TestJSONOutput/start/Audit 0
150 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
151 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
153 TestJSONOutput/pause/Command 1.6
154 TestJSONOutput/pause/Audit 0
156 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
157 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
159 TestJSONOutput/unpause/Command 0.8
160 TestJSONOutput/unpause/Audit 0
162 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
163 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
165 TestJSONOutput/stop/Command 17.32
166 TestJSONOutput/stop/Audit 0
168 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
169 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
170 TestErrorJSONOutput 0.72
172 TestKicCustomNetwork/create_custom_network 89.61
173 TestKicCustomNetwork/use_default_bridge_network 73.96
174 TestKicExistingNetwork 86.47
175 TestMainNoArgs 0.07
178 TestMountStart/serial/StartWithMountFirst 46.02
179 TestMountStart/serial/VerifyMountFirst 0.58
180 TestMountStart/serial/StartWithMountSecond 46.8
181 TestMountStart/serial/VerifyMountSecond 0.58
182 TestMountStart/serial/DeleteFirst 11.65
183 TestMountStart/serial/VerifyMountPostDelete 0.58
184 TestMountStart/serial/Stop 7.21
185 TestMountStart/serial/RestartStopped 17.19
186 TestMountStart/serial/VerifyMountPostStop 0.58
189 TestMultiNode/serial/FreshStart2Nodes 230.26
190 TestMultiNode/serial/DeployApp2Nodes 9.29
191 TestMultiNode/serial/PingHostFrom2Pods 0.87
192 TestMultiNode/serial/AddNode 110.44
193 TestMultiNode/serial/ProfileList 0.66
194 TestMultiNode/serial/CopyFile 21.58
195 TestMultiNode/serial/StopNode 11.41
196 TestMultiNode/serial/StartAfterStop 49.5
197 TestMultiNode/serial/RestartKeepsNodes 257.61
198 TestMultiNode/serial/DeleteNode 16.68
199 TestMultiNode/serial/StopMultiNode 25.23
200 TestMultiNode/serial/RestartMultiNode 148.92
201 TestMultiNode/serial/ValidateNameConflict 97.57
205 TestPreload 246.63
207 TestScheduledStopUnix 154.91
208 TestSkaffold 125.3
210 TestInsufficientStorage 62.85
211 TestRunningBinaryUpgrade 209.56
213 TestKubernetesUpgrade 223.69
214 TestMissingContainerUpgrade 206.37
226 TestStoppedBinaryUpgrade/Setup 4.17
227 TestStoppedBinaryUpgrade/Upgrade 194.5
228 TestStoppedBinaryUpgrade/MinikubeLogs 2.14
237 TestPause/serial/Start 111.66
238 TestPause/serial/SecondStartNoReconfiguration 7.72
239 TestPause/serial/Pause 0.85
240 TestPause/serial/VerifyStatus 0.71
241 TestPause/serial/Unpause 0.94
242 TestPause/serial/PauseAgain 0.99
243 TestPause/serial/DeletePaused 11.18
244 TestPause/serial/VerifyDeletedResources 1.26
246 TestNoKubernetes/serial/StartNoK8sWithVersion 0.32
247 TestNoKubernetes/serial/StartWithK8s 269.03
248 TestHyperkitDriverSkipUpgrade/upgrade-v1.11.0-to-current 19.58
249 TestHyperkitDriverSkipUpgrade/upgrade-v1.2.0-to-current 21.52
250 TestNoKubernetes/serial/StartWithStopK8s 19.82
252 TestNetworkPlugins/group/auto/Start 71.74
253 TestNetworkPlugins/group/false/Start 111.63
254 TestNetworkPlugins/group/auto/KubeletFlags 0.64
255 TestNetworkPlugins/group/auto/NetCatPod 19.54
256 TestNetworkPlugins/group/auto/DNS 26.79
257 TestNetworkPlugins/group/false/KubeletFlags 0.63
258 TestNetworkPlugins/group/false/NetCatPod 18.95
259 TestNetworkPlugins/group/auto/Localhost 0.13
260 TestNetworkPlugins/group/auto/HairPin 5.14
261 TestNetworkPlugins/group/false/DNS 0.15
262 TestNetworkPlugins/group/false/Localhost 0.13
263 TestNetworkPlugins/group/false/HairPin 5.13
264 TestNetworkPlugins/group/cilium/Start 124.3
266 TestNetworkPlugins/group/cilium/ControllerPod 5.03
267 TestNetworkPlugins/group/cilium/KubeletFlags 0.62
268 TestNetworkPlugins/group/cilium/NetCatPod 18.53
269 TestNetworkPlugins/group/cilium/DNS 0.15
270 TestNetworkPlugins/group/cilium/Localhost 0.14
271 TestNetworkPlugins/group/cilium/HairPin 0.15
272 TestNetworkPlugins/group/custom-weave/Start 70.78
273 TestNetworkPlugins/group/custom-weave/KubeletFlags 0.64
274 TestNetworkPlugins/group/custom-weave/NetCatPod 19.1
275 TestNetworkPlugins/group/enable-default-cni/Start 58.5
276 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.69
277 TestNetworkPlugins/group/enable-default-cni/NetCatPod 19.23
280 TestNetworkPlugins/group/bridge/Start 98.69
281 TestNetworkPlugins/group/bridge/KubeletFlags 0.62
282 TestNetworkPlugins/group/bridge/NetCatPod 21.99
286 TestStartStop/group/old-k8s-version/serial/FirstStart 180.55
288 TestStartStop/group/no-preload/serial/FirstStart 353.78
289 TestStartStop/group/old-k8s-version/serial/DeployApp 14.25
290 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.79
291 TestStartStop/group/old-k8s-version/serial/Stop 19.3
292 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.39
293 TestStartStop/group/old-k8s-version/serial/SecondStart 164.04
294 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 5.02
295 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 7.14
296 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.63
297 TestStartStop/group/old-k8s-version/serial/Pause 4.38
298 TestStartStop/group/no-preload/serial/DeployApp 15.06
300 TestStartStop/group/embed-certs/serial/FirstStart 71.31
301 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.22
302 TestStartStop/group/no-preload/serial/Stop 14.4
303 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.44
304 TestStartStop/group/no-preload/serial/SecondStart 296.04
305 TestStartStop/group/embed-certs/serial/DeployApp 13.95
306 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 0.87
307 TestStartStop/group/embed-certs/serial/Stop 19.06
308 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.4
309 TestStartStop/group/embed-certs/serial/SecondStart 71.25
310 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.07
311 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 6.93
312 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.65
313 TestStartStop/group/embed-certs/serial/Pause 4.5
315 TestStartStop/group/default-k8s-different-port/serial/FirstStart 365.01
316 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 5.02
317 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 6.93
318 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.64
319 TestStartStop/group/no-preload/serial/Pause 4.37
321 TestStartStop/group/newest-cni/serial/FirstStart 96.63
322 TestStartStop/group/newest-cni/serial/DeployApp 0
323 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 0.8
324 TestStartStop/group/newest-cni/serial/Stop 19.62
325 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.38
326 TestStartStop/group/newest-cni/serial/SecondStart 75.72
327 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
328 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
329 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.7
330 TestStartStop/group/newest-cni/serial/Pause 4.46
331 TestStartStop/group/default-k8s-different-port/serial/DeployApp 15.04
332 TestStartStop/group/default-k8s-different-port/serial/EnableAddonWhileActive 0.78
333 TestStartStop/group/default-k8s-different-port/serial/Stop 17.06
334 TestStartStop/group/default-k8s-different-port/serial/EnableAddonAfterStop 0.37
335 TestStartStop/group/default-k8s-different-port/serial/SecondStart 314.49
336 TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop 5.02
337 TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop 6.9
338 TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages 0.61
339 TestStartStop/group/default-k8s-different-port/serial/Pause 4.23
x
+
TestDownloadOnly/v1.16.0/json-events (51.05s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/json-events
aaa_download_only_test.go:69: (dbg) Run:  out/minikube-darwin-amd64 start -o=json --download-only -p download-only-20211231014148-2057 --force --alsologtostderr --kubernetes-version=v1.16.0 --container-runtime=docker --driver=docker 
aaa_download_only_test.go:69: (dbg) Done: out/minikube-darwin-amd64 start -o=json --download-only -p download-only-20211231014148-2057 --force --alsologtostderr --kubernetes-version=v1.16.0 --container-runtime=docker --driver=docker : (51.051582757s)
--- PASS: TestDownloadOnly/v1.16.0/json-events (51.05s)

                                                
                                    
x
+
TestDownloadOnly/v1.16.0/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/kubectl
--- PASS: TestDownloadOnly/v1.16.0/kubectl (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.16.0/LogsDuration (0.28s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/LogsDuration
aaa_download_only_test.go:171: (dbg) Run:  out/minikube-darwin-amd64 logs -p download-only-20211231014148-2057
aaa_download_only_test.go:171: (dbg) Non-zero exit: out/minikube-darwin-amd64 logs -p download-only-20211231014148-2057: exit status 85 (275.805033ms)

                                                
                                                
-- stdout --
	* 
	* ==> Audit <==
	* |---------|------|---------|------|---------|------------|----------|
	| Command | Args | Profile | User | Version | Start Time | End Time |
	|---------|------|---------|------|---------|------------|----------|
	|---------|------|---------|------|---------|------------|----------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2021/12/31 01:41:48
	Running on machine: administrators-Mac-mini
	Binary: Built with gc go1.17.5 for darwin/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1231 01:41:48.875640    2067 out.go:297] Setting OutFile to fd 1 ...
	I1231 01:41:48.875775    2067 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:41:48.875784    2067 out.go:310] Setting ErrFile to fd 2...
	I1231 01:41:48.875789    2067 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:41:48.875878    2067 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	W1231 01:41:48.875973    2067 root.go:293] Error reading config file at /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/config/config.json: open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/config/config.json: no such file or directory
	I1231 01:41:48.876427    2067 out.go:304] Setting JSON to true
	I1231 01:41:48.904092    2067 start.go:112] hostinfo: {"hostname":"administrators-Mac-mini.local","uptime":683,"bootTime":1640943025,"procs":316,"os":"darwin","platform":"darwin","platformFamily":"Standalone Workstation","platformVersion":"11.1","kernelVersion":"20.2.0","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"b7610dcb-1435-5842-8d5a-b2388403fea3"}
	W1231 01:41:48.904204    2067 start.go:120] gopshost.Virtualization returned error: not implemented yet
	I1231 01:41:48.932929    2067 notify.go:174] Checking for updates...
	W1231 01:41:48.932936    2067 preload.go:294] Failed to list preload files: open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball: no such file or directory
	I1231 01:41:48.959133    2067 driver.go:344] Setting default libvirt URI to qemu:///system
	W1231 01:41:49.033074    2067 docker.go:108] docker version returned error: exit status 1
	I1231 01:41:49.058944    2067 start.go:280] selected driver: docker
	I1231 01:41:49.058962    2067 start.go:795] validating driver "docker" against <nil>
	I1231 01:41:49.058996    2067 start.go:1498] auto setting extra-config to "kubelet.global-housekeeping-interval=60m".
	I1231 01:41:49.059002    2067 start.go:1498] auto setting extra-config to "kubelet.housekeeping-interval=5m".
	I1231 01:41:49.059118    2067 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 01:41:49.194591    2067 info.go:263] docker info: {ID: Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver: DriverStatus:[] SystemStatus:<nil> Plugins:{Volume:[] Network:[] Authorization:<nil> Log:[]} MemoryLimit:false SwapLimit:false KernelMemory:false KernelMemoryTCP:false CPUCfsPeriod:false CPUCfsQuota:false CPUShares:false CPUSet:false PidsLimit:false IPv4Forwarding:false BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:0 OomKillDisable:false NGoroutines:0 SystemTime:0001-01-01 00:00:00 +0000 UTC LoggingDriver: CgroupDriver: NEventsListener:0 KernelVersion: OperatingSystem: OSType: Architecture: IndexServerAddress: RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[] IndexConfigs:{DockerIo:{Name: Mirrors:[] Secure:false Official:false}} Mirrors:[]} NCPU:0 MemTotal:0 GenericResources:<nil> DockerRootDir: HTTPProxy: HTTPSProxy: NoProxy: Name: Labels:[] ExperimentalBuild:fals
e ServerVersion: ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:}} DefaultRuntime: Swarm:{NodeID: NodeAddr: LocalNodeState: ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary: ContainerdCommit:{ID: Expected:} RuncCommit:{ID: Expected:} InitCommit:{ID: Expected:} SecurityOptions:[] ProductLicense: Warnings:<nil> ServerErrors:[Error response from daemon: dial unix docker.raw.sock: connect: connection refused] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 01:41:49.247366    2067 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 01:41:49.397277    2067 info.go:263] docker info: {ID: Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver: DriverStatus:[] SystemStatus:<nil> Plugins:{Volume:[] Network:[] Authorization:<nil> Log:[]} MemoryLimit:false SwapLimit:false KernelMemory:false KernelMemoryTCP:false CPUCfsPeriod:false CPUCfsQuota:false CPUShares:false CPUSet:false PidsLimit:false IPv4Forwarding:false BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:0 OomKillDisable:false NGoroutines:0 SystemTime:0001-01-01 00:00:00 +0000 UTC LoggingDriver: CgroupDriver: NEventsListener:0 KernelVersion: OperatingSystem: OSType: Architecture: IndexServerAddress: RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[] IndexConfigs:{DockerIo:{Name: Mirrors:[] Secure:false Official:false}} Mirrors:[]} NCPU:0 MemTotal:0 GenericResources:<nil> DockerRootDir: HTTPProxy: HTTPSProxy: NoProxy: Name: Labels:[] ExperimentalBuild:fals
e ServerVersion: ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:}} DefaultRuntime: Swarm:{NodeID: NodeAddr: LocalNodeState: ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary: ContainerdCommit:{ID: Expected:} RuncCommit:{ID: Expected:} InitCommit:{ID: Expected:} SecurityOptions:[] ProductLicense: Warnings:<nil> ServerErrors:[Error response from daemon: dial unix docker.raw.sock: connect: connection refused] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 01:41:49.423392    2067 start_flags.go:284] no existing cluster config was found, will generate one from the flags 
	I1231 01:41:49.479223    2067 start_flags.go:365] Using suggested 6000MB memory alloc based on sys=32768MB, container=0MB
	I1231 01:41:49.479366    2067 start_flags.go:792] Wait components to verify : map[apiserver:true system_pods:true]
	I1231 01:41:49.479396    2067 cni.go:93] Creating CNI manager for ""
	I1231 01:41:49.479404    2067 cni.go:167] CNI unnecessary in this configuration, recommending no CNI
	I1231 01:41:49.479418    2067 start_flags.go:298] config:
	{Name:download-only-20211231014148-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:6000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.16.0 ClusterName:download-only-20211231014148-2057 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local C
ontainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 01:41:49.505207    2067 cache.go:118] Beginning downloading kic base image for docker with docker
	I1231 01:41:49.531263    2067 preload.go:132] Checking if preload exists for k8s version v1.16.0 and runtime docker
	I1231 01:41:49.531315    2067 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon
	I1231 01:41:49.531409    2067 cache.go:107] acquiring lock: {Name:mk59d47e82b90efb25025bb0b50b5db8cf4d0e9f Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.531428    2067 cache.go:107] acquiring lock: {Name:mk1399609e6eb503f163d9de1b726d0433700d36 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.531532    2067 cache.go:107] acquiring lock: {Name:mk6353bbaf00a14667ea1c0c495feee54d64a9db Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.531538    2067 cache.go:107] acquiring lock: {Name:mk50ee828fb8e3491aa1d6d103ca6a501839e103 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.531614    2067 cache.go:107] acquiring lock: {Name:mka793ed7ef48b6afe23ced58593c2f285821304 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.531617    2067 cache.go:107] acquiring lock: {Name:mk82aea333c8135f21fed6fcc9ded7ac177229c2 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.531622    2067 cache.go:107] acquiring lock: {Name:mk506266267da9f31e3d59caaa9e7fe0d7a56754 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.531623    2067 cache.go:107] acquiring lock: {Name:mk3f5660e88e6373cc7605f3e988fd87977cbde9 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.532377    2067 profile.go:147] Saving config to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/download-only-20211231014148-2057/config.json ...
	I1231 01:41:49.532745    2067 cache.go:107] acquiring lock: {Name:mkdb472e0d92b7df1a425300c82941dc8aaa64a5 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.532662    2067 cache.go:107] acquiring lock: {Name:mkca0f48f795870d181641d447b04cb24d3a12bf Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1231 01:41:49.533015    2067 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/download-only-20211231014148-2057/config.json: {Name:mk3b70922b6ddf6b08390ad7943986d1f615b2e4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1231 01:41:49.533831    2067 image.go:134] retrieving image: gcr.io/k8s-minikube/storage-provisioner:v5
	I1231 01:41:49.533840    2067 image.go:134] retrieving image: docker.io/kubernetesui/metrics-scraper:v1.0.7
	I1231 01:41:49.533893    2067 image.go:134] retrieving image: k8s.gcr.io/kube-apiserver:v1.16.0
	I1231 01:41:49.533898    2067 image.go:134] retrieving image: docker.io/kubernetesui/dashboard:v2.3.1
	I1231 01:41:49.533907    2067 image.go:134] retrieving image: k8s.gcr.io/coredns:1.6.2
	I1231 01:41:49.533908    2067 image.go:134] retrieving image: k8s.gcr.io/pause:3.1
	I1231 01:41:49.533882    2067 image.go:134] retrieving image: k8s.gcr.io/etcd:3.3.15-0
	I1231 01:41:49.533936    2067 image.go:134] retrieving image: k8s.gcr.io/kube-proxy:v1.16.0
	I1231 01:41:49.533730    2067 image.go:134] retrieving image: k8s.gcr.io/kube-scheduler:v1.16.0
	I1231 01:41:49.533955    2067 image.go:134] retrieving image: k8s.gcr.io/kube-controller-manager:v1.16.0
	I1231 01:41:49.534281    2067 preload.go:132] Checking if preload exists for k8s version v1.16.0 and runtime docker
	I1231 01:41:49.534632    2067 download.go:100] Downloading: https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubectl?checksum=file:https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubectl.sha1 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/linux/v1.16.0/kubectl
	I1231 01:41:49.534632    2067 download.go:100] Downloading: https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubeadm?checksum=file:https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubeadm.sha1 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/linux/v1.16.0/kubeadm
	I1231 01:41:49.534638    2067 download.go:100] Downloading: https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubelet?checksum=file:https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubelet.sha1 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/linux/v1.16.0/kubelet
	I1231 01:41:49.536179    2067 image.go:180] daemon lookup for k8s.gcr.io/kube-proxy:v1.16.0: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.537999    2067 image.go:180] daemon lookup for k8s.gcr.io/pause:3.1: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.538663    2067 image.go:180] daemon lookup for docker.io/kubernetesui/metrics-scraper:v1.0.7: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.538520    2067 image.go:180] daemon lookup for k8s.gcr.io/coredns:1.6.2: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.538895    2067 image.go:180] daemon lookup for k8s.gcr.io/etcd:3.3.15-0: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.538049    2067 image.go:180] daemon lookup for gcr.io/k8s-minikube/storage-provisioner:v5: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.538895    2067 image.go:180] daemon lookup for k8s.gcr.io/kube-controller-manager:v1.16.0: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.538937    2067 image.go:180] daemon lookup for k8s.gcr.io/kube-scheduler:v1.16.0: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.539192    2067 image.go:180] daemon lookup for docker.io/kubernetesui/dashboard:v2.3.1: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.539254    2067 image.go:180] daemon lookup for k8s.gcr.io/kube-apiserver:v1.16.0: Error response from daemon: dial unix docker.raw.sock: connect: connection refused
	I1231 01:41:49.635419    2067 cache.go:146] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b to local cache
	I1231 01:41:49.635632    2067 image.go:59] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local cache directory
	I1231 01:41:49.635718    2067 image.go:119] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b to local cache
	I1231 01:41:50.565166    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/docker.io/kubernetesui/dashboard_v2.3.1
	I1231 01:41:50.594992    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/docker.io/kubernetesui/metrics-scraper_v1.0.7
	I1231 01:41:51.042411    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/docker.io/kubernetesui/metrics-scraper_v1.0.7 exists
	I1231 01:41:51.042432    2067 cache.go:96] cache image "docker.io/kubernetesui/metrics-scraper:v1.0.7" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/docker.io/kubernetesui/metrics-scraper_v1.0.7" took 1.51104638s
	I1231 01:41:51.042463    2067 cache.go:80] save to tar file docker.io/kubernetesui/metrics-scraper:v1.0.7 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/docker.io/kubernetesui/metrics-scraper_v1.0.7 succeeded
	I1231 01:41:51.292643    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/docker.io/kubernetesui/dashboard_v2.3.1 exists
	I1231 01:41:51.292668    2067 cache.go:96] cache image "docker.io/kubernetesui/dashboard:v2.3.1" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/docker.io/kubernetesui/dashboard_v2.3.1" took 1.761092421s
	I1231 01:41:51.292677    2067 cache.go:80] save to tar file docker.io/kubernetesui/dashboard:v2.3.1 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/docker.io/kubernetesui/dashboard_v2.3.1 succeeded
	I1231 01:41:51.310226    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-scheduler_v1.16.0
	I1231 01:41:51.311004    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/coredns_1.6.2
	I1231 01:41:51.377477    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-controller-manager_v1.16.0
	I1231 01:41:51.429491    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/pause_3.1
	I1231 01:41:51.430401    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-apiserver_v1.16.0
	I1231 01:41:51.447458    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/etcd_3.3.15-0
	I1231 01:41:51.488214    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-proxy_v1.16.0
	I1231 01:41:51.567692    2067 cache.go:161] opening:  /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/gcr.io/k8s-minikube/storage-provisioner_v5
	I1231 01:41:52.458745    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/pause_3.1 exists
	I1231 01:41:52.458762    2067 cache.go:96] cache image "k8s.gcr.io/pause:3.1" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/pause_3.1" took 2.927224769s
	I1231 01:41:52.458774    2067 cache.go:80] save to tar file k8s.gcr.io/pause:3.1 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/pause_3.1 succeeded
	I1231 01:41:55.644123    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/gcr.io/k8s-minikube/storage-provisioner_v5 exists
	I1231 01:41:55.644149    2067 cache.go:96] cache image "gcr.io/k8s-minikube/storage-provisioner:v5" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/gcr.io/k8s-minikube/storage-provisioner_v5" took 6.112661541s
	I1231 01:41:55.644161    2067 cache.go:80] save to tar file gcr.io/k8s-minikube/storage-provisioner:v5 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/gcr.io/k8s-minikube/storage-provisioner_v5 succeeded
	I1231 01:41:56.271770    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/coredns_1.6.2 exists
	I1231 01:41:56.271792    2067 cache.go:96] cache image "k8s.gcr.io/coredns:1.6.2" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/coredns_1.6.2" took 6.740207756s
	I1231 01:41:56.271801    2067 cache.go:80] save to tar file k8s.gcr.io/coredns:1.6.2 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/coredns_1.6.2 succeeded
	I1231 01:41:57.446023    2067 download.go:100] Downloading: https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/darwin/amd64/kubectl?checksum=file:https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/darwin/amd64/kubectl.sha1 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/darwin/v1.16.0/kubectl
	I1231 01:41:59.548509    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-scheduler_v1.16.0 exists
	I1231 01:41:59.548528    2067 cache.go:96] cache image "k8s.gcr.io/kube-scheduler:v1.16.0" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-scheduler_v1.16.0" took 10.017084117s
	I1231 01:41:59.548537    2067 cache.go:80] save to tar file k8s.gcr.io/kube-scheduler:v1.16.0 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-scheduler_v1.16.0 succeeded
	I1231 01:42:00.055278    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-proxy_v1.16.0 exists
	I1231 01:42:00.055298    2067 cache.go:96] cache image "k8s.gcr.io/kube-proxy:v1.16.0" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-proxy_v1.16.0" took 10.523879186s
	I1231 01:42:00.055306    2067 cache.go:80] save to tar file k8s.gcr.io/kube-proxy:v1.16.0 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-proxy_v1.16.0 succeeded
	I1231 01:42:01.853159    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-controller-manager_v1.16.0 exists
	I1231 01:42:01.853179    2067 cache.go:96] cache image "k8s.gcr.io/kube-controller-manager:v1.16.0" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-controller-manager_v1.16.0" took 12.321865146s
	I1231 01:42:01.853188    2067 cache.go:80] save to tar file k8s.gcr.io/kube-controller-manager:v1.16.0 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-controller-manager_v1.16.0 succeeded
	I1231 01:42:01.964910    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-apiserver_v1.16.0 exists
	I1231 01:42:01.964928    2067 cache.go:96] cache image "k8s.gcr.io/kube-apiserver:v1.16.0" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-apiserver_v1.16.0" took 12.433546969s
	I1231 01:42:01.964936    2067 cache.go:80] save to tar file k8s.gcr.io/kube-apiserver:v1.16.0 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/kube-apiserver_v1.16.0 succeeded
	I1231 01:42:04.645511    2067 cache.go:156] /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/etcd_3.3.15-0 exists
	I1231 01:42:04.645531    2067 cache.go:96] cache image "k8s.gcr.io/etcd:3.3.15-0" -> "/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/etcd_3.3.15-0" took 15.114190932s
	I1231 01:42:04.645540    2067 cache.go:80] save to tar file k8s.gcr.io/etcd:3.3.15-0 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/images/k8s.gcr.io/etcd_3.3.15-0 succeeded
	I1231 01:42:04.645554    2067 cache.go:87] Successfully saved all images to host disk.
	
	* 
	* The control plane node "" does not exist.
	  To start a cluster, run: "minikube start -p download-only-20211231014148-2057"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:172: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.16.0/LogsDuration (0.28s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.1/json-events (29s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.1/json-events
aaa_download_only_test.go:69: (dbg) Run:  out/minikube-darwin-amd64 start -o=json --download-only -p download-only-20211231014148-2057 --force --alsologtostderr --kubernetes-version=v1.23.1 --container-runtime=docker --driver=docker 
aaa_download_only_test.go:69: (dbg) Done: out/minikube-darwin-amd64 start -o=json --download-only -p download-only-20211231014148-2057 --force --alsologtostderr --kubernetes-version=v1.23.1 --container-runtime=docker --driver=docker : (28.995487686s)
--- PASS: TestDownloadOnly/v1.23.1/json-events (29.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.1/preload-exists (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.1/preload-exists
--- PASS: TestDownloadOnly/v1.23.1/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.1/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.1/kubectl
--- PASS: TestDownloadOnly/v1.23.1/kubectl (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.1/LogsDuration (0.27s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.1/LogsDuration
aaa_download_only_test.go:171: (dbg) Run:  out/minikube-darwin-amd64 logs -p download-only-20211231014148-2057
aaa_download_only_test.go:171: (dbg) Non-zero exit: out/minikube-darwin-amd64 logs -p download-only-20211231014148-2057: exit status 85 (274.003534ms)

                                                
                                                
-- stdout --
	* 
	* ==> Audit <==
	* |---------|------|---------|------|---------|------------|----------|
	| Command | Args | Profile | User | Version | Start Time | End Time |
	|---------|------|---------|------|---------|------------|----------|
	|---------|------|---------|------|---------|------------|----------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2021/12/31 01:42:41
	Running on machine: administrators-Mac-mini
	Binary: Built with gc go1.17.5 for darwin/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1231 01:42:41.030045    2142 out.go:297] Setting OutFile to fd 1 ...
	I1231 01:42:41.030199    2142 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:42:41.030205    2142 out.go:310] Setting ErrFile to fd 2...
	I1231 01:42:41.030208    2142 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:42:41.030285    2142 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	W1231 01:42:41.030372    2142 root.go:293] Error reading config file at /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/config/config.json: open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/config/config.json: no such file or directory
	I1231 01:42:41.030532    2142 out.go:304] Setting JSON to true
	I1231 01:42:41.055511    2142 start.go:112] hostinfo: {"hostname":"administrators-Mac-mini.local","uptime":736,"bootTime":1640943025,"procs":322,"os":"darwin","platform":"darwin","platformFamily":"Standalone Workstation","platformVersion":"11.1","kernelVersion":"20.2.0","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"b7610dcb-1435-5842-8d5a-b2388403fea3"}
	W1231 01:42:41.055608    2142 start.go:120] gopshost.Virtualization returned error: not implemented yet
	W1231 01:42:41.082643    2142 preload.go:294] Failed to list preload files: open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball: no such file or directory
	I1231 01:42:41.082728    2142 notify.go:174] Checking for updates...
	I1231 01:42:41.109748    2142 config.go:176] Loaded profile config "download-only-20211231014148-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.16.0
	W1231 01:42:41.109807    2142 start.go:703] api.Load failed for download-only-20211231014148-2057: filestore "download-only-20211231014148-2057": Docker machine "download-only-20211231014148-2057" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I1231 01:42:41.109882    2142 driver.go:344] Setting default libvirt URI to qemu:///system
	W1231 01:42:41.109916    2142 start.go:703] api.Load failed for download-only-20211231014148-2057: filestore "download-only-20211231014148-2057": Docker machine "download-only-20211231014148-2057" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I1231 01:42:41.198246    2142 docker.go:132] docker version: linux-20.10.5
	I1231 01:42:41.198381    2142 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 01:42:41.341715    2142 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:41 OomKillDisable:true NGoroutines:45 SystemTime:2021-12-31 09:42:41.296055773 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 01:42:41.368822    2142 start.go:280] selected driver: docker
	I1231 01:42:41.368865    2142 start.go:795] validating driver "docker" against &{Name:download-only-20211231014148-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:6000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.16.0 ClusterName:download-only-20211231014148-2057 Namespace:default APIS
erverName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.16.0 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 01:42:41.368966    2142 start.go:1498] auto setting extra-config to "kubelet.global-housekeeping-interval=60m".
	I1231 01:42:41.368987    2142 start.go:1498] auto setting extra-config to "kubelet.housekeeping-interval=5m".
	I1231 01:42:41.369336    2142 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 01:42:41.515075    2142 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:41 OomKillDisable:true NGoroutines:45 SystemTime:2021-12-31 09:42:41.469533861 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 01:42:41.517217    2142 cni.go:93] Creating CNI manager for ""
	I1231 01:42:41.517238    2142 cni.go:167] CNI unnecessary in this configuration, recommending no CNI
	I1231 01:42:41.517248    2142 start_flags.go:298] config:
	{Name:download-only-20211231014148-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:6000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:download-only-20211231014148-2057 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local C
ontainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.16.0 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 01:42:41.544959    2142 cache.go:118] Beginning downloading kic base image for docker with docker
	I1231 01:42:41.570789    2142 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 01:42:41.570810    2142 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon
	I1231 01:42:41.681751    2142 image.go:79] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon, skipping pull
	I1231 01:42:41.681773    2142 cache.go:140] gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b exists in daemon, skipping load
	I1231 01:42:41.836424    2142 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4
	I1231 01:42:41.836459    2142 cache.go:57] Caching tarball of preloaded images
	I1231 01:42:41.836826    2142 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 01:42:41.864050    2142 preload.go:238] getting checksum for preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4 ...
	I1231 01:42:42.424777    2142 download.go:100] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4?checksum=md5:77d59461764645b5765b0160074a5cfb -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4
	I1231 01:43:04.225700    2142 preload.go:248] saving checksum for preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4 ...
	I1231 01:43:04.226293    2142 preload.go:255] verifying checksumm of /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.1-docker-overlay2-amd64.tar.lz4 ...
	I1231 01:43:04.991680    2142 cache.go:60] Finished verifying existence of preloaded tar for  v1.23.1 on docker
	I1231 01:43:04.991832    2142 profile.go:147] Saving config to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/download-only-20211231014148-2057/config.json ...
	I1231 01:43:04.992243    2142 preload.go:132] Checking if preload exists for k8s version v1.23.1 and runtime docker
	I1231 01:43:04.992507    2142 download.go:100] Downloading: https://storage.googleapis.com/kubernetes-release/release/v1.23.1/bin/darwin/amd64/kubectl?checksum=file:https://storage.googleapis.com/kubernetes-release/release/v1.23.1/bin/darwin/amd64/kubectl.sha256 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/darwin/v1.23.1/kubectl
	
	* 
	* The control plane node "" does not exist.
	  To start a cluster, run: "minikube start -p download-only-20211231014148-2057"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:172: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.23.1/LogsDuration (0.27s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.2-rc.0/json-events (29.25s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.2-rc.0/json-events
aaa_download_only_test.go:69: (dbg) Run:  out/minikube-darwin-amd64 start -o=json --download-only -p download-only-20211231014148-2057 --force --alsologtostderr --kubernetes-version=v1.23.2-rc.0 --container-runtime=docker --driver=docker 
aaa_download_only_test.go:69: (dbg) Done: out/minikube-darwin-amd64 start -o=json --download-only -p download-only-20211231014148-2057 --force --alsologtostderr --kubernetes-version=v1.23.2-rc.0 --container-runtime=docker --driver=docker : (29.251866846s)
--- PASS: TestDownloadOnly/v1.23.2-rc.0/json-events (29.25s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.2-rc.0/preload-exists (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.2-rc.0/preload-exists
--- PASS: TestDownloadOnly/v1.23.2-rc.0/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.2-rc.0/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.2-rc.0/kubectl
--- PASS: TestDownloadOnly/v1.23.2-rc.0/kubectl (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.2-rc.0/LogsDuration (0.27s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.2-rc.0/LogsDuration
aaa_download_only_test.go:171: (dbg) Run:  out/minikube-darwin-amd64 logs -p download-only-20211231014148-2057
aaa_download_only_test.go:171: (dbg) Non-zero exit: out/minikube-darwin-amd64 logs -p download-only-20211231014148-2057: exit status 85 (274.498898ms)

                                                
                                                
-- stdout --
	* 
	* ==> Audit <==
	* |---------|------|---------|------|---------|------------|----------|
	| Command | Args | Profile | User | Version | Start Time | End Time |
	|---------|------|---------|------|---------|------------|----------|
	|---------|------|---------|------|---------|------------|----------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2021/12/31 01:43:10
	Running on machine: administrators-Mac-mini
	Binary: Built with gc go1.17.5 for darwin/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1231 01:43:10.299700    2169 out.go:297] Setting OutFile to fd 1 ...
	I1231 01:43:10.299825    2169 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:43:10.299830    2169 out.go:310] Setting ErrFile to fd 2...
	I1231 01:43:10.299833    2169 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:43:10.299905    2169 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	W1231 01:43:10.299993    2169 root.go:293] Error reading config file at /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/config/config.json: open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/config/config.json: no such file or directory
	I1231 01:43:10.300136    2169 out.go:304] Setting JSON to true
	I1231 01:43:10.323207    2169 start.go:112] hostinfo: {"hostname":"administrators-Mac-mini.local","uptime":765,"bootTime":1640943025,"procs":309,"os":"darwin","platform":"darwin","platformFamily":"Standalone Workstation","platformVersion":"11.1","kernelVersion":"20.2.0","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"b7610dcb-1435-5842-8d5a-b2388403fea3"}
	W1231 01:43:10.323292    2169 start.go:120] gopshost.Virtualization returned error: not implemented yet
	I1231 01:43:10.350767    2169 notify.go:174] Checking for updates...
	I1231 01:43:10.377912    2169 config.go:176] Loaded profile config "download-only-20211231014148-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	W1231 01:43:10.378014    2169 start.go:703] api.Load failed for download-only-20211231014148-2057: filestore "download-only-20211231014148-2057": Docker machine "download-only-20211231014148-2057" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I1231 01:43:10.378099    2169 driver.go:344] Setting default libvirt URI to qemu:///system
	W1231 01:43:10.378138    2169 start.go:703] api.Load failed for download-only-20211231014148-2057: filestore "download-only-20211231014148-2057": Docker machine "download-only-20211231014148-2057" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I1231 01:43:10.461307    2169 docker.go:132] docker version: linux-20.10.5
	I1231 01:43:10.461450    2169 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 01:43:10.606227    2169 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:41 OomKillDisable:true NGoroutines:45 SystemTime:2021-12-31 09:43:10.558183945 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 01:43:10.632988    2169 start.go:280] selected driver: docker
	I1231 01:43:10.633005    2169 start.go:795] validating driver "docker" against &{Name:download-only-20211231014148-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:6000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:download-only-20211231014148-2057 Namespace:default APIS
erverName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 01:43:10.633062    2169 start.go:1498] auto setting extra-config to "kubelet.global-housekeeping-interval=60m".
	I1231 01:43:10.633068    2169 start.go:1498] auto setting extra-config to "kubelet.housekeeping-interval=5m".
	I1231 01:43:10.633277    2169 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 01:43:10.779882    2169 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:41 OomKillDisable:true NGoroutines:45 SystemTime:2021-12-31 09:43:10.731216018 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 01:43:10.781960    2169 cni.go:93] Creating CNI manager for ""
	I1231 01:43:10.781980    2169 cni.go:167] CNI unnecessary in this configuration, recommending no CNI
	I1231 01:43:10.781991    2169 start_flags.go:298] config:
	{Name:download-only-20211231014148-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:6000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.2-rc.0 ClusterName:download-only-20211231014148-2057 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.lo
cal ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 01:43:10.807996    2169 cache.go:118] Beginning downloading kic base image for docker with docker
	I1231 01:43:10.833748    2169 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon
	I1231 01:43:10.833743    2169 preload.go:132] Checking if preload exists for k8s version v1.23.2-rc.0 and runtime docker
	I1231 01:43:10.943309    2169 image.go:79] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b in local docker daemon, skipping pull
	I1231 01:43:10.943330    2169 cache.go:140] gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b exists in daemon, skipping load
	I1231 01:43:11.091882    2169 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/preloaded-images-k8s-v16-v1.23.2-rc.0-docker-overlay2-amd64.tar.lz4
	I1231 01:43:11.091915    2169 cache.go:57] Caching tarball of preloaded images
	I1231 01:43:11.092195    2169 preload.go:132] Checking if preload exists for k8s version v1.23.2-rc.0 and runtime docker
	I1231 01:43:11.119011    2169 preload.go:238] getting checksum for preloaded-images-k8s-v16-v1.23.2-rc.0-docker-overlay2-amd64.tar.lz4 ...
	I1231 01:43:11.678029    2169 download.go:100] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/preloaded-images-k8s-v16-v1.23.2-rc.0-docker-overlay2-amd64.tar.lz4?checksum=md5:dfcbb42189cfecf94e33cd5c0d022746 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.2-rc.0-docker-overlay2-amd64.tar.lz4
	I1231 01:43:33.727367    2169 preload.go:248] saving checksum for preloaded-images-k8s-v16-v1.23.2-rc.0-docker-overlay2-amd64.tar.lz4 ...
	I1231 01:43:33.727676    2169 preload.go:255] verifying checksumm of /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v16-v1.23.2-rc.0-docker-overlay2-amd64.tar.lz4 ...
	I1231 01:43:34.492548    2169 cache.go:60] Finished verifying existence of preloaded tar for  v1.23.2-rc.0 on docker
	I1231 01:43:34.492639    2169 profile.go:147] Saving config to /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/download-only-20211231014148-2057/config.json ...
	I1231 01:43:34.492983    2169 preload.go:132] Checking if preload exists for k8s version v1.23.2-rc.0 and runtime docker
	I1231 01:43:34.493194    2169 download.go:100] Downloading: https://storage.googleapis.com/kubernetes-release/release/v1.23.2-rc.0/bin/darwin/amd64/kubectl?checksum=file:https://storage.googleapis.com/kubernetes-release/release/v1.23.2-rc.0/bin/darwin/amd64/kubectl.sha256 -> /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/cache/darwin/v1.23.2-rc.0/kubectl
	
	* 
	* The control plane node "" does not exist.
	  To start a cluster, run: "minikube start -p download-only-20211231014148-2057"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:172: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.23.2-rc.0/LogsDuration (0.27s)

                                                
                                    
x
+
TestDownloadOnly/DeleteAll (1.01s)

                                                
                                                
=== RUN   TestDownloadOnly/DeleteAll
aaa_download_only_test.go:189: (dbg) Run:  out/minikube-darwin-amd64 delete --all
aaa_download_only_test.go:189: (dbg) Done: out/minikube-darwin-amd64 delete --all: (1.006661921s)
--- PASS: TestDownloadOnly/DeleteAll (1.01s)

                                                
                                    
x
+
TestDownloadOnly/DeleteAlwaysSucceeds (0.58s)

                                                
                                                
=== RUN   TestDownloadOnly/DeleteAlwaysSucceeds
aaa_download_only_test.go:201: (dbg) Run:  out/minikube-darwin-amd64 delete -p download-only-20211231014148-2057
--- PASS: TestDownloadOnly/DeleteAlwaysSucceeds (0.58s)

                                                
                                    
x
+
TestDownloadOnlyKic (14.58s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:226: (dbg) Run:  out/minikube-darwin-amd64 start --download-only -p download-docker-20211231014341-2057 --force --alsologtostderr --driver=docker 
aaa_download_only_test.go:226: (dbg) Done: out/minikube-darwin-amd64 start --download-only -p download-docker-20211231014341-2057 --force --alsologtostderr --driver=docker : (13.10969921s)
helpers_test.go:176: Cleaning up "download-docker-20211231014341-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p download-docker-20211231014341-2057
--- PASS: TestDownloadOnlyKic (14.58s)

                                                
                                    
x
+
TestOffline (127.71s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:56: (dbg) Run:  out/minikube-darwin-amd64 start -p offline-docker-20211231023601-2057 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker 

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:56: (dbg) Done: out/minikube-darwin-amd64 start -p offline-docker-20211231023601-2057 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker : (1m54.159964269s)
helpers_test.go:176: Cleaning up "offline-docker-20211231023601-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p offline-docker-20211231023601-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p offline-docker-20211231023601-2057: (13.548506088s)
--- PASS: TestOffline (127.71s)

                                                
                                    
x
+
TestAddons/Setup (234.1s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:76: (dbg) Run:  out/minikube-darwin-amd64 start -p addons-20211231014356-2057 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=olm --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --driver=docker  --addons=ingress --addons=ingress-dns --addons=helm-tiller
addons_test.go:76: (dbg) Done: out/minikube-darwin-amd64 start -p addons-20211231014356-2057 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=olm --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --driver=docker  --addons=ingress --addons=ingress-dns --addons=helm-tiller: (3m54.096710775s)
--- PASS: TestAddons/Setup (234.10s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (5.73s)

                                                
                                                
=== RUN   TestAddons/parallel/MetricsServer
=== PAUSE TestAddons/parallel/MetricsServer

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:358: metrics-server stabilized in 2.765058ms
addons_test.go:360: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:343: "metrics-server-6b76bd68b6-dwknf" [925ebe12-badb-4f9d-90e4-2981c31f9d36] Running
addons_test.go:360: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.010645517s
addons_test.go:366: (dbg) Run:  kubectl --context addons-20211231014356-2057 top pods -n kube-system
addons_test.go:383: (dbg) Run:  out/minikube-darwin-amd64 -p addons-20211231014356-2057 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (5.73s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (11.46s)

                                                
                                                
=== RUN   TestAddons/parallel/HelmTiller
=== PAUSE TestAddons/parallel/HelmTiller

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:407: tiller-deploy stabilized in 13.150573ms

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:409: (dbg) TestAddons/parallel/HelmTiller: waiting 6m0s for pods matching "app=helm" in namespace "kube-system" ...
helpers_test.go:343: "tiller-deploy-6d67d5465d-dq8hm" [8138027b-bc99-4bf8-ad49-1c95883d2f71] Running

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:409: (dbg) TestAddons/parallel/HelmTiller: app=helm healthy within 5.016080934s
addons_test.go:424: (dbg) Run:  kubectl --context addons-20211231014356-2057 run --rm helm-test --restart=Never --image=alpine/helm:2.16.3 -it --namespace=kube-system -- version

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:424: (dbg) Done: kubectl --context addons-20211231014356-2057 run --rm helm-test --restart=Never --image=alpine/helm:2.16.3 -it --namespace=kube-system -- version: (5.860242506s)
addons_test.go:441: (dbg) Run:  out/minikube-darwin-amd64 -p addons-20211231014356-2057 addons disable helm-tiller --alsologtostderr -v=1
--- PASS: TestAddons/parallel/HelmTiller (11.46s)

                                                
                                    
x
+
TestAddons/parallel/CSI (46.85s)

                                                
                                                
=== RUN   TestAddons/parallel/CSI
=== PAUSE TestAddons/parallel/CSI

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:512: csi-hostpath-driver pods stabilized in 4.926784ms
addons_test.go:515: (dbg) Run:  kubectl --context addons-20211231014356-2057 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:520: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:393: (dbg) Run:  kubectl --context addons-20211231014356-2057 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:525: (dbg) Run:  kubectl --context addons-20211231014356-2057 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:530: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:343: "task-pv-pod" [12a6dd09-339d-4a65-a205-aefbc3a873bf] Pending
helpers_test.go:343: "task-pv-pod" [12a6dd09-339d-4a65-a205-aefbc3a873bf] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])

                                                
                                                
=== CONT  TestAddons/parallel/CSI
helpers_test.go:343: "task-pv-pod" [12a6dd09-339d-4a65-a205-aefbc3a873bf] Running

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:530: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 20.009996105s
addons_test.go:535: (dbg) Run:  kubectl --context addons-20211231014356-2057 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:540: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:418: (dbg) Run:  kubectl --context addons-20211231014356-2057 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:418: (dbg) Run:  kubectl --context addons-20211231014356-2057 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:545: (dbg) Run:  kubectl --context addons-20211231014356-2057 delete pod task-pv-pod
addons_test.go:551: (dbg) Run:  kubectl --context addons-20211231014356-2057 delete pvc hpvc
addons_test.go:557: (dbg) Run:  kubectl --context addons-20211231014356-2057 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:562: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:393: (dbg) Run:  kubectl --context addons-20211231014356-2057 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:567: (dbg) Run:  kubectl --context addons-20211231014356-2057 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:572: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod-restore" in namespace "default" ...
helpers_test.go:343: "task-pv-pod-restore" [89075e32-511f-40da-a8f1-c5c84c1de64b] Pending

                                                
                                                
=== CONT  TestAddons/parallel/CSI
helpers_test.go:343: "task-pv-pod-restore" [89075e32-511f-40da-a8f1-c5c84c1de64b] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:343: "task-pv-pod-restore" [89075e32-511f-40da-a8f1-c5c84c1de64b] Running
addons_test.go:572: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 15.016753739s
addons_test.go:577: (dbg) Run:  kubectl --context addons-20211231014356-2057 delete pod task-pv-pod-restore
addons_test.go:581: (dbg) Run:  kubectl --context addons-20211231014356-2057 delete pvc hpvc-restore
addons_test.go:585: (dbg) Run:  kubectl --context addons-20211231014356-2057 delete volumesnapshot new-snapshot-demo
addons_test.go:589: (dbg) Run:  out/minikube-darwin-amd64 -p addons-20211231014356-2057 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:589: (dbg) Done: out/minikube-darwin-amd64 -p addons-20211231014356-2057 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.936884306s)
addons_test.go:593: (dbg) Run:  out/minikube-darwin-amd64 -p addons-20211231014356-2057 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (46.85s)

                                                
                                    
x
+
TestAddons/serial/GCPAuth (19.25s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth
addons_test.go:604: (dbg) Run:  kubectl --context addons-20211231014356-2057 create -f testdata/busybox.yaml
addons_test.go:610: (dbg) TestAddons/serial/GCPAuth: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:343: "busybox" [8d3e5d91-7526-47c1-b697-446207d3277d] Pending
helpers_test.go:343: "busybox" [8d3e5d91-7526-47c1-b697-446207d3277d] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:343: "busybox" [8d3e5d91-7526-47c1-b697-446207d3277d] Running
addons_test.go:610: (dbg) TestAddons/serial/GCPAuth: integration-test=busybox healthy within 12.015009239s
addons_test.go:616: (dbg) Run:  kubectl --context addons-20211231014356-2057 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:629: (dbg) Run:  kubectl --context addons-20211231014356-2057 exec busybox -- /bin/sh -c "cat /google-app-creds.json"
addons_test.go:653: (dbg) Run:  kubectl --context addons-20211231014356-2057 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
addons_test.go:666: (dbg) Run:  out/minikube-darwin-amd64 -p addons-20211231014356-2057 addons disable gcp-auth --alsologtostderr -v=1
addons_test.go:666: (dbg) Done: out/minikube-darwin-amd64 -p addons-20211231014356-2057 addons disable gcp-auth --alsologtostderr -v=1: (6.662002826s)
--- PASS: TestAddons/serial/GCPAuth (19.25s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (17.71s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:133: (dbg) Run:  out/minikube-darwin-amd64 stop -p addons-20211231014356-2057
addons_test.go:133: (dbg) Done: out/minikube-darwin-amd64 stop -p addons-20211231014356-2057: (17.264270507s)
addons_test.go:137: (dbg) Run:  out/minikube-darwin-amd64 addons enable dashboard -p addons-20211231014356-2057
addons_test.go:141: (dbg) Run:  out/minikube-darwin-amd64 addons disable dashboard -p addons-20211231014356-2057
--- PASS: TestAddons/StoppedEnableDisable (17.71s)

                                                
                                    
x
+
TestCertOptions (104.29s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:50: (dbg) Run:  out/minikube-darwin-amd64 start -p cert-options-20211231025153-2057 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker  --apiserver-name=localhost
E1231 02:52:50.681218    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:50: (dbg) Done: out/minikube-darwin-amd64 start -p cert-options-20211231025153-2057 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker  --apiserver-name=localhost: (1m27.465071599s)
cert_options_test.go:61: (dbg) Run:  out/minikube-darwin-amd64 -p cert-options-20211231025153-2057 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
cert_options_test.go:101: (dbg) Run:  out/minikube-darwin-amd64 ssh -p cert-options-20211231025153-2057 -- "sudo cat /etc/kubernetes/admin.conf"
helpers_test.go:176: Cleaning up "cert-options-20211231025153-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p cert-options-20211231025153-2057

                                                
                                                
=== CONT  TestCertOptions
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p cert-options-20211231025153-2057: (15.410267631s)
--- PASS: TestCertOptions (104.29s)

                                                
                                    
x
+
TestCertExpiration (258.98s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:124: (dbg) Run:  out/minikube-darwin-amd64 start -p cert-expiration-20211231024922-2057 --memory=2048 --cert-expiration=3m --driver=docker 
E1231 02:49:29.775708    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:49:35.414995    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:124: (dbg) Done: out/minikube-darwin-amd64 start -p cert-expiration-20211231024922-2057 --memory=2048 --cert-expiration=3m --driver=docker : (55.889804758s)

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:132: (dbg) Run:  out/minikube-darwin-amd64 start -p cert-expiration-20211231024922-2057 --memory=2048 --cert-expiration=8760h --driver=docker 

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:132: (dbg) Done: out/minikube-darwin-amd64 start -p cert-expiration-20211231024922-2057 --memory=2048 --cert-expiration=8760h --driver=docker : (7.452827377s)
helpers_test.go:176: Cleaning up "cert-expiration-20211231024922-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p cert-expiration-20211231024922-2057

                                                
                                                
=== CONT  TestCertExpiration
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p cert-expiration-20211231024922-2057: (15.636550444s)
--- PASS: TestCertExpiration (258.98s)

                                                
                                    
x
+
TestDockerFlags (90.36s)

                                                
                                                
=== RUN   TestDockerFlags
=== PAUSE TestDockerFlags

                                                
                                                

                                                
                                                
=== CONT  TestDockerFlags
docker_test.go:46: (dbg) Run:  out/minikube-darwin-amd64 start -p docker-flags-20211231025023-2057 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker 
docker_test.go:46: (dbg) Done: out/minikube-darwin-amd64 start -p docker-flags-20211231025023-2057 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker : (1m13.286193964s)
docker_test.go:51: (dbg) Run:  out/minikube-darwin-amd64 -p docker-flags-20211231025023-2057 ssh "sudo systemctl show docker --property=Environment --no-pager"
docker_test.go:62: (dbg) Run:  out/minikube-darwin-amd64 -p docker-flags-20211231025023-2057 ssh "sudo systemctl show docker --property=ExecStart --no-pager"
helpers_test.go:176: Cleaning up "docker-flags-20211231025023-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p docker-flags-20211231025023-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p docker-flags-20211231025023-2057: (15.839857866s)
--- PASS: TestDockerFlags (90.36s)

                                                
                                    
x
+
TestForceSystemdFlag (105.52s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:86: (dbg) Run:  out/minikube-darwin-amd64 start -p force-systemd-flag-20211231024522-2057 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker 
docker_test.go:86: (dbg) Done: out/minikube-darwin-amd64 start -p force-systemd-flag-20211231024522-2057 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker : (1m31.959598554s)
docker_test.go:105: (dbg) Run:  out/minikube-darwin-amd64 -p force-systemd-flag-20211231024522-2057 ssh "docker info --format {{.CgroupDriver}}"
helpers_test.go:176: Cleaning up "force-systemd-flag-20211231024522-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p force-systemd-flag-20211231024522-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p force-systemd-flag-20211231024522-2057: (12.897070477s)
--- PASS: TestForceSystemdFlag (105.52s)

                                                
                                    
x
+
TestForceSystemdEnv (86.96s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:151: (dbg) Run:  out/minikube-darwin-amd64 start -p force-systemd-env-20211231024755-2057 --memory=2048 --alsologtostderr -v=5 --driver=docker 
docker_test.go:151: (dbg) Done: out/minikube-darwin-amd64 start -p force-systemd-env-20211231024755-2057 --memory=2048 --alsologtostderr -v=5 --driver=docker : (1m14.892339184s)
docker_test.go:105: (dbg) Run:  out/minikube-darwin-amd64 -p force-systemd-env-20211231024755-2057 ssh "docker info --format {{.CgroupDriver}}"
helpers_test.go:176: Cleaning up "force-systemd-env-20211231024755-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p force-systemd-env-20211231024755-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p force-systemd-env-20211231024755-2057: (11.385927913s)
--- PASS: TestForceSystemdEnv (86.96s)

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (6.91s)

                                                
                                                
=== RUN   TestHyperKitDriverInstallOrUpdate
=== PAUSE TestHyperKitDriverInstallOrUpdate

                                                
                                                

                                                
                                                
=== CONT  TestHyperKitDriverInstallOrUpdate
E1231 02:47:50.681946    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
--- PASS: TestHyperKitDriverInstallOrUpdate (6.91s)

                                                
                                    
x
+
TestErrorSpam/setup (73.09s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:79: (dbg) Run:  out/minikube-darwin-amd64 start -p nospam-20211231014933-2057 -n=1 --memory=2250 --wait=false --log_dir=/var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 --driver=docker 
error_spam_test.go:79: (dbg) Done: out/minikube-darwin-amd64 start -p nospam-20211231014933-2057 -n=1 --memory=2250 --wait=false --log_dir=/var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 --driver=docker : (1m13.089943195s)
error_spam_test.go:89: acceptable stderr: "! /usr/local/bin/kubectl is version 1.19.7, which may have incompatibilites with Kubernetes 1.23.1."
--- PASS: TestErrorSpam/setup (73.09s)

                                                
                                    
x
+
TestErrorSpam/start (2.18s)

                                                
                                                
=== RUN   TestErrorSpam/start
error_spam_test.go:214: Cleaning up 1 logfile(s) ...
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 start --dry-run
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 start --dry-run
error_spam_test.go:180: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 start --dry-run
--- PASS: TestErrorSpam/start (2.18s)

                                                
                                    
x
+
TestErrorSpam/status (1.84s)

                                                
                                                
=== RUN   TestErrorSpam/status
error_spam_test.go:214: Cleaning up 0 logfile(s) ...
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 status
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 status
error_spam_test.go:180: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 status
--- PASS: TestErrorSpam/status (1.84s)

                                                
                                    
x
+
TestErrorSpam/pause (2.1s)

                                                
                                                
=== RUN   TestErrorSpam/pause
error_spam_test.go:214: Cleaning up 0 logfile(s) ...
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 pause
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 pause
error_spam_test.go:180: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 pause
--- PASS: TestErrorSpam/pause (2.10s)

                                                
                                    
x
+
TestErrorSpam/unpause (2.34s)

                                                
                                                
=== RUN   TestErrorSpam/unpause
error_spam_test.go:214: Cleaning up 0 logfile(s) ...
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 unpause
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 unpause
error_spam_test.go:180: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 unpause
--- PASS: TestErrorSpam/unpause (2.34s)

                                                
                                    
x
+
TestErrorSpam/stop (17.96s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:214: Cleaning up 0 logfile(s) ...
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 stop
error_spam_test.go:157: (dbg) Done: out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 stop: (17.267671084s)
error_spam_test.go:157: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 stop
error_spam_test.go:180: (dbg) Run:  out/minikube-darwin-amd64 -p nospam-20211231014933-2057 --log_dir /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/nospam-20211231014933-2057 stop
--- PASS: TestErrorSpam/stop (17.96s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1693: local sync path: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/files/etc/test/nested/copy/2057/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (125.85s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2075: (dbg) Run:  out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker 
E1231 01:52:50.627546    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:50.634585    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:50.649243    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:50.669389    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:50.709785    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:50.799275    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:50.961424    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:51.286129    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:51.935115    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:53.215356    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:52:55.785137    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:53:00.908274    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:53:11.151594    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
functional_test.go:2075: (dbg) Done: out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker : (2m5.848676068s)
--- PASS: TestFunctional/serial/StartWithProxy (125.85s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

                                                
                                                
=== RUN   TestFunctional/serial/AuditLog
--- PASS: TestFunctional/serial/AuditLog (0.00s)

                                                
                                    
x
+
TestFunctional/serial/SoftStart (7.61s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:645: (dbg) Run:  out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --alsologtostderr -v=8
E1231 01:53:31.634668    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
functional_test.go:645: (dbg) Done: out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --alsologtostderr -v=8: (7.604698365s)
functional_test.go:649: soft start took 7.605278316s for "functional-20211231015118-2057" cluster.
--- PASS: TestFunctional/serial/SoftStart (7.61s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.04s)

                                                
                                                
=== RUN   TestFunctional/serial/KubeContext
functional_test.go:667: (dbg) Run:  kubectl config current-context
--- PASS: TestFunctional/serial/KubeContext (0.04s)

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (1.86s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:682: (dbg) Run:  kubectl --context functional-20211231015118-2057 get po -A
functional_test.go:682: (dbg) Done: kubectl --context functional-20211231015118-2057 get po -A: (1.862764951s)
--- PASS: TestFunctional/serial/KubectlGetPods (1.86s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/add_remote (11.86s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1028: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache add k8s.gcr.io/pause:3.1
functional_test.go:1028: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache add k8s.gcr.io/pause:3.1: (2.679336828s)
functional_test.go:1028: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache add k8s.gcr.io/pause:3.3
functional_test.go:1028: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache add k8s.gcr.io/pause:3.3: (4.834336413s)
functional_test.go:1028: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache add k8s.gcr.io/pause:latest
functional_test.go:1028: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache add k8s.gcr.io/pause:latest: (4.346565137s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (11.86s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/add_local (2.09s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1059: (dbg) Run:  docker build -t minikube-local-cache-test:functional-20211231015118-2057 /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/functional-20211231015118-2057497007256
functional_test.go:1071: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache add minikube-local-cache-test:functional-20211231015118-2057
functional_test.go:1071: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache add minikube-local-cache-test:functional-20211231015118-2057: (1.442957676s)
functional_test.go:1076: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache delete minikube-local-cache-test:functional-20211231015118-2057
functional_test.go:1065: (dbg) Run:  docker rmi minikube-local-cache-test:functional-20211231015118-2057
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (2.09s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause:3.3 (0.07s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause:3.3
functional_test.go:1084: (dbg) Run:  out/minikube-darwin-amd64 cache delete k8s.gcr.io/pause:3.3
--- PASS: TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause:3.3 (0.07s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/list (0.07s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/list
functional_test.go:1092: (dbg) Run:  out/minikube-darwin-amd64 cache list
--- PASS: TestFunctional/serial/CacheCmd/cache/list (0.07s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.68s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node
functional_test.go:1106: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh sudo crictl images
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.68s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/cache_reload (4.33s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/cache_reload
functional_test.go:1129: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh sudo docker rmi k8s.gcr.io/pause:latest
functional_test.go:1135: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh sudo crictl inspecti k8s.gcr.io/pause:latest
functional_test.go:1135: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh sudo crictl inspecti k8s.gcr.io/pause:latest: exit status 1 (588.148499ms)

                                                
                                                
-- stdout --
	FATA[0000] no such image "k8s.gcr.io/pause:latest" present 

                                                
                                                
-- /stdout --
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
functional_test.go:1140: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache reload
functional_test.go:1140: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 cache reload: (2.477269999s)
functional_test.go:1145: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh sudo crictl inspecti k8s.gcr.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (4.33s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/delete (0.14s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/delete
functional_test.go:1154: (dbg) Run:  out/minikube-darwin-amd64 cache delete k8s.gcr.io/pause:3.1
functional_test.go:1154: (dbg) Run:  out/minikube-darwin-amd64 cache delete k8s.gcr.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/delete (0.14s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.47s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmd
functional_test.go:702: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 kubectl -- --context functional-20211231015118-2057 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmd (0.47s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.57s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmdDirectly
functional_test.go:727: (dbg) Run:  out/kubectl --context functional-20211231015118-2057 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmdDirectly (0.57s)

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (61.54s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:743: (dbg) Run:  out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E1231 01:54:12.595939    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
functional_test.go:743: (dbg) Done: out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (1m1.535048539s)
functional_test.go:747: restart took 1m1.535179437s for "functional-20211231015118-2057" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (61.54s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.06s)

                                                
                                                
=== RUN   TestFunctional/serial/ComponentHealth
functional_test.go:797: (dbg) Run:  kubectl --context functional-20211231015118-2057 get po -l tier=control-plane -n kube-system -o=json
functional_test.go:812: etcd phase: Running
functional_test.go:822: etcd status: Ready
functional_test.go:812: kube-apiserver phase: Running
functional_test.go:822: kube-apiserver status: Ready
functional_test.go:812: kube-controller-manager phase: Running
functional_test.go:822: kube-controller-manager status: Ready
functional_test.go:812: kube-scheduler phase: Running
functional_test.go:822: kube-scheduler status: Ready
--- PASS: TestFunctional/serial/ComponentHealth (0.06s)

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (2.49s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1218: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 logs
functional_test.go:1218: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 logs: (2.486172738s)
--- PASS: TestFunctional/serial/LogsCmd (2.49s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (2.35s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1235: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 logs --file /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/functional-20211231015118-20572848971311/logs.txt
functional_test.go:1235: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 logs --file /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/functional-20211231015118-20572848971311/logs.txt: (2.349150233s)
--- PASS: TestFunctional/serial/LogsFileCmd (2.35s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.41s)

                                                
                                                
=== RUN   TestFunctional/parallel/ConfigCmd
=== PAUSE TestFunctional/parallel/ConfigCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1181: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 config unset cpus

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1181: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 config get cpus
functional_test.go:1181: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p functional-20211231015118-2057 config get cpus: exit status 14 (47.315655ms)

                                                
                                                
** stderr ** 
	Error: specified key could not be found in config

                                                
                                                
** /stderr **
functional_test.go:1181: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 config set cpus 2
functional_test.go:1181: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 config get cpus
functional_test.go:1181: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 config unset cpus
functional_test.go:1181: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 config get cpus
functional_test.go:1181: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p functional-20211231015118-2057 config get cpus: exit status 14 (49.261475ms)

                                                
                                                
** stderr ** 
	Error: specified key could not be found in config

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/ConfigCmd (0.41s)

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (3.77s)

                                                
                                                
=== RUN   TestFunctional/parallel/DashboardCmd
=== PAUSE TestFunctional/parallel/DashboardCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:892: (dbg) daemon: [out/minikube-darwin-amd64 dashboard --url --port 36195 -p functional-20211231015118-2057 --alsologtostderr -v=1]

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:897: (dbg) stopping [out/minikube-darwin-amd64 dashboard --url --port 36195 -p functional-20211231015118-2057 --alsologtostderr -v=1] ...
helpers_test.go:507: unable to kill pid 4798: os: process already finished
--- PASS: TestFunctional/parallel/DashboardCmd (3.77s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (1.45s)

                                                
                                                
=== RUN   TestFunctional/parallel/DryRun
=== PAUSE TestFunctional/parallel/DryRun

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DryRun
functional_test.go:957: (dbg) Run:  out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --dry-run --memory 250MB --alsologtostderr --driver=docker 

                                                
                                                
=== CONT  TestFunctional/parallel/DryRun
functional_test.go:957: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --dry-run --memory 250MB --alsologtostderr --driver=docker : exit status 23 (634.095115ms)

                                                
                                                
-- stdout --
	* [functional-20211231015118-2057] minikube v1.24.0 on Darwin 11.1
	  - MINIKUBE_LOCATION=12739
	  - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	  - MINIKUBE_BIN=out/minikube-darwin-amd64
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	* Using the docker driver based on existing profile
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1231 01:56:02.912062    4730 out.go:297] Setting OutFile to fd 1 ...
	I1231 01:56:02.912193    4730 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:56:02.912200    4730 out.go:310] Setting ErrFile to fd 2...
	I1231 01:56:02.912203    4730 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:56:02.912301    4730 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	I1231 01:56:02.912567    4730 out.go:304] Setting JSON to false
	I1231 01:56:02.938844    4730 start.go:112] hostinfo: {"hostname":"administrators-Mac-mini.local","uptime":1537,"bootTime":1640943025,"procs":329,"os":"darwin","platform":"darwin","platformFamily":"Standalone Workstation","platformVersion":"11.1","kernelVersion":"20.2.0","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"b7610dcb-1435-5842-8d5a-b2388403fea3"}
	W1231 01:56:02.939032    4730 start.go:120] gopshost.Virtualization returned error: not implemented yet
	I1231 01:56:02.966433    4730 out.go:176] * [functional-20211231015118-2057] minikube v1.24.0 on Darwin 11.1
	I1231 01:56:02.992670    4730 out.go:176]   - MINIKUBE_LOCATION=12739
	I1231 01:56:03.018910    4730 out.go:176]   - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	I1231 01:56:03.044868    4730 out.go:176]   - MINIKUBE_BIN=out/minikube-darwin-amd64
	I1231 01:56:03.070729    4730 out.go:176]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1231 01:56:03.096881    4730 out.go:176]   - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	I1231 01:56:03.097475    4730 config.go:176] Loaded profile config "functional-20211231015118-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 01:56:03.098041    4730 driver.go:344] Setting default libvirt URI to qemu:///system
	I1231 01:56:03.200396    4730 docker.go:132] docker version: linux-20.10.5
	I1231 01:56:03.200542    4730 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 01:56:03.374391    4730 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:51 OomKillDisable:true NGoroutines:51 SystemTime:2021-12-31 09:56:03.309085851 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 01:56:03.421507    4730 out.go:176] * Using the docker driver based on existing profile
	I1231 01:56:03.421537    4730 start.go:280] selected driver: docker
	I1231 01:56:03.421545    4730 start.go:795] validating driver "docker" against &{Name:functional-20211231015118-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:functional-20211231015118-2057 Namespace:default APIServerN
ame:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision} {Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8441 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[ambassador:false auto-pause:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false helm-tiller:false ingress:false ingress-dns:false istio:false istio-provisioner:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:fal
se pod-security-policy:false portainer:false registry:false registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false volumesnapshots:false] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 01:56:03.421676    4730 start.go:806] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc:}
	I1231 01:56:03.421700    4730 start.go:1498] auto setting extra-config to "kubelet.global-housekeeping-interval=60m".
	I1231 01:56:03.421711    4730 start.go:1498] auto setting extra-config to "kubelet.housekeeping-interval=5m".
	I1231 01:56:03.449573    4730 out.go:176] 
	W1231 01:56:03.449768    4730 out.go:241] X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	I1231 01:56:03.475391    4730 out.go:176] 

                                                
                                                
** /stderr **
functional_test.go:974: (dbg) Run:  out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --dry-run --alsologtostderr -v=1 --driver=docker 
--- PASS: TestFunctional/parallel/DryRun (1.45s)

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.63s)

                                                
                                                
=== RUN   TestFunctional/parallel/InternationalLanguage
=== PAUSE TestFunctional/parallel/InternationalLanguage

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/InternationalLanguage
functional_test.go:999: (dbg) Run:  out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --dry-run --memory 250MB --alsologtostderr --driver=docker 
functional_test.go:999: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p functional-20211231015118-2057 --dry-run --memory 250MB --alsologtostderr --driver=docker : exit status 23 (632.325224ms)

                                                
                                                
-- stdout --
	* [functional-20211231015118-2057] minikube v1.24.0 sur Darwin 11.1
	  - MINIKUBE_LOCATION=12739
	  - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	  - MINIKUBE_BIN=out/minikube-darwin-amd64
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	* Utilisation du pilote docker basé sur le profil existant
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1231 01:55:59.565251    4580 out.go:297] Setting OutFile to fd 1 ...
	I1231 01:55:59.565384    4580 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:55:59.565390    4580 out.go:310] Setting ErrFile to fd 2...
	I1231 01:55:59.565393    4580 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 01:55:59.565503    4580 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	I1231 01:55:59.565798    4580 out.go:304] Setting JSON to false
	I1231 01:55:59.589984    4580 start.go:112] hostinfo: {"hostname":"administrators-Mac-mini.local","uptime":1534,"bootTime":1640943025,"procs":326,"os":"darwin","platform":"darwin","platformFamily":"Standalone Workstation","platformVersion":"11.1","kernelVersion":"20.2.0","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"b7610dcb-1435-5842-8d5a-b2388403fea3"}
	W1231 01:55:59.590071    4580 start.go:120] gopshost.Virtualization returned error: not implemented yet
	I1231 01:55:59.633251    4580 out.go:176] * [functional-20211231015118-2057] minikube v1.24.0 sur Darwin 11.1
	I1231 01:55:59.675811    4580 out.go:176]   - MINIKUBE_LOCATION=12739
	I1231 01:55:59.701571    4580 out.go:176]   - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	I1231 01:55:59.727751    4580 out.go:176]   - MINIKUBE_BIN=out/minikube-darwin-amd64
	I1231 01:55:59.753775    4580 out.go:176]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1231 01:55:59.779541    4580 out.go:176]   - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	I1231 01:55:59.780054    4580 config.go:176] Loaded profile config "functional-20211231015118-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 01:55:59.780494    4580 driver.go:344] Setting default libvirt URI to qemu:///system
	I1231 01:55:59.872865    4580 docker.go:132] docker version: linux-20.10.5
	I1231 01:55:59.873016    4580 cli_runner.go:133] Run: docker system info --format "{{json .}}"
	I1231 01:56:00.032109    4580 info.go:263] docker info: {ID:4HCM:STWV:BV5V:G4B6:5UQW:2OM4:P5HQ:S4IS:64UZ:7UXN:SPR5:UUH2 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:25 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:50 OomKillDisable:true NGoroutines:51 SystemTime:2021-12-31 09:55:59.995198709 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.25-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:https://in
dex.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:6 MemTotal:6234726400 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy: Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.5 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05f951a3781f4f2c1911b05e61c160e9c30eaa8e Expected:05f951a3781f4f2c1911b05e61c160e9c30eaa8e} RuncCommit:{ID:12644e614e25b05da6fd08a38ffa0cfe1903fdec Expected:12644e614e25b05da6fd08a38ffa0cfe1903fdec} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=defau
lt] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Experimental:true Name:app Path:/usr/local/lib/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Docker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/local/lib/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Build with BuildKit Vendor:Docker Inc. Version:v0.5.1-docker] map[Name:scan Path:/usr/local/lib/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.6.0]] Warnings:<nil>}}
	I1231 01:56:00.079993    4580 out.go:176] * Utilisation du pilote docker basé sur le profil existant
	I1231 01:56:00.080038    4580 start.go:280] selected driver: docker
	I1231 01:56:00.080047    4580 start.go:795] validating driver "docker" against &{Name:functional-20211231015118-2057 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.28-1640212998-13227@sha256:be897edc9ed473a9678010f390a0092f488f6a1c30865f571c3b6388f9f56f9b Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.23.1 ClusterName:functional-20211231015118-2057 Namespace:default APIServerN
ame:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision} {Component:kubelet Key:global-housekeeping-interval Value:60m} {Component:kubelet Key:housekeeping-interval Value:5m}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8441 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.23.1 ControlPlane:true Worker:true}] Addons:map[ambassador:false auto-pause:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false helm-tiller:false ingress:false ingress-dns:false istio:false istio-provisioner:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:fal
se pod-security-policy:false portainer:false registry:false registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false volumesnapshots:false] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker}
	I1231 01:56:00.080149    4580 start.go:806] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc:}
	I1231 01:56:00.080169    4580 start.go:1498] auto setting extra-config to "kubelet.global-housekeeping-interval=60m".
	I1231 01:56:00.080178    4580 start.go:1498] auto setting extra-config to "kubelet.housekeeping-interval=5m".
	I1231 01:56:00.107760    4580 out.go:176] 
	W1231 01:56:00.107860    4580 out.go:241] X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	I1231 01:56:00.133948    4580 out.go:176] 

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/InternationalLanguage (0.63s)

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (2.23s)

                                                
                                                
=== RUN   TestFunctional/parallel/StatusCmd
=== PAUSE TestFunctional/parallel/StatusCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:841: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 status

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:847: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:859: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (2.23s)

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.27s)

                                                
                                                
=== RUN   TestFunctional/parallel/AddonsCmd
=== PAUSE TestFunctional/parallel/AddonsCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1527: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 addons list
functional_test.go:1539: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.27s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (27.94s)

                                                
                                                
=== RUN   TestFunctional/parallel/PersistentVolumeClaim
=== PAUSE TestFunctional/parallel/PersistentVolumeClaim

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:45: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "integration-test=storage-provisioner" in namespace "kube-system" ...
helpers_test.go:343: "storage-provisioner" [c790a1e6-90c2-4512-9da2-be39fa342136] Running
E1231 01:55:34.517008    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:45: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.016623278s
functional_test_pvc_test.go:50: (dbg) Run:  kubectl --context functional-20211231015118-2057 get storageclass -o=json
functional_test_pvc_test.go:70: (dbg) Run:  kubectl --context functional-20211231015118-2057 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:77: (dbg) Run:  kubectl --context functional-20211231015118-2057 get pvc myclaim -o=json
functional_test_pvc_test.go:126: (dbg) Run:  kubectl --context functional-20211231015118-2057 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:131: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:343: "sp-pod" [75779865-3a38-4ebc-a5b3-16dbdca7c345] Pending
helpers_test.go:343: "sp-pod" [75779865-3a38-4ebc-a5b3-16dbdca7c345] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
helpers_test.go:343: "sp-pod" [75779865-3a38-4ebc-a5b3-16dbdca7c345] Running
functional_test_pvc_test.go:131: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 13.033432402s
functional_test_pvc_test.go:101: (dbg) Run:  kubectl --context functional-20211231015118-2057 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:107: (dbg) Run:  kubectl --context functional-20211231015118-2057 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:126: (dbg) Run:  kubectl --context functional-20211231015118-2057 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:131: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:343: "sp-pod" [542a5eec-1574-41c6-95a9-a9e3d6c0957b] Pending

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
helpers_test.go:343: "sp-pod" [542a5eec-1574-41c6-95a9-a9e3d6c0957b] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:343: "sp-pod" [542a5eec-1574-41c6-95a9-a9e3d6c0957b] Running

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:131: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 8.006991006s
functional_test_pvc_test.go:115: (dbg) Run:  kubectl --context functional-20211231015118-2057 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (27.94s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (1.2s)

                                                
                                                
=== RUN   TestFunctional/parallel/SSHCmd
=== PAUSE TestFunctional/parallel/SSHCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1562: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "echo hello"
functional_test.go:1579: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "cat /etc/hostname"
--- PASS: TestFunctional/parallel/SSHCmd (1.20s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.4s)

                                                
                                                
=== RUN   TestFunctional/parallel/CpCmd
=== PAUSE TestFunctional/parallel/CpCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 cp testdata/cp-test.txt /home/docker/cp-test.txt

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh -n functional-20211231015118-2057 "sudo cat /home/docker/cp-test.txt"

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 cp functional-20211231015118-2057:/home/docker/cp-test.txt /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mk_test3944783023/cp-test.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh -n functional-20211231015118-2057 "sudo cat /home/docker/cp-test.txt"
--- PASS: TestFunctional/parallel/CpCmd (2.40s)

                                                
                                    
x
+
TestFunctional/parallel/MySQL (21.81s)

                                                
                                                
=== RUN   TestFunctional/parallel/MySQL
=== PAUSE TestFunctional/parallel/MySQL

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1631: (dbg) Run:  kubectl --context functional-20211231015118-2057 replace --force -f testdata/mysql.yaml
functional_test.go:1637: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
helpers_test.go:343: "mysql-b87c45988-wnsfg" [f887db60-de79-4f13-91c7-35f1973a4d16] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
helpers_test.go:343: "mysql-b87c45988-wnsfg" [f887db60-de79-4f13-91c7-35f1973a4d16] Running

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1637: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 17.018918907s
functional_test.go:1645: (dbg) Run:  kubectl --context functional-20211231015118-2057 exec mysql-b87c45988-wnsfg -- mysql -ppassword -e "show databases;"
functional_test.go:1645: (dbg) Non-zero exit: kubectl --context functional-20211231015118-2057 exec mysql-b87c45988-wnsfg -- mysql -ppassword -e "show databases;": exit status 1 (174.798641ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
	command terminated with exit code 1

                                                
                                                
** /stderr **

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1645: (dbg) Run:  kubectl --context functional-20211231015118-2057 exec mysql-b87c45988-wnsfg -- mysql -ppassword -e "show databases;"
functional_test.go:1645: (dbg) Non-zero exit: kubectl --context functional-20211231015118-2057 exec mysql-b87c45988-wnsfg -- mysql -ppassword -e "show databases;": exit status 1 (178.222261ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
	command terminated with exit code 1

                                                
                                                
** /stderr **

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1645: (dbg) Run:  kubectl --context functional-20211231015118-2057 exec mysql-b87c45988-wnsfg -- mysql -ppassword -e "show databases;"
functional_test.go:1645: (dbg) Non-zero exit: kubectl --context functional-20211231015118-2057 exec mysql-b87c45988-wnsfg -- mysql -ppassword -e "show databases;": exit status 1 (141.106006ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
	command terminated with exit code 1

                                                
                                                
** /stderr **

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1645: (dbg) Run:  kubectl --context functional-20211231015118-2057 exec mysql-b87c45988-wnsfg -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (21.81s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.65s)

                                                
                                                
=== RUN   TestFunctional/parallel/FileSync
=== PAUSE TestFunctional/parallel/FileSync

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1767: Checking for existence of /etc/test/nested/copy/2057/hosts within VM
functional_test.go:1769: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo cat /etc/test/nested/copy/2057/hosts"

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1774: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.65s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (4.09s)

                                                
                                                
=== RUN   TestFunctional/parallel/CertSync
=== PAUSE TestFunctional/parallel/CertSync

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1810: Checking for existence of /etc/ssl/certs/2057.pem within VM
functional_test.go:1811: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo cat /etc/ssl/certs/2057.pem"
functional_test.go:1810: Checking for existence of /usr/share/ca-certificates/2057.pem within VM
functional_test.go:1811: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo cat /usr/share/ca-certificates/2057.pem"
functional_test.go:1810: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1811: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo cat /etc/ssl/certs/51391683.0"

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1837: Checking for existence of /etc/ssl/certs/20572.pem within VM
functional_test.go:1838: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo cat /etc/ssl/certs/20572.pem"
functional_test.go:1837: Checking for existence of /usr/share/ca-certificates/20572.pem within VM
functional_test.go:1838: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo cat /usr/share/ca-certificates/20572.pem"
functional_test.go:1837: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:1838: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (4.09s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.05s)

                                                
                                                
=== RUN   TestFunctional/parallel/NodeLabels
=== PAUSE TestFunctional/parallel/NodeLabels

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/NodeLabels
functional_test.go:214: (dbg) Run:  kubectl --context functional-20211231015118-2057 get nodes --output=go-template "--template='{{range $k, $v := (index .items 0).metadata.labels}}{{$k}} {{end}}'"
--- PASS: TestFunctional/parallel/NodeLabels (0.05s)

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.63s)

                                                
                                                
=== RUN   TestFunctional/parallel/NonActiveRuntimeDisabled
=== PAUSE TestFunctional/parallel/NonActiveRuntimeDisabled

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/NonActiveRuntimeDisabled
functional_test.go:1865: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo systemctl is-active crio"

                                                
                                                
=== CONT  TestFunctional/parallel/NonActiveRuntimeDisabled
functional_test.go:1865: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo systemctl is-active crio": exit status 1 (626.951173ms)

                                                
                                                
-- stdout --
	inactive

                                                
                                                
-- /stdout --
** stderr ** 
	ssh: Process exited with status 3

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/NonActiveRuntimeDisabled (0.63s)

                                                
                                    
x
+
TestFunctional/parallel/Version/short (0.09s)

                                                
                                                
=== RUN   TestFunctional/parallel/Version/short
=== PAUSE TestFunctional/parallel/Version/short

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/short
functional_test.go:2097: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 version --short
--- PASS: TestFunctional/parallel/Version/short (0.09s)

                                                
                                    
x
+
TestFunctional/parallel/Version/components (1.25s)

                                                
                                                
=== RUN   TestFunctional/parallel/Version/components
=== PAUSE TestFunctional/parallel/Version/components

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2111: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 version -o=json --components
functional_test.go:2111: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 version -o=json --components: (1.254081027s)
--- PASS: TestFunctional/parallel/Version/components (1.25s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListShort (0.44s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListShort
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListShort

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:254: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls --format short
functional_test.go:259: (dbg) Stdout: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls --format short:
k8s.gcr.io/pause:latest
k8s.gcr.io/pause:3.6
k8s.gcr.io/pause:3.3
k8s.gcr.io/pause:3.1
k8s.gcr.io/kube-scheduler:v1.23.1
k8s.gcr.io/kube-proxy:v1.23.1
k8s.gcr.io/kube-controller-manager:v1.23.1
k8s.gcr.io/kube-apiserver:v1.23.1
k8s.gcr.io/etcd:3.5.1-0
k8s.gcr.io/echoserver:1.8
k8s.gcr.io/coredns/coredns:v1.8.6
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/mysql:5.7
docker.io/library/minikube-local-cache-test:functional-20211231015118-2057
docker.io/kubernetesui/metrics-scraper:v1.0.7
docker.io/kubernetesui/dashboard:v2.3.1
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.44s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListTable (0.42s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListTable
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListTable

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:254: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls --format table
functional_test.go:259: (dbg) Stdout: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls --format table:
|---------------------------------------------|--------------------------------|---------------|--------|
|                    Image                    |              Tag               |   Image ID    |  Size  |
|---------------------------------------------|--------------------------------|---------------|--------|
| docker.io/library/nginx                     | alpine                         | cc44224bfe208 | 23.5MB |
| k8s.gcr.io/pause                            | 3.1                            | da86e6ba6ca19 | 742kB  |
| k8s.gcr.io/echoserver                       | 1.8                            | 82e4c8a736a4f | 95.4MB |
| k8s.gcr.io/pause                            | latest                         | 350b164e7ae1d | 240kB  |
| k8s.gcr.io/kube-scheduler                   | v1.23.1                        | 71d575efe6283 | 53.5MB |
| k8s.gcr.io/kube-controller-manager          | v1.23.1                        | f51846a4fd288 | 125MB  |
| k8s.gcr.io/coredns/coredns                  | v1.8.6                         | a4ca41631cc7a | 46.8MB |
| docker.io/kubernetesui/metrics-scraper      | v1.0.7                         | 7801cfc6d5c07 | 34.4MB |
| docker.io/library/minikube-local-cache-test | functional-20211231015118-2057 | a93b446533b8b | 30B    |
| docker.io/library/nginx                     | latest                         | 605c77e624ddb | 141MB  |
| docker.io/library/mysql                     | 5.7                            | c20987f18b130 | 448MB  |
| k8s.gcr.io/kube-proxy                       | v1.23.1                        | b46c42588d511 | 112MB  |
| gcr.io/google-containers/addon-resizer      | functional-20211231015118-2057 | ffd4cfbbe753e | 32.9MB |
| gcr.io/k8s-minikube/busybox                 | 1.28.4-glibc                   | 56cc512116c8f | 4.4MB  |
| k8s.gcr.io/kube-apiserver                   | v1.23.1                        | b6d7abedde399 | 135MB  |
| k8s.gcr.io/etcd                             | 3.5.1-0                        | 25f8c7f3da61c | 293MB  |
| docker.io/kubernetesui/dashboard            | v2.3.1                         | e1482a24335a6 | 220MB  |
| gcr.io/k8s-minikube/storage-provisioner     | v5                             | 6e38f40d628db | 31.5MB |
| k8s.gcr.io/pause                            | 3.6                            | 6270bb605e12e | 683kB  |
| k8s.gcr.io/pause                            | 3.3                            | 0184c1613d929 | 683kB  |
|---------------------------------------------|--------------------------------|---------------|--------|
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.42s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListJson (0.41s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListJson
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListJson

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:254: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls --format json
functional_test.go:259: (dbg) Stdout: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls --format json:
[{"id":"56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"4400000"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":[],"repoTags":["k8s.gcr.io/echoserver:1.8"],"size":"95400000"},{"id":"71d575efe62835f4882115d409a676dd24102215eee650bf23b9cf42af0e7c05","repoDigests":[],"repoTags":["k8s.gcr.io/kube-scheduler:v1.23.1"],"size":"53500000"},{"id":"a4ca41631cc7ac19ce1be3ebf0314ac5f47af7c711f17066006db82ee3b75b03","repoDigests":[],"repoTags":["k8s.gcr.io/coredns/coredns:v1.8.6"],"size":"46800000"},{"id":"ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91","repoDigests":[],"repoTags":["gcr.io/google-containers/addon-resizer:functional-20211231015118-2057"],"size":"32900000"},{"id":"25f8c7f3da61c2a810effe5fa779cf80ca171afb0adf94c7cb51eb9a8546629d","repoDigests":[],"repoTags":["k8s.gcr.io/etcd:3.5.1-0"],"size":"293000000"},{"id":"6e38f40d628db3002f5617342c8872c935d
e530d867d0f709a2fbda1a302a562","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31500000"},{"id":"cc44224bfe208a46fbc45471e8f9416f66b75d6307573e29634e7f42e27a9268","repoDigests":[],"repoTags":["docker.io/library/nginx:alpine"],"size":"23500000"},{"id":"c20987f18b130f9d144c9828df630417e2a9523148930dc3963e9d0dab302a76","repoDigests":[],"repoTags":["docker.io/library/mysql:5.7"],"size":"448000000"},{"id":"b6d7abedde39968d56e9f53aaeea02a4fe6413497c4dedf091868eae09dcc320","repoDigests":[],"repoTags":["k8s.gcr.io/kube-apiserver:v1.23.1"],"size":"135000000"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":[],"repoTags":["k8s.gcr.io/pause:3.3"],"size":"683000"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":[],"repoTags":["k8s.gcr.io/pause:latest"],"size":"240000"},{"id":"a93b446533b8bdd8bc030b7d54617296595a99d9ddd978bbac95b06f358f967f","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-t
est:functional-20211231015118-2057"],"size":"30"},{"id":"605c77e624ddb75e6110f997c58876baa13f8754486b461117934b24a9dc3a85","repoDigests":[],"repoTags":["docker.io/library/nginx:latest"],"size":"141000000"},{"id":"f51846a4fd28801f333d9a13e4a77a96bd52f06e587ba664c2914f015c38e5d1","repoDigests":[],"repoTags":["k8s.gcr.io/kube-controller-manager:v1.23.1"],"size":"125000000"},{"id":"7801cfc6d5c072eb114355d369c830641064a246b5a774bcd668fac75ec728e9","repoDigests":[],"repoTags":["docker.io/kubernetesui/metrics-scraper:v1.0.7"],"size":"34400000"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[],"repoTags":["k8s.gcr.io/pause:3.1"],"size":"742000"},{"id":"b46c42588d5116766d0eb259ff372e7c1e3ecc41a842b0c18a8842083e34d62e","repoDigests":[],"repoTags":["k8s.gcr.io/kube-proxy:v1.23.1"],"size":"112000000"},{"id":"6270bb605e12e581514ada5fd5b3216f727db55dc87d5889c790e4c760683fee","repoDigests":[],"repoTags":["k8s.gcr.io/pause:3.6"],"size":"683000"},{"id":"e1482a24335a6e76d438ae175f794090
04588570d3e5dbb4c8140e025e848570","repoDigests":[],"repoTags":["docker.io/kubernetesui/dashboard:v2.3.1"],"size":"220000000"}]
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.41s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListYaml (0.49s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListYaml
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListYaml

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:254: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls --format yaml

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:259: (dbg) Stdout: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls --format yaml:
- id: c20987f18b130f9d144c9828df630417e2a9523148930dc3963e9d0dab302a76
repoDigests: []
repoTags:
- docker.io/library/mysql:5.7
size: "448000000"
- id: 7801cfc6d5c072eb114355d369c830641064a246b5a774bcd668fac75ec728e9
repoDigests: []
repoTags:
- docker.io/kubernetesui/metrics-scraper:v1.0.7
size: "34400000"
- id: ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91
repoDigests: []
repoTags:
- gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
size: "32900000"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests: []
repoTags:
- k8s.gcr.io/pause:3.3
size: "683000"
- id: 56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "4400000"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests: []
repoTags:
- k8s.gcr.io/pause:latest
size: "240000"
- id: 605c77e624ddb75e6110f997c58876baa13f8754486b461117934b24a9dc3a85
repoDigests: []
repoTags:
- docker.io/library/nginx:latest
size: "141000000"
- id: 71d575efe62835f4882115d409a676dd24102215eee650bf23b9cf42af0e7c05
repoDigests: []
repoTags:
- k8s.gcr.io/kube-scheduler:v1.23.1
size: "53500000"
- id: 25f8c7f3da61c2a810effe5fa779cf80ca171afb0adf94c7cb51eb9a8546629d
repoDigests: []
repoTags:
- k8s.gcr.io/etcd:3.5.1-0
size: "293000000"
- id: a4ca41631cc7ac19ce1be3ebf0314ac5f47af7c711f17066006db82ee3b75b03
repoDigests: []
repoTags:
- k8s.gcr.io/coredns/coredns:v1.8.6
size: "46800000"
- id: 6270bb605e12e581514ada5fd5b3216f727db55dc87d5889c790e4c760683fee
repoDigests: []
repoTags:
- k8s.gcr.io/pause:3.6
size: "683000"
- id: cc44224bfe208a46fbc45471e8f9416f66b75d6307573e29634e7f42e27a9268
repoDigests: []
repoTags:
- docker.io/library/nginx:alpine
size: "23500000"
- id: b46c42588d5116766d0eb259ff372e7c1e3ecc41a842b0c18a8842083e34d62e
repoDigests: []
repoTags:
- k8s.gcr.io/kube-proxy:v1.23.1
size: "112000000"
- id: 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "31500000"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests: []
repoTags:
- k8s.gcr.io/echoserver:1.8
size: "95400000"
- id: a93b446533b8bdd8bc030b7d54617296595a99d9ddd978bbac95b06f358f967f
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-20211231015118-2057
size: "30"
- id: b6d7abedde39968d56e9f53aaeea02a4fe6413497c4dedf091868eae09dcc320
repoDigests: []
repoTags:
- k8s.gcr.io/kube-apiserver:v1.23.1
size: "135000000"
- id: f51846a4fd28801f333d9a13e4a77a96bd52f06e587ba664c2914f015c38e5d1
repoDigests: []
repoTags:
- k8s.gcr.io/kube-controller-manager:v1.23.1
size: "125000000"
- id: e1482a24335a6e76d438ae175f79409004588570d3e5dbb4c8140e025e848570
repoDigests: []
repoTags:
- docker.io/kubernetesui/dashboard:v2.3.1
size: "220000000"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests: []
repoTags:
- k8s.gcr.io/pause:3.1
size: "742000"

                                                
                                                
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.49s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageBuild (6.63s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageBuild
=== PAUSE TestFunctional/parallel/ImageCommands/ImageBuild

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:294: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh pgrep buildkitd

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:294: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh pgrep buildkitd: exit status 1 (667.34177ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
functional_test.go:301: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image build -t localhost/my-image:functional-20211231015118-2057 testdata/build

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:301: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image build -t localhost/my-image:functional-20211231015118-2057 testdata/build: (5.549061604s)
functional_test.go:306: (dbg) Stdout: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image build -t localhost/my-image:functional-20211231015118-2057 testdata/build:
Sending build context to Docker daemon  3.072kB

Step 1/3 : FROM gcr.io/k8s-minikube/busybox
latest: Pulling from k8s-minikube/busybox
3cb635b06aa2: Pulling fs layer
3cb635b06aa2: Verifying Checksum
3cb635b06aa2: Download complete
3cb635b06aa2: Pull complete
Digest: sha256:50e44504ea4f19f141118a8a8868e6c5bb9856efa33f2183f5ccea7ac62aacc9
Status: Downloaded newer image for gcr.io/k8s-minikube/busybox:latest
---> ffe9d497c324
Step 2/3 : RUN true
---> Running in eec553a2367c
Removing intermediate container eec553a2367c
---> fb3595e79107
Step 3/3 : ADD content.txt /
---> 8aa4d10fe98d
Successfully built 8aa4d10fe98d
Successfully tagged localhost/my-image:functional-20211231015118-2057
functional_test.go:434: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (6.63s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/Setup (2.06s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:328: (dbg) Run:  docker pull gcr.io/google-containers/addon-resizer:1.8.8

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/Setup
functional_test.go:328: (dbg) Done: docker pull gcr.io/google-containers/addon-resizer:1.8.8: (1.939493059s)
functional_test.go:333: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.8 gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
--- PASS: TestFunctional/parallel/ImageCommands/Setup (2.06s)

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv/bash (2.7s)

                                                
                                                
=== RUN   TestFunctional/parallel/DockerEnv/bash
functional_test.go:485: (dbg) Run:  /bin/bash -c "eval $(out/minikube-darwin-amd64 -p functional-20211231015118-2057 docker-env) && out/minikube-darwin-amd64 status -p functional-20211231015118-2057"

                                                
                                                
=== CONT  TestFunctional/parallel/DockerEnv/bash
functional_test.go:485: (dbg) Done: /bin/bash -c "eval $(out/minikube-darwin-amd64 -p functional-20211231015118-2057 docker-env) && out/minikube-darwin-amd64 status -p functional-20211231015118-2057": (1.627630418s)
functional_test.go:508: (dbg) Run:  /bin/bash -c "eval $(out/minikube-darwin-amd64 -p functional-20211231015118-2057 docker-env) && docker images"
functional_test.go:508: (dbg) Done: /bin/bash -c "eval $(out/minikube-darwin-amd64 -p functional-20211231015118-2057 docker-env) && docker images": (1.073997605s)
--- PASS: TestFunctional/parallel/DockerEnv/bash (2.70s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageLoadDaemon (4.01s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:341: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image load --daemon gcr.io/google-containers/addon-resizer:functional-20211231015118-2057

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:341: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image load --daemon gcr.io/google-containers/addon-resizer:functional-20211231015118-2057: (3.564054494s)
functional_test.go:434: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (4.01s)

                                                
                                    
x
+
TestFunctional/parallel/UpdateContextCmd/no_changes (0.35s)

                                                
                                                
=== RUN   TestFunctional/parallel/UpdateContextCmd/no_changes
=== PAUSE TestFunctional/parallel/UpdateContextCmd/no_changes

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_changes
functional_test.go:1957: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.35s)

                                                
                                    
x
+
TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (1.02s)

                                                
                                                
=== RUN   TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
=== PAUSE TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
functional_test.go:1957: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 update-context --alsologtostderr -v=2

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
functional_test.go:1957: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 update-context --alsologtostderr -v=2: (1.016753319s)
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (1.02s)

                                                
                                    
x
+
TestFunctional/parallel/UpdateContextCmd/no_clusters (0.36s)

                                                
                                                
=== RUN   TestFunctional/parallel/UpdateContextCmd/no_clusters
=== PAUSE TestFunctional/parallel/UpdateContextCmd/no_clusters

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_clusters
functional_test.go:1957: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.36s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageReloadDaemon (3.13s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:351: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image load --daemon gcr.io/google-containers/addon-resizer:functional-20211231015118-2057

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:351: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image load --daemon gcr.io/google-containers/addon-resizer:functional-20211231015118-2057: (2.623075077s)
functional_test.go:434: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (3.13s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (7.35s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:230: (dbg) Run:  docker pull gcr.io/google-containers/addon-resizer:1.8.9

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:230: (dbg) Done: docker pull gcr.io/google-containers/addon-resizer:1.8.9: (1.822895621s)
functional_test.go:235: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.9 gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
functional_test.go:240: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image load --daemon gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
functional_test.go:240: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image load --daemon gcr.io/google-containers/addon-resizer:functional-20211231015118-2057: (4.903044493s)
functional_test.go:434: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (7.35s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageSaveToFile (2.27s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:366: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image save gcr.io/google-containers/addon-resizer:functional-20211231015118-2057 /Users/jenkins/workspace/addon-resizer-save.tar
functional_test.go:366: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image save gcr.io/google-containers/addon-resizer:functional-20211231015118-2057 /Users/jenkins/workspace/addon-resizer-save.tar: (2.268975164s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (2.27s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageRemove (1.04s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:378: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image rm gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
functional_test.go:434: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (1.04s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageLoadFromFile (2.35s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:395: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image load /Users/jenkins/workspace/addon-resizer-save.tar

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:395: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image load /Users/jenkins/workspace/addon-resizer-save.tar: (1.833152373s)
functional_test.go:434: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (2.35s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageSaveDaemon (3.03s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:405: (dbg) Run:  docker rmi gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
functional_test.go:410: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 image save --daemon gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
functional_test.go:410: (dbg) Done: out/minikube-darwin-amd64 -p functional-20211231015118-2057 image save --daemon gcr.io/google-containers/addon-resizer:functional-20211231015118-2057: (2.804748783s)
functional_test.go:415: (dbg) Run:  docker image inspect gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (3.03s)

                                                
                                    
x
+
TestFunctional/parallel/ProfileCmd/profile_not_create (0.84s)

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1258: (dbg) Run:  out/minikube-darwin-amd64 profile lis
functional_test.go:1263: (dbg) Run:  out/minikube-darwin-amd64 profile list --output json
--- PASS: TestFunctional/parallel/ProfileCmd/profile_not_create (0.84s)

                                                
                                    
x
+
TestFunctional/parallel/ProfileCmd/profile_list (0.77s)

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1298: (dbg) Run:  out/minikube-darwin-amd64 profile list

                                                
                                                
=== CONT  TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1303: Took "677.023954ms" to run "out/minikube-darwin-amd64 profile list"
functional_test.go:1312: (dbg) Run:  out/minikube-darwin-amd64 profile list -l
functional_test.go:1317: Took "94.824505ms" to run "out/minikube-darwin-amd64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.77s)

                                                
                                    
x
+
TestFunctional/parallel/ProfileCmd/profile_json_output (0.82s)

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1349: (dbg) Run:  out/minikube-darwin-amd64 profile list -o json

                                                
                                                
=== CONT  TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1354: Took "720.698841ms" to run "out/minikube-darwin-amd64 profile list -o json"
functional_test.go:1362: (dbg) Run:  out/minikube-darwin-amd64 profile list -o json --light
functional_test.go:1367: Took "97.063915ms" to run "out/minikube-darwin-amd64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.82s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/StartTunnel (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/StartTunnel
functional_test_tunnel_test.go:127: (dbg) daemon: [out/minikube-darwin-amd64 -p functional-20211231015118-2057 tunnel --alsologtostderr]
--- PASS: TestFunctional/parallel/TunnelCmd/serial/StartTunnel (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (10.22s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:147: (dbg) Run:  kubectl --context functional-20211231015118-2057 apply -f testdata/testsvc.yaml
functional_test_tunnel_test.go:151: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: waiting 4m0s for pods matching "run=nginx-svc" in namespace "default" ...
helpers_test.go:343: "nginx-svc" [9bebc994-4247-4bdf-aaac-a912f196eaca] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])

                                                
                                                
=== CONT  TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
helpers_test.go:343: "nginx-svc" [9bebc994-4247-4bdf-aaac-a912f196eaca] Running

                                                
                                                
=== CONT  TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:151: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 10.016494327s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (10.22s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (0.06s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP
functional_test_tunnel_test.go:169: (dbg) Run:  kubectl --context functional-20211231015118-2057 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (0.06s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/AccessDirect (2.95s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:234: tunnel at http://127.0.0.1 is working!
--- PASS: TestFunctional/parallel/TunnelCmd/serial/AccessDirect (2.95s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.12s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:369: (dbg) stopping [out/minikube-darwin-amd64 -p functional-20211231015118-2057 tunnel --alsologtostderr] ...
helpers_test.go:501: unable to terminate pid 4529: operation not permitted
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.12s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd/any-port (11.78s)

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:76: (dbg) daemon: [out/minikube-darwin-amd64 mount -p functional-20211231015118-2057 /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mounttest934011537:/mount-9p --alsologtostderr -v=1]
functional_test_mount_test.go:110: wrote "test-1640944560157988000" to /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mounttest934011537/created-by-test
functional_test_mount_test.go:110: wrote "test-1640944560157988000" to /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mounttest934011537/created-by-test-removed-by-pod
functional_test_mount_test.go:110: wrote "test-1640944560157988000" to /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mounttest934011537/test-1640944560157988000
functional_test_mount_test.go:118: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "findmnt -T /mount-9p | grep 9p"

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:118: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (661.460886ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
functional_test_mount_test.go:118: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "findmnt -T /mount-9p | grep 9p"

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:132: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh -- ls -la /mount-9p

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:136: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Dec 31 09:56 created-by-test
-rw-r--r-- 1 docker docker 24 Dec 31 09:56 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Dec 31 09:56 test-1640944560157988000
functional_test_mount_test.go:140: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh cat /mount-9p/test-1640944560157988000

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:151: (dbg) Run:  kubectl --context functional-20211231015118-2057 replace --force -f testdata/busybox-mount-test.yaml

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:156: (dbg) TestFunctional/parallel/MountCmd/any-port: waiting 4m0s for pods matching "integration-test=busybox-mount" in namespace "default" ...
helpers_test.go:343: "busybox-mount" [aaf102bf-3581-4758-970f-e88c02d403a0] Pending

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
helpers_test.go:343: "busybox-mount" [aaf102bf-3581-4758-970f-e88c02d403a0] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
2021/12/31 01:56:07 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
helpers_test.go:343: "busybox-mount" [aaf102bf-3581-4758-970f-e88c02d403a0] Succeeded: Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:156: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 6.007181159s
functional_test_mount_test.go:172: (dbg) Run:  kubectl --context functional-20211231015118-2057 logs busybox-mount

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:184: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh stat /mount-9p/created-by-test

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:184: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:93: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo umount -f /mount-9p"

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:97: (dbg) stopping [out/minikube-darwin-amd64 mount -p functional-20211231015118-2057 /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mounttest934011537:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (11.78s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd/specific-port (3.21s)

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/specific-port
functional_test_mount_test.go:225: (dbg) daemon: [out/minikube-darwin-amd64 mount -p functional-20211231015118-2057 /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mounttest299270518:/mount-9p --alsologtostderr -v=1 --port 46464]
functional_test_mount_test.go:255: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "findmnt -T /mount-9p | grep 9p"

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/specific-port
functional_test_mount_test.go:255: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (693.388873ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd/specific-port
functional_test_mount_test.go:255: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:269: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh -- ls -la /mount-9p
functional_test_mount_test.go:273: guest mount directory contents
total 0
functional_test_mount_test.go:275: (dbg) stopping [out/minikube-darwin-amd64 mount -p functional-20211231015118-2057 /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mounttest299270518:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:276: reading mount text
functional_test_mount_test.go:290: done reading mount text
functional_test_mount_test.go:242: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:242: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh "sudo umount -f /mount-9p": exit status 1 (570.931313ms)

                                                
                                                
-- stdout --
	umount: /mount-9p: not mounted.

                                                
                                                
-- /stdout --
** stderr ** 
	ssh: Process exited with status 32

                                                
                                                
** /stderr **
functional_test_mount_test.go:244: "out/minikube-darwin-amd64 -p functional-20211231015118-2057 ssh \"sudo umount -f /mount-9p\"": exit status 1
functional_test_mount_test.go:246: (dbg) stopping [out/minikube-darwin-amd64 mount -p functional-20211231015118-2057 /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mounttest299270518:/mount-9p --alsologtostderr -v=1 --port 46464] ...
--- PASS: TestFunctional/parallel/MountCmd/specific-port (3.21s)

                                                
                                    
x
+
TestFunctional/delete_addon-resizer_images (0.27s)

                                                
                                                
=== RUN   TestFunctional/delete_addon-resizer_images
functional_test.go:185: (dbg) Run:  docker rmi -f gcr.io/google-containers/addon-resizer:1.8.8
functional_test.go:185: (dbg) Run:  docker rmi -f gcr.io/google-containers/addon-resizer:functional-20211231015118-2057
--- PASS: TestFunctional/delete_addon-resizer_images (0.27s)

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.11s)

                                                
                                                
=== RUN   TestFunctional/delete_my-image_image
functional_test.go:193: (dbg) Run:  docker rmi -f localhost/my-image:functional-20211231015118-2057
--- PASS: TestFunctional/delete_my-image_image (0.11s)

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.11s)

                                                
                                                
=== RUN   TestFunctional/delete_minikube_cached_images
functional_test.go:201: (dbg) Run:  docker rmi -f minikube-local-cache-test:functional-20211231015118-2057
--- PASS: TestFunctional/delete_minikube_cached_images (0.11s)

                                                
                                    
x
+
TestIngressAddonLegacy/StartLegacyK8sCluster (154.8s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/StartLegacyK8sCluster
ingress_addon_legacy_test.go:40: (dbg) Run:  out/minikube-darwin-amd64 start -p ingress-addon-legacy-20211231015632-2057 --kubernetes-version=v1.18.20 --memory=4096 --wait=true --alsologtostderr -v=5 --driver=docker 
E1231 01:57:50.625929    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 01:58:18.356609    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
ingress_addon_legacy_test.go:40: (dbg) Done: out/minikube-darwin-amd64 start -p ingress-addon-legacy-20211231015632-2057 --kubernetes-version=v1.18.20 --memory=4096 --wait=true --alsologtostderr -v=5 --driver=docker : (2m34.802334088s)
--- PASS: TestIngressAddonLegacy/StartLegacyK8sCluster (154.80s)

                                                
                                    
x
+
TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (21.88s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/serial/ValidateIngressAddonActivation
ingress_addon_legacy_test.go:71: (dbg) Run:  out/minikube-darwin-amd64 -p ingress-addon-legacy-20211231015632-2057 addons enable ingress --alsologtostderr -v=5
ingress_addon_legacy_test.go:71: (dbg) Done: out/minikube-darwin-amd64 -p ingress-addon-legacy-20211231015632-2057 addons enable ingress --alsologtostderr -v=5: (21.876290957s)
--- PASS: TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (21.88s)

                                                
                                    
x
+
TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (0.6s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation
ingress_addon_legacy_test.go:80: (dbg) Run:  out/minikube-darwin-amd64 -p ingress-addon-legacy-20211231015632-2057 addons enable ingress-dns --alsologtostderr -v=5
--- PASS: TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (0.60s)

                                                
                                    
x
+
TestJSONOutput/start/Command (125.91s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-darwin-amd64 start -p json-output-20211231020023-2057 --output=json --user=testUser --memory=2200 --wait=true --driver=docker 
E1231 02:00:31.639492    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 02:00:52.122604    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 02:01:33.117590    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
json_output_test.go:63: (dbg) Done: out/minikube-darwin-amd64 start -p json-output-20211231020023-2057 --output=json --user=testUser --memory=2200 --wait=true --driver=docker : (2m5.904884236s)
--- PASS: TestJSONOutput/start/Command (125.91s)

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/start/Audit
--- PASS: TestJSONOutput/start/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/start/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/start/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/start/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/start/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/start/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/start/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/start/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/start/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/start/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/start/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/pause/Command (1.6s)

                                                
                                                
=== RUN   TestJSONOutput/pause/Command
json_output_test.go:63: (dbg) Run:  out/minikube-darwin-amd64 pause -p json-output-20211231020023-2057 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-darwin-amd64 pause -p json-output-20211231020023-2057 --output=json --user=testUser: (1.598379092s)
--- PASS: TestJSONOutput/pause/Command (1.60s)

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/pause/Audit
--- PASS: TestJSONOutput/pause/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/pause/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/pause/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/pause/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/pause/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/pause/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/pause/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/pause/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/pause/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/pause/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/pause/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.8s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/Command
json_output_test.go:63: (dbg) Run:  out/minikube-darwin-amd64 unpause -p json-output-20211231020023-2057 --output=json --user=testUser
--- PASS: TestJSONOutput/unpause/Command (0.80s)

                                                
                                    
x
+
TestJSONOutput/unpause/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/Audit
--- PASS: TestJSONOutput/unpause/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/unpause/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/unpause/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/unpause/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/unpause/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/unpause/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/unpause/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/unpause/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/unpause/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/stop/Command (17.32s)

                                                
                                                
=== RUN   TestJSONOutput/stop/Command
json_output_test.go:63: (dbg) Run:  out/minikube-darwin-amd64 stop -p json-output-20211231020023-2057 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-darwin-amd64 stop -p json-output-20211231020023-2057 --output=json --user=testUser: (17.31823823s)
--- PASS: TestJSONOutput/stop/Command (17.32s)

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/stop/Audit
--- PASS: TestJSONOutput/stop/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/stop/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/stop/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/stop/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/stop/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/stop/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/stop/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/stop/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/stop/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/stop/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/stop/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestErrorJSONOutput (0.72s)

                                                
                                                
=== RUN   TestErrorJSONOutput
json_output_test.go:149: (dbg) Run:  out/minikube-darwin-amd64 start -p json-output-error-20211231020254-2057 --memory=2200 --output=json --wait=true --driver=fail
json_output_test.go:149: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p json-output-error-20211231020254-2057 --memory=2200 --output=json --wait=true --driver=fail: exit status 56 (121.881137ms)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"d23e602f-f63f-493a-8adf-aa17d8d50d25","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-20211231020254-2057] minikube v1.24.0 on Darwin 11.1","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"c87d500b-8015-428c-9458-d8ee5dcf8ffa","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=12739"}}
	{"specversion":"1.0","id":"596c5d6f-5c22-4ec5-bfc4-ef3f79ce9091","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig"}}
	{"specversion":"1.0","id":"02faa2d0-996b-4ec5-9205-1aa8335ce7aa","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-darwin-amd64"}}
	{"specversion":"1.0","id":"fe069f01-bf9c-48d3-b166-ad9724edf50e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"843e8271-95b1-4fbc-a4f9-2ab0c9348a4c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube"}}
	{"specversion":"1.0","id":"b05fb995-a779-4a7a-8e5f-e22e4e750e7d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on darwin/amd64","name":"DRV_UNSUPPORTED_OS","url":""}}

                                                
                                                
-- /stdout --
helpers_test.go:176: Cleaning up "json-output-error-20211231020254-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p json-output-error-20211231020254-2057
E1231 02:02:55.040775    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
--- PASS: TestErrorJSONOutput (0.72s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (89.61s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:58: (dbg) Run:  out/minikube-darwin-amd64 start -p docker-network-20211231020255-2057 --network=
kic_custom_network_test.go:58: (dbg) Done: out/minikube-darwin-amd64 start -p docker-network-20211231020255-2057 --network=: (1m16.85117144s)
kic_custom_network_test.go:102: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:176: Cleaning up "docker-network-20211231020255-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p docker-network-20211231020255-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p docker-network-20211231020255-2057: (12.656561335s)
--- PASS: TestKicCustomNetwork/create_custom_network (89.61s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (73.96s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:58: (dbg) Run:  out/minikube-darwin-amd64 start -p docker-network-20211231020425-2057 --network=bridge
E1231 02:04:29.755362    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:29.760563    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:29.770779    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:29.791798    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:29.838905    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:29.918973    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:30.086047    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:30.415387    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:31.065409    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:32.345651    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:34.915389    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:40.045067    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:04:50.287377    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:05:10.774449    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:05:11.165686    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
kic_custom_network_test.go:58: (dbg) Done: out/minikube-darwin-amd64 start -p docker-network-20211231020425-2057 --network=bridge: (1m4.377842817s)
kic_custom_network_test.go:102: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:176: Cleaning up "docker-network-20211231020425-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p docker-network-20211231020425-2057
E1231 02:05:38.887975    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p docker-network-20211231020425-2057: (9.471034717s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (73.96s)

                                                
                                    
x
+
TestKicExistingNetwork (86.47s)

                                                
                                                
=== RUN   TestKicExistingNetwork
kic_custom_network_test.go:102: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:94: (dbg) Run:  out/minikube-darwin-amd64 start -p existing-network-20211231020544-2057 --network=existing-network
E1231 02:05:51.739036    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
kic_custom_network_test.go:94: (dbg) Done: out/minikube-darwin-amd64 start -p existing-network-20211231020544-2057 --network=existing-network: (1m8.244636287s)
helpers_test.go:176: Cleaning up "existing-network-20211231020544-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p existing-network-20211231020544-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p existing-network-20211231020544-2057: (12.803039122s)
--- PASS: TestKicExistingNetwork (86.47s)

                                                
                                    
x
+
TestMainNoArgs (0.07s)

                                                
                                                
=== RUN   TestMainNoArgs
main_test.go:68: (dbg) Run:  out/minikube-darwin-amd64
--- PASS: TestMainNoArgs (0.07s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (46.02s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p mount-start-1-20211231020705-2057 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker 
E1231 02:07:13.666540    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:07:50.658209    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
mount_start_test.go:99: (dbg) Done: out/minikube-darwin-amd64 start -p mount-start-1-20211231020705-2057 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker : (45.01824441s)
--- PASS: TestMountStart/serial/StartWithMountFirst (46.02s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.58s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountFirst
mount_start_test.go:115: (dbg) Run:  out/minikube-darwin-amd64 -p mount-start-1-20211231020705-2057 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountFirst (0.58s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (46.8s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p mount-start-2-20211231020705-2057 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker 
mount_start_test.go:99: (dbg) Done: out/minikube-darwin-amd64 start -p mount-start-2-20211231020705-2057 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker : (45.79963201s)
--- PASS: TestMountStart/serial/StartWithMountSecond (46.80s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.58s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountSecond
mount_start_test.go:115: (dbg) Run:  out/minikube-darwin-amd64 -p mount-start-2-20211231020705-2057 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountSecond (0.58s)

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (11.65s)

                                                
                                                
=== RUN   TestMountStart/serial/DeleteFirst
pause_test.go:134: (dbg) Run:  out/minikube-darwin-amd64 delete -p mount-start-1-20211231020705-2057 --alsologtostderr -v=5
pause_test.go:134: (dbg) Done: out/minikube-darwin-amd64 delete -p mount-start-1-20211231020705-2057 --alsologtostderr -v=5: (11.654114266s)
--- PASS: TestMountStart/serial/DeleteFirst (11.65s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.58s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostDelete
mount_start_test.go:115: (dbg) Run:  out/minikube-darwin-amd64 -p mount-start-2-20211231020705-2057 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostDelete (0.58s)

                                                
                                    
x
+
TestMountStart/serial/Stop (7.21s)

                                                
                                                
=== RUN   TestMountStart/serial/Stop
mount_start_test.go:156: (dbg) Run:  out/minikube-darwin-amd64 stop -p mount-start-2-20211231020705-2057
mount_start_test.go:156: (dbg) Done: out/minikube-darwin-amd64 stop -p mount-start-2-20211231020705-2057: (7.207900056s)
--- PASS: TestMountStart/serial/Stop (7.21s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (17.19s)

                                                
                                                
=== RUN   TestMountStart/serial/RestartStopped
mount_start_test.go:167: (dbg) Run:  out/minikube-darwin-amd64 start -p mount-start-2-20211231020705-2057
E1231 02:09:13.751436    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
mount_start_test.go:167: (dbg) Done: out/minikube-darwin-amd64 start -p mount-start-2-20211231020705-2057: (16.183356679s)
--- PASS: TestMountStart/serial/RestartStopped (17.19s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.58s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostStop
mount_start_test.go:115: (dbg) Run:  out/minikube-darwin-amd64 -p mount-start-2-20211231020705-2057 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostStop (0.58s)

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (230.26s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:86: (dbg) Run:  out/minikube-darwin-amd64 start -p multinode-20211231020929-2057 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker 
E1231 02:09:57.512895    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:10:11.162774    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 02:12:50.661867    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
multinode_test.go:86: (dbg) Done: out/minikube-darwin-amd64 start -p multinode-20211231020929-2057 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker : (3m49.220885458s)
multinode_test.go:92: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr
multinode_test.go:92: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr: (1.038961726s)
--- PASS: TestMultiNode/serial/FreshStart2Nodes (230.26s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (9.29s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:486: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:486: (dbg) Done: out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml: (1.950374119s)
multinode_test.go:491: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- rollout status deployment/busybox
multinode_test.go:491: (dbg) Done: out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- rollout status deployment/busybox: (5.907094762s)
multinode_test.go:497: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:509: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:517: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-fb9m5 -- nslookup kubernetes.io
multinode_test.go:517: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-qhr6k -- nslookup kubernetes.io
multinode_test.go:527: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-fb9m5 -- nslookup kubernetes.default
multinode_test.go:527: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-qhr6k -- nslookup kubernetes.default
multinode_test.go:535: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-fb9m5 -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:535: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-qhr6k -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiNode/serial/DeployApp2Nodes (9.29s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.87s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:545: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:553: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-fb9m5 -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:561: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-fb9m5 -- sh -c "ping -c 1 192.168.65.2"
multinode_test.go:553: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-qhr6k -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:561: (dbg) Run:  out/minikube-darwin-amd64 kubectl -p multinode-20211231020929-2057 -- exec busybox-7978565885-qhr6k -- sh -c "ping -c 1 192.168.65.2"
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (0.87s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (110.44s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:111: (dbg) Run:  out/minikube-darwin-amd64 node add -p multinode-20211231020929-2057 -v 3 --alsologtostderr
E1231 02:14:29.750258    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:15:11.166384    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
multinode_test.go:111: (dbg) Done: out/minikube-darwin-amd64 node add -p multinode-20211231020929-2057 -v 3 --alsologtostderr: (1m48.973182133s)
multinode_test.go:117: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr
multinode_test.go:117: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr: (1.469720592s)
--- PASS: TestMultiNode/serial/AddNode (110.44s)

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.66s)

                                                
                                                
=== RUN   TestMultiNode/serial/ProfileList
multinode_test.go:133: (dbg) Run:  out/minikube-darwin-amd64 profile list --output json
--- PASS: TestMultiNode/serial/ProfileList (0.66s)

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (21.58s)

                                                
                                                
=== RUN   TestMultiNode/serial/CopyFile
multinode_test.go:174: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --output json --alsologtostderr
multinode_test.go:174: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --output json --alsologtostderr: (1.47915259s)
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp testdata/cp-test.txt multinode-20211231020929-2057:/home/docker/cp-test.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp multinode-20211231020929-2057:/home/docker/cp-test.txt /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mk_cp_test1408990293/cp-test_multinode-20211231020929-2057.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp multinode-20211231020929-2057:/home/docker/cp-test.txt multinode-20211231020929-2057-m02:/home/docker/cp-test_multinode-20211231020929-2057_multinode-20211231020929-2057-m02.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m02 "sudo cat /home/docker/cp-test_multinode-20211231020929-2057_multinode-20211231020929-2057-m02.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp multinode-20211231020929-2057:/home/docker/cp-test.txt multinode-20211231020929-2057-m03:/home/docker/cp-test_multinode-20211231020929-2057_multinode-20211231020929-2057-m03.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m03 "sudo cat /home/docker/cp-test_multinode-20211231020929-2057_multinode-20211231020929-2057-m03.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp testdata/cp-test.txt multinode-20211231020929-2057-m02:/home/docker/cp-test.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp multinode-20211231020929-2057-m02:/home/docker/cp-test.txt /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mk_cp_test1408990293/cp-test_multinode-20211231020929-2057-m02.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp multinode-20211231020929-2057-m02:/home/docker/cp-test.txt multinode-20211231020929-2057:/home/docker/cp-test_multinode-20211231020929-2057-m02_multinode-20211231020929-2057.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057 "sudo cat /home/docker/cp-test_multinode-20211231020929-2057-m02_multinode-20211231020929-2057.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp multinode-20211231020929-2057-m02:/home/docker/cp-test.txt multinode-20211231020929-2057-m03:/home/docker/cp-test_multinode-20211231020929-2057-m02_multinode-20211231020929-2057-m03.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m03 "sudo cat /home/docker/cp-test_multinode-20211231020929-2057-m02_multinode-20211231020929-2057-m03.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp testdata/cp-test.txt multinode-20211231020929-2057-m03:/home/docker/cp-test.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp multinode-20211231020929-2057-m03:/home/docker/cp-test.txt /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/mk_cp_test1408990293/cp-test_multinode-20211231020929-2057-m03.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp multinode-20211231020929-2057-m03:/home/docker/cp-test.txt multinode-20211231020929-2057:/home/docker/cp-test_multinode-20211231020929-2057-m03_multinode-20211231020929-2057.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057 "sudo cat /home/docker/cp-test_multinode-20211231020929-2057-m03_multinode-20211231020929-2057.txt"
helpers_test.go:555: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 cp multinode-20211231020929-2057-m03:/home/docker/cp-test.txt multinode-20211231020929-2057-m02:/home/docker/cp-test_multinode-20211231020929-2057-m03_multinode-20211231020929-2057-m02.txt
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:533: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 ssh -n multinode-20211231020929-2057-m02 "sudo cat /home/docker/cp-test_multinode-20211231020929-2057-m03_multinode-20211231020929-2057-m02.txt"
--- PASS: TestMultiNode/serial/CopyFile (21.58s)

                                                
                                    
x
+
TestMultiNode/serial/StopNode (11.41s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopNode
multinode_test.go:215: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 node stop m03
multinode_test.go:215: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 node stop m03: (9.091619138s)
multinode_test.go:221: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status
multinode_test.go:221: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status: exit status 7 (1.162713495s)

                                                
                                                
-- stdout --
	multinode-20211231020929-2057
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	multinode-20211231020929-2057-m02
	type: Worker
	host: Running
	kubelet: Running
	
	multinode-20211231020929-2057-m03
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
multinode_test.go:228: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr
multinode_test.go:228: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr: exit status 7 (1.157155818s)

                                                
                                                
-- stdout --
	multinode-20211231020929-2057
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	multinode-20211231020929-2057-m02
	type: Worker
	host: Running
	kubelet: Running
	
	multinode-20211231020929-2057-m03
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1231 02:15:53.294315    8492 out.go:297] Setting OutFile to fd 1 ...
	I1231 02:15:53.294442    8492 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 02:15:53.294447    8492 out.go:310] Setting ErrFile to fd 2...
	I1231 02:15:53.294450    8492 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 02:15:53.294524    8492 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	I1231 02:15:53.294691    8492 out.go:304] Setting JSON to false
	I1231 02:15:53.294707    8492 mustload.go:65] Loading cluster: multinode-20211231020929-2057
	I1231 02:15:53.294956    8492 config.go:176] Loaded profile config "multinode-20211231020929-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 02:15:53.294969    8492 status.go:253] checking status of multinode-20211231020929-2057 ...
	I1231 02:15:53.295300    8492 cli_runner.go:133] Run: docker container inspect multinode-20211231020929-2057 --format={{.State.Status}}
	I1231 02:15:53.401646    8492 status.go:328] multinode-20211231020929-2057 host status = "Running" (err=<nil>)
	I1231 02:15:53.401679    8492 host.go:66] Checking if "multinode-20211231020929-2057" exists ...
	I1231 02:15:53.401968    8492 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-20211231020929-2057
	I1231 02:15:53.507381    8492 host.go:66] Checking if "multinode-20211231020929-2057" exists ...
	I1231 02:15:53.507679    8492 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1231 02:15:53.507755    8492 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-20211231020929-2057
	I1231 02:15:53.614913    8492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:59446 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/multinode-20211231020929-2057/id_rsa Username:docker}
	I1231 02:15:53.709167    8492 ssh_runner.go:195] Run: systemctl --version
	I1231 02:15:53.713923    8492 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1231 02:15:53.722968    8492 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" multinode-20211231020929-2057
	I1231 02:15:53.834372    8492 kubeconfig.go:92] found "multinode-20211231020929-2057" server: "https://127.0.0.1:59450"
	I1231 02:15:53.834393    8492 api_server.go:165] Checking apiserver status ...
	I1231 02:15:53.834432    8492 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1231 02:15:53.849930    8492 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1708/cgroup
	I1231 02:15:53.858261    8492 api_server.go:181] apiserver freezer: "7:freezer:/docker/9c36f28ba6530022ef06696eb0082a1065fcb6b4aae4933ac7c46dafcb106d67/kubepods/burstable/podb6bb6a35ea6ebb51b62d0e1e76a95ed0/8421316114d03868b9d93fffec7a93362f7ae822dd838c0666aa9b9ac817c064"
	I1231 02:15:53.858319    8492 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/9c36f28ba6530022ef06696eb0082a1065fcb6b4aae4933ac7c46dafcb106d67/kubepods/burstable/podb6bb6a35ea6ebb51b62d0e1e76a95ed0/8421316114d03868b9d93fffec7a93362f7ae822dd838c0666aa9b9ac817c064/freezer.state
	I1231 02:15:53.865613    8492 api_server.go:203] freezer state: "THAWED"
	I1231 02:15:53.865629    8492 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:59450/healthz ...
	I1231 02:15:53.871410    8492 api_server.go:266] https://127.0.0.1:59450/healthz returned 200:
	ok
	I1231 02:15:53.871421    8492 status.go:419] multinode-20211231020929-2057 apiserver status = Running (err=<nil>)
	I1231 02:15:53.871435    8492 status.go:255] multinode-20211231020929-2057 status: &{Name:multinode-20211231020929-2057 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1231 02:15:53.871451    8492 status.go:253] checking status of multinode-20211231020929-2057-m02 ...
	I1231 02:15:53.871722    8492 cli_runner.go:133] Run: docker container inspect multinode-20211231020929-2057-m02 --format={{.State.Status}}
	I1231 02:15:53.979138    8492 status.go:328] multinode-20211231020929-2057-m02 host status = "Running" (err=<nil>)
	I1231 02:15:53.979175    8492 host.go:66] Checking if "multinode-20211231020929-2057-m02" exists ...
	I1231 02:15:53.980676    8492 cli_runner.go:133] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-20211231020929-2057-m02
	I1231 02:15:54.087288    8492 host.go:66] Checking if "multinode-20211231020929-2057-m02" exists ...
	I1231 02:15:54.087572    8492 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1231 02:15:54.087635    8492 cli_runner.go:133] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-20211231020929-2057-m02
	I1231 02:15:54.196173    8492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:59787 SSHKeyPath:/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/machines/multinode-20211231020929-2057-m02/id_rsa Username:docker}
	I1231 02:15:54.289470    8492 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1231 02:15:54.298932    8492 status.go:255] multinode-20211231020929-2057-m02 status: &{Name:multinode-20211231020929-2057-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I1231 02:15:54.298955    8492 status.go:253] checking status of multinode-20211231020929-2057-m03 ...
	I1231 02:15:54.299254    8492 cli_runner.go:133] Run: docker container inspect multinode-20211231020929-2057-m03 --format={{.State.Status}}
	I1231 02:15:54.406731    8492 status.go:328] multinode-20211231020929-2057-m03 host status = "Stopped" (err=<nil>)
	I1231 02:15:54.406752    8492 status.go:341] host is not running, skipping remaining checks
	I1231 02:15:54.406759    8492 status.go:255] multinode-20211231020929-2057-m03 status: &{Name:multinode-20211231020929-2057-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiNode/serial/StopNode (11.41s)

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (49.5s)

                                                
                                                
=== RUN   TestMultiNode/serial/StartAfterStop
multinode_test.go:249: (dbg) Run:  docker version -f {{.Server.Version}}
multinode_test.go:259: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 node start m03 --alsologtostderr
E1231 02:16:34.229207    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
multinode_test.go:259: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 node start m03 --alsologtostderr: (47.820567173s)
multinode_test.go:266: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status
multinode_test.go:266: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status: (1.497437163s)
multinode_test.go:280: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiNode/serial/StartAfterStop (49.50s)

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (257.61s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:288: (dbg) Run:  out/minikube-darwin-amd64 node list -p multinode-20211231020929-2057
multinode_test.go:295: (dbg) Run:  out/minikube-darwin-amd64 stop -p multinode-20211231020929-2057
multinode_test.go:295: (dbg) Done: out/minikube-darwin-amd64 stop -p multinode-20211231020929-2057: (41.121881006s)
multinode_test.go:300: (dbg) Run:  out/minikube-darwin-amd64 start -p multinode-20211231020929-2057 --wait=true -v=8 --alsologtostderr
E1231 02:17:50.618504    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 02:19:29.711973    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:20:11.123988    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 02:20:52.832071    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
multinode_test.go:300: (dbg) Done: out/minikube-darwin-amd64 start -p multinode-20211231020929-2057 --wait=true -v=8 --alsologtostderr: (3m36.401261141s)
multinode_test.go:305: (dbg) Run:  out/minikube-darwin-amd64 node list -p multinode-20211231020929-2057
--- PASS: TestMultiNode/serial/RestartKeepsNodes (257.61s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (16.68s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:399: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 node delete m03
multinode_test.go:399: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 node delete m03: (13.696999286s)
multinode_test.go:405: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr
multinode_test.go:405: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr: (1.05089636s)
multinode_test.go:419: (dbg) Run:  docker volume ls
multinode_test.go:429: (dbg) Run:  kubectl get nodes
multinode_test.go:429: (dbg) Done: kubectl get nodes: (1.771429209s)
multinode_test.go:437: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/DeleteNode (16.68s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (25.23s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:319: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 stop
multinode_test.go:319: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 stop: (24.688961762s)
multinode_test.go:325: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status
multinode_test.go:325: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status: exit status 7 (277.158667ms)

                                                
                                                
-- stdout --
	multinode-20211231020929-2057
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	multinode-20211231020929-2057-m02
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
multinode_test.go:332: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr
multinode_test.go:332: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr: exit status 7 (258.895034ms)

                                                
                                                
-- stdout --
	multinode-20211231020929-2057
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	multinode-20211231020929-2057-m02
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1231 02:21:43.180129    9322 out.go:297] Setting OutFile to fd 1 ...
	I1231 02:21:43.180276    9322 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 02:21:43.180280    9322 out.go:310] Setting ErrFile to fd 2...
	I1231 02:21:43.180284    9322 out.go:344] TERM=,COLORTERM=, which probably does not support color
	I1231 02:21:43.180360    9322 root.go:315] Updating PATH: /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/bin
	I1231 02:21:43.180528    9322 out.go:304] Setting JSON to false
	I1231 02:21:43.180543    9322 mustload.go:65] Loading cluster: multinode-20211231020929-2057
	I1231 02:21:43.180806    9322 config.go:176] Loaded profile config "multinode-20211231020929-2057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.23.1
	I1231 02:21:43.180820    9322 status.go:253] checking status of multinode-20211231020929-2057 ...
	I1231 02:21:43.181165    9322 cli_runner.go:133] Run: docker container inspect multinode-20211231020929-2057 --format={{.State.Status}}
	I1231 02:21:43.288786    9322 status.go:328] multinode-20211231020929-2057 host status = "Stopped" (err=<nil>)
	I1231 02:21:43.288806    9322 status.go:341] host is not running, skipping remaining checks
	I1231 02:21:43.288812    9322 status.go:255] multinode-20211231020929-2057 status: &{Name:multinode-20211231020929-2057 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1231 02:21:43.288838    9322 status.go:253] checking status of multinode-20211231020929-2057-m02 ...
	I1231 02:21:43.289152    9322 cli_runner.go:133] Run: docker container inspect multinode-20211231020929-2057-m02 --format={{.State.Status}}
	I1231 02:21:43.397577    9322 status.go:328] multinode-20211231020929-2057-m02 host status = "Stopped" (err=<nil>)
	I1231 02:21:43.397603    9322 status.go:341] host is not running, skipping remaining checks
	I1231 02:21:43.397610    9322 status.go:255] multinode-20211231020929-2057-m02 status: &{Name:multinode-20211231020929-2057-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiNode/serial/StopMultiNode (25.23s)

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (148.92s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:349: (dbg) Run:  docker version -f {{.Server.Version}}
multinode_test.go:359: (dbg) Run:  out/minikube-darwin-amd64 start -p multinode-20211231020929-2057 --wait=true -v=8 --alsologtostderr --driver=docker 
E1231 02:22:50.616259    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
multinode_test.go:359: (dbg) Done: out/minikube-darwin-amd64 start -p multinode-20211231020929-2057 --wait=true -v=8 --alsologtostderr --driver=docker : (2m25.975107357s)
multinode_test.go:365: (dbg) Run:  out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr
multinode_test.go:365: (dbg) Done: out/minikube-darwin-amd64 -p multinode-20211231020929-2057 status --alsologtostderr: (1.062927301s)
multinode_test.go:379: (dbg) Run:  kubectl get nodes
multinode_test.go:379: (dbg) Done: kubectl get nodes: (1.734451427s)
multinode_test.go:387: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/RestartMultiNode (148.92s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (97.57s)

                                                
                                                
=== RUN   TestMultiNode/serial/ValidateNameConflict
multinode_test.go:448: (dbg) Run:  out/minikube-darwin-amd64 node list -p multinode-20211231020929-2057
multinode_test.go:457: (dbg) Run:  out/minikube-darwin-amd64 start -p multinode-20211231020929-2057-m02 --driver=docker 
multinode_test.go:457: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p multinode-20211231020929-2057-m02 --driver=docker : exit status 14 (320.382045ms)

                                                
                                                
-- stdout --
	* [multinode-20211231020929-2057-m02] minikube v1.24.0 on Darwin 11.1
	  - MINIKUBE_LOCATION=12739
	  - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	  - MINIKUBE_BIN=out/minikube-darwin-amd64
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	! Profile name 'multinode-20211231020929-2057-m02' is duplicated with machine name 'multinode-20211231020929-2057-m02' in profile 'multinode-20211231020929-2057'
	X Exiting due to MK_USAGE: Profile name should be unique

                                                
                                                
** /stderr **
multinode_test.go:465: (dbg) Run:  out/minikube-darwin-amd64 start -p multinode-20211231020929-2057-m03 --driver=docker 
E1231 02:24:29.708195    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:25:11.122524    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
multinode_test.go:465: (dbg) Done: out/minikube-darwin-amd64 start -p multinode-20211231020929-2057-m03 --driver=docker : (1m22.469736064s)
multinode_test.go:472: (dbg) Run:  out/minikube-darwin-amd64 node add -p multinode-20211231020929-2057
multinode_test.go:472: (dbg) Non-zero exit: out/minikube-darwin-amd64 node add -p multinode-20211231020929-2057: exit status 80 (583.320234ms)

                                                
                                                
-- stdout --
	* Adding node m03 to cluster multinode-20211231020929-2057
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: Node multinode-20211231020929-2057-m03 already exists in multinode-20211231020929-2057-m03 profile
	* 
	╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                                                         │
	│    * If the above advice does not help, please let us know:                                                             │
	│      https://github.com/kubernetes/minikube/issues/new/choose                                                           │
	│                                                                                                                         │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.                                │
	│    * Please also attach the following file to the GitHub issue:                                                         │
	│    * - /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/minikube_node_040ea7097fd6ed71e65be9a474587f81f0ccd21d_0.log    │
	│                                                                                                                         │
	╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
multinode_test.go:477: (dbg) Run:  out/minikube-darwin-amd64 delete -p multinode-20211231020929-2057-m03
multinode_test.go:477: (dbg) Done: out/minikube-darwin-amd64 delete -p multinode-20211231020929-2057-m03: (14.156506325s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (97.57s)

                                                
                                    
x
+
TestPreload (246.63s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:49: (dbg) Run:  out/minikube-darwin-amd64 start -p test-preload-20211231022611-2057 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --kubernetes-version=v1.17.0
E1231 02:27:50.610269    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
preload_test.go:49: (dbg) Done: out/minikube-darwin-amd64 start -p test-preload-20211231022611-2057 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --kubernetes-version=v1.17.0: (2m36.439182258s)
preload_test.go:62: (dbg) Run:  out/minikube-darwin-amd64 ssh -p test-preload-20211231022611-2057 -- docker pull gcr.io/k8s-minikube/busybox
preload_test.go:62: (dbg) Done: out/minikube-darwin-amd64 ssh -p test-preload-20211231022611-2057 -- docker pull gcr.io/k8s-minikube/busybox: (5.291870862s)
preload_test.go:72: (dbg) Run:  out/minikube-darwin-amd64 start -p test-preload-20211231022611-2057 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --kubernetes-version=v1.17.3
E1231 02:29:29.709585    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
preload_test.go:72: (dbg) Done: out/minikube-darwin-amd64 start -p test-preload-20211231022611-2057 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --kubernetes-version=v1.17.3: (1m11.400159817s)
preload_test.go:81: (dbg) Run:  out/minikube-darwin-amd64 ssh -p test-preload-20211231022611-2057 -- docker images
helpers_test.go:176: Cleaning up "test-preload-20211231022611-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p test-preload-20211231022611-2057
E1231 02:30:11.112204    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p test-preload-20211231022611-2057: (12.87743611s)
--- PASS: TestPreload (246.63s)

                                                
                                    
x
+
TestScheduledStopUnix (154.91s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:129: (dbg) Run:  out/minikube-darwin-amd64 start -p scheduled-stop-20211231023018-2057 --memory=2048 --driver=docker 
scheduled_stop_test.go:129: (dbg) Done: out/minikube-darwin-amd64 start -p scheduled-stop-20211231023018-2057 --memory=2048 --driver=docker : (1m16.219604699s)
scheduled_stop_test.go:138: (dbg) Run:  out/minikube-darwin-amd64 stop -p scheduled-stop-20211231023018-2057 --schedule 5m
scheduled_stop_test.go:192: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.TimeToStop}} -p scheduled-stop-20211231023018-2057 -n scheduled-stop-20211231023018-2057
scheduled_stop_test.go:170: signal error was:  <nil>
scheduled_stop_test.go:138: (dbg) Run:  out/minikube-darwin-amd64 stop -p scheduled-stop-20211231023018-2057 --schedule 15s
scheduled_stop_test.go:170: signal error was:  os: process already finished
scheduled_stop_test.go:138: (dbg) Run:  out/minikube-darwin-amd64 stop -p scheduled-stop-20211231023018-2057 --cancel-scheduled
scheduled_stop_test.go:177: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p scheduled-stop-20211231023018-2057 -n scheduled-stop-20211231023018-2057
scheduled_stop_test.go:206: (dbg) Run:  out/minikube-darwin-amd64 status -p scheduled-stop-20211231023018-2057
scheduled_stop_test.go:138: (dbg) Run:  out/minikube-darwin-amd64 stop -p scheduled-stop-20211231023018-2057 --schedule 15s
scheduled_stop_test.go:170: signal error was:  os: process already finished
scheduled_stop_test.go:206: (dbg) Run:  out/minikube-darwin-amd64 status -p scheduled-stop-20211231023018-2057
scheduled_stop_test.go:206: (dbg) Non-zero exit: out/minikube-darwin-amd64 status -p scheduled-stop-20211231023018-2057: exit status 7 (145.212283ms)

                                                
                                                
-- stdout --
	scheduled-stop-20211231023018-2057
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	

                                                
                                                
-- /stdout --
scheduled_stop_test.go:177: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p scheduled-stop-20211231023018-2057 -n scheduled-stop-20211231023018-2057
scheduled_stop_test.go:177: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p scheduled-stop-20211231023018-2057 -n scheduled-stop-20211231023018-2057: exit status 7 (141.655666ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
scheduled_stop_test.go:177: status error: exit status 7 (may be ok)
helpers_test.go:176: Cleaning up "scheduled-stop-20211231023018-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p scheduled-stop-20211231023018-2057
E1231 02:32:50.665952    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p scheduled-stop-20211231023018-2057: (6.169311333s)
--- PASS: TestScheduledStopUnix (154.91s)

                                                
                                    
x
+
TestSkaffold (125.3s)

                                                
                                                
=== RUN   TestSkaffold
skaffold_test.go:57: (dbg) Run:  /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/skaffold.exe145219086 version
skaffold_test.go:61: skaffold version: v1.35.1
skaffold_test.go:64: (dbg) Run:  out/minikube-darwin-amd64 start -p skaffold-20211231023253-2057 --memory=2600 --driver=docker 
E1231 02:33:14.278340    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
skaffold_test.go:64: (dbg) Done: out/minikube-darwin-amd64 start -p skaffold-20211231023253-2057 --memory=2600 --driver=docker : (1m14.733912945s)
skaffold_test.go:84: copying out/minikube-darwin-amd64 to /Users/jenkins/workspace/out/minikube
skaffold_test.go:108: (dbg) Run:  /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/skaffold.exe145219086 run --minikube-profile skaffold-20211231023253-2057 --kube-context skaffold-20211231023253-2057 --status-check=true --port-forward=false --interactive=false
E1231 02:34:29.761365    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
skaffold_test.go:108: (dbg) Done: /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/skaffold.exe145219086 run --minikube-profile skaffold-20211231023253-2057 --kube-context skaffold-20211231023253-2057 --status-check=true --port-forward=false --interactive=false: (21.750889141s)
skaffold_test.go:114: (dbg) TestSkaffold: waiting 1m0s for pods matching "app=leeroy-app" in namespace "default" ...
helpers_test.go:343: "leeroy-app-b58f74b57-d68bz" [d8911940-eca1-404f-ab37-762d841f913d] Running
skaffold_test.go:114: (dbg) TestSkaffold: app=leeroy-app healthy within 5.019273289s
skaffold_test.go:117: (dbg) TestSkaffold: waiting 1m0s for pods matching "app=leeroy-web" in namespace "default" ...
helpers_test.go:343: "leeroy-web-69496d57b4-jfzww" [ea7778a6-5ba7-4ee9-b3fe-70a29caca73b] Running
skaffold_test.go:117: (dbg) TestSkaffold: app=leeroy-web healthy within 5.00562316s
helpers_test.go:176: Cleaning up "skaffold-20211231023253-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p skaffold-20211231023253-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p skaffold-20211231023253-2057: (12.957387102s)
--- PASS: TestSkaffold (125.30s)

                                                
                                    
x
+
TestInsufficientStorage (62.85s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:51: (dbg) Run:  out/minikube-darwin-amd64 start -p insufficient-storage-20211231023458-2057 --memory=2048 --output=json --wait=true --driver=docker 
E1231 02:35:11.168422    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
status_test.go:51: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p insufficient-storage-20211231023458-2057 --memory=2048 --output=json --wait=true --driver=docker : exit status 26 (50.101340985s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"7380eea3-cd48-43ec-afc1-cdc0e52f91fb","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-20211231023458-2057] minikube v1.24.0 on Darwin 11.1","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"887a0c0d-f0fb-42a1-b524-3e7c4af94958","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=12739"}}
	{"specversion":"1.0","id":"0f03b18f-fa02-4962-9d5a-212e5ea7456e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig"}}
	{"specversion":"1.0","id":"0483b510-eb74-4832-81eb-8b6e2f913ae3","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-darwin-amd64"}}
	{"specversion":"1.0","id":"485ed9d4-2e71-4e9d-9087-c09405a98b9b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"99ed5565-e126-48fb-bcaf-9b0040476f31","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube"}}
	{"specversion":"1.0","id":"5e75b601-b1fe-4813-b8fe-60e24bf45e67","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_TEST_STORAGE_CAPACITY=100"}}
	{"specversion":"1.0","id":"b20e66e0-51de-4437-9583-ab0daa4bfb43","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"1","message":"Using the docker driver based on user configuration","name":"Selecting Driver","totalsteps":"19"}}
	{"specversion":"1.0","id":"d8ec6dc3-0f71-4b30-b3b7-ffdedd955fa0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting control plane node insufficient-storage-20211231023458-2057 in cluster insufficient-storage-20211231023458-2057","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"85f53e97-3616-4536-bfce-3b5d315bc97f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"b21e1ae5-ef5b-4a6f-8301-eb109fd7d22b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"8","message":"Creating docker container (CPUs=2, Memory=2048MB) ...","name":"Creating Container","totalsteps":"19"}}
	{"specversion":"1.0","id":"8a21297a-99b4-4579-9426-6554104d3e61","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100%% of capacity)","name":"RSRC_DOCKER_STORAGE","url":""}}

                                                
                                                
-- /stdout --
status_test.go:77: (dbg) Run:  out/minikube-darwin-amd64 status -p insufficient-storage-20211231023458-2057 --output=json --layout=cluster
status_test.go:77: (dbg) Non-zero exit: out/minikube-darwin-amd64 status -p insufficient-storage-20211231023458-2057 --output=json --layout=cluster: exit status 7 (594.14209ms)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-20211231023458-2057","StatusCode":507,"StatusName":"InsufficientStorage","StatusDetail":"/var is almost out of disk space","Step":"Creating Container","StepDetail":"Creating docker container (CPUs=2, Memory=2048MB) ...","BinaryVersion":"v1.24.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-20211231023458-2057","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E1231 02:35:49.069787   11301 status.go:413] kubeconfig endpoint: extract IP: "insufficient-storage-20211231023458-2057" does not appear in /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig

                                                
                                                
** /stderr **
status_test.go:77: (dbg) Run:  out/minikube-darwin-amd64 status -p insufficient-storage-20211231023458-2057 --output=json --layout=cluster
status_test.go:77: (dbg) Non-zero exit: out/minikube-darwin-amd64 status -p insufficient-storage-20211231023458-2057 --output=json --layout=cluster: exit status 7 (571.48571ms)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-20211231023458-2057","StatusCode":507,"StatusName":"InsufficientStorage","StatusDetail":"/var is almost out of disk space","BinaryVersion":"v1.24.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-20211231023458-2057","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E1231 02:35:49.641835   11318 status.go:413] kubeconfig endpoint: extract IP: "insufficient-storage-20211231023458-2057" does not appear in /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	E1231 02:35:49.653011   11318 status.go:557] unable to read event log: stat: stat /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/insufficient-storage-20211231023458-2057/events.json: no such file or directory

                                                
                                                
** /stderr **
helpers_test.go:176: Cleaning up "insufficient-storage-20211231023458-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p insufficient-storage-20211231023458-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p insufficient-storage-20211231023458-2057: (11.583857741s)
--- PASS: TestInsufficientStorage (62.85s)

                                                
                                    
x
+
TestRunningBinaryUpgrade (209.56s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:127: (dbg) Run:  /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/minikube-v1.9.0.2945222850.exe start -p running-upgrade-20211231024152-2057 --memory=2200 --vm-driver=docker 
E1231 02:42:19.301938    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:42:33.759055    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:127: (dbg) Done: /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/minikube-v1.9.0.2945222850.exe start -p running-upgrade-20211231024152-2057 --memory=2200 --vm-driver=docker : (1m36.877203711s)
version_upgrade_test.go:137: (dbg) Run:  out/minikube-darwin-amd64 start -p running-upgrade-20211231024152-2057 --memory=2200 --alsologtostderr -v=1 --driver=docker 
E1231 02:44:29.759831    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:44:35.395147    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:137: (dbg) Done: out/minikube-darwin-amd64 start -p running-upgrade-20211231024152-2057 --memory=2200 --alsologtostderr -v=1 --driver=docker : (1m34.112130795s)
helpers_test.go:176: Cleaning up "running-upgrade-20211231024152-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p running-upgrade-20211231024152-2057

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p running-upgrade-20211231024152-2057: (14.408435811s)
--- PASS: TestRunningBinaryUpgrade (209.56s)

                                                
                                    
x
+
TestKubernetesUpgrade (223.69s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:229: (dbg) Run:  out/minikube-darwin-amd64 start -p kubernetes-upgrade-20211231023808-2057 --memory=2200 --kubernetes-version=v1.16.0 --alsologtostderr -v=1 --driver=docker 

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:229: (dbg) Done: out/minikube-darwin-amd64 start -p kubernetes-upgrade-20211231023808-2057 --memory=2200 --kubernetes-version=v1.16.0 --alsologtostderr -v=1 --driver=docker : (1m29.322451951s)
version_upgrade_test.go:234: (dbg) Run:  out/minikube-darwin-amd64 stop -p kubernetes-upgrade-20211231023808-2057
E1231 02:39:40.560788    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:45.688683    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:55.928857    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
version_upgrade_test.go:234: (dbg) Done: out/minikube-darwin-amd64 stop -p kubernetes-upgrade-20211231023808-2057: (19.365641224s)
version_upgrade_test.go:239: (dbg) Run:  out/minikube-darwin-amd64 -p kubernetes-upgrade-20211231023808-2057 status --format={{.Host}}
version_upgrade_test.go:239: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p kubernetes-upgrade-20211231023808-2057 status --format={{.Host}}: exit status 7 (144.842283ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
version_upgrade_test.go:241: status error: exit status 7 (may be ok)
version_upgrade_test.go:250: (dbg) Run:  out/minikube-darwin-amd64 start -p kubernetes-upgrade-20211231023808-2057 --memory=2200 --kubernetes-version=v1.23.2-rc.0 --alsologtostderr -v=1 --driver=docker 
E1231 02:40:11.166803    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 02:40:16.410745    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:40:57.377078    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
version_upgrade_test.go:250: (dbg) Done: out/minikube-darwin-amd64 start -p kubernetes-upgrade-20211231023808-2057 --memory=2200 --kubernetes-version=v1.23.2-rc.0 --alsologtostderr -v=1 --driver=docker : (1m7.439651897s)
version_upgrade_test.go:255: (dbg) Run:  kubectl --context kubernetes-upgrade-20211231023808-2057 version --output=json
version_upgrade_test.go:274: Attempting to downgrade Kubernetes (should fail)
version_upgrade_test.go:276: (dbg) Run:  out/minikube-darwin-amd64 start -p kubernetes-upgrade-20211231023808-2057 --memory=2200 --kubernetes-version=v1.16.0 --driver=docker 
version_upgrade_test.go:276: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p kubernetes-upgrade-20211231023808-2057 --memory=2200 --kubernetes-version=v1.16.0 --driver=docker : exit status 106 (349.471318ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-20211231023808-2057] minikube v1.24.0 on Darwin 11.1
	  - MINIKUBE_LOCATION=12739
	  - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	  - MINIKUBE_BIN=out/minikube-darwin-amd64
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to K8S_DOWNGRADE_UNSUPPORTED: Unable to safely downgrade existing Kubernetes v1.23.2-rc.0 cluster to v1.16.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.16.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-20211231023808-2057
	    minikube start -p kubernetes-upgrade-20211231023808-2057 --kubernetes-version=v1.16.0
	    
	    2) Create a second cluster with Kubernetes 1.16.0, by running:
	    
	    minikube start -p kubernetes-upgrade-20211231023808-20572 --kubernetes-version=v1.16.0
	    
	    3) Use the existing cluster at version Kubernetes 1.23.2-rc.0, by running:
	    
	    minikube start -p kubernetes-upgrade-20211231023808-2057 --kubernetes-version=v1.23.2-rc.0
	    

                                                
                                                
** /stderr **
version_upgrade_test.go:280: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:282: (dbg) Run:  out/minikube-darwin-amd64 start -p kubernetes-upgrade-20211231023808-2057 --memory=2200 --kubernetes-version=v1.23.2-rc.0 --alsologtostderr -v=1 --driver=docker 

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:282: (dbg) Done: out/minikube-darwin-amd64 start -p kubernetes-upgrade-20211231023808-2057 --memory=2200 --kubernetes-version=v1.23.2-rc.0 --alsologtostderr -v=1 --driver=docker : (41.441804409s)
helpers_test.go:176: Cleaning up "kubernetes-upgrade-20211231023808-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p kubernetes-upgrade-20211231023808-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p kubernetes-upgrade-20211231023808-2057: (5.510642834s)
--- PASS: TestKubernetesUpgrade (223.69s)

                                                
                                    
x
+
TestMissingContainerUpgrade (206.37s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:316: (dbg) Run:  /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/minikube-v1.9.1.3394915369.exe start -p missing-upgrade-20211231023602-2057 --memory=2200 --driver=docker 
E1231 02:37:32.881861    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
version_upgrade_test.go:316: (dbg) Done: /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/minikube-v1.9.1.3394915369.exe start -p missing-upgrade-20211231023602-2057 --memory=2200 --driver=docker : (1m32.419427143s)
version_upgrade_test.go:325: (dbg) Run:  docker stop missing-upgrade-20211231023602-2057
version_upgrade_test.go:325: (dbg) Done: docker stop missing-upgrade-20211231023602-2057: (6.254461054s)
version_upgrade_test.go:330: (dbg) Run:  docker rm missing-upgrade-20211231023602-2057
version_upgrade_test.go:336: (dbg) Run:  out/minikube-darwin-amd64 start -p missing-upgrade-20211231023602-2057 --memory=2200 --alsologtostderr -v=1 --driver=docker 
E1231 02:37:50.664883    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:336: (dbg) Done: out/minikube-darwin-amd64 start -p missing-upgrade-20211231023602-2057 --memory=2200 --alsologtostderr -v=1 --driver=docker : (1m27.643838818s)
helpers_test.go:176: Cleaning up "missing-upgrade-20211231023602-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p missing-upgrade-20211231023602-2057
helpers_test.go:179: (dbg) Done: out/minikube-darwin-amd64 delete -p missing-upgrade-20211231023602-2057: (15.730889018s)
--- PASS: TestMissingContainerUpgrade (206.37s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (4.17s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Setup
E1231 02:39:29.760726    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
--- PASS: TestStoppedBinaryUpgrade/Setup (4.17s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (194.5s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:190: (dbg) Run:  /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/minikube-v1.9.0.2399346293.exe start -p stopped-upgrade-20211231023928-2057 --memory=2200 --vm-driver=docker 
E1231 02:39:35.402300    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:35.408697    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:35.419712    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:35.444786    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:35.489898    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:35.578462    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:35.738810    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:36.066274    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:36.710716    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 02:39:37.991426    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:190: (dbg) Done: /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/minikube-v1.9.0.2399346293.exe start -p stopped-upgrade-20211231023928-2057 --memory=2200 --vm-driver=docker : (1m55.566383779s)
version_upgrade_test.go:199: (dbg) Run:  /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/minikube-v1.9.0.2399346293.exe -p stopped-upgrade-20211231023928-2057 stop
version_upgrade_test.go:199: (dbg) Done: /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/minikube-v1.9.0.2399346293.exe -p stopped-upgrade-20211231023928-2057 stop: (16.355982015s)
version_upgrade_test.go:205: (dbg) Run:  out/minikube-darwin-amd64 start -p stopped-upgrade-20211231023928-2057 --memory=2200 --alsologtostderr -v=1 --driver=docker 

                                                
                                                
=== CONT  TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:205: (dbg) Done: out/minikube-darwin-amd64 start -p stopped-upgrade-20211231023928-2057 --memory=2200 --alsologtostderr -v=1 --driver=docker : (1m2.577961132s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (194.50s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (2.14s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/MinikubeLogs
version_upgrade_test.go:213: (dbg) Run:  out/minikube-darwin-amd64 logs -p stopped-upgrade-20211231023928-2057
version_upgrade_test.go:213: (dbg) Done: out/minikube-darwin-amd64 logs -p stopped-upgrade-20211231023928-2057: (2.143303934s)
--- PASS: TestStoppedBinaryUpgrade/MinikubeLogs (2.14s)

                                                
                                    
x
+
TestPause/serial/Start (111.66s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:82: (dbg) Run:  out/minikube-darwin-amd64 start -p pause-20211231024252-2057 --memory=2048 --install-addons=false --wait=all --driver=docker 

                                                
                                                
=== CONT  TestPause/serial/Start
pause_test.go:82: (dbg) Done: out/minikube-darwin-amd64 start -p pause-20211231024252-2057 --memory=2048 --install-addons=false --wait=all --driver=docker : (1m51.659727299s)
--- PASS: TestPause/serial/Start (111.66s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (7.72s)

                                                
                                                
=== RUN   TestPause/serial/SecondStartNoReconfiguration
pause_test.go:94: (dbg) Run:  out/minikube-darwin-amd64 start -p pause-20211231024252-2057 --alsologtostderr -v=1 --driver=docker 
pause_test.go:94: (dbg) Done: out/minikube-darwin-amd64 start -p pause-20211231024252-2057 --alsologtostderr -v=1 --driver=docker : (7.705681228s)
--- PASS: TestPause/serial/SecondStartNoReconfiguration (7.72s)

                                                
                                    
x
+
TestPause/serial/Pause (0.85s)

                                                
                                                
=== RUN   TestPause/serial/Pause
pause_test.go:112: (dbg) Run:  out/minikube-darwin-amd64 pause -p pause-20211231024252-2057 --alsologtostderr -v=5
--- PASS: TestPause/serial/Pause (0.85s)

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.71s)

                                                
                                                
=== RUN   TestPause/serial/VerifyStatus
status_test.go:77: (dbg) Run:  out/minikube-darwin-amd64 status -p pause-20211231024252-2057 --output=json --layout=cluster
status_test.go:77: (dbg) Non-zero exit: out/minikube-darwin-amd64 status -p pause-20211231024252-2057 --output=json --layout=cluster: exit status 2 (708.843315ms)

                                                
                                                
-- stdout --
	{"Name":"pause-20211231024252-2057","StatusCode":418,"StatusName":"Paused","Step":"Done","StepDetail":"* Paused 14 containers in: kube-system, kubernetes-dashboard, storage-gluster, istio-operator","BinaryVersion":"v1.24.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":200,"StatusName":"OK"}},"Nodes":[{"Name":"pause-20211231024252-2057","StatusCode":200,"StatusName":"OK","Components":{"apiserver":{"Name":"apiserver","StatusCode":418,"StatusName":"Paused"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
--- PASS: TestPause/serial/VerifyStatus (0.71s)

                                                
                                    
x
+
TestPause/serial/Unpause (0.94s)

                                                
                                                
=== RUN   TestPause/serial/Unpause
pause_test.go:123: (dbg) Run:  out/minikube-darwin-amd64 unpause -p pause-20211231024252-2057 --alsologtostderr -v=5
--- PASS: TestPause/serial/Unpause (0.94s)

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.99s)

                                                
                                                
=== RUN   TestPause/serial/PauseAgain
pause_test.go:112: (dbg) Run:  out/minikube-darwin-amd64 pause -p pause-20211231024252-2057 --alsologtostderr -v=5
--- PASS: TestPause/serial/PauseAgain (0.99s)

                                                
                                    
x
+
TestPause/serial/DeletePaused (11.18s)

                                                
                                                
=== RUN   TestPause/serial/DeletePaused
pause_test.go:134: (dbg) Run:  out/minikube-darwin-amd64 delete -p pause-20211231024252-2057 --alsologtostderr -v=5
E1231 02:45:03.149461    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
pause_test.go:134: (dbg) Done: out/minikube-darwin-amd64 delete -p pause-20211231024252-2057 --alsologtostderr -v=5: (11.18019167s)
--- PASS: TestPause/serial/DeletePaused (11.18s)

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (1.26s)

                                                
                                                
=== RUN   TestPause/serial/VerifyDeletedResources
pause_test.go:144: (dbg) Run:  out/minikube-darwin-amd64 profile list --output json
pause_test.go:170: (dbg) Run:  docker ps -a

                                                
                                                
=== CONT  TestPause/serial/VerifyDeletedResources
pause_test.go:175: (dbg) Run:  docker volume inspect pause-20211231024252-2057
pause_test.go:175: (dbg) Non-zero exit: docker volume inspect pause-20211231024252-2057: exit status 1 (139.040171ms)

                                                
                                                
-- stdout --
	[]

                                                
                                                
-- /stdout --
** stderr ** 
	Error: No such volume: pause-20211231024252-2057

                                                
                                                
** /stderr **
pause_test.go:180: (dbg) Run:  docker network ls
--- PASS: TestPause/serial/VerifyDeletedResources (1.26s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.32s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoK8sWithVersion
no_kubernetes_test.go:84: (dbg) Run:  out/minikube-darwin-amd64 start -p NoKubernetes-20211231024508-2057 --no-kubernetes --kubernetes-version=1.20 --driver=docker 
no_kubernetes_test.go:84: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p NoKubernetes-20211231024508-2057 --no-kubernetes --kubernetes-version=1.20 --driver=docker : exit status 14 (315.734408ms)

                                                
                                                
-- stdout --
	* [NoKubernetes-20211231024508-2057] minikube v1.24.0 on Darwin 11.1
	  - MINIKUBE_LOCATION=12739
	  - KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
	  - MINIKUBE_BIN=out/minikube-darwin-amd64
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - MINIKUBE_HOME=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to MK_USAGE: cannot specify --kubernetes-version with --no-kubernetes,
	to unset a global config run:
	
	$ minikube config unset kubernetes-version

                                                
                                                
** /stderr **
--- PASS: TestNoKubernetes/serial/StartNoK8sWithVersion (0.32s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (269.03s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:96: (dbg) Run:  out/minikube-darwin-amd64 start -p NoKubernetes-20211231024508-2057 --driver=docker 
E1231 02:45:11.165604    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:96: (dbg) Done: out/minikube-darwin-amd64 start -p NoKubernetes-20211231024508-2057 --driver=docker : (4m28.38349824s)
no_kubernetes_test.go:201: (dbg) Run:  out/minikube-darwin-amd64 -p NoKubernetes-20211231024508-2057 status -o json
--- PASS: TestNoKubernetes/serial/StartWithK8s (269.03s)

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade/upgrade-v1.11.0-to-current (19.58s)

                                                
                                                
=== RUN   TestHyperkitDriverSkipUpgrade/upgrade-v1.11.0-to-current
* minikube v1.24.0 on darwin
- MINIKUBE_LOCATION=12739
- KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
- MINIKUBE_BIN=out/minikube-darwin-amd64
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
- MINIKUBE_HOME=/var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/upgrade-v1.11.0-to-current2175559914
* Using the hyperkit driver based on user configuration
* The 'hyperkit' driver requires elevated permissions. The following commands will be executed:

                                                
                                                
$ sudo chown root:wheel /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/upgrade-v1.11.0-to-current2175559914/.minikube/bin/docker-machine-driver-hyperkit 
$ sudo chmod u+s /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/upgrade-v1.11.0-to-current2175559914/.minikube/bin/docker-machine-driver-hyperkit 

                                                
                                                

                                                
                                                
! Unable to update hyperkit driver: [sudo chown root:wheel /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/upgrade-v1.11.0-to-current2175559914/.minikube/bin/docker-machine-driver-hyperkit] requires a password, and --interactive=false
* Downloading VM boot image ...
* Starting control plane node minikube in cluster minikube
* Download complete!
--- PASS: TestHyperkitDriverSkipUpgrade/upgrade-v1.11.0-to-current (19.58s)

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade/upgrade-v1.2.0-to-current (21.52s)

                                                
                                                
=== RUN   TestHyperkitDriverSkipUpgrade/upgrade-v1.2.0-to-current
* minikube v1.24.0 on darwin
- MINIKUBE_LOCATION=12739
- KUBECONFIG=/Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/kubeconfig
- MINIKUBE_BIN=out/minikube-darwin-amd64
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
- MINIKUBE_HOME=/var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/upgrade-v1.2.0-to-current3518887049
* Using the hyperkit driver based on user configuration
* Downloading driver docker-machine-driver-hyperkit:
* The 'hyperkit' driver requires elevated permissions. The following commands will be executed:

                                                
                                                
$ sudo chown root:wheel /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/upgrade-v1.2.0-to-current3518887049/.minikube/bin/docker-machine-driver-hyperkit 
$ sudo chmod u+s /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/upgrade-v1.2.0-to-current3518887049/.minikube/bin/docker-machine-driver-hyperkit 

                                                
                                                

                                                
                                                
! Unable to update hyperkit driver: [sudo chown root:wheel /var/folders/52/zh_qmlrn1f36yr6lgs7nxtym0000gp/T/upgrade-v1.2.0-to-current3518887049/.minikube/bin/docker-machine-driver-hyperkit] requires a password, and --interactive=false
* Downloading VM boot image ...
* Starting control plane node minikube in cluster minikube
* Download complete!
--- PASS: TestHyperkitDriverSkipUpgrade/upgrade-v1.2.0-to-current (21.52s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (19.82s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:113: (dbg) Run:  out/minikube-darwin-amd64 start -p NoKubernetes-20211231024508-2057 --no-kubernetes --driver=docker 
no_kubernetes_test.go:113: (dbg) Done: out/minikube-darwin-amd64 start -p NoKubernetes-20211231024508-2057 --no-kubernetes --driver=docker : (14.531061498s)
no_kubernetes_test.go:201: (dbg) Run:  out/minikube-darwin-amd64 -p NoKubernetes-20211231024508-2057 status -o json
no_kubernetes_test.go:201: (dbg) Non-zero exit: out/minikube-darwin-amd64 -p NoKubernetes-20211231024508-2057 status -o json: exit status 2 (587.472911ms)

                                                
                                                
-- stdout --
	{"Name":"NoKubernetes-20211231024508-2057","Host":"Running","Kubelet":"Stopped","APIServer":"Stopped","Kubeconfig":"Configured","Worker":false}

                                                
                                                
-- /stdout --
no_kubernetes_test.go:125: (dbg) Run:  out/minikube-darwin-amd64 delete -p NoKubernetes-20211231024508-2057
E1231 02:49:54.293028    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
no_kubernetes_test.go:125: (dbg) Done: out/minikube-darwin-amd64 delete -p NoKubernetes-20211231024508-2057: (4.703935016s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (19.82s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/Start (71.74s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p auto-20211231023601-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --driver=docker 

                                                
                                                
=== CONT  TestNetworkPlugins/group/auto/Start
net_test.go:99: (dbg) Done: out/minikube-darwin-amd64 start -p auto-20211231023601-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --driver=docker : (1m11.737133098s)
--- PASS: TestNetworkPlugins/group/auto/Start (71.74s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/Start (111.63s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/Start
net_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p false-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=false --driver=docker 
E1231 02:54:12.897468    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:54:29.777777    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:54:35.413367    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestNetworkPlugins/group/false/Start
net_test.go:99: (dbg) Done: out/minikube-darwin-amd64 start -p false-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=false --driver=docker : (1m51.628162105s)
--- PASS: TestNetworkPlugins/group/false/Start (111.63s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/KubeletFlags (0.64s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:120: (dbg) Run:  out/minikube-darwin-amd64 ssh -p auto-20211231023601-2057 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.64s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/NetCatPod (19.54s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:132: (dbg) Run:  kubectl --context auto-20211231023601-2057 replace --force -f testdata/netcat-deployment.yaml
net_test.go:132: (dbg) Done: kubectl --context auto-20211231023601-2057 replace --force -f testdata/netcat-deployment.yaml: (2.490032353s)
net_test.go:146: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:343: "netcat-668db85669-ftwz6" [fe3b2a76-25a5-409f-b1db-cc3f336c0b43] Pending
helpers_test.go:343: "netcat-668db85669-ftwz6" [fe3b2a76-25a5-409f-b1db-cc3f336c0b43] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:343: "netcat-668db85669-ftwz6" [fe3b2a76-25a5-409f-b1db-cc3f336c0b43] Running
net_test.go:146: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 17.020344328s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (19.54s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/DNS (26.79s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/DNS
net_test.go:163: (dbg) Run:  kubectl --context auto-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default
E1231 02:55:11.188508    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
net_test.go:163: (dbg) Non-zero exit: kubectl --context auto-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.136448441s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:163: (dbg) Run:  kubectl --context auto-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default

                                                
                                                
=== CONT  TestNetworkPlugins/group/auto/DNS
net_test.go:163: (dbg) Done: kubectl --context auto-20211231023601-2057 exec deployment/netcat -- nslookup kubernetes.default: (10.160378782s)
--- PASS: TestNetworkPlugins/group/auto/DNS (26.79s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/KubeletFlags (0.63s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/KubeletFlags
net_test.go:120: (dbg) Run:  out/minikube-darwin-amd64 ssh -p false-20211231023602-2057 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/false/KubeletFlags (0.63s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/NetCatPod (18.95s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/NetCatPod
net_test.go:132: (dbg) Run:  kubectl --context false-20211231023602-2057 replace --force -f testdata/netcat-deployment.yaml
net_test.go:132: (dbg) Done: kubectl --context false-20211231023602-2057 replace --force -f testdata/netcat-deployment.yaml: (1.915352396s)
net_test.go:146: (dbg) TestNetworkPlugins/group/false/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:343: "netcat-668db85669-psjlm" [fbe69387-58d4-4cd8-8bfa-387c59face07] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])

                                                
                                                
=== CONT  TestNetworkPlugins/group/false/NetCatPod
helpers_test.go:343: "netcat-668db85669-psjlm" [fbe69387-58d4-4cd8-8bfa-387c59face07] Running
net_test.go:146: (dbg) TestNetworkPlugins/group/false/NetCatPod: app=netcat healthy within 17.008240918s
--- PASS: TestNetworkPlugins/group/false/NetCatPod (18.95s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/Localhost (0.13s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Localhost
net_test.go:182: (dbg) Run:  kubectl --context auto-20211231023601-2057 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/auto/Localhost (0.13s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/HairPin (5.14s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/HairPin
net_test.go:232: (dbg) Run:  kubectl --context auto-20211231023601-2057 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
net_test.go:232: (dbg) Non-zero exit: kubectl --context auto-20211231023601-2057 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.140790902s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
--- PASS: TestNetworkPlugins/group/auto/HairPin (5.14s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/DNS (0.15s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/DNS
net_test.go:163: (dbg) Run:  kubectl --context false-20211231023602-2057 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/false/DNS (0.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/Localhost (0.13s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/Localhost
net_test.go:182: (dbg) Run:  kubectl --context false-20211231023602-2057 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/false/Localhost (0.13s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/HairPin (5.13s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/HairPin
net_test.go:232: (dbg) Run:  kubectl --context false-20211231023602-2057 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"

                                                
                                                
=== CONT  TestNetworkPlugins/group/false/HairPin
net_test.go:232: (dbg) Non-zero exit: kubectl --context false-20211231023602-2057 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.134429212s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
--- PASS: TestNetworkPlugins/group/false/HairPin (5.13s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium/Start (124.3s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium/Start
net_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p cilium-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=cilium --driver=docker 

                                                
                                                
=== CONT  TestNetworkPlugins/group/cilium/Start
net_test.go:99: (dbg) Done: out/minikube-darwin-amd64 start -p cilium-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=cilium --driver=docker : (2m4.297005275s)
--- PASS: TestNetworkPlugins/group/cilium/Start (124.30s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium/ControllerPod (5.03s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium/ControllerPod
net_test.go:107: (dbg) TestNetworkPlugins/group/cilium/ControllerPod: waiting 10m0s for pods matching "k8s-app=cilium" in namespace "kube-system" ...
helpers_test.go:343: "cilium-m8965" [ef426a9a-701c-430a-9fc8-ad2722056dee] Running
net_test.go:107: (dbg) TestNetworkPlugins/group/cilium/ControllerPod: k8s-app=cilium healthy within 5.025456821s
--- PASS: TestNetworkPlugins/group/cilium/ControllerPod (5.03s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium/KubeletFlags (0.62s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium/KubeletFlags
net_test.go:120: (dbg) Run:  out/minikube-darwin-amd64 ssh -p cilium-20211231023602-2057 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/cilium/KubeletFlags (0.62s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium/NetCatPod (18.53s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium/NetCatPod
net_test.go:132: (dbg) Run:  kubectl --context cilium-20211231023602-2057 replace --force -f testdata/netcat-deployment.yaml
net_test.go:132: (dbg) Done: kubectl --context cilium-20211231023602-2057 replace --force -f testdata/netcat-deployment.yaml: (2.486830954s)
net_test.go:146: (dbg) TestNetworkPlugins/group/cilium/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:343: "netcat-668db85669-bbscx" [6ef85ed0-b0d4-4925-900f-bfe9f3f45fc2] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:343: "netcat-668db85669-bbscx" [6ef85ed0-b0d4-4925-900f-bfe9f3f45fc2] Running
net_test.go:146: (dbg) TestNetworkPlugins/group/cilium/NetCatPod: app=netcat healthy within 16.012279917s
--- PASS: TestNetworkPlugins/group/cilium/NetCatPod (18.53s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium/DNS (0.15s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium/DNS
net_test.go:163: (dbg) Run:  kubectl --context cilium-20211231023602-2057 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/cilium/DNS (0.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium/Localhost (0.14s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium/Localhost
net_test.go:182: (dbg) Run:  kubectl --context cilium-20211231023602-2057 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/cilium/Localhost (0.14s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium/HairPin (0.15s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium/HairPin
net_test.go:232: (dbg) Run:  kubectl --context cilium-20211231023602-2057 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/cilium/HairPin (0.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-weave/Start (70.78s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-weave/Start
net_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p custom-weave-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=testdata/weavenet.yaml --driver=docker 
E1231 02:59:13.776236    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 02:59:29.775824    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 02:59:35.412769    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
net_test.go:99: (dbg) Done: out/minikube-darwin-amd64 start -p custom-weave-20211231023602-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=testdata/weavenet.yaml --driver=docker : (1m10.78410721s)
--- PASS: TestNetworkPlugins/group/custom-weave/Start (70.78s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-weave/KubeletFlags (0.64s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-weave/KubeletFlags
net_test.go:120: (dbg) Run:  out/minikube-darwin-amd64 ssh -p custom-weave-20211231023602-2057 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/custom-weave/KubeletFlags (0.64s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-weave/NetCatPod (19.1s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-weave/NetCatPod
net_test.go:132: (dbg) Run:  kubectl --context custom-weave-20211231023602-2057 replace --force -f testdata/netcat-deployment.yaml
net_test.go:132: (dbg) Done: kubectl --context custom-weave-20211231023602-2057 replace --force -f testdata/netcat-deployment.yaml: (2.05151855s)
net_test.go:146: (dbg) TestNetworkPlugins/group/custom-weave/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:343: "netcat-668db85669-2cg4c" [b695cab3-fae1-4dbb-8b1a-0f9f57895efd] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1231 02:59:52.871916    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 02:59:52.877022    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 02:59:52.887707    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 02:59:52.912697    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 02:59:52.962695    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 02:59:53.043841    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 02:59:53.212732    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 02:59:53.537738    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 02:59:54.187733    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 02:59:55.470015    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
helpers_test.go:343: "netcat-668db85669-2cg4c" [b695cab3-fae1-4dbb-8b1a-0f9f57895efd] Running
E1231 02:59:58.037749    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
net_test.go:146: (dbg) TestNetworkPlugins/group/custom-weave/NetCatPod: app=netcat healthy within 17.013943146s
--- PASS: TestNetworkPlugins/group/custom-weave/NetCatPod (19.10s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/Start (58.5s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p enable-default-cni-20211231023601-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --enable-default-cni=true --driver=docker 
E1231 03:00:11.187783    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 03:00:13.412743    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 03:00:33.893419    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 03:00:35.860456    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:35.865554    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:35.875639    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:35.896300    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:35.937685    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:36.021192    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:36.187720    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:36.515065    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:37.162900    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:38.443255    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:41.012730    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:46.138432    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:00:56.388323    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
net_test.go:99: (dbg) Done: out/minikube-darwin-amd64 start -p enable-default-cni-20211231023601-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --enable-default-cni=true --driver=docker : (58.497983256s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (58.50s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.69s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:120: (dbg) Run:  out/minikube-darwin-amd64 ssh -p enable-default-cni-20211231023601-2057 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.69s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/NetCatPod (19.23s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:132: (dbg) Run:  kubectl --context enable-default-cni-20211231023601-2057 replace --force -f testdata/netcat-deployment.yaml
net_test.go:132: (dbg) Done: kubectl --context enable-default-cni-20211231023601-2057 replace --force -f testdata/netcat-deployment.yaml: (2.188610587s)
net_test.go:146: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:343: "netcat-668db85669-glvh2" [1d877ce6-ef0c-4110-b3d7-4ca674ca823a] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1231 03:01:14.940887    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 03:01:16.875318    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
helpers_test.go:343: "netcat-668db85669-glvh2" [1d877ce6-ef0c-4110-b3d7-4ca674ca823a] Running
net_test.go:146: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 17.012922282s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (19.23s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/Start (98.69s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:99: (dbg) Run:  out/minikube-darwin-amd64 start -p bridge-20211231023601-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=bridge --driver=docker 
E1231 03:07:50.685868    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 03:07:59.024677    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:08:26.716402    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
net_test.go:99: (dbg) Done: out/minikube-darwin-amd64 start -p bridge-20211231023601-2057 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=bridge --driver=docker : (1m38.684915706s)
--- PASS: TestNetworkPlugins/group/bridge/Start (98.69s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/KubeletFlags (0.62s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:120: (dbg) Run:  out/minikube-darwin-amd64 ssh -p bridge-20211231023601-2057 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.62s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/NetCatPod (21.99s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:132: (dbg) Run:  kubectl --context bridge-20211231023601-2057 replace --force -f testdata/netcat-deployment.yaml
net_test.go:132: (dbg) Done: kubectl --context bridge-20211231023601-2057 replace --force -f testdata/netcat-deployment.yaml: (1.944550433s)
net_test.go:146: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:343: "netcat-668db85669-5g727" [f9572a40-f4cc-49b3-ac79-cc05aa143d9e] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1231 03:09:29.780763    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
helpers_test.go:343: "netcat-668db85669-5g727" [f9572a40-f4cc-49b3-ac79-cc05aa143d9e] Running
net_test.go:146: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 20.010829877s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (21.99s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/FirstStart (180.55s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:171: (dbg) Run:  out/minikube-darwin-amd64 start -p old-k8s-version-20211231031519-2057 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --kubernetes-version=v1.16.0
E1231 03:15:35.872267    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:15:53.784579    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:171: (dbg) Done: out/minikube-darwin-amd64 start -p old-k8s-version-20211231031519-2057 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --kubernetes-version=v1.16.0: (3m0.547488094s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (180.55s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/FirstStart (353.78s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:171: (dbg) Run:  out/minikube-darwin-amd64 start -p no-preload-20211231031614-2057 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --kubernetes-version=v1.23.2-rc.0
E1231 03:16:16.077155    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 03:16:38.580933    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:16:58.983936    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:17:50.694430    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 03:17:59.033369    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:171: (dbg) Done: out/minikube-darwin-amd64 start -p no-preload-20211231031614-2057 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --kubernetes-version=v1.23.2-rc.0: (5m53.78454171s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (353.78s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/DeployApp (14.25s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:181: (dbg) Run:  kubectl --context old-k8s-version-20211231031519-2057 create -f testdata/busybox.yaml
start_stop_delete_test.go:181: (dbg) Done: kubectl --context old-k8s-version-20211231031519-2057 create -f testdata/busybox.yaml: (2.06195828s)
start_stop_delete_test.go:181: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:343: "busybox" [e886e221-ec7a-49cf-a081-9f27330f5930] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:343: "busybox" [e886e221-ec7a-49cf-a081-9f27330f5930] Running
start_stop_delete_test.go:181: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 12.024878859s
start_stop_delete_test.go:181: (dbg) Run:  kubectl --context old-k8s-version-20211231031519-2057 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (14.25s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (0.79s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive
start_stop_delete_test.go:190: (dbg) Run:  out/minikube-darwin-amd64 addons enable metrics-server -p old-k8s-version-20211231031519-2057 --images=MetricsServer=k8s.gcr.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:200: (dbg) Run:  kubectl --context old-k8s-version-20211231031519-2057 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (0.79s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/Stop (19.3s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:213: (dbg) Run:  out/minikube-darwin-amd64 stop -p old-k8s-version-20211231031519-2057 --alsologtostderr -v=3
start_stop_delete_test.go:213: (dbg) Done: out/minikube-darwin-amd64 stop -p old-k8s-version-20211231031519-2057 --alsologtostderr -v=3: (19.301510905s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (19.30s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.39s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop
start_stop_delete_test.go:224: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p old-k8s-version-20211231031519-2057 -n old-k8s-version-20211231031519-2057
start_stop_delete_test.go:224: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p old-k8s-version-20211231031519-2057 -n old-k8s-version-20211231031519-2057: exit status 7 (154.33223ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:224: status error: exit status 7 (may be ok)
start_stop_delete_test.go:231: (dbg) Run:  out/minikube-darwin-amd64 addons enable dashboard -p old-k8s-version-20211231031519-2057 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.39s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/SecondStart (164.04s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:241: (dbg) Run:  out/minikube-darwin-amd64 start -p old-k8s-version-20211231031519-2057 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --kubernetes-version=v1.16.0
E1231 03:19:14.888310    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:14.893968    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:14.904690    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:14.929736    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:14.970643    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:15.053705    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:15.219749    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:15.539849    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:16.182205    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:17.465790    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:20.031202    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:22.087537    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:19:25.153757    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:29.794106    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 03:19:35.403916    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:35.428899    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 03:19:44.721877    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:19:52.883452    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 03:19:55.884169    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:20:11.203963    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 03:20:35.880368    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:20:36.854053    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:21:07.844167    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:21:10.861408    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
start_stop_delete_test.go:241: (dbg) Done: out/minikube-darwin-amd64 start -p old-k8s-version-20211231031519-2057 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --kubernetes-version=v1.16.0: (2m43.400275881s)
start_stop_delete_test.go:247: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p old-k8s-version-20211231031519-2057 -n old-k8s-version-20211231031519-2057
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (164.04s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (5.02s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:259: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:343: "kubernetes-dashboard-766959b846-gn9dc" [ce1d752d-47db-41b2-9e29-edebe6356854] Running
start_stop_delete_test.go:259: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.013462318s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (5.02s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (7.14s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:343: "kubernetes-dashboard-766959b846-gn9dc" [ce1d752d-47db-41b2-9e29-edebe6356854] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.008677329s
start_stop_delete_test.go:276: (dbg) Run:  kubectl --context old-k8s-version-20211231031519-2057 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
start_stop_delete_test.go:276: (dbg) Done: kubectl --context old-k8s-version-20211231031519-2057 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard: (2.125754654s)
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (7.14s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.63s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:289: (dbg) Run:  out/minikube-darwin-amd64 ssh -p old-k8s-version-20211231031519-2057 "sudo crictl images -o json"
start_stop_delete_test.go:289: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.63s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/Pause (4.38s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Pause
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 pause -p old-k8s-version-20211231031519-2057 --alsologtostderr -v=1
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p old-k8s-version-20211231031519-2057 -n old-k8s-version-20211231031519-2057
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.APIServer}} -p old-k8s-version-20211231031519-2057 -n old-k8s-version-20211231031519-2057: exit status 2 (634.802892ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p old-k8s-version-20211231031519-2057 -n old-k8s-version-20211231031519-2057
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Kubelet}} -p old-k8s-version-20211231031519-2057 -n old-k8s-version-20211231031519-2057: exit status 2 (627.641416ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 unpause -p old-k8s-version-20211231031519-2057 --alsologtostderr -v=1
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p old-k8s-version-20211231031519-2057 -n old-k8s-version-20211231031519-2057
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p old-k8s-version-20211231031519-2057 -n old-k8s-version-20211231031519-2057
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (4.38s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/DeployApp (15.06s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:181: (dbg) Run:  kubectl --context no-preload-20211231031614-2057 create -f testdata/busybox.yaml
start_stop_delete_test.go:181: (dbg) Done: kubectl --context no-preload-20211231031614-2057 create -f testdata/busybox.yaml: (1.8788615s)
start_stop_delete_test.go:181: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:343: "busybox" [e03d1e61-1ffb-46bb-b059-ea9c512ee4fc] Pending
helpers_test.go:343: "busybox" [e03d1e61-1ffb-46bb-b059-ea9c512ee4fc] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/DeployApp
helpers_test.go:343: "busybox" [e03d1e61-1ffb-46bb-b059-ea9c512ee4fc] Running
start_stop_delete_test.go:181: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 13.018621344s
start_stop_delete_test.go:181: (dbg) Run:  kubectl --context no-preload-20211231031614-2057 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (15.06s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/FirstStart (71.31s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:171: (dbg) Run:  out/minikube-darwin-amd64 start -p embed-certs-20211231032212-2057 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --kubernetes-version=v1.23.1

                                                
                                                
=== CONT  TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:171: (dbg) Done: out/minikube-darwin-amd64 start -p embed-certs-20211231032212-2057 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --kubernetes-version=v1.23.1: (1m11.307365132s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (71.31s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/EnableAddonWhileActive (1.22s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/EnableAddonWhileActive
start_stop_delete_test.go:190: (dbg) Run:  out/minikube-darwin-amd64 addons enable metrics-server -p no-preload-20211231031614-2057 --images=MetricsServer=k8s.gcr.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:190: (dbg) Done: out/minikube-darwin-amd64 addons enable metrics-server -p no-preload-20211231031614-2057 --images=MetricsServer=k8s.gcr.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.134554196s)
start_stop_delete_test.go:200: (dbg) Run:  kubectl --context no-preload-20211231031614-2057 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonWhileActive (1.22s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/Stop (14.4s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:213: (dbg) Run:  out/minikube-darwin-amd64 stop -p no-preload-20211231031614-2057 --alsologtostderr -v=3
start_stop_delete_test.go:213: (dbg) Done: out/minikube-darwin-amd64 stop -p no-preload-20211231031614-2057 --alsologtostderr -v=3: (14.395489036s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (14.40s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/EnableAddonAfterStop (0.44s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/EnableAddonAfterStop
start_stop_delete_test.go:224: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p no-preload-20211231031614-2057 -n no-preload-20211231031614-2057
start_stop_delete_test.go:224: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p no-preload-20211231031614-2057 -n no-preload-20211231031614-2057: exit status 7 (169.640116ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:224: status error: exit status 7 (may be ok)
start_stop_delete_test.go:231: (dbg) Run:  out/minikube-darwin-amd64 addons enable dashboard -p no-preload-20211231031614-2057 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonAfterStop (0.44s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/SecondStart (296.04s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:241: (dbg) Run:  out/minikube-darwin-amd64 start -p no-preload-20211231031614-2057 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --kubernetes-version=v1.23.2-rc.0
E1231 03:22:50.694605    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 03:22:59.038122    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:23:14.317712    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 03:23:21.840386    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:23:21.846037    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:23:21.856236    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:23:21.879408    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:23:21.919632    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:23:22.004388    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:23:22.165240    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:23:22.488025    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:23:23.137919    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:241: (dbg) Done: out/minikube-darwin-amd64 start -p no-preload-20211231031614-2057 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --kubernetes-version=v1.23.2-rc.0: (4m55.397556721s)
start_stop_delete_test.go:247: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p no-preload-20211231031614-2057 -n no-preload-20211231031614-2057
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (296.04s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/DeployApp (13.95s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:181: (dbg) Run:  kubectl --context embed-certs-20211231032212-2057 create -f testdata/busybox.yaml
E1231 03:23:24.418176    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:23:26.988078    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
start_stop_delete_test.go:181: (dbg) Done: kubectl --context embed-certs-20211231032212-2057 create -f testdata/busybox.yaml: (2.784328781s)
start_stop_delete_test.go:181: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:343: "busybox" [b81b0598-4a12-46a3-adb8-d76c9f5dd860] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
E1231 03:23:32.108353    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
helpers_test.go:343: "busybox" [b81b0598-4a12-46a3-adb8-d76c9f5dd860] Running
start_stop_delete_test.go:181: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 11.019415349s
start_stop_delete_test.go:181: (dbg) Run:  kubectl --context embed-certs-20211231032212-2057 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (13.95s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (0.87s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/EnableAddonWhileActive
start_stop_delete_test.go:190: (dbg) Run:  out/minikube-darwin-amd64 addons enable metrics-server -p embed-certs-20211231032212-2057 --images=MetricsServer=k8s.gcr.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:200: (dbg) Run:  kubectl --context embed-certs-20211231032212-2057 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (0.87s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/Stop (19.06s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:213: (dbg) Run:  out/minikube-darwin-amd64 stop -p embed-certs-20211231032212-2057 --alsologtostderr -v=3
E1231 03:23:42.354669    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
start_stop_delete_test.go:213: (dbg) Done: out/minikube-darwin-amd64 stop -p embed-certs-20211231032212-2057 --alsologtostderr -v=3: (19.057061919s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (19.06s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.4s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/EnableAddonAfterStop
start_stop_delete_test.go:224: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p embed-certs-20211231032212-2057 -n embed-certs-20211231032212-2057
start_stop_delete_test.go:224: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p embed-certs-20211231032212-2057 -n embed-certs-20211231032212-2057: exit status 7 (161.178129ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:224: status error: exit status 7 (may be ok)
start_stop_delete_test.go:231: (dbg) Run:  out/minikube-darwin-amd64 addons enable dashboard -p embed-certs-20211231032212-2057 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.40s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/SecondStart (71.25s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:241: (dbg) Run:  out/minikube-darwin-amd64 start -p embed-certs-20211231032212-2057 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --kubernetes-version=v1.23.1
E1231 03:24:02.839751    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:24:14.888379    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:24:29.789703    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 03:24:35.425582    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 03:24:42.624123    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:24:43.804914    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:24:44.722293    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:24:52.878005    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
start_stop_delete_test.go:241: (dbg) Done: out/minikube-darwin-amd64 start -p embed-certs-20211231032212-2057 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --kubernetes-version=v1.23.1: (1m10.595648648s)
start_stop_delete_test.go:247: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p embed-certs-20211231032212-2057 -n embed-certs-20211231032212-2057
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (71.25s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.07s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:259: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:343: "kubernetes-dashboard-ccd587f44-b2kk4" [cabe846f-d27a-4950-a4af-344f3e877249] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
helpers_test.go:343: "kubernetes-dashboard-ccd587f44-b2kk4" [cabe846f-d27a-4950-a4af-344f3e877249] Running
E1231 03:25:11.204983    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
start_stop_delete_test.go:259: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.067222245s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.07s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (6.93s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:343: "kubernetes-dashboard-ccd587f44-b2kk4" [cabe846f-d27a-4950-a4af-344f3e877249] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.007776764s
start_stop_delete_test.go:276: (dbg) Run:  kubectl --context embed-certs-20211231032212-2057 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
start_stop_delete_test.go:276: (dbg) Done: kubectl --context embed-certs-20211231032212-2057 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard: (1.920008768s)
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (6.93s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.65s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:289: (dbg) Run:  out/minikube-darwin-amd64 ssh -p embed-certs-20211231032212-2057 "sudo crictl images -o json"
start_stop_delete_test.go:289: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.65s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/Pause (4.5s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 pause -p embed-certs-20211231032212-2057 --alsologtostderr -v=1
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p embed-certs-20211231032212-2057 -n embed-certs-20211231032212-2057
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.APIServer}} -p embed-certs-20211231032212-2057 -n embed-certs-20211231032212-2057: exit status 2 (634.903418ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p embed-certs-20211231032212-2057 -n embed-certs-20211231032212-2057
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Kubelet}} -p embed-certs-20211231032212-2057 -n embed-certs-20211231032212-2057: exit status 2 (628.056697ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 unpause -p embed-certs-20211231032212-2057 --alsologtostderr -v=1
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p embed-certs-20211231032212-2057 -n embed-certs-20211231032212-2057
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p embed-certs-20211231032212-2057 -n embed-certs-20211231032212-2057
--- PASS: TestStartStop/group/embed-certs/serial/Pause (4.50s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/FirstStart (365.01s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/FirstStart
start_stop_delete_test.go:171: (dbg) Run:  out/minikube-darwin-amd64 start -p default-k8s-different-port-20211231032543-2057 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --kubernetes-version=v1.23.1
E1231 03:26:05.732670    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:26:10.861757    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:27:32.921481    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 03:27:33.949062    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory

                                                
                                                
=== CONT  TestStartStop/group/default-k8s-different-port/serial/FirstStart
start_stop_delete_test.go:171: (dbg) Done: out/minikube-darwin-amd64 start -p default-k8s-different-port-20211231032543-2057 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --kubernetes-version=v1.23.1: (6m5.007186234s)
--- PASS: TestStartStop/group/default-k8s-different-port/serial/FirstStart (365.01s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (5.02s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:259: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:343: "kubernetes-dashboard-ccd587f44-jncxw" [b89ee748-2b4a-4721-9acc-9ed044549e80] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
start_stop_delete_test.go:259: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.012855825s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (5.02s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/AddonExistsAfterStop (6.93s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:343: "kubernetes-dashboard-ccd587f44-jncxw" [b89ee748-2b4a-4721-9acc-9ed044549e80] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.006658096s
start_stop_delete_test.go:276: (dbg) Run:  kubectl --context no-preload-20211231031614-2057 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
start_stop_delete_test.go:276: (dbg) Done: kubectl --context no-preload-20211231031614-2057 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard: (1.921877057s)
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (6.93s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.64s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:289: (dbg) Run:  out/minikube-darwin-amd64 ssh -p no-preload-20211231031614-2057 "sudo crictl images -o json"
start_stop_delete_test.go:289: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.64s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/Pause (4.37s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 pause -p no-preload-20211231031614-2057 --alsologtostderr -v=1
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p no-preload-20211231031614-2057 -n no-preload-20211231031614-2057
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.APIServer}} -p no-preload-20211231031614-2057 -n no-preload-20211231031614-2057: exit status 2 (653.144833ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p no-preload-20211231031614-2057 -n no-preload-20211231031614-2057
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Kubelet}} -p no-preload-20211231031614-2057 -n no-preload-20211231031614-2057: exit status 2 (622.882245ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 unpause -p no-preload-20211231031614-2057 --alsologtostderr -v=1
E1231 03:27:50.695074    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p no-preload-20211231031614-2057 -n no-preload-20211231031614-2057
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p no-preload-20211231031614-2057 -n no-preload-20211231031614-2057
--- PASS: TestStartStop/group/no-preload/serial/Pause (4.37s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/FirstStart (96.63s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:171: (dbg) Run:  out/minikube-darwin-amd64 start -p newest-cni-20211231032809-2057 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubelet.network-plugin=cni --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 --driver=docker  --kubernetes-version=v1.23.2-rc.0
E1231 03:28:21.840885    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:28:49.573957    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:29:14.888586    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:29:18.546260    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 03:29:29.792722    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 03:29:35.429732    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 03:29:44.718762    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
start_stop_delete_test.go:171: (dbg) Done: out/minikube-darwin-amd64 start -p newest-cni-20211231032809-2057 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubelet.network-plugin=cni --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 --driver=docker  --kubernetes-version=v1.23.2-rc.0: (1m36.628805405s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (96.63s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/DeployApp (0s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/DeployApp
--- PASS: TestStartStop/group/newest-cni/serial/DeployApp (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (0.8s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/EnableAddonWhileActive
start_stop_delete_test.go:190: (dbg) Run:  out/minikube-darwin-amd64 addons enable metrics-server -p newest-cni-20211231032809-2057 --images=MetricsServer=k8s.gcr.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:196: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (0.80s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/Stop (19.62s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:213: (dbg) Run:  out/minikube-darwin-amd64 stop -p newest-cni-20211231032809-2057 --alsologtostderr -v=3
E1231 03:29:52.878467    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
start_stop_delete_test.go:213: (dbg) Done: out/minikube-darwin-amd64 stop -p newest-cni-20211231032809-2057 --alsologtostderr -v=3: (19.617554197s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (19.62s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.38s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/EnableAddonAfterStop
start_stop_delete_test.go:224: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p newest-cni-20211231032809-2057 -n newest-cni-20211231032809-2057
start_stop_delete_test.go:224: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p newest-cni-20211231032809-2057 -n newest-cni-20211231032809-2057: exit status 7 (149.650796ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:224: status error: exit status 7 (may be ok)
start_stop_delete_test.go:231: (dbg) Run:  out/minikube-darwin-amd64 addons enable dashboard -p newest-cni-20211231032809-2057 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.38s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/SecondStart (75.72s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:241: (dbg) Run:  out/minikube-darwin-amd64 start -p newest-cni-20211231032809-2057 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubelet.network-plugin=cni --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 --driver=docker  --kubernetes-version=v1.23.2-rc.0
E1231 03:30:11.196970    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 03:30:35.877368    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:31:10.864643    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
start_stop_delete_test.go:241: (dbg) Done: out/minikube-darwin-amd64 start -p newest-cni-20211231032809-2057 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubelet.network-plugin=cni --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 --driver=docker  --kubernetes-version=v1.23.2-rc.0: (1m15.057801816s)
start_stop_delete_test.go:247: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p newest-cni-20211231032809-2057 -n newest-cni-20211231032809-2057
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (75.72s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop (0s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop
start_stop_delete_test.go:258: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/AddonExistsAfterStop (0s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/AddonExistsAfterStop
start_stop_delete_test.go:269: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/AddonExistsAfterStop (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.7s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:289: (dbg) Run:  out/minikube-darwin-amd64 ssh -p newest-cni-20211231032809-2057 "sudo crictl images -o json"
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.70s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/Pause (4.46s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Pause
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 pause -p newest-cni-20211231032809-2057 --alsologtostderr -v=1
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p newest-cni-20211231032809-2057 -n newest-cni-20211231032809-2057
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.APIServer}} -p newest-cni-20211231032809-2057 -n newest-cni-20211231032809-2057: exit status 2 (645.410413ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p newest-cni-20211231032809-2057 -n newest-cni-20211231032809-2057
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Kubelet}} -p newest-cni-20211231032809-2057 -n newest-cni-20211231032809-2057: exit status 2 (659.542063ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 unpause -p newest-cni-20211231032809-2057 --alsologtostderr -v=1
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p newest-cni-20211231032809-2057 -n newest-cni-20211231032809-2057
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p newest-cni-20211231032809-2057 -n newest-cni-20211231032809-2057
--- PASS: TestStartStop/group/newest-cni/serial/Pause (4.46s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/DeployApp (15.04s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/DeployApp
start_stop_delete_test.go:181: (dbg) Run:  kubectl --context default-k8s-different-port-20211231032543-2057 create -f testdata/busybox.yaml
start_stop_delete_test.go:181: (dbg) Done: kubectl --context default-k8s-different-port-20211231032543-2057 create -f testdata/busybox.yaml: (1.882012176s)
start_stop_delete_test.go:181: (dbg) TestStartStop/group/default-k8s-different-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:343: "busybox" [9b2601a2-1318-4d3e-975e-4980aa001c5f] Pending
helpers_test.go:343: "busybox" [9b2601a2-1318-4d3e-975e-4980aa001c5f] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:343: "busybox" [9b2601a2-1318-4d3e-975e-4980aa001c5f] Running
start_stop_delete_test.go:181: (dbg) TestStartStop/group/default-k8s-different-port/serial/DeployApp: integration-test=busybox healthy within 13.016432707s
start_stop_delete_test.go:181: (dbg) Run:  kubectl --context default-k8s-different-port-20211231032543-2057 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-different-port/serial/DeployApp (15.04s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/EnableAddonWhileActive (0.78s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/EnableAddonWhileActive
start_stop_delete_test.go:190: (dbg) Run:  out/minikube-darwin-amd64 addons enable metrics-server -p default-k8s-different-port-20211231032543-2057 --images=MetricsServer=k8s.gcr.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:200: (dbg) Run:  kubectl --context default-k8s-different-port-20211231032543-2057 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/default-k8s-different-port/serial/EnableAddonWhileActive (0.78s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/Stop (17.06s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/Stop
start_stop_delete_test.go:213: (dbg) Run:  out/minikube-darwin-amd64 stop -p default-k8s-different-port-20211231032543-2057 --alsologtostderr -v=3
E1231 03:32:09.871593    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:09.876869    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:09.887553    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:09.908321    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:09.958578    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:10.047931    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:10.212769    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:10.536126    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:11.181828    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:12.472123    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:15.032520    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:20.154152    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
start_stop_delete_test.go:213: (dbg) Done: out/minikube-darwin-amd64 stop -p default-k8s-different-port-20211231032543-2057 --alsologtostderr -v=3: (17.063104586s)
--- PASS: TestStartStop/group/default-k8s-different-port/serial/Stop (17.06s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/EnableAddonAfterStop (0.37s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/EnableAddonAfterStop
start_stop_delete_test.go:224: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p default-k8s-different-port-20211231032543-2057 -n default-k8s-different-port-20211231032543-2057
start_stop_delete_test.go:224: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p default-k8s-different-port-20211231032543-2057 -n default-k8s-different-port-20211231032543-2057: exit status 7 (144.354624ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:224: status error: exit status 7 (may be ok)
start_stop_delete_test.go:231: (dbg) Run:  out/minikube-darwin-amd64 addons enable dashboard -p default-k8s-different-port-20211231032543-2057 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
--- PASS: TestStartStop/group/default-k8s-different-port/serial/EnableAddonAfterStop (0.37s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/SecondStart (314.49s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/SecondStart
start_stop_delete_test.go:241: (dbg) Run:  out/minikube-darwin-amd64 start -p default-k8s-different-port-20211231032543-2057 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --kubernetes-version=v1.23.1
E1231 03:32:30.394381    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:33.804977    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 03:32:50.704006    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
E1231 03:32:50.874995    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:32:56.093420    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 03:32:59.038037    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:33:21.852392    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/old-k8s-version-20211231031519-2057/client.crt: no such file or directory
E1231 03:33:31.837512    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:33:38.995721    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:34:14.899027    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:34:29.800281    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/ingress-addon-legacy-20211231015632-2057/client.crt: no such file or directory
E1231 03:34:35.436894    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/skaffold-20211231023253-2057/client.crt: no such file or directory
E1231 03:34:44.727984    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
E1231 03:34:52.886064    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/auto-20211231023601-2057/client.crt: no such file or directory
E1231 03:34:53.758893    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
E1231 03:35:11.206302    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/functional-20211231015118-2057/client.crt: no such file or directory
E1231 03:35:35.884953    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/false-20211231023602-2057/client.crt: no such file or directory
E1231 03:35:37.998030    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/bridge-20211231023601-2057/client.crt: no such file or directory
E1231 03:36:02.100810    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/cilium-20211231023602-2057/client.crt: no such file or directory
E1231 03:36:10.874703    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/enable-default-cni-20211231023601-2057/client.crt: no such file or directory
E1231 03:37:09.877042    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
start_stop_delete_test.go:241: (dbg) Done: out/minikube-darwin-amd64 start -p default-k8s-different-port-20211231032543-2057 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --kubernetes-version=v1.23.1: (5m13.867581769s)
start_stop_delete_test.go:247: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Host}} -p default-k8s-different-port-20211231032543-2057 -n default-k8s-different-port-20211231032543-2057
--- PASS: TestStartStop/group/default-k8s-different-port/serial/SecondStart (314.49s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop (5.02s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:259: (dbg) TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:343: "kubernetes-dashboard-ccd587f44-bb7qj" [66594010-cf67-4e30-b3ed-a4237cada889] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
E1231 03:37:37.599602    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/no-preload-20211231031614-2057/client.crt: no such file or directory
start_stop_delete_test.go:259: (dbg) TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.017021842s
--- PASS: TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop (5.02s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop (6.9s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:343: "kubernetes-dashboard-ccd587f44-bb7qj" [66594010-cf67-4e30-b3ed-a4237cada889] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.008284452s
start_stop_delete_test.go:276: (dbg) Run:  kubectl --context default-k8s-different-port-20211231032543-2057 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
E1231 03:37:47.859640    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/custom-weave-20211231023602-2057/client.crt: no such file or directory
start_stop_delete_test.go:276: (dbg) Done: kubectl --context default-k8s-different-port-20211231032543-2057 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard: (1.886060369s)
--- PASS: TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop (6.90s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages (0.61s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:289: (dbg) Run:  out/minikube-darwin-amd64 ssh -p default-k8s-different-port-20211231032543-2057 "sudo crictl images -o json"
start_stop_delete_test.go:289: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages (0.61s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/Pause (4.23s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/Pause
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 pause -p default-k8s-different-port-20211231032543-2057 --alsologtostderr -v=1
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p default-k8s-different-port-20211231032543-2057 -n default-k8s-different-port-20211231032543-2057
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.APIServer}} -p default-k8s-different-port-20211231032543-2057 -n default-k8s-different-port-20211231032543-2057: exit status 2 (602.498353ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p default-k8s-different-port-20211231032543-2057 -n default-k8s-different-port-20211231032543-2057
E1231 03:37:50.710175    2057 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/darwin-amd64-docker--12739-872-7c21f9163ae8b175cef980961032eb5d83504bec/.minikube/profiles/addons-20211231014356-2057/client.crt: no such file or directory
start_stop_delete_test.go:296: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Kubelet}} -p default-k8s-different-port-20211231032543-2057 -n default-k8s-different-port-20211231032543-2057: exit status 2 (605.754548ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:296: status error: exit status 2 (may be ok)
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 unpause -p default-k8s-different-port-20211231032543-2057 --alsologtostderr -v=1
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.APIServer}} -p default-k8s-different-port-20211231032543-2057 -n default-k8s-different-port-20211231032543-2057
start_stop_delete_test.go:296: (dbg) Run:  out/minikube-darwin-amd64 status --format={{.Kubelet}} -p default-k8s-different-port-20211231032543-2057 -n default-k8s-different-port-20211231032543-2057
--- PASS: TestStartStop/group/default-k8s-different-port/serial/Pause (4.23s)

                                                
                                    

Test skip (20/272)

x
+
TestDownloadOnly/v1.16.0/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/cached-images
aaa_download_only_test.go:119: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.16.0/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.16.0/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/binaries
aaa_download_only_test.go:138: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.16.0/binaries (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.1/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.1/cached-images
aaa_download_only_test.go:119: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.23.1/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.1/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.1/binaries
aaa_download_only_test.go:138: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.23.1/binaries (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.2-rc.0/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.2-rc.0/cached-images
aaa_download_only_test.go:119: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.23.2-rc.0/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.23.2-rc.0/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.23.2-rc.0/binaries
aaa_download_only_test.go:138: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.23.2-rc.0/binaries (0.00s)

                                                
                                    
x
+
TestAddons/parallel/Registry (15.97s)

                                                
                                                
=== RUN   TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:281: registry stabilized in 13.976651ms

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:283: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...

                                                
                                                
=== CONT  TestAddons/parallel/Registry
helpers_test.go:343: "registry-nxdsg" [a25320c4-4d11-491a-9e68-0aac527faa5d] Running

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:283: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.017954796s
addons_test.go:286: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:343: "registry-proxy-pkjpg" [349d9041-dfe2-4753-9aeb-13c1a57c09f0] Running
addons_test.go:286: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.008579654s
addons_test.go:291: (dbg) Run:  kubectl --context addons-20211231014356-2057 delete po -l run=registry-test --now
addons_test.go:296: (dbg) Run:  kubectl --context addons-20211231014356-2057 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:296: (dbg) Done: kubectl --context addons-20211231014356-2057 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": (5.856641642s)
addons_test.go:306: Unable to complete rest of the test due to connectivity assumptions
--- SKIP: TestAddons/parallel/Registry (15.97s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (13.76s)

                                                
                                                
=== RUN   TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:163: (dbg) Run:  kubectl --context addons-20211231014356-2057 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:183: (dbg) Run:  kubectl --context addons-20211231014356-2057 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:196: (dbg) Run:  kubectl --context addons-20211231014356-2057 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:201: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:343: "nginx" [68f03ee8-3c4b-4156-9a39-85ab5b44a066] Pending
helpers_test.go:343: "nginx" [68f03ee8-3c4b-4156-9a39-85ab5b44a066] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
helpers_test.go:343: "nginx" [68f03ee8-3c4b-4156-9a39-85ab5b44a066] Running

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:201: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 12.020948489s
addons_test.go:213: (dbg) Run:  out/minikube-darwin-amd64 -p addons-20211231014356-2057 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:233: skipping ingress DNS test for any combination that needs port forwarding
--- SKIP: TestAddons/parallel/Ingress (13.76s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

                                                
                                                
=== RUN   TestAddons/parallel/Olm
=== PAUSE TestAddons/parallel/Olm

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Olm
addons_test.go:449: Skipping Olm addon till images are fixed
--- SKIP: TestAddons/parallel/Olm (0.00s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
driver_install_or_update_test.go:41: Skip if not linux.
--- SKIP: TestKVMDriverInstallOrUpdate (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd (14.99s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd
=== PAUSE TestFunctional/parallel/ServiceCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmd
functional_test.go:1417: (dbg) Run:  kubectl --context functional-20211231015118-2057 create deployment hello-node --image=k8s.gcr.io/echoserver:1.8
functional_test.go:1423: (dbg) Run:  kubectl --context functional-20211231015118-2057 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1428: (dbg) TestFunctional/parallel/ServiceCmd: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:343: "hello-node-54fbb85-j68kz" [e0213f99-26ce-4fde-acaf-142e9a406607] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmd
helpers_test.go:343: "hello-node-54fbb85-j68kz" [e0213f99-26ce-4fde-acaf-142e9a406607] Running

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmd
functional_test.go:1428: (dbg) TestFunctional/parallel/ServiceCmd: app=hello-node healthy within 14.013571403s
functional_test.go:1433: (dbg) Run:  out/minikube-darwin-amd64 -p functional-20211231015118-2057 service list
functional_test.go:1442: test is broken for port-forwarded drivers: https://github.com/kubernetes/minikube/issues/7383
--- SKIP: TestFunctional/parallel/ServiceCmd (14.99s)

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/PodmanEnv
=== PAUSE TestFunctional/parallel/PodmanEnv

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PodmanEnv
functional_test.go:536: only validate podman env with docker container runtime, currently testing docker
--- SKIP: TestFunctional/parallel/PodmanEnv (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig
functional_test_tunnel_test.go:97: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil
functional_test_tunnel_test.go:97: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS
functional_test_tunnel_test.go:97: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS (0.00s)

                                                
                                    
x
+
TestGvisorAddon (0s)

                                                
                                                
=== RUN   TestGvisorAddon
gvisor_addon_test.go:35: skipping test because --gvisor=false
--- SKIP: TestGvisorAddon (0.00s)

                                                
                                    
x
+
TestIngressAddonLegacy/serial/ValidateIngressAddons (40.16s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/serial/ValidateIngressAddons
addons_test.go:163: (dbg) Run:  kubectl --context ingress-addon-legacy-20211231015632-2057 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:163: (dbg) Done: kubectl --context ingress-addon-legacy-20211231015632-2057 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s: (17.493288184s)
addons_test.go:183: (dbg) Run:  kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml
addons_test.go:183: (dbg) Non-zero exit: kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml: exit status 1 (205.864376ms)

                                                
                                                
** stderr ** 
	Error from server (InternalError): Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1beta1/ingresses?timeout=10s: dial tcp 10.100.25.98:443: connect: connection refused

                                                
                                                
** /stderr **
addons_test.go:183: (dbg) Run:  kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml
addons_test.go:183: (dbg) Non-zero exit: kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml: exit status 1 (162.848343ms)

                                                
                                                
** stderr ** 
	Error from server (InternalError): Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1beta1/ingresses?timeout=10s: dial tcp 10.100.25.98:443: connect: connection refused

                                                
                                                
** /stderr **
addons_test.go:183: (dbg) Run:  kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml
addons_test.go:183: (dbg) Non-zero exit: kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml: exit status 1 (162.118407ms)

                                                
                                                
** stderr ** 
	Error from server (InternalError): Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1beta1/ingresses?timeout=10s: dial tcp 10.100.25.98:443: connect: connection refused

                                                
                                                
** /stderr **
addons_test.go:183: (dbg) Run:  kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml
addons_test.go:183: (dbg) Non-zero exit: kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml: exit status 1 (162.11289ms)

                                                
                                                
** stderr ** 
	Error from server (InternalError): Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1beta1/ingresses?timeout=10s: dial tcp 10.100.25.98:443: connect: connection refused

                                                
                                                
** /stderr **
addons_test.go:183: (dbg) Run:  kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml
addons_test.go:183: (dbg) Non-zero exit: kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml: exit status 1 (158.080312ms)

                                                
                                                
** stderr ** 
	Error from server (InternalError): Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1beta1/ingresses?timeout=10s: dial tcp 10.100.25.98:443: connect: connection refused

                                                
                                                
** /stderr **
addons_test.go:183: (dbg) Run:  kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-ingress-v1beta1.yaml
addons_test.go:196: (dbg) Run:  kubectl --context ingress-addon-legacy-20211231015632-2057 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:201: (dbg) TestIngressAddonLegacy/serial/ValidateIngressAddons: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:343: "nginx" [c818ec6d-f2d8-436c-a18b-39d2a737f3a5] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:343: "nginx" [c818ec6d-f2d8-436c-a18b-39d2a737f3a5] Running
addons_test.go:201: (dbg) TestIngressAddonLegacy/serial/ValidateIngressAddons: run=nginx healthy within 10.008813045s
addons_test.go:213: (dbg) Run:  out/minikube-darwin-amd64 -p ingress-addon-legacy-20211231015632-2057 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:233: skipping ingress DNS test for any combination that needs port forwarding
--- SKIP: TestIngressAddonLegacy/serial/ValidateIngressAddons (40.16s)

                                                
                                    
x
+
TestScheduledStopWindows (0s)

                                                
                                                
=== RUN   TestScheduledStopWindows
scheduled_stop_test.go:43: test only runs on windows
--- SKIP: TestScheduledStopWindows (0.00s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel (0.84s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel
net_test.go:77: flannel is not yet compatible with Docker driver: iptables v1.8.3 (legacy): Couldn't load target `CNI-x': No such file or directory
helpers_test.go:176: Cleaning up "flannel-20211231023601-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p flannel-20211231023601-2057
--- SKIP: TestNetworkPlugins/group/flannel (0.84s)

                                                
                                    
x
+
TestStartStop/group/disable-driver-mounts (0.85s)

                                                
                                                
=== RUN   TestStartStop/group/disable-driver-mounts
=== PAUSE TestStartStop/group/disable-driver-mounts

                                                
                                                

                                                
                                                
=== CONT  TestStartStop/group/disable-driver-mounts
start_stop_delete_test.go:103: skipping TestStartStop/group/disable-driver-mounts - only runs on virtualbox
helpers_test.go:176: Cleaning up "disable-driver-mounts-20211231032542-2057" profile ...
helpers_test.go:179: (dbg) Run:  out/minikube-darwin-amd64 delete -p disable-driver-mounts-20211231032542-2057
--- SKIP: TestStartStop/group/disable-driver-mounts (0.85s)

                                                
                                    
Copied to clipboard