kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.23k stars 4.87k forks source link

GH action does not support Start Stop #8052

Closed medyagh closed 3 years ago

medyagh commented 4 years ago

this happens only in github actions when trying to start a stopped kic. as seen in this PR: https://github.com/kubernetes/minikube/pull/8025/checks?check_run_id=658120043

Failed to bump fs.file-max, ignoring: Invalid argument
2020-05-09T01:13:33.3941636Z             Failed to attach 1 to compat systemd cgroup /actions_job/7f8719abd6da75f05773821619c61449d06518cd14536021b8f5535573d030c5/init.s
2020-05-09T01:09:41.2419720Z ##[section]Starting: Request a runner to run this job
2020-05-09T01:09:41.8238530Z Requesting a self-hosted runner in current repository with labels: 'ubuntu-18.04', require runner match: False
2020-05-09T01:09:42.3813529Z Requesting a hosted runner in current repository's account/organization with labels: 'ubuntu-18.04', require runner match: True
2020-05-09T01:09:42.4804128Z Labels matched hosted runners has been found, waiting for one of them get assigned for this job.
2020-05-09T01:09:42.5645959Z ##[section]Finishing: Request a runner to run this job
2020-05-09T01:09:50.5181280Z Current runner version: '2.169.1'
2020-05-09T01:09:50.5208181Z ##[group]Operating System
2020-05-09T01:09:50.5208851Z Ubuntu
2020-05-09T01:09:50.5209007Z 18.04.4
2020-05-09T01:09:50.5209207Z LTS
2020-05-09T01:09:50.5209409Z ##[endgroup]
2020-05-09T01:09:50.5209613Z ##[group]Virtual Environment
2020-05-09T01:09:50.5209788Z Environment: ubuntu-18.04
2020-05-09T01:09:50.5210009Z Version: 20200430.1
2020-05-09T01:09:50.5210300Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20200430.1/images/linux/Ubuntu1804-README.md
2020-05-09T01:09:50.5210550Z ##[endgroup]
2020-05-09T01:09:50.5211462Z Prepare workflow directory
2020-05-09T01:09:50.5583846Z Prepare all required actions
2020-05-09T01:09:50.5595013Z Download action repository 'actions/download-artifact@v1'
2020-05-09T01:09:51.8152969Z Download action repository 'actions/upload-artifact@v1'
2020-05-09T01:09:52.8379833Z ##[group]Run curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
2020-05-09T01:09:52.8380188Z curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
2020-05-09T01:09:52.8380407Z sudo install kubectl /usr/local/bin/kubectl
2020-05-09T01:09:52.8380587Z kubectl version --client=true
2020-05-09T01:09:52.8419432Z shell: /bin/bash --noprofile --norc -e -o pipefail {0}
2020-05-09T01:09:52.8419761Z env:
2020-05-09T01:09:52.8419960Z   GOPROXY: https://proxy.golang.org
2020-05-09T01:09:52.8420135Z   TIME_ELAPSED: time
2020-05-09T01:09:52.8420274Z   JOB_NAME: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:09:52.8420428Z   GOPOGH_RESULT: 
2020-05-09T01:09:52.8420580Z   SHELL: /bin/bash
2020-05-09T01:09:52.8420729Z ##[endgroup]
2020-05-09T01:09:53.7999825Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2020-05-09T01:09:53.8000376Z                                  Dload  Upload   Total   Spent    Left  Speed
2020-05-09T01:09:53.8000489Z 
2020-05-09T01:09:53.8008822Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2020-05-09T01:09:53.8009396Z 100 41.9M  100 41.9M    0     0  80.4M      0 --:--:-- --:--:-- --:--:-- 80.4M
2020-05-09T01:09:53.8010102Z Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1da15becaa390438d8", GitTreeState:"clean", BuildDate:"2020-03-25T14:58:59Z", GoVersion:"go1.13.8", Compiler:"gc", Platform:"linux/amd64"}
2020-05-09T01:09:53.8080538Z ##[group]Run sudo apt-get update -qq
2020-05-09T01:09:53.8080751Z sudo apt-get update -qq
2020-05-09T01:09:53.8080914Z sudo apt-get -qq -y install liblz4-tool
2020-05-09T01:09:53.8118417Z shell: /bin/bash --noprofile --norc -e -o pipefail {0}
2020-05-09T01:09:53.8118578Z env:
2020-05-09T01:09:53.8118787Z   GOPROXY: https://proxy.golang.org
2020-05-09T01:09:53.8118965Z   TIME_ELAPSED: time
2020-05-09T01:09:53.8119122Z   JOB_NAME: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:09:53.8119268Z   GOPOGH_RESULT: 
2020-05-09T01:09:53.8119436Z   SHELL: /bin/bash
2020-05-09T01:09:53.8119586Z ##[endgroup]
2020-05-09T01:10:03.3001816Z Selecting previously unselected package liblz4-tool.
2020-05-09T01:10:03.3005997Z (Reading database ... 
2020-05-09T01:10:03.3007836Z (Reading database ... 5%
2020-05-09T01:10:03.3009752Z (Reading database ... 10%
2020-05-09T01:10:03.3127546Z (Reading database ... 15%
2020-05-09T01:10:03.3131063Z (Reading database ... 20%
2020-05-09T01:10:03.3132341Z (Reading database ... 25%
2020-05-09T01:10:03.3132477Z (Reading database ... 30%
2020-05-09T01:10:03.3132664Z (Reading database ... 35%
2020-05-09T01:10:03.3132781Z (Reading database ... 40%
2020-05-09T01:10:03.3132877Z (Reading database ... 45%
2020-05-09T01:10:03.3132993Z (Reading database ... 50%
2020-05-09T01:10:03.3133104Z (Reading database ... 55%
2020-05-09T01:10:03.3133215Z (Reading database ... 60%
2020-05-09T01:10:03.3133449Z (Reading database ... 65%
2020-05-09T01:10:03.3133564Z (Reading database ... 70%
2020-05-09T01:10:03.3133677Z (Reading database ... 75%
2020-05-09T01:10:03.3134114Z (Reading database ... 80%
2020-05-09T01:10:03.3568519Z (Reading database ... 85%
2020-05-09T01:10:03.4460480Z (Reading database ... 90%
2020-05-09T01:10:03.5290035Z (Reading database ... 95%
2020-05-09T01:10:03.5290869Z (Reading database ... 100%
2020-05-09T01:10:03.5349805Z (Reading database ... 277214 files and directories currently installed.)
2020-05-09T01:10:03.5423649Z Preparing to unpack .../liblz4-tool_0.0~r131-2ubuntu3_amd64.deb ...
2020-05-09T01:10:03.5455747Z Unpacking liblz4-tool (0.0~r131-2ubuntu3) ...
2020-05-09T01:10:03.6286496Z Setting up liblz4-tool (0.0~r131-2ubuntu3) ...
2020-05-09T01:10:03.6335448Z Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2020-05-09T01:10:05.9735022Z ##[group]Run echo "--------------------------"
2020-05-09T01:10:05.9735414Z echo "--------------------------"
2020-05-09T01:10:05.9735574Z docker version || true
2020-05-09T01:10:05.9735704Z echo "--------------------------"
2020-05-09T01:10:05.9736025Z docker info || true
2020-05-09T01:10:05.9737258Z echo "--------------------------"
2020-05-09T01:10:05.9739547Z docker system df || true
2020-05-09T01:10:05.9739930Z echo "--------------------------"
2020-05-09T01:10:05.9740225Z docker system info || true
2020-05-09T01:10:05.9740373Z echo "--------------------------"
2020-05-09T01:10:05.9740514Z docker ps || true
2020-05-09T01:10:05.9740654Z echo "--------------------------"
2020-05-09T01:10:05.9811532Z shell: /bin/bash --noprofile --norc -e -o pipefail {0}
2020-05-09T01:10:05.9811725Z env:
2020-05-09T01:10:05.9812054Z   GOPROXY: https://proxy.golang.org
2020-05-09T01:10:05.9812351Z   TIME_ELAPSED: time
2020-05-09T01:10:05.9812502Z   JOB_NAME: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:10:05.9812625Z   GOPOGH_RESULT: 
2020-05-09T01:10:05.9812742Z   SHELL: /bin/bash
2020-05-09T01:10:05.9812841Z ##[endgroup]
2020-05-09T01:10:05.9888910Z --------------------------
2020-05-09T01:10:06.4887879Z Client:
2020-05-09T01:10:06.4888285Z  Version:           3.0.11+azure
2020-05-09T01:10:06.4888413Z  API version:       1.40
2020-05-09T01:10:06.4888529Z  Go version:        go1.12.17
2020-05-09T01:10:06.4888646Z  Git commit:        eb310fca49568dccd87c6136f774ef6fff2a1b51
2020-05-09T01:10:06.4888759Z  Built:             Tue Mar  3 21:59:52 2020
2020-05-09T01:10:06.4888874Z  OS/Arch:           linux/amd64
2020-05-09T01:10:06.4888984Z  Experimental:      false
2020-05-09T01:10:06.4889040Z 
2020-05-09T01:10:06.4889143Z Server:
2020-05-09T01:10:06.4889249Z  Engine:
2020-05-09T01:10:06.4889340Z   Version:          3.0.11+azure
2020-05-09T01:10:06.4889480Z   API version:      1.40 (minimum version 1.12)
2020-05-09T01:10:06.4889595Z   Go version:       go1.12.17
2020-05-09T01:10:06.4889709Z   Git commit:       aa6a9891b0
2020-05-09T01:10:06.4889822Z   Built:            Tue Mar 10 18:53:36 2020
2020-05-09T01:10:06.4889921Z   OS/Arch:          linux/amd64
2020-05-09T01:10:06.4890038Z   Experimental:     false
2020-05-09T01:10:06.4890146Z  containerd:
2020-05-09T01:10:06.4890254Z   Version:          v1.2.13
2020-05-09T01:10:06.4890355Z   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
2020-05-09T01:10:06.4890471Z  runc:
2020-05-09T01:10:06.4891174Z   Version:          spec: 1.0.1-dev
2020-05-09T01:10:06.4891288Z   GitCommit:        
2020-05-09T01:10:06.4891513Z  docker-init:
2020-05-09T01:10:06.4891621Z   Version:          0.18.0
2020-05-09T01:10:06.4891730Z   GitCommit:        fec3683
2020-05-09T01:10:06.4906226Z --------------------------
2020-05-09T01:10:09.0581860Z Client:
2020-05-09T01:10:09.0594510Z  Debug Mode: false
2020-05-09T01:10:09.0594644Z  Plugins:
2020-05-09T01:10:09.0594815Z   buildx: Build with BuildKit (Docker Inc., 0.3.1+azure)
2020-05-09T01:10:09.0594893Z 
2020-05-09T01:10:09.0595013Z Server:
2020-05-09T01:10:09.0595130Z  Containers: 0
2020-05-09T01:10:09.0595248Z   Running: 0
2020-05-09T01:10:09.0595348Z   Paused: 0
2020-05-09T01:10:09.0595466Z   Stopped: 0
2020-05-09T01:10:09.0595859Z  Images: 14
2020-05-09T01:10:09.0595981Z  Server Version: 3.0.11+azure
2020-05-09T01:10:09.0596088Z  Storage Driver: overlay2
2020-05-09T01:10:09.0596210Z   Backing Filesystem: <unknown>
2020-05-09T01:10:09.0596332Z   Supports d_type: true
2020-05-09T01:10:09.0596455Z   Native Overlay Diff: false
2020-05-09T01:10:09.0597172Z  Logging Driver: json-file
2020-05-09T01:10:09.0597301Z  Cgroup Driver: cgroupfs
2020-05-09T01:10:09.0597421Z  Plugins:
2020-05-09T01:10:09.0597540Z   Volume: local
2020-05-09T01:10:09.0597647Z   Network: bridge host ipvlan macvlan null overlay
2020-05-09T01:10:09.0598023Z   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
2020-05-09T01:10:09.0598307Z  Swarm: inactive
2020-05-09T01:10:09.0598438Z  Runtimes: runc
2020-05-09T01:10:09.0598542Z  Default Runtime: runc
2020-05-09T01:10:09.0598834Z  Init Binary: docker-init
2020-05-09T01:10:09.0600005Z  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
2020-05-09T01:10:09.0600152Z  runc version: 
2020-05-09T01:10:09.0600253Z  init version: fec3683
2020-05-09T01:10:09.0600374Z  Security Options:
2020-05-09T01:10:09.0600491Z   apparmor
2020-05-09T01:10:09.0600607Z   seccomp
2020-05-09T01:10:09.0600710Z    Profile: default
2020-05-09T01:10:09.0601076Z  Kernel Version: 5.3.0-1020-azure
2020-05-09T01:10:09.0601205Z  Operating System: Ubuntu 18.04.4 LTS
2020-05-09T01:10:09.0601325Z  OSType: linux
2020-05-09T01:10:09.0601444Z  Architecture: x86_64
2020-05-09T01:10:09.0601547Z  CPUs: 2
2020-05-09T01:10:09.0601666Z  Total Memory: 6.765GiB
2020-05-09T01:10:09.0601931Z  Name: fv-az74
2020-05-09T01:10:09.0602066Z  ID: 45QP:JIYB:YQTS:MLSJ:7GWE:V2RU:KUIX:RNZZ:LTLJ:CMSZ:M473:W3HR
2020-05-09T01:10:09.0602193Z  Docker Root Dir: /var/lib/docker
2020-05-09T01:10:09.0602317Z  Debug Mode: false
2020-05-09T01:10:09.0602708Z  Registry: https://index.docker.io/v1/
2020-05-09T01:10:09.0602858Z  Labels:
2020-05-09T01:10:09.0602962Z  Experimental: false
2020-05-09T01:10:09.0603081Z  Insecure Registries:
2020-05-09T01:10:09.0603207Z   127.0.0.0/8
2020-05-09T01:10:09.0603323Z  Live Restore Enabled: false
2020-05-09T01:10:09.0603390Z 
2020-05-09T01:10:09.0625509Z --------------------------
2020-05-09T01:10:09.1014720Z TYPE                TOTAL               ACTIVE              SIZE                RECLAIMABLE
2020-05-09T01:10:09.1016214Z Images              14                  0                   2.761GB             2.761GB (100%)
2020-05-09T01:10:09.1016415Z Containers          0                   0                   0B                  0B
2020-05-09T01:10:09.1016565Z Local Volumes       0                   0                   0B                  0B
2020-05-09T01:10:09.1016722Z Build Cache         0                   0                   0B                  0B
2020-05-09T01:10:09.1030571Z --------------------------
2020-05-09T01:10:09.1535433Z Client:
2020-05-09T01:10:09.1546272Z  Debug Mode: false
2020-05-09T01:10:09.1549575Z  Plugins:
2020-05-09T01:10:09.1549699Z   buildx: Build with BuildKit (Docker Inc., 0.3.1+azure)
2020-05-09T01:10:09.1549784Z 
2020-05-09T01:10:09.1549891Z Server:
2020-05-09T01:10:09.1549995Z  Containers: 0
2020-05-09T01:10:09.1550101Z   Running: 0
2020-05-09T01:10:09.1550189Z   Paused: 0
2020-05-09T01:10:09.1550293Z   Stopped: 0
2020-05-09T01:10:09.1550398Z  Images: 14
2020-05-09T01:10:09.1550489Z  Server Version: 3.0.11+azure
2020-05-09T01:10:09.1550600Z  Storage Driver: overlay2
2020-05-09T01:10:09.1550707Z   Backing Filesystem: <unknown>
2020-05-09T01:10:09.1550814Z   Supports d_type: true
2020-05-09T01:10:09.1550907Z   Native Overlay Diff: false
2020-05-09T01:10:09.1551576Z  Logging Driver: json-file
2020-05-09T01:10:09.1551687Z  Cgroup Driver: cgroupfs
2020-05-09T01:10:09.1551805Z  Plugins:
2020-05-09T01:10:09.1551894Z   Volume: local
2020-05-09T01:10:09.1552005Z   Network: bridge host ipvlan macvlan null overlay
2020-05-09T01:10:09.1552321Z   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
2020-05-09T01:10:09.1552447Z  Swarm: inactive
2020-05-09T01:10:09.1552783Z  Runtimes: runc
2020-05-09T01:10:09.1552872Z  Default Runtime: runc
2020-05-09T01:10:09.1553121Z  Init Binary: docker-init
2020-05-09T01:10:09.1553238Z  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
2020-05-09T01:10:09.1553352Z  runc version: 
2020-05-09T01:10:09.1553443Z  init version: fec3683
2020-05-09T01:10:09.1553547Z  Security Options:
2020-05-09T01:10:09.1553650Z   apparmor
2020-05-09T01:10:09.1553740Z   seccomp
2020-05-09T01:10:09.1553844Z    Profile: default
2020-05-09T01:10:09.1554096Z  Kernel Version: 5.3.0-1020-azure
2020-05-09T01:10:09.1554209Z  Operating System: Ubuntu 18.04.4 LTS
2020-05-09T01:10:09.1554301Z  OSType: linux
2020-05-09T01:10:09.1554903Z  Architecture: x86_64
2020-05-09T01:10:09.1555027Z  CPUs: 2
2020-05-09T01:10:09.1555131Z  Total Memory: 6.765GiB
2020-05-09T01:10:09.1555375Z  Name: fv-az74
2020-05-09T01:10:09.1555531Z  ID: 45QP:JIYB:YQTS:MLSJ:7GWE:V2RU:KUIX:RNZZ:LTLJ:CMSZ:M473:W3HR
2020-05-09T01:10:09.1555649Z  Docker Root Dir: /var/lib/docker
2020-05-09T01:10:09.1555763Z  Debug Mode: false
2020-05-09T01:10:09.1555947Z  Registry: https://index.docker.io/v1/
2020-05-09T01:10:09.1556062Z  Labels:
2020-05-09T01:10:09.1556166Z  Experimental: false
2020-05-09T01:10:09.1556272Z  Insecure Registries:
2020-05-09T01:10:09.1556376Z   127.0.0.0/8
2020-05-09T01:10:09.1556466Z  Live Restore Enabled: false
2020-05-09T01:10:09.1556541Z 
2020-05-09T01:10:09.1557204Z --------------------------
2020-05-09T01:10:09.1818857Z CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
2020-05-09T01:10:09.1832195Z --------------------------
2020-05-09T01:10:09.1858464Z ##[group]Run curl -LO https://github.com/medyagh/gopogh/releases/download/v0.1.19/gopogh-linux-amd64
2020-05-09T01:10:09.1858738Z curl -LO https://github.com/medyagh/gopogh/releases/download/v0.1.19/gopogh-linux-amd64
2020-05-09T01:10:09.1858884Z sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
2020-05-09T01:10:09.1895520Z shell: /bin/bash --noprofile --norc -e -o pipefail {0}
2020-05-09T01:10:09.1895627Z env:
2020-05-09T01:10:09.1895780Z   GOPROXY: https://proxy.golang.org
2020-05-09T01:10:09.1895908Z   TIME_ELAPSED: time
2020-05-09T01:10:09.1896016Z   JOB_NAME: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:10:09.1896110Z   GOPOGH_RESULT: 
2020-05-09T01:10:09.1896211Z   SHELL: /bin/bash
2020-05-09T01:10:09.1896314Z ##[endgroup]
2020-05-09T01:10:09.2029843Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2020-05-09T01:10:09.2032758Z                                  Dload  Upload   Total   Spent    Left  Speed
2020-05-09T01:10:09.2033228Z 
2020-05-09T01:10:09.4071927Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2020-05-09T01:10:09.4072446Z 100   631  100   631    0     0   3093      0 --:--:-- --:--:-- --:--:--  3093
2020-05-09T01:10:09.5016943Z 
2020-05-09T01:10:10.4677303Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2020-05-09T01:10:10.4690582Z  97 10.0M   97  9.7M    0     0  7929k      0  0:00:01  0:00:01 --:--:-- 10.1M
2020-05-09T01:10:10.4692086Z 100 10.0M  100 10.0M    0     0  8091k      0  0:00:01  0:00:01 --:--:-- 10.3M
2020-05-09T01:10:10.5238543Z ##[group]Run actions/download-artifact@v1
2020-05-09T01:10:10.5238679Z with:
2020-05-09T01:10:10.5238797Z   name: minikube_binaries
2020-05-09T01:10:10.5238908Z env:
2020-05-09T01:10:10.5239074Z   GOPROXY: https://proxy.golang.org
2020-05-09T01:10:10.5239211Z   TIME_ELAPSED: time
2020-05-09T01:10:10.5239322Z   JOB_NAME: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:10:10.5239434Z   GOPOGH_RESULT: 
2020-05-09T01:10:10.5239527Z   SHELL: /bin/bash
2020-05-09T01:10:10.5239632Z ##[endgroup]
2020-05-09T01:10:10.7578842Z Downloading artifact 'minikube_binaries' to: '/home/runner/work/minikube/minikube/minikube_binaries'
2020-05-09T01:10:11.4392574Z 6 folders created.
2020-05-09T01:10:16.4468096Z Total file: 18 ---- Downloaded file: 5 (27%)
2020-05-09T01:10:20.4629581Z 18 files download succeed.
2020-05-09T01:10:20.4699607Z Artifact download finished.
2020-05-09T01:10:20.4735720Z ##[group]Run cd minikube_binaries
2020-05-09T01:10:20.4735958Z cd minikube_binaries
2020-05-09T01:10:20.4736068Z mkdir -p report
2020-05-09T01:10:20.4736162Z mkdir -p testhome
2020-05-09T01:10:20.4736268Z chmod a+x e2e-*
2020-05-09T01:10:20.4736372Z chmod a+x minikube-*
2020-05-09T01:10:20.4736486Z sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/
2020-05-09T01:10:20.4736600Z sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
2020-05-09T01:10:20.4736715Z START_TIME=$(date -u +%s)
2020-05-09T01:10:20.4736876Z KUBECONFIG=$(pwd)/testhome/kubeconfig MINIKUBE_HOME=$(pwd)/testhome ./e2e-linux-amd64 -minikube-start-args=--driver=docker  -test.run "TestStartStop/group/embed-certs" -test.timeout=10m -test.v -timeout-multiplier=1 -binary=./minikube-linux-amd64 2>&1 | tee ./report/testout.txt
2020-05-09T01:10:20.4737038Z END_TIME=$(date -u +%s)
2020-05-09T01:10:20.4737159Z TIME_ELAPSED=$(($END_TIME-$START_TIME))
2020-05-09T01:10:20.4737276Z min=$((${TIME_ELAPSED}/60))
2020-05-09T01:10:20.4737385Z sec=$((${TIME_ELAPSED}%60))
2020-05-09T01:10:20.4737490Z TIME_ELAPSED="${min} min $sec seconds "
2020-05-09T01:10:20.4737590Z echo ::set-env name=TIME_ELAPSED::${TIME_ELAPSED}
2020-05-09T01:10:20.4774338Z shell: /bin/bash {0}
2020-05-09T01:10:20.4774441Z env:
2020-05-09T01:10:20.4774610Z   GOPROXY: https://proxy.golang.org
2020-05-09T01:10:20.4774741Z   TIME_ELAPSED: time
2020-05-09T01:10:20.4774850Z   JOB_NAME: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:10:20.4774948Z   GOPOGH_RESULT: 
2020-05-09T01:10:20.4775051Z   SHELL: /bin/bash
2020-05-09T01:10:20.4775226Z ##[endgroup]
2020-05-09T01:10:20.6447225Z === RUN   TestStartStop
2020-05-09T01:10:20.6448472Z === PAUSE TestStartStop
2020-05-09T01:10:20.6449150Z === CONT  TestStartStop
2020-05-09T01:10:20.6449318Z === RUN   TestStartStop/group
2020-05-09T01:10:20.6450080Z === RUN   TestStartStop/group/embed-certs
2020-05-09T01:10:20.6450379Z === PAUSE TestStartStop/group/embed-certs
2020-05-09T01:10:20.6450729Z === CONT  TestStartStop/group/embed-certs
2020-05-09T01:10:20.6453268Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:101: (dbg) Run:  ./minikube-linux-amd64 start -p embed-certs-20200509011020-5179 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.18.1
2020-05-09T01:11:52.3788620Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:101: (dbg) Done: ./minikube-linux-amd64 start -p embed-certs-20200509011020-5179 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.18.1: (1m31.730898699s)
2020-05-09T01:11:52.3794092Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:107: (dbg) Run:  kubectl --context embed-certs-20200509011020-5179 create -f testdata/busybox.yaml
2020-05-09T01:11:52.6517676Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:107: (dbg) TestStartStop/group/embed-certs: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
2020-05-09T01:11:52.6706045Z     TestStartStop/group/embed-certs: helpers.go:320: "busybox" [89238be3-8e3c-4640-bb30-6eabf061a984] Pending
2020-05-09T01:11:53.6733767Z     TestStartStop/group/embed-certs: helpers.go:320: "busybox" [89238be3-8e3c-4640-bb30-6eabf061a984] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
2020-05-09T01:11:55.6743757Z     TestStartStop/group/embed-certs: helpers.go:320: "busybox" [89238be3-8e3c-4640-bb30-6eabf061a984] Running
2020-05-09T01:12:01.6788148Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:107: (dbg) TestStartStop/group/embed-certs: integration-test=busybox healthy within 9.026066282s
2020-05-09T01:12:01.6789151Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:107: (dbg) Run:  kubectl --context embed-certs-20200509011020-5179 exec busybox -- /bin/sh -c "ulimit -n"
2020-05-09T01:12:01.8697103Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:110: (dbg) Run:  ./minikube-linux-amd64 stop -p embed-certs-20200509011020-5179 --alsologtostderr -v=3
2020-05-09T01:12:12.8242734Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:110: (dbg) Done: ./minikube-linux-amd64 stop -p embed-certs-20200509011020-5179 --alsologtostderr -v=3: (10.95445142s)
2020-05-09T01:12:12.8243704Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:117: (dbg) Run:  ./minikube-linux-amd64 status --format={{.Host}} -p embed-certs-20200509011020-5179
2020-05-09T01:12:12.9261438Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:117: (dbg) Non-zero exit: ./minikube-linux-amd64 status --format={{.Host}} -p embed-certs-20200509011020-5179: exit status 7 (101.768771ms)
2020-05-09T01:12:12.9263128Z         
2020-05-09T01:12:12.9264076Z         -- stdout --
2020-05-09T01:12:12.9264631Z            Stopped
2020-05-09T01:12:12.9264929Z         
2020-05-09T01:12:12.9265823Z         -- /stdout --
2020-05-09T01:12:12.9266163Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:117: status error: exit status 7 (may be ok)
2020-05-09T01:12:12.9266618Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:124: (dbg) Run:  ./minikube-linux-amd64 addons enable dashboard -p embed-certs-20200509011020-5179
2020-05-09T01:12:13.0317877Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:129: (dbg) Run:  ./minikube-linux-amd64 start -p embed-certs-20200509011020-5179 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.18.1
2020-05-09T01:13:33.3451305Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:129: (dbg) Non-zero exit: ./minikube-linux-amd64 start -p embed-certs-20200509011020-5179 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.18.1: exit status 70 (1m20.310175186s)
2020-05-09T01:13:33.3451975Z         
2020-05-09T01:13:33.3452530Z         -- stdout --
2020-05-09T01:13:33.3453473Z            * [embed-certs-20200509011020-5179] minikube v1.10.0-beta.2 on Ubuntu 18.04
2020-05-09T01:13:33.3455376Z              - MINIKUBE_HOME=/home/runner/work/minikube/minikube/minikube_binaries/testhome
2020-05-09T01:13:33.3455995Z              - KUBECONFIG=/home/runner/work/minikube/minikube/minikube_binaries/testhome/kubeconfig
2020-05-09T01:13:33.3456860Z            * Using the docker driver based on existing profile
2020-05-09T01:13:33.3457411Z            * Starting control plane node embed-certs-20200509011020-5179 in cluster embed-certs-20200509011020-5179
2020-05-09T01:13:33.3457975Z            * Restarting existing docker container for "embed-certs-20200509011020-5179" ...
2020-05-09T01:13:33.3458509Z            * Restarting existing docker container for "embed-certs-20200509011020-5179" ...
2020-05-09T01:13:33.3458879Z         
2020-05-09T01:13:33.3463170Z         -- /stdout --
2020-05-09T01:13:33.3463592Z         ** stderr ** 
2020-05-09T01:13:33.3463966Z            W0509 01:12:13.073471   10966 root.go:248] Error reading config file at /home/runner/work/minikube/minikube/minikube_binaries/testhome/.minikube/config/config.json: open /home/runner/work/minikube/minikube/minikube_binaries/testhome/.minikube/config/config.json: no such file or directory
2020-05-09T01:13:33.3464996Z            I0509 01:12:13.075221   10966 start.go:99] hostinfo: {"hostname":"fv-az74","uptime":191,"bootTime":1588986542,"procs":217,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"18.04","kernelVersion":"5.3.0-1020-azure","virtualizationSystem":"","virtualizationRole":"","hostid":"5803e24b-ce86-1d46-b9d7-13b3951f7343"}
2020-05-09T01:13:33.3465632Z            I0509 01:12:13.075548   10966 start.go:109] virtualization:  
2020-05-09T01:13:33.3465930Z            I0509 01:12:13.077235   10966 notify.go:125] Checking for updates...
2020-05-09T01:13:33.3466564Z            I0509 01:12:13.077840   10966 driver.go:253] Setting default libvirt URI to qemu:///system
2020-05-09T01:13:33.3467159Z            I0509 01:12:13.121927   10966 docker.go:91] docker version: linux-3.0.11+azure
2020-05-09T01:13:33.3467500Z            I0509 01:12:13.122864   10966 start.go:215] selected driver: docker
2020-05-09T01:13:33.3469684Z            I0509 01:12:13.122870   10966 start.go:594] validating driver "docker" against &{Name:embed-certs-20200509011020-5179 KeepContext:false EmbedCerts:true MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.10@sha256:f58e0c4662bac8a9b5dda7984b185bad8502ade5d9fa364bf2755d636ab51438 Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio KubernetesConfig:{KubernetesVersion:v1.18.1 ClusterName:embed-certs-20200509011020-5179 APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:10.244.0.0/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:172.17.0.3 Port:8443 KubernetesVersion:v1.18.1 ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true storage-provisioner:true] VerifyComponents:map[apiserver:true apps_running:true default_sa:true system_pods:true]}
2020-05-09T01:13:33.3470387Z            I0509 01:12:13.122935   10966 start.go:600] status for docker: {Installed:true Healthy:true Error:<nil> Fix: Doc:}
2020-05-09T01:13:33.3470966Z            I0509 01:12:13.122948   10966 start.go:917] auto setting extra-config to "kubeadm.pod-network-cidr=10.244.0.0/16".
2020-05-09T01:13:33.3471293Z            I0509 01:12:13.123020   10966 start_flags.go:576] Waiting for all components: map[apiserver:true apps_running:true default_sa:true system_pods:true]
2020-05-09T01:13:33.3475864Z            I0509 01:12:13.123611   10966 cache.go:104] Beginning downloading kic artifacts for docker with docker
2020-05-09T01:13:33.3476704Z            I0509 01:12:13.176115   10966 image.go:88] Found gcr.io/k8s-minikube/kicbase:v0.0.10@sha256:f58e0c4662bac8a9b5dda7984b185bad8502ade5d9fa364bf2755d636ab51438 in local docker daemon, skipping pull
2020-05-09T01:13:33.3477124Z            I0509 01:12:13.176144   10966 preload.go:81] Checking if preload exists for k8s version v1.18.1 and runtime docker
2020-05-09T01:13:33.3482885Z            I0509 01:12:13.176173   10966 preload.go:96] Found local preload: /home/runner/work/minikube/minikube/minikube_binaries/testhome/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v3-v1.18.1-docker-overlay2-amd64.tar.lz4
2020-05-09T01:13:33.3483425Z            I0509 01:12:13.176181   10966 cache.go:48] Caching tarball of preloaded images
2020-05-09T01:13:33.3484074Z            I0509 01:12:13.176193   10966 preload.go:122] Found /home/runner/work/minikube/minikube/minikube_binaries/testhome/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v3-v1.18.1-docker-overlay2-amd64.tar.lz4 in cache, skipping download
2020-05-09T01:13:33.3484477Z            I0509 01:12:13.176198   10966 cache.go:51] Finished verifying existence of preloaded tar for  v1.18.1 on docker
2020-05-09T01:13:33.3485137Z            I0509 01:12:13.176282   10966 profile.go:156] Saving config to /home/runner/work/minikube/minikube/minikube_binaries/testhome/.minikube/profiles/embed-certs-20200509011020-5179/config.json ...
2020-05-09T01:13:33.3485551Z            I0509 01:12:13.176463   10966 cache.go:132] Successfully downloaded all kic artifacts
2020-05-09T01:13:33.3486467Z            I0509 01:12:13.176488   10966 start.go:223] acquiring machines lock for embed-certs-20200509011020-5179: {Name:mk73c44599bf574013c1eab5744c5f085a8b4870 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
2020-05-09T01:13:33.3487063Z            I0509 01:12:13.176591   10966 start.go:227] acquired machines lock for "embed-certs-20200509011020-5179" in 81.602µs
2020-05-09T01:13:33.3487381Z            I0509 01:12:13.176607   10966 start.go:87] Skipping create...Using existing machine configuration
2020-05-09T01:13:33.3487715Z            I0509 01:12:13.176612   10966 fix.go:53] fixHost starting: 
2020-05-09T01:13:33.3488284Z            I0509 01:12:13.176873   10966 cli_runner.go:108] Run: docker inspect embed-certs-20200509011020-5179 --format={{.State.Status}}
2020-05-09T01:13:33.3488794Z            I0509 01:12:13.204840   10966 fix.go:105] recreateIfNeeded on embed-certs-20200509011020-5179: state=Stopped err=<nil>
2020-05-09T01:13:33.3489179Z            W0509 01:12:13.204862   10966 fix.go:131] unexpected machine state, will restart: <nil>
2020-05-09T01:13:33.3490566Z            I0509 01:12:13.206801   10966 exec_runner.go:49] Run: docker start embed-certs-20200509011020-5179
2020-05-09T01:13:33.3491110Z            I0509 01:12:13.483543   10966 cli_runner.go:108] Run: docker inspect embed-certs-20200509011020-5179 --format={{.State.Status}}
2020-05-09T01:13:33.3491734Z            I0509 01:12:13.527139   10966 kic.go:316] container "embed-certs-20200509011020-5179" state is running.
2020-05-09T01:13:33.3492187Z            I0509 01:12:13.527230   10966 kic_runner.go:91] Run: systemctl --version
2020-05-09T01:13:33.3492698Z            I0509 01:12:13.527243   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 systemctl --version]
2020-05-09T01:13:33.3493339Z            I0509 01:12:13.605067   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3493896Z            I0509 01:12:13.605089   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3494472Z            I0509 01:12:13.679987   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3502687Z            I0509 01:12:13.680009   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3503271Z            I0509 01:12:13.868509   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3503894Z            I0509 01:12:13.868528   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3504502Z            I0509 01:12:13.898632   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3505057Z            I0509 01:12:13.898653   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3505891Z            I0509 01:12:13.926004   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3506861Z            I0509 01:12:13.926022   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3507348Z            I0509 01:12:13.960919   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3508000Z            I0509 01:12:13.960938   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3508481Z            I0509 01:12:13.994183   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3509136Z            I0509 01:12:13.994205   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3509859Z            I0509 01:12:14.025660   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3510470Z            I0509 01:12:14.025680   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3510952Z            I0509 01:12:14.059181   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3511654Z            I0509 01:12:14.059203   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3512141Z            I0509 01:12:14.095716   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3512740Z            I0509 01:12:14.095739   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3513338Z            I0509 01:12:14.139590   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3513932Z            I0509 01:12:14.139613   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3514421Z            I0509 01:12:14.194975   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3515014Z            I0509 01:12:14.194998   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3515488Z            I0509 01:12:14.285328   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3516149Z            I0509 01:12:14.285360   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3516634Z            I0509 01:12:14.359906   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3517301Z            I0509 01:12:14.359950   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3517775Z            I0509 01:12:14.477532   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3518365Z            I0509 01:12:14.477559   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3518950Z            I0509 01:12:14.627426   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3519516Z            I0509 01:12:14.627471   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3520141Z            I0509 01:12:14.942970   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3520734Z            I0509 01:12:14.943001   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3521221Z            I0509 01:12:15.230775   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3521905Z            I0509 01:12:15.230796   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3524433Z            I0509 01:12:15.649742   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3524889Z            I0509 01:12:15.649768   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3525464Z            I0509 01:12:16.550438   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3525871Z            I0509 01:12:16.550471   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3526255Z            I0509 01:12:17.375324   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3526713Z            I0509 01:12:17.375357   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3527092Z            I0509 01:12:18.572514   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3527531Z            I0509 01:12:18.572541   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3527921Z            I0509 01:12:20.751567   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3528315Z            I0509 01:12:20.751593   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3528723Z            I0509 01:12:24.786444   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3529163Z            I0509 01:12:24.786468   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3529543Z            I0509 01:12:32.460882   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3529996Z            I0509 01:12:32.460914   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3530333Z            I0509 01:12:39.165528   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3530781Z            I0509 01:12:39.165560   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3531164Z            I0509 01:12:49.258870   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3531599Z            I0509 01:12:49.258905   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3531779Z            I0509 01:12:49.288636   10966 fix.go:55] fixHost completed within 36.112016281s
2020-05-09T01:13:33.3532211Z            I0509 01:12:49.288655   10966 start.go:74] releasing machines lock for "embed-certs-20200509011020-5179", held for 36.112054081s
2020-05-09T01:13:33.3532341Z            ! StartHost failed, but will try again: driver start: ssh service: SSHD service is not up <nil>
2020-05-09T01:13:33.3532851Z            I0509 01:12:54.288966   10966 start.go:223] acquiring machines lock for embed-certs-20200509011020-5179: {Name:mk73c44599bf574013c1eab5744c5f085a8b4870 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
2020-05-09T01:13:33.3533270Z            I0509 01:12:54.289112   10966 start.go:227] acquired machines lock for "embed-certs-20200509011020-5179" in 91.902µs
2020-05-09T01:13:33.3533463Z            I0509 01:12:54.289140   10966 start.go:87] Skipping create...Using existing machine configuration
2020-05-09T01:13:33.3533625Z            I0509 01:12:54.289146   10966 fix.go:53] fixHost starting: 
2020-05-09T01:13:33.3534033Z            I0509 01:12:54.289439   10966 cli_runner.go:108] Run: docker inspect embed-certs-20200509011020-5179 --format={{.State.Status}}
2020-05-09T01:13:33.3534387Z            I0509 01:12:54.317177   10966 fix.go:105] recreateIfNeeded on embed-certs-20200509011020-5179: state=Stopped err=<nil>
2020-05-09T01:13:33.3534562Z            W0509 01:12:54.317196   10966 fix.go:131] unexpected machine state, will restart: <nil>
2020-05-09T01:13:33.3535116Z            I0509 01:12:54.318647   10966 exec_runner.go:49] Run: docker start embed-certs-20200509011020-5179
2020-05-09T01:13:33.3535558Z            I0509 01:12:54.599615   10966 cli_runner.go:108] Run: docker inspect embed-certs-20200509011020-5179 --format={{.State.Status}}
2020-05-09T01:13:33.3535966Z            I0509 01:12:54.650832   10966 kic.go:316] container "embed-certs-20200509011020-5179" state is running.
2020-05-09T01:13:33.3536293Z            I0509 01:12:54.650950   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3536732Z            I0509 01:12:54.650960   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3537160Z            I0509 01:12:54.700176   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3537602Z            I0509 01:12:54.700197   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3537988Z            I0509 01:12:54.737553   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3538424Z            I0509 01:12:54.737572   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3538819Z            I0509 01:12:54.905940   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3539263Z            I0509 01:12:54.905962   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3539665Z            I0509 01:12:54.936043   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3540127Z            I0509 01:12:54.936064   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3540516Z            I0509 01:12:54.966792   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3540953Z            I0509 01:12:54.966812   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3541285Z            I0509 01:12:54.998751   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3541722Z            I0509 01:12:54.998775   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3669966Z            I0509 01:12:55.040994   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3670600Z            I0509 01:12:55.041015   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3670998Z            I0509 01:12:55.092796   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3682076Z            I0509 01:12:55.092817   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3682491Z            I0509 01:12:55.139252   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3683088Z            I0509 01:12:55.139274   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3683574Z            I0509 01:12:55.178977   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3684406Z            I0509 01:12:55.178997   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3684884Z            I0509 01:12:55.239080   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3685462Z            I0509 01:12:55.239124   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3685962Z            I0509 01:12:55.291715   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3686390Z            I0509 01:12:55.291736   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3686892Z            I0509 01:12:55.395647   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3687445Z            I0509 01:12:55.395679   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3687826Z            I0509 01:12:55.503153   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3688392Z            I0509 01:12:55.503174   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3688746Z            I0509 01:12:55.635938   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3689317Z            I0509 01:12:55.635963   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3689792Z            I0509 01:12:55.900950   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3690215Z            I0509 01:12:55.900978   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3690728Z            I0509 01:12:56.274498   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3691539Z            I0509 01:12:56.274542   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3692064Z            I0509 01:12:56.688878   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3692511Z            I0509 01:12:56.688903   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3692999Z            I0509 01:12:57.400687   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3693412Z            I0509 01:12:57.400713   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3693933Z            I0509 01:12:58.571641   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3694492Z            I0509 01:12:58.571681   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3694857Z            I0509 01:12:59.855919   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3695426Z            I0509 01:12:59.855945   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3695761Z            I0509 01:13:01.835679   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3696324Z            I0509 01:13:01.835707   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3696993Z            I0509 01:13:06.684072   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3697559Z            I0509 01:13:06.684101   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3697936Z            I0509 01:13:11.549393   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3698479Z            I0509 01:13:11.549423   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3698834Z            I0509 01:13:23.216916   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3699397Z            I0509 01:13:23.216939   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3699891Z            I0509 01:13:33.309048   10966 kic_runner.go:91] Run: sudo systemctl is-active --quiet service sshd
2020-05-09T01:13:33.3700319Z            I0509 01:13:33.309076   10966 kic_runner.go:112] Args: [docker exec --privileged embed-certs-20200509011020-5179 sudo systemctl is-active --quiet service sshd]
2020-05-09T01:13:33.3700455Z            I0509 01:13:33.339773   10966 fix.go:55] fixHost completed within 39.050613325s
2020-05-09T01:13:33.3700979Z            I0509 01:13:33.339793   10966 start.go:74] releasing machines lock for "embed-certs-20200509011020-5179", held for 39.050665626s
2020-05-09T01:13:33.3701524Z            * Failed to start docker container. "minikube start -p embed-certs-20200509011020-5179" may fix it: driver start: ssh service: SSHD service is not up <nil>
2020-05-09T01:13:33.3701696Z            I0509 01:13:33.339940   10966 exit.go:58] WithError(error provisioning host)=Failed to start host: driver start: ssh service: SSHD service is not up <nil> called from:
2020-05-09T01:13:33.3701831Z            goroutine 1 [running]:
2020-05-09T01:13:33.3701945Z            runtime/debug.Stack(0x40c62a, 0x18203c0, 0x1805960)
2020-05-09T01:13:33.3702176Z                /usr/local/go1.14/src/runtime/debug/stack.go:24 +0x9d
2020-05-09T01:13:33.3702311Z            k8s.io/minikube/pkg/minikube/exit.WithError(0x1a756e3, 0x17, 0x1d35fc0, 0xc00071eaa0)
2020-05-09T01:13:33.3702433Z                /home/runner/work/minikube/minikube/pkg/minikube/exit/exit.go:58 +0x34
2020-05-09T01:13:33.3702550Z            k8s.io/minikube/cmd/minikube/cmd.runStart(0x2a60b00, 0xc000186e00, 0x0, 0x8)
2020-05-09T01:13:33.3702669Z                /home/runner/work/minikube/minikube/cmd/minikube/cmd/start.go:170 +0xac2
2020-05-09T01:13:33.3702787Z            github.com/spf13/cobra.(*Command).execute(0x2a60b00, 0xc000186d80, 0x8, 0x8, 0x2a60b00, 0xc000186d80)
2020-05-09T01:13:33.3703051Z                /home/runner/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:846 +0x29d
2020-05-09T01:13:33.3703180Z            github.com/spf13/cobra.(*Command).ExecuteC(0x2a5fb40, 0x0, 0x1, 0xc000040be0)
2020-05-09T01:13:33.3703311Z                /home/runner/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:950 +0x349
2020-05-09T01:13:33.3703426Z            github.com/spf13/cobra.(*Command).Execute(...)
2020-05-09T01:13:33.3703530Z                /home/runner/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:887
2020-05-09T01:13:33.3703771Z            k8s.io/minikube/cmd/minikube/cmd.Execute()
2020-05-09T01:13:33.3703891Z                /home/runner/work/minikube/minikube/cmd/minikube/cmd/root.go:108 +0x691
2020-05-09T01:13:33.3704006Z            main.main()
2020-05-09T01:13:33.3704102Z                /home/runner/work/minikube/minikube/cmd/minikube/main.go:66 +0xe6
2020-05-09T01:13:33.3705011Z            W0509 01:13:33.340077   10966 out.go:201] error provisioning host: Failed to start host: driver start: ssh service: SSHD service is not up <nil>
2020-05-09T01:13:33.3705141Z            * 
2020-05-09T01:13:33.3705517Z            X error provisioning host: Failed to start host: driver start: ssh service: SSHD service is not up <nil>
2020-05-09T01:13:33.3705809Z            * 
2020-05-09T01:13:33.3705912Z            * minikube is exiting due to an error. If the above message is not useful, open an issue:
2020-05-09T01:13:33.3706517Z              - https://github.com/kubernetes/minikube/issues/new/choose
2020-05-09T01:13:33.3706656Z         
2020-05-09T01:13:33.3706754Z         ** /stderr **
2020-05-09T01:13:33.3707437Z     TestStartStop/group/embed-certs: start_stop_delete_test.go:132: failed to start minikube post-stop. args "./minikube-linux-amd64 start -p embed-certs-20200509011020-5179 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.18.1": exit status 70
2020-05-09T01:13:33.3708039Z     TestStartStop/group/embed-certs: panic.go:617: *** TestStartStop/group/embed-certs FAILED at 2020-05-09 01:13:33.344870136 +0000 UTC m=+192.711264576
2020-05-09T01:13:33.3708413Z     TestStartStop/group/embed-certs: helpers.go:198: -----------------------post-mortem--------------------------------
2020-05-09T01:13:33.3709623Z     TestStartStop/group/embed-certs: helpers.go:201: ======>  post-mortem[TestStartStop/group/embed-certs]: docker logs <======
2020-05-09T01:13:33.3710018Z     TestStartStop/group/embed-certs: helpers.go:202: (dbg) Run:  docker logs --details embed-certs-20200509011020-5179
2020-05-09T01:13:33.3859993Z     TestStartStop/group/embed-certs: helpers.go:206: (dbg) docker logs --details embed-certs-20200509011020-5179:
2020-05-09T01:13:33.3860310Z         
2020-05-09T01:13:33.3861366Z         -- stdout --
2020-05-09T01:13:33.3861673Z             INFO: ensuring we can execute /bin/mount even with userns-remap
2020-05-09T01:13:33.3862107Z             INFO: remounting /sys read-only
2020-05-09T01:13:33.3862207Z             INFO: making mounts shared
2020-05-09T01:13:33.3862320Z             INFO: fix cgroup mounts for all subsystems
2020-05-09T01:13:33.3862735Z             INFO: clearing and regenerating /etc/machine-id
2020-05-09T01:13:33.3862888Z             Initializing machine ID from random generator.
2020-05-09T01:13:33.3862998Z             INFO: faking /sys/class/dmi/id/product_name to be "kind"
2020-05-09T01:13:33.3863120Z             INFO: faking /sys/class/dmi/id/product_uuid to be random
2020-05-09T01:13:33.3863240Z             INFO: faking /sys/devices/virtual/dmi/id/product_uuid as well
2020-05-09T01:13:33.3863483Z             INFO: setting iptables to detected mode: legacy
2020-05-09T01:13:33.3864026Z             systemd 242 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
2020-05-09T01:13:33.3864292Z             Detected virtualization docker.
2020-05-09T01:13:33.3864583Z             Detected architecture x86-64.
2020-05-09T01:13:33.3864690Z             
2020-05-09T01:13:33.3865058Z             Welcome to Ubuntu 19.10!
2020-05-09T01:13:33.3865159Z             
2020-05-09T01:13:33.3865628Z             Set hostname to <embed-certs-20200509011020-5179>.
2020-05-09T01:13:33.3865927Z             Failed to bump fs.file-max, ignoring: Invalid argument
2020-05-09T01:13:33.3866545Z             /lib/systemd/system/docker.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
2020-05-09T01:13:33.3867018Z             [  OK  ] Reached target Slices.
2020-05-09T01:13:33.3867312Z             [  OK  ] Listening on Journal Socket.
2020-05-09T01:13:33.3867761Z                      Starting Remount Root and Kernel File Systems...
2020-05-09T01:13:33.3868077Z                      Mounting Kernel Debug File System...
2020-05-09T01:13:33.3868489Z                      Mounting Huge Pages File System...
2020-05-09T01:13:33.3868861Z             [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
2020-05-09T01:13:33.3869574Z                      Starting Apply Kernel Variables...
2020-05-09T01:13:33.3870128Z             [  OK  ] Listening on Journal Socket (/dev/log).
2020-05-09T01:13:33.3870493Z             [  OK  ] Listening on Journal Audit Socket.
2020-05-09T01:13:33.3870929Z                      Starting Journal Service...
2020-05-09T01:13:33.3871221Z                      Mounting FUSE Control File System...
2020-05-09T01:13:33.3871699Z             [  OK  ] Set up automount Arbitrary…s File System Automount Point.
2020-05-09T01:13:33.3872022Z             [  OK  ] Reached target Paths.
2020-05-09T01:13:33.3872478Z                      Starting Create list of re…odes for the current kernel...
2020-05-09T01:13:33.3872810Z             [  OK  ] Reached target Network is Online.
2020-05-09T01:13:33.3873229Z             [  OK  ] Reached target Swap.
2020-05-09T01:13:33.3873580Z             [  OK  ] Reached target Local Encrypted Volumes.
2020-05-09T01:13:33.3874039Z             [  OK  ] Started Remount Root and Kernel File Systems.
2020-05-09T01:13:33.3874371Z             [  OK  ] Mounted Kernel Debug File System.
2020-05-09T01:13:33.3874811Z             [  OK  ] Mounted Huge Pages File System.
2020-05-09T01:13:33.3875120Z                      Starting Update UTMP about System Boot/Shutdown...
2020-05-09T01:13:33.3875534Z                      Starting Create System Users...
2020-05-09T01:13:33.3875860Z             [  OK  ] Started Apply Kernel Variables.
2020-05-09T01:13:33.3876284Z             [  OK  ] Mounted FUSE Control File System.
2020-05-09T01:13:33.3876636Z             [  OK  ] Started Create list of req… nodes for the current kernel.
2020-05-09T01:13:33.3877083Z             [  OK  ] Started Update UTMP about System Boot/Shutdown.
2020-05-09T01:13:33.3877433Z             [  OK  ] Started Create System Users.
2020-05-09T01:13:33.3877861Z                      Starting Create Static Device Nodes in /dev...
2020-05-09T01:13:33.3878209Z             [  OK  ] Started Create Static Device Nodes in /dev.
2020-05-09T01:13:33.3878634Z             [  OK  ] Reached target Local File Systems (Pre).
2020-05-09T01:13:33.3878975Z             [  OK  ] Reached target Local File Systems.
2020-05-09T01:13:33.3879390Z             [  OK  ] Started Journal Service.
2020-05-09T01:13:33.3879729Z                      Starting Flush Journal to Persistent Storage...
2020-05-09T01:13:33.3880165Z             [  OK  ] Reached target System Initialization.
2020-05-09T01:13:33.3880476Z                      Starting Docker Socket for the API.
2020-05-09T01:13:33.3880924Z             [  OK  ] Started Daily Cleanup of Temporary Directories.
2020-05-09T01:13:33.3881267Z             [  OK  ] Reached target Timers.
2020-05-09T01:13:33.3881566Z             [  OK  ] Listening on Docker Socket for the API.
2020-05-09T01:13:33.3882024Z             [  OK  ] Reached target Sockets.
2020-05-09T01:13:33.3882302Z             [  OK  ] Reached target Basic System.
2020-05-09T01:13:33.3882754Z                      Starting OpenBSD Secure Shell server...
2020-05-09T01:13:33.3883047Z                      Starting containerd container runtime...
2020-05-09T01:13:33.3883528Z             [  OK  ] Started Flush Journal to Persistent Storage.
2020-05-09T01:13:33.3883818Z             [  OK  ] Started containerd container runtime.
2020-05-09T01:13:33.3884546Z                      Starting Docker Application Container Engine...
2020-05-09T01:13:33.3885507Z             [  OK  ] Started OpenBSD Secure Shell server.
2020-05-09T01:13:33.3886136Z             [*     ] A start job is running for Docker A…n Container Engine (5s / no limit)
2020-05-09T01:13:33.3886402Z             M
2020-05-09T01:13:33.3887002Z [**    ] A start job is running for Docker A…n Container Engine (6s / no limit)
2020-05-09T01:13:33.3887250Z             M
2020-05-09T01:13:33.3887738Z [***   ] A start job is running for Docker A…n Container Engine (6s / no limit)
2020-05-09T01:13:33.3887983Z             M
2020-05-09T01:13:33.3888436Z [ ***  ] A start job is running for Docker A…n Container Engine (7s / no limit)
2020-05-09T01:13:33.3888700Z             M
2020-05-09T01:13:33.3889158Z [  *** ] A start job is running for Docker A…n Container Engine (7s / no limit)
2020-05-09T01:13:33.3889437Z             M
2020-05-09T01:13:33.3889901Z [   ***] A start job is running for Docker A…n Container Engine (8s / no limit)
2020-05-09T01:13:33.3890162Z             M
2020-05-09T01:13:33.3890477Z [    **] A start job is running for Docker A…n Container Engine (8s / no limit)
2020-05-09T01:13:33.3890881Z             M
2020-05-09T01:13:33.3891186Z [     *] A start job is running for Docker A…n Container Engine (9s / no limit)
2020-05-09T01:13:33.3891403Z             M
2020-05-09T01:13:33.3891878Z [    **] A start job is running for Docker A…n Container Engine (9s / no limit)
2020-05-09T01:13:33.3892119Z             M
2020-05-09T01:13:33.3892444Z [   ***] A start job is running for Docker A… Container Engine (10s / no limit)
2020-05-09T01:13:33.3892661Z             M
2020-05-09T01:13:33.3893135Z [  *** ] A start job is running for Docker A… Container Engine (10s / no limit)
2020-05-09T01:13:33.3893413Z             M
2020-05-09T01:13:33.3893742Z [ ***  ] A start job is running for Docker A… Container Engine (11s / no limit)
2020-05-09T01:13:33.3893976Z             M
2020-05-09T01:13:33.3894283Z [***   ] A start job is running for Docker A… Container Engine (11s / no limit)
2020-05-09T01:13:33.3894512Z             M
2020-05-09T01:13:33.3894830Z [**    ] A start job is running for Docker A… Container Engine (12s / no limit)
2020-05-09T01:13:33.3895063Z             M
2020-05-09T01:13:33.3895528Z [*     ] A start job is running for Docker A… Container Engine (12s / no limit)
2020-05-09T01:13:33.3895768Z             M
2020-05-09T01:13:33.3896085Z [**    ] A start job is running for Docker A… Container Engine (13s / no limit)
2020-05-09T01:13:33.3896321Z             M
2020-05-09T01:13:33.3896641Z [***   ] A start job is running for Docker A… Container Engine (13s / no limit)
2020-05-09T01:13:33.3896884Z             M
2020-05-09T01:13:33.3897210Z [ ***  ] A start job is running for Docker A… Container Engine (14s / no limit)
2020-05-09T01:13:33.3897438Z             M
2020-05-09T01:13:33.3897762Z [  *** ] A start job is running for Docker A… Container Engine (14s / no limit)
2020-05-09T01:13:33.3897976Z             M
2020-05-09T01:13:33.3898303Z [   ***] A start job is running for Docker A… Container Engine (15s / no limit)
2020-05-09T01:13:33.3898531Z             M
2020-05-09T01:13:33.3898844Z [    **] A start job is running for Docker A… Container Engine (15s / no limit)
2020-05-09T01:13:33.3899215Z             M
2020-05-09T01:13:33.3899521Z [     *] A start job is running for Docker A… Container Engine (16s / no limit)
2020-05-09T01:13:33.3899860Z             M
2020-05-09T01:13:33.3900240Z [    **] A start job is running for Docker A… Container Engine (16s / no limit)
2020-05-09T01:13:33.3900487Z             M
2020-05-09T01:13:33.3900795Z [   ***] A start job is running for Docker A… Container Engine (17s / no limit)
2020-05-09T01:13:33.3901026Z             M
2020-05-09T01:13:33.3901350Z [  *** ] A start job is running for Docker A… Container Engine (17s / no limit)
2020-05-09T01:13:33.3901583Z             M
2020-05-09T01:13:33.3901892Z [ ***  ] A start job is running for Docker A… Container Engine (18s / no limit)
2020-05-09T01:13:33.3902119Z             M
2020-05-09T01:13:33.3902444Z [***   ] A start job is running for Docker A… Container Engine (18s / no limit)
2020-05-09T01:13:33.3902674Z             M
2020-05-09T01:13:33.3902946Z [  OK  ] Started Docker Application Container Engine.
2020-05-09T01:13:33.3903267Z             [  OK  ] Reached target Multi-User System.
2020-05-09T01:13:33.3903567Z             [  OK  ] Reached target Graphical Interface.
2020-05-09T01:13:33.3903872Z                      Starting Update UTMP about System Runlevel Changes...
2020-05-09T01:13:33.3904187Z             [  OK  ] Started Update UTMP about System Runlevel Changes.
2020-05-09T01:13:33.3904475Z             [  OK  ] Stopped target Graphical Interface.
2020-05-09T01:13:33.3904772Z             [  OK  ] Stopped target Multi-User System.
2020-05-09T01:13:33.3905065Z                      Stopping OpenBSD Secure Shell server...
2020-05-09T01:13:33.3905539Z                      Stopping Docker Application Container Engine...
2020-05-09T01:13:33.3905828Z             [  OK  ] Stopped target Timers.
2020-05-09T01:13:33.3906331Z             [  OK  ] Stopped Daily Cleanup of Temporary Directories.
2020-05-09T01:13:33.3906643Z                      Stopping kubelet: The Kubernetes Node Agent...
2020-05-09T01:13:33.3906943Z             [  OK  ] Stopped OpenBSD Secure Shell server.
2020-05-09T01:13:33.3907254Z             [  OK  ] Stopped kubelet: The Kubernetes Node Agent.
2020-05-09T01:13:33.3907567Z             [  OK  ] Unmounted /run/docker/netns/aa1b0923dd44.
2020-05-09T01:13:33.3907889Z             [  OK  ] Unmounted /var/lib/docker/…58c78dd97dd8837044/mounts/shm.
2020-05-09T01:13:33.3908232Z             [  OK  ] Unmounted /var/lib/docker/…53f1b10cb248f136a79d62/merged.
2020-05-09T01:13:33.3908608Z             [  OK  ] Unmounted /var/lib/docker/…064d6fdfc70555c1dfa9ae/merged.
2020-05-09T01:13:33.3908944Z             [  OK  ] Unmounted /var/lib/docker/…80bc9e6e23b9b11069/mounts/shm.
2020-05-09T01:13:33.3909293Z             [  OK  ] Unmounted /var/lib/docker/…0bd669f2107501fa439ddc/merged.
2020-05-09T01:13:33.3909616Z             [  OK  ] Unmounted /var/lib/docker/…8988b71a56764918b219eb/merged.
2020-05-09T01:13:33.3909951Z             [  OK  ] Unmounted /var/lib/docker/…dfd7aed2513d7898bb/mounts/shm.
2020-05-09T01:13:33.3910282Z             [  OK  ] Unmounted /var/lib/docker/…86a66f77e5b8db4730e54c/merged.
2020-05-09T01:13:33.3910613Z             [  OK  ] Unmounted /var/lib/docker/…90c26ab4c643a311e3eadf/merged.
2020-05-09T01:13:33.3910945Z             [  OK  ] Unmounted /var/lib/docker/…2d09bb78a9175e5e68/mounts/shm.
2020-05-09T01:13:33.3911261Z             [  OK  ] Unmounted /var/lib/docker/…8d5c06fb3b450ba343dadd/merged.
2020-05-09T01:13:33.3911591Z             [  OK  ] Unmounted /var/lib/docker/…8c3b11266a26c52970/mounts/shm.
2020-05-09T01:13:33.3912086Z             [  OK  ] Unmounted /var/lib/docker/…1f931a99f3c918457299c5/merged.
2020-05-09T01:13:33.3912428Z             [  OK  ] Unmounted /var/lib/docker/…be24cdc7c269e566505aa3/merged.
2020-05-09T01:13:33.3912759Z             [  OK  ] Unmounted /var/lib/docker/…db9bd7b9291c673db8abc9/merged.
2020-05-09T01:13:33.3913051Z             [  OK  ] Unmounted /run/docker/netns/1e283b579cba.
2020-05-09T01:13:33.3913383Z             [  OK  ] Unmounted /var/lib/docker/…dcc8814badd936c3f2/mounts/shm.
2020-05-09T01:13:33.3913713Z             [  OK  ] Unmounted /var/lib/docker/…d033dfa3accf2920bdb690/merged.
2020-05-09T01:13:33.3914037Z             [  OK  ] Unmounted /var/lib/docker/…cff91c6913e058ebdf/mounts/shm.
2020-05-09T01:13:33.3914369Z             [  OK  ] Unmounted /var/lib/docker/…9ff343a4946005ecf3ef30/merged.
2020-05-09T01:13:33.3914701Z             [  OK  ] Unmounted /var/lib/docker/…0b22b2a1b260bc1f6ee1f3/merged.
2020-05-09T01:13:33.3915031Z             [  OK  ] Unmounted /var/lib/docker/…716b8c97f13f4af9e4/mounts/shm.
2020-05-09T01:13:33.3915362Z             [  OK  ] Unmounted /var/lib/docker/…6bddbf27597a52e8175c86/merged.
2020-05-09T01:13:33.3915669Z             [  OK  ] Unmounted /run/docker/netns/6835b76c9e5d.
2020-05-09T01:13:33.3916001Z             [  OK  ] Unmounted /var/lib/docker/…471f07e468959f2c0d/mounts/shm.
2020-05-09T01:13:33.3916315Z             [  OK  ] Unmounted /var/lib/docker/…2dabb750c38ff4b453fbb3/merged.
2020-05-09T01:13:33.3916649Z             [  OK  ] Unmounted /var/lib/docker/…e9d3b534554414b98ed159/merged.
2020-05-09T01:13:33.3916979Z             [  OK  ] Unmounted /var/lib/docker/…d58d02d84d190b40739c4b/merged.
2020-05-09T01:13:33.3917323Z             [  OK  ] Unmounted /var/lib/docker/…decd3f3639f923da965043/merged.
2020-05-09T01:13:33.3917635Z             [  OK  ] Stopped Docker Application Container Engine.
2020-05-09T01:13:33.3917921Z             [  OK  ] Stopped target Network is Online.
2020-05-09T01:13:33.3918214Z                      Stopping containerd container runtime...
2020-05-09T01:13:33.3918513Z             [  OK  ] Stopped containerd container runtime.
2020-05-09T01:13:33.3918801Z             [  OK  ] Stopped target Basic System.
2020-05-09T01:13:33.3919074Z             [  OK  ] Stopped target Sockets.
2020-05-09T01:13:33.3919551Z             [  OK  ] Closed Docker Socket for the API.
2020-05-09T01:13:33.3919845Z             [  OK  ] Stopped target Paths.
2020-05-09T01:13:33.3920135Z             [  OK  ] Stopped target Slices.
2020-05-09T01:13:33.3920441Z             [  OK  ] Stopped target System Initialization.
2020-05-09T01:13:33.3920723Z             [  OK  ] Stopped target Local File Systems.
2020-05-09T01:13:33.3921004Z                      Unmounting /etc/hosts...
2020-05-09T01:13:33.3921317Z                      Unmounting /var/lib/kubele…~secret/coredns-token-82jdr...
2020-05-09T01:13:33.3921633Z                      Unmounting /var/lib/kubele…~secret/default-token-9gkgx...
2020-05-09T01:13:33.3921902Z                      Unmounting /etc/resolv.conf...
2020-05-09T01:13:33.3922214Z                      Unmounting /var/lib/kubele…cret/kube-proxy-token-6vd7t...
2020-05-09T01:13:33.3922531Z                      Unmounting /var/lib/kubele…age-provisioner-token-9xps6...
2020-05-09T01:13:33.3922846Z                      Unmounting /var/lib/kubele…~secret/coredns-token-82jdr...
2020-05-09T01:13:33.3923283Z                      Unmounting /run/docker/netns/default...
2020-05-09T01:13:33.3923611Z                      Unmounting /etc/hostname...
2020-05-09T01:13:33.3923883Z                      Unmounting /tmp...
2020-05-09T01:13:33.3924161Z                      Unmounting /usr/lib/modules...
2020-05-09T01:13:33.3924437Z                      Unmounting /kind/product_uuid...
2020-05-09T01:13:33.3924735Z                      Stopping Update UTMP about System Boot/Shutdown...
2020-05-09T01:13:33.3925017Z             [  OK  ] Stopped Apply Kernel Variables.
2020-05-09T01:13:33.3925324Z             [  OK  ] Stopped target Local Encrypted Volumes.
2020-05-09T01:13:33.3925652Z             [  OK  ] Stopped Dispatch Password …ts to Console Directory Watch.
2020-05-09T01:13:33.3925939Z             [  OK  ] Unmounted /etc/hosts.
2020-05-09T01:13:33.3926257Z             [  OK  ] Unmounted /var/lib/kubelet…io~secret/coredns-token-82jdr.
2020-05-09T01:13:33.3926588Z             [  OK  ] Unmounted /var/lib/kubelet…io~secret/default-token-9gkgx.
2020-05-09T01:13:33.3926883Z             [  OK  ] Unmounted /etc/resolv.conf.
2020-05-09T01:13:33.3927201Z             [  OK  ] Unmounted /var/lib/kubelet…secret/kube-proxy-token-6vd7t.
2020-05-09T01:13:33.3927528Z             [  OK  ] Unmounted /var/lib/kubelet…orage-provisioner-token-9xps6.
2020-05-09T01:13:33.3927838Z             [  OK  ] Unmounted /var/lib/kubelet…io~secret/coredns-token-82jdr.
2020-05-09T01:13:33.3928138Z             [  OK  ] Unmounted /run/docker/netns/default.
2020-05-09T01:13:33.3928426Z             [  OK  ] Unmounted /etc/hostname.
2020-05-09T01:13:33.3928702Z             [  OK  ] Unmounted /tmp.
2020-05-09T01:13:33.3929000Z             [  OK  ] Unmounted /usr/lib/modules.
2020-05-09T01:13:33.3929275Z             [  OK  ] Unmounted /kind/product_uuid.
2020-05-09T01:13:33.3929559Z             [  OK  ] Stopped target Swap.
2020-05-09T01:13:33.3929869Z             [  OK  ] Stopped Update UTMP about System Boot/Shutdown.
2020-05-09T01:13:33.3930140Z                      Unmounting /var...
2020-05-09T01:13:33.3930396Z             [  OK  ] Unmounted /var.
2020-05-09T01:13:33.3930691Z             [  OK  ] Reached target Unmount All Filesystems.
2020-05-09T01:13:33.3930995Z             [  OK  ] Stopped target Local File Systems (Pre).
2020-05-09T01:13:33.3931304Z             [  OK  ] Stopped Create Static Device Nodes in /dev.
2020-05-09T01:13:33.3931596Z             [  OK  ] Stopped Create System Users.
2020-05-09T01:13:33.3931897Z             [  OK  ] Stopped Remount Root and Kernel File Systems.
2020-05-09T01:13:33.3932185Z             [  OK  ] Reached target Shutdown.
2020-05-09T01:13:33.3932468Z             [  OK  ] Reached target Final Step.
2020-05-09T01:13:33.3932742Z             [  OK  ] Started Power-Off.
2020-05-09T01:13:33.3933022Z             [  OK  ] Reached target Power-Off.
2020-05-09T01:13:33.3933270Z                      Starting Halt...
2020-05-09T01:13:33.3933554Z             INFO: ensuring we can execute /bin/mount even with userns-remap
2020-05-09T01:13:33.3933810Z             INFO: remounting /sys read-only
2020-05-09T01:13:33.3933920Z             INFO: making mounts shared
2020-05-09T01:13:33.3934015Z             INFO: fix cgroup mounts for all subsystems
2020-05-09T01:13:33.3934282Z             INFO: clearing and regenerating /etc/machine-id
2020-05-09T01:13:33.3934498Z             Initializing machine ID from random generator.
2020-05-09T01:13:33.3934619Z             INFO: faking /sys/class/dmi/id/product_name to be "kind"
2020-05-09T01:13:33.3934722Z             INFO: faking /sys/class/dmi/id/product_uuid to be random
2020-05-09T01:13:33.3934843Z             INFO: faking /sys/devices/virtual/dmi/id/product_uuid as well
2020-05-09T01:13:33.3934964Z             INFO: setting iptables to detected mode: legacy
2020-05-09T01:13:33.3935433Z             systemd 242 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
2020-05-09T01:13:33.3935575Z             Detected virtualization docker.
2020-05-09T01:13:33.3935808Z             Detected architecture x86-64.
2020-05-09T01:13:33.3935915Z             
2020-05-09T01:13:33.3936161Z             Welcome to Ubuntu 19.10!
2020-05-09T01:13:33.3936271Z             
2020-05-09T01:13:33.3936531Z             Set hostname to <embed-certs-20200509011020-5179>.
2020-05-09T01:13:33.3936812Z             Failed to bump fs.file-max, ignoring: Invalid argument
2020-05-09T01:13:33.3936958Z             Failed to attach 1 to compat systemd cgroup /actions_job/7f8719abd6da75f05773821619c61449d06518cd14536021b8f5535573d030c5/init.scope: No such file or directory
2020-05-09T01:13:33.3937272Z             Failed to open pin file: No such file or directory
2020-05-09T01:13:33.3937576Z             Failed to allocate manager object: No such file or directory
2020-05-09T01:13:33.3937846Z             [!!!!!!] Failed to allocate manager object.
2020-05-09T01:13:33.3938097Z             Exiting PID 1...
2020-05-09T01:13:33.3938376Z             INFO: ensuring we can execute /bin/mount even with userns-remap
2020-05-09T01:13:33.3938632Z             INFO: remounting /sys read-only
2020-05-09T01:13:33.3938723Z             INFO: making mounts shared
2020-05-09T01:13:33.3938838Z             INFO: fix cgroup mounts for all subsystems
2020-05-09T01:13:33.3939111Z             INFO: clearing and regenerating /etc/machine-id
2020-05-09T01:13:33.3939229Z             Initializing machine ID from random generator.
2020-05-09T01:13:33.3939349Z             INFO: faking /sys/class/dmi/id/product_name to be "kind"
2020-05-09T01:13:33.3939451Z             INFO: faking /sys/class/dmi/id/product_uuid to be random
2020-05-09T01:13:33.3939568Z             INFO: faking /sys/devices/virtual/dmi/id/product_uuid as well
2020-05-09T01:13:33.3939685Z             INFO: setting iptables to detected mode: legacy
2020-05-09T01:13:33.3940137Z             systemd 242 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
2020-05-09T01:13:33.3940270Z             Detected virtualization docker.
2020-05-09T01:13:33.3940500Z             Detected architecture x86-64.
2020-05-09T01:13:33.3940611Z             
2020-05-09T01:13:33.3940859Z             Welcome to Ubuntu 19.10!
2020-05-09T01:13:33.3940965Z             
2020-05-09T01:13:33.3941219Z             Set hostname to <embed-certs-20200509011020-5179>.
2020-05-09T01:13:33.3941495Z             Failed to bump fs.file-max, ignoring: Invalid argument
2020-05-09T01:13:33.3941636Z             Failed to attach 1 to compat systemd cgroup /actions_job/7f8719abd6da75f05773821619c61449d06518cd14536021b8f5535573d030c5/init.scope: No such file or directory
2020-05-09T01:13:33.3941947Z             Failed to open pin file: No such file or directory
2020-05-09T01:13:33.3942233Z             Failed to allocate manager object: No such file or directory
2020-05-09T01:13:33.3942523Z             [!!!!!!] Failed to allocate manager object.
2020-05-09T01:13:33.3942776Z             Exiting PID 1...
2020-05-09T01:13:33.3942881Z         
2020-05-09T01:13:33.3943102Z         -- /stdout --
2020-05-09T01:13:33.3943590Z     TestStartStop/group/embed-certs: helpers.go:209: (dbg) Run:  ./minikube-linux-amd64 status --format={{.Host}} -p embed-certs-20200509011020-5179
2020-05-09T01:13:33.4618946Z     TestStartStop/group/embed-certs: helpers.go:209: (dbg) Non-zero exit: ./minikube-linux-amd64 status --format={{.Host}} -p embed-certs-20200509011020-5179: exit status 7 (76.738765ms)
2020-05-09T01:13:33.4619634Z         
2020-05-09T01:13:33.4620210Z         -- stdout --
2020-05-09T01:13:33.4620622Z            Stopped
2020-05-09T01:13:33.4620893Z         
2020-05-09T01:13:33.4621418Z         -- /stdout --
2020-05-09T01:13:33.4622069Z     TestStartStop/group/embed-certs: helpers.go:209: status error: exit status 7 (may be ok)
2020-05-09T01:13:33.4622763Z     TestStartStop/group/embed-certs: helpers.go:211: "embed-certs-20200509011020-5179" host is not running, skipping log retrieval (state="Stopped")
2020-05-09T01:13:33.4623489Z     TestStartStop/group/embed-certs: helpers.go:170: (dbg) Run:  ./minikube-linux-amd64 delete -p embed-certs-20200509011020-5179
2020-05-09T01:13:35.2232890Z     TestStartStop/group/embed-certs: helpers.go:170: (dbg) Done: ./minikube-linux-amd64 delete -p embed-certs-20200509011020-5179: (1.760998652s)
2020-05-09T01:13:35.2242879Z --- FAIL: TestStartStop (194.58s)
2020-05-09T01:13:35.2245687Z     --- FAIL: TestStartStop/group (0.00s)
2020-05-09T01:13:35.2246356Z         --- FAIL: TestStartStop/group/embed-certs (194.58s)
2020-05-09T01:13:35.2246534Z FAIL
2020-05-09T01:13:35.2292112Z ##[group]Run cd minikube_binaries
2020-05-09T01:13:35.2292315Z cd minikube_binaries
2020-05-09T01:13:35.2292448Z export PATH=${PATH}:`go env GOPATH`/bin
2020-05-09T01:13:35.2292570Z go tool test2json -t < ./report/testout.txt > ./report/testout.json || true
2020-05-09T01:13:35.2292709Z STAT=$(gopogh -in ./report/testout.json -out ./report/testout.html -name "${JOB_NAME} ${GITHUB_REF}" -repo "${GITHUB_REPOSITORY}"  -details "${GITHUB_SHA}")  || true
2020-05-09T01:13:35.2292842Z echo status: ${STAT}
2020-05-09T01:13:35.2293251Z FailNum=$(echo $STAT | jq '.NumberOfFail')
2020-05-09T01:13:35.2293369Z TestsNum=$(echo $STAT | jq '.NumberOfTests')
2020-05-09T01:13:35.2293499Z GOPOGH_RESULT="${JOB_NAME} : completed with ${FailNum} / ${TestsNum} failures in ${TIME_ELAPSED}"
2020-05-09T01:13:35.2293617Z echo ::set-env name=GOPOGH_RESULT::${GOPOGH_RESULT}
2020-05-09T01:13:35.2293818Z echo ::set-env name=STAT::${STAT}
2020-05-09T01:13:35.2330047Z shell: /bin/bash --noprofile --norc -e -o pipefail {0}
2020-05-09T01:13:35.2330175Z env:
2020-05-09T01:13:35.2330324Z   GOPROXY: https://proxy.golang.org
2020-05-09T01:13:35.2330457Z   TIME_ELAPSED: 3 min 15 seconds
2020-05-09T01:13:35.2330568Z   JOB_NAME: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:13:35.2330676Z   GOPOGH_RESULT: 
2020-05-09T01:13:35.2330767Z   SHELL: /bin/bash
2020-05-09T01:13:35.2330873Z ##[endgroup]
2020-05-09T01:13:37.8096132Z status: { "NumberOfTests": 1, "NumberOfFail": 1, "NumberOfPass": 0, "NumberOfSkip": 0, "FailedTests": [ "TestStartStop/group/embed-certs" ], "GopoghVersion": "v0.1.19", "GopoghBuild": "88c32f2f9f883a1da5f625dda6849d83d51f130d-dirty", "Detail": { "Name": "start_stop_embed_cert_docker_ubuntu refs/pull/8025/merge", "Details": "dc6a5a658e8146fe1718ef37839c9dfbc3e7c205", "PR": "", "RepoName": "kubernetes/minikube" } }
2020-05-09T01:13:37.9135448Z ##[group]Run actions/upload-artifact@v1
2020-05-09T01:13:37.9135576Z with:
2020-05-09T01:13:37.9135684Z   name: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:13:37.9135795Z   path: minikube_binaries/report
2020-05-09T01:13:37.9135926Z env:
2020-05-09T01:13:37.9136088Z   GOPROXY: https://proxy.golang.org
2020-05-09T01:13:37.9136204Z   TIME_ELAPSED: 3 min 15 seconds
2020-05-09T01:13:37.9136315Z   JOB_NAME: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:13:37.9136446Z   GOPOGH_RESULT: start_stop_embed_cert_docker_ubuntu : completed with 1 / 1 failures in 3 min 15 seconds
2020-05-09T01:13:37.9136573Z   SHELL: /bin/bash
2020-05-09T01:13:37.9136907Z   STAT: { "NumberOfTests": 1, "NumberOfFail": 1, "NumberOfPass": 0, "NumberOfSkip": 0, "FailedTests": [ "TestStartStop/group/embed-certs" ], "GopoghVersion": "v0.1.19", "GopoghBuild": "88c32f2f9f883a1da5f625dda6849d83d51f130d-dirty", "Detail": { "Name": "start_stop_embed_cert_docker_ubuntu refs/pull/8025/merge", "Details": "dc6a5a658e8146fe1718ef37839c9dfbc3e7c205", "PR": "", "RepoName": "kubernetes/minikube" } }
2020-05-09T01:13:37.9137094Z ##[endgroup]
2020-05-09T01:13:38.1333750Z Uploading artifact 'start_stop_embed_cert_docker_ubuntu' from '/home/runner/work/minikube/minikube/minikube_binaries/report' for run #2398
2020-05-09T01:13:38.2184438Z Uploading 3 files
2020-05-09T01:13:38.7602702Z File upload complete.
2020-05-09T01:13:38.7615376Z Uploaded '455028' bytes from '/home/runner/work/minikube/minikube/minikube_binaries/report' to server
2020-05-09T01:13:38.9143825Z Associated artifact start_stop_embed_cert_docker_ubuntu (6093853) with run #2398
2020-05-09T01:13:38.9242110Z ##[group]Run echo ${GOPOGH_RESULT}
2020-05-09T01:13:38.9242308Z echo ${GOPOGH_RESULT}
2020-05-09T01:13:38.9242422Z numFail=$(echo $STAT | jq '.NumberOfFail')
2020-05-09T01:13:38.9242538Z echo "----------------${numFail} Failures----------------------------"
2020-05-09T01:13:38.9242660Z echo $STAT | jq '.FailedTests' || true
2020-05-09T01:13:38.9242770Z echo "-------------------------------------------------------"
2020-05-09T01:13:38.9242873Z numPass=$(echo $STAT | jq '.NumberOfPass')
2020-05-09T01:13:38.9242982Z echo "*** $numPass Passed ***"
2020-05-09T01:13:38.9243092Z if [ "$numFail" -gt 0 ];then echo "*** $numFail Failed ***";exit 2;fi
2020-05-09T01:13:38.9280888Z shell: /bin/bash --noprofile --norc -e -o pipefail {0}
2020-05-09T01:13:38.9281013Z env:
2020-05-09T01:13:38.9281195Z   GOPROXY: https://proxy.golang.org
2020-05-09T01:13:38.9281321Z   TIME_ELAPSED: 3 min 15 seconds
2020-05-09T01:13:38.9281506Z   JOB_NAME: start_stop_embed_cert_docker_ubuntu
2020-05-09T01:13:38.9281635Z   GOPOGH_RESULT: start_stop_embed_cert_docker_ubuntu : completed with 1 / 1 failures in 3 min 15 seconds
2020-05-09T01:13:38.9281742Z   SHELL: /bin/bash
2020-05-09T01:13:38.9281919Z   STAT: { "NumberOfTests": 1, "NumberOfFail": 1, "NumberOfPass": 0, "NumberOfSkip": 0, "FailedTests": [ "TestStartStop/group/embed-certs" ], "GopoghVersion": "v0.1.19", "GopoghBuild": "88c32f2f9f883a1da5f625dda6849d83d51f130d-dirty", "Detail": { "Name": "start_stop_embed_cert_docker_ubuntu refs/pull/8025/merge", "Details": "dc6a5a658e8146fe1718ef37839c9dfbc3e7c205", "PR": "", "RepoName": "kubernetes/minikube" } }
2020-05-09T01:13:38.9282095Z ##[endgroup]
2020-05-09T01:13:38.9350713Z start_stop_embed_cert_docker_ubuntu : completed with 1 / 1 failures in 3 min 15 seconds
2020-05-09T01:13:38.9385668Z ----------------1 Failures----------------------------
2020-05-09T01:13:38.9416239Z [
2020-05-09T01:13:38.9416863Z   "TestStartStop/group/embed-certs"
2020-05-09T01:13:38.9417001Z ]
2020-05-09T01:13:38.9419707Z -------------------------------------------------------
2020-05-09T01:13:38.9455512Z *** 0 Passed ***
2020-05-09T01:13:38.9455999Z *** 1 Failed ***
2020-05-09T01:13:38.9460603Z ##[error]Process completed with exit code 2.
2020-05-09T01:13:38.9471103Z Cleaning up orphan processes
afbjorklund commented 4 years ago

This looks like the exact same issue that we were seeing with podman in #8033

The real error isn't actually the re-attaching to the old cgroups (since those are gone). We see this all the time, even when it starts up correctly again - for both drivers.

The problem is about failing to create some fiiles, possibly due to read-only /sys.

afbjorklund commented 4 years ago

These lines are supposed to be enough:

INFO: remounting /sys read-only

INFO: fix cgroup mounts for all subsystems

And there doesn't seem to be any errors ?

That should make /sys/fs/cgroup/systemd writable, for the docker/<container> subdirectory.

But here it is still failing, the second time ?

2020-05-09T01:13:33.3937272Z             �[0;1;31mFailed to open pin file: No such file or directory�[0m
2020-05-09T01:13:33.3937576Z             �[0;1;31mFailed to allocate manager object: No such file or directory�[0m
2020-05-09T01:13:33.3937846Z             [�[0;1;31m!!!!!!�[0m] Failed to allocate manager object.
2020-05-09T01:13:33.3938097Z             �[0;1;31mExiting PID 1...�[0m

For podman the issue was just that KIND only did the workaround for "docker", not "libpod_parent"

afbjorklund commented 4 years ago

For debugging this, you can get the ID of the minikube container and then look at the mount:

findmnt /sys/fs/cgroup/systemd/docker/${CONTAINER_ID}

It supposed to be mounted as cgroup rw, even though systemd requires /sys to be ro.

Seems like fix_cgroups (in entrypoint) silently failed on us ?

afbjorklund commented 4 years ago

Doesn't seem to reproduce locally, can stop/start docker containers multiple times

So it must be something specific to Azure Linux, or maybe just a fluke perhaps...

fejta-bot commented 4 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot commented 4 years ago

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten