Pull request #3241 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 4883de4e12c0f41f4c63387f79e841415c388155+5dc7e5651dca608dfecf419d4d65481f56e38b66 (df7c0b435bc9fddb89846bfe7c032c05069f59ea) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31247 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 4883de4e12c0f41f4c63387f79e841415c388155 Merge succeeded, producing 4883de4e12c0f41f4c63387f79e841415c388155 Checking out Revision 4883de4e12c0f41f4c63387f79e841415c388155 (PR-3241) > git config core.sparsecheckout # timeout=10 > git checkout -f 4883de4e12c0f41f4c63387f79e841415c388155 # 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 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4883de4e12c0f41f4c63387f79e841415c388155 # timeout=10 Commit message: "fix(snap): secure kong admin ports" First time build. Skipping changelog. > git rev-list --no-walk db632eb565189343b9e553b7e778c2c099fc399e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-24T20:03:14.649Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-24T20:03:14.974Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-24T20:03:15.114Z] ========================================================= [2021-03-24T20:03:15.114Z] EdgeX Global Pipelines Version Info [2021-03-24T20:03:15.114Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:03:16.605Z] ------------------- [2021-03-24T20:03:16.605Z] stable info: [2021-03-24T20:03:16.605Z] ------------------- [2021-03-24T20:03:16.605Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-24T20:03:16.605Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T20:03:16.605Z] Message: update stable to v1.0.186 [2021-03-24T20:03:17.556Z] ------------------- [2021-03-24T20:03:17.556Z] experimental info: [2021-03-24T20:03:17.556Z] ------------------- [2021-03-24T20:03:17.556Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-24T20:03:17.556Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-24T20:03:17.556Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-24T20:03:17.829Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-24T20:03:17.920Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-24T20:03:18.011Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-24T20:03:18.105Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-24T20:03:18.194Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-24T20:03:18.316Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-24T20:03:18.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-24T20:03:18.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-24T20:03:18.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-24T20:03:18.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-24T20:03:18.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-24T20:03:18.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-24T20:03:19.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-24T20:03:19.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-24T20:03:19.357Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T20:03:19.455Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T20:03:19.545Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-24T20:03:19.655Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-24T20:03:19.743Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-24T20:03:19.840Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-24T20:03:19.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-24T20:03:20.028Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-24T20:03:20.121Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo [2021-03-24T20:03:20.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo [2021-03-24T20:03:20.328Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo [2021-03-24T20:03:20.424Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4883de4e12c0f41f4c63387f79e841415c388155 [Pipeline] echo [2021-03-24T20:03:20.543Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4883de4 [Pipeline] echo [2021-03-24T20:03:20.630Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T20:03:20.862Z] provisioning config files... [2021-03-24T20:03:20.898Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config648045566786032862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:03:21.269Z] ---> docker-login.sh [2021-03-24T20:03:21.270Z] nexus3.edgexfoundry.org:10001 [2021-03-24T20:03:21.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:03:21.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:03:21.799Z] Configure a credential helper to remove this warning. See [2021-03-24T20:03:21.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:03:21.799Z] [2021-03-24T20:03:21.799Z] Login Succeeded [2021-03-24T20:03:21.799Z] nexus3.edgexfoundry.org:10002 [2021-03-24T20:03:21.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:03:22.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:03:22.063Z] Configure a credential helper to remove this warning. See [2021-03-24T20:03:22.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:03:22.063Z] [2021-03-24T20:03:22.063Z] Login Succeeded [2021-03-24T20:03:22.063Z] nexus3.edgexfoundry.org:10003 [2021-03-24T20:03:22.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:03:22.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:03:22.327Z] Configure a credential helper to remove this warning. See [2021-03-24T20:03:22.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:03:22.327Z] [2021-03-24T20:03:22.327Z] Login Succeeded [2021-03-24T20:03:22.327Z] nexus3.edgexfoundry.org:10004 [2021-03-24T20:03:22.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:03:22.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:03:22.327Z] Configure a credential helper to remove this warning. See [2021-03-24T20:03:22.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:03:22.327Z] [2021-03-24T20:03:22.327Z] Login Succeeded [2021-03-24T20:03:22.327Z] docker.io [2021-03-24T20:03:22.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:03:22.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:03:22.856Z] Configure a credential helper to remove this warning. See [2021-03-24T20:03:22.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:03:22.856Z] [2021-03-24T20:03:22.856Z] Login Succeeded [2021-03-24T20:03:22.856Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T20:03:22.868Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T20:03:23.363Z] ++ 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-24T20:03:23.363Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:03:23.363Z] ++ dirname cmd/core-command/Dockerfile [2021-03-24T20:03:23.363Z] ++ cut -d/ -f2 [2021-03-24T20:03:23.363Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-24T20:03:23.363Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:03:23.363Z] ++ dirname cmd/core-data/Dockerfile [2021-03-24T20:03:23.363Z] ++ cut -d/ -f2 [2021-03-24T20:03:23.363Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-24T20:03:23.363Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:03:23.363Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-24T20:03:23.363Z] ++ cut -d/ -f2 [2021-03-24T20:03:23.363Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-24T20:03:23.363Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:03:23.363Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-24T20:03:23.363Z] ++ cut -d/ -f2 [2021-03-24T20:03:23.363Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-24T20:03:23.363Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:03:23.363Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-24T20:03:23.363Z] ++ cut -d/ -f2 [2021-03-24T20:03:23.363Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-24T20:03:23.363Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:03:23.363Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-24T20:03:23.363Z] ++ cut -d/ -f2 [2021-03-24T20:03:23.363Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-24T20:03:23.363Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:03:23.363Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-24T20:03:23.363Z] ++ cut -d/ -f2 [2021-03-24T20:03:23.363Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-24T20:03:23.363Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:03:23.363Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-24T20:03:23.363Z] ++ cut -d/ -f2 [2021-03-24T20:03:23.363Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-24T20:03:23.363Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:03:23.363Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-24T20:03:23.363Z] ++ cut -d/ -f2 [2021-03-24T20:03:23.363Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-24T20:03:23.458Z] 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-24T20:03:25.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T20:03:25.139Z] [2021-03-24T20:03:25.139Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:03:25.488Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T20:03:25.488Z] latest: Pulling from edgex-devops/git-semver [2021-03-24T20:03:25.488Z] 31603596830f: Pulling fs layer [2021-03-24T20:03:25.488Z] 2a8b12db71e7: Pulling fs layer [2021-03-24T20:03:25.488Z] 6ca5941a6612: Pulling fs layer [2021-03-24T20:03:25.488Z] ecc8261a40a4: Pulling fs layer [2021-03-24T20:03:25.488Z] ecc8261a40a4: Waiting [2021-03-24T20:03:25.488Z] 2a8b12db71e7: Verifying Checksum [2021-03-24T20:03:25.488Z] 2a8b12db71e7: Download complete [2021-03-24T20:03:25.750Z] 31603596830f: Verifying Checksum [2021-03-24T20:03:25.750Z] 31603596830f: Download complete [2021-03-24T20:03:25.750Z] 6ca5941a6612: Verifying Checksum [2021-03-24T20:03:25.750Z] 6ca5941a6612: Download complete [2021-03-24T20:03:25.750Z] ecc8261a40a4: Verifying Checksum [2021-03-24T20:03:25.750Z] ecc8261a40a4: Download complete [2021-03-24T20:03:26.013Z] 31603596830f: Pull complete [2021-03-24T20:03:26.282Z] 2a8b12db71e7: Pull complete [2021-03-24T20:03:26.859Z] 6ca5941a6612: Pull complete [2021-03-24T20:03:27.120Z] ecc8261a40a4: Pull complete [2021-03-24T20:03:27.385Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-24T20:03:27.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T20:03:27.385Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-24T20:03:27.494Z] prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container [2021-03-24T20:03:27.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-24T20:03:30.160Z] $ docker top 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-24T20:03:30.470Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T20:03:30.471Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T20:03:30.712Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T20:03:30.719Z] $ docker exec 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 ssh-agent [2021-03-24T20:03:30.897Z] SSH_AUTH_SOCK=/tmp/ssh-EZWczG4nn5gO/agent.11 [2021-03-24T20:03:30.897Z] SSH_AGENT_PID=16 [2021-03-24T20:03:30.909Z] Running ssh-add (command line suppressed) [2021-03-24T20:03:31.042Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_7709379036052740842.key (/w/workspace/edgex-go/12@tmp/private_key_7709379036052740842.key) [2021-03-24T20:03:31.090Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T20:03:31.428Z] + git tag --points-at HEAD [Pipeline] } [2021-03-24T20:03:31.456Z] $ docker exec --env ******** --env ******** 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 ssh-agent -k [2021-03-24T20:03:31.573Z] unset SSH_AUTH_SOCK; [2021-03-24T20:03:31.573Z] unset SSH_AGENT_PID; [2021-03-24T20:03:31.573Z] echo Agent pid 16 killed; [2021-03-24T20:03:31.615Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-24T20:03:31.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T20:03:31.786Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T20:03:31.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T20:03:31.972Z] $ docker exec 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 ssh-agent [2021-03-24T20:03:32.186Z] SSH_AUTH_SOCK=/tmp/ssh-naWdm5YWBMbU/agent.44 [2021-03-24T20:03:32.186Z] SSH_AGENT_PID=50 [2021-03-24T20:03:32.194Z] Running ssh-add (command line suppressed) [2021-03-24T20:03:32.318Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_3385954612029325892.key (/w/workspace/edgex-go/12@tmp/private_key_3385954612029325892.key) [2021-03-24T20:03:32.366Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T20:03:32.704Z] + git semver init [2021-03-24T20:03:32.704Z] # -> Open(): unable to determine branch for HEAD [2021-03-24T20:03:32.704Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-03-24T20:03:32.704Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-03-24T20:03:32.704Z] # $SEMVER_REMOTE_NAME = origin [2021-03-24T20:03:32.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-24T20:03:32.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-24T20:03:32.704Z] # $SEMVER_BRANCH = PR-3241 [2021-03-24T20:03:32.704Z] # $SEMVER_TEMP = /tmp/semver-790107290 [2021-03-24T20:03:32.704Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-24T20:03:50.888Z] # '/tmp/semver-790107290' -> '/w/workspace/edgex-go/12/.semver' [2021-03-24T20:03:50.888Z] # -> Force: false [2021-03-24T20:03:51.470Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-03-24T20:03:51.490Z] $ docker exec --env ******** --env ******** 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 ssh-agent -k [2021-03-24T20:03:51.831Z] unset SSH_AUTH_SOCK; [2021-03-24T20:03:51.832Z] unset SSH_AGENT_PID; [2021-03-24T20:03:51.832Z] echo Agent pid 50 killed; [2021-03-24T20:03:51.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T20:03:52.466Z] + git semver [Pipeline] } [2021-03-24T20:03:52.490Z] $ docker stop --time=1 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 [2021-03-24T20:03:54.101Z] $ docker rm -f 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T20:03:54.637Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-24T20:03:55.196Z] Stashed 1 file(s) [Pipeline] echo [2021-03-24T20:03:55.199Z] [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-24T20:03:56.153Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-24T20:03:56.480Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T20:03:56.790Z] + true [2021-03-24T20:03:56.790Z] + sudo service docker restart [2021-03-24T20:03:56.790Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-24T20:03:57.386Z] ========================================================= [2021-03-24T20:03:57.386Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-24T20:03:57.386Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:03:57.738Z] + 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-24T20:04:01.979Z] Sending build context to Docker daemon 328.8MB [2021-03-24T20:04:01.979Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T20:04:01.979Z] Step 2/6 : FROM ${BASE} [2021-03-24T20:04:01.979Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-24T20:04:01.979Z] 188c0c94c7c5: Pulling fs layer [2021-03-24T20:04:01.979Z] 0ef7d3d256c8: Pulling fs layer [2021-03-24T20:04:01.979Z] de9db76c5a1d: Pulling fs layer [2021-03-24T20:04:01.979Z] bca2f99d35d6: Pulling fs layer [2021-03-24T20:04:01.979Z] 93359f2a8cfa: Pulling fs layer [2021-03-24T20:04:01.979Z] 7c6f9722023f: Pulling fs layer [2021-03-24T20:04:01.979Z] a35cf1a2eb13: Pulling fs layer [2021-03-24T20:04:01.979Z] bca2f99d35d6: Waiting [2021-03-24T20:04:01.979Z] 93359f2a8cfa: Waiting [2021-03-24T20:04:01.979Z] 7c6f9722023f: Waiting [2021-03-24T20:04:01.979Z] a35cf1a2eb13: Waiting [2021-03-24T20:04:02.249Z] de9db76c5a1d: Verifying Checksum [2021-03-24T20:04:02.249Z] de9db76c5a1d: Download complete [2021-03-24T20:04:02.249Z] 0ef7d3d256c8: Download complete [2021-03-24T20:04:02.249Z] 93359f2a8cfa: Verifying Checksum [2021-03-24T20:04:02.249Z] 93359f2a8cfa: Download complete [2021-03-24T20:04:02.249Z] 7c6f9722023f: Verifying Checksum [2021-03-24T20:04:02.249Z] 7c6f9722023f: Download complete [2021-03-24T20:04:02.249Z] 188c0c94c7c5: Verifying Checksum [2021-03-24T20:04:02.249Z] 188c0c94c7c5: Download complete [2021-03-24T20:04:02.834Z] 188c0c94c7c5: Pull complete [2021-03-24T20:04:03.100Z] 0ef7d3d256c8: Pull complete [2021-03-24T20:04:03.100Z] de9db76c5a1d: Pull complete [2021-03-24T20:04:04.510Z] a35cf1a2eb13: Verifying Checksum [2021-03-24T20:04:04.510Z] a35cf1a2eb13: Download complete [2021-03-24T20:04:05.460Z] bca2f99d35d6: Verifying Checksum [2021-03-24T20:04:05.460Z] bca2f99d35d6: Download complete [2021-03-24T20:04:10.626Z] Still waiting to schedule task [2021-03-24T20:04:10.626Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-24T20:04:12.085Z] bca2f99d35d6: Pull complete [2021-03-24T20:04:12.085Z] 93359f2a8cfa: Pull complete [2021-03-24T20:04:12.085Z] 7c6f9722023f: Pull complete [2021-03-24T20:04:16.335Z] a35cf1a2eb13: Pull complete [2021-03-24T20:04:16.335Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-24T20:04:16.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-24T20:04:16.335Z] ---> a62c8e92a672 [2021-03-24T20:04:16.335Z] 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-24T20:04:16.335Z] ---> Running in bbd5524151ac [2021-03-24T20:04:17.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:04:17.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:04:18.443Z] (1/12) Installing libmagic (5.38-r0) [2021-03-24T20:04:18.706Z] (2/12) Installing file (5.38-r0) [2021-03-24T20:04:18.706Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-24T20:04:18.706Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-24T20:04:28.725Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-24T20:04:28.725Z] (6/12) Installing patch (2.7.6-r6) [2021-03-24T20:04:28.725Z] (7/12) Installing build-base (0.5-r2) [2021-03-24T20:04:28.725Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-24T20:04:28.725Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-24T20:04:28.725Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-24T20:04:28.725Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-24T20:04:28.725Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-24T20:04:28.725Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:04:28.725Z] OK: 233 MiB in 51 packages [2021-03-24T20:04:32.053Z] Removing intermediate container bbd5524151ac [2021-03-24T20:04:32.053Z] ---> 64aad9fd0e0d [2021-03-24T20:04:32.053Z] Step 4/6 : WORKDIR /edgex-go [2021-03-24T20:04:32.053Z] ---> Running in ce02018e7799 [2021-03-24T20:04:32.053Z] Removing intermediate container ce02018e7799 [2021-03-24T20:04:32.053Z] ---> c1295bc725e3 [2021-03-24T20:04:32.053Z] Step 5/6 : COPY go.mod . [2021-03-24T20:04:32.053Z] ---> 42e43dc4d2dd [2021-03-24T20:04:32.053Z] Step 6/6 : RUN go mod download [2021-03-24T20:04:32.316Z] ---> Running in 4f21c40e1ef3 [2021-03-24T20:04:54.333Z] Removing intermediate container 4f21c40e1ef3 [2021-03-24T20:04:54.333Z] ---> ca9149dc8780 [2021-03-24T20:04:54.333Z] Successfully built ca9149dc8780 [2021-03-24T20:04:54.333Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:04:54.653Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T20:04:54.653Z] . [Pipeline] withDockerContainer [2021-03-24T20:04:54.756Z] prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container [2021-03-24T20:04:54.810Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-24T20:04:55.597Z] $ docker top 920c0c18485d3ecdc1ce87b1ba80a5557d51aea964c286bc895bbabe5a38d8a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:04:56.120Z] + go version [2021-03-24T20:04:56.120Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-24T20:04:56.142Z] $ docker stop --time=1 920c0c18485d3ecdc1ce87b1ba80a5557d51aea964c286bc895bbabe5a38d8a5 [2021-03-24T20:04:57.519Z] $ docker rm -f 920c0c18485d3ecdc1ce87b1ba80a5557d51aea964c286bc895bbabe5a38d8a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:04:58.307Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T20:04:58.307Z] . [Pipeline] withDockerContainer [2021-03-24T20:04:58.406Z] prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container [2021-03-24T20:04:58.461Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-24T20:04:59.213Z] $ docker top 066ef1db1b974fecbd4a7b6255284be4d55b69d5fc96add2a7a665d51e20b904 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-24T20:04:59.560Z] ========================================================= [2021-03-24T20:04:59.560Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-24T20:04:59.560Z] ========================================================= [Pipeline] sh [2021-03-24T20:04:59.857Z] + make test [2021-03-24T20:04:59.857Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-24T20:05:09.937Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-24T20:05:28.211Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-24T20:05:30.165Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-24T20:05:32.774Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-24T20:05:32.774Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-24T20:05:33.750Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-24T20:05:33.750Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-24T20:05:33.750Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-24T20:05:34.019Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-24T20:05:34.982Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-24T20:05:35.245Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-24T20:05:37.821Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-24T20:05:37.821Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-24T20:05:37.821Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-24T20:05:40.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements [2021-03-24T20:05:40.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-24T20:05:40.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-24T20:05:40.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-24T20:05:40.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-24T20:05:40.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-24T20:05:40.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-24T20:05:40.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 19.8% of statements [2021-03-24T20:05:40.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements [2021-03-24T20:05:44.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-24T20:05:44.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-24T20:05:44.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-24T20:05:44.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-24T20:05:44.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-24T20:05:45.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements [2021-03-24T20:05:45.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-24T20:05:45.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:05:45.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements [2021-03-24T20:05:45.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-24T20:05:48.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-24T20:05:48.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-24T20:05:48.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-24T20:05:48.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-24T20:05:48.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-24T20:05:48.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-24T20:05:48.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-24T20:05:50.200Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31249 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-24T20:05:50.272Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-03-24T20:05:50.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.448s coverage: 92.8% of statements [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-24T20:05:50.939Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-24T20:05:50.939Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-24T20:05:50.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-24T20:05:50.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements [2021-03-24T20:05:50.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements [2021-03-24T20:05:50.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-03-24T20:05:50.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.039s coverage: 96.3% of statements [2021-03-24T20:05:50.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-03-24T20:05:55.133Z] using credential edgex-jenkins-ssh [2021-03-24T20:05:55.224Z] Cloning the remote Git repository [2021-03-24T20:05:55.286Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:05:55.405Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-03-24T20:05:55.504Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:05:55.505Z] > git --version # timeout=10 [2021-03-24T20:05:55.528Z] > git --version # 'git version 2.17.1' [2021-03-24T20:05:55.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:05:55.588Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T20:06:03.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements [2021-03-24T20:06:03.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-03-24T20:06:06.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.208s coverage: 82.6% of statements [2021-03-24T20:06:10.523Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T20:06:10.552Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T20:06:10.574Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T20:06:10.603Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:06:10.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:06:10.615Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T20:06:11.463Z] Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:06:11.903Z] Merge succeeded, producing 4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:06:11.904Z] Checking out Revision 4883de4e12c0f41f4c63387f79e841415c388155 (PR-3241) [2021-03-24T20:06:11.485Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T20:06:11.502Z] > git checkout -f 4883de4e12c0f41f4c63387f79e841415c388155 # timeout=10 [2021-03-24T20:06:11.820Z] > git remote # timeout=10 [2021-03-24T20:06:11.840Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T20:06:11.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:06:11.864Z] > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 [2021-03-24T20:06:11.893Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T20:06:11.913Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T20:06:11.925Z] > git checkout -f 4883de4e12c0f41f4c63387f79e841415c388155 # timeout=10 [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 64.4% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.367s coverage: 69.0% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-24T20:06:14.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.1% of statements [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:06:14.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-24T20:06:15.180Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.760s coverage: 29.1% of statements [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-24T20:06:15.180Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-24T20:06:15.180Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-24T20:06:15.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-24T20:06:15.445Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.094s coverage: 94.0% of statements [2021-03-24T20:06:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-24T20:06:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:06:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-24T20:06:15.445Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-03-24T20:06:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-24T20:06:15.445Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-03-24T20:06:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-24T20:06:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-24T20:06:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-24T20:06:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-24T20:06:15.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-03-24T20:06:15.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-24T20:06:15.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-24T20:06:15.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-24T20:06:16.283Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-24T20:06:16.283Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.037s coverage: 100.0% of statements [2021-03-24T20:06:16.383Z] Commit message: "fix(snap): secure kong admin ports" [2021-03-24T20:06:16.857Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T20:06:18.124Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-24T20:06:18.532Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T20:06:18.882Z] + true [2021-03-24T20:06:18.883Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T20:06:21.718Z] provisioning config files... [2021-03-24T20:06:21.764Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config2042829164875819419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:06:22.184Z] ---> docker-login.sh [2021-03-24T20:06:22.185Z] nexus3.edgexfoundry.org:10001 [2021-03-24T20:06:23.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:06:23.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:06:23.445Z] Configure a credential helper to remove this warning. See [2021-03-24T20:06:23.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:06:23.445Z] [2021-03-24T20:06:23.445Z] Login Succeeded [2021-03-24T20:06:23.445Z] nexus3.edgexfoundry.org:10002 [2021-03-24T20:06:23.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:06:24.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:06:24.001Z] Configure a credential helper to remove this warning. See [2021-03-24T20:06:24.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:06:24.001Z] [2021-03-24T20:06:24.001Z] Login Succeeded [2021-03-24T20:06:24.001Z] nexus3.edgexfoundry.org:10003 [2021-03-24T20:06:24.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:06:24.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:06:24.558Z] Configure a credential helper to remove this warning. See [2021-03-24T20:06:24.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:06:24.558Z] [2021-03-24T20:06:24.558Z] Login Succeeded [2021-03-24T20:06:24.558Z] nexus3.edgexfoundry.org:10004 [2021-03-24T20:06:24.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:06:25.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:06:25.102Z] Configure a credential helper to remove this warning. See [2021-03-24T20:06:25.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:06:25.102Z] [2021-03-24T20:06:25.102Z] Login Succeeded [2021-03-24T20:06:25.102Z] docker.io [2021-03-24T20:06:25.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:06:25.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:06:25.646Z] Configure a credential helper to remove this warning. See [2021-03-24T20:06:25.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:06:25.646Z] [2021-03-24T20:06:25.646Z] Login Succeeded [2021-03-24T20:06:25.646Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T20:06:25.663Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-24T20:06:26.223Z] ========================================================= [2021-03-24T20:06:26.223Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-24T20:06:26.223Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:06:26.596Z] + 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-24T20:06:29.224Z] Sending build context to Docker daemon 166.9MB [2021-03-24T20:06:29.224Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T20:06:29.224Z] Step 2/6 : FROM ${BASE} [2021-03-24T20:06:29.224Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-24T20:06:29.224Z] 5f621e34cdf4: Pulling fs layer [2021-03-24T20:06:29.224Z] a4357932f1b6: Pulling fs layer [2021-03-24T20:06:29.224Z] 18c013af1878: Pulling fs layer [2021-03-24T20:06:29.224Z] 00ac8860ef70: Pulling fs layer [2021-03-24T20:06:29.224Z] 63d7cb157983: Pulling fs layer [2021-03-24T20:06:29.224Z] b116817d02f9: Pulling fs layer [2021-03-24T20:06:29.224Z] 745a02a5169b: Pulling fs layer [2021-03-24T20:06:29.224Z] b116817d02f9: Waiting [2021-03-24T20:06:29.224Z] 745a02a5169b: Waiting [2021-03-24T20:06:29.224Z] 00ac8860ef70: Waiting [2021-03-24T20:06:29.224Z] 63d7cb157983: Waiting [2021-03-24T20:06:29.224Z] 18c013af1878: Verifying Checksum [2021-03-24T20:06:29.224Z] 18c013af1878: Download complete [2021-03-24T20:06:29.224Z] a4357932f1b6: Download complete [2021-03-24T20:06:29.224Z] 63d7cb157983: Verifying Checksum [2021-03-24T20:06:29.224Z] 63d7cb157983: Download complete [2021-03-24T20:06:29.224Z] b116817d02f9: Verifying Checksum [2021-03-24T20:06:29.224Z] b116817d02f9: Download complete [2021-03-24T20:06:29.224Z] 5f621e34cdf4: Download complete [2021-03-24T20:06:29.829Z] 5f621e34cdf4: Pull complete [2021-03-24T20:06:30.436Z] a4357932f1b6: Pull complete [2021-03-24T20:06:30.714Z] 18c013af1878: Pull complete [2021-03-24T20:06:31.308Z] 745a02a5169b: Download complete [2021-03-24T20:06:32.280Z] 00ac8860ef70: Download complete [2021-03-24T20:06:42.439Z] 00ac8860ef70: Pull complete [2021-03-24T20:06:42.439Z] 63d7cb157983: Pull complete [2021-03-24T20:06:43.037Z] b116817d02f9: Pull complete [2021-03-24T20:06:46.455Z] 745a02a5169b: Pull complete [2021-03-24T20:06:46.455Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-24T20:06:46.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-24T20:06:46.455Z] ---> b7e6874047d6 [2021-03-24T20:06:46.455Z] 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-24T20:06:49.121Z] gofmt -l . [2021-03-24T20:06:49.121Z] [ "`gofmt -l .`" = "" ] [2021-03-24T20:06:49.121Z] ./bin/test-go-mod-tidy.sh [2021-03-24T20:06:49.121Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-24T20:06:49.432Z] + ls -al . [2021-03-24T20:06:49.433Z] total 776 [2021-03-24T20:06:49.433Z] drwxrwxr-x 10 1001 1001 4096 Mar 24 20:06 . [2021-03-24T20:06:49.433Z] drwxr-xr-x 4 root root 30 Mar 24 20:04 .. [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 11 Mar 24 20:03 .dockerignore [2021-03-24T20:06:49.433Z] drwxrwxr-x 8 1001 1001 179 Mar 24 20:03 .git [2021-03-24T20:06:49.433Z] drwxrwxr-x 3 1001 1001 125 Mar 24 20:03 .github [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 818 Mar 24 20:03 .gitignore [2021-03-24T20:06:49.433Z] drwx------ 3 1001 1001 60 Mar 24 20:03 .semver [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 166 Mar 24 20:03 .sonarcloud.properties [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 8607 Mar 24 20:03 Attribution.txt [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 3804 Mar 24 20:03 CONTRIBUTING.md [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 931 Mar 24 20:03 Dockerfile.build [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 863 Mar 24 20:03 Jenkinsfile [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 10775 Mar 24 20:03 LICENSE [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 5774 Mar 24 20:03 Makefile [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 6548 Mar 24 20:03 README.md [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 6755 Mar 24 20:03 SECURITY.md [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 5 Mar 24 20:03 VERSION [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 4131 Mar 24 20:03 ZMQWindows.md [2021-03-24T20:06:49.433Z] drwxrwxr-x 2 1001 1001 117 Mar 24 20:03 bin [2021-03-24T20:06:49.433Z] drwxrwxr-x 14 1001 1001 4096 Mar 24 20:03 cmd [2021-03-24T20:06:49.433Z] -rw-r--r-- 1 root root 666600 Mar 24 20:06 coverage.out [2021-03-24T20:06:49.433Z] -rw-r--r-- 1 root root 1056 Mar 24 20:06 go.mod [2021-03-24T20:06:49.433Z] -rw-r--r-- 1 root root 22211 Mar 24 20:06 go.sum [2021-03-24T20:06:49.433Z] drwxrwxr-x 8 1001 1001 127 Mar 24 20:03 internal [2021-03-24T20:06:49.433Z] drwxrwxr-x 4 1001 1001 26 Mar 24 20:03 openapi [2021-03-24T20:06:49.433Z] drwxrwxr-x 4 1001 1001 71 Mar 24 20:03 snap [2021-03-24T20:06:49.433Z] -rw-rw-r-- 1 1001 1001 168 Mar 24 20:03 version.go [Pipeline] sh [2021-03-24T20:06:49.736Z] + '[' -e coverage.out ] [2021-03-24T20:06:49.736Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-24T20:06:49.851Z] ---> Running in 47d3d81ad550 [2021-03-24T20:06:49.961Z] Stashed 1 file(s) [Pipeline] sh [2021-03-24T20:06:50.268Z] + make build [2021-03-24T20:06:50.268Z] 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-24T20:06:50.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:06:51.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:06:52.396Z] (1/12) Installing libmagic (5.38-r0) [2021-03-24T20:06:52.665Z] (2/12) Installing file (5.38-r0) [2021-03-24T20:06:52.665Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-24T20:06:52.934Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-24T20:06:54.506Z] 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-24T20:06:56.298Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-24T20:06:56.298Z] (6/12) Installing patch (2.7.6-r6) [2021-03-24T20:06:56.569Z] (7/12) Installing build-base (0.5-r2) [2021-03-24T20:06:56.569Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-24T20:06:56.569Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-24T20:06:56.840Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-24T20:06:56.840Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-24T20:06:57.112Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-24T20:06:57.112Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:06:57.112Z] OK: 217 MiB in 51 packages [2021-03-24T20:07:01.421Z] Removing intermediate container 47d3d81ad550 [2021-03-24T20:07:01.421Z] ---> c80bb65c00e7 [2021-03-24T20:07:01.421Z] Step 4/6 : WORKDIR /edgex-go [2021-03-24T20:07:01.421Z] ---> Running in 8d051e253b01 [2021-03-24T20:07:01.693Z] Removing intermediate container 8d051e253b01 [2021-03-24T20:07:01.693Z] ---> 74391c28f2da [2021-03-24T20:07:01.693Z] Step 5/6 : COPY go.mod . [2021-03-24T20:07:02.289Z] ---> 4e3d8bb58a53 [2021-03-24T20:07:02.289Z] Step 6/6 : RUN go mod download [2021-03-24T20:07:02.289Z] ---> Running in 34a1bd76abc4 [2021-03-24T20:07:02.749Z] 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-24T20:07:03.704Z] 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-24T20:07:05.660Z] 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-24T20:07:05.660Z] 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-24T20:07:07.611Z] 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-24T20:07:09.541Z] 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-24T20:07:10.492Z] 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-24T20:07:11.891Z] 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-24T20:07:12.842Z] 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-24T20:07:13.795Z] 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-24T20:07:15.751Z] $ docker stop --time=1 066ef1db1b974fecbd4a7b6255284be4d55b69d5fc96add2a7a665d51e20b904 [2021-03-24T20:07:17.537Z] $ docker rm -f 066ef1db1b974fecbd4a7b6255284be4d55b69d5fc96add2a7a665d51e20b904 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:07:21.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T20:07:21.220Z] [2021-03-24T20:07:21.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:07:21.580Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T20:07:21.580Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-24T20:07:21.580Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-24T20:07:21.580Z] ca9280d653b3: Pulling fs layer [2021-03-24T20:07:21.580Z] 7e9c9ca2126c: Pulling fs layer [2021-03-24T20:07:21.843Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-24T20:07:21.843Z] cbdbe7a5bc2a: Download complete [2021-03-24T20:07:22.106Z] ca9280d653b3: Verifying Checksum [2021-03-24T20:07:22.106Z] ca9280d653b3: Download complete [2021-03-24T20:07:22.368Z] cbdbe7a5bc2a: Pull complete [2021-03-24T20:07:23.319Z] 7e9c9ca2126c: Verifying Checksum [2021-03-24T20:07:23.319Z] 7e9c9ca2126c: Download complete [2021-03-24T20:07:23.319Z] ca9280d653b3: Pull complete [2021-03-24T20:07:29.085Z] Removing intermediate container 34a1bd76abc4 [2021-03-24T20:07:29.085Z] ---> 9b7aec9cd9c7 [2021-03-24T20:07:29.085Z] Successfully built 9b7aec9cd9c7 [2021-03-24T20:07:29.085Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:07:29.423Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T20:07:29.423Z] . [Pipeline] withDockerContainer [2021-03-24T20:07:29.699Z] prd-ubuntu18.04-docker-arm64-4c-16g-31249 does not seem to be running inside a container [2021-03-24T20:07:29.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-arm64 cat [2021-03-24T20:07:31.330Z] $ docker top eba63a05515ff21fb8bb3406bf4e623c8fb24c0c69c7dc4978a26a3b840a8d6f -eo pid,comm [2021-03-24T20:07:31.514Z] 7e9c9ca2126c: Pull complete [2021-03-24T20:07:31.514Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-24T20:07:31.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T20:07:31.514Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] { [Pipeline] withDockerContainer [2021-03-24T20:07:31.852Z] prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container [2021-03-24T20:07:31.901Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-24T20:07:32.805Z] $ docker top b2a3e6635ff52cf4f27d3da41d015a4ac835138034f35deab7528796b27b65ac -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-24T20:07:33.363Z] + docker-compose build --help [2021-03-24T20:07:33.363Z] + grep parallel [2021-03-24T20:07:33.660Z] + go version [2021-03-24T20:07:33.660Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-24T20:07:33.685Z] $ docker stop --time=1 eba63a05515ff21fb8bb3406bf4e623c8fb24c0c69c7dc4978a26a3b840a8d6f [2021-03-24T20:07:34.309Z] --parallel Build images in parallel. [2021-03-24T20:07:35.644Z] $ docker rm -f eba63a05515ff21fb8bb3406bf4e623c8fb24c0c69c7dc4978a26a3b840a8d6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-03-24T20:07:35.947Z] $ docker stop --time=1 b2a3e6635ff52cf4f27d3da41d015a4ac835138034f35deab7528796b27b65ac [2021-03-24T20:07:37.350Z] $ docker rm -f b2a3e6635ff52cf4f27d3da41d015a4ac835138034f35deab7528796b27b65ac [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:07:38.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T20:07:38.397Z] . [Pipeline] withDockerContainer [2021-03-24T20:07:38.504Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T20:07:38.504Z] . [2021-03-24T20:07:38.508Z] prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container [2021-03-24T20:07:38.566Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-24T20:07:39.240Z] $ docker top 88c317138636e013b333ff3f8215ef74f5223dfe5b3fb2ae820fa37c8f79c3e6 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-03-24T20:07:39.727Z] prd-ubuntu18.04-docker-arm64-4c-16g-31249 does not seem to be running inside a container [2021-03-24T20:07:39.810Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-arm64 cat [2021-03-24T20:07:41.263Z] $ docker top 80150b4dc48cbe4695fa94a5b65b7afa4fd628b9050bab58265bf060e8e4f7a2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-03-24T20:07:41.723Z] ========================================================= [2021-03-24T20:07:41.723Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-24T20:07:41.723Z] ========================================================= [Pipeline] sh [2021-03-24T20:07:41.933Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-24T20:07:42.365Z] + make test [2021-03-24T20:07:42.365Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-24T20:07:42.881Z] Building docker-core-command-go ... [2021-03-24T20:07:42.881Z] Building docker-core-data-go ... [2021-03-24T20:07:42.881Z] Building docker-core-metadata-go ... [2021-03-24T20:07:42.881Z] Building docker-security-bootstrapper-go ... [2021-03-24T20:07:42.881Z] Building docker-security-proxy-setup-go ... [2021-03-24T20:07:42.881Z] Building docker-security-secretstore-setup-go ... [2021-03-24T20:07:42.881Z] Building docker-support-notifications-go ... [2021-03-24T20:07:42.881Z] Building docker-support-scheduler-go ... [2021-03-24T20:07:42.881Z] Building docker-sys-mgmt-agent-go ... [2021-03-24T20:07:42.881Z] Building docker-support-scheduler-go [2021-03-24T20:07:42.881Z] Building docker-core-metadata-go [2021-03-24T20:07:42.881Z] Building docker-security-secretstore-setup-go [2021-03-24T20:07:42.881Z] Building docker-sys-mgmt-agent-go [2021-03-24T20:07:42.881Z] Building docker-support-notifications-go [2021-03-24T20:08:04.570Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-24T20:08:15.183Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:08:15.183Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:08:15.183Z] ---> ca9149dc8780 [2021-03-24T20:08:15.183Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T20:08:15.184Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:08:15.184Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:08:15.184Z] ---> ca9149dc8780 [2021-03-24T20:08:15.184Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:08:15.184Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:08:15.184Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:08:15.184Z] ---> ca9149dc8780 [2021-03-24T20:08:15.184Z] Step 3/26 : WORKDIR /edgex-go [2021-03-24T20:08:15.184Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:08:15.184Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:08:15.184Z] ---> ca9149dc8780 [2021-03-24T20:08:15.184Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T20:08:15.446Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:08:15.446Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:08:15.446Z] ---> ca9149dc8780 [2021-03-24T20:08:15.446Z] Step 3/24 : WORKDIR /edgex-go [2021-03-24T20:08:16.400Z] ---> Running in 2e17c7b25e90 [2021-03-24T20:08:16.400Z] ---> Running in 9f65fe14608f [2021-03-24T20:08:16.400Z] ---> Running in 60b187e397dd [2021-03-24T20:08:16.400Z] ---> Running in 47fd335b9c35 [2021-03-24T20:08:16.400Z] ---> Running in 027293d22597 [2021-03-24T20:08:16.979Z] Removing intermediate container 60b187e397dd [2021-03-24T20:08:16.979Z] ---> dc8e9852f425 [2021-03-24T20:08:16.979Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:08:16.979Z] Removing intermediate container 027293d22597 [2021-03-24T20:08:16.979Z] ---> f193bdf61822 [2021-03-24T20:08:16.979Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:08:16.979Z] Removing intermediate container 47fd335b9c35 [2021-03-24T20:08:16.979Z] ---> 4127b405cf3d [2021-03-24T20:08:16.979Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:08:16.979Z] Removing intermediate container 2e17c7b25e90 [2021-03-24T20:08:16.979Z] ---> fc2d56063d78 [2021-03-24T20:08:16.979Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:08:16.979Z] Removing intermediate container 9f65fe14608f [2021-03-24T20:08:16.979Z] ---> 4b83976c98cf [2021-03-24T20:08:16.979Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:08:16.979Z] ---> Running in 85f5d26da233 [2021-03-24T20:08:16.979Z] ---> Running in fba3ce20a9d7 [2021-03-24T20:08:16.979Z] ---> Running in 79952f9b567d [2021-03-24T20:08:16.979Z] ---> Running in 28eb87190689 [2021-03-24T20:08:17.247Z] ---> Running in ea33ef751d21 [2021-03-24T20:08:19.195Z] Removing intermediate container fba3ce20a9d7 [2021-03-24T20:08:19.196Z] ---> e067e4a4539b [2021-03-24T20:08:19.196Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-24T20:08:19.196Z] Removing intermediate container 85f5d26da233 [2021-03-24T20:08:19.196Z] ---> 55da670a2382 [2021-03-24T20:08:19.196Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-24T20:08:19.196Z] ---> Running in f3e177d5906a [2021-03-24T20:08:19.196Z] Removing intermediate container 79952f9b567d [2021-03-24T20:08:19.196Z] ---> 03d01c86a61a [2021-03-24T20:08:19.196Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-24T20:08:19.196Z] ---> Running in 010ae34ea1d6 [2021-03-24T20:08:19.458Z] ---> Running in dad1f38e0290 [2021-03-24T20:08:19.458Z] Removing intermediate container 28eb87190689 [2021-03-24T20:08:19.458Z] ---> 5e77413cf86f [2021-03-24T20:08:19.458Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-24T20:08:19.728Z] Removing intermediate container ea33ef751d21 [2021-03-24T20:08:19.728Z] ---> fb6cd833e371 [2021-03-24T20:08:19.728Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T20:08:19.728Z] ---> Running in 5b3e63ed727d [2021-03-24T20:08:19.991Z] ---> Running in 386f21b5b193 [2021-03-24T20:08:20.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:20.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:20.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:20.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:20.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:21.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:21.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:21.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:21.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:21.315Z] OK: 233 MiB in 51 packages [2021-03-24T20:08:21.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:08:21.580Z] OK: 233 MiB in 51 packages [2021-03-24T20:08:21.580Z] OK: 233 MiB in 51 packages [2021-03-24T20:08:21.842Z] Removing intermediate container f3e177d5906a [2021-03-24T20:08:21.842Z] ---> caefa346966e [2021-03-24T20:08:21.842Z] Step 6/22 : COPY go.mod . [2021-03-24T20:08:22.106Z] OK: 233 MiB in 51 packages [2021-03-24T20:08:22.681Z] OK: 233 MiB in 51 packages [2021-03-24T20:08:23.256Z] ---> a7d321f75ee8 [2021-03-24T20:08:23.256Z] Step 7/22 : RUN go mod download [2021-03-24T20:08:23.256Z] Removing intermediate container 010ae34ea1d6 [2021-03-24T20:08:23.256Z] ---> 0ce6b1bc8d79 [2021-03-24T20:08:23.256Z] Step 6/22 : COPY go.mod . [2021-03-24T20:08:23.256Z] ---> Running in 26bbee0d0122 [2021-03-24T20:08:23.519Z] Removing intermediate container dad1f38e0290 [2021-03-24T20:08:23.519Z] ---> 0340307faa3e [2021-03-24T20:08:23.519Z] Step 6/24 : COPY go.mod . [2021-03-24T20:08:23.519Z] ---> 4d2d7dc42a26 [2021-03-24T20:08:23.519Z] Step 7/22 : RUN go mod download [2021-03-24T20:08:23.786Z] ---> Running in 16bf75d3e22e [2021-03-24T20:08:23.786Z] Removing intermediate container 386f21b5b193 [2021-03-24T20:08:23.786Z] ---> 8dd487e2e948 [2021-03-24T20:08:23.786Z] Step 6/23 : COPY go.mod . [2021-03-24T20:08:24.058Z] Removing intermediate container 5b3e63ed727d [2021-03-24T20:08:24.058Z] ---> 21f2479cfaa8 [2021-03-24T20:08:24.058Z] Step 6/26 : COPY go.mod . [2021-03-24T20:08:24.058Z] ---> 85624651d4c9 [2021-03-24T20:08:24.058Z] Step 7/24 : RUN go mod download [2021-03-24T20:08:24.058Z] ---> Running in b8efc0c8684b [2021-03-24T20:08:24.339Z] ---> 0e8b32e3cae8 [2021-03-24T20:08:24.339Z] Step 7/23 : RUN go mod download [2021-03-24T20:08:24.602Z] ---> ff84d59c6c2e [2021-03-24T20:08:24.602Z] Step 7/26 : RUN go mod download [2021-03-24T20:08:24.602Z] ---> Running in a41808f9d395 [2021-03-24T20:08:24.602Z] ---> Running in eac5995ec776 [2021-03-24T20:08:25.568Z] Removing intermediate container 26bbee0d0122 [2021-03-24T20:08:25.568Z] ---> 05a6310e5c86 [2021-03-24T20:08:25.568Z] Step 8/22 : COPY . . [2021-03-24T20:08:25.837Z] Removing intermediate container 16bf75d3e22e [2021-03-24T20:08:25.837Z] ---> 01eded3d3c97 [2021-03-24T20:08:25.837Z] Step 8/22 : COPY . . [2021-03-24T20:08:25.837Z] Removing intermediate container b8efc0c8684b [2021-03-24T20:08:25.837Z] ---> 1ad6d53eb7a9 [2021-03-24T20:08:25.837Z] Step 8/24 : COPY . . [2021-03-24T20:08:29.190Z] Removing intermediate container a41808f9d395 [2021-03-24T20:08:29.190Z] ---> fd881f3fd968 [2021-03-24T20:08:29.190Z] Step 8/23 : COPY . . [2021-03-24T20:08:29.459Z] Removing intermediate container eac5995ec776 [2021-03-24T20:08:29.459Z] ---> b3543344a4e6 [2021-03-24T20:08:29.459Z] Step 8/26 : COPY . . [2021-03-24T20:08:51.643Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-24T20:08:58.409Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-24T20:09:06.725Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-24T20:09:06.725Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-24T20:09:08.388Z] ---> c090dcc3ef34 [2021-03-24T20:09:08.388Z] ---> b493221d79f7 [2021-03-24T20:09:08.388Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-24T20:09:08.388Z] [2021-03-24T20:09:08.388Z] ---> Running in dac2eafbdb9f [2021-03-24T20:09:08.388Z] ---> Running in ceeb42c67b60 [2021-03-24T20:09:08.388Z] ---> af8d0588b1e2 [2021-03-24T20:09:08.388Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-24T20:09:08.388Z] ---> ed7d7504edad [2021-03-24T20:09:08.388Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-24T20:09:08.388Z] ---> 9815a28fe3d1 [2021-03-24T20:09:08.388Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-24T20:09:08.388Z] ---> Running in 90c4364adec1 [2021-03-24T20:09:08.388Z] ---> Running in a71c134bd163 [2021-03-24T20:09:08.388Z] ---> Running in cbdb4aa8d43f [2021-03-24T20:09:08.388Z] 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-24T20:09:08.388Z] 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-24T20:09:08.388Z] 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-24T20:09:08.388Z] 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-24T20:09:08.388Z] 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-24T20:09:08.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-24T20:09:08.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-24T20:09:08.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-24T20:09:09.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-24T20:09:12.448Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-24T20:09:12.722Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-24T20:09:21.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-24T20:09:21.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-24T20:09:21.034Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-24T20:09:26.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.285s coverage: 45.9% of statements [2021-03-24T20:09:26.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-24T20:09:26.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-24T20:09:26.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-24T20:09:26.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-24T20:09:26.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-24T20:09:26.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-24T20:09:26.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.149s coverage: 19.8% of statements [2021-03-24T20:09:26.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.311s coverage: 100.0% of statements [2021-03-24T20:09:35.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.1% of statements [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-24T20:09:35.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-24T20:09:35.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-24T20:09:35.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.295s coverage: 71.3% of statements [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-24T20:09:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-24T20:09:35.102Z] 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-24T20:09:36.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.524s coverage: 82.9% of statements [2021-03-24T20:09:36.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-24T20:09:36.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:09:36.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.172s coverage: 78.9% of statements [2021-03-24T20:09:36.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-24T20:09:41.771Z] Removing intermediate container a71c134bd163 [2021-03-24T20:09:41.771Z] ---> 8f893d112ffc [2021-03-24T20:09:41.771Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-24T20:09:41.771Z] ---> Running in e34e96a2e73d [2021-03-24T20:09:42.044Z] 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-24T20:09:43.996Z] Removing intermediate container dac2eafbdb9f [2021-03-24T20:09:43.996Z] ---> a149a5d53b76 [2021-03-24T20:09:43.996Z] [2021-03-24T20:09:43.996Z] Step 10/24 : FROM alpine:3.12 [2021-03-24T20:09:44.261Z] 3.12: Pulling from library/alpine [2021-03-24T20:09:46.198Z] Removing intermediate container cbdb4aa8d43f [2021-03-24T20:09:46.198Z] ---> 29e5a75f9ec5 [2021-03-24T20:09:46.198Z] [2021-03-24T20:09:46.198Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T20:09:46.198Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T20:09:46.198Z] 3.12: Pulling from library/alpine [2021-03-24T20:09:46.198Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T20:09:46.198Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T20:09:46.198Z] Status: Image is up to date for alpine:3.12 [2021-03-24T20:09:46.198Z] ---> 88dd2752d2ea [2021-03-24T20:09:46.198Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:09:46.198Z] ---> 88dd2752d2ea [2021-03-24T20:09:46.198Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-24T20:09:46.198Z] Removing intermediate container ceeb42c67b60 [2021-03-24T20:09:46.198Z] ---> 63be5d7af290 [2021-03-24T20:09:46.198Z] [2021-03-24T20:09:46.198Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T20:09:46.198Z] ---> 88dd2752d2ea [2021-03-24T20:09:46.198Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-24T20:09:47.146Z] ---> Running in f2fbc2dff26a [2021-03-24T20:09:47.146Z] ---> Running in c55995d7fc95 [2021-03-24T20:09:47.726Z] Removing intermediate container e34e96a2e73d [2021-03-24T20:09:47.726Z] ---> fcd486df2095 [2021-03-24T20:09:47.726Z] [2021-03-24T20:09:47.726Z] Step 11/26 : FROM docker:20.10.0 [2021-03-24T20:09:47.726Z] 20.10.0: Pulling from library/docker [2021-03-24T20:09:47.726Z] ---> Running in 48936e162b0a [2021-03-24T20:09:48.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.163s coverage: 28.6% of statements [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-24T20:09:48.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-24T20:09:48.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-24T20:09:48.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.332s coverage: 86.7% of statements [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-24T20:09:48.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.358s coverage: 97.5% of statements [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-24T20:09:48.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-24T20:09:48.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-24T20:09:49.679Z] Removing intermediate container 90c4364adec1 [2021-03-24T20:09:49.679Z] ---> f3918c62b8c3 [2021-03-24T20:09:49.679Z] [2021-03-24T20:09:49.679Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:09:49.679Z] ---> 88dd2752d2ea [2021-03-24T20:09:49.679Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:09:49.679Z] ---> Running in fa006be3c7db [2021-03-24T20:09:49.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:49.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:49.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:49.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:50.243Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T20:09:50.243Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:09:50.243Z] OK: 6 MiB in 15 packages [2021-03-24T20:09:50.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:50.243Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-24T20:09:50.243Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:09:50.243Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-24T20:09:50.243Z] (4/6) Installing curl (7.69.1-r3) [2021-03-24T20:09:50.243Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-24T20:09:50.243Z] (6/6) Installing su-exec (0.2-r1) [2021-03-24T20:09:50.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:50.243Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:09:50.243Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:09:50.529Z] OK: 7 MiB in 20 packages [2021-03-24T20:09:50.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:50.529Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-24T20:09:50.529Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-24T20:09:50.529Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:09:50.529Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:09:50.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:50.529Z] OK: 6 MiB in 16 packages [2021-03-24T20:09:50.795Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T20:09:50.795Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:09:50.795Z] OK: 6 MiB in 15 packages [2021-03-24T20:09:54.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.100s coverage: 92.8% of statements [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-24T20:09:54.445Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-24T20:09:54.445Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.237s coverage: 0.1% of statements [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-24T20:09:54.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-24T20:09:54.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements [2021-03-24T20:09:54.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements [2021-03-24T20:09:54.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-24T20:09:54.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.120s coverage: 96.3% of statements [2021-03-24T20:09:55.033Z] Removing intermediate container c55995d7fc95 [2021-03-24T20:09:55.033Z] ---> c6a6be8d7577 [2021-03-24T20:09:55.033Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:09:55.297Z] ---> Running in f4d35939eaa3 [2021-03-24T20:09:55.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-03-24T20:09:55.561Z] Removing intermediate container f2fbc2dff26a [2021-03-24T20:09:55.561Z] ---> 5d53f597f1b9 [2021-03-24T20:09:55.561Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T20:09:55.561Z] Removing intermediate container fa006be3c7db [2021-03-24T20:09:55.561Z] ---> 5305dbb0da41 [2021-03-24T20:09:55.561Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:09:55.561Z] Removing intermediate container 48936e162b0a [2021-03-24T20:09:55.561Z] ---> 8660f215cf86 [2021-03-24T20:09:55.561Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:09:55.561Z] ---> Running in bf33acef42d3 [2021-03-24T20:09:55.824Z] ---> Running in 346645d7ea71 [2021-03-24T20:09:55.824Z] ---> Running in 916fe073102f [2021-03-24T20:09:55.824Z] Removing intermediate container f4d35939eaa3 [2021-03-24T20:09:55.824Z] ---> 8e294ca8c82f [2021-03-24T20:09:55.824Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-24T20:09:56.086Z] ---> Running in a119bc2a7ff9 [2021-03-24T20:09:56.086Z] Removing intermediate container bf33acef42d3 [2021-03-24T20:09:56.086Z] ---> 44297d9cb07c [2021-03-24T20:09:56.086Z] Step 13/24 : WORKDIR / [2021-03-24T20:09:56.086Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-24T20:09:56.086Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-24T20:09:56.086Z] ---> aefe523efa57 [2021-03-24T20:09:56.086Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-24T20:09:56.086Z] Removing intermediate container 346645d7ea71 [2021-03-24T20:09:56.086Z] ---> effbf3197485 [2021-03-24T20:09:56.086Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-24T20:09:56.086Z] Removing intermediate container 916fe073102f [2021-03-24T20:09:56.086Z] ---> 569020a5ce21 [2021-03-24T20:09:56.086Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-24T20:09:56.349Z] ---> Running in 9f9df6b7fbb2 [2021-03-24T20:09:56.349Z] ---> Running in 2109c9350569 [2021-03-24T20:09:56.349Z] ---> Running in fdd9795188f9 [2021-03-24T20:09:56.349Z] ---> Running in 0bf0e26b9917 [2021-03-24T20:09:56.349Z] Removing intermediate container a119bc2a7ff9 [2021-03-24T20:09:56.349Z] ---> e753219971a7 [2021-03-24T20:09:56.349Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T20:09:56.612Z] ---> Running in 265356c6952c [2021-03-24T20:09:56.875Z] Removing intermediate container 9f9df6b7fbb2 [2021-03-24T20:09:56.875Z] ---> cdd269b09b3b [2021-03-24T20:09:56.875Z] 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-24T20:09:56.875Z] Removing intermediate container 2109c9350569 [2021-03-24T20:09:56.875Z] ---> 7785962d68ae [2021-03-24T20:09:56.875Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T20:09:56.875Z] Removing intermediate container 0bf0e26b9917 [2021-03-24T20:09:56.875Z] ---> 9a5e664af4e7 [2021-03-24T20:09:56.875Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T20:09:57.140Z] ---> Running in b8af6ac96823 [2021-03-24T20:09:57.140Z] Removing intermediate container 265356c6952c [2021-03-24T20:09:57.140Z] ---> c62bd2d4e823 [2021-03-24T20:09:57.140Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:09:57.140Z] ---> Running in 342d4b7ab2dd [2021-03-24T20:09:57.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:57.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:09:57.140Z] ---> 636f9d15be34 [2021-03-24T20:09:57.140Z] 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-24T20:09:57.405Z] Removing intermediate container b8af6ac96823 [2021-03-24T20:09:57.405Z] ---> 496a5c32ad8b [2021-03-24T20:09:57.405Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:09:57.405Z] (1/2) Installing readline (8.0.4-r0) [2021-03-24T20:09:57.405Z] (2/2) Installing bash (5.0.17-r0) [2021-03-24T20:09:57.405Z] Executing bash-5.0.17-r0.post-install [2021-03-24T20:09:57.405Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:09:57.405Z] OK: 12 MiB in 22 packages [2021-03-24T20:09:57.405Z] Removing intermediate container 342d4b7ab2dd [2021-03-24T20:09:57.405Z] ---> b6391cbf7153 [2021-03-24T20:09:57.405Z] Step 15/23 : WORKDIR / [2021-03-24T20:09:57.673Z] ---> 83a5df1e151d [2021-03-24T20:09:57.673Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-24T20:09:57.673Z] ---> Running in 1cc807bb1972 [2021-03-24T20:09:57.673Z] ---> 39fb006f9cf8 [2021-03-24T20:09:57.673Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-24T20:09:57.940Z] ---> 85e0603f2d9d [2021-03-24T20:09:57.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-24T20:09:58.202Z] Removing intermediate container 1cc807bb1972 [2021-03-24T20:09:58.202Z] ---> be87c77e49bd [2021-03-24T20:09:58.202Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:09:58.471Z] ---> e4ed6900d768 [2021-03-24T20:09:58.471Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-24T20:09:58.471Z] Removing intermediate container fdd9795188f9 [2021-03-24T20:09:58.471Z] ---> 026324a9c918 [2021-03-24T20:09:58.471Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-24T20:09:58.471Z] ---> d84ef9ec7414 [2021-03-24T20:09:58.471Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-24T20:09:58.471Z] ---> 1aaf200c0902 [2021-03-24T20:09:58.471Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-24T20:09:58.736Z] ---> Running in c4d612ce9636 [2021-03-24T20:09:58.736Z] ---> 47965c461bbe [2021-03-24T20:09:58.736Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-24T20:09:58.736Z] ---> 34d28b79db24 [2021-03-24T20:09:58.736Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-24T20:09:59.000Z] ---> Running in 2a6f772852a8 [2021-03-24T20:09:59.000Z] Removing intermediate container c4d612ce9636 [2021-03-24T20:09:59.000Z] ---> 11016d0b2a0d [2021-03-24T20:09:59.000Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-24T20:09:59.000Z] ---> fa3a1b37df8e [2021-03-24T20:09:59.000Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-24T20:09:59.000Z] ---> 7bb172f782ec [2021-03-24T20:09:59.000Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-24T20:09:59.267Z] ---> Running in 5097170a4416 [2021-03-24T20:09:59.267Z] ---> Running in c27397f3989e [2021-03-24T20:09:59.267Z] ---> 9847ca4ae4af [2021-03-24T20:09:59.267Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-24T20:09:59.267Z] Removing intermediate container 2a6f772852a8 [2021-03-24T20:09:59.267Z] ---> c5e9e276d76b [2021-03-24T20:09:59.267Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:10:00.220Z] Removing intermediate container 5097170a4416 [2021-03-24T20:10:00.220Z] ---> 7a0f22fe03c8 [2021-03-24T20:10:00.220Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-24T20:10:00.220Z] ---> Running in b8599bff10e9 [2021-03-24T20:10:00.220Z] Removing intermediate container c27397f3989e [2021-03-24T20:10:00.220Z] ---> ff19a95c8746 [2021-03-24T20:10:00.220Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:10:00.220Z] ---> 4ef6010d9684 [2021-03-24T20:10:00.220Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-24T20:10:00.220Z] ---> Running in ad7bccf6c72d [2021-03-24T20:10:00.220Z] ---> d7b5cfdb9b34 [2021-03-24T20:10:00.220Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-24T20:10:00.220Z] ---> Running in 19120c26cf0a [2021-03-24T20:10:00.484Z] ---> Running in 7d4364cd776c [2021-03-24T20:10:00.484Z] Removing intermediate container b8599bff10e9 [2021-03-24T20:10:00.484Z] ---> 0862b77072b0 [2021-03-24T20:10:00.484Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T20:10:00.484Z] Removing intermediate container ad7bccf6c72d [2021-03-24T20:10:00.484Z] ---> 2b145388fb7b [2021-03-24T20:10:00.484Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-24T20:10:00.746Z] ---> Running in f1c92aa2d65d [2021-03-24T20:10:00.746Z] ---> 4f58b7129057 [2021-03-24T20:10:00.746Z] 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-24T20:10:00.746Z] Removing intermediate container 19120c26cf0a [2021-03-24T20:10:00.746Z] ---> 5dd6ba4ab015 [2021-03-24T20:10:00.746Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T20:10:00.746Z] Removing intermediate container 7d4364cd776c [2021-03-24T20:10:00.746Z] ---> 272da49c8690 [2021-03-24T20:10:00.746Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:10:01.010Z] ---> Running in b6150ece3290 [2021-03-24T20:10:01.010Z] ---> Running in 16fbe309d8cd [2021-03-24T20:10:01.274Z] ---> Running in 9f90e7d1e58e [2021-03-24T20:10:01.274Z] Removing intermediate container f1c92aa2d65d [2021-03-24T20:10:01.274Z] ---> 51c4f0c3c716 [2021-03-24T20:10:01.274Z] Step 21/22 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:10:01.274Z] ---> 72ff34cfd4d0 [2021-03-24T20:10:01.274Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-24T20:10:01.539Z] ---> Running in 5c247b33e040 [2021-03-24T20:10:01.539Z] Removing intermediate container 16fbe309d8cd [2021-03-24T20:10:01.539Z] ---> 17ce79cc77fd [2021-03-24T20:10:01.539Z] Step 21/22 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:10:02.117Z] Removing intermediate container 9f90e7d1e58e [2021-03-24T20:10:02.117Z] ---> 064f2e214442 [2021-03-24T20:10:02.117Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T20:10:02.117Z] ---> Running in 9008791550e7 [2021-03-24T20:10:02.380Z] ---> Running in 74e43a5f973b [2021-03-24T20:10:02.380Z] ---> 42019fe76fec [2021-03-24T20:10:02.380Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-24T20:10:02.380Z] Removing intermediate container 5c247b33e040 [2021-03-24T20:10:02.380Z] ---> 818f58bdd696 [2021-03-24T20:10:02.380Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T20:10:02.643Z] ---> Running in 845931a8de37 [2021-03-24T20:10:02.643Z] Removing intermediate container 9008791550e7 [2021-03-24T20:10:02.643Z] ---> 420057ec4b96 [2021-03-24T20:10:02.643Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T20:10:02.905Z] Removing intermediate container 74e43a5f973b [2021-03-24T20:10:02.905Z] ---> 4fb25b770058 [2021-03-24T20:10:02.905Z] Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:10:02.905Z] ---> Running in 07c2faba1564 [2021-03-24T20:10:02.905Z] ---> 97a30c1ed765 [2021-03-24T20:10:02.905Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-24T20:10:02.905Z] ---> Running in 5ead0da7d0d4 [2021-03-24T20:10:02.905Z] Removing intermediate container 845931a8de37 [2021-03-24T20:10:02.905Z] ---> 58b977ac58d4 [2021-03-24T20:10:02.905Z] [2021-03-24T20:10:03.167Z] ---> Running in 616aa29bac72 [2021-03-24T20:10:03.167Z] Removing intermediate container b6150ece3290 [2021-03-24T20:10:03.167Z] ---> 0e2ee15f6c10 [2021-03-24T20:10:03.167Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-24T20:10:03.167Z] Successfully built 58b977ac58d4 [2021-03-24T20:10:03.431Z] Removing intermediate container 07c2faba1564 [2021-03-24T20:10:03.431Z] ---> b32ef363fa38 [2021-03-24T20:10:03.431Z] [2021-03-24T20:10:03.431Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-24T20:10:03.431Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-24T20:10:03.431Z] ---> Running in 96d965dc0fdd [2021-03-24T20:10:03.431Z] Removing intermediate container 5ead0da7d0d4 [2021-03-24T20:10:03.431Z] ---> 6a014eb86bbc [2021-03-24T20:10:03.431Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:10:03.431Z] Successfully built b32ef363fa38 [2021-03-24T20:10:03.707Z] Successfully tagged docker-support-notifications-go:latest [2021-03-24T20:10:03.707Z] Building docker-security-bootstrapper-go [2021-03-24T20:10:03.707Z]  Building docker-support-notifications-go ... done  ---> Running in c4847198f18d [2021-03-24T20:10:03.707Z] Removing intermediate container 96d965dc0fdd [2021-03-24T20:10:03.707Z] ---> bcc15e42e552 [2021-03-24T20:10:03.707Z] Step 22/24 : LABEL arch=x86_64 [2021-03-24T20:10:03.707Z] ---> Running in 45b2e9996b52 [2021-03-24T20:10:03.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:10:03.707Z] Removing intermediate container c4847198f18d [2021-03-24T20:10:03.707Z] ---> cbe63c89b2a9 [2021-03-24T20:10:03.707Z] [2021-03-24T20:10:03.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:10:03.978Z] Successfully built cbe63c89b2a9 [2021-03-24T20:10:03.978Z] Successfully tagged docker-core-metadata-go:latest [2021-03-24T20:10:03.978Z] Building docker-core-command-go [2021-03-24T20:10:03.978Z]  Building docker-core-metadata-go ... done Removing intermediate container 45b2e9996b52 [2021-03-24T20:10:03.978Z] ---> 84abae38ea34 [2021-03-24T20:10:03.978Z] Step 23/24 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:10:03.978Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-24T20:10:03.978Z] (2/33) Installing expat (2.2.9-r1) [2021-03-24T20:10:03.978Z] (3/33) Installing libffi (3.3-r2) [2021-03-24T20:10:03.978Z] (4/33) Installing gdbm (1.13-r1) [2021-03-24T20:10:03.978Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-24T20:10:03.978Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-24T20:10:03.978Z] ---> Running in 78d26fc2019e [2021-03-24T20:10:03.978Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-24T20:10:07.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-03-24T20:10:07.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-03-24T20:10:10.588Z] Removing intermediate container 78d26fc2019e [2021-03-24T20:10:10.589Z] ---> d48a8d93ce7c [2021-03-24T20:10:10.589Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T20:10:12.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.455s coverage: 82.6% of statements [2021-03-24T20:10:16.475Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-24T20:10:16.475Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-24T20:10:16.475Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-24T20:10:16.475Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-24T20:10:16.475Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-24T20:10:16.792Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-24T20:10:16.792Z] ---> Running in ba261ace3804 [2021-03-24T20:10:16.792Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-24T20:10:16.792Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-24T20:10:16.792Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-24T20:10:17.095Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-24T20:10:17.382Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-24T20:10:17.383Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-24T20:10:17.383Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-24T20:10:17.383Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-24T20:10:17.965Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-24T20:10:17.965Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-24T20:10:17.965Z] Removing intermediate container ba261ace3804 [2021-03-24T20:10:17.965Z] ---> 0bb37ea3f9a0 [2021-03-24T20:10:17.965Z] [2021-03-24T20:10:17.965Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-24T20:10:17.965Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-24T20:10:17.965Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-24T20:10:17.965Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-24T20:10:17.965Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-24T20:10:17.965Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-24T20:10:17.965Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-24T20:10:17.965Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-24T20:10:17.965Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-24T20:10:17.965Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-24T20:10:18.235Z] Successfully built 0bb37ea3f9a0 [2021-03-24T20:10:18.235Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-24T20:10:18.235Z] Building docker-security-proxy-setup-go [2021-03-24T20:10:21.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.117s coverage: 92.9% of statements [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-24T20:10:21.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-24T20:10:21.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-24T20:10:21.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-24T20:10:21.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-24T20:10:21.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-24T20:10:21.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-24T20:10:21.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.113s coverage: 87.2% of statements [2021-03-24T20:10:21.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.6% of statements [2021-03-24T20:10:21.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.6% of statements [2021-03-24T20:10:21.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-24T20:10:21.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.506s coverage: 64.4% of statements [2021-03-24T20:10:21.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-24T20:10:21.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-24T20:10:21.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-24T20:10:21.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2021-03-24T20:10:21.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements [2021-03-24T20:10:21.580Z]  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger [2021-03-24T20:10:22.539Z] OK: 71 MiB in 55 packages [2021-03-24T20:10:22.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2021-03-24T20:10:23.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-03-24T20:10:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.902s coverage: 69.0% of statements [2021-03-24T20:10:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-24T20:10:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-24T20:10:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-24T20:10:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 38.4% of statements [2021-03-24T20:10:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-24T20:10:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-24T20:10:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements [2021-03-24T20:10:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-24T20:10:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.091s coverage: 84.8% of statements [2021-03-24T20:10:32.636Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:10:32.636Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:10:32.636Z] ---> ca9149dc8780 [2021-03-24T20:10:32.636Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> 4b83976c98cf [2021-03-24T20:10:32.636Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> fb6cd833e371 [2021-03-24T20:10:32.636Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> 8dd487e2e948 [2021-03-24T20:10:32.636Z] Step 6/23 : COPY go.mod . [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> 0e8b32e3cae8 [2021-03-24T20:10:32.636Z] Step 7/23 : RUN go mod download [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> fd881f3fd968 [2021-03-24T20:10:32.636Z] Step 8/23 : COPY . . [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> af8d0588b1e2 [2021-03-24T20:10:32.636Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-24T20:10:32.636Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:10:32.636Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:10:32.636Z] ---> ca9149dc8780 [2021-03-24T20:10:32.636Z] Step 3/31 : WORKDIR /edgex-go [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> 4b83976c98cf [2021-03-24T20:10:32.636Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> fb6cd833e371 [2021-03-24T20:10:32.636Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> 8dd487e2e948 [2021-03-24T20:10:32.636Z] Step 6/31 : COPY go.mod . [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> 0e8b32e3cae8 [2021-03-24T20:10:32.636Z] Step 7/31 : RUN go mod download [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> fd881f3fd968 [2021-03-24T20:10:32.636Z] Step 8/31 : COPY . . [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> af8d0588b1e2 [2021-03-24T20:10:32.636Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-24T20:10:32.636Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:10:32.636Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:10:32.636Z] ---> ca9149dc8780 [2021-03-24T20:10:32.636Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> 4b83976c98cf [2021-03-24T20:10:32.636Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:10:32.636Z] ---> Using cache [2021-03-24T20:10:32.636Z] ---> fb6cd833e371 [2021-03-24T20:10:32.637Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-24T20:10:34.052Z] ---> Running in ac2a514eaa73 [2021-03-24T20:10:34.052Z] ---> Running in c150e3940c74 [2021-03-24T20:10:34.052Z] ---> Running in 3ebc1c541dc4 [2021-03-24T20:10:35.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.403s coverage: 47.0% of statements [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-24T20:10:35.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-24T20:10:35.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-24T20:10:35.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.509s coverage: 87.1% of statements [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:10:35.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-24T20:10:36.025Z] 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-24T20:10:36.025Z] 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-24T20:10:36.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:10:36.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:10:37.218Z] OK: 233 MiB in 51 packages [2021-03-24T20:10:40.606Z] Removing intermediate container c150e3940c74 [2021-03-24T20:10:40.606Z] ---> 612c0ad54bf7 [2021-03-24T20:10:40.606Z] Step 6/23 : COPY go.mod . [2021-03-24T20:10:41.594Z] ---> bb428987f3c4 [2021-03-24T20:10:41.594Z] Step 7/23 : RUN go mod download [2021-03-24T20:10:42.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.217s coverage: 29.1% of statements [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-24T20:10:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-24T20:10:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-24T20:10:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.247s coverage: 94.0% of statements [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-24T20:10:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-24T20:10:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-24T20:10:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-24T20:10:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-24T20:10:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-03-24T20:10:42.723Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-24T20:10:43.020Z] ---> Running in 334e2ba5507b [2021-03-24T20:10:43.705Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-24T20:10:44.028Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:10:44.028Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:10:44.028Z] ---> ca9149dc8780 [2021-03-24T20:10:44.028Z] Step 3/21 : WORKDIR /edgex-go [2021-03-24T20:10:44.028Z] ---> Using cache [2021-03-24T20:10:44.028Z] ---> 4b83976c98cf [2021-03-24T20:10:44.028Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:10:44.028Z] ---> Using cache [2021-03-24T20:10:44.028Z] ---> fb6cd833e371 [2021-03-24T20:10:44.028Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-24T20:10:44.028Z] ---> Using cache [2021-03-24T20:10:44.028Z] ---> 8dd487e2e948 [2021-03-24T20:10:44.028Z] Step 6/21 : COPY go.mod . [2021-03-24T20:10:44.028Z] ---> Using cache [2021-03-24T20:10:44.028Z] ---> 0e8b32e3cae8 [2021-03-24T20:10:44.029Z] Step 7/21 : RUN go mod download [2021-03-24T20:10:44.029Z] ---> Using cache [2021-03-24T20:10:44.029Z] ---> fd881f3fd968 [2021-03-24T20:10:44.029Z] Step 8/21 : COPY . . [2021-03-24T20:10:44.029Z] ---> Using cache [2021-03-24T20:10:44.029Z] ---> af8d0588b1e2 [2021-03-24T20:10:44.029Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-24T20:10:44.301Z] GO111MODULE=on go vet ./... [2021-03-24T20:10:45.001Z] ---> Running in 382db79c37dc [2021-03-24T20:10:45.001Z] Removing intermediate container 616aa29bac72 [2021-03-24T20:10:45.001Z] ---> 57f5189a8fd9 [2021-03-24T20:10:45.001Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-24T20:10:45.271Z] ---> Running in 68c89f0459ee [2021-03-24T20:10:46.259Z] 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-24T20:10:46.259Z] Removing intermediate container 334e2ba5507b [2021-03-24T20:10:46.259Z] ---> 5c7d5b8f5323 [2021-03-24T20:10:46.259Z] Step 8/23 : COPY . . [2021-03-24T20:10:52.958Z] Collecting docker-compose==1.23.2 [2021-03-24T20:10:52.958Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-24T20:10:53.956Z] Collecting PyYAML<4,>=3.10 [2021-03-24T20:10:53.956Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-24T20:10:56.593Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-24T20:10:56.593Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-24T20:10:57.593Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-24T20:10:57.593Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-24T20:10:59.576Z] 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-24T20:10:59.859Z] Collecting texttable<0.10,>=0.9.0 [2021-03-24T20:10:59.859Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-24T20:11:00.834Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-24T20:11:00.834Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-24T20:11:01.828Z] Collecting docker<4.0,>=3.6.0 [2021-03-24T20:11:02.121Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-24T20:11:03.110Z] Collecting docopt<0.7,>=0.6.1 [2021-03-24T20:11:03.110Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-24T20:11:04.529Z] Collecting cached-property<2,>=1.2.0 [2021-03-24T20:11:04.529Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-24T20:11:05.490Z] Collecting jsonschema<3,>=2.5.1 [2021-03-24T20:11:05.490Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-24T20:11:05.490Z] 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-24T20:11:06.105Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-24T20:11:06.105Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-24T20:11:06.105Z] 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-24T20:11:07.165Z] Collecting idna<2.8,>=2.5 [2021-03-24T20:11:07.165Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-24T20:11:07.165Z] Collecting docker-pycreds>=0.4.0 [2021-03-24T20:11:07.165Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-24T20:11:07.165Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-24T20:11:07.165Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-24T20:11:07.165Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-24T20:11:07.165Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-24T20:11:07.449Z] Installing collected packages: PyYAML, urllib3, idna, requests, dockerpty, texttable, websocket-client, docker-pycreds, docker, docopt, cached-property, jsonschema, docker-compose [2021-03-24T20:11:07.449Z] Running setup.py install for PyYAML: started [2021-03-24T20:11:08.866Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-24T20:11:09.129Z] Attempting uninstall: urllib3 [2021-03-24T20:11:09.129Z] Found existing installation: urllib3 1.25.9 [2021-03-24T20:11:09.129Z] Uninstalling urllib3-1.25.9: [2021-03-24T20:11:09.403Z] Successfully uninstalled urllib3-1.25.9 [2021-03-24T20:11:09.676Z] Attempting uninstall: idna [2021-03-24T20:11:09.676Z] Found existing installation: idna 2.9 [2021-03-24T20:11:09.676Z] Uninstalling idna-2.9: [2021-03-24T20:11:09.676Z] Successfully uninstalled idna-2.9 [2021-03-24T20:11:11.609Z] Attempting uninstall: requests [2021-03-24T20:11:11.609Z] Found existing installation: requests 2.23.0 [2021-03-24T20:11:11.609Z] Uninstalling requests-2.23.0: [2021-03-24T20:11:11.882Z] Successfully uninstalled requests-2.23.0 [2021-03-24T20:11:11.882Z] 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-24T20:11:13.280Z] Running setup.py install for dockerpty: started [2021-03-24T20:11:13.280Z] ---> 524444afeecf [2021-03-24T20:11:13.280Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-24T20:11:13.860Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-24T20:11:13.860Z] Running setup.py install for texttable: started [2021-03-24T20:11:14.130Z] Removing intermediate container ac2a514eaa73 [2021-03-24T20:11:14.130Z] ---> 706f34ba55aa [2021-03-24T20:11:14.130Z] [2021-03-24T20:11:14.130Z] Step 10/31 : FROM alpine:3.12 [2021-03-24T20:11:14.130Z] ---> 88dd2752d2ea [2021-03-24T20:11:14.130Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-24T20:11:14.394Z] Running setup.py install for texttable: finished with status 'done' [2021-03-24T20:11:14.659Z] ---> Running in 6a896811bf49 [2021-03-24T20:11:15.237Z] ---> Running in f5ce80884cab [2021-03-24T20:11:16.198Z] Removing intermediate container 3ebc1c541dc4 [2021-03-24T20:11:16.198Z] ---> eb5142a5f651 [2021-03-24T20:11:16.198Z] [2021-03-24T20:11:16.198Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:11:16.198Z] ---> 88dd2752d2ea [2021-03-24T20:11:16.198Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:11:16.198Z] ---> Using cache [2021-03-24T20:11:16.198Z] ---> 5305dbb0da41 [2021-03-24T20:11:16.198Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:11:16.198Z] ---> Using cache [2021-03-24T20:11:16.198Z] ---> effbf3197485 [2021-03-24T20:11:16.198Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-24T20:11:16.470Z] Removing intermediate container f5ce80884cab [2021-03-24T20:11:16.470Z] ---> 753a7fccaa46 [2021-03-24T20:11:16.470Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-24T20:11:16.470Z] Running setup.py install for docopt: started [2021-03-24T20:11:16.470Z] 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-24T20:11:16.741Z] ---> Running in b4d9b3de656b [2021-03-24T20:11:16.741Z] ---> Running in d6cdd69308c5 [2021-03-24T20:11:17.017Z] Removing intermediate container b4d9b3de656b [2021-03-24T20:11:17.017Z] ---> bf545249e905 [2021-03-24T20:11:17.017Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T20:11:17.017Z] ---> Running in cb96cd43a0f4 [2021-03-24T20:11:17.017Z] Running setup.py install for docopt: finished with status 'done' [2021-03-24T20:11:18.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:11:18.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:11:18.442Z] Removing intermediate container cb96cd43a0f4 [2021-03-24T20:11:18.442Z] ---> 40ee0c66d0ce [2021-03-24T20:11:18.442Z] Step 15/23 : WORKDIR / [2021-03-24T20:11:18.704Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-24T20:11:18.704Z] (2/2) Installing su-exec (0.2-r1) [2021-03-24T20:11:18.704Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:11:18.704Z] OK: 6 MiB in 16 packages [2021-03-24T20:11:19.675Z] ---> Running in d322301e2889 [2021-03-24T20:11:19.675Z] 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-24T20:11:21.084Z] Removing intermediate container 382db79c37dc [2021-03-24T20:11:21.084Z] ---> e318328579a0 [2021-03-24T20:11:21.084Z] [2021-03-24T20:11:21.084Z] Step 10/21 : FROM alpine:3.12 [2021-03-24T20:11:21.084Z] ---> 88dd2752d2ea [2021-03-24T20:11:21.084Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-24T20:11:21.664Z] ---> Running in d9d8f6894ec4 [2021-03-24T20:11:21.930Z] Removing intermediate container d322301e2889 [2021-03-24T20:11:21.930Z] ---> 599003442caa [2021-03-24T20:11:21.930Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:11:21.930Z] Removing intermediate container d6cdd69308c5 [2021-03-24T20:11:21.930Z] ---> df6f5602da6c [2021-03-24T20:11:21.930Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-24T20:11:22.204Z] ---> Running in 5182628ee977 [2021-03-24T20:11:23.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:11:23.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:11:23.640Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-24T20:11:23.640Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:11:23.640Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-24T20:11:23.640Z] (4/4) Installing curl (7.69.1-r3) [2021-03-24T20:11:23.640Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:11:23.640Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:11:23.640Z] OK: 7 MiB in 18 packages [2021-03-24T20:11:25.050Z] ---> 0f1e6f31b488 [2021-03-24T20:11:25.050Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-24T20:11:25.050Z] Removing intermediate container 5182628ee977 [2021-03-24T20:11:25.050Z] ---> 2cd209f75a41 [2021-03-24T20:11:25.050Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-24T20:11:25.050Z] Removing intermediate container 68c89f0459ee [2021-03-24T20:11:25.050Z] ---> 9336bb8e14ab [2021-03-24T20:11:25.050Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-24T20:11:25.050Z] ---> Running in 7d08bd081e92 [2021-03-24T20:11:25.327Z] ---> Running in ec26452ff3da [2021-03-24T20:11:25.601Z] Removing intermediate container 7d08bd081e92 [2021-03-24T20:11:25.601Z] ---> 65e89be03622 [2021-03-24T20:11:25.601Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-24T20:11:26.241Z] ---> Running in 28809e28fade [2021-03-24T20:11:26.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:11:26.241Z] Removing intermediate container d9d8f6894ec4 [2021-03-24T20:11:26.241Z] ---> 0b37f381251f [2021-03-24T20:11:26.241Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T20:11:26.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:11:26.241Z] ---> 867e298f851a [2021-03-24T20:11:26.241Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-24T20:11:26.512Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:11:26.512Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-24T20:11:26.512Z] (3/3) Installing curl (7.69.1-r3) [2021-03-24T20:11:26.512Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:11:26.512Z] ---> Running in a88fae4db4e8 [2021-03-24T20:11:26.512Z] OK: 72 MiB in 58 packages [2021-03-24T20:11:27.099Z] ---> 8c50c320be5c [2021-03-24T20:11:27.099Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-24T20:11:27.099Z] Removing intermediate container a88fae4db4e8 [2021-03-24T20:11:27.099Z] ---> f6bd82829a38 [2021-03-24T20:11:27.099Z] Step 13/21 : WORKDIR /edgex [2021-03-24T20:11:27.365Z] ---> Running in a6a1f2d39ad5 [2021-03-24T20:11:27.631Z] ---> Running in f9efb4d32f2c [2021-03-24T20:11:27.904Z] Removing intermediate container a6a1f2d39ad5 [2021-03-24T20:11:27.904Z] ---> 2aac4290b6fd [2021-03-24T20:11:27.904Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:11:28.180Z] Removing intermediate container ec26452ff3da [2021-03-24T20:11:28.180Z] ---> d73d03ebc1ef [2021-03-24T20:11:28.180Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-24T20:11:28.180Z] Removing intermediate container f9efb4d32f2c [2021-03-24T20:11:28.180Z] ---> a4179e505959 [2021-03-24T20:11:28.180Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-24T20:11:28.180Z] ---> Running in 065ea37f5ca6 [2021-03-24T20:11:28.449Z] ---> Running in 666d93c6b433 [2021-03-24T20:11:28.449Z] Removing intermediate container 28809e28fade [2021-03-24T20:11:28.449Z] ---> 6dbce42c8975 [2021-03-24T20:11:28.449Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-24T20:11:28.720Z] ---> Running in 90230101409b [2021-03-24T20:11:28.720Z] Removing intermediate container 065ea37f5ca6 [2021-03-24T20:11:28.720Z] ---> 5d44ea0017ed [2021-03-24T20:11:28.720Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T20:11:29.292Z] ---> Running in 9d44bd0e7e26 [2021-03-24T20:11:29.292Z] ---> a1d17f2d8fbe [2021-03-24T20:11:29.292Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-24T20:11:29.872Z] Removing intermediate container 666d93c6b433 [2021-03-24T20:11:29.872Z] ---> 0d2db25bfdc9 [2021-03-24T20:11:29.872Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:11:29.872Z] Removing intermediate container 90230101409b [2021-03-24T20:11:29.872Z] ---> 737088ccc5dc [2021-03-24T20:11:29.872Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-24T20:11:30.465Z] ---> Running in ce7d98a539d5 [2021-03-24T20:11:30.465Z] Removing intermediate container 9d44bd0e7e26 [2021-03-24T20:11:30.465Z] ---> 0a235ecb382b [2021-03-24T20:11:30.465Z] Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:11:30.465Z] ---> 97337bf2c748 [2021-03-24T20:11:30.465Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-24T20:11:30.465Z] ---> Running in 3d1d7ee6f709 [2021-03-24T20:11:30.729Z] ---> 1abfb3e4da6e [2021-03-24T20:11:30.729Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-24T20:11:30.729Z] Removing intermediate container ce7d98a539d5 [2021-03-24T20:11:30.729Z] ---> a106fdf16db5 [2021-03-24T20:11:30.729Z] Step 24/26 : LABEL arch=x86_64 [2021-03-24T20:11:31.006Z] ---> Running in 50f6afc42dff [2021-03-24T20:11:31.006Z] Removing intermediate container 3d1d7ee6f709 [2021-03-24T20:11:31.006Z] ---> ffd6883d4391 [2021-03-24T20:11:31.006Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:11:31.275Z] ---> Running in 61cfa442cb2f [2021-03-24T20:11:31.658Z] ---> Running in ae3fa048c670 [2021-03-24T20:11:31.658Z] ---> a4925032a858 [2021-03-24T20:11:31.658Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-24T20:11:32.015Z] Removing intermediate container 61cfa442cb2f [2021-03-24T20:11:32.015Z] ---> b6bcee765ccf [2021-03-24T20:11:32.015Z] Step 25/26 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:11:32.015Z] ---> Running in d8d7ddc922bf [2021-03-24T20:11:32.015Z] Removing intermediate container ae3fa048c670 [2021-03-24T20:11:32.015Z] ---> 2f7ff382e990 [2021-03-24T20:11:32.015Z] [2021-03-24T20:11:32.318Z] ---> Running in 9d780d2d6d16 [2021-03-24T20:11:32.318Z] Successfully built 2f7ff382e990 [2021-03-24T20:11:32.318Z] Successfully tagged docker-core-command-go:latest [2021-03-24T20:11:32.612Z]  Building docker-core-command-go ... done Removing intermediate container d8d7ddc922bf [2021-03-24T20:11:32.612Z] ---> 0f7496e560a2 [2021-03-24T20:11:32.612Z] Step 18/21 : CMD ["--init=true"] [2021-03-24T20:11:32.612Z] ---> Running in 06e80e5677cf [2021-03-24T20:11:32.612Z] Removing intermediate container 9d780d2d6d16 [2021-03-24T20:11:32.612Z] ---> 3710d2ea818d [2021-03-24T20:11:32.612Z] Step 26/26 : LABEL version=0.0.0 [2021-03-24T20:11:32.904Z] ---> Running in 4ead7b15dfaa [2021-03-24T20:11:32.904Z] Removing intermediate container 06e80e5677cf [2021-03-24T20:11:32.904Z] ---> 49727a771791 [2021-03-24T20:11:32.904Z] Step 19/21 : LABEL arch=x86_64 [2021-03-24T20:11:33.198Z] ---> Running in 77710e0c34f8 [2021-03-24T20:11:33.198Z] Removing intermediate container 4ead7b15dfaa [2021-03-24T20:11:33.198Z] ---> 17897a258af1 [2021-03-24T20:11:33.198Z] [2021-03-24T20:11:33.198Z] Removing intermediate container 50f6afc42dff [2021-03-24T20:11:33.198Z] ---> 9e7dc9af21f8 [2021-03-24T20:11:33.198Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:11:33.489Z] Successfully built 17897a258af1 [2021-03-24T20:11:33.781Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-24T20:11:34.043Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 77710e0c34f8 [2021-03-24T20:11:34.043Z] ---> 9fccbee779e6 [2021-03-24T20:11:34.043Z] Step 20/21 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:11:35.433Z] ---> 36140e42f4d3 [2021-03-24T20:11:35.433Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-24T20:11:35.433Z] ---> Running in b780b940beb1 [2021-03-24T20:11:36.013Z] Removing intermediate container b780b940beb1 [2021-03-24T20:11:36.013Z] ---> 73753d9337ee [2021-03-24T20:11:36.013Z] Step 21/21 : LABEL version=0.0.0 [2021-03-24T20:11:36.283Z] ---> 8c3d3872df71 [2021-03-24T20:11:36.283Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-24T20:11:36.283Z] ---> Running in 5724191a89a7 [2021-03-24T20:11:36.549Z] Removing intermediate container 5724191a89a7 [2021-03-24T20:11:36.549Z] ---> 51cd2aa38a37 [2021-03-24T20:11:36.549Z] [2021-03-24T20:11:36.549Z] ---> 79a491f78b10 [2021-03-24T20:11:36.549Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-24T20:11:36.549Z] Successfully built 51cd2aa38a37 [2021-03-24T20:11:36.549Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-24T20:11:36.811Z]  Building docker-security-proxy-setup-go ... done  ---> 507f58fef305 [2021-03-24T20:11:36.811Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-24T20:11:38.733Z] ---> a01ec6246c59 [2021-03-24T20:11:38.733Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-24T20:11:38.733Z] ---> Running in 43ec9b650f4b [2021-03-24T20:11:38.733Z] Removing intermediate container 6a896811bf49 [2021-03-24T20:11:38.733Z] ---> c86b44bed1ca [2021-03-24T20:11:38.733Z] [2021-03-24T20:11:38.733Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:11:38.733Z] ---> 88dd2752d2ea [2021-03-24T20:11:38.733Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-24T20:11:38.996Z] ---> Running in 01e333cb70dd [2021-03-24T20:11:38.997Z] Removing intermediate container 43ec9b650f4b [2021-03-24T20:11:38.997Z] ---> f3f24353b3f4 [2021-03-24T20:11:38.997Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-24T20:11:38.997Z] Removing intermediate container 01e333cb70dd [2021-03-24T20:11:38.997Z] ---> 17c153306f8a [2021-03-24T20:11:38.997Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-24T20:11:39.259Z] ---> Running in ee7d33ea4104 [2021-03-24T20:11:39.259Z] ---> cf5771fc6a17 [2021-03-24T20:11:39.259Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-24T20:11:39.521Z] ---> Running in 4695a5dd4b9a [2021-03-24T20:11:39.521Z] Removing intermediate container ee7d33ea4104 [2021-03-24T20:11:39.521Z] ---> 14288fc2bb36 [2021-03-24T20:11:39.521Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-24T20:11:39.521Z] ---> Running in d69d6a1e21e0 [2021-03-24T20:11:39.792Z] Removing intermediate container d69d6a1e21e0 [2021-03-24T20:11:39.792Z] ---> 3438748b1ec5 [2021-03-24T20:11:39.792Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:11:39.792Z] ---> Running in 9d4fdb0ce20d [2021-03-24T20:11:40.372Z] Removing intermediate container 4695a5dd4b9a [2021-03-24T20:11:40.372Z] ---> 9f3d171f0f2e [2021-03-24T20:11:40.372Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-24T20:11:40.636Z] ---> Running in 8644fd080ce6 [2021-03-24T20:11:40.898Z] Removing intermediate container 8644fd080ce6 [2021-03-24T20:11:40.898Z] ---> 33eec031da0e [2021-03-24T20:11:40.898Z] Step 28/31 : CMD ["gate"] [2021-03-24T20:11:40.898Z] ---> Running in c2737b6689a4 [2021-03-24T20:11:40.898Z] Removing intermediate container 9d4fdb0ce20d [2021-03-24T20:11:40.898Z] ---> 859fb09d4b78 [2021-03-24T20:11:40.898Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-24T20:11:41.161Z] ---> Running in 756ea9c6ba58 [2021-03-24T20:11:41.161Z] Removing intermediate container c2737b6689a4 [2021-03-24T20:11:41.161Z] ---> d34eaef19a7f [2021-03-24T20:11:41.161Z] Step 29/31 : LABEL arch=x86_64 [2021-03-24T20:11:41.430Z] ---> Running in 4d8a17d45e17 [2021-03-24T20:11:41.696Z] Removing intermediate container 4d8a17d45e17 [2021-03-24T20:11:41.696Z] ---> 3e121d5602f7 [2021-03-24T20:11:41.696Z] Step 30/31 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:11:41.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:11:41.961Z] ---> Running in 45d7494ee1e5 [2021-03-24T20:11:42.222Z] Removing intermediate container 45d7494ee1e5 [2021-03-24T20:11:42.222Z] ---> d107c0551bd9 [2021-03-24T20:11:42.222Z] Step 31/31 : LABEL version=0.0.0 [2021-03-24T20:11:42.222Z] ---> Running in 0760a53128f5 [2021-03-24T20:11:42.484Z] Removing intermediate container 0760a53128f5 [2021-03-24T20:11:42.484Z] ---> 6a8fcb240dc9 [2021-03-24T20:11:42.484Z] [2021-03-24T20:11:42.484Z] Successfully built 6a8fcb240dc9 [2021-03-24T20:11:42.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:11:42.747Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-24T20:11:43.323Z]  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-24T20:11:43.323Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-24T20:11:43.585Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-24T20:11:43.585Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-24T20:11:43.848Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-24T20:11:44.110Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-24T20:11:44.110Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:11:44.110Z] OK: 8 MiB in 20 packages [2021-03-24T20:11:44.685Z] Removing intermediate container 756ea9c6ba58 [2021-03-24T20:11:44.685Z] ---> 6f7bbae75e7e [2021-03-24T20:11:44.685Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:11:44.950Z] ---> 5f32d3a131a8 [2021-03-24T20:11:44.950Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-24T20:11:45.529Z] ---> c59f08709783 [2021-03-24T20:11:45.529Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-24T20:11:45.791Z] ---> 86535eeb552f [2021-03-24T20:11:45.791Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-24T20:11:45.791Z] ---> Running in e43250dbada9 [2021-03-24T20:11:46.366Z] Removing intermediate container e43250dbada9 [2021-03-24T20:11:46.366Z] ---> b66e97816c43 [2021-03-24T20:11:46.366Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:11:46.631Z] ---> Running in 6e1b6c52d1b0 [2021-03-24T20:11:46.631Z] Removing intermediate container 6e1b6c52d1b0 [2021-03-24T20:11:46.631Z] ---> d13422203df8 [2021-03-24T20:11:46.631Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T20:11:46.631Z] ---> Running in 39a40d725b00 [2021-03-24T20:11:46.894Z] Removing intermediate container 39a40d725b00 [2021-03-24T20:11:46.894Z] ---> 4e2f6142f772 [2021-03-24T20:11:46.894Z] Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:11:46.894Z] ---> Running in 26c40e12345f [2021-03-24T20:11:47.157Z] Removing intermediate container 26c40e12345f [2021-03-24T20:11:47.157Z] ---> 9b42271f0221 [2021-03-24T20:11:47.157Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:11:47.157Z] ---> Running in 32a6b2ef7867 [2021-03-24T20:11:47.418Z] Removing intermediate container 32a6b2ef7867 [2021-03-24T20:11:47.418Z] ---> 2e3031013f6d [2021-03-24T20:11:47.418Z] [2021-03-24T20:11:47.418Z] Successfully built 2e3031013f6d [2021-03-24T20:11:47.418Z] Successfully tagged docker-core-data-go:latest [2021-03-24T20:11:48.000Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-24T20:11:48.007Z] $ docker stop --time=1 88c317138636e013b333ff3f8215ef74f5223dfe5b3fb2ae820fa37c8f79c3e6 [2021-03-24T20:11:49.654Z] $ docker rm -f 88c317138636e013b333ff3f8215ef74f5223dfe5b3fb2ae820fa37c8f79c3e6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T20:11:50.188Z] + docker images [2021-03-24T20:11:50.188Z] + grep docker [2021-03-24T20:11:50.450Z] docker-core-data-go latest 2e3031013f6d 3 seconds ago 22.6MB [2021-03-24T20:11:50.450Z] docker-security-bootstrapper-go latest 6a8fcb240dc9 8 seconds ago 18.8MB [2021-03-24T20:11:50.450Z] docker-security-proxy-setup-go latest 51cd2aa38a37 14 seconds ago 24.7MB [2021-03-24T20:11:50.450Z] docker-sys-mgmt-agent-go latest 17897a258af1 18 seconds ago 313MB [2021-03-24T20:11:50.450Z] docker-core-command-go latest 2f7ff382e990 19 seconds ago 17.3MB [2021-03-24T20:11:50.450Z] docker-security-secretstore-setup-go latest 0bb37ea3f9a0 About a minute ago 25MB [2021-03-24T20:11:50.450Z] docker-core-metadata-go latest cbe63c89b2a9 About a minute ago 19.1MB [2021-03-24T20:11:50.450Z] docker-support-scheduler-go latest 58b977ac58d4 About a minute ago 17.3MB [2021-03-24T20:11:50.450Z] docker-support-notifications-go latest b32ef363fa38 About a minute ago 17.9MB [2021-03-24T20:11:50.450Z] 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-24T20:12:06.441Z] Still waiting to schedule task [2021-03-24T20:12:06.441Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-24T20:12:06.525Z] gofmt -l . [2021-03-24T20:12:06.525Z] [ "`gofmt -l .`" = "" ] [2021-03-24T20:12:06.525Z] ./bin/test-go-mod-tidy.sh [2021-03-24T20:12:06.525Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-24T20:12:07.809Z] + ls -al . [2021-03-24T20:12:07.809Z] total 804 [2021-03-24T20:12:07.809Z] drwxrwxr-x 9 1001 1001 4096 Mar 24 20:12 . [2021-03-24T20:12:07.809Z] drwxr-xr-x 4 root root 4096 Mar 24 20:07 .. [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 11 Mar 24 20:06 .dockerignore [2021-03-24T20:12:07.809Z] drwxrwxr-x 8 1001 1001 4096 Mar 24 20:06 .git [2021-03-24T20:12:07.809Z] drwxrwxr-x 3 1001 1001 4096 Mar 24 20:06 .github [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 818 Mar 24 20:06 .gitignore [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 166 Mar 24 20:06 .sonarcloud.properties [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 8607 Mar 24 20:06 Attribution.txt [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 3804 Mar 24 20:06 CONTRIBUTING.md [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 931 Mar 24 20:06 Dockerfile.build [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 863 Mar 24 20:06 Jenkinsfile [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 10775 Mar 24 20:06 LICENSE [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 5774 Mar 24 20:06 Makefile [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 6548 Mar 24 20:06 README.md [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 6755 Mar 24 20:06 SECURITY.md [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 5 Mar 24 20:03 VERSION [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 4131 Mar 24 20:06 ZMQWindows.md [2021-03-24T20:12:07.809Z] drwxrwxr-x 2 1001 1001 4096 Mar 24 20:06 bin [2021-03-24T20:12:07.809Z] drwxrwxr-x 14 1001 1001 4096 Mar 24 20:06 cmd [2021-03-24T20:12:07.809Z] -rw-r--r-- 1 root root 666600 Mar 24 20:10 coverage.out [2021-03-24T20:12:07.809Z] -rw-r--r-- 1 root root 1056 Mar 24 20:12 go.mod [2021-03-24T20:12:07.809Z] -rw-r--r-- 1 root root 22211 Mar 24 20:12 go.sum [2021-03-24T20:12:07.809Z] drwxrwxr-x 8 1001 1001 4096 Mar 24 20:06 internal [2021-03-24T20:12:07.809Z] drwxrwxr-x 4 1001 1001 4096 Mar 24 20:06 openapi [2021-03-24T20:12:07.809Z] drwxrwxr-x 4 1001 1001 4096 Mar 24 20:06 snap [2021-03-24T20:12:07.809Z] -rw-rw-r-- 1 1001 1001 168 Mar 24 20:06 version.go [Pipeline] sh [2021-03-24T20:12:08.468Z] + '[' -e coverage.out ] [2021-03-24T20:12:08.468Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-24T20:12:08.530Z] Warning: overwriting stash ‘coverage-report’ [2021-03-24T20:12:09.919Z] Stashed 1 file(s) [Pipeline] sh [2021-03-24T20:12:10.582Z] + make build [2021-03-24T20:12:10.582Z] 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-24T20:12:23.042Z] 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-24T20:12:45.228Z] 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-24T20:12:49.529Z] 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-24T20:12:56.261Z] 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-24T20:12:56.597Z] 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-24T20:12:58.569Z] Running on prd-ubuntu18.04-docker-8c-8g-31251 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-24T20:12:58.617Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-03-24T20:13:00.648Z] using credential edgex-jenkins-ssh [2021-03-24T20:13:00.702Z] Cloning the remote Git repository [2021-03-24T20:13:00.740Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:13:00.804Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-03-24T20:13:00.831Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:13:00.831Z] > git --version # timeout=10 [2021-03-24T20:13:00.837Z] > git --version # 'git version 2.17.1' [2021-03-24T20:13:00.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:13:00.862Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T20:13:02.096Z] 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-24T20:13:05.357Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T20:13:05.365Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T20:13:05.376Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T20:13:05.389Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:13:05.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:13:05.394Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T20:13:06.009Z] Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 4883de4e12c0f41f4c63387f79e841415c388155 [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-03-24T20:13:06.393Z] 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 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-24T20:13:06.862Z] Failed in branch amd64 [2021-03-24T20:13:10.694Z] 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-24T20:13:14.997Z] 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-24T20:13:18.379Z] 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-24T20:13:21.788Z] 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-24T20:13:28.514Z] $ docker stop --time=1 80150b4dc48cbe4695fa94a5b65b7afa4fd628b9050bab58265bf060e8e4f7a2 [2021-03-24T20:13:31.218Z] $ docker rm -f 80150b4dc48cbe4695fa94a5b65b7afa4fd628b9050bab58265bf060e8e4f7a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:13:33.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T20:13:33.222Z] [2021-03-24T20:13:33.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:13:33.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T20:13:33.606Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-24T20:13:33.606Z] 29e5d40040c1: Pulling fs layer [2021-03-24T20:13:33.606Z] 1ce36da41761: Pulling fs layer [2021-03-24T20:13:33.606Z] 25b303627fd3: Pulling fs layer [2021-03-24T20:13:33.880Z] 29e5d40040c1: Verifying Checksum [2021-03-24T20:13:33.880Z] 29e5d40040c1: Download complete [2021-03-24T20:13:34.862Z] 29e5d40040c1: Pull complete [2021-03-24T20:13:34.863Z] 1ce36da41761: Verifying Checksum [2021-03-24T20:13:34.863Z] 1ce36da41761: Download complete [2021-03-24T20:13:35.842Z] 25b303627fd3: Verifying Checksum [2021-03-24T20:13:35.842Z] 25b303627fd3: Download complete [2021-03-24T20:13:35.842Z] 1ce36da41761: Pull complete [2021-03-24T20:13:46.087Z] 25b303627fd3: Pull complete [2021-03-24T20:13:46.087Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-24T20:13:46.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T20:13:46.087Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-24T20:13:46.356Z] prd-ubuntu18.04-docker-arm64-4c-16g-31249 does not seem to be running inside a container [2021-03-24T20:13:46.426Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-arm64:latest cat [2021-03-24T20:13:49.616Z] $ docker top 6e0a34f7eab537203ae6e2bdf87e08bfb8b73298cb63ea390b443d8c09f513da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:13:50.716Z] + grep parallel [2021-03-24T20:13:50.717Z] + docker-compose build --help [2021-03-24T20:13:54.084Z] --parallel Build images in parallel. [Pipeline] } [2021-03-24T20:13:54.370Z] $ docker stop --time=1 6e0a34f7eab537203ae6e2bdf87e08bfb8b73298cb63ea390b443d8c09f513da [2021-03-24T20:13:56.257Z] $ docker rm -f 6e0a34f7eab537203ae6e2bdf87e08bfb8b73298cb63ea390b443d8c09f513da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:13:57.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T20:13:57.121Z] . [Pipeline] withDockerContainer [2021-03-24T20:13:57.387Z] prd-ubuntu18.04-docker-arm64-4c-16g-31249 does not seem to be running inside a container [2021-03-24T20:13:57.462Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-24T20:13:58.744Z] $ docker top b374caf9c0dbaaf5b68f60bc2c503a78486bc89da43e9c075dd58e2d056b14cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:13:59.709Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-24T20:14:03.996Z] Building docker-core-command-go ... [2021-03-24T20:14:03.996Z] Building docker-core-data-go ... [2021-03-24T20:14:03.996Z] Building docker-core-metadata-go ... [2021-03-24T20:14:03.996Z] Building docker-security-bootstrapper-go ... [2021-03-24T20:14:03.996Z] Building docker-security-proxy-setup-go ... [2021-03-24T20:14:03.996Z] Building docker-security-secretstore-setup-go ... [2021-03-24T20:14:03.996Z] Building docker-support-notifications-go ... [2021-03-24T20:14:03.996Z] Building docker-support-scheduler-go ... [2021-03-24T20:14:03.996Z] Building docker-sys-mgmt-agent-go ... [2021-03-24T20:14:03.996Z] Building docker-security-secretstore-setup-go [2021-03-24T20:14:03.997Z] Building docker-security-proxy-setup-go [2021-03-24T20:14:03.997Z] Building docker-core-metadata-go [2021-03-24T20:14:03.997Z] Building docker-support-scheduler-go [2021-03-24T20:14:03.997Z] Building docker-security-bootstrapper-go [2021-03-24T20:15:25.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:15:25.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:15:25.796Z] ---> 9b7aec9cd9c7 [2021-03-24T20:15:25.796Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:15:25.796Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:15:25.796Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:15:25.796Z] ---> 9b7aec9cd9c7 [2021-03-24T20:15:25.796Z] Step 3/24 : WORKDIR /edgex-go [2021-03-24T20:15:25.796Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:15:25.796Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:15:25.796Z] ---> 9b7aec9cd9c7 [2021-03-24T20:15:25.796Z] Step 3/31 : WORKDIR /edgex-go [2021-03-24T20:15:25.796Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:15:25.796Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:15:25.796Z] ---> 9b7aec9cd9c7 [2021-03-24T20:15:25.796Z] Step 3/21 : WORKDIR /edgex-go [2021-03-24T20:15:25.796Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:15:25.796Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:15:25.796Z] ---> 9b7aec9cd9c7 [2021-03-24T20:15:25.796Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T20:15:25.796Z] ---> Running in ab4bd93ad78f [2021-03-24T20:15:25.796Z] ---> Running in 2920be501885 [2021-03-24T20:15:25.796Z] ---> Running in d7c0089f15c8 [2021-03-24T20:15:25.796Z] ---> Running in 5b9ead787d6a [2021-03-24T20:15:25.796Z] ---> Running in 8b8a7f2f34ee [2021-03-24T20:15:25.796Z] Removing intermediate container 5b9ead787d6a [2021-03-24T20:15:25.796Z] ---> b2d602d7fd9b [2021-03-24T20:15:25.796Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container ab4bd93ad78f [2021-03-24T20:15:25.796Z] [2021-03-24T20:15:25.796Z] ---> 2a43afec12da [2021-03-24T20:15:25.796Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:15:25.796Z] Removing intermediate container 8b8a7f2f34ee [2021-03-24T20:15:25.796Z] ---> 9ee6b06a6ae7 [2021-03-24T20:15:25.796Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:15:25.796Z] Removing intermediate container 2920be501885 [2021-03-24T20:15:25.796Z] ---> 0a566a14027d [2021-03-24T20:15:25.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:15:25.796Z] Removing intermediate container d7c0089f15c8 [2021-03-24T20:15:25.796Z] ---> f0cbc5f6ed2a [2021-03-24T20:15:25.796Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:15:25.796Z] ---> Running in c6d21e9650b4 [2021-03-24T20:15:25.796Z] ---> Running in 7f7be5a3346e [2021-03-24T20:15:25.796Z] ---> Running in ded873dad772 [2021-03-24T20:15:25.796Z] ---> Running in 675afb9737d1 [2021-03-24T20:15:25.796Z] ---> Running in e5e8c6d429dd [2021-03-24T20:15:25.796Z] Removing intermediate container 7f7be5a3346e [2021-03-24T20:15:25.796Z] ---> 13edcfd249d0 [2021-03-24T20:15:25.796Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-24T20:15:25.796Z] Removing intermediate container c6d21e9650b4 [2021-03-24T20:15:25.796Z] ---> 42f3eed7f8be [2021-03-24T20:15:25.796Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-24T20:15:25.796Z] ---> Running in 1755fac906ea [2021-03-24T20:15:25.796Z] ---> Running in 4e2fb5cba53d [2021-03-24T20:15:25.796Z] Removing intermediate container ded873dad772 [2021-03-24T20:15:25.796Z] ---> 571846954451 [2021-03-24T20:15:25.796Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T20:15:25.796Z] Removing intermediate container 675afb9737d1 [2021-03-24T20:15:25.796Z] ---> 46b5537e6308 [2021-03-24T20:15:25.796Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-24T20:15:25.796Z] Removing intermediate container e5e8c6d429dd [2021-03-24T20:15:25.796Z] ---> c09c3ad7584f [2021-03-24T20:15:25.796Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-24T20:15:25.796Z] ---> Running in 4c0114dea5fb [2021-03-24T20:15:25.796Z] ---> Running in 63b8f8815fd1 [2021-03-24T20:15:25.796Z] ---> Running in a1e276fb31d0 [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:25.796Z] OK: 217 MiB in 51 packages [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:25.796Z] OK: 217 MiB in 51 packages [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:25.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:15:26.393Z] OK: 217 MiB in 51 packages [2021-03-24T20:15:26.393Z] OK: 217 MiB in 51 packages [2021-03-24T20:15:26.393Z] OK: 217 MiB in 51 packages [2021-03-24T20:15:26.671Z] Removing intermediate container 1755fac906ea [2021-03-24T20:15:26.671Z] ---> c902cf16b327 [2021-03-24T20:15:26.671Z] Step 6/31 : COPY go.mod . [2021-03-24T20:15:27.278Z] Removing intermediate container 4e2fb5cba53d [2021-03-24T20:15:27.278Z] ---> 0ada7e616793 [2021-03-24T20:15:27.278Z] Step 6/21 : COPY go.mod . [2021-03-24T20:15:27.882Z] ---> d4a2eea4c264 [2021-03-24T20:15:27.882Z] Step 7/31 : RUN go mod download [2021-03-24T20:15:27.882Z] ---> Running in 19b23a2074cd [2021-03-24T20:15:28.155Z] Removing intermediate container 63b8f8815fd1 [2021-03-24T20:15:28.155Z] ---> 04e7218d9b88 [2021-03-24T20:15:28.155Z] Step 6/22 : COPY go.mod . [2021-03-24T20:15:28.155Z] Removing intermediate container 4c0114dea5fb [2021-03-24T20:15:28.155Z] ---> a1c7bbb246d2 [2021-03-24T20:15:28.155Z] Step 6/23 : COPY go.mod . [2021-03-24T20:15:28.155Z] ---> 6147df47624d [2021-03-24T20:15:28.155Z] Step 7/21 : RUN go mod download [2021-03-24T20:15:28.427Z] Removing intermediate container a1e276fb31d0 [2021-03-24T20:15:28.427Z] ---> 37711d013947 [2021-03-24T20:15:28.427Z] Step 6/24 : COPY go.mod . [2021-03-24T20:15:28.427Z] ---> Running in edf20b771107 [2021-03-24T20:15:29.403Z] ---> 0b06f70b6037 [2021-03-24T20:15:29.403Z] Step 7/22 : RUN go mod download [2021-03-24T20:15:29.403Z] ---> 4e27f0dcdadb [2021-03-24T20:15:29.403Z] Step 7/23 : RUN go mod download [2021-03-24T20:15:29.403Z] ---> Running in 052dc0c7d736 [2021-03-24T20:15:29.688Z] ---> Running in 6a0866d60ace [2021-03-24T20:15:29.688Z] ---> bf78a11dad49 [2021-03-24T20:15:29.688Z] Step 7/24 : RUN go mod download [2021-03-24T20:15:29.960Z] ---> Running in 0cdf870fb6fa [2021-03-24T20:15:31.971Z] Removing intermediate container 19b23a2074cd [2021-03-24T20:15:31.971Z] ---> 245b3f24c956 [2021-03-24T20:15:31.971Z] Step 8/31 : COPY . . [2021-03-24T20:15:32.578Z] Removing intermediate container edf20b771107 [2021-03-24T20:15:32.578Z] ---> a34a8d30cf37 [2021-03-24T20:15:32.578Z] Step 8/21 : COPY . . [2021-03-24T20:15:34.561Z] Removing intermediate container 052dc0c7d736 [2021-03-24T20:15:34.561Z] ---> b65c24f2485e [2021-03-24T20:15:34.561Z] Step 8/22 : COPY . . [2021-03-24T20:15:35.159Z] Removing intermediate container 0cdf870fb6fa [2021-03-24T20:15:35.159Z] ---> e639f5daf92e [2021-03-24T20:15:35.159Z] Step 8/24 : COPY . . [2021-03-24T20:15:35.159Z] Removing intermediate container 6a0866d60ace [2021-03-24T20:15:35.159Z] ---> 9e27f3a70808 [2021-03-24T20:15:35.159Z] Step 8/23 : COPY . . [2021-03-24T20:16:01.967Z] ---> a1ee33a9d690 [2021-03-24T20:16:01.967Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-24T20:16:01.967Z] ---> 5ed7a121bf5f [2021-03-24T20:16:01.967Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-24T20:16:01.967Z] ---> 9a0c29864b35 [2021-03-24T20:16:01.967Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-24T20:16:01.967Z] ---> 6b633b0ca8c4 [2021-03-24T20:16:01.967Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-24T20:16:01.967Z] ---> Running in 37ac879b9f56 [2021-03-24T20:16:01.967Z] ---> Running in ad45bb5a633e [2021-03-24T20:16:01.967Z] ---> Running in d401efb6f21c [2021-03-24T20:16:01.967Z] ---> Running in dd4d7de1eb81 [2021-03-24T20:16:01.967Z] ---> 44bbf5e96f08 [2021-03-24T20:16:01.967Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-24T20:16:01.967Z] ---> Running in 716dca5e33c6 [2021-03-24T20:16:01.968Z] 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-24T20:16:01.968Z] 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-24T20:16:01.968Z] 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-24T20:16:01.968Z] 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-24T20:16:01.968Z] 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-24T20:17:38.831Z] 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-24T20:17:38.831Z] 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-24T20:17:43.165Z] Removing intermediate container dd4d7de1eb81 [2021-03-24T20:17:43.165Z] ---> 35d56ad2370c [2021-03-24T20:17:43.165Z] [2021-03-24T20:17:43.165Z] Step 10/24 : FROM alpine:3.12 [2021-03-24T20:17:43.165Z] 3.12: Pulling from library/alpine [2021-03-24T20:17:44.674Z] Removing intermediate container ad45bb5a633e [2021-03-24T20:17:44.674Z] ---> 32c8032ca720 [2021-03-24T20:17:44.674Z] [2021-03-24T20:17:44.674Z] Step 10/21 : FROM alpine:3.12 [2021-03-24T20:17:44.674Z] 3.12: Pulling from library/alpine [2021-03-24T20:17:44.957Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T20:17:44.957Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T20:17:44.957Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T20:17:44.957Z] Status: Image is up to date for alpine:3.12 [2021-03-24T20:17:44.957Z] ---> d10569e2745f [2021-03-24T20:17:44.957Z] ---> d10569e2745f [2021-03-24T20:17:44.957Z] Step 11/21 : RUN apk add --update --no-cache curlStep 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-24T20:17:44.957Z] [2021-03-24T20:17:45.569Z] ---> Running in e633f772d25c [2021-03-24T20:17:45.569Z] ---> Running in db1fad322bbd [2021-03-24T20:17:48.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:17:48.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:17:48.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:17:48.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:17:48.819Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-24T20:17:49.097Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-24T20:17:49.097Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:17:49.097Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-24T20:17:49.097Z] (4/6) Installing curl (7.69.1-r3) [2021-03-24T20:17:49.097Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-24T20:17:49.097Z] (6/6) Installing su-exec (0.2-r1) [2021-03-24T20:17:49.097Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:17:49.097Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:17:49.097Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-24T20:17:49.097Z] (4/4) Installing curl (7.69.1-r3) [2021-03-24T20:17:49.097Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:17:49.097Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:17:49.097Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:17:49.394Z] OK: 7 MiB in 20 packages [2021-03-24T20:17:49.394Z] Removing intermediate container d401efb6f21c [2021-03-24T20:17:49.394Z] ---> b786ff59970e [2021-03-24T20:17:49.394Z] [2021-03-24T20:17:49.394Z] Step 10/31 : FROM alpine:3.12 [2021-03-24T20:17:49.394Z] ---> d10569e2745f [2021-03-24T20:17:49.394Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-24T20:17:49.668Z] OK: 7 MiB in 18 packages [2021-03-24T20:17:49.942Z] ---> Running in 2bb222a04a0a [2021-03-24T20:17:50.936Z] Removing intermediate container 2bb222a04a0a [2021-03-24T20:17:50.936Z] ---> cc7d2fc1eba8 [2021-03-24T20:17:50.936Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-24T20:17:51.212Z] ---> Running in e7cab0b22d7f [2021-03-24T20:17:52.674Z] Removing intermediate container e633f772d25c [2021-03-24T20:17:52.674Z] ---> a7d0679ee5ff [2021-03-24T20:17:52.674Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T20:17:53.274Z] Removing intermediate container db1fad322bbd [2021-03-24T20:17:53.274Z] ---> dae92854bdb8 [2021-03-24T20:17:53.274Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T20:17:53.274Z] ---> Running in b2126ca577be [2021-03-24T20:17:53.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:17:53.549Z] ---> Running in 255b7768df38 [2021-03-24T20:17:53.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:17:53.828Z] Removing intermediate container b2126ca577be [2021-03-24T20:17:53.828Z] ---> 4550851727b5 [2021-03-24T20:17:53.828Z] Step 13/24 : WORKDIR / [2021-03-24T20:17:54.111Z] ---> Running in 6334f87fd207 [2021-03-24T20:17:54.112Z] Removing intermediate container 255b7768df38 [2021-03-24T20:17:54.112Z] ---> d1c74a9ef851 [2021-03-24T20:17:54.112Z] Step 13/21 : WORKDIR /edgex [2021-03-24T20:17:54.112Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-24T20:17:54.112Z] (2/2) Installing su-exec (0.2-r1) [2021-03-24T20:17:54.112Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:17:54.112Z] OK: 5 MiB in 16 packages [2021-03-24T20:17:54.394Z] ---> Running in 3cf4b60ba18f [2021-03-24T20:17:55.843Z] Removing intermediate container 3cf4b60ba18f [2021-03-24T20:17:55.843Z] ---> 9335e3c10294 [2021-03-24T20:17:55.843Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-24T20:17:55.844Z] Removing intermediate container 6334f87fd207 [2021-03-24T20:17:55.844Z] ---> e28e39e14238 [2021-03-24T20:17:55.844Z] 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-24T20:17:56.136Z] Removing intermediate container e7cab0b22d7f [2021-03-24T20:17:56.136Z] ---> 9f281a2a4af8 [2021-03-24T20:17:56.136Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-24T20:17:56.753Z] ---> Running in 26b4b3eb2b3d [2021-03-24T20:17:57.031Z] ---> 45c1f5a0e725 [2021-03-24T20:17:57.031Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-24T20:17:58.020Z] ---> fa158491f903 [2021-03-24T20:17:58.020Z] 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-24T20:17:58.020Z] Removing intermediate container 26b4b3eb2b3d [2021-03-24T20:17:58.020Z] ---> d79c374c1dab [2021-03-24T20:17:58.020Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-24T20:17:58.020Z] ---> Running in 33ce6a406d59 [2021-03-24T20:17:58.623Z] Removing intermediate container 37ac879b9f56 [2021-03-24T20:17:58.623Z] ---> d087f1b41b08 [2021-03-24T20:17:58.623Z] [2021-03-24T20:17:58.623Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T20:17:58.623Z] ---> d10569e2745f [2021-03-24T20:17:58.623Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:17:58.623Z] ---> 3ae8d19f8381 [2021-03-24T20:17:58.623Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-24T20:17:58.898Z] ---> Running in e523dfd0c483 [2021-03-24T20:17:59.175Z] Removing intermediate container 33ce6a406d59 [2021-03-24T20:17:59.175Z] ---> 97d463a2499f [2021-03-24T20:17:59.175Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-24T20:17:59.175Z] ---> a0bd1a785c27 [2021-03-24T20:17:59.175Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-24T20:17:59.459Z] ---> Running in e6d2517df0e8 [2021-03-24T20:18:00.949Z] ---> 3440ccdfd3ae [2021-03-24T20:18:00.949Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> 8d9377233d95 [2021-03-24T20:18:00.949Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-24T20:18:00.949Z] [2021-03-24T20:18:01.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:18:01.521Z] ---> Running in 45ae1bb75377 [2021-03-24T20:18:01.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:18:02.174Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T20:18:02.174Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:18:02.174Z] OK: 5 MiB in 15 packages [2021-03-24T20:18:02.174Z] Removing intermediate container 45ae1bb75377 [2021-03-24T20:18:02.174Z] ---> 833ec61254c7 [2021-03-24T20:18:02.174Z] Step 18/21 : CMD ["--init=true"] [2021-03-24T20:18:02.502Z] ---> Running in 275d29a573b1 [2021-03-24T20:18:03.560Z] ---> d3a0c7fc4ab4 [2021-03-24T20:18:03.560Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-24T20:18:03.846Z] Removing intermediate container e6d2517df0e8 [2021-03-24T20:18:03.847Z] ---> 098b01c06e5d [2021-03-24T20:18:03.847Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-24T20:18:03.847Z] Removing intermediate container 275d29a573b1 [2021-03-24T20:18:03.847Z] ---> ce52a571ed78 [2021-03-24T20:18:03.847Z] Step 19/21 : LABEL arch=arm64 [2021-03-24T20:18:04.144Z] ---> Running in f6d3c81ff6b2 [2021-03-24T20:18:04.144Z] ---> Running in 461e1c62655b [2021-03-24T20:18:04.432Z] Removing intermediate container e523dfd0c483 [2021-03-24T20:18:04.432Z] ---> 4f3377beeaee [2021-03-24T20:18:04.432Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:18:04.744Z] ---> Running in 0f027687a133 [2021-03-24T20:18:05.352Z] Removing intermediate container 461e1c62655b [2021-03-24T20:18:05.352Z] ---> 45f978bc9724 [2021-03-24T20:18:05.352Z] Removing intermediate container f6d3c81ff6b2 [2021-03-24T20:18:05.352Z] ---> 98739f64895e [2021-03-24T20:18:05.352Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-24T20:18:05.352Z] Step 20/21 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:18:05.625Z] ---> e5d6e8d3887e [2021-03-24T20:18:05.625Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-24T20:18:06.226Z] ---> Running in feb5b9c068a2 [2021-03-24T20:18:06.226Z] Removing intermediate container 0f027687a133 [2021-03-24T20:18:06.226Z] ---> e4283056505f [2021-03-24T20:18:06.226Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-24T20:18:06.499Z] Removing intermediate container 716dca5e33c6 [2021-03-24T20:18:06.499Z] ---> 9f7982caf5a1 [2021-03-24T20:18:06.499Z] [2021-03-24T20:18:06.499Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:18:06.499Z] ---> d10569e2745f [2021-03-24T20:18:06.499Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:18:06.499Z] ---> Using cache [2021-03-24T20:18:06.499Z] ---> 4f3377beeaee [2021-03-24T20:18:06.499Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:18:06.499Z] ---> Using cache [2021-03-24T20:18:06.499Z] ---> e4283056505f [2021-03-24T20:18:06.499Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-24T20:18:06.499Z] ---> 10b731014b4f [2021-03-24T20:18:06.499Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-24T20:18:06.774Z] ---> Running in e01f9aa6d020 [2021-03-24T20:18:06.774Z] ---> Running in df93d41eb0de [2021-03-24T20:18:06.774Z] ---> Running in 2c0b03d6b09a [2021-03-24T20:18:07.051Z] ---> 1d1f01189550 [2021-03-24T20:18:07.051Z] 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-24T20:18:07.051Z] Removing intermediate container feb5b9c068a2 [2021-03-24T20:18:07.051Z] ---> a0596c2f6164 [2021-03-24T20:18:07.051Z] Step 21/21 : LABEL version=0.0.0 [2021-03-24T20:18:07.322Z] ---> Running in fc0514e7de9a [2021-03-24T20:18:07.322Z] ---> Running in 2a9ec73c9ceb [2021-03-24T20:18:07.322Z] Removing intermediate container e01f9aa6d020 [2021-03-24T20:18:07.322Z] ---> 0076536f899c [2021-03-24T20:18:07.322Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T20:18:07.607Z] Removing intermediate container df93d41eb0de [2021-03-24T20:18:07.607Z] ---> 63c25b914f05 [2021-03-24T20:18:07.607Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T20:18:07.607Z] ---> Running in e0e7cd78f5f5 [2021-03-24T20:18:07.882Z] ---> Running in 4388bad4d696 [2021-03-24T20:18:08.159Z] Removing intermediate container 2a9ec73c9ceb [2021-03-24T20:18:08.159Z] ---> af0f89784bfd [2021-03-24T20:18:08.159Z] [2021-03-24T20:18:08.437Z] Removing intermediate container e0e7cd78f5f5 [2021-03-24T20:18:08.437Z] ---> bc13f013a01c [2021-03-24T20:18:08.437Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:18:08.714Z] Removing intermediate container 4388bad4d696 [2021-03-24T20:18:08.714Z] ---> 8a8b3042fa69 [2021-03-24T20:18:08.714Z] Step 15/23 : WORKDIR / [2021-03-24T20:18:08.714Z] Successfully built af0f89784bfd [2021-03-24T20:18:08.988Z] ---> Running in 8dc586a9ac0b [2021-03-24T20:18:08.988Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-24T20:18:08.988Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-24T20:18:09.588Z] ---> 88c13bc57a3f [2021-03-24T20:18:09.588Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-24T20:18:09.862Z] Removing intermediate container 8dc586a9ac0b [2021-03-24T20:18:09.862Z] ---> b3f0ffc63b14 [2021-03-24T20:18:09.862Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:18:11.302Z] Removing intermediate container fc0514e7de9a [2021-03-24T20:18:11.302Z] Removing intermediate container 2c0b03d6b09a [2021-03-24T20:18:11.302Z] ---> 1b89786454c1 [2021-03-24T20:18:11.302Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-24T20:18:11.302Z] ---> b07c669147ca [2021-03-24T20:18:11.302Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:18:11.906Z] ---> 8e9b9a436a12 [2021-03-24T20:18:11.906Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-24T20:18:12.220Z] ---> Running in 9cc4771cf9b4 [2021-03-24T20:18:12.844Z] ---> 161b6a7d837d [2021-03-24T20:18:12.844Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-24T20:18:13.117Z] ---> 8aad46156207 [2021-03-24T20:18:13.117Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-24T20:18:13.395Z] Removing intermediate container 9cc4771cf9b4 [2021-03-24T20:18:13.395Z] ---> 950e5fb3f883 [2021-03-24T20:18:13.395Z] Step 22/24 : LABEL arch=arm64 [2021-03-24T20:18:13.676Z] ---> 0d84e9a925aa [2021-03-24T20:18:13.676Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-24T20:18:14.284Z] ---> Running in d1d6d6f8f496 [2021-03-24T20:18:14.891Z] ---> db955e136a66 [2021-03-24T20:18:14.891Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-24T20:18:15.170Z] ---> 8daca89ae8c1 [2021-03-24T20:18:15.170Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-24T20:18:15.170Z] ---> 06c7b5edc358 [2021-03-24T20:18:15.170Z] Removing intermediate container d1d6d6f8f496 [2021-03-24T20:18:15.171Z] ---> 5456f2d0a5a9 [2021-03-24T20:18:15.171Z] Step 23/24 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:18:15.171Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-24T20:18:15.444Z] ---> Running in 1f04b80463ce [2021-03-24T20:18:15.444Z] ---> Running in ce6277152d27 [2021-03-24T20:18:15.444Z] ---> Running in 8a0135d198af [2021-03-24T20:18:16.042Z] Removing intermediate container 1f04b80463ce [2021-03-24T20:18:16.042Z] ---> d801f88d2e01 [2021-03-24T20:18:16.042Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:18:16.316Z] Removing intermediate container 8a0135d198af [2021-03-24T20:18:16.316Z] ---> d38aca2c702d [2021-03-24T20:18:16.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:18:16.316Z] Removing intermediate container ce6277152d27 [2021-03-24T20:18:16.316Z] ---> 16f1b03aedb0 [2021-03-24T20:18:16.316Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T20:18:16.316Z] ---> Running in 3ef043c38613 [2021-03-24T20:18:16.316Z] ---> Running in c8626de12d61 [2021-03-24T20:18:16.590Z] ---> acf0ecfb61eb [2021-03-24T20:18:16.590Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-24T20:18:16.590Z] ---> Running in 64660d9fce8f [2021-03-24T20:18:17.188Z] Removing intermediate container c8626de12d61 [2021-03-24T20:18:17.188Z] ---> 21659053f766 [2021-03-24T20:18:17.188Z] Step 21/23 : LABEL arch=arm64 [2021-03-24T20:18:17.188Z] Removing intermediate container 3ef043c38613 [2021-03-24T20:18:17.188Z] ---> ae3d23b4b4c0 [2021-03-24T20:18:17.188Z] Step 20/22 : LABEL arch=arm64 [2021-03-24T20:18:17.188Z] Removing intermediate container 64660d9fce8f [2021-03-24T20:18:17.188Z] ---> a1025ae2da93 [2021-03-24T20:18:17.188Z] [2021-03-24T20:18:17.466Z] ---> Running in c0254d932f7c [2021-03-24T20:18:17.466Z] ---> Running in 44dbdd8d1233 [2021-03-24T20:18:18.065Z] ---> 320ca3b49651 [2021-03-24T20:18:18.065Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-24T20:18:18.065Z] Successfully built a1025ae2da93 [2021-03-24T20:18:18.065Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-24T20:18:18.065Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-24T20:18:18.338Z] Removing intermediate container c0254d932f7c [2021-03-24T20:18:18.338Z] ---> 024527bc003e [2021-03-24T20:18:18.338Z] Removing intermediate container 44dbdd8d1233 [2021-03-24T20:18:18.338Z] Step 21/22 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 ---> d9ba3cbf3707 [2021-03-24T20:18:18.338Z] [2021-03-24T20:18:18.338Z] Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:18:18.613Z] ---> Running in a68164479abc [2021-03-24T20:18:18.613Z] ---> Running in 927cad47efa2 [2021-03-24T20:18:18.888Z] ---> 6ac071ee766b [2021-03-24T20:18:18.888Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-24T20:18:19.488Z] ---> Running in e5ce3881debb [2021-03-24T20:18:19.488Z] Removing intermediate container 927cad47efa2 [2021-03-24T20:18:19.488Z] ---> f0e46bfa2040 [2021-03-24T20:18:19.488Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T20:18:19.796Z] Removing intermediate container a68164479abc [2021-03-24T20:18:19.796Z] ---> 85b08376fe5f [2021-03-24T20:18:19.796Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:18:20.109Z] ---> Running in 6f1290937a27 [2021-03-24T20:18:20.384Z] ---> Running in 913e3a2cd8c9 [2021-03-24T20:18:20.384Z] Removing intermediate container e5ce3881debb [2021-03-24T20:18:20.384Z] ---> 5ad67058cf4a [2021-03-24T20:18:20.384Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-24T20:18:20.977Z] Removing intermediate container 6f1290937a27 [2021-03-24T20:18:20.977Z] ---> 4615f85d3d87 [2021-03-24T20:18:20.977Z] [2021-03-24T20:18:21.581Z] Successfully built 4615f85d3d87 [2021-03-24T20:18:21.581Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-24T20:18:21.581Z] Building docker-core-data-go [2021-03-24T20:18:21.581Z]  Building docker-support-scheduler-go ... done Removing intermediate container 913e3a2cd8c9 [2021-03-24T20:18:21.581Z] ---> d64553c4ea3f [2021-03-24T20:18:21.581Z] [2021-03-24T20:18:21.855Z] Successfully built d64553c4ea3f [2021-03-24T20:18:22.135Z] ---> 22a07901f374 [2021-03-24T20:18:22.135Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-24T20:18:22.135Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-24T20:18:22.135Z] Building docker-support-notifications-go [2021-03-24T20:18:22.732Z]  Building docker-core-metadata-go ... done  ---> Running in 32af95db9cf8 [2021-03-24T20:18:25.357Z] Removing intermediate container 32af95db9cf8 [2021-03-24T20:18:25.357Z] ---> c3827c1b6dd9 [2021-03-24T20:18:25.357Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-24T20:18:26.335Z] ---> Running in 909235957ac3 [2021-03-24T20:18:27.764Z] Removing intermediate container 909235957ac3 [2021-03-24T20:18:27.764Z] ---> 555a9d251721 [2021-03-24T20:18:27.764Z] Step 28/31 : CMD ["gate"] [2021-03-24T20:18:28.367Z] ---> Running in 9b0b8b06c3ea [2021-03-24T20:18:28.969Z] Removing intermediate container 9b0b8b06c3ea [2021-03-24T20:18:28.969Z] ---> 6d02208c0f2a [2021-03-24T20:18:28.969Z] Step 29/31 : LABEL arch=arm64 [2021-03-24T20:18:29.942Z] ---> Running in e49720ddc4be [2021-03-24T20:18:30.932Z] Removing intermediate container e49720ddc4be [2021-03-24T20:18:30.932Z] ---> b3436eb987b7 [2021-03-24T20:18:30.932Z] Step 30/31 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:18:31.917Z] ---> Running in 3b43aa66d5c1 [2021-03-24T20:18:32.894Z] Removing intermediate container 3b43aa66d5c1 [2021-03-24T20:18:32.894Z] ---> 3528d611fa33 [2021-03-24T20:18:32.894Z] Step 31/31 : LABEL version=0.0.0 [2021-03-24T20:18:33.868Z] ---> Running in b38dd9dad8e5 [2021-03-24T20:18:34.478Z] Removing intermediate container b38dd9dad8e5 [2021-03-24T20:18:34.478Z] ---> 28878dea6f75 [2021-03-24T20:18:34.478Z] [2021-03-24T20:18:34.753Z] Successfully built 28878dea6f75 [2021-03-24T20:18:34.753Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-24T20:18:49.811Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:18:49.811Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:18:49.811Z] ---> 9b7aec9cd9c7 [2021-03-24T20:18:49.811Z] Step 3/26 : WORKDIR /edgex-go [2021-03-24T20:18:49.811Z] ---> Using cache [2021-03-24T20:18:49.811Z] ---> f0cbc5f6ed2a [2021-03-24T20:18:49.811Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:18:49.811Z] ---> Using cache [2021-03-24T20:18:49.811Z] ---> c09c3ad7584f [2021-03-24T20:18:49.811Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-24T20:18:53.217Z] ---> Running in ea67f313f0a5 [2021-03-24T20:18:54.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:18:54.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:18:55.786Z] OK: 217 MiB in 51 packages [2021-03-24T20:18:59.187Z] Removing intermediate container ea67f313f0a5 [2021-03-24T20:18:59.188Z] ---> 6bbdfe8d49c7 [2021-03-24T20:18:59.188Z] Step 6/26 : COPY go.mod . [2021-03-24T20:19:00.191Z] ---> 857d5de60e48 [2021-03-24T20:19:00.191Z] Step 7/26 : RUN go mod download [2021-03-24T20:19:00.793Z] ---> Running in 3a890775cbc3 [2021-03-24T20:19:05.124Z] Removing intermediate container 3a890775cbc3 [2021-03-24T20:19:05.124Z] ---> 5536e381a556 [2021-03-24T20:19:05.124Z] Step 8/26 : COPY . . [2021-03-24T20:19:05.124Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:19:05.124Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:19:05.124Z] ---> 9b7aec9cd9c7 [2021-03-24T20:19:05.124Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:19:05.124Z] ---> Using cache [2021-03-24T20:19:05.124Z] ---> f0cbc5f6ed2a [2021-03-24T20:19:05.124Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:19:05.124Z] ---> Using cache [2021-03-24T20:19:05.124Z] ---> c09c3ad7584f [2021-03-24T20:19:05.124Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T20:19:05.124Z] ---> Using cache [2021-03-24T20:19:05.124Z] ---> 37711d013947 [2021-03-24T20:19:05.124Z] Step 6/23 : COPY go.mod . [2021-03-24T20:19:05.124Z] ---> Using cache [2021-03-24T20:19:05.124Z] ---> bf78a11dad49 [2021-03-24T20:19:05.124Z] Step 7/23 : RUN go mod download [2021-03-24T20:19:05.124Z] ---> Using cache [2021-03-24T20:19:05.124Z] ---> e639f5daf92e [2021-03-24T20:19:05.124Z] Step 8/23 : COPY . . [2021-03-24T20:19:05.721Z] ---> Using cache [2021-03-24T20:19:05.721Z] ---> 6b633b0ca8c4 [2021-03-24T20:19:05.721Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-24T20:19:07.168Z] ---> Running in 80f4790243ff [2021-03-24T20:19:07.763Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:19:07.763Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:19:07.763Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:19:07.763Z] [2021-03-24T20:19:07.763Z] ---> 9b7aec9cd9c7 [2021-03-24T20:19:07.763Z] ---> 9b7aec9cd9c7 [2021-03-24T20:19:07.763Z] Step 3/22 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2021-03-24T20:19:07.763Z] ---> Using cache [2021-03-24T20:19:07.763Z] [2021-03-24T20:19:07.763Z] ---> f0cbc5f6ed2a [2021-03-24T20:19:07.763Z] ---> Using cache [2021-03-24T20:19:07.763Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> f0cbc5f6ed2a [2021-03-24T20:19:07.763Z] [2021-03-24T20:19:07.763Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache [2021-03-24T20:19:07.763Z] ---> c09c3ad7584f [2021-03-24T20:19:07.763Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-24T20:19:07.763Z] [2021-03-24T20:19:07.763Z] ---> Using cache [2021-03-24T20:19:07.763Z] ---> c09c3ad7584f [2021-03-24T20:19:07.763Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-24T20:19:08.744Z] ---> Running in 7c90eaaccbc5 [2021-03-24T20:19:08.744Z] ---> Running in ec04e2a00883 [2021-03-24T20:19:09.025Z] 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-24T20:19:11.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:19:11.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:19:11.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:19:11.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:19:12.193Z] OK: 217 MiB in 51 packages [2021-03-24T20:19:12.467Z] OK: 217 MiB in 51 packages [2021-03-24T20:19:15.904Z] Removing intermediate container ec04e2a00883 [2021-03-24T20:19:15.904Z] ---> 6386f583508c [2021-03-24T20:19:15.904Z] Step 6/23 : COPY go.mod . [2021-03-24T20:19:16.524Z] Removing intermediate container 7c90eaaccbc5 [2021-03-24T20:19:16.524Z] ---> 9bad54546a20 [2021-03-24T20:19:16.524Z] Step 6/22 : COPY go.mod . [2021-03-24T20:19:17.980Z] ---> fe4bdad0a009 [2021-03-24T20:19:17.980Z] Step 7/23 : RUN go mod download [2021-03-24T20:19:18.593Z] ---> Running in 92326bf32281 [2021-03-24T20:19:18.593Z] ---> b545d428920a [2021-03-24T20:19:18.593Z] Step 7/22 : RUN go mod download [2021-03-24T20:19:19.208Z] ---> Running in 9e4bcb785e95 [2021-03-24T20:19:25.995Z] Removing intermediate container 92326bf32281 [2021-03-24T20:19:25.995Z] ---> 8a05edea2261 [2021-03-24T20:19:25.995Z] Step 8/23 : COPY . . [2021-03-24T20:19:25.995Z] Removing intermediate container 9e4bcb785e95 [2021-03-24T20:19:25.995Z] ---> 48427cd1f51b [2021-03-24T20:19:25.995Z] Step 8/22 : COPY . . [2021-03-24T20:19:28.009Z] ---> 2e407b6b0ee4 [2021-03-24T20:19:28.009Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-24T20:19:29.477Z] ---> Running in 530c74b62c58 [2021-03-24T20:19:31.479Z] 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-24T20:19:58.323Z] ---> 9bd305c3b0e2 [2021-03-24T20:19:58.323Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-24T20:19:58.323Z] ---> bdf78ba08860 [2021-03-24T20:19:58.323Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-24T20:19:58.323Z] ---> Running in db7abf88a2ea [2021-03-24T20:19:58.323Z] ---> Running in 80c65ea856e3 [2021-03-24T20:19:59.320Z] 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-24T20:19:59.604Z] 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-24T20:20:09.811Z] Removing intermediate container 80f4790243ff [2021-03-24T20:20:09.811Z] ---> f154e0073656 [2021-03-24T20:20:09.811Z] [2021-03-24T20:20:09.811Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:20:09.811Z] ---> d10569e2745f [2021-03-24T20:20:09.812Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:20:09.812Z] ---> Using cache [2021-03-24T20:20:09.812Z] ---> 4f3377beeaee [2021-03-24T20:20:09.812Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:20:09.812Z] ---> Using cache [2021-03-24T20:20:09.812Z] ---> e4283056505f [2021-03-24T20:20:09.812Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-24T20:20:10.089Z] ---> Running in 14e7943f7312 [2021-03-24T20:20:10.695Z] Removing intermediate container 14e7943f7312 [2021-03-24T20:20:10.695Z] ---> 8b9e3a92d3df [2021-03-24T20:20:10.695Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T20:20:10.695Z] ---> Running in 2cdcffa67deb [2021-03-24T20:20:11.682Z] Removing intermediate container 2cdcffa67deb [2021-03-24T20:20:11.682Z] ---> 2cddef8348d9 [2021-03-24T20:20:11.682Z] Step 15/23 : WORKDIR / [2021-03-24T20:20:11.955Z] ---> Running in acef91d50b3b [2021-03-24T20:20:12.554Z] Removing intermediate container acef91d50b3b [2021-03-24T20:20:12.554Z] ---> 78109456e79b [2021-03-24T20:20:12.554Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:20:14.005Z] ---> 143b5d032a1d [2021-03-24T20:20:14.005Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-24T20:20:15.992Z] ---> aec3c14043b4 [2021-03-24T20:20:15.992Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-24T20:20:16.983Z] ---> cd9516d1fad7 [2021-03-24T20:20:16.983Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-24T20:20:17.277Z] ---> Running in 828f43d393a0 [2021-03-24T20:20:17.879Z] Removing intermediate container 828f43d393a0 [2021-03-24T20:20:17.879Z] ---> f87b7816ce95 [2021-03-24T20:20:17.879Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:20:17.879Z] ---> Running in 4be8b6ecd901 [2021-03-24T20:20:18.481Z] Removing intermediate container 4be8b6ecd901 [2021-03-24T20:20:18.481Z] ---> 6cf888f33904 [2021-03-24T20:20:18.481Z] Step 21/23 : LABEL arch=arm64 [2021-03-24T20:20:18.757Z] ---> Running in 82a4778031fc [2021-03-24T20:20:19.378Z] Removing intermediate container 82a4778031fc [2021-03-24T20:20:19.378Z] ---> 220425f7e53d [2021-03-24T20:20:19.378Z] Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:20:19.653Z] ---> Running in bd36f67ce99e [2021-03-24T20:20:20.247Z] Removing intermediate container bd36f67ce99e [2021-03-24T20:20:20.247Z] ---> ddbc0941410d [2021-03-24T20:20:20.247Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:20:20.521Z] ---> Running in 6781ca358772 [2021-03-24T20:20:21.119Z] Removing intermediate container 6781ca358772 [2021-03-24T20:20:21.119Z] ---> 0aed1994bf79 [2021-03-24T20:20:21.119Z] [2021-03-24T20:20:21.718Z] Successfully built 0aed1994bf79 [2021-03-24T20:20:21.718Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-24T20:20:40.039Z]  Building docker-core-command-go ... done Removing intermediate container 530c74b62c58 [2021-03-24T20:20:40.039Z] ---> c140cfcb95eb [2021-03-24T20:20:40.039Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-24T20:20:40.039Z] ---> Running in 9a140147a1f6 [2021-03-24T20:20:41.480Z] 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-24T20:20:46.911Z] Removing intermediate container 9a140147a1f6 [2021-03-24T20:20:46.911Z] ---> 4936c1132c93 [2021-03-24T20:20:46.911Z] [2021-03-24T20:20:46.911Z] Step 11/26 : FROM docker:20.10.0 [2021-03-24T20:20:46.911Z] 20.10.0: Pulling from library/docker [2021-03-24T20:21:02.085Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-24T20:21:02.085Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-24T20:21:02.085Z] ---> eeaf43b92773 [2021-03-24T20:21:02.085Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-24T20:21:02.704Z] ---> Running in e76a075e25fb [2021-03-24T20:21:04.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:21:04.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:21:04.958Z] (1/2) Installing readline (8.0.4-r0) [2021-03-24T20:21:04.958Z] (2/2) Installing bash (5.0.17-r0) [2021-03-24T20:21:05.236Z] Executing bash-5.0.17-r0.post-install [2021-03-24T20:21:05.236Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:21:05.236Z] OK: 12 MiB in 22 packages [2021-03-24T20:21:07.222Z] Removing intermediate container e76a075e25fb [2021-03-24T20:21:07.222Z] ---> 4e90d9e018f5 [2021-03-24T20:21:07.222Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-24T20:21:07.222Z] ---> Running in 1b6344c4fc44 [2021-03-24T20:21:07.819Z] Removing intermediate container 1b6344c4fc44 [2021-03-24T20:21:07.819Z] ---> 28a6bfcd4f0c [2021-03-24T20:21:07.819Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-24T20:21:08.092Z] ---> Running in 183d01e4d29f [2021-03-24T20:21:08.366Z] Removing intermediate container 183d01e4d29f [2021-03-24T20:21:08.366Z] ---> e9f16fbe9726 [2021-03-24T20:21:08.366Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-24T20:21:08.641Z] ---> Running in 0af2736bd6ee [2021-03-24T20:21:09.245Z] Removing intermediate container 0af2736bd6ee [2021-03-24T20:21:09.245Z] ---> 5371c8c2a9a4 [2021-03-24T20:21:09.246Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-24T20:21:11.234Z] ---> 62c208d4f32a [2021-03-24T20:21:11.234Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-24T20:21:11.835Z] ---> e2b5f26d1efc [2021-03-24T20:21:11.835Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-24T20:21:13.281Z] ---> ad711fc473e5 [2021-03-24T20:21:13.281Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-24T20:21:13.556Z] ---> Running in b52241689e13 [2021-03-24T20:21:14.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:21:15.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:21:15.257Z] Removing intermediate container 80c65ea856e3 [2021-03-24T20:21:15.257Z] ---> f0d4187ffef6 [2021-03-24T20:21:15.257Z] [2021-03-24T20:21:15.257Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T20:21:15.257Z] ---> d10569e2745f [2021-03-24T20:21:15.257Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-24T20:21:15.530Z] ---> Running in 379c17359d35 [2021-03-24T20:21:15.800Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-24T20:21:15.800Z] (2/33) Installing expat (2.2.9-r1) [2021-03-24T20:21:15.800Z] (3/33) Installing libffi (3.3-r2) [2021-03-24T20:21:15.800Z] (4/33) Installing gdbm (1.13-r1) [2021-03-24T20:21:15.800Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-24T20:21:15.800Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-24T20:21:15.800Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-24T20:21:16.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:21:17.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:21:17.660Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-24T20:21:17.660Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-24T20:21:17.660Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-24T20:21:17.660Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-24T20:21:17.660Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-24T20:21:17.660Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-24T20:21:17.660Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-24T20:21:17.660Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-24T20:21:17.936Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:21:17.936Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:21:17.936Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-24T20:21:17.936Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-24T20:21:17.936Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-24T20:21:17.936Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-24T20:21:17.936Z] OK: 6 MiB in 16 packages [2021-03-24T20:21:17.936Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-24T20:21:17.936Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-24T20:21:17.936Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-24T20:21:17.936Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-24T20:21:18.212Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-24T20:21:18.212Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-24T20:21:18.212Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-24T20:21:18.212Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-24T20:21:18.212Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-24T20:21:18.212Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-24T20:21:18.212Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-24T20:21:18.212Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-24T20:21:18.212Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-24T20:21:18.212Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-24T20:21:18.212Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-24T20:21:18.212Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-24T20:21:18.485Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:21:18.485Z] OK: 71 MiB in 55 packages [2021-03-24T20:21:21.114Z] Removing intermediate container 379c17359d35 [2021-03-24T20:21:21.114Z] ---> 0e220e604c65 [2021-03-24T20:21:21.114Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:21:21.114Z] ---> Running in e5de758af89b [2021-03-24T20:21:22.102Z] Removing intermediate container e5de758af89b [2021-03-24T20:21:22.102Z] ---> 7700533027f2 [2021-03-24T20:21:22.102Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-24T20:21:22.703Z] ---> Running in 4021803c157e [2021-03-24T20:21:23.301Z] Removing intermediate container 4021803c157e [2021-03-24T20:21:23.301Z] ---> 18becd3dec1e [2021-03-24T20:21:23.301Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T20:21:23.574Z] ---> Running in 575560eb43bf [2021-03-24T20:21:24.168Z] Removing intermediate container db7abf88a2ea [2021-03-24T20:21:24.168Z] ---> 08ad71ae2a34 [2021-03-24T20:21:24.168Z] [2021-03-24T20:21:24.168Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:21:24.168Z] ---> d10569e2745f [2021-03-24T20:21:24.168Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-24T20:21:24.443Z] Removing intermediate container 575560eb43bf [2021-03-24T20:21:24.443Z] ---> 98b33e1aee76 [2021-03-24T20:21:24.443Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:21:24.716Z] ---> Running in 41a9a130cb4c [2021-03-24T20:21:25.310Z] Removing intermediate container 41a9a130cb4c [2021-03-24T20:21:25.310Z] ---> 6340e855477e [2021-03-24T20:21:25.310Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-24T20:21:25.583Z] ---> fd76aeb92de4 [2021-03-24T20:21:25.583Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-24T20:21:25.583Z] ---> Running in cb40d2685bc9 [2021-03-24T20:21:26.175Z] Removing intermediate container cb40d2685bc9 [2021-03-24T20:21:26.175Z] ---> b649693ca68e [2021-03-24T20:21:26.175Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-24T20:21:26.175Z] Removing intermediate container b52241689e13 [2021-03-24T20:21:26.175Z] ---> 132b32be4dc1 [2021-03-24T20:21:26.175Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-24T20:21:26.445Z] ---> Running in dd4ce9d61ad0 [2021-03-24T20:21:26.445Z] ---> Running in abb77aa91578 [2021-03-24T20:21:26.725Z] ---> 7a28e3a7a0f8 [2021-03-24T20:21:26.725Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-24T20:21:26.998Z] Removing intermediate container dd4ce9d61ad0 [2021-03-24T20:21:26.998Z] ---> 7c8727f2a528 [2021-03-24T20:21:26.998Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:21:27.273Z] ---> Running in dfc8c3d4db96 [2021-03-24T20:21:27.566Z] ---> db5b95c91c70 [2021-03-24T20:21:27.566Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-24T20:21:27.840Z] ---> Running in 0a6cdd1f820b [2021-03-24T20:21:28.443Z] Removing intermediate container 0a6cdd1f820b [2021-03-24T20:21:28.443Z] ---> 745abd052090 [2021-03-24T20:21:28.443Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:21:28.443Z] ---> Running in 3c67a2fac555 [2021-03-24T20:21:29.046Z] Removing intermediate container 3c67a2fac555 [2021-03-24T20:21:29.046Z] ---> 8edea8f48201 [2021-03-24T20:21:29.046Z] Step 20/22 : LABEL arch=arm64 [2021-03-24T20:21:29.321Z] ---> Running in b591177e3c4b [2021-03-24T20:21:29.601Z] Removing intermediate container b591177e3c4b [2021-03-24T20:21:29.601Z] ---> c5ba0884c268 [2021-03-24T20:21:29.601Z] Step 21/22 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:21:29.601Z] Removing intermediate container dfc8c3d4db96 [2021-03-24T20:21:29.601Z] ---> 56034fa01c67 [2021-03-24T20:21:29.601Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-24T20:21:29.876Z] ---> Running in 484e2ac84267 [2021-03-24T20:21:29.876Z] ---> Running in 110a9d81982c [2021-03-24T20:21:30.702Z] Removing intermediate container 484e2ac84267 [2021-03-24T20:21:30.702Z] ---> 2361ff4320a0 [2021-03-24T20:21:30.702Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T20:21:30.702Z] ---> Running in 84c3e6c26fbf [2021-03-24T20:21:31.428Z] Removing intermediate container 84c3e6c26fbf [2021-03-24T20:21:31.428Z] ---> 7f53bd2723e7 [2021-03-24T20:21:31.428Z] [2021-03-24T20:21:31.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:21:31.735Z] Successfully built 7f53bd2723e7 [2021-03-24T20:21:31.735Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-24T20:21:32.025Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:21:32.658Z] Collecting docker-compose==1.23.2 [2021-03-24T20:21:32.945Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-24T20:21:32.945Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-24T20:21:32.945Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-24T20:21:32.945Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-24T20:21:32.945Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-24T20:21:33.224Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-24T20:21:33.503Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-24T20:21:33.503Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:21:33.503Z] OK: 8 MiB in 20 packages [2021-03-24T20:21:33.503Z] Collecting docopt<0.7,>=0.6.1 [2021-03-24T20:21:33.503Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-24T20:21:35.026Z] Removing intermediate container 110a9d81982c [2021-03-24T20:21:35.026Z] ---> 67207b89c883 [2021-03-24T20:21:35.026Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:21:35.639Z] ---> 6c55ff338a91 [2021-03-24T20:21:35.639Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-24T20:21:36.636Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-24T20:21:36.636Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-24T20:21:36.907Z] ---> 63533068083e [2021-03-24T20:21:36.907Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-24T20:21:37.503Z] ---> 4f876f5fd0e1 [2021-03-24T20:21:37.503Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-24T20:21:37.784Z] ---> Running in 0b590ca71f3e [2021-03-24T20:21:38.062Z] Removing intermediate container 0b590ca71f3e [2021-03-24T20:21:38.062Z] ---> 80d02ee2112b [2021-03-24T20:21:38.062Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:21:38.337Z] ---> Running in 810f2774e1ae [2021-03-24T20:21:38.936Z] Removing intermediate container 810f2774e1ae [2021-03-24T20:21:38.936Z] ---> 414cce744c7f [2021-03-24T20:21:38.936Z] Step 21/23 : LABEL arch=arm64 [2021-03-24T20:21:38.936Z] ---> Running in afbeeac48a18 [2021-03-24T20:21:39.535Z] Removing intermediate container afbeeac48a18 [2021-03-24T20:21:39.535Z] ---> 01fb629f6846 [2021-03-24T20:21:39.535Z] Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:21:39.535Z] ---> Running in 9387954fc0b6 [2021-03-24T20:21:39.810Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-24T20:21:39.810Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-24T20:21:40.099Z] Removing intermediate container 9387954fc0b6 [2021-03-24T20:21:40.099Z] ---> ca20b7fb6db2 [2021-03-24T20:21:40.099Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:21:40.099Z] ---> Running in d8596f1d6196 [2021-03-24T20:21:40.372Z] Collecting cached-property<2,>=1.2.0 [2021-03-24T20:21:40.372Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-24T20:21:40.648Z] Removing intermediate container d8596f1d6196 [2021-03-24T20:21:40.648Z] ---> ed6686ca67d8 [2021-03-24T20:21:40.648Z] [2021-03-24T20:21:40.928Z] Successfully built ed6686ca67d8 [2021-03-24T20:21:40.928Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-24T20:21:41.201Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-03-24T20:21:41.201Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-24T20:21:44.647Z] Collecting texttable<0.10,>=0.9.0 [2021-03-24T20:21:44.647Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-24T20:21:46.100Z] Collecting docker<4.0,>=3.6.0 [2021-03-24T20:21:46.100Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-24T20:21:47.088Z] Collecting jsonschema<3,>=2.5.1 [2021-03-24T20:21:47.088Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-24T20:21:47.088Z] 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-24T20:21:47.360Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-24T20:21:47.360Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-24T20:21:48.364Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-24T20:21:48.364Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-24T20:21:48.364Z] 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-24T20:21:48.364Z] 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-24T20:21:48.635Z] Collecting idna<2.8,>=2.5 [2021-03-24T20:21:48.635Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-24T20:21:48.907Z] Collecting docker-pycreds>=0.4.0 [2021-03-24T20:21:48.907Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-24T20:21:48.907Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-24T20:21:48.907Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-24T20:21:48.907Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-24T20:21:48.907Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-24T20:21:49.879Z] Installing collected packages: docopt, dockerpty, urllib3, idna, requests, cached-property, PyYAML, texttable, websocket-client, docker-pycreds, docker, jsonschema, docker-compose [2021-03-24T20:21:49.879Z] Running setup.py install for docopt: started [2021-03-24T20:21:51.834Z] Running setup.py install for docopt: finished with status 'done' [2021-03-24T20:21:51.834Z] Running setup.py install for dockerpty: started [2021-03-24T20:21:53.255Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-24T20:21:53.255Z] Attempting uninstall: urllib3 [2021-03-24T20:21:53.255Z] Found existing installation: urllib3 1.25.9 [2021-03-24T20:21:53.255Z] Uninstalling urllib3-1.25.9: [2021-03-24T20:21:53.524Z] Successfully uninstalled urllib3-1.25.9 [2021-03-24T20:21:54.113Z] Attempting uninstall: idna [2021-03-24T20:21:54.113Z] Found existing installation: idna 2.9 [2021-03-24T20:21:54.113Z] Uninstalling idna-2.9: [2021-03-24T20:21:54.113Z] Successfully uninstalled idna-2.9 [2021-03-24T20:21:54.703Z] Attempting uninstall: requests [2021-03-24T20:21:54.703Z] Found existing installation: requests 2.23.0 [2021-03-24T20:21:54.703Z] Uninstalling requests-2.23.0: [2021-03-24T20:21:54.973Z] Successfully uninstalled requests-2.23.0 [2021-03-24T20:21:55.243Z] Running setup.py install for PyYAML: started [2021-03-24T20:21:57.202Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-24T20:21:57.203Z] Running setup.py install for texttable: started [2021-03-24T20:21:58.969Z] Running setup.py install for texttable: finished with status 'done' [2021-03-24T20:22:01.570Z] 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-24T20:22:05.864Z] Removing intermediate container abb77aa91578 [2021-03-24T20:22:05.864Z] ---> c14b5050fa17 [2021-03-24T20:22:05.864Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-24T20:22:05.864Z] ---> Running in 5e949b446379 [2021-03-24T20:22:06.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:22:06.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:22:07.042Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:22:07.042Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-24T20:22:07.042Z] (3/3) Installing curl (7.69.1-r3) [2021-03-24T20:22:07.042Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:22:07.042Z] OK: 72 MiB in 58 packages [2021-03-24T20:22:08.018Z] Removing intermediate container 5e949b446379 [2021-03-24T20:22:08.018Z] ---> 64b1860cf2d0 [2021-03-24T20:22:08.018Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-24T20:22:08.291Z] ---> Running in 37ddfa92038b [2021-03-24T20:22:08.887Z] Removing intermediate container 37ddfa92038b [2021-03-24T20:22:08.887Z] ---> c49ee3d3455c [2021-03-24T20:22:08.887Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:22:08.887Z] ---> Running in 3ee996db5cee [2021-03-24T20:22:09.480Z] Removing intermediate container 3ee996db5cee [2021-03-24T20:22:09.480Z] ---> d9ce95412ef5 [2021-03-24T20:22:09.480Z] Step 24/26 : LABEL arch=arm64 [2021-03-24T20:22:09.480Z] ---> Running in 77499a2665bb [2021-03-24T20:22:09.752Z] Removing intermediate container 77499a2665bb [2021-03-24T20:22:09.752Z] ---> 8604a12528e3 [2021-03-24T20:22:10.023Z] Step 25/26 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 [2021-03-24T20:22:10.023Z] ---> Running in 5688bf59892c [2021-03-24T20:22:10.292Z] Removing intermediate container 5688bf59892c [2021-03-24T20:22:10.292Z] ---> 350dde26bf07 [2021-03-24T20:22:10.567Z] Step 26/26 : LABEL version=0.0.0 [2021-03-24T20:22:10.567Z] ---> Running in b46ac6c3300e [2021-03-24T20:22:11.159Z] Removing intermediate container b46ac6c3300e [2021-03-24T20:22:11.159Z] ---> 65807010f12f [2021-03-24T20:22:11.159Z] [2021-03-24T20:22:11.429Z] Successfully built 65807010f12f [2021-03-24T20:22:11.429Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-24T20:22:11.715Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-24T20:22:11.715Z] $ docker stop --time=1 b374caf9c0dbaaf5b68f60bc2c503a78486bc89da43e9c075dd58e2d056b14cd [2021-03-24T20:22:13.660Z] $ docker rm -f b374caf9c0dbaaf5b68f60bc2c503a78486bc89da43e9c075dd58e2d056b14cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T20:22:14.340Z] + grep docker [2021-03-24T20:22:14.340Z] + docker images [2021-03-24T20:22:14.616Z] docker-sys-mgmt-agent-go-arm64 latest 65807010f12f 4 seconds ago 300MB [2021-03-24T20:22:14.616Z] docker-core-data-go-arm64 latest ed6686ca67d8 34 seconds ago 21.3MB [2021-03-24T20:22:14.616Z] docker-support-notifications-go-arm64 latest 7f53bd2723e7 43 seconds ago 16.9MB [2021-03-24T20:22:14.616Z] docker-core-command-go-arm64 latest 0aed1994bf79 About a minute ago 16.3MB [2021-03-24T20:22:14.616Z] docker-security-bootstrapper-go-arm64 latest 28878dea6f75 3 minutes ago 17.8MB [2021-03-24T20:22:14.616Z] docker-core-metadata-go-arm64 latest d64553c4ea3f 3 minutes ago 17.9MB [2021-03-24T20:22:14.616Z] docker-support-scheduler-go-arm64 latest 4615f85d3d87 3 minutes ago 16.3MB [2021-03-24T20:22:14.616Z] docker-security-secretstore-setup-go-arm64 latest a1025ae2da93 3 minutes ago 23.7MB [2021-03-24T20:22:14.616Z] docker-security-proxy-setup-go-arm64 latest af0f89784bfd 4 minutes ago 23.4MB [2021-03-24T20:22:14.616Z] 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-24T20:22:15.701Z] ---> job-cost.sh [2021-03-24T20:22:15.701Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ldln [2021-03-24T20:22:54.653Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-24T20:24:31.372Z] lf-activate-venv(): INFO: Adding /tmp/venv-Ldln/bin to PATH [2021-03-24T20:24:31.372Z] INFO: No Stack... [2021-03-24T20:24:31.372Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-24T20:24:31.372Z] INFO: Archiving Costs [Pipeline] sh [2021-03-24T20:24:31.709Z] + cat /w/workspace/edgex-go/12/archives/cost.csv [2021-03-24T20:24:31.709Z] + cut -d, -f6 [Pipeline] lock [2021-03-24T20:24:31.831Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-12-stack-cost] [2021-03-24T20:24:31.844Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3241-12-stack-cost] did not exist. Created. [2021-03-24T20:24:31.844Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-24T20:24:32.307Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-24T20:24:32.613Z] Stashed 1 file(s) [Pipeline] } [2021-03-24T20:24:32.630Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-12-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-24T20:24:35.166Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:24:36.051Z] ---> package-listing.sh [2021-03-24T20:24:36.051Z] ++ facter osfamily [2021-03-24T20:24:36.051Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-24T20:24:36.051Z] + OS_FAMILY=redhat [2021-03-24T20:24:36.051Z] + workspace=/w/workspace/edgex-go/12 [2021-03-24T20:24:36.051Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-24T20:24:36.051Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-24T20:24:36.051Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-24T20:24:36.051Z] + PACKAGES=/tmp/packages_start.txt [2021-03-24T20:24:36.051Z] + '[' /w/workspace/edgex-go/12 ']' [2021-03-24T20:24:36.051Z] + PACKAGES=/tmp/packages_end.txt [2021-03-24T20:24:36.051Z] + case "${OS_FAMILY}" in [2021-03-24T20:24:36.051Z] + rpm -qa [2021-03-24T20:24:36.051Z] + sort [2021-03-24T20:24:41.372Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-24T20:24:41.372Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-24T20:24:41.372Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-24T20:24:41.372Z] + '[' /w/workspace/edgex-go/12 ']' [2021-03-24T20:24:41.372Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-03-24T20:24:41.372Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-03-24T20:24:41.386Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-24T20:24:41.681Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:24:41.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T20:24:41.990Z] [2021-03-24T20:24:41.990Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:24:42.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T20:24:42.413Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-24T20:24:42.413Z] df20fa9351a1: Pulling fs layer [2021-03-24T20:24:42.413Z] 36b3adc4ff6f: Pulling fs layer [2021-03-24T20:24:42.413Z] 8ad3a11d3b57: Pulling fs layer [2021-03-24T20:24:42.413Z] 46f8f816bc3b: Pulling fs layer [2021-03-24T20:24:42.413Z] 93b61091891f: Pulling fs layer [2021-03-24T20:24:42.413Z] 93b9cdb0e59b: Pulling fs layer [2021-03-24T20:24:42.413Z] 5e14af77c1be: Pulling fs layer [2021-03-24T20:24:42.413Z] 01666e4c0597: Pulling fs layer [2021-03-24T20:24:42.413Z] aa168da1d23b: Pulling fs layer [2021-03-24T20:24:42.413Z] 46f8f816bc3b: Waiting [2021-03-24T20:24:42.413Z] 5e14af77c1be: Waiting [2021-03-24T20:24:42.413Z] 93b61091891f: Waiting [2021-03-24T20:24:42.413Z] 93b9cdb0e59b: Waiting [2021-03-24T20:24:42.413Z] 01666e4c0597: Waiting [2021-03-24T20:24:42.413Z] aa168da1d23b: Waiting [2021-03-24T20:24:42.413Z] 36b3adc4ff6f: Download complete [2021-03-24T20:24:42.413Z] 46f8f816bc3b: Verifying Checksum [2021-03-24T20:24:42.413Z] 46f8f816bc3b: Download complete [2021-03-24T20:24:42.413Z] df20fa9351a1: Verifying Checksum [2021-03-24T20:24:42.413Z] df20fa9351a1: Download complete [2021-03-24T20:24:42.413Z] 93b9cdb0e59b: Verifying Checksum [2021-03-24T20:24:42.413Z] 93b9cdb0e59b: Download complete [2021-03-24T20:24:42.680Z] 5e14af77c1be: Verifying Checksum [2021-03-24T20:24:42.680Z] 5e14af77c1be: Download complete [2021-03-24T20:24:42.680Z] 93b61091891f: Verifying Checksum [2021-03-24T20:24:42.680Z] 93b61091891f: Download complete [2021-03-24T20:24:42.680Z] 01666e4c0597: Verifying Checksum [2021-03-24T20:24:42.680Z] 01666e4c0597: Download complete [2021-03-24T20:24:42.680Z] 8ad3a11d3b57: Verifying Checksum [2021-03-24T20:24:42.680Z] 8ad3a11d3b57: Download complete [2021-03-24T20:24:42.945Z] df20fa9351a1: Pull complete [2021-03-24T20:24:43.213Z] 36b3adc4ff6f: Pull complete [2021-03-24T20:24:44.602Z] aa168da1d23b: Verifying Checksum [2021-03-24T20:24:44.602Z] aa168da1d23b: Download complete [2021-03-24T20:24:44.602Z] 8ad3a11d3b57: Pull complete [2021-03-24T20:24:45.551Z] 46f8f816bc3b: Pull complete [2021-03-24T20:24:46.497Z] 93b61091891f: Pull complete [2021-03-24T20:24:46.497Z] 93b9cdb0e59b: Pull complete [2021-03-24T20:24:46.760Z] 5e14af77c1be: Pull complete [2021-03-24T20:24:46.760Z] 01666e4c0597: Pull complete [2021-03-24T20:24:59.042Z] aa168da1d23b: Pull complete [2021-03-24T20:24:59.042Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-24T20:24:59.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T20:24:59.042Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-24T20:24:59.255Z] prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container [2021-03-24T20:24:59.307Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-24T20:25:02.406Z] $ docker top f710073e9b25426eb1d52515879b5ee12771c86ac565066ca2ef2df591e45373 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:25:03.026Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-24T20:25:05.168Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-24T20:25:05.554Z] + ls /var/log/sa-host [2021-03-24T20:25:05.554Z] + sadf -c /var/log/sa-host/sa23 [2021-03-24T20:25:05.554Z] file_magic: OK [2021-03-24T20:25:05.554Z] HZ: Using current value: 100 [2021-03-24T20:25:05.554Z] file_header: OK [2021-03-24T20:25:05.554Z] 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-24T20:25:05.554Z] Statistics: [2021-03-24T20:25:05.554Z] Hnuu...uuuununununu... [2021-03-24T20:25:05.554Z] File successfully converted to sysstat format version 12.2.1 [2021-03-24T20:25:05.554Z] + sadf -c /var/log/sa-host/sa24 [2021-03-24T20:25:05.554Z] file_magic: OK [2021-03-24T20:25:05.554Z] HZ: Using current value: 100 [2021-03-24T20:25:05.554Z] file_header: OK [2021-03-24T20:25:05.554Z] 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-24T20:25:05.554Z] Statistics: [2021-03-24T20:25:05.554Z] 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-24T20:25:05.554Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-24T20:25:06.202Z] provisioning config files... [2021-03-24T20:25:06.218Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config1857770938680024234tmp [Pipeline] { [Pipeline] echo [2021-03-24T20:25:06.287Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:25:06.586Z] ---> create-netrc.sh [Pipeline] } [2021-03-24T20:25:06.596Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-24T20:25:06.689Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:25:06.995Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-24T20:25:07.007Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:25:07.310Z] ---> sudo-logs.sh [2021-03-24T20:25:07.310Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-24T20:25:07.386Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:25:07.689Z] ---> job-cost.sh [2021-03-24T20:25:07.689Z] lf-activate-venv: SKIPPING [2021-03-24T20:25:07.689Z] DEBUG: total: 0.20999999344348907 [2021-03-24T20:25:07.689Z] INFO: Retrieving Stack Cost... [2021-03-24T20:25:08.635Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T20:25:09.218Z] INFO: Archiving Costs [Pipeline] echo [2021-03-24T20:25:09.231Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:25:09.530Z] ---> logs-deploy.sh [2021-03-24T20:25:09.530Z] lf-activate-venv: SKIPPING [2021-03-24T20:25:09.530Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/12 [2021-03-24T20:25:09.530Z] INFO: archiving workspace using pattern(s): [2021-03-24T20:25:10.920Z] Archives upload complete. [2021-03-24T20:25:11.181Z] INFO: archiving logs to Nexus [2021-03-24T20:25:12.129Z] ---> uname -a: [2021-03-24T20:25:12.129Z] Linux prd-centos7-docker-4c-2g-31247.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-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] ---> lscpu: [2021-03-24T20:25:12.129Z] Architecture: x86_64 [2021-03-24T20:25:12.129Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-24T20:25:12.129Z] Byte Order: Little Endian [2021-03-24T20:25:12.129Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-24T20:25:12.129Z] CPU(s): 4 [2021-03-24T20:25:12.129Z] On-line CPU(s) list: 0-3 [2021-03-24T20:25:12.129Z] Thread(s) per core: 1 [2021-03-24T20:25:12.129Z] Core(s) per socket: 1 [2021-03-24T20:25:12.129Z] Socket(s): 4 [2021-03-24T20:25:12.129Z] NUMA node(s): 1 [2021-03-24T20:25:12.129Z] Vendor ID: GenuineIntel [2021-03-24T20:25:12.129Z] CPU family: 6 [2021-03-24T20:25:12.129Z] Model: 44 [2021-03-24T20:25:12.129Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-24T20:25:12.129Z] Stepping: 1 [2021-03-24T20:25:12.129Z] CPU MHz: 2933.438 [2021-03-24T20:25:12.129Z] BogoMIPS: 5866.87 [2021-03-24T20:25:12.129Z] Virtualization: VT-x [2021-03-24T20:25:12.129Z] Hypervisor vendor: KVM [2021-03-24T20:25:12.129Z] Virtualization type: full [2021-03-24T20:25:12.129Z] L1d cache: 128 KiB [2021-03-24T20:25:12.129Z] L1i cache: 128 KiB [2021-03-24T20:25:12.129Z] L2 cache: 16 MiB [2021-03-24T20:25:12.129Z] L3 cache: 64 MiB [2021-03-24T20:25:12.129Z] NUMA node0 CPU(s): 0-3 [2021-03-24T20:25:12.129Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-24T20:25:12.129Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-24T20:25:12.129Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-24T20:25:12.129Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-24T20:25:12.129Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-24T20:25:12.129Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-24T20:25:12.129Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-24T20:25:12.129Z] Vulnerability Srbds: Not affected [2021-03-24T20:25:12.129Z] Vulnerability Tsx async abort: Not affected [2021-03-24T20:25:12.129Z] 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-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] ---> nproc: [2021-03-24T20:25:12.129Z] 4 [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] ---> df -h: [2021-03-24T20:25:12.129Z] Filesystem Size Used Available Use% Mounted on [2021-03-24T20:25:12.129Z] overlay 50.0G 11.8G 38.2G 24% / [2021-03-24T20:25:12.129Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-24T20:25:12.129Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-24T20:25:12.129Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/12 [2021-03-24T20:25:12.129Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/12@tmp [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] ---> free -m: [2021-03-24T20:25:12.129Z] total used free shared buff/cache available [2021-03-24T20:25:12.129Z] Mem: 1837 728 127 0 981 1023 [2021-03-24T20:25:12.129Z] Swap: 1023 39 984 [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] ---> ip addr: [2021-03-24T20:25:12.129Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-24T20:25:12.129Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-24T20:25:12.129Z] inet 127.0.0.1/8 scope host lo [2021-03-24T20:25:12.129Z] valid_lft forever preferred_lft forever [2021-03-24T20:25:12.129Z] inet6 ::1/128 scope host [2021-03-24T20:25:12.129Z] valid_lft forever preferred_lft forever [2021-03-24T20:25:12.129Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-24T20:25:12.129Z] link/ether fa:16:3e:83:6f:d3 brd ff:ff:ff:ff:ff:ff [2021-03-24T20:25:12.129Z] inet 10.30.122.12/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-24T20:25:12.129Z] valid_lft 85041sec preferred_lft 85041sec [2021-03-24T20:25:12.129Z] inet6 fe80::f816:3eff:fe83:6fd3/64 scope link [2021-03-24T20:25:12.129Z] valid_lft forever preferred_lft forever [2021-03-24T20:25:12.129Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-24T20:25:12.129Z] link/ether 02:42:f5:04:a5:e8 brd ff:ff:ff:ff:ff:ff [2021-03-24T20:25:12.129Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-24T20:25:12.129Z] valid_lft forever preferred_lft forever [2021-03-24T20:25:12.129Z] inet6 fe80::42:f5ff:fe04:a5e8/64 scope link [2021-03-24T20:25:12.129Z] valid_lft forever preferred_lft forever [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] ---> sar -b -r -n DEV: [2021-03-24T20:25:12.129Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] 20:02:21 LINUX RESTART (4 CPU) [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] 20:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-24T20:25:12.129Z] 20:04:01 127.47 51.59 75.88 0.00 9038.50 26557.26 0.00 [2021-03-24T20:25:12.129Z] 20:05:01 311.81 116.72 195.09 0.00 4295.28 44428.91 0.00 [2021-03-24T20:25:12.129Z] 20:06:01 138.77 53.83 84.94 0.00 2388.02 10334.04 0.00 [2021-03-24T20:25:12.129Z] 20:07:01 141.69 66.20 75.49 0.00 3449.68 8155.98 0.00 [2021-03-24T20:25:12.129Z] 20:08:02 276.63 107.09 169.55 0.00 36895.92 110430.75 0.00 [2021-03-24T20:25:12.129Z] 20:09:02 2923.14 2546.19 376.96 0.00 197904.34 211909.87 0.00 [2021-03-24T20:25:12.129Z] 20:10:01 391.37 171.00 220.37 0.00 11651.77 40916.97 0.00 [2021-03-24T20:25:12.129Z] 20:11:01 1344.76 998.27 346.49 0.00 125716.69 150021.89 0.00 [2021-03-24T20:25:12.129Z] 20:12:02 530.06 285.01 245.04 0.00 22677.84 35722.75 0.00 [2021-03-24T20:25:12.129Z] 20:13:01 2.02 0.49 1.52 0.00 18.83 26.66 0.00 [2021-03-24T20:25:12.129Z] 20:14:01 1.71 1.45 0.27 0.00 107.23 2.73 0.00 [2021-03-24T20:25:12.129Z] 20:15:01 0.30 0.00 0.30 0.00 0.00 3.43 0.00 [2021-03-24T20:25:12.129Z] 20:16:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 [2021-03-24T20:25:12.129Z] 20:17:01 0.28 0.10 0.18 0.00 1.07 1.92 0.00 [2021-03-24T20:25:12.129Z] 20:18:01 1.97 1.73 0.23 0.00 56.35 3.68 0.00 [2021-03-24T20:25:12.129Z] 20:19:01 1.25 0.03 1.22 0.00 1.07 18.67 0.00 [2021-03-24T20:25:12.129Z] 20:20:01 0.68 0.03 0.65 0.00 0.27 8.36 0.00 [2021-03-24T20:25:12.129Z] 20:21:01 0.18 0.02 0.17 0.00 0.27 1.63 0.00 [2021-03-24T20:25:12.129Z] 20:22:01 0.30 0.03 0.27 0.00 0.27 3.81 0.00 [2021-03-24T20:25:12.129Z] 20:23:01 0.47 0.23 0.23 0.00 119.10 2.96 0.00 [2021-03-24T20:25:12.129Z] 20:24:01 0.18 0.02 0.17 0.00 0.13 1.50 0.00 [2021-03-24T20:25:12.129Z] 20:25:01 153.44 65.67 87.77 0.00 6287.10 18889.33 0.00 [2021-03-24T20:25:12.129Z] Average: 288.51 202.85 85.66 0.00 19147.55 29939.56 0.00 [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] 20:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-24T20:25:12.129Z] 20:04:01 82504 0 676444 35.95 2596 1120000 1484828 50.67 723920 866300 100536 [2021-03-24T20:25:12.129Z] 20:05:01 291444 0 717892 38.15 1492 870716 1329900 45.39 492308 819344 48 [2021-03-24T20:25:12.129Z] 20:06:01 164964 0 812228 43.17 676 903676 1888876 64.46 711196 719712 75328 [2021-03-24T20:25:12.129Z] 20:07:01 299664 0 721376 38.34 556 859948 1322336 45.13 568268 722096 57532 [2021-03-24T20:25:12.129Z] 20:08:02 65128 0 823456 43.76 0 992960 2229116 76.08 749016 852344 21420 [2021-03-24T20:25:12.129Z] 20:09:02 190896 0 723312 38.44 0 967336 1538592 52.51 692260 763116 3304 [2021-03-24T20:25:12.129Z] 20:10:01 145296 0 719064 38.22 0 1017184 1750136 59.73 547076 934848 64 [2021-03-24T20:25:12.129Z] 20:11:01 68260 0 978564 52.01 0 834720 2593368 88.51 662716 887820 33612 [2021-03-24T20:25:12.129Z] 20:12:02 392856 0 652076 34.66 0 836612 1213532 41.42 519632 726916 20 [2021-03-24T20:25:12.129Z] 20:13:01 399764 0 644616 34.26 0 837164 1167664 39.85 514740 725888 16 [2021-03-24T20:25:12.129Z] 20:14:01 397048 0 644320 34.24 0 840176 1167764 39.85 514972 729020 8 [2021-03-24T20:25:12.129Z] 20:15:01 397884 0 643464 34.20 0 840196 1163580 39.71 514420 728924 8 [2021-03-24T20:25:12.129Z] 20:16:01 397916 0 643420 34.20 0 840208 1163580 39.71 514552 728924 8 [2021-03-24T20:25:12.129Z] 20:17:01 397432 0 643904 34.22 0 840208 1163712 39.72 515252 728952 8 [2021-03-24T20:25:12.129Z] 20:18:01 395868 0 644444 34.25 0 841232 1163652 39.71 515104 729780 24 [2021-03-24T20:25:12.129Z] 20:19:01 396080 0 644220 34.24 0 841244 1163616 39.71 514912 729788 8 [2021-03-24T20:25:12.129Z] 20:20:01 395136 0 645160 34.29 0 841248 1163724 39.72 515532 729796 12 [2021-03-24T20:25:12.129Z] 20:21:01 394840 0 645452 34.30 0 841252 1163772 39.72 515712 729796 8 [2021-03-24T20:25:12.129Z] 20:22:01 395364 0 644916 34.28 0 841264 1163712 39.72 515340 729804 16 [2021-03-24T20:25:12.129Z] 20:23:01 389212 0 647484 34.41 0 844848 1163664 39.71 520704 730556 16 [2021-03-24T20:25:12.129Z] 20:24:01 389204 0 647480 34.41 0 844860 1163688 39.71 521016 730560 8 [2021-03-24T20:25:12.129Z] 20:25:01 169276 0 736692 39.15 0 975576 1537556 52.47 560580 873376 8 [2021-03-24T20:25:12.129Z] Average: 300729 0 695454 36.96 242 885119 1402744 47.87 564510 768985 13273 [2021-03-24T20:25:12.129Z] [2021-03-24T20:25:12.129Z] 20:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-24T20:25:12.129Z] 20:04:01 eth0 1658.16 1702.00 5916.13 205.73 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:04:01 docker0 808.40 779.95 68.35 2686.74 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:05:01 veth07e953e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:05:01 eth0 520.78 440.15 3675.10 45.39 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:05:01 docker0 178.43 212.34 12.49 832.88 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:06:01 veth07e953e 0.93 0.97 0.08 0.08 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:06:01 eth0 36.51 24.31 23.00 75.58 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:06:01 docker0 0.93 0.93 0.06 0.08 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:07:01 veth07e953e 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.129Z] 20:07:01 eth0 23.04 12.96 18.58 10.14 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:07:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:08:02 eth0 218.76 167.94 1688.98 73.85 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:08:02 vethc9652f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:09:02 eth0 62.61 49.92 164.77 11.22 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:09:02 vethc9652f1 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:09:02 docker0 39.80 43.19 2.67 148.78 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:10:01 vethd7c8ae9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:10:01 eth0 166.20 127.37 1476.01 18.30 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:10:01 vethc9652f1 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:11:01 veth2a351b8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:11:01 veth4f3b48b 1.83 2.44 0.26 10.80 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:11:01 veth5db5e2a 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:11:01 eth0 132.00 70.52 378.42 80.45 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:12:02 eth0 95.59 58.60 196.18 81.22 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:12:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:12:02 docker0 1081.55 1162.33 86.82 4343.07 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:13:01 eth0 0.91 0.36 0.56 0.08 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:14:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:15:01 eth0 0.05 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:16:01 eth0 1.32 0.08 0.12 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:17:01 eth0 0.95 0.58 0.54 0.40 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:18:01 eth0 0.25 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:19:01 eth0 1.00 0.10 0.13 0.01 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:20:01 eth0 2.10 0.78 0.70 0.41 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:21:01 eth0 0.50 0.37 0.27 0.17 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:22:01 eth0 1.00 0.42 0.32 0.21 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:23:01 eth0 1.17 0.13 0.16 0.07 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:24:01 eth0 1.37 0.70 0.65 0.43 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:25:01 eth0 212.86 158.05 2171.26 17.64 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] Average: eth0 142.84 128.17 714.90 28.34 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] Average: docker0 49.25 52.93 3.95 197.76 0.00 0.00 0.00 0.00 [2021-03-24T20:25:12.130Z] [2021-03-24T20:25:12.130Z] [2021-03-24T20:25:12.130Z] ---> sar -P ALL: [2021-03-24T20:25:12.130Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) [2021-03-24T20:25:12.130Z] [2021-03-24T20:25:12.130Z] 20:02:21 LINUX RESTART (4 CPU) [2021-03-24T20:25:12.130Z] [2021-03-24T20:25:12.130Z] 20:03:01 CPU %user %nice %system %iowait %steal %idle [2021-03-24T20:25:12.130Z] 20:04:01 all 15.29 0.00 7.88 2.35 0.15 74.33 [2021-03-24T20:25:12.130Z] 20:04:01 0 13.96 0.00 10.64 3.63 0.16 71.61 [2021-03-24T20:25:12.130Z] 20:04:01 1 17.31 0.00 5.82 1.73 0.15 74.99 [2021-03-24T20:25:12.130Z] 20:04:01 2 17.57 0.00 8.69 2.50 0.14 71.10 [2021-03-24T20:25:12.130Z] 20:04:01 3 12.31 0.00 6.41 1.56 0.14 79.59 [2021-03-24T20:25:12.130Z] 20:05:01 all 10.76 0.00 9.35 6.98 0.17 72.73 [2021-03-24T20:25:12.130Z] 20:05:01 0 10.59 0.00 10.00 8.11 0.17 71.12 [2021-03-24T20:25:12.130Z] 20:05:01 1 10.19 0.00 9.36 10.43 0.19 69.84 [2021-03-24T20:25:12.130Z] 20:05:01 2 11.61 0.00 9.66 4.41 0.15 74.16 [2021-03-24T20:25:12.130Z] 20:05:01 3 10.64 0.00 8.39 4.99 0.17 75.80 [2021-03-24T20:25:12.130Z] 20:06:01 all 51.63 0.00 11.86 4.65 0.12 31.74 [2021-03-24T20:25:12.130Z] 20:06:01 0 52.88 0.00 12.12 6.80 0.12 28.07 [2021-03-24T20:25:12.130Z] 20:06:01 1 49.43 0.00 12.59 4.41 0.12 33.44 [2021-03-24T20:25:12.130Z] 20:06:01 2 52.73 0.00 11.66 3.09 0.11 32.42 [2021-03-24T20:25:12.130Z] 20:06:01 3 51.48 0.00 11.07 4.30 0.12 33.03 [2021-03-24T20:25:12.130Z] 20:07:01 all 48.98 0.00 13.97 3.60 0.13 33.31 [2021-03-24T20:25:12.130Z] 20:07:01 0 48.41 0.00 14.42 1.27 0.12 35.78 [2021-03-24T20:25:12.130Z] 20:07:01 1 49.46 0.00 13.64 4.73 0.19 31.99 [2021-03-24T20:25:12.130Z] 20:07:01 2 50.02 0.00 13.76 3.71 0.11 32.40 [2021-03-24T20:25:12.130Z] 20:07:01 3 48.05 0.00 14.06 4.71 0.11 33.08 [2021-03-24T20:25:12.130Z] 20:08:02 all 19.36 0.00 15.73 5.28 0.19 59.43 [2021-03-24T20:25:12.130Z] 20:08:02 0 19.24 0.00 15.55 3.81 0.24 61.16 [2021-03-24T20:25:12.130Z] 20:08:02 1 18.51 0.00 15.15 6.23 0.17 59.93 [2021-03-24T20:25:12.130Z] 20:08:02 2 20.67 0.00 16.23 5.97 0.14 56.99 [2021-03-24T20:25:12.130Z] 20:08:02 3 19.03 0.00 16.00 5.11 0.22 59.64 [2021-03-24T20:25:12.130Z] 20:09:02 all 23.56 0.00 29.41 23.66 0.33 23.04 [2021-03-24T20:25:12.130Z] 20:09:02 0 22.62 0.00 28.93 25.23 0.34 22.88 [2021-03-24T20:25:12.130Z] 20:09:02 1 23.69 0.00 29.56 22.35 0.34 24.05 [2021-03-24T20:25:12.130Z] 20:09:02 2 23.81 0.00 29.25 25.17 0.34 21.43 [2021-03-24T20:25:12.130Z] 20:09:02 3 24.11 0.00 29.92 21.87 0.28 23.83 [2021-03-24T20:25:12.130Z] 20:10:01 all 56.32 0.00 16.42 13.31 0.07 13.89 [2021-03-24T20:25:12.130Z] 20:10:01 0 57.03 0.00 16.36 12.58 0.05 13.98 [2021-03-24T20:25:12.130Z] 20:10:01 1 56.57 0.00 15.97 12.99 0.05 14.42 [2021-03-24T20:25:12.130Z] 20:10:01 2 55.81 0.00 16.66 13.81 0.11 13.61 [2021-03-24T20:25:12.130Z] 20:10:01 3 55.82 0.00 16.70 13.88 0.07 13.53 [2021-03-24T20:25:12.130Z] 20:11:01 all 40.96 0.00 24.70 18.63 0.28 15.42 [2021-03-24T20:25:12.130Z] 20:11:01 0 40.89 0.00 23.90 14.19 0.30 20.72 [2021-03-24T20:25:12.130Z] 20:11:01 1 41.30 0.00 24.38 17.58 0.26 16.47 [2021-03-24T20:25:12.130Z] 20:11:01 2 41.41 0.00 24.74 20.36 0.25 13.24 [2021-03-24T20:25:12.130Z] 20:11:01 3 40.25 0.00 25.80 22.46 0.32 11.17 [2021-03-24T20:25:12.130Z] 20:12:02 all 27.28 0.00 12.91 12.89 0.31 46.61 [2021-03-24T20:25:12.130Z] 20:12:02 0 27.59 0.00 13.23 12.57 0.30 46.32 [2021-03-24T20:25:12.130Z] 20:12:02 1 27.49 0.00 13.21 13.28 0.31 45.70 [2021-03-24T20:25:12.130Z] 20:12:02 2 27.77 0.00 12.35 12.40 0.38 47.09 [2021-03-24T20:25:12.130Z] 20:12:02 3 26.27 0.00 12.84 13.30 0.23 47.35 [2021-03-24T20:25:12.130Z] 20:13:01 all 0.11 0.00 0.06 0.00 0.01 99.83 [2021-03-24T20:25:12.130Z] 20:13:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-24T20:25:12.130Z] 20:13:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-24T20:25:12.130Z] 20:13:01 2 0.12 0.00 0.08 0.00 0.02 99.78 [2021-03-24T20:25:12.130Z] 20:13:01 3 0.25 0.00 0.03 0.00 0.02 99.69 [2021-03-24T20:25:12.130Z] 20:14:01 all 0.17 0.00 0.12 0.01 0.11 99.60 [2021-03-24T20:25:12.130Z] 20:14:01 0 0.02 0.00 0.07 0.00 0.20 99.72 [2021-03-24T20:25:12.130Z] 20:14:01 1 0.07 0.00 0.12 0.00 0.05 99.77 [2021-03-24T20:25:12.130Z] 20:14:01 2 0.07 0.00 0.25 0.03 0.07 99.58 [2021-03-24T20:25:12.130Z] 20:14:01 3 0.52 0.00 0.03 0.00 0.13 99.32 [2021-03-24T20:25:12.130Z] [2021-03-24T20:25:12.130Z] 20:14:01 CPU %user %nice %system %iowait %steal %idle [2021-03-24T20:25:12.130Z] 20:15:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-24T20:25:12.130Z] 20:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-24T20:25:12.130Z] 20:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-24T20:25:12.130Z] 20:15:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-24T20:25:12.130Z] 20:15:01 3 0.50 0.00 0.02 0.00 0.02 99.47 [2021-03-24T20:25:12.130Z] 20:16:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-03-24T20:25:12.130Z] 20:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-24T20:25:12.130Z] 20:16:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-24T20:25:12.130Z] 20:16:01 2 0.07 0.00 0.10 0.00 0.00 99.83 [2021-03-24T20:25:12.130Z] 20:16:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-24T20:25:12.130Z] 20:17:01 all 0.11 0.00 0.05 0.01 0.01 99.82 [2021-03-24T20:25:12.130Z] 20:17:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2021-03-24T20:25:12.130Z] 20:17:01 1 0.02 0.00 0.03 0.02 0.00 99.93 [2021-03-24T20:25:12.130Z] 20:17:01 2 0.12 0.00 0.05 0.02 0.02 99.80 [2021-03-24T20:25:12.130Z] 20:17:01 3 0.25 0.00 0.05 0.00 0.00 99.70 [2021-03-24T20:25:12.130Z] 20:18:01 all 0.14 0.00 0.06 0.02 0.01 99.76 [2021-03-24T20:25:12.130Z] 20:18:01 0 0.05 0.00 0.10 0.08 0.02 99.75 [2021-03-24T20:25:12.130Z] 20:18:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-24T20:25:12.130Z] 20:18:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-24T20:25:12.130Z] 20:18:01 3 0.43 0.00 0.05 0.02 0.02 99.48 [2021-03-24T20:25:12.130Z] 20:19:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2021-03-24T20:25:12.130Z] 20:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-24T20:25:12.130Z] 20:19:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2021-03-24T20:25:12.130Z] 20:19:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-24T20:25:12.130Z] 20:19:01 3 0.48 0.00 0.03 0.00 0.02 99.47 [2021-03-24T20:25:12.130Z] 20:20:01 all 0.12 0.00 0.05 0.00 0.01 99.82 [2021-03-24T20:25:12.130Z] 20:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-24T20:25:12.130Z] 20:20:01 1 0.37 0.00 0.12 0.00 0.02 99.50 [2021-03-24T20:25:12.130Z] 20:20:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-24T20:25:12.130Z] 20:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-24T20:25:12.130Z] 20:21:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-24T20:25:12.130Z] 20:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-24T20:25:12.130Z] 20:21:01 1 0.53 0.00 0.07 0.00 0.00 99.40 [2021-03-24T20:25:12.130Z] 20:21:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-24T20:25:12.130Z] 20:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-24T20:25:12.130Z] 20:22:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-24T20:25:12.130Z] 20:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-24T20:25:12.130Z] 20:22:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-24T20:25:12.130Z] 20:22:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2021-03-24T20:25:12.130Z] 20:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-24T20:25:12.130Z] 20:23:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-24T20:25:12.130Z] 20:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-24T20:25:12.130Z] 20:23:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-24T20:25:12.130Z] 20:23:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-24T20:25:12.131Z] 20:23:01 3 0.02 0.00 0.05 0.02 0.00 99.92 [2021-03-24T20:25:12.131Z] 20:24:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-24T20:25:12.131Z] 20:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-24T20:25:12.131Z] 20:24:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-24T20:25:12.131Z] 20:24:01 2 0.57 0.00 0.03 0.00 0.00 99.40 [2021-03-24T20:25:12.131Z] 20:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-24T20:25:12.131Z] 20:25:01 all 5.42 0.00 4.12 3.63 0.05 86.78 [2021-03-24T20:25:12.131Z] 20:25:01 0 5.13 0.00 3.78 2.84 0.05 88.20 [2021-03-24T20:25:12.131Z] 20:25:01 1 5.56 0.00 4.70 5.39 0.03 84.31 [2021-03-24T20:25:12.131Z] 20:25:01 2 5.53 0.00 3.70 2.20 0.05 88.51 [2021-03-24T20:25:12.131Z] 20:25:01 3 5.43 0.00 4.30 4.08 0.08 86.10 [2021-03-24T20:25:12.131Z] [2021-03-24T20:25:12.131Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-24T20:25:12.131Z] Average: all 13.27 0.00 6.46 4.17 0.09 76.01 [2021-03-24T20:25:12.131Z] Average: 0 13.19 0.00 6.58 4.00 0.09 76.13 [2021-03-24T20:25:12.131Z] Average: 1 13.33 0.00 6.39 4.37 0.09 75.82 [2021-03-24T20:25:12.131Z] Average: 2 13.54 0.00 6.49 4.10 0.08 75.79 [2021-03-24T20:25:12.131Z] Average: 3 13.03 0.00 6.39 4.20 0.09 76.30 [2021-03-24T20:25:12.131Z] [2021-03-24T20:25:12.131Z] [2021-03-24T20:25:12.131Z]