Pull request #3327 updated 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 455f88eb7f104c981a27c2f244562def9f736fdb rather than 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 Obtained Jenkinsfile from 455f88eb7f104c981a27c2f244562def9f736fdb 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32221 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 Merge succeeded, producing 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 Checking out Revision 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 (PR-3327) > 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/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # 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 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 Commit message: "feat(notifications): Check Subscription with empty categories,labels" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T07:48:57.988Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T07:48:58.247Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T07:48:58.343Z] ========================================================= [2021-03-31T07:48:58.343Z] EdgeX Global Pipelines Version Info [2021-03-31T07:48:58.343Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 25277cd8c6bd2d9a2061aac31ed7a79406ca2f30 # timeout=10 [2021-03-31T07:48:59.800Z] ------------------- [2021-03-31T07:48:59.800Z] stable info: [2021-03-31T07:48:59.800Z] ------------------- [2021-03-31T07:48:59.800Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T07:48:59.800Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T07:48:59.800Z] Message: update stable to v1.0.186 [2021-03-31T07:49:00.743Z] ------------------- [2021-03-31T07:49:00.743Z] experimental info: [2021-03-31T07:49:00.743Z] ------------------- [2021-03-31T07:49:00.743Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T07:49:00.743Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T07:49:00.743Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T07:49:01.044Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T07:49:01.132Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T07:49:01.239Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T07:49:01.325Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T07:49:01.412Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T07:49:01.501Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T07:49:01.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T07:49:01.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T07:49:01.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T07:49:01.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T07:49:02.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T07:49:02.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T07:49:02.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T07:49:02.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T07:49:02.380Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T07:49:02.472Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T07:49:02.556Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T07:49:02.641Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T07:49:02.723Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T07:49:02.831Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T07:49:02.921Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T07:49:03.004Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T07:49:03.088Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3327 [Pipeline] echo [2021-03-31T07:49:03.190Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3327 [Pipeline] echo [2021-03-31T07:49:03.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3327 [Pipeline] echo [2021-03-31T07:49:03.372Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [Pipeline] echo [2021-03-31T07:49:03.462Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b131ed [Pipeline] echo [2021-03-31T07:49:03.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T07:49:03.724Z] provisioning config files... [2021-03-31T07:49:03.755Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3727446779192657970tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T07:49:04.111Z] ---> docker-login.sh [2021-03-31T07:49:04.111Z] nexus3.edgexfoundry.org:10001 [2021-03-31T07:49:04.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:49:04.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:49:04.383Z] Configure a credential helper to remove this warning. See [2021-03-31T07:49:04.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:49:04.383Z] [2021-03-31T07:49:04.383Z] Login Succeeded [2021-03-31T07:49:04.383Z] nexus3.edgexfoundry.org:10002 [2021-03-31T07:49:04.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:49:04.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:49:04.647Z] Configure a credential helper to remove this warning. See [2021-03-31T07:49:04.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:49:04.647Z] [2021-03-31T07:49:04.647Z] Login Succeeded [2021-03-31T07:49:04.647Z] nexus3.edgexfoundry.org:10003 [2021-03-31T07:49:04.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:49:04.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:49:04.911Z] Configure a credential helper to remove this warning. See [2021-03-31T07:49:04.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:49:04.911Z] [2021-03-31T07:49:04.911Z] Login Succeeded [2021-03-31T07:49:04.911Z] nexus3.edgexfoundry.org:10004 [2021-03-31T07:49:04.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:49:05.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:49:05.174Z] Configure a credential helper to remove this warning. See [2021-03-31T07:49:05.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:49:05.174Z] [2021-03-31T07:49:05.174Z] Login Succeeded [2021-03-31T07:49:05.174Z] docker.io [2021-03-31T07:49:05.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:49:05.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:49:05.437Z] Configure a credential helper to remove this warning. See [2021-03-31T07:49:05.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:49:05.437Z] [2021-03-31T07:49:05.437Z] Login Succeeded [2021-03-31T07:49:05.437Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T07:49:05.447Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T07:49:05.926Z] ++ 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-31T07:49:05.926Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:49:05.926Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T07:49:05.926Z] ++ cut -d/ -f2 [2021-03-31T07:49:05.926Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T07:49:05.926Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:49:05.926Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T07:49:05.926Z] ++ cut -d/ -f2 [2021-03-31T07:49:05.926Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T07:49:05.926Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:49:05.926Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T07:49:05.926Z] ++ cut -d/ -f2 [2021-03-31T07:49:05.926Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T07:49:05.926Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:49:05.926Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T07:49:05.926Z] ++ cut -d/ -f2 [2021-03-31T07:49:05.926Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T07:49:05.926Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:49:05.926Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T07:49:05.926Z] ++ cut -d/ -f2 [2021-03-31T07:49:05.926Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T07:49:05.926Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:49:05.926Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T07:49:05.926Z] ++ cut -d/ -f2 [2021-03-31T07:49:05.926Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T07:49:05.926Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:49:05.926Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T07:49:05.926Z] ++ cut -d/ -f2 [2021-03-31T07:49:05.926Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T07:49:05.926Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:49:05.926Z] ++ cut -d/ -f2 [2021-03-31T07:49:05.926Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T07:49:05.926Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T07:49:05.926Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T07:49:05.926Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T07:49:05.926Z] ++ cut -d/ -f2 [2021-03-31T07:49:05.926Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T07:49:05.996Z] 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-31T07:49:06.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T07:49:06.878Z] [2021-03-31T07:49:06.878Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:49:07.228Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T07:49:07.228Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T07:49:07.228Z] 31603596830f: Pulling fs layer [2021-03-31T07:49:07.228Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T07:49:07.228Z] 6ca5941a6612: Pulling fs layer [2021-03-31T07:49:07.228Z] ecc8261a40a4: Pulling fs layer [2021-03-31T07:49:07.228Z] ecc8261a40a4: Waiting [2021-03-31T07:49:07.228Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T07:49:07.228Z] 2a8b12db71e7: Download complete [2021-03-31T07:49:07.491Z] 31603596830f: Verifying Checksum [2021-03-31T07:49:07.491Z] 31603596830f: Download complete [2021-03-31T07:49:07.491Z] 6ca5941a6612: Verifying Checksum [2021-03-31T07:49:07.491Z] 6ca5941a6612: Download complete [2021-03-31T07:49:07.491Z] ecc8261a40a4: Verifying Checksum [2021-03-31T07:49:07.491Z] ecc8261a40a4: Download complete [2021-03-31T07:49:07.752Z] 31603596830f: Pull complete [2021-03-31T07:49:08.021Z] 2a8b12db71e7: Pull complete [2021-03-31T07:49:08.609Z] 6ca5941a6612: Pull complete [2021-03-31T07:49:08.870Z] ecc8261a40a4: Pull complete [2021-03-31T07:49:08.870Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T07:49:08.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T07:49:08.870Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T07:49:08.979Z] prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container [2021-03-31T07:49:09.030Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T07:49:11.347Z] $ docker top 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T07:49:11.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T07:49:11.617Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T07:49:11.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T07:49:11.842Z] $ docker exec 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c ssh-agent [2021-03-31T07:49:12.003Z] SSH_AUTH_SOCK=/tmp/ssh-hX5yxSe6qmE5/agent.12 [2021-03-31T07:49:12.003Z] SSH_AGENT_PID=17 [2021-03-31T07:49:12.014Z] Running ssh-add (command line suppressed) [2021-03-31T07:49:12.139Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6194567092208931383.key (/w/workspace/edgex-go/3@tmp/private_key_6194567092208931383.key) [2021-03-31T07:49:12.185Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T07:49:12.512Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T07:49:12.533Z] $ docker exec --env ******** --env ******** 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c ssh-agent -k [2021-03-31T07:49:12.639Z] unset SSH_AUTH_SOCK; [2021-03-31T07:49:12.639Z] unset SSH_AGENT_PID; [2021-03-31T07:49:12.639Z] echo Agent pid 17 killed; [2021-03-31T07:49:12.688Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T07:49:12.843Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T07:49:12.844Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T07:49:13.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T07:49:13.011Z] $ docker exec 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c ssh-agent [2021-03-31T07:49:13.166Z] SSH_AUTH_SOCK=/tmp/ssh-2FYMW6BwWII2/agent.45 [2021-03-31T07:49:13.166Z] SSH_AGENT_PID=50 [2021-03-31T07:49:13.173Z] Running ssh-add (command line suppressed) [2021-03-31T07:49:13.285Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5965098106284903296.key (/w/workspace/edgex-go/3@tmp/private_key_5965098106284903296.key) [2021-03-31T07:49:13.333Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T07:49:13.668Z] + git semver init [2021-03-31T07:49:13.668Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T07:49:13.668Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-31T07:49:13.668Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-31T07:49:13.668Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T07:49:13.668Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T07:49:13.668Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T07:49:13.668Z] # $SEMVER_BRANCH = PR-3327 [2021-03-31T07:49:13.668Z] # $SEMVER_TEMP = /tmp/semver-180801181 [2021-03-31T07:49:13.668Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T07:49:35.733Z] # '/tmp/semver-180801181' -> '/w/workspace/edgex-go/3/.semver' [2021-03-31T07:49:35.733Z] # -> Force: false [2021-03-31T07:49:35.733Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-31T07:49:35.752Z] $ docker exec --env ******** --env ******** 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c ssh-agent -k [2021-03-31T07:49:35.988Z] unset SSH_AUTH_SOCK; [2021-03-31T07:49:35.988Z] unset SSH_AGENT_PID; [2021-03-31T07:49:35.988Z] echo Agent pid 50 killed; [2021-03-31T07:49:36.067Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T07:49:36.588Z] + git semver [Pipeline] } [2021-03-31T07:49:36.616Z] $ docker stop --time=1 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c [2021-03-31T07:49:38.223Z] $ docker rm -f 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T07:49:38.741Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T07:49:39.254Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T07:49:39.257Z] [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-31T07:49:40.129Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T07:49:40.424Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T07:49:40.727Z] + sudo service docker restart [2021-03-31T07:49:40.727Z] + true [2021-03-31T07:49:40.727Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T07:49:41.317Z] ========================================================= [2021-03-31T07:49:41.317Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T07:49:41.317Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:49:41.662Z] + 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-31T07:49:44.975Z] Sending build context to Docker daemon 329MB [2021-03-31T07:49:44.975Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T07:49:44.975Z] Step 2/6 : FROM ${BASE} [2021-03-31T07:49:44.975Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T07:49:44.975Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T07:49:44.975Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T07:49:44.975Z] de9db76c5a1d: Pulling fs layer [2021-03-31T07:49:44.975Z] bca2f99d35d6: Pulling fs layer [2021-03-31T07:49:44.975Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T07:49:44.975Z] 7c6f9722023f: Pulling fs layer [2021-03-31T07:49:44.975Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T07:49:44.975Z] 93359f2a8cfa: Waiting [2021-03-31T07:49:44.975Z] 7c6f9722023f: Waiting [2021-03-31T07:49:44.975Z] a35cf1a2eb13: Waiting [2021-03-31T07:49:44.975Z] bca2f99d35d6: Waiting [2021-03-31T07:49:44.975Z] de9db76c5a1d: Verifying Checksum [2021-03-31T07:49:44.975Z] de9db76c5a1d: Download complete [2021-03-31T07:49:44.975Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T07:49:44.975Z] 0ef7d3d256c8: Download complete [2021-03-31T07:49:44.975Z] 93359f2a8cfa: Download complete [2021-03-31T07:49:44.975Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T07:49:44.975Z] 188c0c94c7c5: Download complete [2021-03-31T07:49:44.976Z] 7c6f9722023f: Download complete [2021-03-31T07:49:45.247Z] 188c0c94c7c5: Pull complete [2021-03-31T07:49:45.508Z] 0ef7d3d256c8: Pull complete [2021-03-31T07:49:45.508Z] de9db76c5a1d: Pull complete [2021-03-31T07:49:46.902Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T07:49:46.902Z] a35cf1a2eb13: Download complete [2021-03-31T07:49:47.483Z] bca2f99d35d6: Verifying Checksum [2021-03-31T07:49:47.483Z] bca2f99d35d6: Download complete [2021-03-31T07:49:52.814Z] bca2f99d35d6: Pull complete [2021-03-31T07:49:52.814Z] 93359f2a8cfa: Pull complete [2021-03-31T07:49:52.814Z] 7c6f9722023f: Pull complete [2021-03-31T07:49:54.614Z] Still waiting to schedule task [2021-03-31T07:49:54.614Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-31T07:49:59.429Z] a35cf1a2eb13: Pull complete [2021-03-31T07:49:59.429Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T07:49:59.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T07:49:59.429Z] ---> a62c8e92a672 [2021-03-31T07:49:59.429Z] 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-31T07:49:59.429Z] ---> Running in 8a4c72712136 [2021-03-31T07:49:59.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:50:00.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:50:00.576Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T07:50:00.838Z] (2/12) Installing file (5.38-r0) [2021-03-31T07:50:00.838Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T07:50:00.838Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T07:50:04.156Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T07:50:04.156Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T07:50:04.156Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T07:50:04.156Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T07:50:04.156Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T07:50:04.156Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T07:50:04.156Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T07:50:04.156Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T07:50:04.418Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:50:04.418Z] OK: 233 MiB in 51 packages [2021-03-31T07:50:08.636Z] Removing intermediate container 8a4c72712136 [2021-03-31T07:50:08.636Z] ---> 6eb87b196508 [2021-03-31T07:50:08.636Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T07:50:08.637Z] ---> Running in 2fa92029e44c [2021-03-31T07:50:08.637Z] Removing intermediate container 2fa92029e44c [2021-03-31T07:50:08.637Z] ---> 7e757919b116 [2021-03-31T07:50:08.637Z] Step 5/6 : COPY go.mod . [2021-03-31T07:50:08.637Z] ---> 6fcba3605476 [2021-03-31T07:50:08.637Z] Step 6/6 : RUN go mod download [2021-03-31T07:50:08.637Z] ---> Running in 1bb006002dda [2021-03-31T07:50:30.631Z] Removing intermediate container 1bb006002dda [2021-03-31T07:50:30.631Z] ---> 6a19080884ac [2021-03-31T07:50:30.631Z] Successfully built 6a19080884ac [2021-03-31T07:50:30.631Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:50:30.941Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T07:50:30.941Z] . [Pipeline] withDockerContainer [2021-03-31T07:50:31.048Z] prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container [2021-03-31T07:50:31.098Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T07:50:32.283Z] $ docker top 3b6e07e1cc44cc71200970f3cabf0aded8eb8664518be7f0305da84188d7a928 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T07:50:32.775Z] + go version [2021-03-31T07:50:32.775Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T07:50:32.791Z] $ docker stop --time=1 3b6e07e1cc44cc71200970f3cabf0aded8eb8664518be7f0305da84188d7a928 [2021-03-31T07:50:34.144Z] $ docker rm -f 3b6e07e1cc44cc71200970f3cabf0aded8eb8664518be7f0305da84188d7a928 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:50:34.974Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T07:50:34.974Z] . [Pipeline] withDockerContainer [2021-03-31T07:50:35.067Z] prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container [2021-03-31T07:50:35.110Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T07:50:35.674Z] $ docker top d2013b14c43ac68414f837509553ef26a19ec95ad0736e20f4560fd6f6e1eda8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T07:50:35.850Z] ========================================================= [2021-03-31T07:50:35.850Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T07:50:35.850Z] ========================================================= [Pipeline] sh [2021-03-31T07:50:36.138Z] + make test [2021-03-31T07:50:36.138Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T07:50:44.296Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T07:50:59.299Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T07:51:04.686Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T07:51:04.686Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T07:51:04.686Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T07:51:07.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T07:51:07.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T07:51:07.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T07:51:07.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T07:51:07.568Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T07:51:08.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T07:51:10.752Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T07:51:10.752Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T07:51:10.752Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T07:51:12.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 45.9% of statements [2021-03-31T07:51:12.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T07:51:12.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T07:51:12.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T07:51:12.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T07:51:12.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T07:51:12.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T07:51:12.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.075s coverage: 19.8% of statements [2021-03-31T07:51:12.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements [2021-03-31T07:51:15.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements [2021-03-31T07:51:15.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T07:51:15.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T07:51:15.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T07:51:15.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T07:51:15.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T07:51:15.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T07:51:15.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-03-31T07:51:15.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T07:51:15.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-03-31T07:51:15.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T07:51:15.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T07:51:15.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 71.3% of statements [2021-03-31T07:51:15.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T07:51:15.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T07:51:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements [2021-03-31T07:51:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T07:51:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T07:51:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements [2021-03-31T07:51:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T07:51:19.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T07:51:19.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T07:51:19.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T07:51:19.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T07:51:19.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T07:51:19.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T07:51:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T07:51:21.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.378s coverage: 92.8% of statements [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T07:51:21.157Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T07:51:21.157Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 1.0% of statements [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T07:51:21.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T07:51:21.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-03-31T07:51:21.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-03-31T07:51:21.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-03-31T07:51:21.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements [2021-03-31T07:51:21.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-03-31T07:51:33.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-03-31T07:51:33.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.045s coverage: 44.8% of statements [2021-03-31T07:51:35.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 82.6% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.089s coverage: 92.9% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 64.4% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.305s coverage: 69.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.059s coverage: 11.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.131s coverage: 87.1% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.704s coverage: 29.1% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.082s coverage: 95.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T07:51:46.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements [2021-03-31T07:51:46.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-31T07:51:46.461Z] GO111MODULE=on go vet ./... [2021-03-31T07:51:49.766Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32223 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws [2021-03-31T07:51:49.822Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-31T07:51:55.056Z] using credential edgex-jenkins-ssh [2021-03-31T07:51:55.130Z] Cloning the remote Git repository [2021-03-31T07:51:55.172Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T07:51:55.276Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-31T07:51:55.367Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T07:51:55.368Z] > git --version # timeout=10 [2021-03-31T07:51:55.397Z] > git --version # 'git version 2.17.1' [2021-03-31T07:51:55.399Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T07:51:55.462Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T07:52:11.876Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:52:10.847Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T07:52:10.874Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T07:52:10.905Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T07:52:10.958Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T07:52:10.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T07:52:10.973Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T07:52:11.893Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T07:52:11.916Z] > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 [2021-03-31T07:52:12.310Z] > git remote # timeout=10 [2021-03-31T07:52:12.552Z] Merge succeeded, producing 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:52:12.553Z] Checking out Revision 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 (PR-3327) [2021-03-31T07:52:13.163Z] gofmt -l . [2021-03-31T07:52:13.163Z] [ "`gofmt -l .`" = "" ] [2021-03-31T07:52:13.163Z] ./bin/test-go-mod-tidy.sh [2021-03-31T07:52:13.163Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T07:52:13.471Z] + ls -al . [2021-03-31T07:52:13.471Z] total 792 [2021-03-31T07:52:13.471Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 07:52 . [2021-03-31T07:52:13.471Z] drwxr-xr-x 4 root root 28 Mar 31 07:50 .. [2021-03-31T07:52:13.471Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 07:48 .dockerignore [2021-03-31T07:52:13.471Z] drwxrwxr-x 8 1001 1001 179 Mar 31 07:48 .git [2021-03-31T07:52:13.471Z] drwxrwxr-x 3 1001 1001 125 Mar 31 07:48 .github [2021-03-31T07:52:13.471Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 07:48 .gitignore [2021-03-31T07:52:13.471Z] drwx------ 3 1001 1001 60 Mar 31 07:49 .semver [2021-03-31T07:52:13.471Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 07:48 .sonarcloud.properties [2021-03-31T07:52:13.471Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 07:48 Attribution.txt [2021-03-31T07:52:13.471Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 07:48 CONTRIBUTING.md [2021-03-31T07:52:13.471Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 07:48 Dockerfile.build [2021-03-31T07:52:13.471Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 07:48 Jenkinsfile [2021-03-31T07:52:13.472Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 07:48 LICENSE [2021-03-31T07:52:13.472Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 07:48 Makefile [2021-03-31T07:52:13.472Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 07:48 README.md [2021-03-31T07:52:13.472Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 07:48 SECURITY.md [2021-03-31T07:52:13.472Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 07:49 VERSION [2021-03-31T07:52:13.472Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 07:48 ZMQWindows.md [2021-03-31T07:52:13.472Z] drwxrwxr-x 2 1001 1001 117 Mar 31 07:48 bin [2021-03-31T07:52:13.472Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 07:48 cmd [2021-03-31T07:52:13.472Z] -rw-r--r-- 1 root root 680272 Mar 31 07:51 coverage.out [2021-03-31T07:52:13.472Z] -rw-r--r-- 1 root root 1056 Mar 31 07:52 go.mod [2021-03-31T07:52:13.472Z] -rw-r--r-- 1 root root 22302 Mar 31 07:52 go.sum [2021-03-31T07:52:13.472Z] drwxrwxr-x 8 1001 1001 127 Mar 31 07:48 internal [2021-03-31T07:52:13.472Z] drwxrwxr-x 4 1001 1001 26 Mar 31 07:48 openapi [2021-03-31T07:52:13.472Z] drwxrwxr-x 4 1001 1001 71 Mar 31 07:48 snap [2021-03-31T07:52:13.472Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 07:48 version.go [Pipeline] sh [2021-03-31T07:52:13.767Z] + '[' -e coverage.out ] [2021-03-31T07:52:13.767Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T07:52:13.940Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T07:52:14.229Z] + make build [2021-03-31T07:52:14.229Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T07:52:12.365Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T07:52:12.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T07:52:12.439Z] > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T07:52:12.503Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T07:52:12.558Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T07:52:12.595Z] > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 [2021-03-31T07:52:17.095Z] Commit message: "feat(notifications): Check Subscription with empty categories,labels" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T07:52:18.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T07:52:18.549Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T07:52:19.034Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T07:52:19.371Z] + sudo service docker restart [2021-03-31T07:52:19.371Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T07:52:21.449Z] provisioning config files... [2021-03-31T07:52:21.497Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4873417798314308158tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T07:52:21.898Z] ---> docker-login.sh [2021-03-31T07:52:21.898Z] nexus3.edgexfoundry.org:10001 [2021-03-31T07:52:22.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:52:23.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:52:23.160Z] Configure a credential helper to remove this warning. See [2021-03-31T07:52:23.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:52:23.160Z] [2021-03-31T07:52:23.160Z] Login Succeeded [2021-03-31T07:52:23.160Z] nexus3.edgexfoundry.org:10002 [2021-03-31T07:52:23.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:52:23.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:52:23.714Z] Configure a credential helper to remove this warning. See [2021-03-31T07:52:23.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:52:23.714Z] [2021-03-31T07:52:23.714Z] Login Succeeded [2021-03-31T07:52:23.714Z] nexus3.edgexfoundry.org:10003 [2021-03-31T07:52:23.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:52:24.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:52:24.271Z] Configure a credential helper to remove this warning. See [2021-03-31T07:52:24.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:52:24.271Z] [2021-03-31T07:52:24.271Z] Login Succeeded [2021-03-31T07:52:24.271Z] nexus3.edgexfoundry.org:10004 [2021-03-31T07:52:24.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:52:24.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:52:24.820Z] Configure a credential helper to remove this warning. See [2021-03-31T07:52:24.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:52:24.820Z] [2021-03-31T07:52:24.820Z] Login Succeeded [2021-03-31T07:52:24.820Z] docker.io [2021-03-31T07:52:25.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T07:52:25.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T07:52:25.687Z] Configure a credential helper to remove this warning. See [2021-03-31T07:52:25.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T07:52:25.687Z] [2021-03-31T07:52:25.687Z] Login Succeeded [2021-03-31T07:52:25.687Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T07:52:25.704Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T07:52:26.226Z] ========================================================= [2021-03-31T07:52:26.226Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T07:52:26.226Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:52:26.600Z] + 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-31T07:52:26.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T07:52:26.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T07:52:28.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T07:52:28.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T07:52:29.245Z] Sending build context to Docker daemon 167.1MB [2021-03-31T07:52:29.245Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T07:52:29.245Z] Step 2/6 : FROM ${BASE} [2021-03-31T07:52:29.245Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T07:52:29.245Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T07:52:29.245Z] a4357932f1b6: Pulling fs layer [2021-03-31T07:52:29.245Z] 18c013af1878: Pulling fs layer [2021-03-31T07:52:29.245Z] 00ac8860ef70: Pulling fs layer [2021-03-31T07:52:29.245Z] 63d7cb157983: Pulling fs layer [2021-03-31T07:52:29.245Z] b116817d02f9: Pulling fs layer [2021-03-31T07:52:29.245Z] 00ac8860ef70: Waiting [2021-03-31T07:52:29.245Z] 63d7cb157983: Waiting [2021-03-31T07:52:29.245Z] 745a02a5169b: Pulling fs layer [2021-03-31T07:52:29.245Z] b116817d02f9: Waiting [2021-03-31T07:52:29.245Z] 745a02a5169b: Waiting [2021-03-31T07:52:29.245Z] 18c013af1878: Verifying Checksum [2021-03-31T07:52:29.245Z] 18c013af1878: Download complete [2021-03-31T07:52:29.245Z] a4357932f1b6: Verifying Checksum [2021-03-31T07:52:29.245Z] a4357932f1b6: Download complete [2021-03-31T07:52:29.245Z] 63d7cb157983: Download complete [2021-03-31T07:52:29.245Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T07:52:29.245Z] 5f621e34cdf4: Download complete [2021-03-31T07:52:29.245Z] b116817d02f9: Verifying Checksum [2021-03-31T07:52:29.245Z] b116817d02f9: Download complete [2021-03-31T07:52:29.851Z] 5f621e34cdf4: Pull complete [2021-03-31T07:52:30.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T07:52:30.456Z] a4357932f1b6: Pull complete [2021-03-31T07:52:30.732Z] 18c013af1878: Pull complete [2021-03-31T07:52:31.343Z] 745a02a5169b: Verifying Checksum [2021-03-31T07:52:31.343Z] 745a02a5169b: Download complete [2021-03-31T07:52:31.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T07:52:32.323Z] 00ac8860ef70: Verifying Checksum [2021-03-31T07:52:32.324Z] 00ac8860ef70: Download complete [2021-03-31T07:52:32.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T07:52:34.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T07:52:34.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T07:52:35.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T07:52:37.889Z] $ docker stop --time=1 d2013b14c43ac68414f837509553ef26a19ec95ad0736e20f4560fd6f6e1eda8 [2021-03-31T07:52:39.386Z] $ docker rm -f d2013b14c43ac68414f837509553ef26a19ec95ad0736e20f4560fd6f6e1eda8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:52:41.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T07:52:41.289Z] [2021-03-31T07:52:41.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:52:41.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T07:52:41.636Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T07:52:41.636Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T07:52:41.636Z] ca9280d653b3: Pulling fs layer [2021-03-31T07:52:41.636Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T07:52:41.636Z] cbdbe7a5bc2a: Download complete [2021-03-31T07:52:42.220Z] cbdbe7a5bc2a: Pull complete [2021-03-31T07:52:42.220Z] ca9280d653b3: Verifying Checksum [2021-03-31T07:52:42.220Z] ca9280d653b3: Download complete [2021-03-31T07:52:42.500Z] 00ac8860ef70: Pull complete [2021-03-31T07:52:42.785Z] 63d7cb157983: Pull complete [2021-03-31T07:52:43.176Z] 7e9c9ca2126c: Download complete [2021-03-31T07:52:43.176Z] ca9280d653b3: Pull complete [2021-03-31T07:52:43.382Z] b116817d02f9: Pull complete [2021-03-31T07:52:46.791Z] 745a02a5169b: Pull complete [2021-03-31T07:52:46.791Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T07:52:46.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T07:52:46.791Z] ---> b7e6874047d6 [2021-03-31T07:52:46.791Z] 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-31T07:52:48.510Z] 7e9c9ca2126c: Pull complete [2021-03-31T07:52:48.510Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T07:52:48.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T07:52:48.510Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T07:52:48.644Z] prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container [2021-03-31T07:52:48.701Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T07:52:50.229Z] ---> Running in 5ac8d81bc966 [2021-03-31T07:52:51.541Z] $ docker top 51579ece75dd6d27c7684132ca89ee48a55221ad7096bec9a233e1ccc41ad8b7 -eo pid,comm [2021-03-31T07:52:51.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-03-31T07:52:52.016Z] + docker-compose+ build --helpgrep [2021-03-31T07:52:52.016Z] parallel [2021-03-31T07:52:52.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T07:52:52.864Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T07:52:52.965Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T07:52:52.990Z] $ docker stop --time=1 51579ece75dd6d27c7684132ca89ee48a55221ad7096bec9a233e1ccc41ad8b7 [2021-03-31T07:52:53.138Z] (2/12) Installing file (5.38-r0) [2021-03-31T07:52:53.138Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T07:52:53.412Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T07:52:54.335Z] $ docker rm -f 51579ece75dd6d27c7684132ca89ee48a55221ad7096bec9a233e1ccc41ad8b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:52:54.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T07:52:54.957Z] . [Pipeline] withDockerContainer [2021-03-31T07:52:55.049Z] prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container [2021-03-31T07:52:55.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T07:52:55.797Z] $ docker top d755e3ade3ce2dbb1c328268ab97617b69917ef1a29b021a340e1144fce54e92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T07:52:56.284Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T07:52:57.227Z] Building docker-core-command-go ... [2021-03-31T07:52:57.227Z] Building docker-core-data-go ... [2021-03-31T07:52:57.227Z] Building docker-core-metadata-go ... [2021-03-31T07:52:57.227Z] Building docker-security-bootstrapper-go ... [2021-03-31T07:52:57.227Z] Building docker-security-proxy-setup-go ... [2021-03-31T07:52:57.227Z] Building docker-security-secretstore-setup-go ... [2021-03-31T07:52:57.227Z] Building docker-support-notifications-go ... [2021-03-31T07:52:57.227Z] Building docker-support-scheduler-go ... [2021-03-31T07:52:57.227Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T07:52:57.227Z] Building docker-core-command-go [2021-03-31T07:52:57.227Z] Building docker-security-bootstrapper-go [2021-03-31T07:52:57.227Z] Building docker-core-metadata-go [2021-03-31T07:52:57.227Z] Building docker-support-notifications-go [2021-03-31T07:52:57.227Z] Building docker-support-scheduler-go [2021-03-31T07:52:58.836Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T07:52:58.837Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T07:52:58.837Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T07:52:58.837Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T07:52:58.837Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T07:52:58.837Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T07:52:58.837Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T07:52:58.837Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T07:52:59.109Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:52:59.109Z] OK: 217 MiB in 51 packages [2021-03-31T07:53:03.436Z] Removing intermediate container 5ac8d81bc966 [2021-03-31T07:53:03.436Z] ---> 167b75a750e1 [2021-03-31T07:53:03.436Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T07:53:03.436Z] ---> Running in f138bd6d1901 [2021-03-31T07:53:03.707Z] Removing intermediate container f138bd6d1901 [2021-03-31T07:53:03.707Z] ---> 10490c1f0402 [2021-03-31T07:53:03.707Z] Step 5/6 : COPY go.mod . [2021-03-31T07:53:04.303Z] ---> 01640e0e8e8b [2021-03-31T07:53:04.303Z] Step 6/6 : RUN go mod download [2021-03-31T07:53:04.580Z] ---> Running in a9e6e35780e8 [2021-03-31T07:53:29.657Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T07:53:29.657Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T07:53:29.657Z] ---> 6a19080884ac [2021-03-31T07:53:29.657Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T07:53:29.657Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T07:53:29.657Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T07:53:29.657Z] ---> 6a19080884ac [2021-03-31T07:53:29.657Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T07:53:29.657Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T07:53:29.657Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T07:53:29.657Z] ---> 6a19080884ac [2021-03-31T07:53:29.657Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T07:53:29.657Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T07:53:29.657Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T07:53:29.657Z] ---> 6a19080884ac [2021-03-31T07:53:29.657Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T07:53:29.657Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T07:53:29.657Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T07:53:29.657Z] ---> 6a19080884ac [2021-03-31T07:53:29.657Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T07:53:29.657Z] ---> Running in c37bbe7d185a [2021-03-31T07:53:29.657Z] ---> Running in 98ac04bcd5d2 [2021-03-31T07:53:29.657Z] ---> Running in 0682275fc855 [2021-03-31T07:53:29.657Z] ---> Running in 2851a3ef9297 [2021-03-31T07:53:29.657Z] ---> Running in d786645accac [2021-03-31T07:53:29.657Z] Removing intermediate container 0682275fc855 [2021-03-31T07:53:29.657Z] ---> 5697817c3705 [2021-03-31T07:53:29.657Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:53:29.657Z] Removing intermediate container d786645accac [2021-03-31T07:53:29.657Z] ---> 63ff379a4e9d [2021-03-31T07:53:29.657Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:53:29.657Z] Removing intermediate container 2851a3ef9297 [2021-03-31T07:53:29.657Z] ---> de020f62c1c0 [2021-03-31T07:53:29.657Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:53:29.657Z] Removing intermediate container 98ac04bcd5d2 [2021-03-31T07:53:29.657Z] ---> a46eaa01ce59 [2021-03-31T07:53:29.657Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:53:29.657Z] Removing intermediate container c37bbe7d185a [2021-03-31T07:53:29.657Z] ---> ed3f234e5625 [2021-03-31T07:53:29.657Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:53:29.657Z] ---> Running in 5f40c2f6170b [2021-03-31T07:53:29.657Z] ---> Running in 037f06024b43 [2021-03-31T07:53:29.657Z] ---> Running in ad7710b41d68 [2021-03-31T07:53:29.657Z] ---> Running in bc843141e568 [2021-03-31T07:53:29.657Z] ---> Running in 135e627e4003 [2021-03-31T07:53:29.657Z] Removing intermediate container 5f40c2f6170b [2021-03-31T07:53:29.657Z] ---> 11fb46ef205f [2021-03-31T07:53:29.657Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T07:53:29.657Z] Removing intermediate container 037f06024b43 [2021-03-31T07:53:29.657Z] ---> 88698db9f405 [2021-03-31T07:53:29.657Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T07:53:29.657Z] ---> Running in fa7400778806 [2021-03-31T07:53:29.657Z] ---> Running in 9f9e31e50c3b [2021-03-31T07:53:29.657Z] Removing intermediate container ad7710b41d68 [2021-03-31T07:53:29.657Z] ---> 166873fb2f27 [2021-03-31T07:53:29.657Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T07:53:29.657Z] ---> Running in 415b359ddabb [2021-03-31T07:53:29.657Z] Removing intermediate container bc843141e568 [2021-03-31T07:53:29.657Z] ---> 75a6791c8ae1 [2021-03-31T07:53:29.657Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T07:53:29.657Z] Removing intermediate container 135e627e4003 [2021-03-31T07:53:29.657Z] ---> 90f91f2bf537 [2021-03-31T07:53:29.657Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T07:53:29.938Z] ---> Running in b53538619c81 [2021-03-31T07:53:29.938Z] ---> Running in 3a9a19a8f442 [2021-03-31T07:53:30.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:30.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:30.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:30.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:30.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:31.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:31.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:31.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:31.541Z] Removing intermediate container a9e6e35780e8 [2021-03-31T07:53:31.541Z] ---> 23c469d7fea7 [2021-03-31T07:53:31.541Z] Successfully built 23c469d7fea7 [2021-03-31T07:53:31.541Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:53:31.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:31.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:53:31.592Z] OK: 233 MiB in 51 packages [2021-03-31T07:53:31.592Z] OK: 233 MiB in 51 packages [2021-03-31T07:53:31.861Z] OK: 233 MiB in 51 packages [2021-03-31T07:53:31.880Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T07:53:31.880Z] . [Pipeline] withDockerContainer [2021-03-31T07:53:32.113Z] prd-ubuntu18.04-docker-arm64-4c-16g-32223 does not seem to be running inside a container [2021-03-31T07:53:32.126Z] OK: 233 MiB in 51 packages [2021-03-31T07:53:32.126Z] Removing intermediate container 9f9e31e50c3b [2021-03-31T07:53:32.126Z] ---> 6a17e6418526 [2021-03-31T07:53:32.126Z] Step 6/23 : COPY go.mod . [2021-03-31T07:53:32.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T07:53:32.388Z] Removing intermediate container fa7400778806 [2021-03-31T07:53:32.388Z] ---> 3269faf5b6a0 [2021-03-31T07:53:32.388Z] Step 6/22 : COPY go.mod . [2021-03-31T07:53:32.653Z] ---> 435a91f0b611 [2021-03-31T07:53:32.653Z] Step 7/23 : RUN go mod download [2021-03-31T07:53:32.653Z] Removing intermediate container 415b359ddabb [2021-03-31T07:53:32.653Z] ---> 395af5f4592c [2021-03-31T07:53:32.653Z] Step 6/31 : COPY go.mod . [2021-03-31T07:53:32.653Z] ---> 92a8ba173fe4 [2021-03-31T07:53:32.653Z] Step 7/22 : RUN go mod download [2021-03-31T07:53:32.653Z] OK: 233 MiB in 51 packages [2021-03-31T07:53:32.916Z] ---> Running in 5ebba2e6810a [2021-03-31T07:53:32.916Z] ---> Running in e4df4e18031b [2021-03-31T07:53:32.916Z] Removing intermediate container 3a9a19a8f442 [2021-03-31T07:53:32.916Z] ---> 8abf1b9cb3a3 [2021-03-31T07:53:32.916Z] Step 6/23 : COPY go.mod . [2021-03-31T07:53:32.916Z] ---> 9a521101b1a3 [2021-03-31T07:53:32.916Z] Step 7/31 : RUN go mod download [2021-03-31T07:53:33.179Z] ---> Running in 66c304c5d571 [2021-03-31T07:53:33.441Z] ---> 16db38cb599b [2021-03-31T07:53:33.441Z] Step 7/23 : RUN go mod download [2021-03-31T07:53:33.441Z] ---> Running in 5f6afedc2cc6 [2021-03-31T07:53:33.713Z] $ docker top 83dafb3fba2e3a51e8602ef1d54d74d89f1a4c8096d75eac68dc7174d822d81b -eo pid,comm [2021-03-31T07:53:34.024Z] Removing intermediate container b53538619c81 [2021-03-31T07:53:34.024Z] ---> 0e5fd6e7b9b5 [2021-03-31T07:53:34.024Z] Step 6/22 : COPY go.mod . [Pipeline] { [Pipeline] sh [2021-03-31T07:53:34.298Z] ---> e0e919922460 [2021-03-31T07:53:34.298Z] Step 7/22 : RUN go mod download [2021-03-31T07:53:34.567Z] ---> Running in 4416691f7c19 [2021-03-31T07:53:34.744Z] + go version [2021-03-31T07:53:34.744Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T07:53:34.766Z] $ docker stop --time=1 83dafb3fba2e3a51e8602ef1d54d74d89f1a4c8096d75eac68dc7174d822d81b [2021-03-31T07:53:35.523Z] Removing intermediate container 5ebba2e6810a [2021-03-31T07:53:35.523Z] ---> 01ce25f7eae6 [2021-03-31T07:53:35.523Z] Step 8/23 : COPY . . [2021-03-31T07:53:36.745Z] $ docker rm -f 83dafb3fba2e3a51e8602ef1d54d74d89f1a4c8096d75eac68dc7174d822d81b [2021-03-31T07:53:36.924Z] Removing intermediate container e4df4e18031b [2021-03-31T07:53:36.924Z] ---> a5ab1c9a8934 [2021-03-31T07:53:36.924Z] Step 8/22 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:53:37.748Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T07:53:37.748Z] . [Pipeline] withDockerContainer [2021-03-31T07:53:38.014Z] prd-ubuntu18.04-docker-arm64-4c-16g-32223 does not seem to be running inside a container [2021-03-31T07:53:38.096Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T07:53:39.483Z] Removing intermediate container 66c304c5d571 [2021-03-31T07:53:39.483Z] ---> 6a78ab88f7a1 [2021-03-31T07:53:39.483Z] Step 8/31 : COPY . . [2021-03-31T07:53:39.575Z] $ docker top 44b602b54fa703fe154b9aa755985293ba0c5e026c5d497a5a2d617b36236fd9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T07:53:39.959Z] ========================================================= [2021-03-31T07:53:39.959Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T07:53:39.959Z] ========================================================= [Pipeline] sh [2021-03-31T07:53:40.066Z] Removing intermediate container 5f6afedc2cc6 [2021-03-31T07:53:40.066Z] ---> 831ab826bef8 [2021-03-31T07:53:40.066Z] Step 8/23 : COPY . . [2021-03-31T07:53:40.611Z] + make test [2021-03-31T07:53:40.611Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T07:53:42.630Z] Removing intermediate container 4416691f7c19 [2021-03-31T07:53:42.630Z] ---> 6986df0d0e36 [2021-03-31T07:53:42.630Z] Step 8/22 : COPY . . [2021-03-31T07:54:02.804Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T07:54:21.643Z] ---> a1ee35e32662 [2021-03-31T07:54:21.644Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T07:54:21.644Z] ---> aa1b7dde6862 [2021-03-31T07:54:21.644Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T07:54:21.644Z] ---> Running in 65f39e38ab9b [2021-03-31T07:54:21.644Z] ---> Running in 4c2bf91bd8c4 [2021-03-31T07:54:21.644Z] ---> 30e1138a868a [2021-03-31T07:54:21.644Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T07:54:21.644Z] ---> 9866fd049114 [2021-03-31T07:54:21.644Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T07:54:21.644Z] ---> 634cff693220 [2021-03-31T07:54:21.644Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T07:54:21.644Z] ---> Running in 225a3057a473 [2021-03-31T07:54:21.644Z] ---> Running in d31933bc78ef [2021-03-31T07:54:21.644Z] ---> Running in f0c7dc91fcbc [2021-03-31T07:54:21.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T07:54:21.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T07:54:21.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T07:54:21.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T07:54:21.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T07:54:49.816Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T07:54:58.135Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T07:55:00.560Z] Removing intermediate container 65f39e38ab9b [2021-03-31T07:55:00.560Z] ---> fd3a96eec232 [2021-03-31T07:55:00.560Z] [2021-03-31T07:55:00.560Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T07:55:00.560Z] 3.12: Pulling from library/alpine [2021-03-31T07:55:00.560Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T07:55:00.825Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T07:55:00.825Z] ---> 42cb162f0360 [2021-03-31T07:55:00.825Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T07:55:01.087Z] Removing intermediate container d31933bc78ef [2021-03-31T07:55:01.087Z] ---> b2940711c1de [2021-03-31T07:55:01.087Z] [2021-03-31T07:55:01.087Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T07:55:01.087Z] ---> 42cb162f0360 [2021-03-31T07:55:01.087Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T07:55:01.676Z] Removing intermediate container f0c7dc91fcbc [2021-03-31T07:55:01.676Z] ---> 7970d9d06535 [2021-03-31T07:55:01.676Z] [2021-03-31T07:55:01.676Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T07:55:01.676Z] ---> 42cb162f0360 [2021-03-31T07:55:01.676Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T07:55:03.074Z] ---> Running in a59274870d96 [2021-03-31T07:55:03.074Z] ---> Running in e7263c5fb27a [2021-03-31T07:55:03.074Z] Removing intermediate container 225a3057a473 [2021-03-31T07:55:03.074Z] ---> c10b3e59db84 [2021-03-31T07:55:03.074Z] [2021-03-31T07:55:03.074Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T07:55:03.074Z] ---> 42cb162f0360 [2021-03-31T07:55:03.074Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T07:55:03.338Z] ---> Running in 640bd447cb80 [2021-03-31T07:55:03.338Z] ---> Running in 279e09065ca7 [2021-03-31T07:55:04.300Z] Removing intermediate container 4c2bf91bd8c4 [2021-03-31T07:55:04.300Z] ---> 4c0b28aa3056 [2021-03-31T07:55:04.300Z] [2021-03-31T07:55:04.300Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T07:55:04.300Z] ---> 42cb162f0360 [2021-03-31T07:55:04.300Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T07:55:04.300Z] Removing intermediate container e7263c5fb27a [2021-03-31T07:55:04.300Z] ---> 53ce444857e0 [2021-03-31T07:55:04.300Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T07:55:04.300Z] ---> Running in 964d69dbab7e [2021-03-31T07:55:04.300Z] ---> Running in 6dd5a5ecad29 [2021-03-31T07:55:04.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:04.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:04.888Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T07:55:05.160Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:55:05.160Z] OK: 6 MiB in 15 packages [2021-03-31T07:55:05.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:05.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:05.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:05.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:05.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:05.422Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T07:55:05.422Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:55:05.422Z] OK: 6 MiB in 15 packages [2021-03-31T07:55:05.422Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T07:55:05.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:05.422Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T07:55:05.422Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:55:05.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:05.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:05.422Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T07:55:05.422Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:55:05.422Z] OK: 6 MiB in 15 packages [2021-03-31T07:55:05.684Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T07:55:05.684Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T07:55:05.684Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:55:05.684Z] OK: 6 MiB in 16 packages [2021-03-31T07:55:05.684Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T07:55:05.684Z] OK: 6 MiB in 16 packages [2021-03-31T07:55:06.258Z] Removing intermediate container a59274870d96 [2021-03-31T07:55:06.258Z] ---> 88dc044f4481 [2021-03-31T07:55:06.258Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T07:55:06.518Z] ---> Running in 03c48e1bc31e [2021-03-31T07:55:06.518Z] Removing intermediate container 640bd447cb80 [2021-03-31T07:55:06.518Z] ---> dc426c00167e [2021-03-31T07:55:06.518Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T07:55:06.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T07:55:06.531Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T07:55:06.785Z] ---> Running in 5655c88ecd53 [2021-03-31T07:55:06.785Z] Removing intermediate container 03c48e1bc31e [2021-03-31T07:55:06.785Z] ---> 2c3ada70292a [2021-03-31T07:55:06.785Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T07:55:07.047Z] Removing intermediate container 964d69dbab7e [2021-03-31T07:55:07.047Z] ---> 2429088169a5 [2021-03-31T07:55:07.047Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T07:55:07.989Z] Removing intermediate container 6dd5a5ecad29 [2021-03-31T07:55:07.989Z] ---> b6ae9219787c [2021-03-31T07:55:07.989Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T07:55:07.989Z] ---> Running in d7e46cb7230a [2021-03-31T07:55:08.561Z] ---> Running in d7849507fd15 [2021-03-31T07:55:08.825Z] Removing intermediate container 279e09065ca7 [2021-03-31T07:55:08.825Z] ---> 8ce6902ebe77 [2021-03-31T07:55:08.825Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T07:55:08.825Z] Removing intermediate container 5655c88ecd53 [2021-03-31T07:55:08.825Z] ---> 7558f406e864 [2021-03-31T07:55:08.825Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T07:55:08.825Z] ---> Running in 4848fb0ebd35 [2021-03-31T07:55:09.086Z] ---> Running in e435ea99fda5 [2021-03-31T07:55:09.086Z] ---> Running in f2ac1a6844f7 [2021-03-31T07:55:09.086Z] Removing intermediate container d7849507fd15 [2021-03-31T07:55:09.086Z] ---> 5c9aad578d8e [2021-03-31T07:55:09.086Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T07:55:09.086Z] Removing intermediate container d7e46cb7230a [2021-03-31T07:55:09.086Z] ---> fd7e9c2a231f [2021-03-31T07:55:09.086Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T07:55:09.086Z] Removing intermediate container 4848fb0ebd35 [2021-03-31T07:55:09.086Z] ---> 348922f4f2f1 [2021-03-31T07:55:09.086Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T07:55:09.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T07:55:09.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T07:55:09.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T07:55:09.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T07:55:09.350Z] ---> Running in 4fcb8775f502 [2021-03-31T07:55:09.350Z] ---> Running in 259b6e472d06 [2021-03-31T07:55:09.350Z] Removing intermediate container e435ea99fda5 [2021-03-31T07:55:09.350Z] ---> 9e569126e547 [2021-03-31T07:55:09.350Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T07:55:09.350Z] ---> Running in f28d7e139488 [2021-03-31T07:55:09.350Z] Removing intermediate container f2ac1a6844f7 [2021-03-31T07:55:09.350Z] ---> 3d38afd95056 [2021-03-31T07:55:09.350Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T07:55:09.611Z] ---> Running in f31a2ef96e2e [2021-03-31T07:55:09.611Z] ---> Running in 660f3bc1ceab [2021-03-31T07:55:09.611Z] Removing intermediate container 4fcb8775f502 [2021-03-31T07:55:09.611Z] ---> 6ca011a98fac [2021-03-31T07:55:09.611Z] Step 15/23 : WORKDIR / [2021-03-31T07:55:09.872Z] Removing intermediate container 259b6e472d06 [2021-03-31T07:55:09.872Z] ---> e62eb496e6bb [2021-03-31T07:55:09.872Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T07:55:09.872Z] Removing intermediate container f28d7e139488 [2021-03-31T07:55:09.872Z] ---> 47e556efb330 [2021-03-31T07:55:09.872Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T07:55:09.872Z] ---> Running in 11055589a382 [2021-03-31T07:55:09.872Z] ---> Running in b9380cd91108 [2021-03-31T07:55:10.137Z] ---> Running in 04acc73dcd55 [2021-03-31T07:55:10.137Z] Removing intermediate container 660f3bc1ceab [2021-03-31T07:55:10.137Z] ---> 864760f51044 [2021-03-31T07:55:10.137Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T07:55:10.137Z] Removing intermediate container f31a2ef96e2e [2021-03-31T07:55:10.137Z] ---> fbb5b2d5b121 [2021-03-31T07:55:10.137Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T07:55:10.404Z] ---> Running in d901d236df0c [2021-03-31T07:55:10.404Z] Removing intermediate container 11055589a382 [2021-03-31T07:55:10.404Z] ---> 3bc87c17aa76 [2021-03-31T07:55:10.404Z] Step 15/23 : WORKDIR / [2021-03-31T07:55:10.680Z] Removing intermediate container b9380cd91108 [2021-03-31T07:55:10.680Z] ---> a9347dc159dd [2021-03-31T07:55:10.680Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T07:55:10.680Z] ---> 9d84a5fe59a3 [2021-03-31T07:55:10.680Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T07:55:10.680Z] ---> Running in 010d046fef64 [2021-03-31T07:55:10.680Z] Removing intermediate container d901d236df0c [2021-03-31T07:55:10.680Z] ---> 7e3a88eee979 [2021-03-31T07:55:10.680Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T07:55:10.947Z] ---> 6ff3d012c0b0 [2021-03-31T07:55:10.947Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T07:55:11.523Z] ---> 7218ab08a436 [2021-03-31T07:55:11.523Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T07:55:11.523Z] Removing intermediate container 010d046fef64 [2021-03-31T07:55:11.523Z] ---> d4643afeef51 [2021-03-31T07:55:11.523Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T07:55:11.523Z] ---> b9e7d4d9510a [2021-03-31T07:55:11.523Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T07:55:11.784Z] ---> 204bb1d850aa [2021-03-31T07:55:11.784Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T07:55:12.046Z] ---> be43a3af4830 [2021-03-31T07:55:12.046Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T07:55:12.046Z] ---> 14078f0d5300 [2021-03-31T07:55:12.046Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T07:55:12.046Z] ---> 3e5ad0f7d62e [2021-03-31T07:55:12.046Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T07:55:12.046Z] Removing intermediate container 04acc73dcd55 [2021-03-31T07:55:12.046Z] ---> 370b52c70f88 [2021-03-31T07:55:12.046Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T07:55:12.307Z] ---> Running in bd503378206c [2021-03-31T07:55:12.307Z] ---> 44bb34aea3db [2021-03-31T07:55:12.307Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T07:55:12.307Z] ---> Running in 32704baf550c [2021-03-31T07:55:12.569Z] ---> cf0700913b1c [2021-03-31T07:55:12.569Z] ---> Running in 222bcf146a83 [2021-03-31T07:55:12.569Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T07:55:12.569Z] Removing intermediate container bd503378206c [2021-03-31T07:55:12.569Z] ---> bd85373e87cc [2021-03-31T07:55:12.569Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T07:55:12.569Z] ---> Running in 7290c7c539d5 [2021-03-31T07:55:12.624Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T07:55:12.830Z] Removing intermediate container 32704baf550c [2021-03-31T07:55:12.830Z] ---> ff45f987e1c1 [2021-03-31T07:55:12.830Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T07:55:12.830Z] ---> Running in 0e5919357cbd [2021-03-31T07:55:12.830Z] ---> 89db52b752a5 [2021-03-31T07:55:12.830Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T07:55:12.830Z] Removing intermediate container 222bcf146a83 [2021-03-31T07:55:12.830Z] ---> 4799e1c8de45 [2021-03-31T07:55:12.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T07:55:12.901Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T07:55:13.098Z] ---> Running in f07a3df0d5cf [2021-03-31T07:55:13.098Z] Removing intermediate container 7290c7c539d5 [2021-03-31T07:55:13.098Z] ---> 601fea34c173 [2021-03-31T07:55:13.098Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T07:55:13.098Z] Removing intermediate container 0e5919357cbd [2021-03-31T07:55:13.098Z] ---> baef6729f5fa [2021-03-31T07:55:13.098Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T07:55:13.369Z] ---> 734dcca88606 [2021-03-31T07:55:13.369Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T07:55:13.369Z] ---> Running in bf6c6d504c3a [2021-03-31T07:55:13.369Z] ---> 0c50a27d0860 [2021-03-31T07:55:13.369Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T07:55:13.369Z] Removing intermediate container f07a3df0d5cf [2021-03-31T07:55:13.369Z] ---> a8b21768f68a [2021-03-31T07:55:13.369Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T07:55:13.369Z] ---> Running in 8b2d761514ab [2021-03-31T07:55:13.369Z] ---> Running in 35e9b9a7d2a2 [2021-03-31T07:55:13.640Z] ---> Running in 8b65163224a4 [2021-03-31T07:55:13.640Z] ---> Running in 11e697c6e425 [2021-03-31T07:55:13.640Z] Removing intermediate container bf6c6d504c3a [2021-03-31T07:55:13.640Z] ---> eb3a2a656611 [2021-03-31T07:55:13.640Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T07:55:13.913Z] Removing intermediate container 8b2d761514ab [2021-03-31T07:55:13.913Z] ---> a866a82a334e [2021-03-31T07:55:13.913Z] Step 21/22 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:55:13.913Z] Removing intermediate container 35e9b9a7d2a2 [2021-03-31T07:55:13.913Z] ---> 6e80f9b36f09 [2021-03-31T07:55:13.913Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T07:55:14.179Z] ---> Running in 62a61f823c5d [2021-03-31T07:55:14.179Z] ---> Running in d6ec7391361f [2021-03-31T07:55:14.179Z] Removing intermediate container 8b65163224a4 [2021-03-31T07:55:14.179Z] ---> 7e6ee434c15f [2021-03-31T07:55:14.179Z] Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:55:14.439Z] ---> Running in a95cca05b7cd [2021-03-31T07:55:14.439Z] ---> Running in 19c0bc3c10b6 [2021-03-31T07:55:14.439Z] Removing intermediate container d6ec7391361f [2021-03-31T07:55:14.439Z] ---> 08eb4eb784ca [2021-03-31T07:55:14.439Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T07:55:14.706Z] Removing intermediate container 62a61f823c5d [2021-03-31T07:55:14.706Z] ---> 9b501e5730d1 [2021-03-31T07:55:14.706Z] Step 21/22 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:55:14.706Z] Removing intermediate container a95cca05b7cd [2021-03-31T07:55:14.706Z] ---> c312fe30e9be [2021-03-31T07:55:14.706Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T07:55:14.706Z] ---> Running in 19fb8c687a9b [2021-03-31T07:55:14.971Z] Removing intermediate container 19c0bc3c10b6 [2021-03-31T07:55:14.972Z] ---> aa6a8eb48270 [2021-03-31T07:55:14.972Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T07:55:14.972Z] ---> Running in f1a9e67f2507 [2021-03-31T07:55:14.972Z] ---> Running in aa0c248b9ead [2021-03-31T07:55:15.233Z] ---> Running in 7acb62740ef5 [2021-03-31T07:55:15.233Z] Removing intermediate container 19fb8c687a9b [2021-03-31T07:55:15.233Z] ---> 190399aa0062 [2021-03-31T07:55:15.233Z] [2021-03-31T07:55:15.233Z] Removing intermediate container f1a9e67f2507 [2021-03-31T07:55:15.233Z] ---> 370773ee92e8 [2021-03-31T07:55:15.233Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T07:55:15.494Z] Removing intermediate container aa0c248b9ead [2021-03-31T07:55:15.494Z] ---> 87d5a547e458 [2021-03-31T07:55:15.494Z] Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:55:15.494Z] Successfully built 190399aa0062 [2021-03-31T07:55:15.755Z] Removing intermediate container 11e697c6e425 [2021-03-31T07:55:15.755Z] ---> ec03780aed8b [2021-03-31T07:55:15.755Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T07:55:15.755Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T07:55:15.755Z] Building docker-sys-mgmt-agent-go [2021-03-31T07:55:15.755Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7acb62740ef5 [2021-03-31T07:55:15.755Z] ---> c7a0b76e29a2 [2021-03-31T07:55:15.755Z] [2021-03-31T07:55:15.755Z] ---> Running in 56fd2eb9e3b0 [2021-03-31T07:55:15.755Z] ---> Running in c24dce70f926 [2021-03-31T07:55:15.755Z] Successfully built c7a0b76e29a2 [2021-03-31T07:55:16.025Z] Successfully tagged docker-core-command-go:latest [2021-03-31T07:55:16.025Z] Building docker-security-secretstore-setup-go [2021-03-31T07:55:16.025Z]  Building docker-core-command-go ... done  ---> ada15c48a47f [2021-03-31T07:55:16.025Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T07:55:16.025Z] Removing intermediate container c24dce70f926 [2021-03-31T07:55:16.025Z] ---> 44500a0c67ea [2021-03-31T07:55:16.025Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T07:55:16.025Z] Removing intermediate container 56fd2eb9e3b0 [2021-03-31T07:55:16.025Z] ---> deca85ba7d1f [2021-03-31T07:55:16.025Z] [2021-03-31T07:55:16.025Z] ---> Running in d45afa6216db [2021-03-31T07:55:16.287Z] Successfully built deca85ba7d1f [2021-03-31T07:55:16.287Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T07:55:16.287Z] Building docker-core-data-go [2021-03-31T07:55:16.287Z]  Building docker-support-notifications-go ... done Removing intermediate container d45afa6216db [2021-03-31T07:55:16.287Z] ---> 4f3ee8e80aad [2021-03-31T07:55:16.287Z] [2021-03-31T07:55:16.548Z] Successfully built 4f3ee8e80aad [2021-03-31T07:55:16.548Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T07:55:16.548Z] Building docker-security-proxy-setup-go [2021-03-31T07:55:16.548Z] ---> fdb8fb8c53d7 [2021-03-31T07:55:16.548Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ Building docker-core-metadata-go ... done  [2021-03-31T07:55:16.812Z] ---> 7b1ae759fe47 [2021-03-31T07:55:16.812Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T07:55:17.390Z] ---> 39757f95567e [2021-03-31T07:55:17.390Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T07:55:21.256Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T07:55:21.256Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T07:55:21.256Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T07:55:21.609Z] ---> 93828abfde0d [2021-03-31T07:55:21.609Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T07:55:22.992Z] ---> Running in fc8b770f92a3 [2021-03-31T07:55:25.537Z] Removing intermediate container fc8b770f92a3 [2021-03-31T07:55:25.537Z] ---> a4228038daa8 [2021-03-31T07:55:25.537Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T07:55:26.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 45.9% of statements [2021-03-31T07:55:26.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T07:55:26.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T07:55:26.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T07:55:26.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T07:55:26.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T07:55:26.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T07:55:26.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.117s coverage: 19.8% of statements [2021-03-31T07:55:26.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.207s coverage: 100.0% of statements [2021-03-31T07:55:28.853Z] ---> 67cfc94c7dc0 [2021-03-31T07:55:28.854Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T07:55:29.114Z] ---> Running in c8397126bf48 [2021-03-31T07:55:33.374Z] Removing intermediate container c8397126bf48 [2021-03-31T07:55:33.374Z] ---> 8d00210996d0 [2021-03-31T07:55:33.374Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T07:55:33.374Z] ---> Running in 8401dfcf00b1 [2021-03-31T07:55:34.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.572s coverage: 27.1% of statements [2021-03-31T07:55:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T07:55:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T07:55:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T07:55:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T07:55:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T07:55:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T07:55:34.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.283s coverage: 100.0% of statements [2021-03-31T07:55:34.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T07:55:34.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.170s coverage: 100.0% of statements [2021-03-31T07:55:34.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T07:55:34.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T07:55:34.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.349s coverage: 71.3% of statements [2021-03-31T07:55:34.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T07:55:34.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T07:55:36.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.466s coverage: 82.9% of statements [2021-03-31T07:55:36.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T07:55:36.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T07:55:36.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.144s coverage: 78.9% of statements [2021-03-31T07:55:36.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T07:55:38.749Z] Removing intermediate container 8401dfcf00b1 [2021-03-31T07:55:38.749Z] ---> db8b1ee05f5f [2021-03-31T07:55:38.749Z] Step 28/31 : CMD ["gate"] [2021-03-31T07:55:41.307Z] ---> Running in 7091bf91a99e [2021-03-31T07:55:42.720Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T07:55:42.720Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T07:55:42.720Z] ---> 6a19080884ac [2021-03-31T07:55:42.720Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> ed3f234e5625 [2021-03-31T07:55:42.720Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:55:42.720Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T07:55:42.720Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T07:55:42.720Z] ---> 6a19080884ac [2021-03-31T07:55:42.720Z] Step 3/26 : WORKDIR /edgex-go ---> Using cache [2021-03-31T07:55:42.720Z] [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> ed3f234e5625 [2021-03-31T07:55:42.720Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:55:42.720Z] ---> 90f91f2bf537 [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] Step 5/21 : RUN apk add --update --no-cache make git ---> 90f91f2bf537 [2021-03-31T07:55:42.720Z] [2021-03-31T07:55:42.720Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> 8abf1b9cb3a3 [2021-03-31T07:55:42.720Z] Step 6/21 : COPY go.mod . [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> 16db38cb599b [2021-03-31T07:55:42.720Z] Step 7/21 : RUN go mod download [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> 831ab826bef8 [2021-03-31T07:55:42.720Z] Step 8/21 : COPY . . [2021-03-31T07:55:42.720Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T07:55:42.720Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T07:55:42.720Z] ---> 6a19080884ac [2021-03-31T07:55:42.720Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> ed3f234e5625 [2021-03-31T07:55:42.720Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> 90f91f2bf537 [2021-03-31T07:55:42.720Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T07:55:42.720Z] Removing intermediate container 7091bf91a99e [2021-03-31T07:55:42.720Z] ---> 5b6161ffaf13 [2021-03-31T07:55:42.720Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T07:55:42.720Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T07:55:42.720Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T07:55:42.720Z] ---> 6a19080884ac [2021-03-31T07:55:42.720Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> ed3f234e5625 [2021-03-31T07:55:42.720Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> 90f91f2bf537 [2021-03-31T07:55:42.720Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> 8abf1b9cb3a3 [2021-03-31T07:55:42.720Z] Step 6/24 : COPY go.mod . [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> 16db38cb599b [2021-03-31T07:55:42.720Z] Step 7/24 : RUN go mod download [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> 831ab826bef8 [2021-03-31T07:55:42.720Z] Step 8/24 : COPY . . [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> Using cache [2021-03-31T07:55:42.720Z] ---> 634cff693220 [2021-03-31T07:55:42.720Z] ---> 634cff693220 [2021-03-31T07:55:42.720Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T07:55:42.720Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T07:55:45.268Z] ---> Running in 68d2badd7111 [2021-03-31T07:55:45.268Z] ---> Running in c176079b5c0f [2021-03-31T07:55:45.268Z] ---> Running in a094ef4e69b2 [2021-03-31T07:55:45.268Z] ---> Running in cd382c5de9e0 [2021-03-31T07:55:45.268Z] ---> Running in 18353cf7a8fc [2021-03-31T07:55:45.268Z] Removing intermediate container a094ef4e69b2 [2021-03-31T07:55:45.268Z] ---> 178741727872 [2021-03-31T07:55:45.268Z] Step 30/31 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:55:45.268Z] ---> Running in d8f9a9d09606 [2021-03-31T07:55:45.530Z] Removing intermediate container d8f9a9d09606 [2021-03-31T07:55:45.530Z] ---> 4bd5701e4295 [2021-03-31T07:55:45.530Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T07:55:45.802Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T07:55:46.072Z] ---> Running in 03e88ffac946 [2021-03-31T07:55:46.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:46.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T07:55:46.072Z] Removing intermediate container 03e88ffac946 [2021-03-31T07:55:46.072Z] ---> 435a3c5a46d9 [2021-03-31T07:55:46.072Z] [2021-03-31T07:55:46.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:46.335Z] Successfully built 435a3c5a46d9 [2021-03-31T07:55:46.335Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T07:55:46.601Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:46.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:55:47.141Z] OK: 233 MiB in 51 packages [2021-03-31T07:55:47.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.284s coverage: 28.6% of statements [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T07:55:47.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T07:55:47.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T07:55:47.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.417s coverage: 86.7% of statements [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T07:55:47.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.426s coverage: 97.5% of statements [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T07:55:47.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T07:55:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T07:55:47.414Z] OK: 233 MiB in 51 packages [2021-03-31T07:55:48.009Z] Removing intermediate container c176079b5c0f [2021-03-31T07:55:48.009Z] ---> 859eef45b827 [2021-03-31T07:55:48.009Z] Step 6/23 : COPY go.mod . [2021-03-31T07:55:48.285Z] Removing intermediate container cd382c5de9e0 [2021-03-31T07:55:48.285Z] ---> d647ab26c996 [2021-03-31T07:55:48.285Z] Step 6/26 : COPY go.mod . [2021-03-31T07:55:48.556Z] ---> d5125d1f4b63 [2021-03-31T07:55:48.556Z] Step 7/23 : RUN go mod download [2021-03-31T07:55:48.825Z] ---> Running in 69cb0ea228be [2021-03-31T07:55:48.825Z] ---> 64b6d83932dc [2021-03-31T07:55:48.826Z] Step 7/26 : RUN go mod download [2021-03-31T07:55:49.098Z] ---> Running in 6194af20f5a4 [2021-03-31T07:55:52.475Z] Removing intermediate container 69cb0ea228be [2021-03-31T07:55:52.475Z] ---> 86922a7c5303 [2021-03-31T07:55:52.475Z] Step 8/23 : COPY . . [2021-03-31T07:55:52.475Z] Removing intermediate container 6194af20f5a4 [2021-03-31T07:55:52.475Z] ---> 895f8a5c6247 [2021-03-31T07:55:52.475Z] Step 8/26 : COPY . . [2021-03-31T07:55:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.174s coverage: 92.8% of statements [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T07:55:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T07:55:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.255s coverage: 1.0% of statements [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T07:55:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T07:55:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.186s coverage: 47.1% of statements [2021-03-31T07:55:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.177s coverage: 79.5% of statements [2021-03-31T07:55:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.163s coverage: 94.1% of statements [2021-03-31T07:55:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.153s coverage: 96.3% of statements [2021-03-31T07:55:55.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements [2021-03-31T07:56:10.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T07:56:10.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T07:56:10.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.155s coverage: 94.4% of statements [2021-03-31T07:56:10.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.111s coverage: 44.8% of statements [2021-03-31T07:56:12.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.510s coverage: 82.6% of statements [2021-03-31T07:56:17.288Z] ---> 22a76eb9dd4d [2021-03-31T07:56:17.288Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T07:56:18.294Z] ---> 5490464a52f0 [2021-03-31T07:56:18.294Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T07:56:18.573Z] ---> Running in 4200fb5718d7 [2021-03-31T07:56:18.573Z] ---> Running in a6ffb5644209 [2021-03-31T07:56:18.872Z] Removing intermediate container 68d2badd7111 [2021-03-31T07:56:18.872Z] ---> 2012e5a6c6e1 [2021-03-31T07:56:18.872Z] [2021-03-31T07:56:18.872Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T07:56:18.872Z] ---> 42cb162f0360 [2021-03-31T07:56:18.872Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T07:56:18.872Z] Removing intermediate container 18353cf7a8fc [2021-03-31T07:56:18.872Z] ---> 402c002b1237 [2021-03-31T07:56:18.872Z] [2021-03-31T07:56:18.872Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T07:56:18.872Z] ---> 42cb162f0360 [2021-03-31T07:56:18.872Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T07:56:19.151Z] ---> Running in eedb32717bda [2021-03-31T07:56:19.151Z] ---> Running in 41e49a8fcf74 [2021-03-31T07:56:19.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T07:56:19.522Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T07:56:19.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:19.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:20.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:20.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:20.132Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T07:56:20.132Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T07:56:20.132Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T07:56:20.132Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T07:56:20.132Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T07:56:20.132Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T07:56:20.132Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T07:56:20.132Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T07:56:20.132Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T07:56:20.132Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:56:20.132Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T07:56:20.132Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:56:20.410Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T07:56:20.410Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T07:56:20.410Z] OK: 7 MiB in 18 packages [2021-03-31T07:56:20.410Z] OK: 7 MiB in 20 packages [2021-03-31T07:56:23.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.191s coverage: 92.9% of statements [2021-03-31T07:56:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T07:56:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T07:56:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T07:56:23.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-31T07:56:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T07:56:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T07:56:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T07:56:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T07:56:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T07:56:23.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-03-31T07:56:23.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T07:56:23.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T07:56:23.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-03-31T07:56:23.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T07:56:23.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements [2021-03-31T07:56:23.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T07:56:23.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.131s coverage: 80.8% of statements [2021-03-31T07:56:23.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements [2021-03-31T07:56:23.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.199s coverage: 84.6% of statements [2021-03-31T07:56:23.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 91.6% of statements [2021-03-31T07:56:23.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T07:56:23.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.556s coverage: 64.4% of statements [2021-03-31T07:56:23.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T07:56:23.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T07:56:23.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements [2021-03-31T07:56:23.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.180s coverage: 91.3% of statements [2021-03-31T07:56:23.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-03-31T07:56:23.764Z] Removing intermediate container 41e49a8fcf74 [2021-03-31T07:56:23.764Z] ---> 6642c41be499 [2021-03-31T07:56:23.764Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T07:56:23.764Z] Removing intermediate container eedb32717bda [2021-03-31T07:56:23.764Z] ---> 6edbe5ea6a31 [2021-03-31T07:56:23.764Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T07:56:23.764Z] ---> Running in 47842de67cd8 [2021-03-31T07:56:23.764Z] ---> Running in af5a94fd4e58 [2021-03-31T07:56:23.764Z] Removing intermediate container 47842de67cd8 [2021-03-31T07:56:23.764Z] ---> e8c889d009be [2021-03-31T07:56:23.764Z] Step 13/21 : WORKDIR /edgex [2021-03-31T07:56:23.764Z] ---> Running in a1017faf2c98 [2021-03-31T07:56:23.764Z] Removing intermediate container af5a94fd4e58 [2021-03-31T07:56:23.764Z] ---> 076efa6619ba [2021-03-31T07:56:23.764Z] Step 13/24 : WORKDIR / [2021-03-31T07:56:24.030Z] ---> Running in 295969d12cf8 [2021-03-31T07:56:24.030Z] Removing intermediate container a1017faf2c98 [2021-03-31T07:56:24.030Z] ---> bd71beebc3b7 [2021-03-31T07:56:24.030Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T07:56:24.299Z] Removing intermediate container 295969d12cf8 [2021-03-31T07:56:24.299Z] ---> 20125bb1f71c [2021-03-31T07:56:24.299Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T07:56:25.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-03-31T07:56:25.285Z] ---> 53453f21188f [2021-03-31T07:56:25.285Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T07:56:25.285Z] ---> 2b3079d058f0 [2021-03-31T07:56:25.285Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T07:56:25.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-03-31T07:56:26.274Z] ---> 4b7301b6fa10 [2021-03-31T07:56:26.274Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T07:56:26.547Z] ---> daaa3b9c6121 [2021-03-31T07:56:26.547Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T07:56:26.821Z] ---> d1e693280192 [2021-03-31T07:56:26.821Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T07:56:29.442Z] ---> 1dc9215f3a58 [2021-03-31T07:56:29.442Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T07:56:29.442Z] ---> a48be9e2a3aa [2021-03-31T07:56:29.442Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T07:56:29.442Z] ---> Running in 9d1d04ea0600 [2021-03-31T07:56:29.442Z] Removing intermediate container 9d1d04ea0600 [2021-03-31T07:56:29.442Z] ---> 1aac28dde085 [2021-03-31T07:56:29.442Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T07:56:29.705Z] ---> 3c88307a6456 [2021-03-31T07:56:29.705Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T07:56:29.705Z] ---> Running in 2e7b96544900 [2021-03-31T07:56:29.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.845s coverage: 69.0% of statements [2021-03-31T07:56:29.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T07:56:29.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T07:56:29.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T07:56:29.977Z] Removing intermediate container 2e7b96544900 [2021-03-31T07:56:29.978Z] ---> d782e798c37f [2021-03-31T07:56:29.978Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T07:56:30.250Z] ---> 016dbffba531 [2021-03-31T07:56:30.250Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T07:56:30.250Z] ---> Running in 3a3116316622 [2021-03-31T07:56:30.250Z] ---> Running in 3a558a8f31ed [2021-03-31T07:56:30.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.489s coverage: 38.4% of statements [2021-03-31T07:56:30.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T07:56:30.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T07:56:30.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.101s coverage: 89.5% of statements [2021-03-31T07:56:30.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T07:56:30.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements [2021-03-31T07:56:30.847Z] Removing intermediate container 3a3116316622 [2021-03-31T07:56:30.847Z] ---> f2b395b3f381 [2021-03-31T07:56:30.847Z] Step 20/21 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:56:30.847Z] ---> Running in 0645dfb00781 [2021-03-31T07:56:32.794Z] Removing intermediate container 0645dfb00781 [2021-03-31T07:56:32.794Z] ---> 2ebe86997bb4 [2021-03-31T07:56:32.794Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T07:56:32.794Z] ---> Running in b57bcf90dda4 [2021-03-31T07:56:33.379Z] Removing intermediate container b57bcf90dda4 [2021-03-31T07:56:33.379Z] ---> 0db595d07b85 [2021-03-31T07:56:33.379Z] [2021-03-31T07:56:33.642Z] Successfully built 0db595d07b85 [2021-03-31T07:56:33.642Z] Removing intermediate container 3a558a8f31ed [2021-03-31T07:56:33.642Z] ---> bf07737ab110 [2021-03-31T07:56:33.642Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T07:56:33.904Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T07:56:34.175Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 112879b02a4d [2021-03-31T07:56:34.441Z] Removing intermediate container 112879b02a4d [2021-03-31T07:56:34.441Z] ---> 4731b31b3f3a [2021-03-31T07:56:34.441Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T07:56:34.727Z] ---> Running in ba5da917e3c2 [2021-03-31T07:56:35.006Z] Removing intermediate container ba5da917e3c2 [2021-03-31T07:56:35.007Z] ---> 4c45989dd909 [2021-03-31T07:56:35.007Z] Step 23/24 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:56:35.007Z] ---> Running in 00f6ff0b5710 [2021-03-31T07:56:35.601Z] Removing intermediate container 00f6ff0b5710 [2021-03-31T07:56:35.601Z] ---> 8319c41d2f29 [2021-03-31T07:56:35.601Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T07:56:35.601Z] ---> Running in aaae73b9e4a4 [2021-03-31T07:56:35.872Z] Removing intermediate container aaae73b9e4a4 [2021-03-31T07:56:35.872Z] ---> 72ec55dc031a [2021-03-31T07:56:35.872Z] [2021-03-31T07:56:36.134Z] Successfully built 72ec55dc031a [2021-03-31T07:56:36.134Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T07:56:38.068Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a6ffb5644209 [2021-03-31T07:56:38.068Z] ---> 01fabc75f55a [2021-03-31T07:56:38.068Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T07:56:38.332Z] ---> Running in b8655d931e97 [2021-03-31T07:56:38.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.459s coverage: 47.0% of statements [2021-03-31T07:56:38.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T07:56:38.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T07:56:38.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T07:56:38.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T07:56:38.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T07:56:38.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-03-31T07:56:38.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T07:56:38.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements [2021-03-31T07:56:38.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T07:56:38.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T07:56:38.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.162s coverage: 11.0% of statements [2021-03-31T07:56:38.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T07:56:38.897Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.404s coverage: 87.1% of statements [2021-03-31T07:56:38.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T07:56:38.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T07:56:38.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T07:56:40.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T07:56:42.803Z] Removing intermediate container b8655d931e97 [2021-03-31T07:56:42.803Z] ---> 8fc1ed2ef003 [2021-03-31T07:56:42.803Z] [2021-03-31T07:56:42.803Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T07:56:42.803Z] 20.10.0: Pulling from library/docker [2021-03-31T07:56:42.803Z] Removing intermediate container 4200fb5718d7 [2021-03-31T07:56:42.803Z] ---> 461d82fdb5c6 [2021-03-31T07:56:42.803Z] [2021-03-31T07:56:42.803Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T07:56:42.803Z] ---> 42cb162f0360 [2021-03-31T07:56:42.803Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T07:56:42.803Z] ---> Running in 026af3c06ee6 [2021-03-31T07:56:43.065Z] Removing intermediate container 026af3c06ee6 [2021-03-31T07:56:43.065Z] ---> 1cd87e87db28 [2021-03-31T07:56:43.065Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T07:56:43.332Z] ---> Running in 5eb31566b4ed [2021-03-31T07:56:43.594Z] Removing intermediate container 5eb31566b4ed [2021-03-31T07:56:43.594Z] ---> 88eb31b8efa9 [2021-03-31T07:56:43.594Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T07:56:44.166Z] ---> Running in d0138a7272ee [2021-03-31T07:56:44.166Z] Removing intermediate container d0138a7272ee [2021-03-31T07:56:44.166Z] ---> 5f65b75f6dd8 [2021-03-31T07:56:44.166Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T07:56:44.436Z] ---> Running in 6cd2f4477056 [2021-03-31T07:56:45.392Z] Removing intermediate container 6cd2f4477056 [2021-03-31T07:56:45.392Z] ---> 034271bf0734 [2021-03-31T07:56:45.392Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T07:56:45.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.356s coverage: 29.1% of statements [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T07:56:45.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T07:56:45.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.199s coverage: 100.0% of statements [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T07:56:45.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.286s coverage: 95.0% of statements [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T07:56:45.632Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T07:56:45.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T07:56:45.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.117s coverage: 87.9% of statements [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T07:56:45.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T07:56:45.660Z] ---> Running in aadb40660a7c [2021-03-31T07:56:45.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:46.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-03-31T07:56:46.832Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.115s coverage: 32.1% of statements [2021-03-31T07:56:46.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:47.150Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T07:56:47.150Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T07:56:47.150Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T07:56:47.150Z] ---> aefe523efa57 [2021-03-31T07:56:47.150Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T07:56:47.150Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T07:56:47.412Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T07:56:47.412Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T07:56:47.412Z] ---> Running in cc327dfbaa54 [2021-03-31T07:56:47.680Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T07:56:47.967Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T07:56:47.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:47.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:47.967Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:56:47.967Z] OK: 8 MiB in 20 packages [2021-03-31T07:56:47.967Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T07:56:48.238Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T07:56:48.238Z] Executing bash-5.0.17-r0.post-install [2021-03-31T07:56:48.238Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:56:48.238Z] OK: 12 MiB in 22 packages [2021-03-31T07:56:48.264Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-31T07:56:48.501Z] Removing intermediate container aadb40660a7c [2021-03-31T07:56:48.501Z] ---> 30f70c969300 [2021-03-31T07:56:48.501Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T07:56:48.765Z] Removing intermediate container cc327dfbaa54 [2021-03-31T07:56:48.765Z] ---> c6453267be25 [2021-03-31T07:56:48.765Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T07:56:48.765Z] ---> Running in 225fe7c58f4f [2021-03-31T07:56:48.765Z] ---> cc0d527303b3 [2021-03-31T07:56:48.765Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T07:56:48.860Z] GO111MODULE=on go vet ./... [2021-03-31T07:56:49.029Z] Removing intermediate container 225fe7c58f4f [2021-03-31T07:56:49.030Z] ---> a233fa61cfbc [2021-03-31T07:56:49.030Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T07:56:49.030Z] ---> Running in 128fa2919836 [2021-03-31T07:56:49.293Z] Removing intermediate container 128fa2919836 [2021-03-31T07:56:49.293Z] ---> 7918ff26fa2b [2021-03-31T07:56:49.293Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T07:56:49.293Z] ---> Running in 08d52b1a35c2 [2021-03-31T07:56:49.293Z] ---> 49246f517d88 [2021-03-31T07:56:49.293Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T07:56:49.561Z] Removing intermediate container 08d52b1a35c2 [2021-03-31T07:56:49.561Z] ---> a595399ecdc6 [2021-03-31T07:56:49.561Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T07:56:49.561Z] ---> 4ff9b9ece46c [2021-03-31T07:56:49.561Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T07:56:49.824Z] ---> Running in 79293bb97bf4 [2021-03-31T07:56:49.825Z] Removing intermediate container 79293bb97bf4 [2021-03-31T07:56:49.825Z] ---> 1d44fd337648 [2021-03-31T07:56:49.825Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T07:56:50.085Z] ---> Running in abc079254de7 [2021-03-31T07:56:50.085Z] ---> 69f2b0c4d109 [2021-03-31T07:56:50.085Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T07:56:50.085Z] Removing intermediate container abc079254de7 [2021-03-31T07:56:50.085Z] ---> 59156856c08c [2021-03-31T07:56:50.085Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T07:56:50.346Z] ---> Running in bfb779532c48 [2021-03-31T07:56:50.346Z] ---> 46a3e1ba6185 [2021-03-31T07:56:50.346Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T07:56:50.346Z] Removing intermediate container bfb779532c48 [2021-03-31T07:56:50.346Z] ---> 2b2e73495820 [2021-03-31T07:56:50.346Z] Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:56:50.607Z] ---> Running in 0afb31488af4 [2021-03-31T07:56:50.607Z] ---> 0c47a32b6a94 [2021-03-31T07:56:50.607Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T07:56:50.607Z] ---> Running in f04c1de73320 [2021-03-31T07:56:50.867Z] Removing intermediate container 0afb31488af4 [2021-03-31T07:56:50.867Z] ---> 65a34ccc7a95 [2021-03-31T07:56:50.867Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T07:56:50.867Z] ---> Running in 935ee7069334 [2021-03-31T07:56:51.128Z] Removing intermediate container 935ee7069334 [2021-03-31T07:56:51.128Z] ---> 1e39f780bdb4 [2021-03-31T07:56:51.128Z] [2021-03-31T07:56:51.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:51.701Z] Successfully built 1e39f780bdb4 [2021-03-31T07:56:51.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:56:51.701Z] Successfully tagged docker-core-data-go:latest [2021-03-31T07:56:51.961Z]  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T07:56:51.961Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T07:56:51.961Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T07:56:51.961Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T07:56:51.961Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T07:56:51.961Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T07:56:51.961Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T07:56:52.901Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T07:56:52.901Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T07:56:52.901Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T07:56:52.901Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T07:56:52.901Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T07:56:52.901Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T07:56:52.901Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T07:56:52.901Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T07:56:52.901Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T07:56:52.901Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T07:56:52.901Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T07:56:52.901Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T07:56:52.901Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T07:56:53.161Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T07:56:53.161Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T07:56:53.161Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T07:56:53.161Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T07:56:53.161Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T07:56:53.161Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T07:56:53.161Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T07:56:53.161Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T07:56:53.161Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T07:56:53.161Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T07:56:53.161Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T07:56:53.161Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T07:56:53.161Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T07:56:53.161Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:56:53.422Z] OK: 71 MiB in 55 packages [2021-03-31T07:57:01.561Z] Removing intermediate container f04c1de73320 [2021-03-31T07:57:01.561Z] ---> 73f29559f021 [2021-03-31T07:57:01.561Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T07:57:01.561Z] ---> Running in d6ece4e04aca [2021-03-31T07:57:02.949Z] Collecting docker-compose==1.23.2 [2021-03-31T07:57:02.949Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T07:57:03.209Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T07:57:03.209Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T07:57:03.469Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T07:57:03.469Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T07:57:04.042Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T07:57:04.042Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T07:57:04.042Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T07:57:04.042Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T07:57:04.303Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T07:57:04.303Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T07:57:04.303Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T07:57:04.303Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T07:57:04.303Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T07:57:04.907Z] Collecting PyYAML<4,>=3.10 [2021-03-31T07:57:04.907Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T07:57:05.478Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T07:57:05.739Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T07:57:05.999Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T07:57:06.000Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T07:57:06.260Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T07:57:06.260Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T07:57:06.260Z] Collecting idna<2.8,>=2.5 [2021-03-31T07:57:06.260Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T07:57:06.260Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T07:57:06.521Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T07:57:06.521Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T07:57:06.521Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T07:57:06.521Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T07:57:06.521Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T07:57:06.521Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T07:57:06.521Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T07:57:06.521Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, cached-property, dockerpty, PyYAML, texttable, jsonschema, docker-compose [2021-03-31T07:57:06.781Z] Attempting uninstall: idna [2021-03-31T07:57:06.781Z] Found existing installation: idna 2.9 [2021-03-31T07:57:06.781Z] Uninstalling idna-2.9: [2021-03-31T07:57:06.781Z] Successfully uninstalled idna-2.9 [2021-03-31T07:57:07.042Z] Attempting uninstall: urllib3 [2021-03-31T07:57:07.042Z] Found existing installation: urllib3 1.25.9 [2021-03-31T07:57:07.042Z] Uninstalling urllib3-1.25.9: [2021-03-31T07:57:07.042Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T07:57:07.303Z] Attempting uninstall: requests [2021-03-31T07:57:07.303Z] Found existing installation: requests 2.23.0 [2021-03-31T07:57:07.303Z] Uninstalling requests-2.23.0: [2021-03-31T07:57:07.303Z] Successfully uninstalled requests-2.23.0 [2021-03-31T07:57:07.564Z] Running setup.py install for docopt: started [2021-03-31T07:57:07.825Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T07:57:08.085Z] Running setup.py install for dockerpty: started [2021-03-31T07:57:08.345Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T07:57:08.345Z] Running setup.py install for PyYAML: started [2021-03-31T07:57:09.770Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T07:57:09.770Z] Running setup.py install for texttable: started [2021-03-31T07:57:10.036Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T07:57:10.295Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T07:57:13.644Z] Removing intermediate container d6ece4e04aca [2021-03-31T07:57:13.644Z] ---> f27eb993b24d [2021-03-31T07:57:13.644Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T07:57:13.644Z] ---> Running in a493acb60c9f [2021-03-31T07:57:13.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T07:57:13.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T07:57:13.908Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T07:57:13.908Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T07:57:13.908Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T07:57:13.908Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T07:57:13.908Z] OK: 72 MiB in 58 packages [2021-03-31T07:57:14.170Z] Removing intermediate container a493acb60c9f [2021-03-31T07:57:14.170Z] ---> 228c08a96a08 [2021-03-31T07:57:14.170Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T07:57:14.437Z] ---> Running in 4c21f2dc14c5 [2021-03-31T07:57:14.437Z] Removing intermediate container 4c21f2dc14c5 [2021-03-31T07:57:14.437Z] ---> 4780ddca2b10 [2021-03-31T07:57:14.437Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T07:57:14.437Z] ---> Running in 54e31d4420d6 [2021-03-31T07:57:14.697Z] Removing intermediate container 54e31d4420d6 [2021-03-31T07:57:14.697Z] ---> 46533b74ced8 [2021-03-31T07:57:14.697Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T07:57:14.697Z] ---> Running in 557fe25a8fbb [2021-03-31T07:57:14.958Z] Removing intermediate container 557fe25a8fbb [2021-03-31T07:57:14.958Z] ---> 87f30d77ac20 [2021-03-31T07:57:14.958Z] Step 25/26 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T07:57:14.958Z] ---> Running in 23d7700cf695 [2021-03-31T07:57:15.219Z] Removing intermediate container 23d7700cf695 [2021-03-31T07:57:15.219Z] ---> e9fdf38febaf [2021-03-31T07:57:15.219Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T07:57:15.219Z] ---> Running in 402b856413df [2021-03-31T07:57:15.479Z] Removing intermediate container 402b856413df [2021-03-31T07:57:15.479Z] ---> ef85c05970b9 [2021-03-31T07:57:15.479Z] [2021-03-31T07:57:15.479Z] Successfully built ef85c05970b9 [2021-03-31T07:57:15.479Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T07:57:15.748Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T07:57:15.758Z] $ docker stop --time=1 d755e3ade3ce2dbb1c328268ab97617b69917ef1a29b021a340e1144fce54e92 [2021-03-31T07:57:17.288Z] $ docker rm -f d755e3ade3ce2dbb1c328268ab97617b69917ef1a29b021a340e1144fce54e92 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T07:57:17.797Z] + docker images [2021-03-31T07:57:17.797Z] + grep docker [2021-03-31T07:57:18.063Z] docker-sys-mgmt-agent-go latest ef85c05970b9 3 seconds ago 314MB [2021-03-31T07:57:18.063Z] docker-core-data-go latest 1e39f780bdb4 28 seconds ago 22.7MB [2021-03-31T07:57:18.063Z] docker-security-secretstore-setup-go latest 72ec55dc031a 43 seconds ago 25.7MB [2021-03-31T07:57:18.063Z] docker-security-proxy-setup-go latest 0db595d07b85 45 seconds ago 25.4MB [2021-03-31T07:57:18.063Z] docker-security-bootstrapper-go latest 435a3c5a46d9 About a minute ago 18.9MB [2021-03-31T07:57:18.063Z] docker-core-metadata-go latest 4f3ee8e80aad 2 minutes ago 19MB [2021-03-31T07:57:18.063Z] docker-support-notifications-go latest deca85ba7d1f 2 minutes ago 17.9MB [2021-03-31T07:57:18.063Z] docker-core-command-go latest c7a0b76e29a2 2 minutes ago 17.3MB [2021-03-31T07:57:18.063Z] docker-support-scheduler-go latest 190399aa0062 2 minutes ago 17.4MB [2021-03-31T07:57:18.063Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-31T07:57:33.821Z] Still waiting to schedule task [2021-03-31T07:57:33.821Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-31T07:58:10.628Z] gofmt -l . [2021-03-31T07:58:10.628Z] [ "`gofmt -l .`" = "" ] [2021-03-31T07:58:10.628Z] ./bin/test-go-mod-tidy.sh [2021-03-31T07:58:10.628Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T07:58:12.311Z] + ls -al . [2021-03-31T07:58:12.311Z] total 820 [2021-03-31T07:58:12.311Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 07:58 . [2021-03-31T07:58:12.311Z] drwxr-xr-x 4 root root 4096 Mar 31 07:53 .. [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 07:52 .dockerignore [2021-03-31T07:58:12.311Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 07:52 .git [2021-03-31T07:58:12.311Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 07:52 .github [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 07:52 .gitignore [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 07:52 .sonarcloud.properties [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 07:52 Attribution.txt [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 07:52 CONTRIBUTING.md [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 07:52 Dockerfile.build [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 07:52 Jenkinsfile [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 07:52 LICENSE [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 07:52 Makefile [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 07:52 README.md [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 07:52 SECURITY.md [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 07:49 VERSION [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 07:52 ZMQWindows.md [2021-03-31T07:58:12.311Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 07:52 bin [2021-03-31T07:58:12.311Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 07:52 cmd [2021-03-31T07:58:12.311Z] -rw-r--r-- 1 root root 680272 Mar 31 07:56 coverage.out [2021-03-31T07:58:12.311Z] -rw-r--r-- 1 root root 1056 Mar 31 07:58 go.mod [2021-03-31T07:58:12.311Z] -rw-r--r-- 1 root root 22302 Mar 31 07:58 go.sum [2021-03-31T07:58:12.311Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 07:52 internal [2021-03-31T07:58:12.311Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 07:52 openapi [2021-03-31T07:58:12.311Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 07:52 snap [2021-03-31T07:58:12.311Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 07:52 version.go [Pipeline] sh [2021-03-31T07:58:13.046Z] + '[' -e coverage.out ] [2021-03-31T07:58:13.047Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T07:58:13.070Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T07:58:14.405Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T07:58:15.067Z] + make build [2021-03-31T07:58:15.068Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T07:58:25.104Z] Running on prd-ubuntu18.04-docker-8c-8g-32227 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws [2021-03-31T07:58:25.157Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-31T07:58:27.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T07:58:27.635Z] using credential edgex-jenkins-ssh [2021-03-31T07:58:27.691Z] Cloning the remote Git repository [2021-03-31T07:58:27.722Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T07:58:27.795Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-31T07:58:27.835Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T07:58:27.836Z] > git --version # timeout=10 [2021-03-31T07:58:27.845Z] > git --version # 'git version 2.17.1' [2021-03-31T07:58:27.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T07:58:27.871Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T07:58:35.081Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [Pipeline] } [2021-03-31T07:58:34.407Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T07:58:34.433Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T07:58:34.443Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T07:58:34.454Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T07:58:34.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T07:58:34.458Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T07:58:35.078Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T07:58:35.084Z] > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T07:58:35.792Z] Failed in branch amd64 [2021-03-31T07:58:49.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T07:58:55.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T07:59:01.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T07:59:03.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T07:59:08.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T07:59:17.136Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T07:59:19.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T07:59:24.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T07:59:28.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T07:59:32.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T07:59:39.403Z] $ docker stop --time=1 44b602b54fa703fe154b9aa755985293ba0c5e026c5d497a5a2d617b36236fd9 [2021-03-31T07:59:42.937Z] $ docker rm -f 44b602b54fa703fe154b9aa755985293ba0c5e026c5d497a5a2d617b36236fd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:59:44.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T07:59:44.916Z] [2021-03-31T07:59:44.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T07:59:45.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T07:59:45.305Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T07:59:45.305Z] 29e5d40040c1: Pulling fs layer [2021-03-31T07:59:45.305Z] 1ce36da41761: Pulling fs layer [2021-03-31T07:59:45.305Z] 25b303627fd3: Pulling fs layer [2021-03-31T07:59:45.915Z] 29e5d40040c1: Verifying Checksum [2021-03-31T07:59:45.915Z] 29e5d40040c1: Download complete [2021-03-31T07:59:46.195Z] 1ce36da41761: Verifying Checksum [2021-03-31T07:59:46.195Z] 1ce36da41761: Download complete [2021-03-31T07:59:46.473Z] 29e5d40040c1: Pull complete [2021-03-31T07:59:47.909Z] 1ce36da41761: Pull complete [2021-03-31T07:59:48.178Z] 25b303627fd3: Verifying Checksum [2021-03-31T07:59:48.178Z] 25b303627fd3: Download complete [2021-03-31T07:59:58.317Z] 25b303627fd3: Pull complete [2021-03-31T07:59:58.317Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T07:59:58.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T07:59:58.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T07:59:58.584Z] prd-ubuntu18.04-docker-arm64-4c-16g-32223 does not seem to be running inside a container [2021-03-31T07:59:58.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T08:00:01.577Z] $ docker top 394cb1384b24d69d7c9353ea1925536fad3af0056ebb86d962a05b3b7b38a7d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:00:02.673Z] + grep parallel+ [2021-03-31T08:00:02.673Z] docker-compose build --help [2021-03-31T08:00:06.053Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T08:00:06.070Z] $ docker stop --time=1 394cb1384b24d69d7c9353ea1925536fad3af0056ebb86d962a05b3b7b38a7d7 [2021-03-31T08:00:08.030Z] $ docker rm -f 394cb1384b24d69d7c9353ea1925536fad3af0056ebb86d962a05b3b7b38a7d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:00:08.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T08:00:08.863Z] . [Pipeline] withDockerContainer [2021-03-31T08:00:09.137Z] prd-ubuntu18.04-docker-arm64-4c-16g-32223 does not seem to be running inside a container [2021-03-31T08:00:09.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T08:00:10.627Z] $ docker top ece07ae60405c979439a6f4d742321b385b5b0077094d4c821659332325852da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:00:11.682Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T08:00:16.000Z] Building docker-core-command-go ... [2021-03-31T08:00:16.000Z] Building docker-core-data-go ... [2021-03-31T08:00:16.000Z] Building docker-core-metadata-go ... [2021-03-31T08:00:16.000Z] Building docker-security-bootstrapper-go ... [2021-03-31T08:00:16.000Z] Building docker-security-proxy-setup-go ... [2021-03-31T08:00:16.000Z] Building docker-security-secretstore-setup-go ... [2021-03-31T08:00:16.000Z] Building docker-support-notifications-go ... [2021-03-31T08:00:16.000Z] Building docker-support-scheduler-go ... [2021-03-31T08:00:16.000Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T08:00:16.000Z] Building docker-security-secretstore-setup-go [2021-03-31T08:00:16.000Z] Building docker-core-command-go [2021-03-31T08:00:16.000Z] Building docker-support-scheduler-go [2021-03-31T08:00:16.000Z] Building docker-core-metadata-go [2021-03-31T08:00:16.000Z] Building docker-support-notifications-go [2021-03-31T08:01:37.813Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:01:37.813Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:01:37.813Z] ---> 23c469d7fea7 [2021-03-31T08:01:37.813Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T08:01:37.813Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:01:37.813Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:01:37.813Z] ---> 23c469d7fea7 [2021-03-31T08:01:37.813Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T08:01:37.813Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:01:37.813Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:01:37.813Z] ---> 23c469d7fea7 [2021-03-31T08:01:37.813Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T08:01:37.813Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:01:37.813Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:01:37.813Z] ---> 23c469d7fea7 [2021-03-31T08:01:37.813Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T08:01:37.813Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:01:37.813Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:01:37.813Z] ---> 23c469d7fea7 [2021-03-31T08:01:37.813Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T08:01:37.813Z] ---> Running in 126bee332f80 [2021-03-31T08:01:37.813Z] ---> Running in 589e9c0e47f1 [2021-03-31T08:01:37.813Z] ---> Running in 6580eb8d0a68 [2021-03-31T08:01:37.813Z] ---> Running in ecf54bf07c6b [2021-03-31T08:01:37.813Z] ---> Running in a9f980823427 [2021-03-31T08:01:37.813Z] Removing intermediate container 589e9c0e47f1 [2021-03-31T08:01:37.813Z] ---> 651b0c9060e2 [2021-03-31T08:01:37.813Z] Removing intermediate container 126bee332f80 [2021-03-31T08:01:37.813Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:01:37.813Z] ---> 145e4c731f0d [2021-03-31T08:01:37.813Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:01:37.813Z] Removing intermediate container ecf54bf07c6b [2021-03-31T08:01:37.813Z] ---> f6710ae50f15 [2021-03-31T08:01:37.813Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:01:37.813Z] Removing intermediate container a9f980823427 [2021-03-31T08:01:37.813Z] ---> d5f81fede22f [2021-03-31T08:01:37.813Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:01:37.813Z] Removing intermediate container 6580eb8d0a68 [2021-03-31T08:01:37.813Z] ---> 2b320e1dcefd [2021-03-31T08:01:37.813Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:01:37.813Z] ---> Running in 418a951d4e81 [2021-03-31T08:01:37.813Z] ---> Running in 03f264921f56 [2021-03-31T08:01:37.813Z] ---> Running in df8f8537d705 [2021-03-31T08:01:37.813Z] ---> Running in 1c38ff1f2df9 [2021-03-31T08:01:37.813Z] ---> Running in 233f1e6094bd [2021-03-31T08:01:37.813Z] Removing intermediate container 03f264921f56 [2021-03-31T08:01:37.813Z] ---> cfe9d89d8cb1 [2021-03-31T08:01:37.813Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T08:01:37.813Z] Removing intermediate container 418a951d4e81 [2021-03-31T08:01:37.813Z] ---> b936511c9ecb [2021-03-31T08:01:37.813Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T08:01:37.813Z] ---> Running in f6fcc794cd29 [2021-03-31T08:01:37.813Z] Removing intermediate container 1c38ff1f2df9 [2021-03-31T08:01:37.813Z] ---> 69dac9f415cc [2021-03-31T08:01:37.813Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T08:01:37.813Z] ---> Running in 278d99fc1a49 [2021-03-31T08:01:37.813Z] Removing intermediate container 233f1e6094bd [2021-03-31T08:01:37.813Z] ---> 65f075c220b7 [2021-03-31T08:01:37.813Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T08:01:37.814Z] ---> Running in f7bbf7ce4d35 [2021-03-31T08:01:37.814Z] Removing intermediate container df8f8537d705 [2021-03-31T08:01:37.814Z] ---> c30d521c97b4 [2021-03-31T08:01:37.814Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T08:01:37.814Z] ---> Running in db5b38a8c7be [2021-03-31T08:01:37.814Z] ---> Running in 60160577bc90 [2021-03-31T08:01:37.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:37.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:38.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:38.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:38.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:38.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:38.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:38.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:39.180Z] OK: 217 MiB in 51 packages [2021-03-31T08:01:39.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:39.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:01:39.465Z] OK: 217 MiB in 51 packages [2021-03-31T08:01:39.750Z] OK: 217 MiB in 51 packages [2021-03-31T08:01:40.357Z] OK: 217 MiB in 51 packages [2021-03-31T08:01:40.357Z] OK: 217 MiB in 51 packages [2021-03-31T08:01:40.974Z] Removing intermediate container f6fcc794cd29 [2021-03-31T08:01:40.974Z] ---> 66c0ec428d26 [2021-03-31T08:01:40.974Z] Step 6/23 : COPY go.mod . [2021-03-31T08:01:41.575Z] Removing intermediate container 278d99fc1a49 [2021-03-31T08:01:41.575Z] ---> bf1224e3282f [2021-03-31T08:01:41.575Z] Step 6/22 : COPY go.mod . [2021-03-31T08:01:41.575Z] Removing intermediate container f7bbf7ce4d35 [2021-03-31T08:01:41.575Z] ---> b315b112f423 [2021-03-31T08:01:41.575Z] Step 6/22 : COPY go.mod . [2021-03-31T08:01:42.176Z] Removing intermediate container db5b38a8c7be [2021-03-31T08:01:42.176Z] ---> ca874220d40e [2021-03-31T08:01:42.176Z] Step 6/23 : COPY go.mod . [2021-03-31T08:01:42.176Z] ---> fbac5d9750cc [2021-03-31T08:01:42.176Z] Step 7/23 : RUN go mod download [2021-03-31T08:01:42.176Z] Removing intermediate container 60160577bc90 [2021-03-31T08:01:42.176Z] ---> fee200dc45ee [2021-03-31T08:01:42.176Z] Step 6/24 : COPY go.mod . [2021-03-31T08:01:42.451Z] ---> Running in 74a68a8a0d50 [2021-03-31T08:01:42.451Z] ---> d985def74b79 [2021-03-31T08:01:42.451Z] Step 7/22 : RUN go mod download [2021-03-31T08:01:42.724Z] ---> 44513de1a1e1 [2021-03-31T08:01:42.724Z] Step 7/22 : RUN go mod download [2021-03-31T08:01:43.004Z] ---> Running in 74f97fffc4e7 [2021-03-31T08:01:43.004Z] ---> 2cc57c3e1c21 [2021-03-31T08:01:43.004Z] Step 7/23 : RUN go mod download [2021-03-31T08:01:43.004Z] ---> Running in 4510e0af2fa8 [2021-03-31T08:01:43.278Z] ---> 11b22640da34 [2021-03-31T08:01:43.278Z] Step 7/24 : RUN go mod download [2021-03-31T08:01:43.552Z] ---> Running in 7879266be4ac [2021-03-31T08:01:43.552Z] ---> Running in 3f531cd5cf35 [2021-03-31T08:01:46.989Z] Removing intermediate container 74a68a8a0d50 [2021-03-31T08:01:46.989Z] ---> b1ed8d8c150a [2021-03-31T08:01:46.989Z] Step 8/23 : COPY . . [2021-03-31T08:01:48.965Z] Removing intermediate container 7879266be4ac [2021-03-31T08:01:48.965Z] ---> a0840326a4a3 [2021-03-31T08:01:48.965Z] Step 8/23 : COPY . . [2021-03-31T08:01:48.965Z] Removing intermediate container 74f97fffc4e7 [2021-03-31T08:01:48.965Z] ---> c6a18a7a6344 [2021-03-31T08:01:48.965Z] Step 8/22 : COPY . . [2021-03-31T08:01:49.564Z] Removing intermediate container 3f531cd5cf35 [2021-03-31T08:01:49.564Z] ---> c2d2b5c7ee2a [2021-03-31T08:01:49.564Z] Step 8/24 : COPY . . [2021-03-31T08:01:49.564Z] Removing intermediate container 4510e0af2fa8 [2021-03-31T08:01:49.564Z] ---> a784b89d5882 [2021-03-31T08:01:49.564Z] Step 8/22 : COPY . . [2021-03-31T08:02:16.377Z] ---> 217327128a14 [2021-03-31T08:02:16.377Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T08:02:16.377Z] ---> e5258058c21f [2021-03-31T08:02:16.377Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T08:02:16.377Z] ---> cbac1dddb988 [2021-03-31T08:02:16.377Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T08:02:16.377Z] ---> cf295b99acd9 [2021-03-31T08:02:16.377Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T08:02:16.377Z] ---> e9f45c685546 [2021-03-31T08:02:16.377Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T08:02:16.377Z] ---> Running in 45674f21c86d [2021-03-31T08:02:16.377Z] ---> Running in a86dfdb355f4 [2021-03-31T08:02:16.377Z] ---> Running in 88862b981f60 [2021-03-31T08:02:16.377Z] ---> Running in e30b74cb83f0 [2021-03-31T08:02:16.377Z] ---> Running in 49dd6df65d01 [2021-03-31T08:02:16.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T08:02:16.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T08:02:16.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T08:02:16.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T08:02:16.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T08:03:53.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T08:04:08.893Z] Removing intermediate container 49dd6df65d01 [2021-03-31T08:04:08.893Z] ---> efb3d74a490c [2021-03-31T08:04:08.893Z] [2021-03-31T08:04:08.893Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T08:04:08.893Z] 3.12: Pulling from library/alpine [2021-03-31T08:04:09.903Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T08:04:09.903Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T08:04:09.903Z] ---> e47305ac9786 [2021-03-31T08:04:09.903Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T08:04:10.522Z] ---> Running in ad354d8ee1c4 [2021-03-31T08:04:13.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:04:13.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:04:14.115Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T08:04:14.116Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T08:04:14.116Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T08:04:14.393Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T08:04:14.393Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T08:04:14.393Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T08:04:14.393Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:04:14.393Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T08:04:14.669Z] OK: 7 MiB in 20 packages [2021-03-31T08:04:17.331Z] Removing intermediate container 45674f21c86d [2021-03-31T08:04:17.331Z] ---> dcfb1006f95f [2021-03-31T08:04:17.331Z] [2021-03-31T08:04:17.331Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T08:04:17.331Z] ---> e47305ac9786 [2021-03-31T08:04:17.331Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T08:04:17.932Z] ---> Running in 935628a6755a [2021-03-31T08:04:18.541Z] Removing intermediate container ad354d8ee1c4 [2021-03-31T08:04:18.541Z] ---> c8be17a42140 [2021-03-31T08:04:18.541Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T08:04:19.142Z] ---> Running in 57ead6ed23eb [2021-03-31T08:04:19.742Z] Removing intermediate container e30b74cb83f0 [2021-03-31T08:04:19.742Z] ---> 14833203287e [2021-03-31T08:04:19.742Z] [2021-03-31T08:04:19.742Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T08:04:19.742Z] ---> e47305ac9786 [2021-03-31T08:04:19.742Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T08:04:20.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:04:20.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:04:20.302Z] ---> Running in 8930c1dcdfcd [2021-03-31T08:04:20.302Z] Removing intermediate container 57ead6ed23eb [2021-03-31T08:04:20.302Z] ---> 50575d3e6a60 [2021-03-31T08:04:20.302Z] Step 13/24 : WORKDIR / [2021-03-31T08:04:20.582Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T08:04:20.582Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:04:20.582Z] OK: 5 MiB in 15 packages [2021-03-31T08:04:20.857Z] ---> Running in 82747fc97fde [2021-03-31T08:04:20.857Z] Removing intermediate container 88862b981f60 [2021-03-31T08:04:20.857Z] ---> d3d550cb05ca [2021-03-31T08:04:20.857Z] [2021-03-31T08:04:20.857Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T08:04:20.857Z] ---> e47305ac9786 [2021-03-31T08:04:20.857Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T08:04:21.140Z] ---> Running in e7b2c5b39f41 [2021-03-31T08:04:21.737Z] Removing intermediate container 82747fc97fde [2021-03-31T08:04:21.737Z] ---> b7a13d5e15e4 [2021-03-31T08:04:21.737Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T08:04:22.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:04:22.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:04:22.622Z] Removing intermediate container 935628a6755a [2021-03-31T08:04:22.622Z] ---> 499f82babb2f [2021-03-31T08:04:22.622Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:04:22.902Z] ---> 68f2a6dc35ad [2021-03-31T08:04:22.902Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T08:04:22.902Z] ---> Running in 70dd523b628e [2021-03-31T08:04:23.180Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T08:04:23.180Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:04:23.180Z] OK: 5 MiB in 15 packages [2021-03-31T08:04:23.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:04:23.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:04:24.064Z] Removing intermediate container 70dd523b628e [2021-03-31T08:04:24.064Z] ---> 2b84d2714edf [2021-03-31T08:04:24.064Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T08:04:24.339Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T08:04:24.339Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T08:04:24.339Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:04:24.339Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T08:04:24.638Z] ---> a16af22d05d6 [2021-03-31T08:04:24.638Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T08:04:24.638Z] OK: 6 MiB in 16 packages [2021-03-31T08:04:24.912Z] ---> Running in b0a4c4594ee3 [2021-03-31T08:04:25.898Z] ---> 0f734fd188a1 [2021-03-31T08:04:25.898Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T08:04:25.898Z] Removing intermediate container b0a4c4594ee3 [2021-03-31T08:04:25.898Z] ---> 60203511637a [2021-03-31T08:04:25.898Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T08:04:25.898Z] Removing intermediate container 8930c1dcdfcd [2021-03-31T08:04:25.898Z] ---> cf4dafc75325 [2021-03-31T08:04:25.898Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:04:26.171Z] ---> Running in 1fdd39977ce2 [2021-03-31T08:04:26.453Z] ---> Running in ce219c3cf5a2 [2021-03-31T08:04:26.453Z] Removing intermediate container a86dfdb355f4 [2021-03-31T08:04:26.453Z] ---> 9c92008a1c53 [2021-03-31T08:04:26.453Z] [2021-03-31T08:04:26.453Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T08:04:26.453Z] ---> e47305ac9786 [2021-03-31T08:04:26.453Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T08:04:26.453Z] ---> Using cache [2021-03-31T08:04:26.453Z] ---> cf4dafc75325 [2021-03-31T08:04:26.453Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:04:27.058Z] ---> Running in be92bc295059 [2021-03-31T08:04:27.058Z] Removing intermediate container e7b2c5b39f41 [2021-03-31T08:04:27.058Z] ---> 5f228faf5769 [2021-03-31T08:04:27.058Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T08:04:27.058Z] Removing intermediate container ce219c3cf5a2 [2021-03-31T08:04:27.058Z] ---> 9e2c3e0bd99f [2021-03-31T08:04:27.058Z] Removing intermediate container 1fdd39977ce2 [2021-03-31T08:04:27.058Z] ---> d7e86310c6b9 [2021-03-31T08:04:27.058Z] Step 15/23 : WORKDIR / [2021-03-31T08:04:27.058Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T08:04:27.335Z] ---> Running in 19443778deec [2021-03-31T08:04:27.335Z] ---> Running in fff78a57311d [2021-03-31T08:04:27.335Z] ---> Running in f2055a5662fc [2021-03-31T08:04:27.609Z] Removing intermediate container be92bc295059 [2021-03-31T08:04:27.609Z] ---> 7cfe740afa5e [2021-03-31T08:04:27.609Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T08:04:27.609Z] ---> 5c21fbae1e86 [2021-03-31T08:04:27.609Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T08:04:27.885Z] ---> Running in f796bfe5c53b [2021-03-31T08:04:28.164Z] Removing intermediate container f2055a5662fc [2021-03-31T08:04:28.164Z] ---> f4cd9aa92926 [2021-03-31T08:04:28.164Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T08:04:28.164Z] Removing intermediate container fff78a57311d [2021-03-31T08:04:28.164Z] ---> 096d94f516aa [2021-03-31T08:04:28.164Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T08:04:28.443Z] Removing intermediate container 19443778deec [2021-03-31T08:04:28.443Z] ---> 03632853efe7 [2021-03-31T08:04:28.443Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:04:28.443Z] ---> Running in 893fa212f2be [2021-03-31T08:04:28.443Z] ---> Running in 0212c502c967 [2021-03-31T08:04:28.443Z] Removing intermediate container f796bfe5c53b [2021-03-31T08:04:28.443Z] ---> 07f229fd3ca5 [2021-03-31T08:04:28.443Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T08:04:28.837Z] ---> Running in f30ca8738397 [2021-03-31T08:04:29.172Z] ---> 59dc80dd5075 [2021-03-31T08:04:29.172Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T08:04:29.172Z] Removing intermediate container 0212c502c967 [2021-03-31T08:04:29.172Z] ---> 4f6fce3ec696 [2021-03-31T08:04:29.172Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T08:04:29.477Z] Removing intermediate container 893fa212f2be [2021-03-31T08:04:29.477Z] ---> 533c4e4c27b4 [2021-03-31T08:04:29.477Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:04:29.477Z] ---> Running in 6cb9d789dbb0 [2021-03-31T08:04:29.767Z] ---> 5cca5c822805 [2021-03-31T08:04:29.767Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T08:04:29.767Z] Removing intermediate container f30ca8738397 [2021-03-31T08:04:29.767Z] ---> 4203f1ba25fa [2021-03-31T08:04:29.767Z] Step 15/23 : WORKDIR / [2021-03-31T08:04:30.095Z] ---> Running in c76ab4f010c9 [2021-03-31T08:04:30.387Z] Removing intermediate container 6cb9d789dbb0 [2021-03-31T08:04:30.387Z] ---> ad09ebc306c2 [2021-03-31T08:04:30.387Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:04:30.679Z] ---> 9356653d028b [2021-03-31T08:04:30.679Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T08:04:30.679Z] ---> Running in 8df4587844f7 [2021-03-31T08:04:30.976Z] Removing intermediate container c76ab4f010c9 [2021-03-31T08:04:30.976Z] ---> b92d643c8b74 [2021-03-31T08:04:30.976Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:04:31.261Z] ---> 71e320ea1192 [2021-03-31T08:04:31.261Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T08:04:32.241Z] ---> 304f862d7760 [2021-03-31T08:04:32.241Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T08:04:32.241Z] ---> 8146a88dd14c [2021-03-31T08:04:32.241Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T08:04:32.514Z] ---> 072af44f3bc2 [2021-03-31T08:04:32.514Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T08:04:33.122Z] ---> f25260be041b [2021-03-31T08:04:33.122Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T08:04:33.719Z] ---> 05093dca9b37 [2021-03-31T08:04:33.719Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T08:04:33.991Z] ---> Running in 24c3b1ecb64c [2021-03-31T08:04:34.264Z] ---> 7419cf0798dd [2021-03-31T08:04:34.264Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T08:04:34.536Z] Removing intermediate container 8df4587844f7 [2021-03-31T08:04:34.536Z] ---> 7d9d317b5d7e [2021-03-31T08:04:34.536Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T08:04:34.536Z] ---> c5572acbdd45 [2021-03-31T08:04:34.536Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T08:04:34.536Z] ---> c395740445f9 [2021-03-31T08:04:34.536Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T08:04:34.536Z] ---> Running in a3091734ffd3 [2021-03-31T08:04:34.808Z] ---> Running in b385afa059cb [2021-03-31T08:04:34.808Z] Removing intermediate container 24c3b1ecb64c [2021-03-31T08:04:34.808Z] ---> 730baf00d9ac [2021-03-31T08:04:34.808Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:04:35.082Z] ---> Running in 6136150f9150 [2021-03-31T08:04:35.353Z] Removing intermediate container a3091734ffd3 [2021-03-31T08:04:35.353Z] ---> 8bf3a7305ab4 [2021-03-31T08:04:35.353Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:04:35.625Z] Removing intermediate container b385afa059cb [2021-03-31T08:04:35.625Z] ---> e583aaa06b5d [2021-03-31T08:04:35.625Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T08:04:35.626Z] ---> Running in c960180c0529 [2021-03-31T08:04:35.626Z] ---> 3c09f2b466b8 [2021-03-31T08:04:35.626Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T08:04:35.898Z] Removing intermediate container 6136150f9150 [2021-03-31T08:04:35.898Z] ---> b38834552e4a [2021-03-31T08:04:35.898Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T08:04:35.898Z] ---> Running in bba14acd1077 [2021-03-31T08:04:35.898Z] ---> Running in d6f779e35159 [2021-03-31T08:04:35.898Z] ---> c0bad2c00dfe [2021-03-31T08:04:35.898Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T08:04:35.898Z] ---> Running in 033d1c7607f1 [2021-03-31T08:04:36.170Z] ---> Running in 48087ee477c3 [2021-03-31T08:04:36.170Z] Removing intermediate container c960180c0529 [2021-03-31T08:04:36.170Z] ---> 3dfed1d796eb [2021-03-31T08:04:36.170Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T08:04:36.441Z] ---> Running in cb2fb703c1a7 [2021-03-31T08:04:36.441Z] Removing intermediate container bba14acd1077 [2021-03-31T08:04:36.441Z] Removing intermediate container d6f779e35159 [2021-03-31T08:04:36.441Z] ---> bd1f42cbe75f [2021-03-31T08:04:36.441Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:04:36.441Z] ---> 16b7cb5373f1 [2021-03-31T08:04:36.441Z] Step 23/24 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T08:04:36.717Z] Removing intermediate container 033d1c7607f1 [2021-03-31T08:04:36.717Z] ---> 036dd29fe18a [2021-03-31T08:04:36.717Z] Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T08:04:36.717Z] ---> Running in 4e91991dfa72 [2021-03-31T08:04:36.717Z] ---> Running in cd79b84b7da0 [2021-03-31T08:04:36.717Z] Removing intermediate container 48087ee477c3 [2021-03-31T08:04:36.717Z] ---> d86d21e58c81 [2021-03-31T08:04:36.717Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:04:36.998Z] ---> Running in ad0f658bb6cc [2021-03-31T08:04:36.998Z] Removing intermediate container cb2fb703c1a7 [2021-03-31T08:04:36.998Z] ---> 54eb570fb23e [2021-03-31T08:04:36.998Z] Step 21/22 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T08:04:36.998Z] ---> Running in fa476128ff67 [2021-03-31T08:04:37.270Z] ---> Running in 472a7d4a648e [2021-03-31T08:04:37.270Z] Removing intermediate container cd79b84b7da0 [2021-03-31T08:04:37.270Z] ---> 8fd879dc436f [2021-03-31T08:04:37.270Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T08:04:37.270Z] Removing intermediate container 4e91991dfa72 [2021-03-31T08:04:37.270Z] ---> 778613cd5cc3 [2021-03-31T08:04:37.270Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T08:04:37.543Z] ---> Running in ef3dea939c2b [2021-03-31T08:04:37.543Z] ---> Running in 23bc5cc3103e [2021-03-31T08:04:37.828Z] Removing intermediate container ad0f658bb6cc [2021-03-31T08:04:37.828Z] ---> 4c7408ceee79 [2021-03-31T08:04:37.828Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T08:04:37.828Z] Removing intermediate container fa476128ff67 [2021-03-31T08:04:37.828Z] ---> 3eaf759fb178 [2021-03-31T08:04:37.828Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T08:04:37.828Z] Removing intermediate container 472a7d4a648e [2021-03-31T08:04:37.828Z] ---> 5ca162f59d2a [2021-03-31T08:04:37.828Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T08:04:38.115Z] ---> Running in fca1c813789b [2021-03-31T08:04:38.115Z] ---> Running in fb436c50d294 [2021-03-31T08:04:38.115Z] ---> Running in 898eb52d8100 [2021-03-31T08:04:38.394Z] Removing intermediate container 23bc5cc3103e [2021-03-31T08:04:38.394Z] ---> 9b239fe7339c [2021-03-31T08:04:38.394Z] Step 21/22 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T08:04:38.394Z] Removing intermediate container ef3dea939c2b [2021-03-31T08:04:38.394Z] ---> ca688005d54a [2021-03-31T08:04:38.394Z] [2021-03-31T08:04:38.672Z] ---> Running in f31b520d9b6a [2021-03-31T08:04:38.672Z] Removing intermediate container fca1c813789b [2021-03-31T08:04:38.672Z] ---> f7477750300b [2021-03-31T08:04:38.672Z] Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T08:04:38.672Z] Removing intermediate container fb436c50d294 [2021-03-31T08:04:38.672Z] ---> 5546f4ecfb17 [2021-03-31T08:04:38.672Z] [2021-03-31T08:04:38.946Z] ---> Running in b74ab62e7f22 [2021-03-31T08:04:38.946Z] Removing intermediate container 898eb52d8100 [2021-03-31T08:04:38.946Z] ---> fc905dfe8476 [2021-03-31T08:04:38.946Z] [2021-03-31T08:04:38.946Z] Successfully built ca688005d54a [2021-03-31T08:04:39.245Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T08:04:39.245Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-31T08:04:39.245Z] Removing intermediate container f31b520d9b6a [2021-03-31T08:04:39.245Z] ---> c69adacdf4c2 [2021-03-31T08:04:39.245Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T08:04:39.245Z] Successfully built 5546f4ecfb17 [2021-03-31T08:04:39.245Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T08:04:39.519Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T08:04:39.519Z] Removing intermediate container b74ab62e7f22 [2021-03-31T08:04:39.519Z] ---> 4817804327bf [2021-03-31T08:04:39.519Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T08:04:39.519Z] ---> Running in 91828a47f0b9 [2021-03-31T08:04:39.799Z] Successfully built fc905dfe8476 [2021-03-31T08:04:39.799Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T08:04:39.799Z] Building docker-security-proxy-setup-go [2021-03-31T08:04:39.799Z]  Building docker-support-scheduler-go ... done  ---> Running in 6e3fb3598470 [2021-03-31T08:04:40.074Z] Removing intermediate container 91828a47f0b9 [2021-03-31T08:04:40.074Z] ---> b4f3a3cdd634 [2021-03-31T08:04:40.074Z] [2021-03-31T08:04:40.348Z] Removing intermediate container 6e3fb3598470 [2021-03-31T08:04:40.349Z] ---> 2e08156986dc [2021-03-31T08:04:40.349Z] [2021-03-31T08:04:40.349Z] Successfully built b4f3a3cdd634 [2021-03-31T08:04:40.349Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T08:04:40.621Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-31T08:04:40.892Z] Successfully built 2e08156986dc [2021-03-31T08:04:40.892Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T08:05:37.404Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:05:37.404Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:05:37.404Z] ---> 23c469d7fea7 [2021-03-31T08:05:37.404Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> d5f81fede22f [2021-03-31T08:05:37.404Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> 69dac9f415cc [2021-03-31T08:05:37.404Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> b315b112f423 [2021-03-31T08:05:37.404Z] Step 6/31 : COPY go.mod . [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> 44513de1a1e1 [2021-03-31T08:05:37.404Z] Step 7/31 : RUN go mod download [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> a784b89d5882 [2021-03-31T08:05:37.404Z] Step 8/31 : COPY . . [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> cf295b99acd9 [2021-03-31T08:05:37.404Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T08:05:37.404Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:05:37.404Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:05:37.404Z] ---> 23c469d7fea7 [2021-03-31T08:05:37.404Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> d5f81fede22f [2021-03-31T08:05:37.404Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> 69dac9f415cc [2021-03-31T08:05:37.404Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T08:05:37.404Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:05:37.404Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:05:37.404Z] ---> 23c469d7fea7 [2021-03-31T08:05:37.404Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> d5f81fede22f [2021-03-31T08:05:37.404Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> 69dac9f415cc [2021-03-31T08:05:37.404Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> b315b112f423 [2021-03-31T08:05:37.404Z] Step 6/21 : COPY go.mod . [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> 44513de1a1e1 [2021-03-31T08:05:37.404Z] Step 7/21 : RUN go mod download [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> a784b89d5882 [2021-03-31T08:05:37.404Z] Step 8/21 : COPY . . [2021-03-31T08:05:37.404Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T08:05:37.404Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T08:05:37.404Z] ---> 23c469d7fea7 [2021-03-31T08:05:37.404Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> d5f81fede22f [2021-03-31T08:05:37.404Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> 69dac9f415cc [2021-03-31T08:05:37.404Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T08:05:37.404Z] ---> Using cache [2021-03-31T08:05:37.404Z] ---> cf295b99acd9 [2021-03-31T08:05:37.404Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T08:05:40.017Z] ---> Running in ac973e1f5b97 [2021-03-31T08:05:40.017Z] ---> Running in be12df0bf74c [2021-03-31T08:05:40.017Z] ---> Running in 3c5e3f468570 [2021-03-31T08:05:40.017Z] ---> Running in edbd78ceac8f [2021-03-31T08:05:41.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:05:41.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T08:05:41.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T08:05:41.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:05:42.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:05:42.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:05:42.972Z] OK: 217 MiB in 51 packages [2021-03-31T08:05:43.249Z] OK: 217 MiB in 51 packages [2021-03-31T08:05:44.690Z] Removing intermediate container be12df0bf74c [2021-03-31T08:05:44.690Z] ---> 1ac518f268b5 [2021-03-31T08:05:44.690Z] Step 6/23 : COPY go.mod . [2021-03-31T08:05:45.288Z] Removing intermediate container edbd78ceac8f [2021-03-31T08:05:45.288Z] ---> 6d5ac3477b45 [2021-03-31T08:05:45.288Z] Step 6/26 : COPY go.mod . [2021-03-31T08:05:46.295Z] ---> ac66ce934006 [2021-03-31T08:05:46.295Z] Step 7/23 : RUN go mod download [2021-03-31T08:05:46.295Z] ---> 76b1168b6bc1 [2021-03-31T08:05:46.295Z] Step 7/26 : RUN go mod download [2021-03-31T08:05:46.570Z] ---> Running in 9ba2fac5e9d9 [2021-03-31T08:05:46.570Z] ---> Running in 666f7a6f1faf [2021-03-31T08:05:51.995Z] Removing intermediate container 9ba2fac5e9d9 [2021-03-31T08:05:51.995Z] ---> d4ed0742db21 [2021-03-31T08:05:51.995Z] Step 8/23 : COPY . . [2021-03-31T08:05:51.995Z] Removing intermediate container 666f7a6f1faf [2021-03-31T08:05:51.995Z] ---> d57fa6c2094d [2021-03-31T08:05:51.995Z] Step 8/26 : COPY . . [2021-03-31T08:06:24.385Z] ---> 4abbb649cec9 [2021-03-31T08:06:24.385Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T08:06:24.385Z] ---> fe11c7fc279c [2021-03-31T08:06:24.385Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T08:06:24.385Z] ---> Running in a0e5bd32da9a [2021-03-31T08:06:24.385Z] ---> Running in 8117c1c48ad0 [2021-03-31T08:06:24.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T08:06:24.385Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T08:06:42.722Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T08:06:55.140Z] Removing intermediate container 3c5e3f468570 [2021-03-31T08:06:55.140Z] ---> 5932ceda1823 [2021-03-31T08:06:55.140Z] [2021-03-31T08:06:55.140Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T08:06:55.140Z] ---> e47305ac9786 [2021-03-31T08:06:55.140Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T08:06:55.140Z] ---> Running in 35b642f66894 [2021-03-31T08:06:55.140Z] Removing intermediate container 35b642f66894 [2021-03-31T08:06:55.140Z] ---> ff055462055b [2021-03-31T08:06:55.140Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T08:06:55.140Z] ---> Running in b7e1dac3b72e [2021-03-31T08:06:57.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:06:57.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:06:58.006Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T08:06:58.006Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T08:06:58.006Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:06:58.006Z] OK: 5 MiB in 16 packages [2021-03-31T08:06:58.287Z] Removing intermediate container ac973e1f5b97 [2021-03-31T08:06:58.287Z] ---> afd0f1ab7b24 [2021-03-31T08:06:58.287Z] [2021-03-31T08:06:58.287Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T08:06:58.287Z] ---> e47305ac9786 [2021-03-31T08:06:58.287Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T08:06:58.287Z] ---> Running in b7cd7b6965a3 [2021-03-31T08:07:00.278Z] Removing intermediate container b7e1dac3b72e [2021-03-31T08:07:00.278Z] ---> 18f079b62686 [2021-03-31T08:07:00.278Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T08:07:00.278Z] ---> Running in 2cc072ff3f5c [2021-03-31T08:07:00.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:07:00.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:07:01.113Z] Removing intermediate container 2cc072ff3f5c [2021-03-31T08:07:01.113Z] ---> c4248d82cfe4 [2021-03-31T08:07:01.113Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T08:07:01.387Z] ---> Running in dac382994559 [2021-03-31T08:07:01.387Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T08:07:01.387Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T08:07:01.387Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T08:07:01.387Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T08:07:01.387Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:07:01.670Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T08:07:01.670Z] OK: 7 MiB in 18 packages [2021-03-31T08:07:01.946Z] Removing intermediate container dac382994559 [2021-03-31T08:07:01.946Z] ---> ff49d6ff72c6 [2021-03-31T08:07:01.946Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T08:07:02.225Z] ---> Running in 3a2a08dd99ef [2021-03-31T08:07:04.863Z] Removing intermediate container b7cd7b6965a3 [2021-03-31T08:07:04.863Z] ---> 35fcd1df4786 [2021-03-31T08:07:04.863Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T08:07:04.863Z] ---> Running in 62f872116690 [2021-03-31T08:07:05.584Z] Removing intermediate container 62f872116690 [2021-03-31T08:07:05.584Z] ---> 27df451a9350 [2021-03-31T08:07:05.584Z] Step 13/21 : WORKDIR /edgex [2021-03-31T08:07:05.896Z] ---> Running in a3246dba775c [2021-03-31T08:07:06.595Z] Removing intermediate container 3a2a08dd99ef [2021-03-31T08:07:06.595Z] ---> de1c7975d59a [2021-03-31T08:07:06.595Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T08:07:06.595Z] Removing intermediate container a3246dba775c [2021-03-31T08:07:06.595Z] ---> 373238d23ba6 [2021-03-31T08:07:06.595Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T08:07:06.884Z] ---> Running in 705a276afde3 [2021-03-31T08:07:07.984Z] Removing intermediate container 705a276afde3 [2021-03-31T08:07:07.984Z] ---> efc7c182a03e [2021-03-31T08:07:07.984Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T08:07:08.265Z] ---> 5903cef8314e [2021-03-31T08:07:08.265Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T08:07:09.258Z] ---> 1b9dea6a16ad [2021-03-31T08:07:09.258Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T08:07:09.534Z] ---> Running in 868eae26a194 [2021-03-31T08:07:10.525Z] ---> 9c9c37a7bf57 [2021-03-31T08:07:10.525Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T08:07:12.521Z] ---> 4a76805ec42c [2021-03-31T08:07:12.521Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T08:07:12.803Z] ---> Running in f4175c165e9f [2021-03-31T08:07:13.791Z] Removing intermediate container f4175c165e9f [2021-03-31T08:07:13.791Z] ---> b76da2bce392 [2021-03-31T08:07:13.791Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T08:07:13.791Z] Removing intermediate container 868eae26a194 [2021-03-31T08:07:13.791Z] ---> 5d6c3ebf9f84 [2021-03-31T08:07:13.791Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:07:13.791Z] ---> Running in 93e61e35af06 [2021-03-31T08:07:14.778Z] Removing intermediate container 93e61e35af06 [2021-03-31T08:07:14.778Z] ---> 681b34e6cd80 [2021-03-31T08:07:14.778Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T08:07:14.778Z] ---> Running in e068fdf00281 [2021-03-31T08:07:15.059Z] ---> b8436870650b [2021-03-31T08:07:15.060Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T08:07:15.658Z] Removing intermediate container e068fdf00281 [2021-03-31T08:07:15.658Z] ---> cace76df84cf [2021-03-31T08:07:15.658Z] Step 20/21 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T08:07:15.932Z] ---> Running in 70fd65ac8b75 [2021-03-31T08:07:16.922Z] Removing intermediate container 70fd65ac8b75 [2021-03-31T08:07:16.922Z] ---> 976c1ae89018 [2021-03-31T08:07:16.922Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T08:07:17.199Z] ---> Running in edb7f0d1d35d [2021-03-31T08:07:17.199Z] ---> 3fe654879e73 [2021-03-31T08:07:17.200Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T08:07:18.186Z] Removing intermediate container edb7f0d1d35d [2021-03-31T08:07:18.186Z] ---> e7a503e38a4c [2021-03-31T08:07:18.186Z] [2021-03-31T08:07:18.799Z] ---> 871511d10a29 [2021-03-31T08:07:18.799Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T08:07:18.799Z] Successfully built e7a503e38a4c [2021-03-31T08:07:19.073Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T08:07:20.061Z]  Building docker-security-proxy-setup-go ... done  ---> bce65ee85189 [2021-03-31T08:07:20.061Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T08:07:21.067Z] ---> 09bc01475624 [2021-03-31T08:07:21.067Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T08:07:21.363Z] ---> Running in 4fae83852d16 [2021-03-31T08:07:22.366Z] Removing intermediate container 4fae83852d16 [2021-03-31T08:07:22.366Z] ---> 85eee9c53d9a [2021-03-31T08:07:22.366Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T08:07:23.371Z] ---> 30fe6eb9f8a0 [2021-03-31T08:07:23.371Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T08:07:23.986Z] ---> Running in 0335e2ca4537 [2021-03-31T08:07:27.389Z] Removing intermediate container 0335e2ca4537 [2021-03-31T08:07:27.389Z] ---> c14e7af6998a [2021-03-31T08:07:27.389Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T08:07:27.994Z] ---> Running in 6d0568e64bad [2021-03-31T08:07:28.999Z] Removing intermediate container 6d0568e64bad [2021-03-31T08:07:28.999Z] ---> bf827fe8a4ed [2021-03-31T08:07:28.999Z] Step 28/31 : CMD ["gate"] [2021-03-31T08:07:29.272Z] ---> Running in a1d28925be54 [2021-03-31T08:07:29.874Z] Removing intermediate container a1d28925be54 [2021-03-31T08:07:29.874Z] ---> 773db70e2771 [2021-03-31T08:07:29.874Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T08:07:30.476Z] ---> Running in d09a2c1ec4d3 [2021-03-31T08:07:31.081Z] Removing intermediate container d09a2c1ec4d3 [2021-03-31T08:07:31.081Z] ---> af14b5c6e183 [2021-03-31T08:07:31.081Z] Step 30/31 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T08:07:31.356Z] ---> Running in 4b91b91c7501 [2021-03-31T08:07:32.358Z] Removing intermediate container 4b91b91c7501 [2021-03-31T08:07:32.358Z] ---> c43b7610eb98 [2021-03-31T08:07:32.358Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T08:07:33.939Z] ---> Running in ceb39c07d830 [2021-03-31T08:07:33.939Z] Removing intermediate container ceb39c07d830 [2021-03-31T08:07:33.939Z] ---> 0371e4ca726b [2021-03-31T08:07:33.939Z] [2021-03-31T08:07:33.939Z] Successfully built 0371e4ca726b [2021-03-31T08:07:33.939Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T08:07:39.355Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a0e5bd32da9a [2021-03-31T08:07:39.355Z] ---> 93632442f27e [2021-03-31T08:07:39.355Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T08:07:39.355Z] ---> Running in eb7258667610 [2021-03-31T08:07:40.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T08:07:44.225Z] Removing intermediate container eb7258667610 [2021-03-31T08:07:44.225Z] ---> 1f4c9742a9e0 [2021-03-31T08:07:44.225Z] [2021-03-31T08:07:44.225Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T08:07:44.225Z] 20.10.0: Pulling from library/docker [2021-03-31T08:07:52.504Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T08:07:52.504Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T08:07:52.504Z] ---> eeaf43b92773 [2021-03-31T08:07:52.504Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T08:07:53.483Z] ---> Running in 2d8b70dbdb6d [2021-03-31T08:07:53.483Z] Removing intermediate container 8117c1c48ad0 [2021-03-31T08:07:53.483Z] ---> 68cec21c10e3 [2021-03-31T08:07:53.483Z] [2021-03-31T08:07:53.483Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T08:07:53.483Z] ---> e47305ac9786 [2021-03-31T08:07:53.483Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T08:07:53.756Z] ---> Running in cae6a43f1908 [2021-03-31T08:07:54.356Z] Removing intermediate container cae6a43f1908 [2021-03-31T08:07:54.356Z] ---> 0a863883f17a [2021-03-31T08:07:54.356Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T08:07:54.356Z] ---> Running in fe4fe404bdee [2021-03-31T08:07:54.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:07:54.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:07:54.909Z] Removing intermediate container fe4fe404bdee [2021-03-31T08:07:54.909Z] ---> 650d73caacce [2021-03-31T08:07:54.909Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T08:07:54.909Z] ---> Running in 59c5e456f213 [2021-03-31T08:07:55.182Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T08:07:55.182Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T08:07:55.182Z] Executing bash-5.0.17-r0.post-install [2021-03-31T08:07:55.182Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:07:55.182Z] OK: 12 MiB in 22 packages [2021-03-31T08:07:55.457Z] Removing intermediate container 59c5e456f213 [2021-03-31T08:07:55.457Z] ---> bcd241c3de2d [2021-03-31T08:07:55.457Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T08:07:55.732Z] ---> Running in 5e4d55635bf1 [2021-03-31T08:07:56.722Z] Removing intermediate container 2d8b70dbdb6d [2021-03-31T08:07:56.722Z] ---> 5b3afe291f3a [2021-03-31T08:07:56.722Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T08:07:56.722Z] ---> Running in 0382b0eae18b [2021-03-31T08:07:57.319Z] Removing intermediate container 0382b0eae18b [2021-03-31T08:07:57.319Z] ---> 7e6f3112cabe [2021-03-31T08:07:57.319Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T08:07:57.319Z] ---> Running in eca72ecdaa1c [2021-03-31T08:07:57.911Z] Removing intermediate container eca72ecdaa1c [2021-03-31T08:07:57.911Z] ---> 50ded0fb7bee [2021-03-31T08:07:57.911Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T08:07:58.185Z] ---> Running in e576e697230e [2021-03-31T08:07:58.185Z] Removing intermediate container 5e4d55635bf1 [2021-03-31T08:07:58.185Z] ---> ec828bc3628d [2021-03-31T08:07:58.185Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T08:07:58.460Z] ---> Running in 2402d74e6a26 [2021-03-31T08:07:58.733Z] Removing intermediate container e576e697230e [2021-03-31T08:07:58.733Z] ---> c86ea2072d7c [2021-03-31T08:07:58.733Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T08:07:59.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:07:59.979Z] ---> 73f596bd4a21 [2021-03-31T08:07:59.979Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T08:08:00.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:08:00.843Z] ---> bd2b2db2be95 [2021-03-31T08:08:00.843Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T08:08:01.117Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T08:08:01.117Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T08:08:01.117Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T08:08:01.410Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T08:08:01.410Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T08:08:01.682Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T08:08:01.682Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:08:01.682Z] ---> 443c5b96c162 [2021-03-31T08:08:01.682Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T08:08:01.682Z] OK: 8 MiB in 20 packages [2021-03-31T08:08:01.954Z] ---> Running in e22a60e7c59e [2021-03-31T08:08:03.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:08:03.388Z] Removing intermediate container 2402d74e6a26 [2021-03-31T08:08:03.388Z] ---> 4ce1eba69cfb [2021-03-31T08:08:03.388Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T08:08:03.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:08:03.983Z] ---> 6c98d5a308dc [2021-03-31T08:08:03.983Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T08:08:03.983Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T08:08:03.983Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T08:08:03.983Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T08:08:03.983Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T08:08:03.983Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T08:08:03.983Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T08:08:03.983Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T08:08:05.952Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T08:08:05.952Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T08:08:05.952Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T08:08:05.952Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T08:08:05.952Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T08:08:05.952Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T08:08:05.952Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T08:08:05.952Z] ---> ca2338aba67f [2021-03-31T08:08:05.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T08:08:05.952Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T08:08:05.952Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T08:08:05.952Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T08:08:06.224Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T08:08:06.224Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T08:08:06.224Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T08:08:06.224Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T08:08:06.224Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T08:08:06.224Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T08:08:06.224Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T08:08:06.224Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T08:08:06.224Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T08:08:06.224Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T08:08:06.224Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T08:08:06.224Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T08:08:06.224Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T08:08:06.224Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T08:08:06.224Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T08:08:06.499Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T08:08:06.499Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:08:06.499Z] OK: 71 MiB in 55 packages [2021-03-31T08:08:07.094Z] ---> b810035cf2da [2021-03-31T08:08:07.094Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T08:08:07.094Z] ---> Running in 3c45a1f96b65 [2021-03-31T08:08:07.697Z] Removing intermediate container 3c45a1f96b65 [2021-03-31T08:08:07.697Z] ---> 5ecf04ee8dc5 [2021-03-31T08:08:07.697Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:08:07.697Z] ---> Running in 0e046acc0cc8 [2021-03-31T08:08:08.305Z] Removing intermediate container 0e046acc0cc8 [2021-03-31T08:08:08.305Z] ---> 1ccf9f9fda0d [2021-03-31T08:08:08.305Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T08:08:08.578Z] ---> Running in 3d36e127887e [2021-03-31T08:08:09.174Z] Removing intermediate container 3d36e127887e [2021-03-31T08:08:09.174Z] ---> 50e91090ee26 [2021-03-31T08:08:09.174Z] Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T08:08:09.780Z] ---> Running in c08ac866f18c [2021-03-31T08:08:10.056Z] Removing intermediate container c08ac866f18c [2021-03-31T08:08:10.056Z] ---> 795e7f16e9d5 [2021-03-31T08:08:10.056Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T08:08:10.355Z] ---> Running in 6179d5d0ef2d [2021-03-31T08:08:11.013Z] Removing intermediate container 6179d5d0ef2d [2021-03-31T08:08:11.013Z] ---> 03c627bea310 [2021-03-31T08:08:11.013Z] [2021-03-31T08:08:11.722Z] Successfully built 03c627bea310 [2021-03-31T08:08:11.722Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T08:08:12.711Z]  Building docker-core-data-go ... done Removing intermediate container e22a60e7c59e [2021-03-31T08:08:12.711Z] ---> c4a61b0e6e4a [2021-03-31T08:08:12.711Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T08:08:12.993Z] ---> Running in 8ea6d57b0c5c [2021-03-31T08:08:18.407Z] Collecting docker-compose==1.23.2 [2021-03-31T08:08:18.407Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T08:08:18.407Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T08:08:18.407Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T08:08:19.001Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T08:08:19.001Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T08:08:19.621Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T08:08:19.621Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T08:08:22.235Z] Collecting PyYAML<4,>=3.10 [2021-03-31T08:08:22.235Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T08:08:24.849Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T08:08:24.849Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T08:08:26.824Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T08:08:26.824Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T08:08:26.824Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T08:08:26.824Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T08:08:28.796Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T08:08:29.389Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T08:08:29.389Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T08:08:29.983Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T08:08:29.983Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T08:08:30.576Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T08:08:30.576Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T08:08:30.849Z] Collecting idna<2.8,>=2.5 [2021-03-31T08:08:30.849Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T08:08:30.849Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T08:08:30.849Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T08:08:31.442Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T08:08:31.442Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T08:08:31.442Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T08:08:31.442Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T08:08:31.442Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T08:08:31.442Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T08:08:32.422Z] Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, PyYAML, dockerpty, jsonschema, docopt, docker-compose [2021-03-31T08:08:32.695Z] Attempting uninstall: idna [2021-03-31T08:08:32.695Z] Found existing installation: idna 2.9 [2021-03-31T08:08:32.695Z] Uninstalling idna-2.9: [2021-03-31T08:08:32.695Z] Successfully uninstalled idna-2.9 [2021-03-31T08:08:33.674Z] Attempting uninstall: urllib3 [2021-03-31T08:08:33.674Z] Found existing installation: urllib3 1.25.9 [2021-03-31T08:08:33.674Z] Uninstalling urllib3-1.25.9: [2021-03-31T08:08:33.674Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T08:08:34.267Z] Attempting uninstall: requests [2021-03-31T08:08:34.267Z] Found existing installation: requests 2.23.0 [2021-03-31T08:08:34.267Z] Uninstalling requests-2.23.0: [2021-03-31T08:08:34.267Z] Successfully uninstalled requests-2.23.0 [2021-03-31T08:08:35.247Z] Running setup.py install for texttable: started [2021-03-31T08:08:37.218Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T08:08:37.218Z] Running setup.py install for PyYAML: started [2021-03-31T08:08:39.191Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T08:08:39.191Z] Running setup.py install for dockerpty: started [2021-03-31T08:08:41.178Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T08:08:41.178Z] Running setup.py install for docopt: started [2021-03-31T08:08:43.160Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T08:08:43.762Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T08:08:47.159Z] Removing intermediate container 8ea6d57b0c5c [2021-03-31T08:08:47.159Z] ---> e60513ce5c9d [2021-03-31T08:08:47.159Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T08:08:47.159Z] ---> Running in 49b9f28cade0 [2021-03-31T08:08:48.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T08:08:48.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T08:08:49.204Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T08:08:49.205Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T08:08:49.205Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T08:08:49.205Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T08:08:49.205Z] OK: 72 MiB in 58 packages [2021-03-31T08:08:50.645Z] Removing intermediate container 49b9f28cade0 [2021-03-31T08:08:50.645Z] ---> 20c7dc448766 [2021-03-31T08:08:50.645Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T08:08:50.645Z] ---> Running in cff9e1aeb47f [2021-03-31T08:08:50.920Z] Removing intermediate container cff9e1aeb47f [2021-03-31T08:08:50.920Z] ---> c4f14997d7ff [2021-03-31T08:08:50.920Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T08:08:51.197Z] ---> Running in 259d41598eb9 [2021-03-31T08:08:51.793Z] Removing intermediate container 259d41598eb9 [2021-03-31T08:08:51.793Z] ---> f62b015423fc [2021-03-31T08:08:51.793Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T08:08:51.793Z] ---> Running in 4d477f5ae270 [2021-03-31T08:08:52.392Z] Removing intermediate container 4d477f5ae270 [2021-03-31T08:08:52.392Z] ---> e6a6074b2b39 [2021-03-31T08:08:52.392Z] Step 25/26 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [2021-03-31T08:08:52.392Z] ---> Running in d47c70ab0901 [2021-03-31T08:08:52.670Z] Removing intermediate container d47c70ab0901 [2021-03-31T08:08:52.671Z] ---> 047002660362 [2021-03-31T08:08:52.671Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T08:08:52.944Z] ---> Running in 822c3d7e86c8 [2021-03-31T08:08:53.542Z] Removing intermediate container 822c3d7e86c8 [2021-03-31T08:08:53.542Z] ---> 2cfd698d881d [2021-03-31T08:08:53.542Z] [2021-03-31T08:08:53.816Z] Successfully built 2cfd698d881d [2021-03-31T08:08:53.816Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T08:08:54.106Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T08:08:54.101Z] $ docker stop --time=1 ece07ae60405c979439a6f4d742321b385b5b0077094d4c821659332325852da [2021-03-31T08:08:55.975Z] $ docker rm -f ece07ae60405c979439a6f4d742321b385b5b0077094d4c821659332325852da [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T08:08:56.683Z] + + dockergrep docker [2021-03-31T08:08:56.683Z] images [2021-03-31T08:08:56.952Z] docker-sys-mgmt-agent-go-arm64 latest 2cfd698d881d 3 seconds ago 301MB [2021-03-31T08:08:56.952Z] docker-core-data-go-arm64 latest 03c627bea310 46 seconds ago 21.4MB [2021-03-31T08:08:56.952Z] docker-security-bootstrapper-go-arm64 latest 0371e4ca726b About a minute ago 17.9MB [2021-03-31T08:08:56.952Z] docker-security-proxy-setup-go-arm64 latest e7a503e38a4c About a minute ago 24.1MB [2021-03-31T08:08:56.952Z] docker-core-metadata-go-arm64 latest 2e08156986dc 4 minutes ago 17.9MB [2021-03-31T08:08:56.952Z] docker-support-notifications-go-arm64 latest b4f3a3cdd634 4 minutes ago 16.9MB [2021-03-31T08:08:56.952Z] docker-core-command-go-arm64 latest 5546f4ecfb17 4 minutes ago 16.3MB [2021-03-31T08:08:56.952Z] docker-support-scheduler-go-arm64 latest fc905dfe8476 4 minutes ago 16.4MB [2021-03-31T08:08:56.952Z] docker-security-secretstore-setup-go-arm64 latest ca688005d54a 4 minutes ago 24.4MB [2021-03-31T08:08:56.952Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:08:58.127Z] ---> job-cost.sh [2021-03-31T08:08:58.127Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MCY0 [2021-03-31T08:09:37.067Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T08:11:13.841Z] lf-activate-venv(): INFO: Adding /tmp/venv-MCY0/bin to PATH [2021-03-31T08:11:13.841Z] INFO: No Stack... [2021-03-31T08:11:13.841Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T08:11:13.841Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T08:11:14.183Z] + cat+ /w/workspace/edgex-go/3/archives/cost.csv [2021-03-31T08:11:14.183Z] cut -d, -f6 [Pipeline] lock [2021-03-31T08:11:14.309Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3327-3-stack-cost] [2021-03-31T08:11:14.326Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3327-3-stack-cost] did not exist. Created. [2021-03-31T08:11:14.327Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3327-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T08:11:14.798Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T08:11:15.132Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T08:11:15.146Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3327-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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-31T08:11:18.027Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:11:18.904Z] ---> package-listing.sh [2021-03-31T08:11:18.905Z] ++ facter osfamily [2021-03-31T08:11:18.905Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T08:11:18.905Z] + OS_FAMILY=redhat [2021-03-31T08:11:18.905Z] + workspace=/w/workspace/edgex-go/3 [2021-03-31T08:11:18.905Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T08:11:18.905Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T08:11:18.905Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T08:11:18.905Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T08:11:18.905Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-31T08:11:18.905Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T08:11:18.905Z] + case "${OS_FAMILY}" in [2021-03-31T08:11:18.905Z] + rpm -qa [2021-03-31T08:11:18.905Z] + sort [2021-03-31T08:11:24.195Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T08:11:24.195Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T08:11:24.195Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T08:11:24.195Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-31T08:11:24.195Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-31T08:11:24.195Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-31T08:11:24.209Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T08:11:24.493Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:11:24.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T08:11:24.793Z] [2021-03-31T08:11:24.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T08:11:25.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T08:11:25.141Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T08:11:25.141Z] df20fa9351a1: Pulling fs layer [2021-03-31T08:11:25.141Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T08:11:25.141Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T08:11:25.141Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T08:11:25.141Z] 93b61091891f: Pulling fs layer [2021-03-31T08:11:25.141Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T08:11:25.141Z] 5e14af77c1be: Pulling fs layer [2021-03-31T08:11:25.141Z] 01666e4c0597: Pulling fs layer [2021-03-31T08:11:25.141Z] aa168da1d23b: Pulling fs layer [2021-03-31T08:11:25.141Z] 46f8f816bc3b: Waiting [2021-03-31T08:11:25.141Z] 5e14af77c1be: Waiting [2021-03-31T08:11:25.141Z] 93b61091891f: Waiting [2021-03-31T08:11:25.141Z] 93b9cdb0e59b: Waiting [2021-03-31T08:11:25.141Z] 01666e4c0597: Waiting [2021-03-31T08:11:25.141Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T08:11:25.141Z] 36b3adc4ff6f: Download complete [2021-03-31T08:11:25.141Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T08:11:25.141Z] 46f8f816bc3b: Download complete [2021-03-31T08:11:25.401Z] df20fa9351a1: Verifying Checksum [2021-03-31T08:11:25.401Z] 93b61091891f: Verifying Checksum [2021-03-31T08:11:25.401Z] 93b61091891f: Download complete [2021-03-31T08:11:25.401Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T08:11:25.401Z] 93b9cdb0e59b: Download complete [2021-03-31T08:11:25.401Z] 5e14af77c1be: Verifying Checksum [2021-03-31T08:11:25.401Z] 5e14af77c1be: Download complete [2021-03-31T08:11:25.401Z] 01666e4c0597: Verifying Checksum [2021-03-31T08:11:25.401Z] 01666e4c0597: Download complete [2021-03-31T08:11:25.401Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T08:11:25.401Z] 8ad3a11d3b57: Download complete [2021-03-31T08:11:25.668Z] df20fa9351a1: Pull complete [2021-03-31T08:11:25.940Z] 36b3adc4ff6f: Pull complete [2021-03-31T08:11:26.519Z] 8ad3a11d3b57: Pull complete [2021-03-31T08:11:26.788Z] 46f8f816bc3b: Pull complete [2021-03-31T08:11:27.752Z] aa168da1d23b: Verifying Checksum [2021-03-31T08:11:27.752Z] aa168da1d23b: Download complete [2021-03-31T08:11:28.692Z] 93b61091891f: Pull complete [2021-03-31T08:11:28.692Z] 93b9cdb0e59b: Pull complete [2021-03-31T08:11:28.692Z] 5e14af77c1be: Pull complete [2021-03-31T08:11:28.953Z] 01666e4c0597: Pull complete [2021-03-31T08:11:37.106Z] aa168da1d23b: Pull complete [2021-03-31T08:11:37.106Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T08:11:37.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T08:11:37.106Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T08:11:37.247Z] prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container [2021-03-31T08:11:37.287Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T08:11:44.168Z] $ docker top abe6e9b813139c3eb974eb03180f40afb9278eb37b6b9935dac442c0873368ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T08:11:44.824Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T08:11:45.118Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T08:11:45.413Z] + ls /var/log/sa-host [2021-03-31T08:11:45.414Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T08:11:45.414Z] file_magic: OK [2021-03-31T08:11:45.414Z] HZ: Using current value: 100 [2021-03-31T08:11:45.414Z] file_header: OK [2021-03-31T08:11:45.414Z] 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-31T08:11:45.414Z] Statistics: [2021-03-31T08:11:45.414Z] Hnuu...uuuununununu... [2021-03-31T08:11:45.414Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T08:11:45.414Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T08:11:45.414Z] file_magic: OK [2021-03-31T08:11:45.414Z] HZ: Using current value: 100 [2021-03-31T08:11:45.414Z] file_header: OK [2021-03-31T08:11:45.414Z] 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-31T08:11:45.414Z] Statistics: [2021-03-31T08:11:45.414Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T08:11:45.414Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T08:11:46.080Z] provisioning config files... [2021-03-31T08:11:46.096Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4117509710750090tmp [Pipeline] { [Pipeline] echo [2021-03-31T08:11:46.182Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:11:46.472Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T08:11:46.482Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T08:11:46.580Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:11:46.870Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T08:11:46.881Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:11:47.171Z] ---> sudo-logs.sh [2021-03-31T08:11:47.171Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T08:11:47.329Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:11:47.622Z] ---> job-cost.sh [2021-03-31T08:11:47.622Z] lf-activate-venv: SKIPPING [2021-03-31T08:11:47.622Z] DEBUG: total: 0.20999999344348907 [2021-03-31T08:11:47.622Z] INFO: Retrieving Stack Cost... [2021-03-31T08:11:48.565Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T08:11:49.136Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T08:11:49.149Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T08:11:49.438Z] ---> logs-deploy.sh [2021-03-31T08:11:49.438Z] lf-activate-venv: SKIPPING [2021-03-31T08:11:49.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3327/3 [2021-03-31T08:11:49.438Z] INFO: archiving workspace using pattern(s): [2021-03-31T08:11:50.823Z] Archives upload complete. [2021-03-31T08:11:50.823Z] INFO: archiving logs to Nexus [2021-03-31T08:11:51.767Z] ---> uname -a: [2021-03-31T08:11:51.767Z] Linux prd-centos7-docker-4c-2g-32221.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-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] ---> lscpu: [2021-03-31T08:11:51.767Z] Architecture: x86_64 [2021-03-31T08:11:51.767Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-31T08:11:51.767Z] Byte Order: Little Endian [2021-03-31T08:11:51.767Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-31T08:11:51.767Z] CPU(s): 4 [2021-03-31T08:11:51.767Z] On-line CPU(s) list: 0-3 [2021-03-31T08:11:51.767Z] Thread(s) per core: 1 [2021-03-31T08:11:51.767Z] Core(s) per socket: 1 [2021-03-31T08:11:51.767Z] Socket(s): 4 [2021-03-31T08:11:51.767Z] NUMA node(s): 1 [2021-03-31T08:11:51.767Z] Vendor ID: GenuineIntel [2021-03-31T08:11:51.767Z] CPU family: 6 [2021-03-31T08:11:51.767Z] Model: 44 [2021-03-31T08:11:51.767Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-31T08:11:51.767Z] Stepping: 1 [2021-03-31T08:11:51.767Z] CPU MHz: 2933.438 [2021-03-31T08:11:51.767Z] BogoMIPS: 5866.87 [2021-03-31T08:11:51.767Z] Virtualization: VT-x [2021-03-31T08:11:51.767Z] Hypervisor vendor: KVM [2021-03-31T08:11:51.767Z] Virtualization type: full [2021-03-31T08:11:51.767Z] L1d cache: 128 KiB [2021-03-31T08:11:51.767Z] L1i cache: 128 KiB [2021-03-31T08:11:51.767Z] L2 cache: 16 MiB [2021-03-31T08:11:51.767Z] L3 cache: 64 MiB [2021-03-31T08:11:51.767Z] NUMA node0 CPU(s): 0-3 [2021-03-31T08:11:51.767Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-31T08:11:51.767Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-31T08:11:51.767Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-31T08:11:51.767Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-31T08:11:51.767Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-31T08:11:51.767Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-31T08:11:51.767Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-31T08:11:51.767Z] Vulnerability Srbds: Not affected [2021-03-31T08:11:51.767Z] Vulnerability Tsx async abort: Not affected [2021-03-31T08:11:51.767Z] 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-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] ---> nproc: [2021-03-31T08:11:51.767Z] 4 [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] ---> df -h: [2021-03-31T08:11:51.767Z] Filesystem Size Used Available Use% Mounted on [2021-03-31T08:11:51.767Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-31T08:11:51.767Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-31T08:11:51.767Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-31T08:11:51.767Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3 [2021-03-31T08:11:51.767Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3@tmp [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] ---> free -m: [2021-03-31T08:11:51.767Z] total used free shared buff/cache available [2021-03-31T08:11:51.767Z] Mem: 1837 735 112 0 989 1019 [2021-03-31T08:11:51.767Z] Swap: 1023 48 975 [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] ---> ip addr: [2021-03-31T08:11:51.767Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-31T08:11:51.767Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-31T08:11:51.767Z] inet 127.0.0.1/8 scope host lo [2021-03-31T08:11:51.767Z] valid_lft forever preferred_lft forever [2021-03-31T08:11:51.767Z] inet6 ::1/128 scope host [2021-03-31T08:11:51.767Z] valid_lft forever preferred_lft forever [2021-03-31T08:11:51.767Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-31T08:11:51.767Z] link/ether fa:16:3e:b6:d5:19 brd ff:ff:ff:ff:ff:ff [2021-03-31T08:11:51.767Z] inet 10.30.122.54/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-31T08:11:51.767Z] valid_lft 84987sec preferred_lft 84987sec [2021-03-31T08:11:51.767Z] inet6 fe80::f816:3eff:feb6:d519/64 scope link [2021-03-31T08:11:51.767Z] valid_lft forever preferred_lft forever [2021-03-31T08:11:51.767Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-31T08:11:51.767Z] link/ether 02:42:36:47:62:e6 brd ff:ff:ff:ff:ff:ff [2021-03-31T08:11:51.767Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-31T08:11:51.767Z] valid_lft forever preferred_lft forever [2021-03-31T08:11:51.767Z] inet6 fe80::42:36ff:fe47:62e6/64 scope link [2021-03-31T08:11:51.767Z] valid_lft forever preferred_lft forever [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] ---> sar -b -r -n DEV: [2021-03-31T08:11:51.767Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] 07:48:07 LINUX RESTART (4 CPU) [2021-03-31T08:11:51.767Z] [2021-03-31T08:11:51.767Z] 07:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-31T08:11:51.767Z] 07:50:01 235.41 111.47 123.95 0.00 11026.39 46526.66 0.00 [2021-03-31T08:11:51.767Z] 07:51:02 280.13 104.14 175.99 0.00 4365.32 23733.93 0.00 [2021-03-31T08:11:51.767Z] 07:52:01 137.57 61.59 75.98 0.00 2194.96 8896.52 0.00 [2021-03-31T08:11:51.767Z] 07:53:02 173.19 47.22 125.98 0.00 7930.51 45592.79 0.00 [2021-03-31T08:11:51.767Z] 07:54:04 2499.32 2126.10 373.22 0.00 182003.23 228151.28 0.00 [2021-03-31T08:11:51.767Z] 07:55:01 1204.23 967.59 236.64 0.00 57700.63 76406.86 0.00 [2021-03-31T08:11:51.767Z] 07:56:01 1498.67 1136.59 362.08 0.00 111301.26 162330.07 0.00 [2021-03-31T08:11:51.767Z] 07:57:01 1029.40 722.68 306.72 0.00 43490.29 70716.76 0.00 [2021-03-31T08:11:51.767Z] 07:58:01 45.52 12.90 32.62 0.00 3155.64 1195.25 0.00 [2021-03-31T08:11:51.767Z] 07:59:01 2.22 0.55 1.67 0.00 29.45 31.53 0.00 [2021-03-31T08:11:51.767Z] 08:00:01 0.28 0.03 0.25 0.00 1.07 2.70 0.00 [2021-03-31T08:11:51.767Z] 08:01:01 0.30 0.05 0.25 0.00 1.07 2.98 0.00 [2021-03-31T08:11:51.767Z] 08:02:01 0.75 0.42 0.33 0.00 24.89 4.94 0.00 [2021-03-31T08:11:51.767Z] 08:03:01 0.28 0.00 0.28 0.00 0.00 2.61 0.00 [2021-03-31T08:11:51.767Z] 08:04:02 2.35 1.55 0.80 0.00 55.30 15.24 0.00 [2021-03-31T08:11:51.768Z] 08:05:01 0.29 0.00 0.29 0.00 0.00 3.61 0.00 [2021-03-31T08:11:51.768Z] 08:06:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-03-31T08:11:51.768Z] 08:07:01 0.18 0.02 0.17 0.00 0.27 1.38 0.00 [2021-03-31T08:11:51.768Z] 08:08:01 0.22 0.00 0.22 0.00 0.00 1.80 0.00 [2021-03-31T08:11:51.768Z] 08:09:01 0.27 0.00 0.27 0.00 0.00 2.28 0.00 [2021-03-31T08:11:51.768Z] 08:10:01 0.42 0.00 0.42 0.00 0.00 5.80 0.00 [2021-03-31T08:11:51.768Z] 08:11:01 0.20 0.02 0.18 0.00 0.53 1.52 0.00 [2021-03-31T08:11:51.768Z] Average: 323.88 241.09 82.79 0.00 19342.95 30335.66 0.00 [2021-03-31T08:11:51.768Z] [2021-03-31T08:11:51.768Z] 07:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-31T08:11:51.768Z] 07:50:01 108080 0 729924 38.79 2036 1041504 1457924 49.76 578276 949960 29516 [2021-03-31T08:11:51.768Z] 07:51:02 66892 0 965860 51.33 892 847900 1683020 57.44 744984 786268 14976 [2021-03-31T08:11:51.768Z] 07:52:01 217396 0 841160 44.71 616 822372 1800840 61.46 665396 703392 76908 [2021-03-31T08:11:51.768Z] 07:53:02 68508 0 733712 39.00 316 1079008 1260704 43.03 554320 984468 95308 [2021-03-31T08:11:51.768Z] 07:54:04 73068 0 862348 45.83 0 946128 2333784 79.65 765188 805632 87340 [2021-03-31T08:11:51.768Z] 07:55:01 311192 0 742960 39.49 0 827392 1557956 53.17 539924 774248 20580 [2021-03-31T08:11:51.768Z] 07:56:01 154672 0 786032 41.78 0 940840 2169900 74.06 612656 874820 57864 [2021-03-31T08:11:51.768Z] 07:57:01 158500 0 709072 37.69 0 1013972 1631840 55.69 580700 886900 36 [2021-03-31T08:11:51.768Z] 07:58:01 151696 0 649188 34.50 0 1080660 1202176 41.03 578708 901104 16 [2021-03-31T08:11:51.768Z] 07:59:01 149396 0 650636 34.58 0 1081512 1192936 40.71 584208 898616 8 [2021-03-31T08:11:51.768Z] 08:00:01 150340 0 649688 34.53 0 1081516 1182740 40.36 583620 898576 8 [2021-03-31T08:11:51.768Z] 08:01:01 149716 0 650300 34.56 0 1081528 1184968 40.44 584044 898588 8 [2021-03-31T08:11:51.768Z] 08:02:01 149220 0 650052 34.55 0 1082272 1183140 40.38 583668 899196 8 [2021-03-31T08:11:51.768Z] 08:03:01 149352 0 649916 34.54 0 1082276 1202500 41.04 583548 899196 8 [2021-03-31T08:11:51.768Z] 08:04:02 147496 0 650960 34.60 0 1083088 1183248 40.38 583820 899816 8 [2021-03-31T08:11:51.768Z] 08:05:01 147488 0 650948 34.60 0 1083108 1183296 40.38 584060 899824 8 [2021-03-31T08:11:51.768Z] 08:06:01 147944 0 650492 34.57 0 1083108 1182112 40.34 583616 899800 8 [2021-03-31T08:11:51.768Z] 08:07:01 147868 0 650568 34.58 0 1083108 1182112 40.34 583728 899800 8 [2021-03-31T08:11:51.768Z] 08:08:01 147844 0 650576 34.58 0 1083124 1182112 40.34 583752 899808 8 [2021-03-31T08:11:51.768Z] 08:09:01 147708 0 650708 34.58 0 1083128 1182244 40.35 583732 899808 8 [2021-03-31T08:11:51.768Z] 08:10:01 148024 0 650380 34.57 0 1083140 1182112 40.34 583760 899808 12 [2021-03-31T08:11:51.768Z] 08:11:01 147668 0 650748 34.59 0 1083128 1182112 40.34 583764 899808 8 [2021-03-31T08:11:51.768Z] Average: 147276 0 703465 37.39 175 1030628 1386535 47.32 600431 879974 17393 [2021-03-31T08:11:51.768Z] [2021-03-31T08:11:51.768Z] 07:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-31T08:11:51.768Z] 07:50:01 vethc874ad2 9.50 21.40 0.63 127.40 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:50:01 eth0 981.41 1149.06 5970.84 144.25 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:50:01 docker0 835.71 610.20 70.05 2802.02 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:51:02 eth0 202.01 152.65 733.67 23.97 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:51:02 vethbecac16 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:51:02 docker0 133.58 167.80 9.88 702.82 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:52:01 eth0 36.58 24.36 21.68 80.18 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:52:01 vethbecac16 1.98 1.98 0.16 0.16 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:52:01 docker0 1.98 1.98 0.13 0.16 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:53:02 vethf55f217 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:53:02 eth0 207.37 167.61 1665.43 27.50 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:54:04 vethf55f217 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:54:04 eth0 57.34 40.03 160.16 53.92 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:54:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:54:04 docker0 16.50 25.61 1.01 143.65 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:55:01 vethf55f217 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:55:01 eth0 12.26 8.22 54.67 3.56 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:56:01 vethf55f217 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:56:01 eth0 77.24 41.81 243.97 19.62 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:56:01 veth2a6785c 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:57:01 vethf55f217 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:57:01 eth0 237.83 177.19 1718.29 102.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:57:01 veth9da0eb9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:58:01 eth0 24.73 14.99 68.57 7.72 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:58:01 docker0 1046.39 909.82 84.63 4387.22 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:59:01 eth0 0.85 0.40 0.42 0.29 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:00:01 eth0 1.03 0.30 0.32 0.17 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:01:01 eth0 0.17 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:02:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:03:01 eth0 0.27 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:04:02 eth0 9.06 8.24 0.75 17.70 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:05:01 eth0 1.73 1.91 0.37 6.88 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:06:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:07:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:08:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:09:01 eth0 8.73 8.73 0.69 13.95 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:10:01 eth0 0.03 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:11:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] Average: eth0 84.92 82.00 486.58 22.87 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] Average: docker0 47.63 41.42 3.85 199.71 0.00 0.00 0.00 0.00 [2021-03-31T08:11:51.768Z] [2021-03-31T08:11:51.768Z] [2021-03-31T08:11:51.768Z] ---> sar -P ALL: [2021-03-31T08:11:51.768Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) [2021-03-31T08:11:51.768Z] [2021-03-31T08:11:51.768Z] 07:48:07 LINUX RESTART (4 CPU) [2021-03-31T08:11:51.768Z] [2021-03-31T08:11:51.768Z] 07:49:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T08:11:51.768Z] 07:50:01 all 16.11 0.00 7.00 1.75 0.07 75.08 [2021-03-31T08:11:51.768Z] 07:50:01 0 16.96 0.00 9.00 3.24 0.07 70.73 [2021-03-31T08:11:51.768Z] 07:50:01 1 15.61 0.00 6.06 1.31 0.05 76.96 [2021-03-31T08:11:51.768Z] 07:50:01 2 15.88 0.00 7.15 1.33 0.07 75.58 [2021-03-31T08:11:51.768Z] 07:50:01 3 15.97 0.00 5.80 1.12 0.09 77.02 [2021-03-31T08:11:51.768Z] 07:51:02 all 30.45 0.00 8.24 8.20 0.05 53.06 [2021-03-31T08:11:51.768Z] 07:51:02 0 31.19 0.00 8.86 6.60 0.05 53.31 [2021-03-31T08:11:51.768Z] 07:51:02 1 30.70 0.00 7.56 9.96 0.07 51.71 [2021-03-31T08:11:51.768Z] 07:51:02 2 29.86 0.00 8.80 7.89 0.03 53.41 [2021-03-31T08:11:51.768Z] 07:51:02 3 30.06 0.00 7.73 8.34 0.05 53.81 [2021-03-31T08:11:51.768Z] 07:52:01 all 53.21 0.00 11.49 2.50 0.07 32.74 [2021-03-31T08:11:51.768Z] 07:52:01 0 52.98 0.00 11.78 2.01 0.07 33.16 [2021-03-31T08:11:51.768Z] 07:52:01 1 52.98 0.00 11.16 1.17 0.03 34.66 [2021-03-31T08:11:51.768Z] 07:52:01 2 53.34 0.00 11.46 3.59 0.12 31.49 [2021-03-31T08:11:51.768Z] 07:52:01 3 53.54 0.00 11.56 3.21 0.05 31.63 [2021-03-31T08:11:51.768Z] 07:53:02 all 31.27 0.00 10.31 6.62 0.05 51.76 [2021-03-31T08:11:51.768Z] 07:53:02 0 30.88 0.00 10.57 7.09 0.05 51.41 [2021-03-31T08:11:51.768Z] 07:53:02 1 31.87 0.00 10.17 5.55 0.08 52.33 [2021-03-31T08:11:51.768Z] 07:53:02 2 31.71 0.00 10.27 6.60 0.02 51.40 [2021-03-31T08:11:51.768Z] 07:53:02 3 30.61 0.00 10.24 7.22 0.05 51.88 [2021-03-31T08:11:51.768Z] 07:54:04 all 20.08 0.00 21.04 29.07 0.10 29.71 [2021-03-31T08:11:51.768Z] 07:54:04 0 19.42 0.00 21.02 27.77 0.08 31.71 [2021-03-31T08:11:51.768Z] 07:54:04 1 19.69 0.00 21.64 29.72 0.08 28.86 [2021-03-31T08:11:51.768Z] 07:54:04 2 19.80 0.00 20.39 29.84 0.12 29.84 [2021-03-31T08:11:51.768Z] 07:54:04 3 21.43 0.00 21.10 28.96 0.10 28.40 [2021-03-31T08:11:51.768Z] 07:55:01 all 59.13 0.00 13.65 14.89 0.04 12.28 [2021-03-31T08:11:51.768Z] 07:55:01 0 58.04 0.00 13.71 16.43 0.04 11.78 [2021-03-31T08:11:51.768Z] 07:55:01 1 58.76 0.00 13.61 15.72 0.04 11.86 [2021-03-31T08:11:51.768Z] 07:55:01 2 59.34 0.00 13.84 13.59 0.05 13.18 [2021-03-31T08:11:51.769Z] 07:55:01 3 60.36 0.00 13.45 13.86 0.04 12.30 [2021-03-31T08:11:51.769Z] 07:56:01 all 30.31 0.00 18.44 23.92 0.06 27.28 [2021-03-31T08:11:51.769Z] 07:56:01 0 30.68 0.00 18.45 24.97 0.05 25.85 [2021-03-31T08:11:51.769Z] 07:56:01 1 29.67 0.00 18.40 26.95 0.07 24.91 [2021-03-31T08:11:51.769Z] 07:56:01 2 30.00 0.00 18.84 25.03 0.05 26.08 [2021-03-31T08:11:51.769Z] 07:56:01 3 30.88 0.00 18.06 18.71 0.07 32.29 [2021-03-31T08:11:51.769Z] 07:57:01 all 35.92 0.00 14.16 17.65 0.04 32.23 [2021-03-31T08:11:51.769Z] 07:57:01 0 36.83 0.00 14.64 21.00 0.05 27.48 [2021-03-31T08:11:51.769Z] 07:57:01 1 35.54 0.00 13.95 17.08 0.03 33.40 [2021-03-31T08:11:51.769Z] 07:57:01 2 35.64 0.00 14.42 16.54 0.03 33.37 [2021-03-31T08:11:51.769Z] 07:57:01 3 35.67 0.00 13.60 15.99 0.03 34.71 [2021-03-31T08:11:51.769Z] 07:58:01 all 3.53 0.00 1.29 1.07 0.01 94.10 [2021-03-31T08:11:51.769Z] 07:58:01 0 2.62 0.00 1.10 0.20 0.00 96.07 [2021-03-31T08:11:51.769Z] 07:58:01 1 6.17 0.00 1.42 0.84 0.00 91.57 [2021-03-31T08:11:51.769Z] 07:58:01 2 1.02 0.00 0.90 0.69 0.02 97.38 [2021-03-31T08:11:51.769Z] 07:58:01 3 4.30 0.00 1.74 2.56 0.02 91.38 [2021-03-31T08:11:51.769Z] 07:59:01 all 0.17 0.00 0.04 0.01 0.00 99.79 [2021-03-31T08:11:51.769Z] 07:59:01 0 0.57 0.00 0.05 0.00 0.00 99.38 [2021-03-31T08:11:51.769Z] 07:59:01 1 0.05 0.00 0.03 0.03 0.00 99.88 [2021-03-31T08:11:51.769Z] 07:59:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T08:11:51.769Z] 07:59:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:00:01 all 0.20 0.00 0.24 0.00 0.00 99.55 [2021-03-31T08:11:51.769Z] 08:00:01 0 0.57 0.00 0.17 0.00 0.00 99.27 [2021-03-31T08:11:51.769Z] 08:00:01 1 0.07 0.00 0.23 0.00 0.00 99.70 [2021-03-31T08:11:51.769Z] 08:00:01 2 0.10 0.00 0.38 0.00 0.02 99.50 [2021-03-31T08:11:51.769Z] 08:00:01 3 0.08 0.00 0.17 0.00 0.00 99.75 [2021-03-31T08:11:51.769Z] [2021-03-31T08:11:51.769Z] 08:00:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T08:11:51.769Z] 08:01:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-03-31T08:11:51.769Z] 08:01:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-31T08:11:51.769Z] 08:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:01:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2021-03-31T08:11:51.769Z] 08:02:01 all 0.16 0.00 0.06 0.02 0.00 99.76 [2021-03-31T08:11:51.769Z] 08:02:01 0 0.55 0.00 0.03 0.03 0.00 99.38 [2021-03-31T08:11:51.769Z] 08:02:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-03-31T08:11:51.769Z] 08:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:02:01 3 0.03 0.00 0.12 0.03 0.00 99.82 [2021-03-31T08:11:51.769Z] 08:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-31T08:11:51.769Z] 08:03:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-31T08:11:51.769Z] 08:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T08:11:51.769Z] 08:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:04:02 all 0.17 0.00 0.07 0.03 0.00 99.74 [2021-03-31T08:11:51.769Z] 08:04:02 0 0.42 0.00 0.05 0.00 0.00 99.53 [2021-03-31T08:11:51.769Z] 08:04:02 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-03-31T08:11:51.769Z] 08:04:02 2 0.10 0.00 0.12 0.10 0.00 99.68 [2021-03-31T08:11:51.769Z] 08:04:02 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-31T08:11:51.769Z] 08:05:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-03-31T08:11:51.769Z] 08:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T08:11:51.769Z] 08:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:05:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:06:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2021-03-31T08:11:51.769Z] 08:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:06:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:07:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2021-03-31T08:11:51.769Z] 08:07:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-31T08:11:51.769Z] 08:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-31T08:11:51.769Z] 08:07:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:08:01 all 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-31T08:11:51.769Z] 08:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:09:01 all 0.06 0.00 0.04 0.00 0.00 99.90 [2021-03-31T08:11:51.769Z] 08:09:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-31T08:11:51.769Z] 08:09:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-31T08:11:51.769Z] 08:09:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-31T08:11:51.769Z] 08:09:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:10:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2021-03-31T08:11:51.769Z] 08:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T08:11:51.769Z] 08:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] 08:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-31T08:11:51.769Z] 08:10:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2021-03-31T08:11:51.769Z] 08:11:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2021-03-31T08:11:51.769Z] 08:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T08:11:51.769Z] 08:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-31T08:11:51.769Z] 08:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T08:11:51.769Z] 08:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T08:11:51.769Z] [2021-03-31T08:11:51.769Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-31T08:11:51.769Z] Average: all 12.49 0.00 4.74 4.71 0.02 78.03 [2021-03-31T08:11:51.769Z] Average: 0 12.56 0.00 4.90 4.88 0.02 77.64 [2021-03-31T08:11:51.769Z] Average: 1 12.51 0.00 4.66 4.83 0.02 77.98 [2021-03-31T08:11:51.769Z] Average: 2 12.33 0.00 4.78 4.70 0.02 78.17 [2021-03-31T08:11:51.769Z] Average: 3 12.57 0.00 4.62 4.45 0.02 78.34 [2021-03-31T08:11:51.769Z] [2021-03-31T08:11:51.769Z] [2021-03-31T08:11:51.769Z]