Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at dd3c5304426daa1a06e165d92e5378a7e6535b25 rather than 03efc9e8d08eef4ced6f171eb3ac89aa11293d6b Obtained Jenkinsfile from dd3c5304426daa1a06e165d92e5378a7e6535b25 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-29221’ is offline; ‘prd-centos7-docker-4c-2g-29222’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29226 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 03efc9e8d08eef4ced6f171eb3ac89aa11293d6b Merge succeeded, producing 62ccb9225f901d2b54bc686781d0389368e57abd Checking out Revision 62ccb9225f901d2b54bc686781d0389368e57abd (PR-3190) > git config core.sparsecheckout # timeout=10 > git checkout -f 03efc9e8d08eef4ced6f171eb3ac89aa11293d6b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 62ccb9225f901d2b54bc686781d0389368e57abd # timeout=10 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 21106ffac479d603487ccb6cbc4b55beddfec864 # timeout=10 [Pipeline] timeout [2021-03-10T00:31:37.308Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T00:31:37.567Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T00:31:37.663Z] ========================================================= [2021-03-10T00:31:37.663Z] EdgeX Global Pipelines Version Info [2021-03-10T00:31:37.663Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:31:39.183Z] ------------------- [2021-03-10T00:31:39.183Z] stable info: [2021-03-10T00:31:39.183Z] ------------------- [2021-03-10T00:31:39.183Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T00:31:39.183Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T00:31:39.183Z] Message: update stable to v1.0.184 [2021-03-10T00:31:40.132Z] ------------------- [2021-03-10T00:31:40.132Z] experimental info: [2021-03-10T00:31:40.132Z] ------------------- [2021-03-10T00:31:40.132Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T00:31:40.132Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T00:31:40.132Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T00:31:40.422Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T00:31:40.603Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T00:31:40.713Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T00:31:40.841Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T00:31:40.938Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T00:31:41.025Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T00:31:41.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T00:31:41.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T00:31:41.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T00:31:41.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T00:31:41.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T00:31:41.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T00:31:41.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T00:31:41.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T00:31:41.969Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T00:31:42.057Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T00:31:42.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T00:31:42.228Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T00:31:42.344Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T00:31:42.431Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T00:31:42.515Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T00:31:42.598Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T00:31:42.684Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3190 [Pipeline] echo [2021-03-10T00:31:42.792Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3190 [Pipeline] echo [2021-03-10T00:31:42.930Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3190 [Pipeline] echo [2021-03-10T00:31:43.092Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 62ccb9225f901d2b54bc686781d0389368e57abd [Pipeline] echo [2021-03-10T00:31:43.175Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 62ccb92 [Pipeline] echo [2021-03-10T00:31:43.259Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T00:31:43.462Z] provisioning config files... [2021-03-10T00:31:43.493Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config5824583946339317307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:31:43.883Z] ---> docker-login.sh [2021-03-10T00:31:43.884Z] nexus3.edgexfoundry.org:10001 [2021-03-10T00:31:44.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:44.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:44.416Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:44.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:44.416Z] [2021-03-10T00:31:44.416Z] Login Succeeded [2021-03-10T00:31:44.416Z] nexus3.edgexfoundry.org:10002 [2021-03-10T00:31:44.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:44.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:44.679Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:44.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:44.679Z] [2021-03-10T00:31:44.679Z] Login Succeeded [2021-03-10T00:31:44.679Z] nexus3.edgexfoundry.org:10003 [2021-03-10T00:31:44.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:44.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:44.943Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:44.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:44.943Z] [2021-03-10T00:31:44.943Z] Login Succeeded [2021-03-10T00:31:44.943Z] nexus3.edgexfoundry.org:10004 [2021-03-10T00:31:44.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:44.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:44.943Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:44.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:44.943Z] [2021-03-10T00:31:44.943Z] Login Succeeded [2021-03-10T00:31:44.943Z] docker.io [2021-03-10T00:31:45.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:45.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:45.474Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:45.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:45.474Z] [2021-03-10T00:31:45.474Z] Login Succeeded [2021-03-10T00:31:45.474Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T00:31:45.486Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T00:31:45.981Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-10T00:31:45.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:45.981Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T00:31:45.981Z] ++ cut -d/ -f2 [2021-03-10T00:31:45.981Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T00:31:45.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:45.981Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T00:31:45.981Z] ++ cut -d/ -f2 [2021-03-10T00:31:45.981Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T00:31:45.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:45.981Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T00:31:45.981Z] ++ cut -d/ -f2 [2021-03-10T00:31:45.981Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T00:31:45.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:45.981Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T00:31:45.981Z] ++ cut -d/ -f2 [2021-03-10T00:31:45.981Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T00:31:45.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:45.981Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T00:31:45.981Z] ++ cut -d/ -f2 [2021-03-10T00:31:45.981Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T00:31:45.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:45.981Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T00:31:45.981Z] ++ cut -d/ -f2 [2021-03-10T00:31:45.981Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T00:31:45.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:45.981Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T00:31:45.981Z] ++ cut -d/ -f2 [2021-03-10T00:31:45.981Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T00:31:45.982Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:45.982Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T00:31:45.982Z] ++ cut -d/ -f2 [2021-03-10T00:31:45.982Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T00:31:45.982Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:45.982Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T00:31:45.982Z] ++ cut -d/ -f2 [2021-03-10T00:31:45.982Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T00:31:46.052Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:31:46.912Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T00:31:46.912Z] [2021-03-10T00:31:46.912Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:31:47.310Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T00:31:47.310Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T00:31:47.310Z] 31603596830f: Pulling fs layer [2021-03-10T00:31:47.310Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T00:31:47.310Z] 6ca5941a6612: Pulling fs layer [2021-03-10T00:31:47.310Z] ecc8261a40a4: Pulling fs layer [2021-03-10T00:31:47.311Z] ecc8261a40a4: Waiting [2021-03-10T00:31:47.311Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T00:31:47.311Z] 2a8b12db71e7: Download complete [2021-03-10T00:31:47.590Z] 31603596830f: Download complete [2021-03-10T00:31:47.590Z] ecc8261a40a4: Verifying Checksum [2021-03-10T00:31:47.590Z] ecc8261a40a4: Download complete [2021-03-10T00:31:47.590Z] 6ca5941a6612: Verifying Checksum [2021-03-10T00:31:47.590Z] 6ca5941a6612: Download complete [2021-03-10T00:31:47.859Z] 31603596830f: Pull complete [2021-03-10T00:31:48.123Z] 2a8b12db71e7: Pull complete [2021-03-10T00:31:49.069Z] 6ca5941a6612: Pull complete [2021-03-10T00:31:49.069Z] ecc8261a40a4: Pull complete [2021-03-10T00:31:49.069Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T00:31:49.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T00:31:49.069Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T00:31:49.183Z] prd-centos7-docker-4c-2g-29226 does not seem to be running inside a container [2021-03-10T00:31:49.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T00:31:51.990Z] $ docker top 15756d612d8fcffe0e75d0ebecaf1e8558b3eda390bb4cddff58ed9dc9ab8768 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T00:31:52.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T00:31:52.401Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T00:31:52.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T00:31:52.692Z] $ docker exec 15756d612d8fcffe0e75d0ebecaf1e8558b3eda390bb4cddff58ed9dc9ab8768 ssh-agent [2021-03-10T00:31:52.888Z] SSH_AUTH_SOCK=/tmp/ssh-Jw2YbTKRnjm6/agent.12 [2021-03-10T00:31:52.888Z] SSH_AGENT_PID=18 [2021-03-10T00:31:52.906Z] Running ssh-add (command line suppressed) [2021-03-10T00:31:53.044Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_4666766279935278610.key (/w/workspace/edgex-go/11@tmp/private_key_4666766279935278610.key) [2021-03-10T00:31:53.108Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T00:31:53.453Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T00:31:53.487Z] $ docker exec --env ******** --env ******** 15756d612d8fcffe0e75d0ebecaf1e8558b3eda390bb4cddff58ed9dc9ab8768 ssh-agent -k [2021-03-10T00:31:53.610Z] unset SSH_AUTH_SOCK; [2021-03-10T00:31:53.610Z] unset SSH_AGENT_PID; [2021-03-10T00:31:53.610Z] echo Agent pid 18 killed; [2021-03-10T00:31:53.667Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T00:31:53.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T00:31:53.807Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T00:31:54.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T00:31:54.085Z] $ docker exec 15756d612d8fcffe0e75d0ebecaf1e8558b3eda390bb4cddff58ed9dc9ab8768 ssh-agent [2021-03-10T00:31:54.309Z] SSH_AUTH_SOCK=/tmp/ssh-gZVg8FSZGG4S/agent.47 [2021-03-10T00:31:54.309Z] SSH_AGENT_PID=52 [2021-03-10T00:31:54.327Z] Running ssh-add (command line suppressed) [2021-03-10T00:31:54.471Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_6992138605626567586.key (/w/workspace/edgex-go/11@tmp/private_key_6992138605626567586.key) [2021-03-10T00:31:54.531Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T00:31:54.898Z] + git semver init [2021-03-10T00:31:54.898Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T00:31:54.898Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2021-03-10T00:31:54.898Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2021-03-10T00:31:54.898Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T00:31:54.898Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T00:31:54.898Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T00:31:54.898Z] # $SEMVER_BRANCH = PR-3190 [2021-03-10T00:31:54.898Z] # $SEMVER_TEMP = /tmp/semver-106895514 [2021-03-10T00:31:54.898Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T00:32:21.562Z] # '/tmp/semver-106895514' -> '/w/workspace/edgex-go/11/.semver' [2021-03-10T00:32:21.562Z] # -> Force: false [2021-03-10T00:32:21.562Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2021-03-10T00:32:21.578Z] $ docker exec --env ******** --env ******** 15756d612d8fcffe0e75d0ebecaf1e8558b3eda390bb4cddff58ed9dc9ab8768 ssh-agent -k [2021-03-10T00:32:21.909Z] unset SSH_AUTH_SOCK; [2021-03-10T00:32:21.911Z] unset SSH_AGENT_PID; [2021-03-10T00:32:21.911Z] echo Agent pid 52 killed; [2021-03-10T00:32:22.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T00:32:22.525Z] + git semver [Pipeline] } [2021-03-10T00:32:22.549Z] $ docker stop --time=1 15756d612d8fcffe0e75d0ebecaf1e8558b3eda390bb4cddff58ed9dc9ab8768 [2021-03-10T00:32:24.300Z] $ docker rm -f 15756d612d8fcffe0e75d0ebecaf1e8558b3eda390bb4cddff58ed9dc9ab8768 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T00:32:24.898Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T00:32:25.496Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T00:32:25.500Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T00:32:26.392Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:32:26.719Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:32:27.033Z] + true [2021-03-10T00:32:27.033Z] + sudo service docker restart [2021-03-10T00:32:27.033Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T00:32:28.007Z] ========================================================= [2021-03-10T00:32:28.007Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T00:32:28.007Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:32:28.350Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-10T00:32:32.625Z] Sending build context to Docker daemon 328.5MB [2021-03-10T00:32:32.625Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T00:32:32.625Z] Step 2/6 : FROM ${BASE} [2021-03-10T00:32:32.625Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T00:32:32.625Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T00:32:32.625Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T00:32:32.625Z] de9db76c5a1d: Pulling fs layer [2021-03-10T00:32:32.625Z] bca2f99d35d6: Pulling fs layer [2021-03-10T00:32:32.625Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T00:32:32.625Z] 7c6f9722023f: Pulling fs layer [2021-03-10T00:32:32.625Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T00:32:32.625Z] bca2f99d35d6: Waiting [2021-03-10T00:32:32.625Z] 93359f2a8cfa: Waiting [2021-03-10T00:32:32.625Z] 7c6f9722023f: Waiting [2021-03-10T00:32:32.625Z] a35cf1a2eb13: Waiting [2021-03-10T00:32:32.625Z] de9db76c5a1d: Download complete [2021-03-10T00:32:32.625Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T00:32:32.625Z] 0ef7d3d256c8: Download complete [2021-03-10T00:32:32.625Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T00:32:32.625Z] 93359f2a8cfa: Download complete [2021-03-10T00:32:32.625Z] 7c6f9722023f: Verifying Checksum [2021-03-10T00:32:32.625Z] 7c6f9722023f: Download complete [2021-03-10T00:32:32.625Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T00:32:32.625Z] 188c0c94c7c5: Download complete [2021-03-10T00:32:33.211Z] 188c0c94c7c5: Pull complete [2021-03-10T00:32:34.172Z] 0ef7d3d256c8: Pull complete [2021-03-10T00:32:34.437Z] de9db76c5a1d: Pull complete [2021-03-10T00:32:34.437Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T00:32:34.437Z] a35cf1a2eb13: Download complete [2021-03-10T00:32:35.014Z] bca2f99d35d6: Download complete [2021-03-10T00:32:40.895Z] Still waiting to schedule task [2021-03-10T00:32:40.895Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-10T00:32:41.654Z] bca2f99d35d6: Pull complete [2021-03-10T00:32:41.654Z] 93359f2a8cfa: Pull complete [2021-03-10T00:32:41.654Z] 7c6f9722023f: Pull complete [2021-03-10T00:32:45.914Z] a35cf1a2eb13: Pull complete [2021-03-10T00:32:45.914Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T00:32:45.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T00:32:45.914Z] ---> a62c8e92a672 [2021-03-10T00:32:45.914Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-10T00:32:46.186Z] ---> Running in 88d7635e006a [2021-03-10T00:32:46.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:32:47.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:32:49.114Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T00:32:49.689Z] (2/12) Installing file (5.38-r0) [2021-03-10T00:32:49.951Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T00:32:49.952Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T00:33:04.910Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T00:33:04.910Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T00:33:04.910Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T00:33:04.910Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T00:33:04.910Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T00:33:04.910Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T00:33:04.910Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T00:33:04.910Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T00:33:04.910Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:33:04.910Z] OK: 233 MiB in 51 packages [2021-03-10T00:33:09.147Z] Removing intermediate container 88d7635e006a [2021-03-10T00:33:09.147Z] ---> a4cdd3196bfa [2021-03-10T00:33:09.147Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T00:33:09.147Z] ---> Running in 4e59bb3f6246 [2021-03-10T00:33:09.147Z] Removing intermediate container 4e59bb3f6246 [2021-03-10T00:33:09.147Z] ---> 1d10e0cccacf [2021-03-10T00:33:09.147Z] Step 5/6 : COPY go.mod . [2021-03-10T00:33:09.147Z] ---> 12922b3343ac [2021-03-10T00:33:09.147Z] Step 6/6 : RUN go mod download [2021-03-10T00:33:09.147Z] ---> Running in 009f8c9a59fc [2021-03-10T00:33:35.798Z] Removing intermediate container 009f8c9a59fc [2021-03-10T00:33:35.798Z] ---> a07f5b68e14b [2021-03-10T00:33:35.798Z] Successfully built a07f5b68e14b [2021-03-10T00:33:35.798Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:33:36.120Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T00:33:36.386Z] . [Pipeline] withDockerContainer [2021-03-10T00:33:36.517Z] prd-centos7-docker-4c-2g-29226 does not seem to be running inside a container [2021-03-10T00:33:36.578Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T00:33:37.702Z] $ docker top e2d72816da709f124a31332b46d41265acd5006d6b0541a6dc2354eb6a1ad8eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:33:38.281Z] + go version [2021-03-10T00:33:38.281Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T00:33:38.301Z] $ docker stop --time=1 e2d72816da709f124a31332b46d41265acd5006d6b0541a6dc2354eb6a1ad8eb [2021-03-10T00:33:39.652Z] $ docker rm -f e2d72816da709f124a31332b46d41265acd5006d6b0541a6dc2354eb6a1ad8eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:33:40.486Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T00:33:40.486Z] . [Pipeline] withDockerContainer [2021-03-10T00:33:40.595Z] prd-centos7-docker-4c-2g-29226 does not seem to be running inside a container [2021-03-10T00:33:40.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T00:33:41.365Z] $ docker top 81fe343158750683160b7f4f6998e43a64ccb5d93a72f7560aba830835952e50 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T00:33:41.603Z] ========================================================= [2021-03-10T00:33:41.603Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T00:33:41.603Z] ========================================================= [Pipeline] sh [2021-03-10T00:33:41.905Z] + make test [2021-03-10T00:33:41.906Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T00:33:52.085Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T00:34:14.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T00:34:19.661Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T00:34:19.661Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T00:34:19.661Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T00:34:21.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T00:34:21.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T00:34:21.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T00:34:21.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T00:34:22.641Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T00:34:23.228Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T00:34:25.846Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T00:34:25.846Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T00:34:25.846Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T00:34:28.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements [2021-03-10T00:34:28.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T00:34:28.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T00:34:28.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T00:34:28.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T00:34:28.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T00:34:28.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T00:34:28.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T00:34:28.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.114s coverage: 100.0% of statements [2021-03-10T00:34:31.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.262s coverage: 27.1% of statements [2021-03-10T00:34:31.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T00:34:31.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T00:34:31.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T00:34:31.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T00:34:31.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T00:34:31.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T00:34:31.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-03-10T00:34:31.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T00:34:31.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-03-10T00:34:31.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T00:34:31.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T00:34:32.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements [2021-03-10T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T00:34:32.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements [2021-03-10T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:34:32.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.112s coverage: 78.9% of statements [2021-03-10T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T00:34:36.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.424s coverage: 28.6% of statements [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T00:34:36.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T00:34:36.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T00:34:36.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T00:34:36.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T00:34:36.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T00:34:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T00:34:39.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.506s coverage: 92.8% of statements [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T00:34:39.431Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T00:34:39.431Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T00:34:39.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T00:34:39.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 47.1% of statements [2021-03-10T00:34:39.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.046s coverage: 79.5% of statements [2021-03-10T00:34:39.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-03-10T00:34:39.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2021-03-10T00:34:39.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.026s coverage: 87.5% of statements [2021-03-10T00:34:52.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements [2021-03-10T00:34:52.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-03-10T00:34:52.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.103s coverage: 81.4% of statements [2021-03-10T00:35:01.029Z] # github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http.test] [2021-03-10T00:35:01.029Z] internal/support/scheduler/v2/controller/http/intervalaction_test.go:32:17: undefined: dtos.NewRESTAddress [2021-03-10T00:35:01.029Z] internal/support/scheduler/v2/controller/http/intervalaction_test.go:33:20: undefined: dtos.NewIntervalAction [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.6% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 62.4% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 69.0% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 47.0% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.8% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T00:35:02.958Z] FAIL github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http [build failed] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T00:35:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T00:35:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T00:35:02.959Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-03-10T00:35:02.959Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T00:35:02.959Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T00:35:02.959Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-03-10T00:35:02.959Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-10T00:35:02.959Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-03-10T00:35:02.959Z] FAIL [2021-03-10T00:35:03.221Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2021-03-10T00:35:03.278Z] $ docker stop --time=1 81fe343158750683160b7f4f6998e43a64ccb5d93a72f7560aba830835952e50 [2021-03-10T00:35:06.036Z] $ docker rm -f 81fe343158750683160b7f4f6998e43a64ccb5d93a72f7560aba830835952e50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T00:35:07.566Z] Failed in branch amd64 [2021-03-10T00:35:13.273Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29229 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws [2021-03-10T00:35:13.355Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-03-10T00:35:19.083Z] using credential edgex-jenkins-ssh [2021-03-10T00:35:19.214Z] Cloning the remote Git repository [2021-03-10T00:35:19.463Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:35:19.592Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-03-10T00:35:19.700Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:35:19.701Z] > git --version # timeout=10 [2021-03-10T00:35:19.742Z] > git --version # 'git version 2.17.1' [2021-03-10T00:35:19.744Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:35:19.817Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:35:44.043Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:35:44.083Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:35:44.170Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:35:44.241Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:35:44.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:35:44.263Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T00:35:45.120Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 03efc9e8d08eef4ced6f171eb3ac89aa11293d6b [2021-03-10T00:35:46.046Z] Merge succeeded, producing 0bc471ee46f4de7388fdfe4cf1beeb49240fe6e0 [2021-03-10T00:35:46.047Z] Checking out Revision 0bc471ee46f4de7388fdfe4cf1beeb49240fe6e0 (PR-3190) [2021-03-10T00:35:45.145Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:35:45.169Z] > git checkout -f 03efc9e8d08eef4ced6f171eb3ac89aa11293d6b # timeout=10 [2021-03-10T00:35:45.528Z] > git remote # timeout=10 [2021-03-10T00:35:45.554Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T00:35:45.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:35:45.595Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-10T00:35:46.033Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T00:35:46.056Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:35:46.069Z] > git checkout -f 0bc471ee46f4de7388fdfe4cf1beeb49240fe6e0 # timeout=10 [2021-03-10T00:35:50.549Z] Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" [2021-03-10T00:35:50.574Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T00:35:52.028Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:35:52.502Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:35:50.560Z] > git rev-list --no-walk 21106ffac479d603487ccb6cbc4b55beddfec864 # timeout=10 [2021-03-10T00:35:52.873Z] + + sudotrue service [2021-03-10T00:35:52.873Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T00:35:54.935Z] provisioning config files... [2021-03-10T00:35:54.982Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config3918135258675412266tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:35:55.397Z] ---> docker-login.sh [2021-03-10T00:35:55.397Z] nexus3.edgexfoundry.org:10001 [2021-03-10T00:35:56.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:56.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:56.660Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:56.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:56.660Z] [2021-03-10T00:35:56.660Z] Login Succeeded [2021-03-10T00:35:56.660Z] nexus3.edgexfoundry.org:10002 [2021-03-10T00:35:57.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:57.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:57.258Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:57.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:57.258Z] [2021-03-10T00:35:57.258Z] Login Succeeded [2021-03-10T00:35:57.258Z] nexus3.edgexfoundry.org:10003 [2021-03-10T00:35:57.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:57.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:57.854Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:57.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:57.854Z] [2021-03-10T00:35:57.854Z] Login Succeeded [2021-03-10T00:35:57.854Z] nexus3.edgexfoundry.org:10004 [2021-03-10T00:35:58.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:58.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:58.450Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:58.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:58.450Z] [2021-03-10T00:35:58.450Z] Login Succeeded [2021-03-10T00:35:58.450Z] docker.io [2021-03-10T00:35:59.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:59.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:59.048Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:59.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:59.048Z] [2021-03-10T00:35:59.048Z] Login Succeeded [2021-03-10T00:35:59.319Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T00:35:59.340Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T00:35:59.787Z] ========================================================= [2021-03-10T00:35:59.787Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T00:35:59.787Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:36:00.186Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-10T00:36:02.831Z] Sending build context to Docker daemon 166.8MB [2021-03-10T00:36:02.831Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T00:36:02.831Z] Step 2/6 : FROM ${BASE} [2021-03-10T00:36:02.831Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T00:36:02.831Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T00:36:02.831Z] a4357932f1b6: Pulling fs layer [2021-03-10T00:36:02.831Z] 18c013af1878: Pulling fs layer [2021-03-10T00:36:02.831Z] 00ac8860ef70: Pulling fs layer [2021-03-10T00:36:02.831Z] 63d7cb157983: Pulling fs layer [2021-03-10T00:36:02.831Z] b116817d02f9: Pulling fs layer [2021-03-10T00:36:02.831Z] 745a02a5169b: Pulling fs layer [2021-03-10T00:36:02.831Z] 00ac8860ef70: Waiting [2021-03-10T00:36:02.831Z] 63d7cb157983: Waiting [2021-03-10T00:36:02.831Z] b116817d02f9: Waiting [2021-03-10T00:36:02.831Z] 745a02a5169b: Waiting [2021-03-10T00:36:02.831Z] 18c013af1878: Verifying Checksum [2021-03-10T00:36:02.831Z] 18c013af1878: Download complete [2021-03-10T00:36:02.831Z] a4357932f1b6: Verifying Checksum [2021-03-10T00:36:02.831Z] a4357932f1b6: Download complete [2021-03-10T00:36:02.831Z] 63d7cb157983: Download complete [2021-03-10T00:36:02.831Z] b116817d02f9: Verifying Checksum [2021-03-10T00:36:02.831Z] b116817d02f9: Download complete [2021-03-10T00:36:02.831Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T00:36:02.831Z] 5f621e34cdf4: Download complete [2021-03-10T00:36:03.438Z] 5f621e34cdf4: Pull complete [2021-03-10T00:36:04.042Z] a4357932f1b6: Pull complete [2021-03-10T00:36:04.320Z] 18c013af1878: Pull complete [2021-03-10T00:36:04.922Z] 745a02a5169b: Verifying Checksum [2021-03-10T00:36:04.922Z] 745a02a5169b: Download complete [2021-03-10T00:36:05.905Z] 00ac8860ef70: Download complete [2021-03-10T00:36:16.082Z] 00ac8860ef70: Pull complete [2021-03-10T00:36:16.358Z] 63d7cb157983: Pull complete [2021-03-10T00:36:16.634Z] b116817d02f9: Pull complete [2021-03-10T00:36:20.975Z] 745a02a5169b: Pull complete [2021-03-10T00:36:20.975Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T00:36:20.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T00:36:20.975Z] ---> b7e6874047d6 [2021-03-10T00:36:20.975Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-10T00:36:24.388Z] ---> Running in 144cfc8d6f12 [2021-03-10T00:36:25.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:36:26.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:36:27.363Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T00:36:27.363Z] (2/12) Installing file (5.38-r0) [2021-03-10T00:36:27.636Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T00:36:27.636Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T00:36:31.935Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T00:36:31.935Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T00:36:31.935Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T00:36:31.935Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T00:36:31.935Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T00:36:31.935Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T00:36:31.935Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T00:36:31.935Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T00:36:31.935Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:36:31.935Z] OK: 217 MiB in 51 packages [2021-03-10T00:36:36.249Z] Removing intermediate container 144cfc8d6f12 [2021-03-10T00:36:36.249Z] ---> b9c3f51cce2f [2021-03-10T00:36:36.249Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T00:36:36.249Z] ---> Running in eccbd0a30934 [2021-03-10T00:36:36.522Z] Removing intermediate container eccbd0a30934 [2021-03-10T00:36:36.522Z] ---> 962d711af0ce [2021-03-10T00:36:36.522Z] Step 5/6 : COPY go.mod . [2021-03-10T00:36:37.503Z] ---> c87b624bed7e [2021-03-10T00:36:37.503Z] Step 6/6 : RUN go mod download [2021-03-10T00:36:37.503Z] ---> Running in 6094f945689f [2021-03-10T00:37:09.870Z] Removing intermediate container 6094f945689f [2021-03-10T00:37:09.870Z] ---> 8f6eeb6c0782 [2021-03-10T00:37:09.870Z] Successfully built 8f6eeb6c0782 [2021-03-10T00:37:09.870Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:37:10.210Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T00:37:10.210Z] . [Pipeline] withDockerContainer [2021-03-10T00:37:10.476Z] prd-ubuntu18.04-docker-arm64-4c-16g-29229 does not seem to be running inside a container [2021-03-10T00:37:10.564Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T00:37:11.918Z] $ docker top ef0f019d9fe029715803e1662c2b3e5f622052ecfe59c6f7fc6658c0c9829531 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:37:12.921Z] + go version [2021-03-10T00:37:12.921Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T00:37:12.946Z] $ docker stop --time=1 ef0f019d9fe029715803e1662c2b3e5f622052ecfe59c6f7fc6658c0c9829531 [2021-03-10T00:37:14.916Z] $ docker rm -f ef0f019d9fe029715803e1662c2b3e5f622052ecfe59c6f7fc6658c0c9829531 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:37:15.894Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T00:37:15.894Z] . [Pipeline] withDockerContainer [2021-03-10T00:37:16.165Z] prd-ubuntu18.04-docker-arm64-4c-16g-29229 does not seem to be running inside a container [2021-03-10T00:37:16.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T00:37:17.697Z] $ docker top 334a37c285137d2a0844c5ad92e489e0f2a77d5e08d8f0cd4eeaccd79f02498b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T00:37:18.084Z] ========================================================= [2021-03-10T00:37:18.084Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T00:37:18.084Z] ========================================================= [Pipeline] sh [2021-03-10T00:37:18.728Z] + make test [2021-03-10T00:37:18.728Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T00:37:45.529Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T00:38:32.602Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T00:38:59.508Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T00:38:59.508Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T00:38:59.508Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T00:38:59.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T00:38:59.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T00:38:59.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T00:38:59.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T00:38:59.862Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T00:39:00.546Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T00:39:10.926Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T00:39:10.926Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T00:39:10.926Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T00:39:17.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.293s coverage: 45.9% of statements [2021-03-10T00:39:17.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T00:39:17.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T00:39:17.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T00:39:17.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T00:39:17.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T00:39:17.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T00:39:17.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T00:39:17.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.263s coverage: 100.0% of statements [2021-03-10T00:39:26.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.609s coverage: 27.1% of statements [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T00:39:26.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T00:39:26.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T00:39:26.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.301s coverage: 71.3% of statements [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T00:39:26.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T00:39:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.485s coverage: 82.9% of statements [2021-03-10T00:39:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T00:39:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:39:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements [2021-03-10T00:39:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T00:39:38.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.299s coverage: 28.6% of statements [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T00:39:38.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T00:39:38.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T00:39:38.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.397s coverage: 86.7% of statements [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T00:39:38.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.411s coverage: 97.5% of statements [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T00:39:38.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.187s coverage: 78.3% of statements [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T00:39:38.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T00:39:49.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.457s coverage: 92.8% of statements [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T00:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T00:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.313s coverage: 0.1% of statements [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T00:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T00:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 47.1% of statements [2021-03-10T00:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.096s coverage: 79.5% of statements [2021-03-10T00:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-03-10T00:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-03-10T00:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-03-10T00:39:59.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.098s coverage: 94.4% of statements [2021-03-10T00:39:59.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.079s coverage: 44.8% of statements [2021-03-10T00:39:59.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.113s coverage: 81.4% of statements [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.117s coverage: 92.9% of statements [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.124s coverage: 84.6% of statements [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.159s coverage: 91.6% of statements [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.583s coverage: 62.4% of statements [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T00:40:17.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-03-10T00:40:17.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-03-10T00:40:18.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.878s coverage: 69.0% of statements [2021-03-10T00:40:18.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T00:40:18.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T00:40:18.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T00:40:20.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.401s coverage: 38.4% of statements [2021-03-10T00:40:20.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T00:40:20.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T00:40:20.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.095s coverage: 89.5% of statements [2021-03-10T00:40:20.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T00:40:20.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.089s coverage: 84.8% of statements [2021-03-10T00:40:28.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.481s coverage: 47.0% of statements [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T00:40:28.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.179s coverage: 100.0% of statements [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T00:40:28.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T00:40:28.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.404s coverage: 87.8% of statements [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:40:28.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T00:40:28.536Z] # github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http.test] [2021-03-10T00:40:28.536Z] internal/support/scheduler/v2/controller/http/intervalaction_test.go:32:17: undefined: dtos.NewRESTAddress [2021-03-10T00:40:28.536Z] internal/support/scheduler/v2/controller/http/intervalaction_test.go:33:20: undefined: dtos.NewIntervalAction [2021-03-10T00:40:35.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.488s coverage: 29.1% of statements [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T00:40:35.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T00:40:35.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T00:40:35.276Z] FAIL github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http [build failed] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T00:40:35.276Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T00:40:35.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T00:40:35.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T00:40:35.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T00:40:35.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-03-10T00:40:35.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements [2021-03-10T00:40:35.549Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-03-10T00:40:35.549Z] FAIL [2021-03-10T00:40:36.526Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2021-03-10T00:40:36.549Z] $ docker stop --time=1 334a37c285137d2a0844c5ad92e489e0f2a77d5e08d8f0cd4eeaccd79f02498b [2021-03-10T00:40:38.867Z] $ docker rm -f 334a37c285137d2a0844c5ad92e489e0f2a77d5e08d8f0cd4eeaccd79f02498b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:40:41.192Z] ---> job-cost.sh [2021-03-10T00:40:41.192Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YWE6 [2021-03-10T00:41:37.715Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T00:43:44.569Z] lf-activate-venv(): INFO: Adding /tmp/venv-YWE6/bin to PATH [2021-03-10T00:43:44.569Z] INFO: No Stack... [2021-03-10T00:43:44.569Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T00:43:44.569Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T00:43:44.909Z] + cat /w/workspace/edgex-go/11/archives/cost.csv [2021-03-10T00:43:44.909Z] + cut -d, -f6 [Pipeline] lock [2021-03-10T00:43:45.064Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3190-11-stack-cost] [2021-03-10T00:43:45.073Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3190-11-stack-cost] did not exist. Created. [2021-03-10T00:43:45.073Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3190-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T00:43:45.604Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T00:43:46.956Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T00:43:46.966Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3190-11-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T00:43:47.617Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:43:49.466Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:43:50.361Z] ---> package-listing.sh [2021-03-10T00:43:50.361Z] ++ facter osfamily [2021-03-10T00:43:50.361Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T00:43:50.361Z] + OS_FAMILY=redhat [2021-03-10T00:43:50.361Z] + workspace=/w/workspace/edgex-go/11 [2021-03-10T00:43:50.361Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T00:43:50.361Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T00:43:50.361Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T00:43:50.361Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T00:43:50.361Z] + '[' /w/workspace/edgex-go/11 ']' [2021-03-10T00:43:50.361Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T00:43:50.361Z] + case "${OS_FAMILY}" in [2021-03-10T00:43:50.361Z] + rpm -qa [2021-03-10T00:43:50.361Z] + sort [2021-03-10T00:43:55.676Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T00:43:55.676Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T00:43:55.676Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T00:43:55.676Z] + '[' /w/workspace/edgex-go/11 ']' [2021-03-10T00:43:55.676Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2021-03-10T00:43:55.676Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2021-03-10T00:43:55.690Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T00:43:55.986Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:43:56.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T00:43:56.299Z] [2021-03-10T00:43:56.299Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:43:56.663Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T00:43:56.663Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T00:43:56.663Z] df20fa9351a1: Pulling fs layer [2021-03-10T00:43:56.663Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T00:43:56.663Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T00:43:56.663Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T00:43:56.663Z] 93b61091891f: Pulling fs layer [2021-03-10T00:43:56.663Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T00:43:56.663Z] 5e14af77c1be: Pulling fs layer [2021-03-10T00:43:56.663Z] 01666e4c0597: Pulling fs layer [2021-03-10T00:43:56.663Z] aa168da1d23b: Pulling fs layer [2021-03-10T00:43:56.663Z] 46f8f816bc3b: Waiting [2021-03-10T00:43:56.663Z] 93b61091891f: Waiting [2021-03-10T00:43:56.663Z] 93b9cdb0e59b: Waiting [2021-03-10T00:43:56.663Z] 5e14af77c1be: Waiting [2021-03-10T00:43:56.663Z] 01666e4c0597: Waiting [2021-03-10T00:43:56.663Z] aa168da1d23b: Waiting [2021-03-10T00:43:56.663Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T00:43:56.663Z] 36b3adc4ff6f: Download complete [2021-03-10T00:43:56.927Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T00:43:56.927Z] 46f8f816bc3b: Download complete [2021-03-10T00:43:56.927Z] df20fa9351a1: Verifying Checksum [2021-03-10T00:43:56.927Z] df20fa9351a1: Download complete [2021-03-10T00:43:56.927Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T00:43:56.927Z] 93b9cdb0e59b: Download complete [2021-03-10T00:43:56.927Z] 93b61091891f: Verifying Checksum [2021-03-10T00:43:56.927Z] 93b61091891f: Download complete [2021-03-10T00:43:56.927Z] 5e14af77c1be: Verifying Checksum [2021-03-10T00:43:56.927Z] 5e14af77c1be: Download complete [2021-03-10T00:43:56.927Z] 01666e4c0597: Verifying Checksum [2021-03-10T00:43:56.927Z] 01666e4c0597: Download complete [2021-03-10T00:43:56.927Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T00:43:56.927Z] 8ad3a11d3b57: Download complete [2021-03-10T00:43:57.510Z] df20fa9351a1: Pull complete [2021-03-10T00:43:57.510Z] 36b3adc4ff6f: Pull complete [2021-03-10T00:43:58.915Z] 8ad3a11d3b57: Pull complete [2021-03-10T00:43:58.915Z] 46f8f816bc3b: Pull complete [2021-03-10T00:43:59.179Z] 93b61091891f: Pull complete [2021-03-10T00:43:59.179Z] 93b9cdb0e59b: Pull complete [2021-03-10T00:43:59.442Z] 5e14af77c1be: Pull complete [2021-03-10T00:43:59.442Z] 01666e4c0597: Pull complete [2021-03-10T00:44:00.398Z] aa168da1d23b: Download complete [2021-03-10T00:44:08.608Z] aa168da1d23b: Pull complete [2021-03-10T00:44:08.608Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T00:44:08.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T00:44:08.608Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T00:44:08.766Z] prd-centos7-docker-4c-2g-29226 does not seem to be running inside a container [2021-03-10T00:44:08.822Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T00:44:12.779Z] $ docker top 81d0ebd204a498e70d11170454f12d076b0fec2019d66491002178829e65c8d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:44:13.380Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T00:44:13.687Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T00:44:13.993Z] + ls /var/log/sa-host [2021-03-10T00:44:13.993Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T00:44:13.993Z] file_magic: OK [2021-03-10T00:44:13.993Z] HZ: Using current value: 100 [2021-03-10T00:44:13.993Z] file_header: OK [2021-03-10T00:44:13.993Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-10T00:44:13.993Z] Statistics: [2021-03-10T00:44:13.993Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T00:44:13.993Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T00:44:13.993Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T00:44:13.993Z] file_magic: OK [2021-03-10T00:44:13.993Z] HZ: Using current value: 100 [2021-03-10T00:44:13.993Z] file_header: OK [2021-03-10T00:44:13.993Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-10T00:44:13.993Z] Statistics: [2021-03-10T00:44:13.993Z] Hnuu...uuuununununu... [2021-03-10T00:44:13.993Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T00:44:14.627Z] provisioning config files... [2021-03-10T00:44:14.644Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config838314235488673808tmp [Pipeline] { [Pipeline] echo [2021-03-10T00:44:14.719Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:44:15.023Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T00:44:15.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T00:44:15.132Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:44:15.437Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T00:44:15.453Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:44:15.760Z] ---> sudo-logs.sh [2021-03-10T00:44:15.760Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T00:44:15.882Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:44:16.184Z] ---> job-cost.sh [2021-03-10T00:44:16.184Z] lf-activate-venv: SKIPPING [2021-03-10T00:44:16.184Z] DEBUG: total: 0.20999999344348907 [2021-03-10T00:44:16.184Z] INFO: Retrieving Stack Cost... [2021-03-10T00:44:17.581Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T00:44:17.843Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T00:44:17.858Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:44:18.158Z] ---> logs-deploy.sh [2021-03-10T00:44:18.158Z] lf-activate-venv: SKIPPING [2021-03-10T00:44:18.158Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3190/11 [2021-03-10T00:44:18.158Z] INFO: archiving workspace using pattern(s): [2021-03-10T00:44:19.546Z] Archives upload complete. [2021-03-10T00:44:19.808Z] INFO: archiving logs to Nexus [2021-03-10T00:44:20.758Z] ---> uname -a: [2021-03-10T00:44:20.758Z] Linux prd-centos7-docker-4c-2g-29226.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-10T00:44:20.758Z] [2021-03-10T00:44:20.758Z] [2021-03-10T00:44:20.758Z] ---> lscpu: [2021-03-10T00:44:20.758Z] Architecture: x86_64 [2021-03-10T00:44:20.758Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-10T00:44:20.758Z] Byte Order: Little Endian [2021-03-10T00:44:20.758Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-10T00:44:20.758Z] CPU(s): 4 [2021-03-10T00:44:20.758Z] On-line CPU(s) list: 0-3 [2021-03-10T00:44:20.758Z] Thread(s) per core: 1 [2021-03-10T00:44:20.758Z] Core(s) per socket: 1 [2021-03-10T00:44:20.758Z] Socket(s): 4 [2021-03-10T00:44:20.758Z] NUMA node(s): 1 [2021-03-10T00:44:20.758Z] Vendor ID: GenuineIntel [2021-03-10T00:44:20.758Z] CPU family: 6 [2021-03-10T00:44:20.758Z] Model: 44 [2021-03-10T00:44:20.758Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-10T00:44:20.758Z] Stepping: 1 [2021-03-10T00:44:20.758Z] CPU MHz: 2933.438 [2021-03-10T00:44:20.758Z] BogoMIPS: 5866.87 [2021-03-10T00:44:20.758Z] Virtualization: VT-x [2021-03-10T00:44:20.758Z] Hypervisor vendor: KVM [2021-03-10T00:44:20.758Z] Virtualization type: full [2021-03-10T00:44:20.758Z] L1d cache: 128 KiB [2021-03-10T00:44:20.758Z] L1i cache: 128 KiB [2021-03-10T00:44:20.758Z] L2 cache: 16 MiB [2021-03-10T00:44:20.758Z] L3 cache: 64 MiB [2021-03-10T00:44:20.758Z] NUMA node0 CPU(s): 0-3 [2021-03-10T00:44:20.758Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-10T00:44:20.759Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-10T00:44:20.759Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-10T00:44:20.759Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-10T00:44:20.759Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-10T00:44:20.759Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-10T00:44:20.759Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-10T00:44:20.759Z] Vulnerability Srbds: Not affected [2021-03-10T00:44:20.759Z] Vulnerability Tsx async abort: Not affected [2021-03-10T00:44:20.759Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] ---> nproc: [2021-03-10T00:44:20.759Z] 4 [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] ---> df -h: [2021-03-10T00:44:20.759Z] Filesystem Size Used Available Use% Mounted on [2021-03-10T00:44:20.759Z] overlay 50.0G 8.2G 41.7G 16% / [2021-03-10T00:44:20.759Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-10T00:44:20.759Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-10T00:44:20.759Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /facter-os [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/resolv.conf [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hostname [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hosts [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /run/cloud-init/result.json [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/sa-host [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/secure [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/auth.log [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/11 [2021-03-10T00:44:20.759Z] /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/11@tmp [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] ---> free -m: [2021-03-10T00:44:20.759Z] total used free shared buff/cache available [2021-03-10T00:44:20.759Z] Mem: 1837 762 128 0 945 982 [2021-03-10T00:44:20.759Z] Swap: 1023 3 1020 [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] ---> ip addr: [2021-03-10T00:44:20.759Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-10T00:44:20.759Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-10T00:44:20.759Z] inet 127.0.0.1/8 scope host lo [2021-03-10T00:44:20.759Z] valid_lft forever preferred_lft forever [2021-03-10T00:44:20.759Z] inet6 ::1/128 scope host [2021-03-10T00:44:20.759Z] valid_lft forever preferred_lft forever [2021-03-10T00:44:20.759Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-10T00:44:20.759Z] link/ether fa:16:3e:a5:9a:a4 brd ff:ff:ff:ff:ff:ff [2021-03-10T00:44:20.759Z] inet 10.30.122.255/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-10T00:44:20.759Z] valid_lft 85585sec preferred_lft 85585sec [2021-03-10T00:44:20.759Z] inet6 fe80::f816:3eff:fea5:9aa4/64 scope link [2021-03-10T00:44:20.759Z] valid_lft forever preferred_lft forever [2021-03-10T00:44:20.759Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-10T00:44:20.759Z] link/ether 02:42:91:84:ff:b9 brd ff:ff:ff:ff:ff:ff [2021-03-10T00:44:20.759Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-10T00:44:20.759Z] valid_lft forever preferred_lft forever [2021-03-10T00:44:20.759Z] inet6 fe80::42:91ff:fe84:ffb9/64 scope link [2021-03-10T00:44:20.759Z] valid_lft forever preferred_lft forever [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] ---> sar -b -r -n DEV: [2021-03-10T00:44:20.759Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] 00:30:33 LINUX RESTART (4 CPU) [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-10T00:44:20.759Z] 00:32:01 89.60 32.69 56.91 0.00 7467.24 9590.90 0.00 [2021-03-10T00:44:20.759Z] 00:33:01 214.11 114.86 99.25 0.00 7322.33 44072.98 0.00 [2021-03-10T00:44:20.759Z] 00:34:01 242.19 91.89 150.30 0.00 3925.18 19967.71 0.00 [2021-03-10T00:44:20.759Z] 00:35:02 98.12 23.62 74.50 0.00 933.87 10820.46 0.00 [2021-03-10T00:44:20.759Z] 00:36:01 16.29 3.81 12.48 0.00 987.44 591.87 0.00 [2021-03-10T00:44:20.759Z] 00:37:01 3.40 0.68 2.71 0.00 51.82 64.46 0.00 [2021-03-10T00:44:20.759Z] 00:38:01 1.35 1.02 0.33 0.00 124.05 4.45 0.00 [2021-03-10T00:44:20.759Z] 00:39:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 [2021-03-10T00:44:20.759Z] 00:40:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 [2021-03-10T00:44:20.759Z] 00:41:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 [2021-03-10T00:44:20.759Z] 00:42:01 0.32 0.00 0.32 0.00 0.00 3.38 0.00 [2021-03-10T00:44:20.759Z] 00:43:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 [2021-03-10T00:44:20.759Z] 00:44:01 68.84 56.04 12.80 0.00 4798.40 5331.42 0.00 [2021-03-10T00:44:20.759Z] Average: 56.66 25.02 31.64 0.00 1972.47 6971.84 0.00 [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-10T00:44:20.759Z] 00:32:01 79540 0 693216 36.84 2620 1106168 1308816 44.67 536700 1060752 61172 [2021-03-10T00:44:20.759Z] 00:33:01 68844 0 728528 38.72 1652 1082520 1424500 48.62 573948 993492 53084 [2021-03-10T00:44:20.759Z] 00:34:01 75396 0 909636 48.35 1492 895020 1774540 60.56 730120 796964 64600 [2021-03-10T00:44:20.759Z] 00:35:02 227780 0 781328 41.53 660 871776 1511732 51.59 655344 704984 14104 [2021-03-10T00:44:20.759Z] 00:36:01 589544 0 694412 36.91 660 596928 1113596 38.01 444184 577336 8 [2021-03-10T00:44:20.759Z] 00:37:01 593812 0 688600 36.60 660 598472 1083820 36.99 442784 577896 8 [2021-03-10T00:44:20.759Z] 00:38:01 591344 0 687336 36.53 660 602204 1077604 36.78 439908 583404 12 [2021-03-10T00:44:20.759Z] 00:39:01 590956 0 687664 36.55 660 602264 1077700 36.78 440616 583412 12 [2021-03-10T00:44:20.759Z] 00:40:01 591104 0 687568 36.54 660 602212 1077700 36.78 440684 583396 8 [2021-03-10T00:44:20.759Z] 00:41:01 591572 0 687092 36.52 660 602220 1077604 36.78 440040 583396 8 [2021-03-10T00:44:20.759Z] 00:42:01 591532 0 687132 36.52 660 602220 1077664 36.78 440248 583396 8 [2021-03-10T00:44:20.759Z] 00:43:01 590792 0 687864 36.56 660 602228 1077748 36.78 440968 583396 20 [2021-03-10T00:44:20.759Z] 00:44:01 151780 0 761356 40.46 660 967748 1504864 51.36 557088 894004 77624 [2021-03-10T00:44:20.759Z] Average: 410307 0 721672 38.36 951 748614 1245222 42.50 506356 700448 20821 [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-10T00:44:20.759Z] 00:32:01 eth0 1357.05 1202.05 4758.29 173.11 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:32:01 vethf7ad7d8 399.10 337.31 39.71 1057.19 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:32:01 docker0 399.10 337.20 34.26 1057.18 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:33:01 veth9a1ff86 31.63 54.29 2.06 276.15 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:33:01 eth0 837.49 792.01 4749.23 83.66 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:33:01 docker0 543.44 529.50 41.60 1907.46 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:34:01 vethd88b02a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:34:01 eth0 148.41 123.12 585.10 20.84 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:34:01 docker0 104.34 116.69 7.97 556.20 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:35:02 vethd88b02a 2.43 2.43 0.20 0.20 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:35:02 eth0 39.32 27.96 21.39 78.72 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:35:02 docker0 2.43 2.43 0.16 0.20 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:36:01 eth0 4.38 1.98 3.04 1.35 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:37:01 eth0 1.20 0.63 0.67 0.43 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:38:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:39:01 eth0 0.68 0.17 0.17 0.07 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:40:01 eth0 0.62 0.32 0.28 0.20 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:41:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:42:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:43:01 eth0 1.38 0.47 0.58 0.35 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:44:01 eth0 219.84 183.19 2166.07 17.01 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] Average: eth0 201.20 179.73 946.64 28.96 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] Average: docker0 80.87 75.98 6.47 271.38 0.00 0.00 0.00 0.00 [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] ---> sar -P ALL: [2021-03-10T00:44:20.759Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] 00:30:33 LINUX RESTART (4 CPU) [2021-03-10T00:44:20.759Z] [2021-03-10T00:44:20.759Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T00:44:20.759Z] 00:32:01 all 19.22 0.00 8.33 2.99 1.43 68.03 [2021-03-10T00:44:20.759Z] 00:32:01 0 18.63 0.00 8.65 1.61 1.23 69.88 [2021-03-10T00:44:20.759Z] 00:32:01 1 18.75 0.00 8.29 5.86 1.40 65.70 [2021-03-10T00:44:20.759Z] 00:32:01 2 18.79 0.00 8.77 2.81 1.76 67.87 [2021-03-10T00:44:20.759Z] 00:32:01 3 20.73 0.00 7.62 1.63 1.31 68.71 [2021-03-10T00:44:20.759Z] 00:33:01 all 14.94 0.00 8.29 1.27 1.01 74.49 [2021-03-10T00:44:20.759Z] 00:33:01 0 19.35 0.00 10.26 0.89 0.96 68.55 [2021-03-10T00:44:20.759Z] 00:33:01 1 12.14 0.00 7.64 1.21 1.12 77.90 [2021-03-10T00:44:20.759Z] 00:33:01 2 15.16 0.00 7.41 1.74 0.86 74.83 [2021-03-10T00:44:20.759Z] 00:33:01 3 13.16 0.00 7.87 1.22 1.10 76.64 [2021-03-10T00:44:20.759Z] 00:34:01 all 24.08 0.00 9.47 7.00 0.77 58.68 [2021-03-10T00:44:20.759Z] 00:34:01 0 23.28 0.00 9.09 5.55 0.83 61.25 [2021-03-10T00:44:20.759Z] 00:34:01 1 25.18 0.00 10.19 7.30 0.81 56.52 [2021-03-10T00:44:20.759Z] 00:34:01 2 23.22 0.00 9.33 8.87 0.66 57.93 [2021-03-10T00:44:20.759Z] 00:34:01 3 24.63 0.00 9.24 6.30 0.80 59.04 [2021-03-10T00:44:20.759Z] 00:35:02 all 53.68 0.00 13.89 2.47 0.75 29.22 [2021-03-10T00:44:20.759Z] 00:35:02 0 53.34 0.00 14.06 0.87 0.57 31.15 [2021-03-10T00:44:20.759Z] 00:35:02 1 51.41 0.00 14.77 4.04 0.89 28.90 [2021-03-10T00:44:20.759Z] 00:35:02 2 56.94 0.00 13.26 1.27 0.73 27.80 [2021-03-10T00:44:20.759Z] 00:35:02 3 53.00 0.00 13.46 3.69 0.80 29.04 [2021-03-10T00:44:20.759Z] 00:36:01 all 0.36 0.00 0.49 0.38 0.00 98.76 [2021-03-10T00:44:20.759Z] 00:36:01 0 0.22 0.00 0.41 0.02 0.02 99.34 [2021-03-10T00:44:20.759Z] 00:36:01 1 0.19 0.00 0.32 0.20 0.00 99.29 [2021-03-10T00:44:20.759Z] 00:36:01 2 0.68 0.00 0.29 0.02 0.00 99.02 [2021-03-10T00:44:20.759Z] 00:36:01 3 0.36 0.00 0.95 1.29 0.00 97.41 [2021-03-10T00:44:20.759Z] 00:37:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2021-03-10T00:44:20.759Z] 00:37:01 0 0.10 0.00 0.07 0.00 0.00 99.83 [2021-03-10T00:44:20.759Z] 00:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T00:44:20.759Z] 00:37:01 2 0.55 0.00 0.07 0.00 0.02 99.37 [2021-03-10T00:44:20.759Z] 00:37:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-10T00:44:20.759Z] 00:38:01 all 0.17 0.00 0.07 0.00 0.00 99.75 [2021-03-10T00:44:20.759Z] 00:38:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-03-10T00:44:20.759Z] 00:38:01 1 0.52 0.00 0.08 0.00 0.02 99.38 [2021-03-10T00:44:20.759Z] 00:38:01 2 0.12 0.00 0.10 0.00 0.00 99.78 [2021-03-10T00:44:20.759Z] 00:38:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T00:44:20.759Z] 00:39:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-10T00:44:20.759Z] 00:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T00:44:20.759Z] 00:39:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-10T00:44:20.759Z] 00:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T00:44:20.759Z] 00:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T00:44:20.759Z] 00:40:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2021-03-10T00:44:20.759Z] 00:40:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-03-10T00:44:20.759Z] 00:40:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-10T00:44:20.760Z] 00:40:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-10T00:44:20.760Z] 00:40:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-10T00:44:20.760Z] 00:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-10T00:44:20.760Z] 00:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T00:44:20.760Z] 00:41:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-10T00:44:20.760Z] 00:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T00:44:20.760Z] 00:41:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-10T00:44:20.760Z] 00:42:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-10T00:44:20.760Z] 00:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T00:44:20.760Z] 00:42:01 1 0.38 0.00 0.02 0.00 0.00 99.60 [2021-03-10T00:44:20.760Z] 00:42:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-10T00:44:20.760Z] 00:42:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2021-03-10T00:44:20.760Z] [2021-03-10T00:44:20.760Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T00:44:20.760Z] 00:43:01 all 0.08 0.00 0.04 0.00 0.00 99.88 [2021-03-10T00:44:20.760Z] 00:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T00:44:20.760Z] 00:43:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-10T00:44:20.760Z] 00:43:01 2 0.12 0.00 0.05 0.00 0.00 99.83 [2021-03-10T00:44:20.760Z] 00:43:01 3 0.12 0.00 0.05 0.00 0.00 99.83 [2021-03-10T00:44:20.760Z] 00:44:01 all 2.79 0.00 2.09 1.50 0.02 93.61 [2021-03-10T00:44:20.760Z] 00:44:01 0 2.18 0.00 1.84 0.35 0.02 95.61 [2021-03-10T00:44:20.760Z] 00:44:01 1 2.88 0.00 2.13 3.97 0.02 91.00 [2021-03-10T00:44:20.760Z] 00:44:01 2 2.29 0.00 1.94 0.12 0.03 95.62 [2021-03-10T00:44:20.760Z] 00:44:01 3 3.79 0.00 2.45 1.54 0.02 92.20 [2021-03-10T00:44:20.760Z] Average: all 8.65 0.00 3.21 1.17 0.30 86.67 [2021-03-10T00:44:20.760Z] Average: 0 8.72 0.00 3.33 0.70 0.27 86.98 [2021-03-10T00:44:20.760Z] Average: 1 8.43 0.00 3.26 1.70 0.32 86.29 [2021-03-10T00:44:20.760Z] Average: 2 8.80 0.00 3.10 1.12 0.31 86.67 [2021-03-10T00:44:20.760Z] Average: 3 8.64 0.00 3.14 1.18 0.30 86.74 [2021-03-10T00:44:20.760Z] [2021-03-10T00:44:20.760Z] [2021-03-10T00:44:20.760Z]