Pull request #3356 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 5e8f0209b56f3309f9665c980cdfd66463b0e44b rather than b0cad471371cb32602598be54e259b09dd5f8fa2 Obtained Jenkinsfile from 5e8f0209b56f3309f9665c980cdfd66463b0e44b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33911 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit b0cad471371cb32602598be54e259b09dd5f8fa2 Merge succeeded, producing b0cad471371cb32602598be54e259b09dd5f8fa2 Checking out Revision b0cad471371cb32602598be54e259b09dd5f8fa2 (PR-3356) > 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/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # 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 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # timeout=10 Commit message: "refactor(scheduler): Rename scheduler struct" > git rev-list --no-walk d41159c72df45f15f3dde734c15598a48b0f8968 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-13T12:52:27.052Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-13T12:52:27.365Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-13T12:52:27.466Z] ========================================================= [2021-04-13T12:52:27.466Z] EdgeX Global Pipelines Version Info [2021-04-13T12:52:27.466Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-13T12:52:28.958Z] ------------------- [2021-04-13T12:52:28.959Z] stable info: [2021-04-13T12:52:28.959Z] ------------------- [2021-04-13T12:52:28.959Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-13T12:52:28.959Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-13T12:52:28.959Z] Message: update stable to v1.0.186 [2021-04-13T12:52:29.905Z] ------------------- [2021-04-13T12:52:29.905Z] experimental info: [2021-04-13T12:52:29.905Z] ------------------- [2021-04-13T12:52:29.905Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-13T12:52:29.905Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-13T12:52:29.905Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-13T12:52:30.173Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-13T12:52:30.283Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-13T12:52:30.386Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-13T12:52:30.493Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-13T12:52:30.612Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-13T12:52:30.713Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-13T12:52:30.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-13T12:52:30.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-13T12:52:30.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-13T12:52:31.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-13T12:52:31.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-13T12:52:31.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-13T12:52:31.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-13T12:52:31.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-13T12:52:31.682Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T12:52:31.809Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T12:52:31.912Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-13T12:52:32.010Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-13T12:52:32.099Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-13T12:52:32.190Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-13T12:52:32.283Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-13T12:52:32.373Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-13T12:52:32.495Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3356 [Pipeline] echo [2021-04-13T12:52:32.576Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3356 [Pipeline] echo [2021-04-13T12:52:32.659Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3356 [Pipeline] echo [2021-04-13T12:52:32.742Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b0cad471371cb32602598be54e259b09dd5f8fa2 [Pipeline] echo [2021-04-13T12:52:32.822Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b0cad47 [Pipeline] echo [2021-04-13T12:52:32.943Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T12:52:33.136Z] provisioning config files... [2021-04-13T12:52:33.168Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6397749998288339449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T12:52:33.535Z] ---> docker-login.sh [2021-04-13T12:52:33.536Z] nexus3.edgexfoundry.org:10001 [2021-04-13T12:52:33.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:52:34.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:52:34.065Z] Configure a credential helper to remove this warning. See [2021-04-13T12:52:34.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:52:34.065Z] [2021-04-13T12:52:34.065Z] Login Succeeded [2021-04-13T12:52:34.065Z] nexus3.edgexfoundry.org:10002 [2021-04-13T12:52:34.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:52:34.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:52:34.330Z] Configure a credential helper to remove this warning. See [2021-04-13T12:52:34.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:52:34.330Z] [2021-04-13T12:52:34.330Z] Login Succeeded [2021-04-13T12:52:34.330Z] nexus3.edgexfoundry.org:10003 [2021-04-13T12:52:34.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:52:34.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:52:34.330Z] Configure a credential helper to remove this warning. See [2021-04-13T12:52:34.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:52:34.330Z] [2021-04-13T12:52:34.330Z] Login Succeeded [2021-04-13T12:52:34.330Z] nexus3.edgexfoundry.org:10004 [2021-04-13T12:52:34.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:52:34.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:52:34.594Z] Configure a credential helper to remove this warning. See [2021-04-13T12:52:34.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:52:34.594Z] [2021-04-13T12:52:34.594Z] Login Succeeded [2021-04-13T12:52:34.594Z] docker.io [2021-04-13T12:52:34.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:52:35.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:52:35.119Z] Configure a credential helper to remove this warning. See [2021-04-13T12:52:35.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:52:35.119Z] [2021-04-13T12:52:35.119Z] Login Succeeded [2021-04-13T12:52:35.120Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T12:52:35.130Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T12:52:35.592Z] ++ 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-04-13T12:52:35.593Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T12:52:35.593Z] ++ dirname cmd/core-command/Dockerfile [2021-04-13T12:52:35.593Z] ++ cut -d/ -f2 [2021-04-13T12:52:35.593Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-13T12:52:35.593Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T12:52:35.593Z] ++ dirname cmd/core-data/Dockerfile [2021-04-13T12:52:35.593Z] ++ cut -d/ -f2 [2021-04-13T12:52:35.593Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-13T12:52:35.593Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T12:52:35.593Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-13T12:52:35.593Z] ++ cut -d/ -f2 [2021-04-13T12:52:35.593Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-13T12:52:35.593Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T12:52:35.593Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-13T12:52:35.593Z] ++ cut -d/ -f2 [2021-04-13T12:52:35.593Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-13T12:52:35.593Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T12:52:35.593Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-13T12:52:35.593Z] ++ cut -d/ -f2 [2021-04-13T12:52:35.593Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-13T12:52:35.593Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T12:52:35.593Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-13T12:52:35.593Z] ++ cut -d/ -f2 [2021-04-13T12:52:35.593Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-13T12:52:35.593Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T12:52:35.593Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-13T12:52:35.593Z] ++ cut -d/ -f2 [2021-04-13T12:52:35.593Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-13T12:52:35.593Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T12:52:35.593Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-13T12:52:35.593Z] ++ cut -d/ -f2 [2021-04-13T12:52:35.593Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-13T12:52:35.593Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T12:52:35.593Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-13T12:52:35.593Z] ++ cut -d/ -f2 [2021-04-13T12:52:35.593Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-13T12:52:35.672Z] 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-04-13T12:52:37.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T12:52:37.294Z] [2021-04-13T12:52:37.294Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:52:37.669Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T12:52:37.669Z] latest: Pulling from edgex-devops/git-semver [2021-04-13T12:52:37.669Z] 31603596830f: Pulling fs layer [2021-04-13T12:52:37.669Z] 2a8b12db71e7: Pulling fs layer [2021-04-13T12:52:37.669Z] 6ca5941a6612: Pulling fs layer [2021-04-13T12:52:37.669Z] ecc8261a40a4: Pulling fs layer [2021-04-13T12:52:37.669Z] 2a8b12db71e7: Verifying Checksum [2021-04-13T12:52:37.669Z] 2a8b12db71e7: Download complete [2021-04-13T12:52:37.931Z] 31603596830f: Verifying Checksum [2021-04-13T12:52:37.931Z] 31603596830f: Download complete [2021-04-13T12:52:37.931Z] ecc8261a40a4: Verifying Checksum [2021-04-13T12:52:37.931Z] ecc8261a40a4: Download complete [2021-04-13T12:52:37.931Z] 6ca5941a6612: Verifying Checksum [2021-04-13T12:52:37.931Z] 6ca5941a6612: Download complete [2021-04-13T12:52:38.194Z] 31603596830f: Pull complete [2021-04-13T12:52:38.194Z] 2a8b12db71e7: Pull complete [2021-04-13T12:52:39.155Z] 6ca5941a6612: Pull complete [2021-04-13T12:52:39.155Z] ecc8261a40a4: Pull complete [2021-04-13T12:52:39.155Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-13T12:52:39.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T12:52:39.155Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-13T12:52:39.263Z] prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container [2021-04-13T12:52:39.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10004/edgex-devops/git-semver:latest cat [2021-04-13T12:52:41.608Z] $ docker top dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T12:52:41.933Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T12:52:41.933Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T12:52:42.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T12:52:42.153Z] $ docker exec dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 ssh-agent [2021-04-13T12:52:42.322Z] SSH_AUTH_SOCK=/tmp/ssh-A5NGrJjaR88Q/agent.11 [2021-04-13T12:52:42.322Z] SSH_AGENT_PID=16 [2021-04-13T12:52:42.331Z] Running ssh-add (command line suppressed) [2021-04-13T12:52:42.452Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2863771386588990627.key (/w/workspace/edgex-go/5@tmp/private_key_2863771386588990627.key) [2021-04-13T12:52:42.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T12:52:42.839Z] + git tag --points-at HEAD [Pipeline] } [2021-04-13T12:52:42.862Z] $ docker exec --env ******** --env ******** dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 ssh-agent -k [2021-04-13T12:52:42.976Z] unset SSH_AUTH_SOCK; [2021-04-13T12:52:42.976Z] unset SSH_AGENT_PID; [2021-04-13T12:52:42.976Z] echo Agent pid 16 killed; [2021-04-13T12:52:43.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-13T12:52:43.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T12:52:43.216Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T12:52:43.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T12:52:43.385Z] $ docker exec dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 ssh-agent [2021-04-13T12:52:43.547Z] SSH_AUTH_SOCK=/tmp/ssh-78HE8nQLCEKE/agent.46 [2021-04-13T12:52:43.547Z] SSH_AGENT_PID=51 [2021-04-13T12:52:43.554Z] Running ssh-add (command line suppressed) [2021-04-13T12:52:43.681Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7984810483428886880.key (/w/workspace/edgex-go/5@tmp/private_key_7984810483428886880.key) [2021-04-13T12:52:43.734Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T12:52:44.120Z] + git semver init [2021-04-13T12:52:44.121Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T12:52:44.121Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-04-13T12:52:44.121Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-04-13T12:52:44.121Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T12:52:44.121Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T12:52:44.121Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T12:52:44.121Z] # $SEMVER_BRANCH = PR-3356 [2021-04-13T12:52:44.121Z] # $SEMVER_TEMP = /tmp/semver-732755943 [2021-04-13T12:52:44.121Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-13T12:53:06.148Z] # '/tmp/semver-732755943' -> '/w/workspace/edgex-go/5/.semver' [2021-04-13T12:53:06.411Z] # -> Force: false [2021-04-13T12:53:06.411Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-04-13T12:53:06.431Z] $ docker exec --env ******** --env ******** dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 ssh-agent -k [2021-04-13T12:53:06.666Z] unset SSH_AUTH_SOCK; [2021-04-13T12:53:06.666Z] unset SSH_AGENT_PID; [2021-04-13T12:53:06.666Z] echo Agent pid 51 killed; [2021-04-13T12:53:06.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T12:53:07.268Z] + git semver [Pipeline] } [2021-04-13T12:53:07.287Z] $ docker stop --time=1 dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 [2021-04-13T12:53:09.204Z] $ docker rm -f dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T12:53:09.747Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-13T12:53:10.256Z] Stashed 1 file(s) [Pipeline] echo [2021-04-13T12:53:10.259Z] [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-04-13T12:53:11.252Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-13T12:53:11.557Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T12:53:11.854Z] + sudo service docker restart [2021-04-13T12:53:11.855Z] + true [2021-04-13T12:53:11.855Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-13T12:53:12.445Z] ========================================================= [2021-04-13T12:53:12.445Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-13T12:53:12.445Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:53:12.790Z] + 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-04-13T12:53:16.112Z] Sending build context to Docker daemon 329.5MB [2021-04-13T12:53:16.112Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T12:53:16.112Z] Step 2/6 : FROM ${BASE} [2021-04-13T12:53:16.112Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-13T12:53:16.112Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T12:53:16.112Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T12:53:16.112Z] de9db76c5a1d: Pulling fs layer [2021-04-13T12:53:16.112Z] bca2f99d35d6: Pulling fs layer [2021-04-13T12:53:16.112Z] 93359f2a8cfa: Pulling fs layer [2021-04-13T12:53:16.112Z] 7c6f9722023f: Pulling fs layer [2021-04-13T12:53:16.112Z] a35cf1a2eb13: Pulling fs layer [2021-04-13T12:53:16.112Z] 93359f2a8cfa: Waiting [2021-04-13T12:53:16.112Z] 7c6f9722023f: Waiting [2021-04-13T12:53:16.112Z] a35cf1a2eb13: Waiting [2021-04-13T12:53:16.112Z] bca2f99d35d6: Waiting [2021-04-13T12:53:16.112Z] de9db76c5a1d: Verifying Checksum [2021-04-13T12:53:16.112Z] de9db76c5a1d: Download complete [2021-04-13T12:53:16.112Z] 0ef7d3d256c8: Download complete [2021-04-13T12:53:16.112Z] 93359f2a8cfa: Verifying Checksum [2021-04-13T12:53:16.112Z] 93359f2a8cfa: Download complete [2021-04-13T12:53:16.112Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T12:53:16.112Z] 188c0c94c7c5: Download complete [2021-04-13T12:53:16.112Z] 7c6f9722023f: Verifying Checksum [2021-04-13T12:53:16.112Z] 7c6f9722023f: Download complete [2021-04-13T12:53:16.383Z] 188c0c94c7c5: Pull complete [2021-04-13T12:53:16.647Z] 0ef7d3d256c8: Pull complete [2021-04-13T12:53:16.647Z] de9db76c5a1d: Pull complete [2021-04-13T12:53:18.575Z] a35cf1a2eb13: Verifying Checksum [2021-04-13T12:53:18.575Z] a35cf1a2eb13: Download complete [2021-04-13T12:53:18.840Z] bca2f99d35d6: Verifying Checksum [2021-04-13T12:53:18.840Z] bca2f99d35d6: Download complete [2021-04-13T12:53:24.176Z] bca2f99d35d6: Pull complete [2021-04-13T12:53:24.176Z] 93359f2a8cfa: Pull complete [2021-04-13T12:53:24.176Z] 7c6f9722023f: Pull complete [2021-04-13T12:53:25.660Z] Still waiting to schedule task [2021-04-13T12:53:25.660Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-13T12:53:29.487Z] a35cf1a2eb13: Pull complete [2021-04-13T12:53:29.487Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-13T12:53:29.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-13T12:53:29.487Z] ---> a62c8e92a672 [2021-04-13T12:53:29.487Z] 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-04-13T12:53:29.750Z] ---> Running in 8398c667f697 [2021-04-13T12:53:30.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:53:31.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:53:32.658Z] (1/12) Installing libmagic (5.38-r0) [2021-04-13T12:53:32.658Z] (2/12) Installing file (5.38-r0) [2021-04-13T12:53:32.919Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-13T12:53:32.919Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-13T12:53:42.927Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-13T12:53:42.927Z] (6/12) Installing patch (2.7.6-r6) [2021-04-13T12:53:42.928Z] (7/12) Installing build-base (0.5-r2) [2021-04-13T12:53:42.928Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-13T12:53:43.198Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-13T12:53:43.199Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-13T12:53:43.199Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-13T12:53:43.460Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-13T12:53:43.460Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T12:53:43.460Z] OK: 233 MiB in 51 packages [2021-04-13T12:53:46.771Z] Removing intermediate container 8398c667f697 [2021-04-13T12:53:46.771Z] ---> ba77797dca7a [2021-04-13T12:53:46.771Z] Step 4/6 : WORKDIR /edgex-go [2021-04-13T12:53:47.032Z] ---> Running in d44621ce0acb [2021-04-13T12:53:47.032Z] Removing intermediate container d44621ce0acb [2021-04-13T12:53:47.032Z] ---> 68de70837723 [2021-04-13T12:53:47.032Z] Step 5/6 : COPY go.mod . [2021-04-13T12:53:47.293Z] ---> 2572213f5c2e [2021-04-13T12:53:47.293Z] Step 6/6 : RUN go mod download [2021-04-13T12:53:47.293Z] ---> Running in 7ce4c5d4a387 [2021-04-13T12:54:09.306Z] Removing intermediate container 7ce4c5d4a387 [2021-04-13T12:54:09.306Z] ---> 67cc15d92b48 [2021-04-13T12:54:09.306Z] Successfully built 67cc15d92b48 [2021-04-13T12:54:09.306Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:54:09.630Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T12:54:09.630Z] . [Pipeline] withDockerContainer [2021-04-13T12:54:09.733Z] prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container [2021-04-13T12:54:09.793Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-13T12:54:10.885Z] $ docker top db617f136ec917fc43479b2ae98996d69a5bd3aceaab535b054e49dddee7c16e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T12:54:11.373Z] + go version [2021-04-13T12:54:11.373Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-13T12:54:11.389Z] $ docker stop --time=1 db617f136ec917fc43479b2ae98996d69a5bd3aceaab535b054e49dddee7c16e [2021-04-13T12:54:12.778Z] $ docker rm -f db617f136ec917fc43479b2ae98996d69a5bd3aceaab535b054e49dddee7c16e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:54:13.580Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T12:54:13.580Z] . [Pipeline] withDockerContainer [2021-04-13T12:54:13.681Z] prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container [2021-04-13T12:54:13.729Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-13T12:54:14.371Z] $ docker top 5c28049d2bfb2371bbfdf552b80b90dc6f6ac767ac43858ef9bdf397525aac3b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-13T12:54:14.594Z] ========================================================= [2021-04-13T12:54:14.594Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-13T12:54:14.594Z] ========================================================= [Pipeline] sh [2021-04-13T12:54:14.888Z] + make test [2021-04-13T12:54:14.888Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-13T12:54:24.955Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-13T12:54:39.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-13T12:54:46.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-13T12:54:46.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-13T12:54:46.664Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-13T12:54:49.241Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-13T12:54:49.241Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-13T12:54:49.241Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-13T12:54:49.241Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-13T12:54:49.512Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-13T12:54:50.104Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-13T12:54:53.459Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-13T12:54:53.459Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-13T12:54:53.459Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-13T12:54:56.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements [2021-04-13T12:54:56.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-13T12:54:56.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-13T12:54:56.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-13T12:54:56.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-13T12:54:56.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-13T12:54:56.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-13T12:54:56.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.044s coverage: 19.8% of statements [2021-04-13T12:54:56.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements [2021-04-13T12:54:59.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.1% of statements [2021-04-13T12:54:59.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-13T12:54:59.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-13T12:54:59.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-13T12:54:59.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-13T12:54:59.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-13T12:54:59.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-13T12:54:59.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-04-13T12:54:59.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-13T12:54:59.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-04-13T12:54:59.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-13T12:54:59.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-13T12:54:59.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.146s coverage: 71.3% of statements [2021-04-13T12:54:59.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-13T12:54:59.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-13T12:54:59.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.188s coverage: 82.9% of statements [2021-04-13T12:54:59.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-13T12:54:59.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T12:54:59.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.083s coverage: 78.9% of statements [2021-04-13T12:54:59.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-13T12:55:02.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-13T12:55:02.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-13T12:55:02.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-13T12:55:02.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.160s coverage: 86.7% of statements [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-13T12:55:02.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-13T12:55:02.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.103s coverage: 78.3% of statements [2021-04-13T12:55:02.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-13T12:55:02.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-13T12:55:02.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-13T12:55:02.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-13T12:55:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.422s coverage: 92.8% of statements [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-13T12:55:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-13T12:55:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.9% of statements [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-13T12:55:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-13T12:55:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 47.1% of statements [2021-04-13T12:55:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements [2021-04-13T12:55:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-04-13T12:55:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements [2021-04-13T12:55:05.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements [2021-04-13T12:55:18.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements [2021-04-13T12:55:18.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-04-13T12:55:18.963Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33912 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws [2021-04-13T12:55:19.020Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-13T12:55:20.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.241s coverage: 81.9% of statements [2021-04-13T12:55:20.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-13T12:55:23.818Z] using credential edgex-jenkins-ssh [2021-04-13T12:55:23.872Z] Cloning the remote Git repository [2021-04-13T12:55:23.948Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-13T12:55:24.052Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-13T12:55:24.125Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T12:55:24.126Z] > git --version # timeout=10 [2021-04-13T12:55:24.146Z] > git --version # 'git version 2.17.1' [2021-04-13T12:55:24.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T12:55:24.239Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.130s coverage: 38.4% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.047s coverage: 11.0% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 87.1% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-13T12:55:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.707s coverage: 28.7% of statements [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-13T12:55:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-13T12:55:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-13T12:55:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-13T12:55:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.712s coverage: 16.2% of statements [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-13T12:55:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.113s coverage: 95.6% of statements [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-13T12:55:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-13T12:55:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-13T12:55:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-13T12:55:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-13T12:55:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-04-13T12:55:30.406Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements [2021-04-13T12:55:30.712Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-13T12:55:31.289Z] GO111MODULE=on go vet ./... [2021-04-13T12:55:42.606Z] Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T12:55:43.039Z] Merge succeeded, producing b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T12:55:43.040Z] Checking out Revision b0cad471371cb32602598be54e259b09dd5f8fa2 (PR-3356) [2021-04-13T12:55:41.546Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T12:55:41.566Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T12:55:41.595Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T12:55:41.626Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T12:55:41.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T12:55:41.639Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T12:55:42.636Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T12:55:42.655Z] > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # timeout=10 [2021-04-13T12:55:42.971Z] > git remote # timeout=10 [2021-04-13T12:55:42.991Z] > git config --get remote.origin.url # timeout=10 [2021-04-13T12:55:43.002Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T12:55:43.013Z] > git merge 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 [2021-04-13T12:55:43.036Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-13T12:55:43.056Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T12:55:43.071Z] > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # timeout=10 [2021-04-13T12:55:47.458Z] Commit message: "refactor(scheduler): Rename scheduler struct" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T12:55:49.095Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-13T12:55:49.512Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T12:55:49.862Z] + + sudotrue service [2021-04-13T12:55:49.862Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T12:55:51.958Z] provisioning config files... [2021-04-13T12:55:52.006Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6102531261080870622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T12:55:52.446Z] ---> docker-login.sh [2021-04-13T12:55:52.446Z] nexus3.edgexfoundry.org:10001 [2021-04-13T12:55:53.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:55:53.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:55:53.699Z] Configure a credential helper to remove this warning. See [2021-04-13T12:55:53.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:55:53.699Z] [2021-04-13T12:55:53.699Z] Login Succeeded [2021-04-13T12:55:53.699Z] nexus3.edgexfoundry.org:10002 [2021-04-13T12:55:54.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:55:54.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:55:54.296Z] Configure a credential helper to remove this warning. See [2021-04-13T12:55:54.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:55:54.296Z] [2021-04-13T12:55:54.296Z] Login Succeeded [2021-04-13T12:55:54.296Z] nexus3.edgexfoundry.org:10003 [2021-04-13T12:55:54.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:55:54.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:55:54.846Z] Configure a credential helper to remove this warning. See [2021-04-13T12:55:54.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:55:54.846Z] [2021-04-13T12:55:54.846Z] Login Succeeded [2021-04-13T12:55:54.846Z] nexus3.edgexfoundry.org:10004 [2021-04-13T12:55:55.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:55:55.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:55:55.396Z] Configure a credential helper to remove this warning. See [2021-04-13T12:55:55.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:55:55.396Z] [2021-04-13T12:55:55.396Z] Login Succeeded [2021-04-13T12:55:55.396Z] docker.io [2021-04-13T12:55:55.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T12:55:55.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T12:55:55.942Z] Configure a credential helper to remove this warning. See [2021-04-13T12:55:55.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T12:55:55.942Z] [2021-04-13T12:55:55.942Z] Login Succeeded [2021-04-13T12:55:55.942Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T12:55:55.959Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T12:55:56.607Z] ========================================================= [2021-04-13T12:55:56.607Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-13T12:55:56.607Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:55:56.997Z] + 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-04-13T12:55:58.025Z] gofmt -l . [2021-04-13T12:55:58.598Z] [ "`gofmt -l .`" = "" ] [2021-04-13T12:55:59.544Z] ./bin/test-go-mod-tidy.sh [2021-04-13T12:55:59.633Z] Sending build context to Docker daemon 167.4MB [2021-04-13T12:55:59.633Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T12:55:59.633Z] Step 2/6 : FROM ${BASE} [2021-04-13T12:55:59.633Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-13T12:55:59.633Z] 5f621e34cdf4: Pulling fs layer [2021-04-13T12:55:59.633Z] a4357932f1b6: Pulling fs layer [2021-04-13T12:55:59.633Z] 18c013af1878: Pulling fs layer [2021-04-13T12:55:59.633Z] 00ac8860ef70: Pulling fs layer [2021-04-13T12:55:59.633Z] 63d7cb157983: Pulling fs layer [2021-04-13T12:55:59.633Z] b116817d02f9: Pulling fs layer [2021-04-13T12:55:59.633Z] 745a02a5169b: Pulling fs layer [2021-04-13T12:55:59.633Z] b116817d02f9: Waiting [2021-04-13T12:55:59.633Z] 00ac8860ef70: Waiting [2021-04-13T12:55:59.633Z] 63d7cb157983: Waiting [2021-04-13T12:55:59.633Z] 745a02a5169b: Waiting [2021-04-13T12:55:59.633Z] a4357932f1b6: Verifying Checksum [2021-04-13T12:55:59.633Z] a4357932f1b6: Download complete [2021-04-13T12:55:59.633Z] 18c013af1878: Download complete [2021-04-13T12:55:59.633Z] 63d7cb157983: Verifying Checksum [2021-04-13T12:55:59.633Z] 63d7cb157983: Download complete [2021-04-13T12:55:59.633Z] 5f621e34cdf4: Verifying Checksum [2021-04-13T12:55:59.633Z] b116817d02f9: Verifying Checksum [2021-04-13T12:55:59.633Z] b116817d02f9: Download complete [2021-04-13T12:56:00.119Z] ./bin/test-attribution-txt.sh [2021-04-13T12:56:00.238Z] 5f621e34cdf4: Pull complete [Pipeline] sh [2021-04-13T12:56:00.854Z] a4357932f1b6: Pull complete [2021-04-13T12:56:01.008Z] + ls -al . [2021-04-13T12:56:01.008Z] total 808 [2021-04-13T12:56:01.008Z] drwxrwxr-x 10 1001 1001 4096 Apr 13 12:56 . [2021-04-13T12:56:01.008Z] drwxr-xr-x 4 root root 28 Apr 13 12:54 .. [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 11 Apr 13 12:52 .dockerignore [2021-04-13T12:56:01.008Z] drwxrwxr-x 8 1001 1001 179 Apr 13 12:52 .git [2021-04-13T12:56:01.008Z] drwxrwxr-x 3 1001 1001 125 Apr 13 12:52 .github [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 818 Apr 13 12:52 .gitignore [2021-04-13T12:56:01.008Z] drwx------ 3 1001 1001 60 Apr 13 12:53 .semver [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 166 Apr 13 12:52 .sonarcloud.properties [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 8722 Apr 13 12:52 Attribution.txt [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 3804 Apr 13 12:52 CONTRIBUTING.md [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 931 Apr 13 12:52 Dockerfile.build [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 863 Apr 13 12:52 Jenkinsfile [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 10775 Apr 13 12:52 LICENSE [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 5774 Apr 13 12:52 Makefile [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 6548 Apr 13 12:52 README.md [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 6755 Apr 13 12:52 SECURITY.md [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 5 Apr 13 12:53 VERSION [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 4131 Apr 13 12:52 ZMQWindows.md [2021-04-13T12:56:01.008Z] drwxrwxr-x 2 1001 1001 117 Apr 13 12:52 bin [2021-04-13T12:56:01.008Z] drwxrwxr-x 14 1001 1001 4096 Apr 13 12:52 cmd [2021-04-13T12:56:01.008Z] -rw-r--r-- 1 root root 696700 Apr 13 12:55 coverage.out [2021-04-13T12:56:01.008Z] -rw-r--r-- 1 root root 1056 Apr 13 12:55 go.mod [2021-04-13T12:56:01.008Z] -rw-r--r-- 1 root root 22131 Apr 13 12:55 go.sum [2021-04-13T12:56:01.008Z] drwxrwxr-x 8 1001 1001 127 Apr 13 12:52 internal [2021-04-13T12:56:01.008Z] drwxrwxr-x 4 1001 1001 26 Apr 13 12:52 openapi [2021-04-13T12:56:01.008Z] drwxrwxr-x 4 1001 1001 71 Apr 13 12:52 snap [2021-04-13T12:56:01.008Z] -rw-rw-r-- 1 1001 1001 168 Apr 13 12:52 version.go [Pipeline] sh [2021-04-13T12:56:01.130Z] 18c013af1878: Pull complete [2021-04-13T12:56:01.311Z] + '[' -e coverage.out ] [2021-04-13T12:56:01.311Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-13T12:56:01.548Z] Stashed 1 file(s) [Pipeline] sh [2021-04-13T12:56:01.844Z] + make build [2021-04-13T12:56:01.844Z] 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-04-13T12:56:02.113Z] 745a02a5169b: Verifying Checksum [2021-04-13T12:56:02.113Z] 745a02a5169b: Download complete [2021-04-13T12:56:03.089Z] 00ac8860ef70: Verifying Checksum [2021-04-13T12:56:03.089Z] 00ac8860ef70: Download complete [2021-04-13T12:56:06.092Z] 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-04-13T12:56:13.260Z] 00ac8860ef70: Pull complete [2021-04-13T12:56:13.260Z] 63d7cb157983: Pull complete [2021-04-13T12:56:13.534Z] b116817d02f9: Pull complete [2021-04-13T12:56:14.402Z] 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-04-13T12:56:15.805Z] 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-04-13T12:56:17.208Z] 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-04-13T12:56:17.469Z] 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-04-13T12:56:17.846Z] 745a02a5169b: Pull complete [2021-04-13T12:56:17.846Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-13T12:56:17.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-13T12:56:17.846Z] ---> b7e6874047d6 [2021-04-13T12:56:17.846Z] 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-04-13T12:56:19.418Z] 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-04-13T12:56:20.840Z] 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-04-13T12:56:21.256Z] ---> Running in e8a1b9d9be70 [2021-04-13T12:56:21.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T12:56:22.233Z] 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-04-13T12:56:22.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T12:56:23.038Z] (1/12) Installing libmagic (5.38-r0) [2021-04-13T12:56:23.185Z] 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-04-13T12:56:23.632Z] (2/12) Installing file (5.38-r0) [2021-04-13T12:56:23.632Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-13T12:56:23.632Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-13T12:56:24.591Z] 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-04-13T12:56:25.566Z] 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-04-13T12:56:27.925Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-13T12:56:27.925Z] (6/12) Installing patch (2.7.6-r6) [2021-04-13T12:56:27.925Z] (7/12) Installing build-base (0.5-r2) [2021-04-13T12:56:27.925Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-13T12:56:27.925Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-13T12:56:27.925Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-13T12:56:27.925Z] (11/12) Installing libzmq (4.3.3-r0) [Pipeline] } [2021-04-13T12:56:28.148Z] $ docker stop --time=1 5c28049d2bfb2371bbfdf552b80b90dc6f6ac767ac43858ef9bdf397525aac3b [2021-04-13T12:56:28.195Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-13T12:56:28.195Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T12:56:28.195Z] OK: 217 MiB in 51 packages [2021-04-13T12:56:29.699Z] $ docker rm -f 5c28049d2bfb2371bbfdf552b80b90dc6f6ac767ac43858ef9bdf397525aac3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-13T12:56:33.832Z] Removing intermediate container e8a1b9d9be70 [2021-04-13T12:56:33.832Z] ---> b1418ae6fcd5 [2021-04-13T12:56:33.832Z] Step 4/6 : WORKDIR /edgex-go [2021-04-13T12:56:33.832Z] ---> Running in 415ca7d16c06 [2021-04-13T12:56:33.832Z] Removing intermediate container 415ca7d16c06 [2021-04-13T12:56:33.832Z] ---> b83a9bd586a6 [2021-04-13T12:56:33.832Z] Step 5/6 : COPY go.mod . [2021-04-13T12:56:33.832Z] ---> 5885162cb024 [2021-04-13T12:56:33.832Z] Step 6/6 : RUN go mod download [2021-04-13T12:56:33.832Z] ---> Running in be17f4e8bf30 [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:56:35.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T12:56:35.195Z] [2021-04-13T12:56:35.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:56:35.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T12:56:35.543Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-13T12:56:35.543Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-13T12:56:35.543Z] ca9280d653b3: Pulling fs layer [2021-04-13T12:56:35.543Z] 7e9c9ca2126c: Pulling fs layer [2021-04-13T12:56:36.124Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-13T12:56:36.124Z] cbdbe7a5bc2a: Download complete [2021-04-13T12:56:36.388Z] cbdbe7a5bc2a: Pull complete [2021-04-13T12:56:36.388Z] ca9280d653b3: Verifying Checksum [2021-04-13T12:56:36.388Z] ca9280d653b3: Download complete [2021-04-13T12:56:37.349Z] 7e9c9ca2126c: Download complete [2021-04-13T12:56:37.613Z] ca9280d653b3: Pull complete [2021-04-13T12:56:44.231Z] 7e9c9ca2126c: Pull complete [2021-04-13T12:56:44.231Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-13T12:56:44.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T12:56:44.231Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-13T12:56:44.401Z] prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container [2021-04-13T12:56:44.451Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-13T12:56:47.122Z] $ docker top f3d15e6413939ebce7468151ff52ada6e8acf30315f342054cf5d30cc838c954 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T12:56:47.638Z] + docker-compose build --help [2021-04-13T12:56:47.638Z] + grep parallel [2021-04-13T12:56:48.585Z] --parallel Build images in parallel. [Pipeline] } [2021-04-13T12:56:48.601Z] $ docker stop --time=1 f3d15e6413939ebce7468151ff52ada6e8acf30315f342054cf5d30cc838c954 [2021-04-13T12:56:49.960Z] $ docker rm -f f3d15e6413939ebce7468151ff52ada6e8acf30315f342054cf5d30cc838c954 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:56:50.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T12:56:50.707Z] . [Pipeline] withDockerContainer [2021-04-13T12:56:50.852Z] prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container [2021-04-13T12:56:50.987Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-13T12:56:51.668Z] $ docker top 4b7252171908f90f4f8353c965877660601bac8f19d4d783f546edc255fc5b7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T12:56:52.189Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-13T12:56:53.134Z] Building docker-core-command-go ... [2021-04-13T12:56:53.134Z] Building docker-core-data-go ... [2021-04-13T12:56:53.134Z] Building docker-core-metadata-go ... [2021-04-13T12:56:53.134Z] Building docker-security-bootstrapper-go ... [2021-04-13T12:56:53.134Z] Building docker-security-proxy-setup-go ... [2021-04-13T12:56:53.134Z] Building docker-security-secretstore-setup-go ... [2021-04-13T12:56:53.134Z] Building docker-support-notifications-go ... [2021-04-13T12:56:53.134Z] Building docker-support-scheduler-go ... [2021-04-13T12:56:53.134Z] Building docker-sys-mgmt-agent-go ... [2021-04-13T12:56:53.134Z] Building docker-sys-mgmt-agent-go [2021-04-13T12:56:53.134Z] Building docker-core-data-go [2021-04-13T12:56:53.135Z] Building docker-support-scheduler-go [2021-04-13T12:56:53.135Z] Building docker-support-notifications-go [2021-04-13T12:56:53.135Z] Building docker-security-bootstrapper-go [2021-04-13T12:57:00.631Z] Removing intermediate container be17f4e8bf30 [2021-04-13T12:57:00.631Z] ---> aeecfbde6b69 [2021-04-13T12:57:00.631Z] Successfully built aeecfbde6b69 [2021-04-13T12:57:00.631Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:57:00.977Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T12:57:00.977Z] . [Pipeline] withDockerContainer [2021-04-13T12:57:01.215Z] prd-ubuntu18.04-docker-arm64-4c-16g-33912 does not seem to be running inside a container [2021-04-13T12:57:01.304Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-13T12:57:02.819Z] $ docker top 771b9e0999865971c25e03be32861bb31e58a4239cb65bf9b5795d295fe82ddd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T12:57:03.814Z] + go version [2021-04-13T12:57:03.814Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-13T12:57:03.851Z] $ docker stop --time=1 771b9e0999865971c25e03be32861bb31e58a4239cb65bf9b5795d295fe82ddd [2021-04-13T12:57:05.782Z] $ docker rm -f 771b9e0999865971c25e03be32861bb31e58a4239cb65bf9b5795d295fe82ddd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T12:57:06.769Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T12:57:06.769Z] . [Pipeline] withDockerContainer [2021-04-13T12:57:07.042Z] prd-ubuntu18.04-docker-arm64-4c-16g-33912 does not seem to be running inside a container [2021-04-13T12:57:07.136Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-13T12:57:08.551Z] $ docker top 55435aba0ed56e66ec40d3e4d2975790d5afbe930a1535885cd19e2f70ed1751 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-13T12:57:08.944Z] ========================================================= [2021-04-13T12:57:08.944Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-13T12:57:08.944Z] ========================================================= [Pipeline] sh [2021-04-13T12:57:09.595Z] + make test [2021-04-13T12:57:09.595Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-13T12:57:25.375Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T12:57:25.375Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-13T12:57:25.375Z] ---> 67cc15d92b48 [2021-04-13T12:57:25.375Z] Step 3/31 : WORKDIR /edgex-go [2021-04-13T12:57:25.679Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T12:57:25.679Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T12:57:25.679Z] ---> 67cc15d92b48 [2021-04-13T12:57:25.679Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T12:57:26.627Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T12:57:26.627Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T12:57:26.627Z] ---> 67cc15d92b48 [2021-04-13T12:57:26.627Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T12:57:26.627Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T12:57:26.627Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T12:57:26.627Z] ---> 67cc15d92b48 [2021-04-13T12:57:26.627Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T12:57:26.627Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T12:57:26.627Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T12:57:26.627Z] ---> 67cc15d92b48 [2021-04-13T12:57:26.627Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T12:57:27.589Z] ---> Running in 7f8b20125616 [2021-04-13T12:57:27.589Z] ---> Running in 3aa639871b86 [2021-04-13T12:57:27.589Z] ---> Running in 7d94fc32e7f6 [2021-04-13T12:57:27.589Z] ---> Running in 7af93c2e58e9 [2021-04-13T12:57:27.589Z] ---> Running in c1136bd83ab4 [2021-04-13T12:57:27.858Z] Removing intermediate container 3aa639871b86 [2021-04-13T12:57:27.858Z] ---> c1c9b59e7e2e [2021-04-13T12:57:27.858Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T12:57:28.125Z] Removing intermediate container c1136bd83ab4 [2021-04-13T12:57:28.125Z] ---> a68b5645cd51 [2021-04-13T12:57:28.125Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T12:57:28.125Z] Removing intermediate container 7f8b20125616 [2021-04-13T12:57:28.125Z] ---> 6de716dbe64e [2021-04-13T12:57:28.125Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T12:57:28.125Z] Removing intermediate container 7af93c2e58e9 [2021-04-13T12:57:28.125Z] ---> 6529e47007a9 [2021-04-13T12:57:28.125Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T12:57:28.125Z] Removing intermediate container 7d94fc32e7f6 [2021-04-13T12:57:28.125Z] ---> 8ba226b6eb22 [2021-04-13T12:57:28.125Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T12:57:28.125Z] ---> Running in 141cedeb7d70 [2021-04-13T12:57:28.125Z] ---> Running in 9329958763c8 [2021-04-13T12:57:28.125Z] ---> Running in 092c3825e7c6 [2021-04-13T12:57:28.125Z] ---> Running in 8a4f6fdd20e9 [2021-04-13T12:57:28.125Z] ---> Running in 69d4fa82e8f4 [2021-04-13T12:57:30.733Z] Removing intermediate container 141cedeb7d70 [2021-04-13T12:57:30.733Z] ---> 80ab5af14333 [2021-04-13T12:57:30.733Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-13T12:57:30.733Z] Removing intermediate container 9329958763c8 [2021-04-13T12:57:30.733Z] ---> bb912771ca6f [2021-04-13T12:57:30.733Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-13T12:57:30.733Z] ---> Running in a53b1ffb236b [2021-04-13T12:57:30.733Z] Removing intermediate container 092c3825e7c6 [2021-04-13T12:57:30.733Z] ---> 3a367ee9843e [2021-04-13T12:57:30.733Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-13T12:57:30.733Z] Removing intermediate container 8a4f6fdd20e9 [2021-04-13T12:57:30.733Z] ---> f7190647c628 [2021-04-13T12:57:30.733Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-13T12:57:30.733Z] ---> Running in 750e14eeb632 [2021-04-13T12:57:30.733Z] ---> Running in 5639634a4adb [2021-04-13T12:57:30.996Z] ---> Running in 02ff1f367650 [2021-04-13T12:57:30.996Z] Removing intermediate container 69d4fa82e8f4 [2021-04-13T12:57:30.996Z] ---> 0f9162cc2369 [2021-04-13T12:57:30.996Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-13T12:57:31.280Z] ---> Running in 0416c15213d8 [2021-04-13T12:57:31.798Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-13T12:57:31.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:31.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:32.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:32.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:32.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:32.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:32.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:32.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:32.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:32.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:57:33.236Z] OK: 233 MiB in 51 packages [2021-04-13T12:57:33.512Z] OK: 233 MiB in 51 packages [2021-04-13T12:57:33.512Z] OK: 233 MiB in 51 packages [2021-04-13T12:57:33.512Z] OK: 233 MiB in 51 packages [2021-04-13T12:57:33.821Z] Removing intermediate container a53b1ffb236b [2021-04-13T12:57:33.821Z] ---> 42cd7a74f966 [2021-04-13T12:57:33.821Z] Step 6/22 : COPY go.mod . [2021-04-13T12:57:34.084Z] ---> 8f31dd6be849 [2021-04-13T12:57:34.084Z] Step 7/22 : RUN go mod download [2021-04-13T12:57:34.084Z] Removing intermediate container 02ff1f367650 [2021-04-13T12:57:34.084Z] ---> 305ea8ea38f8 [2021-04-13T12:57:34.084Z] Step 6/31 : COPY go.mod . [2021-04-13T12:57:34.084Z] OK: 233 MiB in 51 packages [2021-04-13T12:57:34.346Z] ---> Running in a1ba903d16eb [2021-04-13T12:57:34.346Z] Removing intermediate container 0416c15213d8 [2021-04-13T12:57:34.346Z] ---> d3f2200faccc [2021-04-13T12:57:34.346Z] Step 6/23 : COPY go.mod . [2021-04-13T12:57:34.614Z] Removing intermediate container 750e14eeb632 [2021-04-13T12:57:34.614Z] ---> 045031581eee [2021-04-13T12:57:34.614Z] Step 6/22 : COPY go.mod . [2021-04-13T12:57:34.614Z] ---> f8eac24b4371 [2021-04-13T12:57:34.614Z] Step 7/31 : RUN go mod download [2021-04-13T12:57:34.882Z] ---> e4f16c2fd1b1 [2021-04-13T12:57:34.882Z] Step 7/23 : RUN go mod download [2021-04-13T12:57:34.882Z] ---> Running in adeb2e783a89 [2021-04-13T12:57:35.146Z] ---> 59299fcd5761 [2021-04-13T12:57:35.146Z] Step 7/22 : RUN go mod download [2021-04-13T12:57:35.146Z] ---> Running in 78a85ad5fdf5 [2021-04-13T12:57:35.412Z] ---> Running in 9c823bfd2849 [2021-04-13T12:57:35.412Z] Removing intermediate container 5639634a4adb [2021-04-13T12:57:35.412Z] ---> bccd64294429 [2021-04-13T12:57:35.412Z] Step 6/23 : COPY go.mod . [2021-04-13T12:57:36.011Z] ---> 5a98f8978084 [2021-04-13T12:57:36.011Z] Step 7/23 : RUN go mod download [2021-04-13T12:57:36.011Z] ---> Running in e5935ddd9042 [2021-04-13T12:57:36.965Z] Removing intermediate container a1ba903d16eb [2021-04-13T12:57:36.965Z] ---> fcbfabfd2c8b [2021-04-13T12:57:36.965Z] Step 8/22 : COPY . . [2021-04-13T12:57:37.229Z] Removing intermediate container adeb2e783a89 [2021-04-13T12:57:37.229Z] ---> 422ff838a412 [2021-04-13T12:57:37.229Z] Step 8/31 : COPY . . [2021-04-13T12:57:39.150Z] Removing intermediate container 9c823bfd2849 [2021-04-13T12:57:39.150Z] ---> 55dcb2582bab [2021-04-13T12:57:39.150Z] Step 8/22 : COPY . . [2021-04-13T12:57:39.412Z] Removing intermediate container 78a85ad5fdf5 [2021-04-13T12:57:39.412Z] ---> cd87a6772a5b [2021-04-13T12:57:39.412Z] Step 8/23 : COPY . . [2021-04-13T12:57:44.729Z] Removing intermediate container e5935ddd9042 [2021-04-13T12:57:44.729Z] ---> c4563bc0d779 [2021-04-13T12:57:44.729Z] Step 8/23 : COPY . . [2021-04-13T12:58:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-13T12:58:23.975Z] ---> 4835d47a2281 [2021-04-13T12:58:23.975Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> 33c1da209b75 [2021-04-13T12:58:23.975Z] [2021-04-13T12:58:23.975Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-13T12:58:23.975Z] ---> 50d629802244 [2021-04-13T12:58:23.975Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-13T12:58:23.975Z] ---> Running in a14372a17773 [2021-04-13T12:58:23.975Z] ---> Running in a6f90837fc7a [2021-04-13T12:58:23.975Z] ---> Running in 38971746a7b9 [2021-04-13T12:58:23.975Z] ---> f09c8f62d27b [2021-04-13T12:58:23.975Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-13T12:58:23.975Z] ---> 0a30d6098136 [2021-04-13T12:58:23.975Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-13T12:58:23.975Z] ---> Running in 4ab41e38730d [2021-04-13T12:58:23.975Z] ---> Running in dd2914ede668 [2021-04-13T12:58:23.975Z] 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-04-13T12:58:23.975Z] 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-04-13T12:58:23.975Z] 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-04-13T12:58:23.975Z] 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-04-13T12:58:23.975Z] 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-04-13T12:58:27.150Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-13T12:58:35.467Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-13T12:58:35.467Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-13T12:58:36.928Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-13T12:58:36.928Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-13T12:58:36.928Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-13T12:58:37.213Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-13T12:58:40.659Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-13T12:58:41.261Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-13T12:58:49.551Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-13T12:58:49.551Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-13T12:58:49.551Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-13T12:58:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.398s coverage: 45.9% of statements [2021-04-13T12:58:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-13T12:58:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-13T12:58:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-13T12:58:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-13T12:58:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-13T12:58:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-13T12:58:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.180s coverage: 19.8% of statements [2021-04-13T12:58:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.259s coverage: 100.0% of statements [2021-04-13T12:59:02.926Z] Removing intermediate container 4ab41e38730d [2021-04-13T12:59:02.927Z] ---> 5d117027ab44 [2021-04-13T12:59:02.927Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-13T12:59:02.927Z] Removing intermediate container a6f90837fc7a [2021-04-13T12:59:02.927Z] ---> b1ad929552e7 [2021-04-13T12:59:02.927Z] [2021-04-13T12:59:02.927Z] Step 10/31 : FROM alpine:3.12 [2021-04-13T12:59:02.927Z] 3.12: Pulling from library/alpine [2021-04-13T12:59:02.927Z] ---> Running in ae430e1248a4 [2021-04-13T12:59:02.927Z] 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-04-13T12:59:04.318Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T12:59:04.318Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T12:59:04.318Z] ---> 7230e588e954 [2021-04-13T12:59:04.318Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-13T12:59:04.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.601s coverage: 27.1% of statements [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-13T12:59:04.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.171s coverage: 100.0% of statements [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-13T12:59:04.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.144s coverage: 100.0% of statements [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-13T12:59:04.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.244s coverage: 71.3% of statements [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-13T12:59:04.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-13T12:59:06.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 82.9% of statements [2021-04-13T12:59:06.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-13T12:59:06.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T12:59:06.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.172s coverage: 78.9% of statements [2021-04-13T12:59:06.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-13T12:59:06.909Z] ---> Running in caea50842b53 [2021-04-13T12:59:07.189Z] Removing intermediate container 38971746a7b9 [2021-04-13T12:59:07.189Z] ---> c638ed704b57 [2021-04-13T12:59:07.189Z] [2021-04-13T12:59:07.189Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T12:59:07.189Z] ---> 7230e588e954 [2021-04-13T12:59:07.189Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-13T12:59:07.189Z] Removing intermediate container dd2914ede668 [2021-04-13T12:59:07.189Z] ---> c060958abe5d [2021-04-13T12:59:07.189Z] [2021-04-13T12:59:07.189Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T12:59:07.189Z] ---> 7230e588e954 [2021-04-13T12:59:07.189Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-13T12:59:07.461Z] ---> Running in 87b9c06fd5dc [2021-04-13T12:59:07.461Z] ---> Running in 7734f37dc019 [2021-04-13T12:59:08.859Z] Removing intermediate container caea50842b53 [2021-04-13T12:59:08.859Z] ---> 4b8aa68532e3 [2021-04-13T12:59:08.859Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-13T12:59:09.831Z] Removing intermediate container ae430e1248a4 [2021-04-13T12:59:09.831Z] ---> ddd9a7718da6 [2021-04-13T12:59:09.831Z] [2021-04-13T12:59:09.831Z] Step 11/23 : FROM docker:20.10.0 [2021-04-13T12:59:09.831Z] 20.10.0: Pulling from library/docker [2021-04-13T12:59:09.831Z] ---> Running in 2b6dd1915c57 [2021-04-13T12:59:10.424Z] Removing intermediate container a14372a17773 [2021-04-13T12:59:10.424Z] ---> 6023b45f4336 [2021-04-13T12:59:10.424Z] [2021-04-13T12:59:10.424Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T12:59:10.424Z] ---> 7230e588e954 [2021-04-13T12:59:10.424Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-13T12:59:10.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:10.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:10.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:10.694Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-13T12:59:10.694Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T12:59:10.694Z] OK: 6 MiB in 15 packages [2021-04-13T12:59:10.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:10.957Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-13T12:59:10.958Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-13T12:59:10.958Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T12:59:11.218Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T12:59:11.218Z] OK: 6 MiB in 16 packages [2021-04-13T12:59:12.608Z] ---> Running in 5cbb2b4f29c4 [2021-04-13T12:59:12.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:12.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:12.875Z] Removing intermediate container 5cbb2b4f29c4 [2021-04-13T12:59:12.875Z] ---> 1b407686352c [2021-04-13T12:59:12.875Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-13T12:59:13.139Z] ---> Running in 6630bdbbe539 [2021-04-13T12:59:13.139Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-13T12:59:13.139Z] (2/2) Installing su-exec (0.2-r1) [2021-04-13T12:59:13.139Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T12:59:13.139Z] OK: 6 MiB in 16 packages [2021-04-13T12:59:13.139Z] Removing intermediate container 87b9c06fd5dc [2021-04-13T12:59:13.139Z] ---> 736e6e5c22e8 [2021-04-13T12:59:13.139Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T12:59:14.534Z] ---> Running in 6d28183ba917 [2021-04-13T12:59:14.534Z] Removing intermediate container 7734f37dc019 [2021-04-13T12:59:14.534Z] ---> cd76f6962ec7 [2021-04-13T12:59:14.534Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T12:59:14.534Z] Removing intermediate container 6630bdbbe539 [2021-04-13T12:59:14.534Z] ---> 46b045034d99 [2021-04-13T12:59:14.534Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-13T12:59:14.534Z] ---> Running in cd717dc89a00 [2021-04-13T12:59:14.534Z] ---> Running in f669ddf081f3 [2021-04-13T12:59:14.797Z] Removing intermediate container 6d28183ba917 [2021-04-13T12:59:14.797Z] ---> be3794af581b [2021-04-13T12:59:14.797Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-13T12:59:14.797Z] Removing intermediate container 2b6dd1915c57 [2021-04-13T12:59:14.797Z] ---> 1849e39741f7 [2021-04-13T12:59:14.797Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-13T12:59:15.058Z] ---> Running in 0f63e7a4bdb4 [2021-04-13T12:59:15.058Z] Removing intermediate container cd717dc89a00 [2021-04-13T12:59:15.058Z] ---> d4e815ab7405 [2021-04-13T12:59:15.058Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-13T12:59:15.058Z] Removing intermediate container f669ddf081f3 [2021-04-13T12:59:15.058Z] ---> 1f3fca99fd39 [2021-04-13T12:59:15.058Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T12:59:15.323Z] ---> Running in 5ae14666993d [2021-04-13T12:59:15.323Z] ---> Running in a982e2b966ca [2021-04-13T12:59:15.323Z] ---> Running in 5989600f5273 [2021-04-13T12:59:15.323Z] Removing intermediate container 0f63e7a4bdb4 [2021-04-13T12:59:15.323Z] ---> 9ff7f9de79b4 [2021-04-13T12:59:15.323Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T12:59:15.588Z] Removing intermediate container a982e2b966ca [2021-04-13T12:59:15.588Z] ---> a936dce75bc9 [2021-04-13T12:59:15.588Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T12:59:15.588Z] ---> Running in 26c5822f6271 [2021-04-13T12:59:15.854Z] Removing intermediate container 5ae14666993d [2021-04-13T12:59:15.854Z] ---> 601a437cab8f [2021-04-13T12:59:15.854Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-13T12:59:15.854Z] ---> Running in 3c68085b2638 [2021-04-13T12:59:15.854Z] ---> Running in 8bb5849dc9c7 [2021-04-13T12:59:16.124Z] Removing intermediate container 26c5822f6271 [2021-04-13T12:59:16.124Z] ---> 32a174fe8b09 [2021-04-13T12:59:16.124Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T12:59:16.124Z] Removing intermediate container 3c68085b2638 [2021-04-13T12:59:16.124Z] ---> 3ffcb97b383d [2021-04-13T12:59:16.124Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T12:59:16.124Z] Removing intermediate container 8bb5849dc9c7 [2021-04-13T12:59:16.124Z] ---> ee7373dbe9d7 [2021-04-13T12:59:16.124Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-13T12:59:16.393Z] ---> Running in 931701440f0f [2021-04-13T12:59:16.655Z] ---> c56dea570816 [2021-04-13T12:59:16.656Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-13T12:59:16.656Z] ---> c28c0ea989bb [2021-04-13T12:59:16.656Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-13T12:59:16.862Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.158s coverage: 28.6% of statements [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-13T12:59:16.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.248s coverage: 100.0% of statements [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-13T12:59:16.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.173s coverage: 100.0% of statements [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-13T12:59:16.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-13T12:59:16.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.475s coverage: 97.5% of statements [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-13T12:59:16.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.219s coverage: 78.3% of statements [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-13T12:59:16.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-13T12:59:17.240Z] Removing intermediate container 5989600f5273 [2021-04-13T12:59:17.240Z] ---> 06f02f6e71b4 [2021-04-13T12:59:17.240Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-13T12:59:17.240Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-13T12:59:17.240Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-13T12:59:17.240Z] ---> aefe523efa57 [2021-04-13T12:59:17.240Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-13T12:59:17.240Z] ---> Running in e39796a0955e [2021-04-13T12:59:17.511Z] ---> f4341b15b560 [2021-04-13T12:59:17.511Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-13T12:59:17.511Z] ---> Running in 2053ecd1ad1e [2021-04-13T12:59:17.511Z] ---> 07b893488a3a [2021-04-13T12:59:17.511Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-13T12:59:17.799Z] ---> 555a489b12b0 [2021-04-13T12:59:17.799Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-13T12:59:18.068Z] Removing intermediate container 2053ecd1ad1e [2021-04-13T12:59:18.068Z] ---> 129224c7b23e [2021-04-13T12:59:18.068Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-13T12:59:18.068Z] ---> Running in 8c2829aa05c9 [2021-04-13T12:59:18.068Z] ---> 08630054e6ab [2021-04-13T12:59:18.068Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-13T12:59:18.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:18.068Z] ---> Running in 3f4ed71f4585 [2021-04-13T12:59:18.336Z] ---> Running in d4f51c4b70f7 [2021-04-13T12:59:18.336Z] Removing intermediate container 931701440f0f [2021-04-13T12:59:18.336Z] ---> fc52b19ea032 [2021-04-13T12:59:18.336Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-13T12:59:18.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:18.940Z] Removing intermediate container 8c2829aa05c9 [2021-04-13T12:59:18.940Z] ---> 48f7014e6722 [2021-04-13T12:59:18.940Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T12:59:18.940Z] ---> Running in 7e1e15d50e7b [2021-04-13T12:59:18.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:19.214Z] Removing intermediate container d4f51c4b70f7 [2021-04-13T12:59:19.214Z] ---> 96a78a50374f [2021-04-13T12:59:19.214Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T12:59:19.214Z] ---> Running in 40931bbd2850 [2021-04-13T12:59:19.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:19.214Z] ---> Running in f3a3522624c4 [2021-04-13T12:59:19.214Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-13T12:59:19.214Z] Removing intermediate container 7e1e15d50e7b [2021-04-13T12:59:19.214Z] ---> f98a51f2f7a8 [2021-04-13T12:59:19.214Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-13T12:59:19.214Z] (1/39) Installing readline (8.0.4-r0) [2021-04-13T12:59:19.214Z] (2/39) Installing bash (5.0.17-r0) [2021-04-13T12:59:19.214Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-13T12:59:19.214Z] Executing bash-5.0.17-r0.post-install [2021-04-13T12:59:19.214Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T12:59:19.214Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-13T12:59:19.490Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-13T12:59:19.490Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-13T12:59:19.490Z] (5/39) Installing curl (7.69.1-r3) [2021-04-13T12:59:19.490Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-13T12:59:19.490Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-13T12:59:19.490Z] (8/39) Installing expat (2.2.9-r1) [2021-04-13T12:59:19.490Z] (9/39) Installing libffi (3.3-r2) [2021-04-13T12:59:19.490Z] (10/39) Installing gdbm (1.13-r1) [2021-04-13T12:59:19.490Z] Removing intermediate container 40931bbd2850 [2021-04-13T12:59:19.490Z] ---> 45c943634e9a [2021-04-13T12:59:19.490Z] Step 20/22 : LABEL arch=x86_64 [2021-04-13T12:59:19.490Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-13T12:59:19.490Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-13T12:59:19.490Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-13T12:59:19.752Z] Removing intermediate container f3a3522624c4 [2021-04-13T12:59:19.752Z] ---> a9d5eddc9857 [2021-04-13T12:59:19.752Z] Step 20/22 : LABEL arch=x86_64 [2021-04-13T12:59:20.326Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-13T12:59:21.272Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-13T12:59:21.272Z] ---> Running in 1b05d60d159f [2021-04-13T12:59:21.272Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T12:59:21.272Z] OK: 8 MiB in 20 packages [2021-04-13T12:59:22.219Z] ---> c4d433b57340 [2021-04-13T12:59:22.219Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-13T12:59:22.219Z] ---> Running in 9c200711d4ac [2021-04-13T12:59:22.219Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-13T12:59:22.219Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-13T12:59:22.219Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-13T12:59:22.219Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-13T12:59:22.219Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-13T12:59:22.480Z] ---> Running in d8839f03e58e [2021-04-13T12:59:22.480Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-13T12:59:22.480Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-13T12:59:22.480Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-13T12:59:22.742Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-13T12:59:22.742Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-13T12:59:22.742Z] Removing intermediate container 1b05d60d159f [2021-04-13T12:59:22.742Z] ---> 7b8cb985fc2f [2021-04-13T12:59:22.742Z] Step 21/22 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T12:59:23.690Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-13T12:59:23.690Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-13T12:59:23.690Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-13T12:59:23.690Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-13T12:59:23.690Z] Removing intermediate container 9c200711d4ac [2021-04-13T12:59:23.690Z] ---> 39cf2d620c91 [2021-04-13T12:59:23.690Z] Step 21/22 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T12:59:23.690Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-13T12:59:23.957Z] ---> Running in d4d47e597b3a [2021-04-13T12:59:23.957Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-13T12:59:23.957Z] Removing intermediate container e39796a0955e [2021-04-13T12:59:23.957Z] ---> c05f0047328e [2021-04-13T12:59:23.957Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T12:59:23.957Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-13T12:59:24.218Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-13T12:59:24.218Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-13T12:59:24.483Z] ---> Running in 75febe0e6bd6 [2021-04-13T12:59:24.483Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-13T12:59:24.483Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-13T12:59:24.483Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-13T12:59:24.483Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-13T12:59:25.057Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-13T12:59:25.057Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-13T12:59:25.057Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-13T12:59:25.057Z] ---> e6729cf4b6fb [2021-04-13T12:59:25.057Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-13T12:59:25.057Z] Removing intermediate container d4d47e597b3a [2021-04-13T12:59:25.057Z] ---> 25f682077599 [2021-04-13T12:59:25.057Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T12:59:25.057Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T12:59:25.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.158s coverage: 92.8% of statements [2021-04-13T12:59:25.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-13T12:59:25.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T12:59:25.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-13T12:59:25.212Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-13T12:59:25.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-13T12:59:25.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-13T12:59:25.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-13T12:59:25.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-13T12:59:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-13T12:59:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.216s coverage: 0.9% of statements [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-13T12:59:25.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-13T12:59:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.129s coverage: 47.1% of statements [2021-04-13T12:59:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.177s coverage: 79.5% of statements [2021-04-13T12:59:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.115s coverage: 94.1% of statements [2021-04-13T12:59:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.208s coverage: 96.3% of statements [2021-04-13T12:59:25.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.131s coverage: 87.5% of statements [2021-04-13T12:59:25.652Z] OK: 72 MiB in 59 packages [2021-04-13T12:59:25.652Z] Removing intermediate container 75febe0e6bd6 [2021-04-13T12:59:25.652Z] ---> cf06cdd7cb96 [2021-04-13T12:59:25.652Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T12:59:26.235Z] ---> Running in 2f469870f865 [2021-04-13T12:59:26.236Z] ---> Running in b3335c160967 [2021-04-13T12:59:26.236Z] ---> 25be15865c35 [2021-04-13T12:59:26.236Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-13T12:59:26.499Z] Removing intermediate container 2f469870f865 [2021-04-13T12:59:26.499Z] ---> 295ba88fe3a9 [2021-04-13T12:59:26.499Z] [2021-04-13T12:59:26.499Z] Removing intermediate container b3335c160967 [2021-04-13T12:59:26.499Z] ---> 480e82f58db4 [2021-04-13T12:59:26.499Z] [2021-04-13T12:59:26.762Z] Successfully built 295ba88fe3a9 [2021-04-13T12:59:26.762Z] Successfully built 480e82f58db4 [2021-04-13T12:59:27.023Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-13T12:59:27.291Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-04-13T12:59:27.291Z] Removing intermediate container d8839f03e58e [2021-04-13T12:59:27.291Z] ---> a9767a84674c [2021-04-13T12:59:27.291Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T12:59:27.291Z] Successfully tagged docker-support-notifications-go:latest [2021-04-13T12:59:27.291Z] Building docker-security-secretstore-setup-go [2021-04-13T12:59:27.291Z]  Building docker-support-notifications-go ... done  ---> d94bc2d679d7 [2021-04-13T12:59:27.291Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-13T12:59:27.291Z] Collecting docker-compose==1.23.2 [2021-04-13T12:59:27.291Z] ---> Running in 942cb352417a [2021-04-13T12:59:27.291Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-13T12:59:27.554Z] ---> a8d79c6a7f38 [2021-04-13T12:59:27.554Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-13T12:59:27.554Z] Collecting jsonschema<3,>=2.5.1 [2021-04-13T12:59:27.554Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-13T12:59:27.554Z] Removing intermediate container 942cb352417a [2021-04-13T12:59:27.554Z] ---> 73b5eca3c3d2 [2021-04-13T12:59:27.554Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T12:59:27.818Z] ---> Running in 441229c02038 [2021-04-13T12:59:27.818Z] Collecting PyYAML<4,>=3.10 [2021-04-13T12:59:27.818Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-13T12:59:28.081Z] Removing intermediate container 441229c02038 [2021-04-13T12:59:28.081Z] ---> 92538887fa1b [2021-04-13T12:59:28.081Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T12:59:31.392Z] 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-04-13T12:59:31.665Z] ---> Running in 3ad8219752b5 [2021-04-13T12:59:31.665Z] Collecting texttable<0.10,>=0.9.0 [2021-04-13T12:59:31.665Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-13T12:59:31.942Z] ---> 4edd72532220 [2021-04-13T12:59:31.942Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-13T12:59:33.906Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-13T12:59:33.906Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-13T12:59:33.906Z] Removing intermediate container 3ad8219752b5 [2021-04-13T12:59:33.906Z] ---> 0cb7940257d0 [2021-04-13T12:59:33.906Z] Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T12:59:33.906Z] ---> ddfddf6300b2 [2021-04-13T12:59:33.906Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-13T12:59:33.906Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-13T12:59:34.168Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-13T12:59:35.114Z] ---> Running in 323e2a2594f3 [2021-04-13T12:59:35.713Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-13T12:59:35.714Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-13T12:59:36.006Z] ---> 378f90e36a9e [2021-04-13T12:59:36.006Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-13T12:59:36.276Z] Removing intermediate container 323e2a2594f3 [2021-04-13T12:59:36.276Z] ---> 1bc7e30ada54 [2021-04-13T12:59:36.276Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T12:59:36.276Z] ---> Running in 14a4830064a8 [2021-04-13T12:59:36.538Z] Collecting cached-property<2,>=1.2.0 [2021-04-13T12:59:36.538Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-13T12:59:37.126Z] Collecting docopt<0.7,>=0.6.1 [2021-04-13T12:59:37.126Z] Removing intermediate container 14a4830064a8 [2021-04-13T12:59:37.126Z] ---> 746e03422be2 [2021-04-13T12:59:37.126Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-13T12:59:37.126Z] [2021-04-13T12:59:38.220Z] ---> 1d4da559adfb [2021-04-13T12:59:38.220Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-13T12:59:38.220Z] Successfully built 746e03422be2 [2021-04-13T12:59:38.566Z] Successfully tagged docker-core-data-go:latest [2021-04-13T12:59:38.566Z] Building docker-security-proxy-setup-go [2021-04-13T12:59:39.713Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2021-04-13T12:59:39.713Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-13T12:59:40.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.130s coverage: 94.4% of statements [2021-04-13T12:59:40.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.161s coverage: 44.8% of statements [2021-04-13T12:59:40.765Z] 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-04-13T12:59:40.765Z] ---> Running in 6a86df9f7023 [2021-04-13T12:59:41.734Z] Collecting idna<2.8,>=2.5 [2021-04-13T12:59:41.734Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-13T12:59:42.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.501s coverage: 81.9% of statements [2021-04-13T12:59:42.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-13T12:59:43.141Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-13T12:59:43.403Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-13T12:59:44.795Z] 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-04-13T12:59:45.380Z] Collecting docker-pycreds>=0.4.0 [2021-04-13T12:59:45.380Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-13T12:59:45.970Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-13T12:59:45.970Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-13T12:59:45.970Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-13T12:59:45.970Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-13T12:59:45.970Z] Removing intermediate container 6a86df9f7023 [2021-04-13T12:59:45.970Z] ---> 453bba7af30a [2021-04-13T12:59:45.970Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-13T12:59:46.234Z] Installing collected packages: jsonschema, PyYAML, texttable, idna, urllib3, requests, websocket-client, dockerpty, cached-property, docopt, docker-pycreds, docker, docker-compose [2021-04-13T12:59:48.184Z] Running setup.py install for PyYAML: started [2021-04-13T12:59:49.145Z] ---> 601c18bad172 [2021-04-13T12:59:49.145Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-13T12:59:50.120Z] ---> Running in afcfb7bfaa24 [2021-04-13T12:59:50.388Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T12:59:50.388Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T12:59:50.388Z] ---> 67cc15d92b48 [2021-04-13T12:59:50.388Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T12:59:50.388Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T12:59:50.388Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-13T12:59:50.388Z] ---> 67cc15d92b48 [2021-04-13T12:59:50.388Z] Step 3/24 : WORKDIR /edgex-go [2021-04-13T12:59:50.388Z] ---> Using cache [2021-04-13T12:59:50.388Z] ---> 8ba226b6eb22 [2021-04-13T12:59:50.388Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T12:59:50.388Z] ---> Using cache [2021-04-13T12:59:50.388Z] ---> 8ba226b6eb22 [2021-04-13T12:59:50.388Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T12:59:50.388Z] ---> Using cache [2021-04-13T12:59:50.388Z] ---> 0f9162cc2369 [2021-04-13T12:59:50.388Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T12:59:50.388Z] ---> Using cache [2021-04-13T12:59:50.388Z] ---> 0f9162cc2369 [2021-04-13T12:59:50.388Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-13T12:59:51.176Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-13T12:59:51.176Z] Running setup.py install for texttable: started [2021-04-13T12:59:52.159Z] ---> Running in 016a1c864879 [2021-04-13T12:59:52.159Z] ---> Running in cd1324213907 [2021-04-13T12:59:52.159Z] Running setup.py install for texttable: finished with status 'done' [2021-04-13T12:59:52.159Z] Attempting uninstall: idna [2021-04-13T12:59:52.159Z] Found existing installation: idna 2.9 [2021-04-13T12:59:52.159Z] Uninstalling idna-2.9: [2021-04-13T12:59:52.159Z] Successfully uninstalled idna-2.9 [2021-04-13T12:59:52.430Z] Attempting uninstall: urllib3 [2021-04-13T12:59:52.430Z] Found existing installation: urllib3 1.25.9 [2021-04-13T12:59:52.430Z] Uninstalling urllib3-1.25.9: [2021-04-13T12:59:52.430Z] Successfully uninstalled urllib3-1.25.9 [2021-04-13T12:59:52.729Z] Attempting uninstall: requests [2021-04-13T12:59:52.729Z] Found existing installation: requests 2.23.0 [2021-04-13T12:59:52.729Z] Uninstalling requests-2.23.0: [2021-04-13T12:59:53.003Z] Successfully uninstalled requests-2.23.0 [2021-04-13T12:59:53.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:53.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:53.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.185s coverage: 92.9% of statements [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-13T12:59:53.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-13T12:59:53.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-13T12:59:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-13T12:59:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-04-13T12:59:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-13T12:59:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements [2021-04-13T12:59:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-13T12:59:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.121s coverage: 80.8% of statements [2021-04-13T12:59:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.211s coverage: 87.2% of statements [2021-04-13T12:59:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.223s coverage: 84.6% of statements [2021-04-13T12:59:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.6% of statements [2021-04-13T12:59:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-13T12:59:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 64.4% of statements [2021-04-13T12:59:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-13T12:59:53.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-13T12:59:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.107s coverage: 100.0% of statements [2021-04-13T12:59:53.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-04-13T12:59:53.272Z] Running setup.py install for dockerpty: started [2021-04-13T12:59:53.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-04-13T12:59:53.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:53.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T12:59:54.128Z] OK: 233 MiB in 51 packages [2021-04-13T12:59:54.128Z] OK: 233 MiB in 51 packages [2021-04-13T12:59:54.394Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-13T12:59:54.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements [2021-04-13T12:59:54.661Z] Running setup.py install for docopt: started [2021-04-13T12:59:55.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-04-13T12:59:55.614Z] Running setup.py install for docopt: finished with status 'done' [2021-04-13T12:59:57.059Z] Removing intermediate container afcfb7bfaa24 [2021-04-13T12:59:57.059Z] ---> cab765dd2dd1 [2021-04-13T12:59:57.059Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-13T12:59:58.454Z] Removing intermediate container cd1324213907 [2021-04-13T12:59:58.454Z] ---> 7e30f7da7556 [2021-04-13T12:59:58.454Z] Step 6/23 : COPY go.mod . [2021-04-13T12:59:58.715Z] ---> Running in 77faaa62f7bd [2021-04-13T12:59:58.715Z] Removing intermediate container 016a1c864879 [2021-04-13T12:59:58.715Z] ---> a01f6aa9eec5 [2021-04-13T12:59:58.715Z] Step 6/24 : COPY go.mod . [2021-04-13T12:59:58.715Z] 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-04-13T12:59:58.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.964s coverage: 69.0% of statements [2021-04-13T12:59:58.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-13T12:59:58.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-13T12:59:58.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-13T12:59:59.290Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T12:59:59.290Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-13T12:59:59.290Z] ---> 67cc15d92b48 [2021-04-13T12:59:59.290Z] Step 3/21 : WORKDIR /edgex-go [2021-04-13T12:59:59.290Z] ---> Using cache [2021-04-13T12:59:59.290Z] ---> 8ba226b6eb22 [2021-04-13T12:59:59.290Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T12:59:59.290Z] ---> Using cache [2021-04-13T12:59:59.290Z] ---> 0f9162cc2369 [2021-04-13T12:59:59.290Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-13T12:59:59.290Z] ---> Using cache [2021-04-13T12:59:59.290Z] ---> a01f6aa9eec5 [2021-04-13T12:59:59.290Z] Step 6/21 : COPY go.mod . [2021-04-13T13:00:00.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.491s coverage: 38.4% of statements [2021-04-13T13:00:00.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-13T13:00:00.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-13T13:00:00.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.111s coverage: 89.5% of statements [2021-04-13T13:00:00.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-13T13:00:00.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.074s coverage: 84.8% of statements [2021-04-13T13:00:00.258Z] ---> 7bb7dd0d7971 [2021-04-13T13:00:00.258Z] Step 7/23 : RUN go mod download [2021-04-13T13:00:00.258Z] ---> 779470ce96dd [2021-04-13T13:00:00.258Z] Step 7/24 : RUN go mod download [2021-04-13T13:00:00.258Z] Removing intermediate container 77faaa62f7bd [2021-04-13T13:00:00.258Z] ---> cc563d66bc76 [2021-04-13T13:00:00.258Z] Step 28/31 : CMD ["gate"] [2021-04-13T13:00:00.258Z] ---> b65db6a7ae18 [2021-04-13T13:00:00.258Z] Step 7/21 : RUN go mod download [2021-04-13T13:00:00.258Z] ---> Running in 0f2a9b396037 [2021-04-13T13:00:00.528Z] ---> Running in 90437947bc46 [2021-04-13T13:00:00.528Z] ---> Running in 4db0c6418e0d [2021-04-13T13:00:00.528Z] ---> Running in f3d6ef7935b1 [2021-04-13T13:00:01.112Z] Removing intermediate container f3d6ef7935b1 [2021-04-13T13:00:01.112Z] ---> 7eb35ff33c9c [2021-04-13T13:00:01.112Z] Step 29/31 : LABEL arch=x86_64 [2021-04-13T13:00:01.380Z] ---> Running in 43ed1ebcc542 [2021-04-13T13:00:01.654Z] Removing intermediate container 43ed1ebcc542 [2021-04-13T13:00:01.654Z] ---> f7e5f08736f1 [2021-04-13T13:00:01.654Z] Step 30/31 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:00:01.931Z] ---> Running in accc77dae74a [2021-04-13T13:00:02.552Z] Removing intermediate container accc77dae74a [2021-04-13T13:00:02.552Z] ---> 8296b34a3bdb [2021-04-13T13:00:02.552Z] Step 31/31 : LABEL version=0.0.0 [2021-04-13T13:00:03.986Z] ---> Running in f4b41212e699 [2021-04-13T13:00:05.907Z] Removing intermediate container 0f2a9b396037 [2021-04-13T13:00:05.907Z] ---> 2865ccafe5c1 [2021-04-13T13:00:05.907Z] Step 8/23 : COPY . . [2021-04-13T13:00:06.487Z] Removing intermediate container f4b41212e699 [2021-04-13T13:00:06.487Z] ---> d3ec7d4f2440 [2021-04-13T13:00:06.487Z] [2021-04-13T13:00:07.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.447s coverage: 47.0% of statements [2021-04-13T13:00:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-13T13:00:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-13T13:00:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-13T13:00:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-13T13:00:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-13T13:00:07.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements [2021-04-13T13:00:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-13T13:00:07.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-04-13T13:00:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-13T13:00:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-13T13:00:07.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 11.0% of statements [2021-04-13T13:00:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-13T13:00:07.879Z] Removing intermediate container 4db0c6418e0d [2021-04-13T13:00:07.879Z] ---> 538f13bef7f1 [2021-04-13T13:00:07.879Z] Step 8/24 : COPY . . [2021-04-13T13:00:08.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.432s coverage: 87.1% of statements [2021-04-13T13:00:08.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-13T13:00:08.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T13:00:08.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-13T13:00:09.269Z] Successfully built d3ec7d4f2440 [2021-04-13T13:00:11.196Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-13T13:00:11.196Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-04-13T13:00:13.141Z] Removing intermediate container 90437947bc46 [2021-04-13T13:00:13.141Z] ---> 2b1f0f92e96c [2021-04-13T13:00:13.141Z] Step 8/21 : COPY . . [2021-04-13T13:00:15.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.375s coverage: 28.7% of statements [2021-04-13T13:00:15.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-13T13:00:15.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-13T13:00:15.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-13T13:00:15.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-13T13:00:15.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-13T13:00:15.242Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.231s coverage: 99.0% of statements [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-13T13:00:15.242Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.150s coverage: 100.0% of statements [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-13T13:00:15.242Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 2.706s coverage: 16.2% of statements [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-13T13:00:15.242Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.347s coverage: 95.6% of statements [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-13T13:00:15.242Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-13T13:00:15.242Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-13T13:00:15.242Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-13T13:00:15.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-13T13:00:15.518Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-04-13T13:00:16.499Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements [2021-04-13T13:00:17.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements [2021-04-13T13:00:18.072Z] GO111MODULE=on go vet ./... [2021-04-13T13:00:35.216Z] Removing intermediate container 3f4ed71f4585 [2021-04-13T13:00:35.216Z] ---> dc53a4e51fb2 [2021-04-13T13:00:35.216Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-13T13:00:37.718Z] ---> Running in 23927b3762eb [2021-04-13T13:00:39.132Z] Removing intermediate container 23927b3762eb [2021-04-13T13:00:39.132Z] ---> 137db6e5eb98 [2021-04-13T13:00:39.132Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-13T13:00:39.398Z] ---> Running in 5d926ed853ff [2021-04-13T13:00:41.330Z] Removing intermediate container 5d926ed853ff [2021-04-13T13:00:41.331Z] ---> 39db2d9289fd [2021-04-13T13:00:41.331Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-13T13:00:45.635Z] ---> 29211d70a7e0 [2021-04-13T13:00:45.635Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-13T13:00:45.909Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:00:45.909Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:00:45.909Z] ---> 67cc15d92b48 [2021-04-13T13:00:45.909Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T13:00:45.909Z] ---> Using cache [2021-04-13T13:00:45.909Z] ---> 8ba226b6eb22 [2021-04-13T13:00:45.909Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:00:45.909Z] ---> Using cache [2021-04-13T13:00:45.909Z] ---> 0f9162cc2369 [2021-04-13T13:00:45.909Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T13:00:45.909Z] ---> Using cache [2021-04-13T13:00:45.909Z] ---> a01f6aa9eec5 [2021-04-13T13:00:45.909Z] Step 6/23 : COPY go.mod . [2021-04-13T13:00:45.909Z] ---> Using cache [2021-04-13T13:00:45.909Z] ---> b65db6a7ae18 [2021-04-13T13:00:45.909Z] Step 7/23 : RUN go mod download [2021-04-13T13:00:45.909Z] ---> Using cache [2021-04-13T13:00:45.909Z] ---> 2b1f0f92e96c [2021-04-13T13:00:45.909Z] Step 8/23 : COPY . . [2021-04-13T13:00:48.475Z] ---> 804a6ad96983 [2021-04-13T13:00:48.475Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-13T13:00:58.553Z] ---> 02994da3c5d3 [2021-04-13T13:00:58.553Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-13T13:00:59.130Z] ---> 726dcbe66b21 [2021-04-13T13:00:59.130Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-13T13:01:01.702Z] ---> Running in ae2877ce2cf7 [2021-04-13T13:01:01.702Z] ---> 09743da76c8d [2021-04-13T13:01:01.702Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-13T13:01:01.702Z] ---> 7377e09d6bee [2021-04-13T13:01:01.702Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-13T13:01:01.702Z] ---> Running in 2599d78fa46e [2021-04-13T13:01:01.969Z] ---> Running in b267a01c94e5 [2021-04-13T13:01:01.969Z] ---> Running in 6ce11e398259 [2021-04-13T13:01:01.969Z] Removing intermediate container ae2877ce2cf7 [2021-04-13T13:01:01.969Z] ---> 46e8fb4e7d5c [2021-04-13T13:01:01.969Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T13:01:04.595Z] ---> Running in 0c1ae6906371 [2021-04-13T13:01:04.595Z] Removing intermediate container 0c1ae6906371 [2021-04-13T13:01:04.595Z] ---> 3e2322e5e0dc [2021-04-13T13:01:04.595Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T13:01:04.868Z] ---> Running in c801a65e0560 [2021-04-13T13:01:05.133Z] 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-04-13T13:01:05.405Z] 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-04-13T13:01:05.405Z] 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-04-13T13:01:05.405Z] Removing intermediate container c801a65e0560 [2021-04-13T13:01:05.405Z] ---> 58c123e3c687 [2021-04-13T13:01:05.405Z] Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:01:05.686Z] ---> Running in 1f7801ca2355 [2021-04-13T13:01:06.361Z] Removing intermediate container 1f7801ca2355 [2021-04-13T13:01:06.361Z] ---> 4fc3cf5ef888 [2021-04-13T13:01:06.361Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T13:01:06.361Z] ---> Running in 55184dc97fbf [2021-04-13T13:01:07.814Z] Removing intermediate container 55184dc97fbf [2021-04-13T13:01:07.814Z] ---> 70146ce0fea6 [2021-04-13T13:01:07.814Z] [2021-04-13T13:01:10.047Z] Successfully built 70146ce0fea6 [2021-04-13T13:01:11.227Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-13T13:01:13.820Z]  Building docker-sys-mgmt-agent-go ... done  ---> e6685e2cd3e1 [2021-04-13T13:01:13.820Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-13T13:01:13.820Z] ---> Running in 91bd5cfdce48 [2021-04-13T13:01:15.421Z] 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-04-13T13:01:34.674Z] 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-04-13T13:01:34.675Z] 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-04-13T13:01:39.906Z] gofmt -l . [2021-04-13T13:01:39.906Z] [ "`gofmt -l .`" = "" ] [2021-04-13T13:01:39.906Z] ./bin/test-go-mod-tidy.sh [2021-04-13T13:01:40.509Z] ./bin/test-attribution-txt.sh [2021-04-13T13:01:40.631Z] Removing intermediate container 2599d78fa46e [2021-04-13T13:01:40.631Z] ---> 2e07434b2622 [2021-04-13T13:01:40.631Z] [2021-04-13T13:01:40.631Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T13:01:40.631Z] ---> 7230e588e954 [2021-04-13T13:01:40.631Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T13:01:40.631Z] ---> Using cache [2021-04-13T13:01:40.631Z] ---> 736e6e5c22e8 [2021-04-13T13:01:40.631Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T13:01:40.631Z] ---> Using cache [2021-04-13T13:01:40.631Z] ---> be3794af581b [2021-04-13T13:01:40.631Z] Step 13/23 : ENV APP_PORT=48082 [Pipeline] sh [2021-04-13T13:01:42.620Z] + ls -al . [2021-04-13T13:01:42.620Z] total 836 [2021-04-13T13:01:42.620Z] drwxrwxr-x 9 1001 1001 4096 Apr 13 13:01 . [2021-04-13T13:01:42.620Z] drwxr-xr-x 4 root root 4096 Apr 13 12:57 .. [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 11 Apr 13 12:55 .dockerignore [2021-04-13T13:01:42.620Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 12:55 .git [2021-04-13T13:01:42.620Z] drwxrwxr-x 3 1001 1001 4096 Apr 13 12:55 .github [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 818 Apr 13 12:55 .gitignore [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 166 Apr 13 12:55 .sonarcloud.properties [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 8722 Apr 13 12:55 Attribution.txt [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 3804 Apr 13 12:55 CONTRIBUTING.md [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 931 Apr 13 12:55 Dockerfile.build [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 863 Apr 13 12:55 Jenkinsfile [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 10775 Apr 13 12:55 LICENSE [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 5774 Apr 13 12:55 Makefile [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 6548 Apr 13 12:55 README.md [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 6755 Apr 13 12:55 SECURITY.md [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 5 Apr 13 12:53 VERSION [2021-04-13T13:01:42.620Z] -rw-rw-r-- 1 1001 1001 4131 Apr 13 12:55 ZMQWindows.md [2021-04-13T13:01:42.620Z] drwxrwxr-x 2 1001 1001 4096 Apr 13 12:55 bin [2021-04-13T13:01:42.620Z] drwxrwxr-x 14 1001 1001 4096 Apr 13 12:55 cmd [2021-04-13T13:01:42.620Z] -rw-r--r-- 1 root root 696700 Apr 13 13:00 coverage.out [2021-04-13T13:01:42.621Z] -rw-r--r-- 1 root root 1056 Apr 13 13:01 go.mod [2021-04-13T13:01:42.621Z] -rw-r--r-- 1 root root 22131 Apr 13 13:01 go.sum [2021-04-13T13:01:42.621Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 12:55 internal [2021-04-13T13:01:42.621Z] drwxrwxr-x 4 1001 1001 4096 Apr 13 12:55 openapi [2021-04-13T13:01:42.621Z] drwxrwxr-x 4 1001 1001 4096 Apr 13 12:55 snap [2021-04-13T13:01:42.621Z] -rw-rw-r-- 1 1001 1001 168 Apr 13 12:55 version.go [Pipeline] sh [2021-04-13T13:01:43.302Z] + '[' -e coverage.out ] [2021-04-13T13:01:43.302Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-13T13:01:43.361Z] Warning: overwriting stash ‘coverage-report’ [2021-04-13T13:01:43.965Z] ---> Running in d4044f15483d [2021-04-13T13:01:44.717Z] Stashed 1 file(s) [Pipeline] sh [2021-04-13T13:01:45.407Z] + make build [2021-04-13T13:01:45.407Z] 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-04-13T13:01:45.907Z] Removing intermediate container b267a01c94e5 [2021-04-13T13:01:45.907Z] ---> 1d7fd7e74005 [2021-04-13T13:01:45.907Z] [2021-04-13T13:01:45.907Z] Step 10/24 : FROM alpine:3.12 [2021-04-13T13:01:45.907Z] ---> 7230e588e954 [2021-04-13T13:01:45.907Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-13T13:01:45.907Z] Removing intermediate container 6ce11e398259 [2021-04-13T13:01:45.907Z] ---> f10c38295efd [2021-04-13T13:01:45.907Z] [2021-04-13T13:01:45.907Z] Step 10/21 : FROM alpine:3.12 [2021-04-13T13:01:45.907Z] ---> 7230e588e954 [2021-04-13T13:01:45.907Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-13T13:01:45.907Z] Removing intermediate container d4044f15483d [2021-04-13T13:01:45.907Z] ---> 13cfbf0ec262 [2021-04-13T13:01:45.907Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T13:01:45.907Z] ---> Running in 8382d4c592d1 [2021-04-13T13:01:45.907Z] ---> Running in f1b11f85aa0e [2021-04-13T13:01:45.907Z] ---> Running in e95d380c4dce [2021-04-13T13:01:46.169Z] Removing intermediate container e95d380c4dce [2021-04-13T13:01:46.169Z] ---> 179ddb4bcb55 [2021-04-13T13:01:46.169Z] Step 15/23 : WORKDIR / [2021-04-13T13:01:46.439Z] ---> Running in 701a3ed045f1 [2021-04-13T13:01:46.706Z] Removing intermediate container 701a3ed045f1 [2021-04-13T13:01:46.706Z] ---> c53af8e39db8 [2021-04-13T13:01:46.706Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T13:01:46.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T13:01:46.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T13:01:46.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T13:01:46.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T13:01:47.249Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-13T13:01:47.249Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-13T13:01:47.249Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T13:01:47.249Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-13T13:01:47.249Z] (4/6) Installing curl (7.69.1-r3) [2021-04-13T13:01:47.249Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-13T13:01:47.249Z] (6/6) Installing su-exec (0.2-r1) [2021-04-13T13:01:47.249Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T13:01:47.249Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T13:01:47.249Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-13T13:01:47.249Z] (4/4) Installing curl (7.69.1-r3) [2021-04-13T13:01:47.249Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T13:01:47.516Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T13:01:47.516Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T13:01:47.516Z] OK: 7 MiB in 18 packages [2021-04-13T13:01:47.778Z] OK: 7 MiB in 20 packages [2021-04-13T13:01:48.736Z] ---> 5458e707ed78 [2021-04-13T13:01:48.736Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-13T13:01:49.683Z] Removing intermediate container 91bd5cfdce48 [2021-04-13T13:01:49.683Z] ---> 05f3ed8e3208 [2021-04-13T13:01:49.683Z] [2021-04-13T13:01:49.683Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T13:01:49.683Z] ---> 7230e588e954 [2021-04-13T13:01:49.683Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T13:01:49.683Z] ---> Using cache [2021-04-13T13:01:49.683Z] ---> 736e6e5c22e8 [2021-04-13T13:01:49.683Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T13:01:49.683Z] ---> Using cache [2021-04-13T13:01:49.683Z] ---> be3794af581b [2021-04-13T13:01:49.683Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-13T13:01:49.683Z] ---> d3b4f688877b [2021-04-13T13:01:49.683Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-13T13:01:49.683Z] ---> Running in 2837cb401fd3 [2021-04-13T13:01:51.605Z] Removing intermediate container f1b11f85aa0e [2021-04-13T13:01:51.605Z] ---> cd178adad02d [2021-04-13T13:01:51.605Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T13:01:51.605Z] Removing intermediate container 2837cb401fd3 [2021-04-13T13:01:51.605Z] ---> eb52b85e0c2c [2021-04-13T13:01:51.605Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T13:01:51.605Z] ---> Running in 0a4205205794 [2021-04-13T13:01:51.605Z] Removing intermediate container 8382d4c592d1 [2021-04-13T13:01:51.605Z] ---> aadab250422f [2021-04-13T13:01:51.605Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T13:01:51.605Z] ---> 79892be4ee0e [2021-04-13T13:01:51.605Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-13T13:01:51.605Z] ---> Running in 62f493e445cb [2021-04-13T13:01:51.605Z] ---> Running in 148354bce37c [2021-04-13T13:01:51.605Z] ---> Running in f58b671016b1 [2021-04-13T13:01:51.605Z] Removing intermediate container 0a4205205794 [2021-04-13T13:01:51.605Z] ---> d7961f527ec6 [2021-04-13T13:01:51.605Z] Step 13/24 : WORKDIR / [2021-04-13T13:01:51.867Z] ---> Running in 6b5642bb8396 [2021-04-13T13:01:51.867Z] Removing intermediate container 62f493e445cb [2021-04-13T13:01:51.867Z] ---> af24114623b3 [2021-04-13T13:01:51.867Z] Step 15/23 : WORKDIR / [2021-04-13T13:01:51.867Z] Removing intermediate container 148354bce37c [2021-04-13T13:01:51.867Z] ---> 4c974edb11b0 [2021-04-13T13:01:51.867Z] Step 13/21 : WORKDIR /edgex [2021-04-13T13:01:51.867Z] Removing intermediate container f58b671016b1 [2021-04-13T13:01:51.867Z] ---> 86f071a5f427 [2021-04-13T13:01:51.867Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T13:01:52.130Z] ---> Running in 7620ddce6a6a [2021-04-13T13:01:52.130Z] ---> Running in 01f6411c1e3f [2021-04-13T13:01:52.130Z] ---> Running in 4c5449f9003f [2021-04-13T13:01:52.130Z] Removing intermediate container 6b5642bb8396 [2021-04-13T13:01:52.130Z] ---> 112a61c7e0ba [2021-04-13T13:01:52.130Z] 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-04-13T13:01:52.392Z] Removing intermediate container 7620ddce6a6a [2021-04-13T13:01:52.392Z] ---> 0d6dce4b4721 [2021-04-13T13:01:52.392Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T13:01:52.392Z] Removing intermediate container 01f6411c1e3f [2021-04-13T13:01:52.392Z] ---> 40aa91bb2c7e [2021-04-13T13:01:52.392Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-13T13:01:52.392Z] Removing intermediate container 4c5449f9003f [2021-04-13T13:01:52.392Z] ---> 730191469b0c [2021-04-13T13:01:52.392Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T13:01:53.024Z] ---> 50feceebede7 [2021-04-13T13:01:53.024Z] 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-04-13T13:01:53.024Z] ---> Running in 17af01afcdef [2021-04-13T13:01:53.289Z] ---> 17e58ac02bc6 [2021-04-13T13:01:53.289Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-13T13:01:53.289Z] ---> 87f600cee445 [2021-04-13T13:01:53.289Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-13T13:01:53.289Z] Removing intermediate container 17af01afcdef [2021-04-13T13:01:53.289Z] ---> 9e6b1a55c760 [2021-04-13T13:01:53.289Z] Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:01:53.554Z] ---> fa0ecf8fa9fa [2021-04-13T13:01:53.554Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-13T13:01:53.554Z] ---> Running in 6a7df325475b [2021-04-13T13:01:53.822Z] ---> 2c1db28de957 [2021-04-13T13:01:53.822Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-13T13:01:53.822Z] Removing intermediate container 6a7df325475b [2021-04-13T13:01:53.822Z] ---> e78bfc968408 [2021-04-13T13:01:53.822Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T13:01:53.822Z] ---> 1c7d20304fc7 [2021-04-13T13:01:53.822Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-13T13:01:53.822Z] ---> 772d936ee5f3 [2021-04-13T13:01:53.822Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-13T13:01:54.085Z] ---> Running in 97df2aa639a7 [2021-04-13T13:01:54.353Z] Removing intermediate container 97df2aa639a7 [2021-04-13T13:01:54.353Z] ---> 1bc4e24d3b37 [2021-04-13T13:01:54.353Z] [2021-04-13T13:01:54.353Z] ---> 4df8a4754009 [2021-04-13T13:01:54.353Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-13T13:01:54.353Z] ---> 70776d64de0f [2021-04-13T13:01:54.353Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-13T13:01:54.353Z] ---> Running in 99df1e25d984 [2021-04-13T13:01:54.924Z] Successfully built 1bc4e24d3b37 [2021-04-13T13:01:54.924Z] ---> 47ffbd7d35a7 [2021-04-13T13:01:54.924Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-13T13:01:54.924Z] Successfully tagged docker-core-command-go:latest [2021-04-13T13:01:54.924Z]  Building docker-core-command-go ... done  ---> Running in ea818bea5e58 [2021-04-13T13:01:54.924Z] Removing intermediate container 99df1e25d984 [2021-04-13T13:01:54.924Z] ---> 83cfe51b4ad4 [2021-04-13T13:01:54.924Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T13:01:55.185Z] ---> Running in 43dbf02f361d [2021-04-13T13:01:55.185Z] Removing intermediate container ea818bea5e58 [2021-04-13T13:01:55.185Z] ---> 8481b4d2b91b [2021-04-13T13:01:55.185Z] Step 18/21 : CMD ["--init=true"] [2021-04-13T13:01:55.447Z] Removing intermediate container 43dbf02f361d [2021-04-13T13:01:55.447Z] ---> 5a5263d1c8ae [2021-04-13T13:01:55.447Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T13:01:55.447Z] ---> Running in 9f566ca17192 [2021-04-13T13:01:55.447Z] ---> 858b5539f21c [2021-04-13T13:01:55.447Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-13T13:01:55.447Z] ---> Running in d881be7ce482 [2021-04-13T13:01:55.447Z] Removing intermediate container 9f566ca17192 [2021-04-13T13:01:55.447Z] ---> 4680b0c9a64a [2021-04-13T13:01:55.447Z] Step 19/21 : LABEL arch=x86_64 [2021-04-13T13:01:55.711Z] ---> Running in 231f2b603780 [2021-04-13T13:01:55.711Z] Removing intermediate container d881be7ce482 [2021-04-13T13:01:55.711Z] ---> bab547ab59ad [2021-04-13T13:01:55.711Z] Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:01:55.711Z] ---> 25a7f46a6010 [2021-04-13T13:01:55.711Z] 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-04-13T13:01:55.794Z] 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-04-13T13:01:55.971Z] ---> Running in b51ad402c8a7 [2021-04-13T13:01:55.971Z] ---> Running in 3d40b96316f8 [2021-04-13T13:01:56.236Z] Removing intermediate container 231f2b603780 [2021-04-13T13:01:56.236Z] ---> 0be3e0a09074 [2021-04-13T13:01:56.236Z] Step 20/21 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:01:56.236Z] Removing intermediate container b51ad402c8a7 [2021-04-13T13:01:56.236Z] ---> 215877979b66 [2021-04-13T13:01:56.236Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T13:01:56.236Z] ---> Running in 05b5e6ef8bf7 [2021-04-13T13:01:56.236Z] ---> Running in aea9cf07d628 [2021-04-13T13:01:56.498Z] Removing intermediate container 05b5e6ef8bf7 [2021-04-13T13:01:56.498Z] ---> 8f325bf49172 [2021-04-13T13:01:56.498Z] Step 21/21 : LABEL version=0.0.0 [2021-04-13T13:01:56.498Z] Removing intermediate container aea9cf07d628 [2021-04-13T13:01:56.498Z] ---> d8453166be24 [2021-04-13T13:01:56.498Z] [2021-04-13T13:01:56.763Z] ---> Running in b6b09542a44a [2021-04-13T13:01:57.028Z] Successfully built d8453166be24 [2021-04-13T13:01:57.028Z] Successfully tagged docker-core-metadata-go:latest [2021-04-13T13:01:57.028Z]  Building docker-core-metadata-go ... done Removing intermediate container b6b09542a44a [2021-04-13T13:01:57.028Z] ---> 70eb3a7b9f7c [2021-04-13T13:01:57.028Z] [2021-04-13T13:01:57.288Z] Successfully built 70eb3a7b9f7c [2021-04-13T13:01:57.288Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-13T13:01:57.288Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3d40b96316f8 [2021-04-13T13:01:57.288Z] ---> f7ce9e15861a [2021-04-13T13:01:57.288Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-13T13:01:57.288Z] ---> Running in 5dfae3c7e522 [2021-04-13T13:01:57.549Z] Removing intermediate container 5dfae3c7e522 [2021-04-13T13:01:57.549Z] ---> 9bba3f78dad6 [2021-04-13T13:01:57.549Z] Step 22/24 : LABEL arch=x86_64 [2021-04-13T13:01:57.549Z] ---> Running in aca8f71a3592 [2021-04-13T13:01:57.810Z] Removing intermediate container aca8f71a3592 [2021-04-13T13:01:57.810Z] ---> 5ffbb6412195 [2021-04-13T13:01:57.810Z] Step 23/24 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:01:57.810Z] ---> Running in 043bcdad36e4 [2021-04-13T13:01:58.072Z] Removing intermediate container 043bcdad36e4 [2021-04-13T13:01:58.072Z] ---> 2a385ba27384 [2021-04-13T13:01:58.072Z] Step 24/24 : LABEL version=0.0.0 [2021-04-13T13:01:58.072Z] ---> Running in 1dd017eb51b1 [2021-04-13T13:01:58.334Z] Removing intermediate container 1dd017eb51b1 [2021-04-13T13:01:58.334Z] ---> b58c4efcbc10 [2021-04-13T13:01:58.334Z] [2021-04-13T13:01:58.600Z] Successfully built b58c4efcbc10 [2021-04-13T13:01:58.600Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-13T13:01:59.191Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-04-13T13:01:59.230Z] $ docker stop --time=1 4b7252171908f90f4f8353c965877660601bac8f19d4d783f546edc255fc5b7a [2021-04-13T13:02:00.850Z] $ docker rm -f 4b7252171908f90f4f8353c965877660601bac8f19d4d783f546edc255fc5b7a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T13:02:01.459Z] + docker images [2021-04-13T13:02:01.460Z] + grep docker [2021-04-13T13:02:02.032Z] docker-security-secretstore-setup-go latest b58c4efcbc10 3 seconds ago 26.2MB [2021-04-13T13:02:02.033Z] docker-core-metadata-go latest d8453166be24 5 seconds ago 19.2MB [2021-04-13T13:02:02.033Z] docker-security-proxy-setup-go latest 70eb3a7b9f7c 5 seconds ago 25.9MB [2021-04-13T13:02:02.033Z] docker-core-command-go latest 1bc4e24d3b37 7 seconds ago 17.5MB [2021-04-13T13:02:02.033Z] docker-sys-mgmt-agent-go latest 70146ce0fea6 54 seconds ago 312MB [2021-04-13T13:02:02.033Z] docker-security-bootstrapper-go latest d3ec7d4f2440 About a minute ago 19.1MB [2021-04-13T13:02:02.033Z] docker-core-data-go latest 746e03422be2 2 minutes ago 22.9MB [2021-04-13T13:02:02.033Z] docker-support-scheduler-go latest 295ba88fe3a9 2 minutes ago 17.7MB [2021-04-13T13:02:02.033Z] docker-support-notifications-go latest 480e82f58db4 2 minutes ago 18.1MB [2021-04-13T13:02:02.033Z] docker 20.10.0 aefe523efa57 4 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-04-13T13:02:17.828Z] Still waiting to schedule task [2021-04-13T13:02:17.829Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-13T13:02:22.620Z] 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-04-13T13:02:26.002Z] 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-04-13T13:02:31.398Z] 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-04-13T13:02:32.838Z] 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-04-13T13:02:39.552Z] 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-04-13T13:02:43.848Z] 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-04-13T13:02:48.138Z] 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-04-13T13:02:52.442Z] 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-04-13T13:02:55.827Z] 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-04-13T13:03:01.231Z] 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-04-13T13:03:09.566Z] $ docker stop --time=1 55435aba0ed56e66ec40d3e4d2975790d5afbe930a1535885cd19e2f70ed1751 [2021-04-13T13:03:11.024Z] Running on prd-ubuntu18.04-docker-8c-8g-33914 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [2021-04-13T13:03:11.988Z] $ docker rm -f 55435aba0ed56e66ec40d3e4d2975790d5afbe930a1535885cd19e2f70ed1751 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-04-13T13:03:13.267Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T13:03:13.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T13:03:13.885Z] [2021-04-13T13:03:13.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T13:03:14.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T13:03:14.286Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-13T13:03:14.286Z] 29e5d40040c1: Pulling fs layer [2021-04-13T13:03:14.286Z] 1ce36da41761: Pulling fs layer [2021-04-13T13:03:14.286Z] 25b303627fd3: Pulling fs layer [2021-04-13T13:03:14.559Z] 29e5d40040c1: Verifying Checksum [2021-04-13T13:03:14.559Z] 29e5d40040c1: Download complete [2021-04-13T13:03:15.155Z] 1ce36da41761: Verifying Checksum [2021-04-13T13:03:15.155Z] 1ce36da41761: Download complete [2021-04-13T13:03:15.155Z] 29e5d40040c1: Pull complete [2021-04-13T13:03:15.870Z] using credential edgex-jenkins-ssh [2021-04-13T13:03:15.925Z] Cloning the remote Git repository [2021-04-13T13:03:16.594Z] 1ce36da41761: Pull complete [2021-04-13T13:03:16.867Z] 25b303627fd3: Verifying Checksum [2021-04-13T13:03:16.867Z] 25b303627fd3: Download complete [2021-04-13T13:03:15.950Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-13T13:03:16.021Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-13T13:03:16.054Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T13:03:16.055Z] > git --version # timeout=10 [2021-04-13T13:03:16.070Z] > git --version # 'git version 2.17.1' [2021-04-13T13:03:16.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T13:03:16.097Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T13:03:27.020Z] 25b303627fd3: Pull complete [2021-04-13T13:03:27.020Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-13T13:03:27.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T13:03:27.020Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-13T13:03:27.243Z] prd-ubuntu18.04-docker-arm64-4c-16g-33912 does not seem to be running inside a container [2021-04-13T13:03:27.345Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-13T13:03:27.828Z] Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:03:27.107Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T13:03:27.118Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T13:03:27.132Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T13:03:27.151Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T13:03:27.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T13:03:27.157Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T13:03:27.842Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T13:03:27.853Z] > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # timeout=10 [2021-04-13T13:03:30.305Z] $ docker top 82242e694beee3678fe94b2103629c8516a96b52245268a34a5c200d5ac64614 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-13T13:03:31.358Z] Failed in branch amd64 [2021-04-13T13:03:31.409Z] + grep parallel [2021-04-13T13:03:31.409Z] + docker-compose build --help [2021-04-13T13:03:34.768Z] --parallel Build images in parallel. [Pipeline] } [2021-04-13T13:03:35.078Z] $ docker stop --time=1 82242e694beee3678fe94b2103629c8516a96b52245268a34a5c200d5ac64614 [2021-04-13T13:03:36.977Z] $ docker rm -f 82242e694beee3678fe94b2103629c8516a96b52245268a34a5c200d5ac64614 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T13:03:37.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T13:03:37.756Z] . [Pipeline] withDockerContainer [2021-04-13T13:03:38.027Z] prd-ubuntu18.04-docker-arm64-4c-16g-33912 does not seem to be running inside a container [2021-04-13T13:03:38.128Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-13T13:03:39.474Z] $ docker top 9662152f5e20f749ba8d309b9ccd5cb09b2d989a2e102d77fa5bd5c6747ed886 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T13:03:40.448Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-13T13:03:43.838Z] Building docker-core-command-go ... [2021-04-13T13:03:43.838Z] Building docker-core-data-go ... [2021-04-13T13:03:43.838Z] Building docker-core-metadata-go ... [2021-04-13T13:03:43.838Z] Building docker-security-bootstrapper-go ... [2021-04-13T13:03:43.838Z] Building docker-security-proxy-setup-go ... [2021-04-13T13:03:43.838Z] Building docker-security-secretstore-setup-go ... [2021-04-13T13:03:43.838Z] Building docker-support-notifications-go ... [2021-04-13T13:03:43.838Z] Building docker-support-scheduler-go ... [2021-04-13T13:03:43.838Z] Building docker-sys-mgmt-agent-go ... [2021-04-13T13:03:43.838Z] Building docker-sys-mgmt-agent-go [2021-04-13T13:03:43.838Z] Building docker-support-notifications-go [2021-04-13T13:03:43.838Z] Building docker-core-command-go [2021-04-13T13:03:43.838Z] Building docker-security-secretstore-setup-go [2021-04-13T13:03:43.838Z] Building docker-security-bootstrapper-go [2021-04-13T13:05:05.598Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:05:05.598Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:05:05.598Z] ---> aeecfbde6b69 [2021-04-13T13:05:05.598Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T13:05:05.598Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:05:05.598Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:05:05.598Z] ---> aeecfbde6b69 [2021-04-13T13:05:05.598Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T13:05:05.598Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:05:05.598Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:05:05.598Z] ---> aeecfbde6b69 [2021-04-13T13:05:05.598Z] Step 3/24 : WORKDIR /edgex-go [2021-04-13T13:05:05.598Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:05:05.598Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:05:05.598Z] ---> aeecfbde6b69 [2021-04-13T13:05:05.598Z] Step 3/31 : WORKDIR /edgex-go [2021-04-13T13:05:05.598Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:05:05.598Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:05:05.598Z] ---> aeecfbde6b69 [2021-04-13T13:05:05.598Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T13:05:05.598Z] ---> Running in efb807eb30b4 [2021-04-13T13:05:05.598Z] ---> Running in 112b19a4fd76 [2021-04-13T13:05:05.598Z] ---> Running in f9f1ea7ffef1 [2021-04-13T13:05:05.598Z] ---> Running in fbd4455cdc42 [2021-04-13T13:05:05.598Z] ---> Running in cccfa9a23783 [2021-04-13T13:05:05.598Z] Removing intermediate container cccfa9a23783 [2021-04-13T13:05:05.598Z] Removing intermediate container f9f1ea7ffef1 [2021-04-13T13:05:05.598Z] ---> 5a1709e98182 [2021-04-13T13:05:05.598Z] ---> a17a2a96ee90 [2021-04-13T13:05:05.598Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:05:05.598Z] [2021-04-13T13:05:05.598Z] Removing intermediate container 112b19a4fd76 [2021-04-13T13:05:05.598Z] ---> 1713e68c9148 [2021-04-13T13:05:05.598Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:05:05.598Z] Removing intermediate container fbd4455cdc42 [2021-04-13T13:05:05.598Z] ---> 0c200f7b3e9e [2021-04-13T13:05:05.598Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:05:05.598Z] Removing intermediate container efb807eb30b4 [2021-04-13T13:05:05.598Z] ---> 0043fe0fa166 [2021-04-13T13:05:05.598Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:05:05.598Z] ---> Running in 4c9c51b22152 [2021-04-13T13:05:05.598Z] ---> Running in 3f09f30712bd [2021-04-13T13:05:05.598Z] ---> Running in 1823bfe438b2 [2021-04-13T13:05:05.598Z] ---> Running in bea5f0bcc9a8 [2021-04-13T13:05:05.598Z] ---> Running in 9d858abecf03 [2021-04-13T13:05:06.588Z] Removing intermediate container 4c9c51b22152 [2021-04-13T13:05:06.588Z] ---> f6fcd7a23173 [2021-04-13T13:05:06.588Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-13T13:05:06.862Z] ---> Running in 810b1797d943 [2021-04-13T13:05:07.142Z] Removing intermediate container 3f09f30712bd [2021-04-13T13:05:07.142Z] ---> b66d4270143e [2021-04-13T13:05:07.142Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-13T13:05:07.142Z] Removing intermediate container 9d858abecf03 [2021-04-13T13:05:07.142Z] ---> e258c6efc964 [2021-04-13T13:05:07.142Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-13T13:05:07.142Z] Removing intermediate container 1823bfe438b2 [2021-04-13T13:05:07.142Z] ---> 134b983e4f1b [2021-04-13T13:05:07.142Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-13T13:05:07.417Z] ---> Running in 52196bb5b71e [2021-04-13T13:05:07.417Z] Removing intermediate container bea5f0bcc9a8 [2021-04-13T13:05:07.417Z] ---> b777e1fe8488 [2021-04-13T13:05:07.417Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T13:05:07.417Z] ---> Running in bc8497d43801 [2021-04-13T13:05:07.417Z] ---> Running in 0d7691ec146f [2021-04-13T13:05:07.693Z] ---> Running in c0403042f824 [2021-04-13T13:05:08.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:09.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:09.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:09.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:09.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:09.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:09.833Z] OK: 217 MiB in 51 packages [2021-04-13T13:05:10.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:10.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:10.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:10.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:05:11.014Z] OK: 217 MiB in 51 packages [2021-04-13T13:05:11.014Z] OK: 217 MiB in 51 packages [2021-04-13T13:05:11.287Z] OK: 217 MiB in 51 packages [2021-04-13T13:05:11.287Z] Removing intermediate container 810b1797d943 [2021-04-13T13:05:11.287Z] ---> bf7576af448b [2021-04-13T13:05:11.287Z] Step 6/31 : COPY go.mod . [2021-04-13T13:05:11.287Z] OK: 217 MiB in 51 packages [2021-04-13T13:05:12.741Z] ---> 352cdbca5a64 [2021-04-13T13:05:12.741Z] Step 7/31 : RUN go mod download [2021-04-13T13:05:12.741Z] ---> Running in 6bdc0c608bad [2021-04-13T13:05:12.741Z] Removing intermediate container 52196bb5b71e [2021-04-13T13:05:12.741Z] ---> 7493ce5a9eba [2021-04-13T13:05:12.741Z] Step 6/22 : COPY go.mod . [2021-04-13T13:05:13.022Z] Removing intermediate container bc8497d43801 [2021-04-13T13:05:13.022Z] ---> 38d11fe92ebe [2021-04-13T13:05:13.022Z] Step 6/23 : COPY go.mod . [2021-04-13T13:05:13.297Z] Removing intermediate container c0403042f824 [2021-04-13T13:05:13.297Z] ---> 1160c9e57502 [2021-04-13T13:05:13.297Z] Step 6/23 : COPY go.mod . [2021-04-13T13:05:13.297Z] Removing intermediate container 0d7691ec146f [2021-04-13T13:05:13.297Z] ---> c34ace90516c [2021-04-13T13:05:13.297Z] Step 6/24 : COPY go.mod . [2021-04-13T13:05:13.894Z] ---> ef200e3916fa [2021-04-13T13:05:13.894Z] Step 7/22 : RUN go mod download [2021-04-13T13:05:14.166Z] ---> de8764398cc2 [2021-04-13T13:05:14.166Z] Step 7/23 : RUN go mod download [2021-04-13T13:05:14.166Z] ---> Running in 66bec2afabf5 [2021-04-13T13:05:14.445Z] ---> 1a9475d0a8a2 [2021-04-13T13:05:14.446Z] Step 7/23 : RUN go mod download [2021-04-13T13:05:14.446Z] ---> Running in a697b5153320 [2021-04-13T13:05:14.446Z] ---> cdd87b212c61 [2021-04-13T13:05:14.735Z] Step 7/24 : RUN go mod download [2021-04-13T13:05:14.735Z] ---> Running in d2223e7c9ace [2021-04-13T13:05:15.025Z] ---> Running in a64eafd23afd [2021-04-13T13:05:16.477Z] Removing intermediate container 6bdc0c608bad [2021-04-13T13:05:16.477Z] ---> 16df97b0b0cf [2021-04-13T13:05:16.477Z] Step 8/31 : COPY . . [2021-04-13T13:05:19.901Z] Removing intermediate container 66bec2afabf5 [2021-04-13T13:05:19.901Z] ---> 7f7f53181528 [2021-04-13T13:05:19.901Z] Step 8/22 : COPY . . [2021-04-13T13:05:19.901Z] Removing intermediate container a697b5153320 [2021-04-13T13:05:19.901Z] ---> c97f404407d2 [2021-04-13T13:05:19.901Z] Step 8/23 : COPY . . [2021-04-13T13:05:19.901Z] Removing intermediate container d2223e7c9ace [2021-04-13T13:05:19.901Z] ---> bf238961b585 [2021-04-13T13:05:19.901Z] Step 8/23 : COPY . . [2021-04-13T13:05:20.505Z] Removing intermediate container a64eafd23afd [2021-04-13T13:05:20.505Z] ---> eea64b1aa851 [2021-04-13T13:05:20.505Z] Step 8/24 : COPY . . [2021-04-13T13:05:47.361Z] ---> f3cfdd111b86 [2021-04-13T13:05:47.362Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-13T13:05:47.362Z] ---> 6ae608e2f9f1 [2021-04-13T13:05:47.362Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-13T13:05:47.362Z] ---> 09502bf7fe95 [2021-04-13T13:05:47.362Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-13T13:05:47.362Z] ---> 9be79c91dfd8 [2021-04-13T13:05:47.362Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-13T13:05:47.362Z] ---> Running in 3fc1f051607c [2021-04-13T13:05:47.362Z] ---> bbe2b734149d [2021-04-13T13:05:47.362Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-13T13:05:47.362Z] ---> Running in 116bde61066d [2021-04-13T13:05:47.362Z] ---> Running in 6f65fe428985 [2021-04-13T13:05:47.362Z] ---> Running in 73c3e318ea92 [2021-04-13T13:05:47.362Z] ---> Running in a06800ad0cf1 [2021-04-13T13:05:47.362Z] 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-04-13T13:05:47.637Z] 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-04-13T13:05:47.915Z] 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-04-13T13:05:48.193Z] 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-04-13T13:05:48.193Z] 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-04-13T13:07:25.093Z] 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-04-13T13:07:40.260Z] Removing intermediate container 3fc1f051607c [2021-04-13T13:07:40.260Z] ---> 0ce532e10cac [2021-04-13T13:07:40.260Z] [2021-04-13T13:07:40.260Z] Step 10/31 : FROM alpine:3.12 [2021-04-13T13:07:40.260Z] 3.12: Pulling from library/alpine [2021-04-13T13:07:40.544Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T13:07:40.544Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T13:07:40.544Z] ---> d75e27dfc0a0 [2021-04-13T13:07:40.544Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-13T13:07:41.552Z] ---> Running in d889d73e3002 [2021-04-13T13:07:42.540Z] Removing intermediate container a06800ad0cf1 [2021-04-13T13:07:42.540Z] ---> 3eae28d5ffe6 [2021-04-13T13:07:42.540Z] [2021-04-13T13:07:42.540Z] Step 10/24 : FROM alpine:3.12 [2021-04-13T13:07:42.540Z] ---> d75e27dfc0a0 [2021-04-13T13:07:42.540Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-13T13:07:42.818Z] Removing intermediate container d889d73e3002 [2021-04-13T13:07:42.818Z] ---> 55087ddf27fd [2021-04-13T13:07:42.818Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-13T13:07:43.095Z] ---> Running in 0cab8e03ed8e [2021-04-13T13:07:43.375Z] ---> Running in 20333c465b2f [2021-04-13T13:07:43.652Z] Removing intermediate container 6f65fe428985 [2021-04-13T13:07:43.652Z] ---> 63fde4944059 [2021-04-13T13:07:43.652Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-13T13:07:43.929Z] ---> Running in 72e3277081ee [2021-04-13T13:07:44.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:07:45.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:07:45.809Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-13T13:07:45.809Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T13:07:45.809Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-13T13:07:45.809Z] (4/6) Installing curl (7.69.1-r3) [2021-04-13T13:07:45.809Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-13T13:07:45.809Z] (6/6) Installing su-exec (0.2-r1) [2021-04-13T13:07:45.809Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T13:07:45.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:07:45.809Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T13:07:46.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:07:46.086Z] OK: 7 MiB in 20 packages [2021-04-13T13:07:46.364Z] 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-04-13T13:07:46.639Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-13T13:07:46.639Z] (2/2) Installing su-exec (0.2-r1) [2021-04-13T13:07:46.639Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T13:07:46.639Z] OK: 5 MiB in 16 packages [2021-04-13T13:07:50.360Z] Removing intermediate container 73c3e318ea92 [2021-04-13T13:07:50.360Z] ---> cff2defa7bb4 [2021-04-13T13:07:50.360Z] [2021-04-13T13:07:50.360Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T13:07:50.360Z] ---> d75e27dfc0a0 [2021-04-13T13:07:50.360Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T13:07:50.360Z] Removing intermediate container 116bde61066d [2021-04-13T13:07:50.361Z] ---> 632c0f9812a5 [2021-04-13T13:07:50.361Z] [2021-04-13T13:07:50.361Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T13:07:50.361Z] ---> d75e27dfc0a0 [2021-04-13T13:07:50.361Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-13T13:07:50.361Z] Removing intermediate container 20333c465b2f [2021-04-13T13:07:50.361Z] ---> 7d37d7f3e0b7 [2021-04-13T13:07:50.361Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-13T13:07:50.361Z] ---> Running in 5441edbd8745 [2021-04-13T13:07:50.361Z] Removing intermediate container 0cab8e03ed8e [2021-04-13T13:07:50.361Z] ---> 650c0b3a5fc7 [2021-04-13T13:07:50.361Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T13:07:50.652Z] ---> Running in c791dbbdcf94 [2021-04-13T13:07:50.652Z] ---> Running in 19a4b9b98475 [2021-04-13T13:07:50.931Z] ---> Running in e19f1d44e2e2 [2021-04-13T13:07:51.563Z] Removing intermediate container 19a4b9b98475 [2021-04-13T13:07:51.564Z] ---> fa17e3dac720 [2021-04-13T13:07:51.564Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-13T13:07:51.564Z] Removing intermediate container 72e3277081ee [2021-04-13T13:07:51.564Z] ---> d6fd33d4559e [2021-04-13T13:07:51.564Z] [2021-04-13T13:07:51.564Z] Step 11/23 : FROM docker:20.10.0 [2021-04-13T13:07:51.564Z] 20.10.0: Pulling from library/docker [2021-04-13T13:07:51.564Z] ---> Running in 5b1aeae459aa [2021-04-13T13:07:51.837Z] Removing intermediate container e19f1d44e2e2 [2021-04-13T13:07:51.837Z] ---> 6254681528f3 [2021-04-13T13:07:51.837Z] Step 13/24 : WORKDIR / [2021-04-13T13:07:52.111Z] ---> Running in 4f9f68c37fc0 [2021-04-13T13:07:52.388Z] Removing intermediate container 5b1aeae459aa [2021-04-13T13:07:52.388Z] ---> 4aad35fb235c [2021-04-13T13:07:52.388Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-13T13:07:52.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:07:52.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:07:52.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:07:52.937Z] ---> Running in 293c22d17110 [2021-04-13T13:07:52.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:07:53.234Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-13T13:07:53.234Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T13:07:53.234Z] Removing intermediate container 4f9f68c37fc0 [2021-04-13T13:07:53.234Z] ---> b5d5461a816a [2021-04-13T13:07:53.234Z] 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-04-13T13:07:53.234Z] OK: 5 MiB in 15 packages [2021-04-13T13:07:53.515Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-13T13:07:53.797Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-13T13:07:53.797Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T13:07:53.797Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T13:07:54.074Z] OK: 6 MiB in 16 packages [2021-04-13T13:07:55.524Z] ---> 3d75c8502ec4 [2021-04-13T13:07:55.524Z] 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-04-13T13:07:55.799Z] Removing intermediate container 5441edbd8745 [2021-04-13T13:07:55.799Z] ---> d7d39b49acc1 [2021-04-13T13:07:55.799Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T13:07:56.394Z] ---> Running in ffa254dc5652 [2021-04-13T13:07:56.997Z] ---> f7753939d2e0 [2021-04-13T13:07:56.997Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-13T13:07:56.997Z] Removing intermediate container 293c22d17110 [2021-04-13T13:07:56.997Z] ---> 04df14a31b8f [2021-04-13T13:07:56.997Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-13T13:07:57.277Z] Removing intermediate container c791dbbdcf94 [2021-04-13T13:07:57.277Z] ---> d4a062dc5790 [2021-04-13T13:07:57.277Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T13:07:57.277Z] Removing intermediate container ffa254dc5652 [2021-04-13T13:07:57.277Z] ---> 4b74cd8e8209 [2021-04-13T13:07:57.277Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-13T13:07:57.277Z] ---> Running in 57fee233f938 [2021-04-13T13:07:57.553Z] ---> Running in 48cb9390b52f [2021-04-13T13:07:57.553Z] ---> Running in 38932b5e848a [2021-04-13T13:07:58.151Z] ---> c5afe2fdb2e1 [2021-04-13T13:07:58.151Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-13T13:07:58.431Z] Removing intermediate container 38932b5e848a [2021-04-13T13:07:58.431Z] ---> 169501ff4b78 [2021-04-13T13:07:58.431Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-13T13:07:58.431Z] Removing intermediate container 48cb9390b52f [2021-04-13T13:07:58.431Z] ---> 2f8a74e59f2e [2021-04-13T13:07:58.431Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T13:07:58.704Z] Removing intermediate container 57fee233f938 [2021-04-13T13:07:58.704Z] ---> 109a52feddeb [2021-04-13T13:07:58.704Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-13T13:07:59.300Z] ---> Running in 6188866ec5aa [2021-04-13T13:07:59.300Z] ---> Running in 9a86b2f25346 [2021-04-13T13:08:00.277Z] ---> c3878ae61d2e [2021-04-13T13:08:00.277Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-13T13:08:00.871Z] Removing intermediate container 6188866ec5aa [2021-04-13T13:08:00.871Z] ---> c3706d8f0e62 [2021-04-13T13:08:00.871Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T13:08:00.871Z] ---> Running in 9f7389d23157 [2021-04-13T13:08:00.871Z] Removing intermediate container 9a86b2f25346 [2021-04-13T13:08:00.871Z] ---> 03551e424931 [2021-04-13T13:08:00.871Z] Step 15/23 : WORKDIR / [2021-04-13T13:08:00.871Z] ---> f61139a9a5e0 [2021-04-13T13:08:00.871Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-13T13:08:01.143Z] ---> Running in 4fc5980c9c84 [2021-04-13T13:08:01.143Z] ---> Running in 4f1424b12cfb [2021-04-13T13:08:02.148Z] Removing intermediate container 4fc5980c9c84 [2021-04-13T13:08:02.148Z] ---> 83b99951afc3 [2021-04-13T13:08:02.148Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T13:08:02.759Z] Removing intermediate container 4f1424b12cfb [2021-04-13T13:08:02.759Z] ---> 8bcb5903c593 [2021-04-13T13:08:02.759Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T13:08:02.759Z] ---> 4a8324e5b0d3 [2021-04-13T13:08:02.759Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-13T13:08:03.743Z] ---> 7f8bf080b261 [2021-04-13T13:08:03.743Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-13T13:08:04.019Z] ---> 583b9a8d1c05 [2021-04-13T13:08:04.019Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-13T13:08:04.291Z] ---> 585c18fdab7b [2021-04-13T13:08:04.291Z] 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-04-13T13:08:04.569Z] Removing intermediate container 9f7389d23157 [2021-04-13T13:08:04.569Z] ---> d14f51bc7394 [2021-04-13T13:08:04.569Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T13:08:04.569Z] ---> Running in fb5716ebf4e4 [2021-04-13T13:08:06.013Z] ---> 3cff0dbb611a [2021-04-13T13:08:06.013Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-13T13:08:06.291Z] ---> c24effbc179c [2021-04-13T13:08:06.291Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-13T13:08:06.291Z] ---> 8e9f925c9197 [2021-04-13T13:08:06.291Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-13T13:08:06.574Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-13T13:08:06.849Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-13T13:08:06.849Z] ---> eeaf43b92773 [2021-04-13T13:08:06.849Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-13T13:08:07.126Z] ---> Running in 6929509b0e17 [2021-04-13T13:08:07.402Z] ---> 7cb01336c911 [2021-04-13T13:08:07.402Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-13T13:08:07.402Z] ---> c74d8f934871 [2021-04-13T13:08:07.402Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-13T13:08:07.671Z] ---> Running in f71c9a7ca27d [2021-04-13T13:08:07.942Z] ---> Running in d7bc0f587b00 [2021-04-13T13:08:07.942Z] Removing intermediate container 6929509b0e17 [2021-04-13T13:08:07.942Z] ---> 13e0ba9b9a77 [2021-04-13T13:08:07.942Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-13T13:08:07.942Z] Removing intermediate container fb5716ebf4e4 [2021-04-13T13:08:07.942Z] ---> 017ff241d0b6 [2021-04-13T13:08:07.942Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-13T13:08:08.219Z] ---> 3ee8f9b58e52 [2021-04-13T13:08:08.219Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-13T13:08:08.219Z] Removing intermediate container f71c9a7ca27d [2021-04-13T13:08:08.219Z] ---> 620c2f148bd6 [2021-04-13T13:08:08.219Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T13:08:08.219Z] ---> Running in 25c4774e8cf0 [2021-04-13T13:08:08.219Z] ---> Running in 4981bfb61440 [2021-04-13T13:08:08.494Z] ---> Running in d8935ab1523d [2021-04-13T13:08:08.494Z] Removing intermediate container d7bc0f587b00 [2021-04-13T13:08:08.494Z] ---> db18cfed69df [2021-04-13T13:08:08.494Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T13:08:08.772Z] ---> Running in 6672a1700a3e [2021-04-13T13:08:09.046Z] Removing intermediate container 4981bfb61440 [2021-04-13T13:08:09.046Z] ---> e32f58debf96 [2021-04-13T13:08:09.046Z] Step 22/24 : LABEL arch=arm64 [2021-04-13T13:08:09.046Z] ---> ad22738c9596 [2021-04-13T13:08:09.046Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-13T13:08:09.320Z] ---> Running in 942b0c65dfb7 [2021-04-13T13:08:09.320Z] Removing intermediate container d8935ab1523d [2021-04-13T13:08:09.320Z] ---> 62d07a073235 [2021-04-13T13:08:09.320Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T13:08:09.592Z] ---> Running in 3d50221e4335 [2021-04-13T13:08:09.592Z] Removing intermediate container 6672a1700a3e [2021-04-13T13:08:09.592Z] ---> 51912b4972f1 [2021-04-13T13:08:09.592Z] Step 20/22 : LABEL arch=arm64 [2021-04-13T13:08:09.867Z] ---> Running in 6fd880d7adb0 [2021-04-13T13:08:09.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:08:09.867Z] Removing intermediate container 942b0c65dfb7 [2021-04-13T13:08:09.867Z] ---> 34398a0be73b [2021-04-13T13:08:09.867Z] Step 23/24 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:08:09.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:08:10.139Z] ---> 209332c46b24 [2021-04-13T13:08:10.139Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-13T13:08:10.139Z] ---> Running in 9edd3f9e2474 [2021-04-13T13:08:10.139Z] Removing intermediate container 3d50221e4335 [2021-04-13T13:08:10.139Z] ---> b73d8b4e4c4d [2021-04-13T13:08:10.410Z] Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:08:10.410Z] Removing intermediate container 6fd880d7adb0 [2021-04-13T13:08:10.410Z] ---> 8c12c7e2a35e [2021-04-13T13:08:10.410Z] Step 21/22 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:08:10.410Z] ---> Running in 90effb7ef920 [2021-04-13T13:08:10.684Z] (1/39) Installing readline (8.0.4-r0) [2021-04-13T13:08:10.684Z] (2/39) Installing bash (5.0.17-r0) [2021-04-13T13:08:10.684Z] Executing bash-5.0.17-r0.post-install [2021-04-13T13:08:10.684Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T13:08:10.684Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-13T13:08:10.684Z] ---> Running in fa629d30f8f2 [2021-04-13T13:08:10.684Z] (5/39) Installing curl (7.69.1-r3) [2021-04-13T13:08:10.684Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-13T13:08:10.684Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-13T13:08:10.684Z] (8/39) Installing expat (2.2.9-r1) [2021-04-13T13:08:10.684Z] (9/39) Installing libffi (3.3-r2) [2021-04-13T13:08:10.684Z] (10/39) Installing gdbm (1.13-r1) [2021-04-13T13:08:10.684Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-13T13:08:10.684Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-13T13:08:10.684Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-13T13:08:12.643Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-13T13:08:12.643Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-13T13:08:12.643Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-13T13:08:12.643Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-13T13:08:12.643Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-13T13:08:12.643Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-13T13:08:12.643Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-13T13:08:12.643Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-13T13:08:12.643Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-13T13:08:12.643Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-13T13:08:12.643Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-13T13:08:12.916Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-13T13:08:12.916Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-13T13:08:12.916Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-13T13:08:12.916Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-13T13:08:12.916Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-13T13:08:12.916Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-13T13:08:12.916Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-13T13:08:12.916Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-13T13:08:12.916Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-13T13:08:12.916Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-13T13:08:12.916Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-13T13:08:12.916Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-13T13:08:12.916Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-13T13:08:12.916Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-13T13:08:12.916Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-13T13:08:13.185Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T13:08:13.185Z] OK: 72 MiB in 59 packages [2021-04-13T13:08:13.791Z] Removing intermediate container 9edd3f9e2474 [2021-04-13T13:08:13.791Z] ---> 354f02c68446 [2021-04-13T13:08:13.791Z] Step 24/24 : LABEL version=0.0.0 [2021-04-13T13:08:14.066Z] Removing intermediate container fa629d30f8f2 [2021-04-13T13:08:14.066Z] ---> 5cd95921f1f6 [2021-04-13T13:08:14.066Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T13:08:14.066Z] Removing intermediate container 90effb7ef920 [2021-04-13T13:08:14.066Z] ---> 0e9a39cac08b [2021-04-13T13:08:14.066Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T13:08:14.066Z] ---> 1d28d2faa95d [2021-04-13T13:08:14.066Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-13T13:08:14.066Z] ---> Running in 6cb243908c56 [2021-04-13T13:08:14.349Z] ---> Running in 8ebb8a432e47 [2021-04-13T13:08:14.349Z] ---> Running in 9930672be277 [2021-04-13T13:08:14.624Z] ---> Running in 2835ad3c5c5d [2021-04-13T13:08:14.896Z] Removing intermediate container 6cb243908c56 [2021-04-13T13:08:14.896Z] ---> 46bf28457fd8 [2021-04-13T13:08:14.896Z] [2021-04-13T13:08:15.170Z] Removing intermediate container 8ebb8a432e47 [2021-04-13T13:08:15.170Z] ---> e561c56a4f85 [2021-04-13T13:08:15.170Z] [2021-04-13T13:08:15.453Z] Successfully built 46bf28457fd8 [2021-04-13T13:08:15.453Z] Removing intermediate container 2835ad3c5c5d [2021-04-13T13:08:15.453Z] ---> a67020480e14 [2021-04-13T13:08:15.453Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-13T13:08:15.453Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-13T13:08:15.453Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-13T13:08:15.453Z] Removing intermediate container 9930672be277 [2021-04-13T13:08:15.453Z] ---> b0ca130a4cfe [2021-04-13T13:08:15.453Z] [2021-04-13T13:08:15.733Z] Successfully built e561c56a4f85 [2021-04-13T13:08:15.733Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-13T13:08:15.733Z] Building docker-support-scheduler-go [2021-04-13T13:08:16.328Z]  Building docker-core-command-go ... done Successfully built b0ca130a4cfe [2021-04-13T13:08:16.328Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-13T13:08:16.328Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-13T13:08:16.328Z] ---> 5c4e4e5af282 [2021-04-13T13:08:16.328Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-13T13:08:16.923Z] ---> Running in 32e194a760fc [2021-04-13T13:08:18.362Z] Collecting docker-compose==1.23.2 [2021-04-13T13:08:18.362Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-13T13:08:18.962Z] Collecting docopt<0.7,>=0.6.1 [2021-04-13T13:08:18.962Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-13T13:08:19.233Z] Removing intermediate container 32e194a760fc [2021-04-13T13:08:19.233Z] ---> 3e95e2654058 [2021-04-13T13:08:19.233Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-13T13:08:19.507Z] ---> Running in 85c7b4a2c69f [2021-04-13T13:08:20.117Z] Removing intermediate container 85c7b4a2c69f [2021-04-13T13:08:20.117Z] ---> d81fcbfd26e5 [2021-04-13T13:08:20.117Z] Step 28/31 : CMD ["gate"] [2021-04-13T13:08:21.113Z] ---> Running in 8245713a503b [2021-04-13T13:08:22.104Z] Collecting docker<4.0,>=3.6.0 [2021-04-13T13:08:22.104Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-13T13:08:22.378Z] Removing intermediate container 8245713a503b [2021-04-13T13:08:22.378Z] ---> 0367652a62e7 [2021-04-13T13:08:22.378Z] Step 29/31 : LABEL arch=arm64 [2021-04-13T13:08:24.351Z] ---> Running in 99e0d1804f37 [2021-04-13T13:08:24.625Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-13T13:08:24.625Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-13T13:08:25.607Z] Removing intermediate container 99e0d1804f37 [2021-04-13T13:08:25.607Z] ---> 38eb40043c60 [2021-04-13T13:08:25.607Z] Step 30/31 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:08:25.880Z] Collecting texttable<0.10,>=0.9.0 [2021-04-13T13:08:25.880Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-13T13:08:26.154Z] ---> Running in bd7fda76a2f5 [2021-04-13T13:08:26.750Z] Removing intermediate container bd7fda76a2f5 [2021-04-13T13:08:26.750Z] ---> ef3c8cded4aa [2021-04-13T13:08:26.750Z] Step 31/31 : LABEL version=0.0.0 [2021-04-13T13:08:27.027Z] ---> Running in f6056ba9e27b [2021-04-13T13:08:28.014Z] Removing intermediate container f6056ba9e27b [2021-04-13T13:08:28.014Z] ---> c707bc280a95 [2021-04-13T13:08:28.014Z] [2021-04-13T13:08:28.288Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-13T13:08:28.288Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-13T13:08:28.288Z] Successfully built c707bc280a95 [2021-04-13T13:08:28.288Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-13T13:08:28.288Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-04-13T13:08:30.915Z] Collecting cached-property<2,>=1.2.0 [2021-04-13T13:08:30.915Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-13T13:08:30.915Z] 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-04-13T13:08:30.915Z] Collecting jsonschema<3,>=2.5.1 [2021-04-13T13:08:30.915Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-13T13:08:31.895Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-13T13:08:31.895Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-13T13:08:32.877Z] Collecting PyYAML<4,>=3.10 [2021-04-13T13:08:32.877Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-13T13:08:36.258Z] Collecting docker-pycreds>=0.4.0 [2021-04-13T13:08:36.258Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-13T13:08:36.258Z] 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-04-13T13:08:36.258Z] Collecting idna<2.8,>=2.5 [2021-04-13T13:08:36.258Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-13T13:08:36.534Z] 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-04-13T13:08:37.128Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-13T13:08:37.128Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-13T13:08:37.128Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-13T13:08:37.128Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-13T13:08:37.128Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-13T13:08:37.128Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-13T13:08:38.108Z] Installing collected packages: docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, dockerpty, cached-property, jsonschema, PyYAML, docker-compose [2021-04-13T13:08:38.108Z] Running setup.py install for docopt: started [2021-04-13T13:08:40.090Z] Running setup.py install for docopt: finished with status 'done' [2021-04-13T13:08:40.696Z] Attempting uninstall: idna [2021-04-13T13:08:40.696Z] Found existing installation: idna 2.9 [2021-04-13T13:08:40.696Z] Uninstalling idna-2.9: [2021-04-13T13:08:40.696Z] Successfully uninstalled idna-2.9 [2021-04-13T13:08:41.679Z] Attempting uninstall: urllib3 [2021-04-13T13:08:41.679Z] Found existing installation: urllib3 1.25.9 [2021-04-13T13:08:41.679Z] Uninstalling urllib3-1.25.9: [2021-04-13T13:08:41.679Z] Successfully uninstalled urllib3-1.25.9 [2021-04-13T13:08:42.276Z] Attempting uninstall: requests [2021-04-13T13:08:42.276Z] Found existing installation: requests 2.23.0 [2021-04-13T13:08:42.276Z] Uninstalling requests-2.23.0: [2021-04-13T13:08:42.277Z] Successfully uninstalled requests-2.23.0 [2021-04-13T13:08:43.711Z] Running setup.py install for texttable: started [2021-04-13T13:08:45.696Z] Running setup.py install for texttable: finished with status 'done' [2021-04-13T13:08:45.696Z] Running setup.py install for dockerpty: started [2021-04-13T13:08:47.681Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-13T13:08:48.280Z] Running setup.py install for PyYAML: started [2021-04-13T13:08:50.903Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-13T13:08:51.881Z] 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-04-13T13:09:10.244Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:09:10.244Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:09:10.244Z] ---> aeecfbde6b69 [2021-04-13T13:09:10.244Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T13:09:10.244Z] ---> Using cache [2021-04-13T13:09:10.244Z] ---> 0043fe0fa166 [2021-04-13T13:09:10.244Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:09:10.244Z] ---> Using cache [2021-04-13T13:09:10.244Z] ---> e258c6efc964 [2021-04-13T13:09:10.244Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-13T13:09:10.244Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:09:10.244Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:09:10.244Z] ---> aeecfbde6b69 [2021-04-13T13:09:10.244Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T13:09:10.244Z] ---> Using cache [2021-04-13T13:09:10.244Z] ---> 0043fe0fa166 [2021-04-13T13:09:10.244Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:09:10.244Z] ---> Using cache [2021-04-13T13:09:10.244Z] ---> e258c6efc964 [2021-04-13T13:09:10.244Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-13T13:09:10.244Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:09:10.244Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:09:10.244Z] ---> aeecfbde6b69 [2021-04-13T13:09:10.244Z] Step 3/21 : WORKDIR /edgex-go [2021-04-13T13:09:10.244Z] ---> Using cache [2021-04-13T13:09:10.244Z] ---> 0043fe0fa166 [2021-04-13T13:09:10.244Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:09:10.244Z] ---> Using cache [2021-04-13T13:09:10.244Z] ---> e258c6efc964 [2021-04-13T13:09:10.244Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-13T13:09:11.232Z] ---> Running in a8a853218c39 [2021-04-13T13:09:11.232Z] ---> Running in df723814d21c [2021-04-13T13:09:11.232Z] ---> Running in f10d56671e46 [2021-04-13T13:09:11.847Z] Removing intermediate container 25c4774e8cf0 [2021-04-13T13:09:11.847Z] ---> ac34289cbd90 [2021-04-13T13:09:11.847Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-13T13:09:12.450Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T13:09:12.450Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T13:09:12.450Z] ---> aeecfbde6b69 [2021-04-13T13:09:12.450Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T13:09:12.450Z] ---> Using cache [2021-04-13T13:09:12.450Z] ---> 0043fe0fa166 [2021-04-13T13:09:12.450Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:09:12.450Z] ---> Using cache [2021-04-13T13:09:12.450Z] ---> e258c6efc964 [2021-04-13T13:09:12.450Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T13:09:12.740Z] ---> Running in c94ba34502ee [2021-04-13T13:09:12.740Z] ---> Running in 4dcf2d329601 [2021-04-13T13:09:13.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:09:13.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:09:13.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:09:13.297Z] Removing intermediate container c94ba34502ee [2021-04-13T13:09:13.297Z] ---> bd6a62ea4fa2 [2021-04-13T13:09:13.297Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-13T13:09:13.579Z] ---> Running in a9a14645662a [2021-04-13T13:09:13.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:09:13.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:09:13.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:09:14.151Z] Removing intermediate container a9a14645662a [2021-04-13T13:09:14.151Z] ---> 97bcb899a6bd [2021-04-13T13:09:14.151Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-13T13:09:14.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:09:14.707Z] OK: 217 MiB in 51 packages [2021-04-13T13:09:14.707Z] OK: 217 MiB in 51 packages [2021-04-13T13:09:14.984Z] OK: 217 MiB in 51 packages [2021-04-13T13:09:15.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:09:15.898Z] OK: 217 MiB in 51 packages [2021-04-13T13:09:16.177Z] ---> bbbbd6f2e97c [2021-04-13T13:09:16.177Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-13T13:09:16.454Z] Removing intermediate container df723814d21c [2021-04-13T13:09:16.454Z] ---> 07b373cc88e5 [2021-04-13T13:09:16.454Z] Step 6/23 : COPY go.mod . [2021-04-13T13:09:17.069Z] Removing intermediate container a8a853218c39 [2021-04-13T13:09:17.070Z] ---> fb513ba8a0dc [2021-04-13T13:09:17.070Z] Step 6/21 : COPY go.mod . [2021-04-13T13:09:17.070Z] Removing intermediate container f10d56671e46 [2021-04-13T13:09:17.070Z] ---> 995bc68673dc [2021-04-13T13:09:17.070Z] Step 6/22 : COPY go.mod . [2021-04-13T13:09:17.363Z] ---> 423f2ded022a [2021-04-13T13:09:17.363Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-13T13:09:17.363Z] ---> 76dd4c3c97a5 [2021-04-13T13:09:17.363Z] Step 7/23 : RUN go mod download [2021-04-13T13:09:17.646Z] ---> Running in 71ba783aab3d [2021-04-13T13:09:17.930Z] Removing intermediate container 4dcf2d329601 [2021-04-13T13:09:17.930Z] ---> 054654004f4e [2021-04-13T13:09:17.930Z] Step 6/23 : COPY go.mod . [2021-04-13T13:09:17.930Z] ---> 594078698e38 [2021-04-13T13:09:17.930Z] Step 7/21 : RUN go mod download [2021-04-13T13:09:18.219Z] ---> 7c4df1a86d56 [2021-04-13T13:09:18.219Z] Step 7/22 : RUN go mod download [2021-04-13T13:09:18.219Z] ---> Running in 647b7583ff9a [2021-04-13T13:09:18.825Z] ---> Running in 54b491bf8f24 [2021-04-13T13:09:18.825Z] ---> 5b6f1dfe5ffa [2021-04-13T13:09:18.825Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-13T13:09:18.825Z] ---> cee293f33e60 [2021-04-13T13:09:18.825Z] Step 7/23 : RUN go mod download [2021-04-13T13:09:19.102Z] ---> Running in d24f5399c97e [2021-04-13T13:09:19.102Z] ---> Running in b355fd0e2995 [2021-04-13T13:09:20.095Z] Removing intermediate container d24f5399c97e [2021-04-13T13:09:20.095Z] ---> 50c630304d1c [2021-04-13T13:09:20.095Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T13:09:20.372Z] ---> Running in af2a382da595 [2021-04-13T13:09:21.360Z] Removing intermediate container af2a382da595 [2021-04-13T13:09:21.360Z] ---> ab29294eb5be [2021-04-13T13:09:21.360Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T13:09:21.360Z] ---> Running in 6f44b8fda922 [2021-04-13T13:09:22.376Z] Removing intermediate container 6f44b8fda922 [2021-04-13T13:09:22.376Z] ---> e3ca00d8b12f [2021-04-13T13:09:22.376Z] Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:09:22.376Z] Removing intermediate container 71ba783aab3d [2021-04-13T13:09:22.376Z] ---> 45dfc40e281a [2021-04-13T13:09:22.376Z] Step 8/23 : COPY . . [2021-04-13T13:09:22.652Z] ---> Running in da2a8800f7af [2021-04-13T13:09:22.936Z] Removing intermediate container 647b7583ff9a [2021-04-13T13:09:22.936Z] ---> 5968fc42a9e3 [2021-04-13T13:09:22.936Z] Step 8/21 : COPY . . [2021-04-13T13:09:22.936Z] Removing intermediate container 54b491bf8f24 [2021-04-13T13:09:22.936Z] ---> 5bff3606cc10 [2021-04-13T13:09:22.936Z] Step 8/22 : COPY . . [2021-04-13T13:09:23.540Z] Removing intermediate container b355fd0e2995 [2021-04-13T13:09:23.540Z] ---> 9817abb86412 [2021-04-13T13:09:23.540Z] Step 8/23 : COPY . . [2021-04-13T13:09:23.540Z] Removing intermediate container da2a8800f7af [2021-04-13T13:09:23.540Z] ---> 318b35635392 [2021-04-13T13:09:23.540Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T13:09:23.817Z] ---> Running in 16f795bc0e0e [2021-04-13T13:09:24.810Z] Removing intermediate container 16f795bc0e0e [2021-04-13T13:09:24.810Z] ---> 0a173af00a36 [2021-04-13T13:09:24.810Z] [2021-04-13T13:09:25.799Z] Successfully built 0a173af00a36 [2021-04-13T13:09:25.799Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-13T13:09:48.016Z]  Building docker-sys-mgmt-agent-go ... done  ---> a7ea10c47052 [2021-04-13T13:09:48.016Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-13T13:09:48.016Z] ---> 3de6c4fd586e [2021-04-13T13:09:48.016Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-13T13:09:48.016Z] ---> e87fd0c93db8 [2021-04-13T13:09:48.016Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-13T13:09:48.016Z] ---> Running in fadeed8780fd [2021-04-13T13:09:48.016Z] ---> Running in dc2b120dbca7 [2021-04-13T13:09:48.016Z] ---> 6e38481080aa [2021-04-13T13:09:48.016Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-13T13:09:48.016Z] ---> Running in 6ba3316cbf41 [2021-04-13T13:09:48.016Z] ---> Running in febd35df06be [2021-04-13T13:09:49.008Z] 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-04-13T13:09:49.008Z] 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-04-13T13:09:49.289Z] 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-04-13T13:09:49.289Z] 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-04-13T13:11:11.137Z] 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-04-13T13:11:26.288Z] Removing intermediate container 6ba3316cbf41 [2021-04-13T13:11:26.288Z] ---> dcfc55cb883c [2021-04-13T13:11:26.288Z] [2021-04-13T13:11:26.288Z] Step 10/21 : FROM alpine:3.12 [2021-04-13T13:11:26.288Z] ---> d75e27dfc0a0 [2021-04-13T13:11:26.288Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-13T13:11:26.288Z] ---> Running in 76a4ccaff37d [2021-04-13T13:11:26.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:11:26.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:11:27.561Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-13T13:11:27.561Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T13:11:27.561Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-13T13:11:27.561Z] (4/4) Installing curl (7.69.1-r3) [2021-04-13T13:11:27.561Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T13:11:27.561Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T13:11:27.836Z] OK: 7 MiB in 18 packages [2021-04-13T13:11:31.248Z] Removing intermediate container 76a4ccaff37d [2021-04-13T13:11:31.248Z] ---> 8d3561c4dd1e [2021-04-13T13:11:31.248Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T13:11:31.248Z] ---> Running in c7b3846e59dd [2021-04-13T13:11:31.529Z] Removing intermediate container febd35df06be [2021-04-13T13:11:31.529Z] ---> d98c1fbfdc9d [2021-04-13T13:11:31.529Z] [2021-04-13T13:11:31.529Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T13:11:31.529Z] ---> d75e27dfc0a0 [2021-04-13T13:11:31.529Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-13T13:11:31.529Z] ---> Using cache [2021-04-13T13:11:31.529Z] ---> d7d39b49acc1 [2021-04-13T13:11:31.529Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T13:11:31.529Z] ---> Using cache [2021-04-13T13:11:31.529Z] ---> 4b74cd8e8209 [2021-04-13T13:11:31.529Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-13T13:11:31.805Z] Removing intermediate container c7b3846e59dd [2021-04-13T13:11:31.805Z] ---> a2a99fa15975 [2021-04-13T13:11:31.805Z] Step 13/21 : WORKDIR /edgex [2021-04-13T13:11:31.805Z] ---> Running in 6c6a381c6c81 [2021-04-13T13:11:32.080Z] ---> Running in b924e39f4579 [2021-04-13T13:11:32.357Z] Removing intermediate container 6c6a381c6c81 [2021-04-13T13:11:32.357Z] ---> 9a93ad6400c7 [2021-04-13T13:11:32.357Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T13:11:32.633Z] ---> Running in a9b5392fb620 [2021-04-13T13:11:32.633Z] Removing intermediate container b924e39f4579 [2021-04-13T13:11:32.633Z] ---> 63a8edcbd5e3 [2021-04-13T13:11:32.633Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-13T13:11:33.626Z] Removing intermediate container a9b5392fb620 [2021-04-13T13:11:33.626Z] ---> ed27c7b139ae [2021-04-13T13:11:33.626Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T13:11:33.899Z] ---> b17dd0bd420e [2021-04-13T13:11:33.899Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-13T13:11:34.885Z] ---> 8823da5edaea [2021-04-13T13:11:34.885Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-13T13:11:35.491Z] ---> 2c4e74108e0c [2021-04-13T13:11:35.491Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-13T13:11:38.115Z] ---> afeea141755b [2021-04-13T13:11:38.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-13T13:11:38.116Z] ---> 5664efd12f2a [2021-04-13T13:11:38.116Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-13T13:11:38.116Z] ---> Running in f62efa6f8e51 [2021-04-13T13:11:38.387Z] Removing intermediate container fadeed8780fd [2021-04-13T13:11:38.387Z] ---> 8c644da60e0e [2021-04-13T13:11:38.387Z] [2021-04-13T13:11:38.387Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T13:11:38.387Z] ---> d75e27dfc0a0 [2021-04-13T13:11:38.387Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T13:11:38.387Z] ---> Using cache [2021-04-13T13:11:38.387Z] ---> d7d39b49acc1 [2021-04-13T13:11:38.387Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T13:11:38.387Z] ---> Using cache [2021-04-13T13:11:38.387Z] ---> 4b74cd8e8209 [2021-04-13T13:11:38.387Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-13T13:11:38.672Z] ---> Running in 1e085110d20c [2021-04-13T13:11:38.955Z] Removing intermediate container f62efa6f8e51 [2021-04-13T13:11:38.955Z] ---> 29e977ffae51 [2021-04-13T13:11:38.955Z] Step 18/21 : CMD ["--init=true"] [2021-04-13T13:11:38.955Z] ---> 887ca400ad5f [2021-04-13T13:11:38.955Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-13T13:11:38.955Z] ---> Running in 9c1aa4b93701 [2021-04-13T13:11:38.955Z] ---> Running in 4411155a3a54 [2021-04-13T13:11:39.232Z] Removing intermediate container 1e085110d20c [2021-04-13T13:11:39.232Z] ---> 453d7c3ccec6 [2021-04-13T13:11:39.232Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T13:11:39.503Z] ---> Running in 1c287f3da156 [2021-04-13T13:11:39.781Z] Removing intermediate container 9c1aa4b93701 [2021-04-13T13:11:39.781Z] ---> 4a10503da4fa [2021-04-13T13:11:39.781Z] Removing intermediate container 4411155a3a54 [2021-04-13T13:11:39.781Z] ---> 6e62ae5e43f8 [2021-04-13T13:11:39.781Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T13:11:39.781Z] Step 19/21 : LABEL arch=arm64 [2021-04-13T13:11:39.781Z] ---> Running in fccf0d78fdd0 [2021-04-13T13:11:39.781Z] ---> Running in 34c4f27bfe4b [2021-04-13T13:11:40.056Z] Removing intermediate container 1c287f3da156 [2021-04-13T13:11:40.056Z] ---> 223208dd48b6 [2021-04-13T13:11:40.056Z] Step 15/23 : WORKDIR / [2021-04-13T13:11:40.329Z] ---> Running in 9fd6a7e3fe56 [2021-04-13T13:11:40.612Z] Removing intermediate container 34c4f27bfe4b [2021-04-13T13:11:40.612Z] ---> ee4bab0955b4 [2021-04-13T13:11:40.612Z] Step 20/22 : LABEL arch=arm64 [2021-04-13T13:11:40.612Z] Removing intermediate container fccf0d78fdd0 [2021-04-13T13:11:40.612Z] ---> af6af852bc3b [2021-04-13T13:11:40.612Z] Step 20/21 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:11:40.883Z] ---> Running in 08ca9eae53ed [2021-04-13T13:11:40.883Z] ---> Running in ef9df0e9ab1d [2021-04-13T13:11:41.162Z] Removing intermediate container 9fd6a7e3fe56 [2021-04-13T13:11:41.162Z] ---> cfede88337c4 [2021-04-13T13:11:41.162Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T13:11:41.477Z] Removing intermediate container ef9df0e9ab1d [2021-04-13T13:11:41.478Z] ---> 62466aecc4d8 [2021-04-13T13:11:41.478Z] Step 21/22 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:11:41.750Z] Removing intermediate container 08ca9eae53ed [2021-04-13T13:11:41.750Z] ---> 993d7f8fe1ec [2021-04-13T13:11:41.750Z] Step 21/21 : LABEL version=0.0.0 [2021-04-13T13:11:41.750Z] ---> Running in 5a93515a18f7 [2021-04-13T13:11:42.026Z] ---> Running in 40e3b7e606ff [2021-04-13T13:11:42.303Z] ---> 29ecb99e081f [2021-04-13T13:11:42.303Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-13T13:11:42.585Z] Removing intermediate container 5a93515a18f7 [2021-04-13T13:11:42.585Z] ---> 4281b08ab758 [2021-04-13T13:11:42.585Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T13:11:42.585Z] Removing intermediate container 40e3b7e606ff [2021-04-13T13:11:42.585Z] ---> 74894b3e48ca [2021-04-13T13:11:42.585Z] [2021-04-13T13:11:43.565Z] Successfully built 74894b3e48ca [2021-04-13T13:11:44.161Z] ---> Running in 4791396eba99 [2021-04-13T13:11:44.161Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-13T13:11:44.756Z]  Building docker-security-proxy-setup-go ... done  ---> 9c8d4d00101d [2021-04-13T13:11:44.756Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-13T13:11:45.028Z] Removing intermediate container dc2b120dbca7 [2021-04-13T13:11:45.028Z] ---> 45af2957515f [2021-04-13T13:11:45.028Z] [2021-04-13T13:11:45.028Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T13:11:45.028Z] ---> d75e27dfc0a0 [2021-04-13T13:11:45.028Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-13T13:11:45.028Z] Removing intermediate container 4791396eba99 [2021-04-13T13:11:45.028Z] ---> 652582c72784 [2021-04-13T13:11:45.028Z] [2021-04-13T13:11:45.299Z] ---> Running in 6d8d0c53e9ac [2021-04-13T13:11:45.571Z] ---> bf4d34647721 [2021-04-13T13:11:45.571Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-13T13:11:45.571Z] Successfully built 652582c72784 [2021-04-13T13:11:45.571Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-13T13:11:45.844Z]  Building docker-support-scheduler-go ... done  ---> Running in 2fd3b77d2f99 [2021-04-13T13:11:45.844Z] Removing intermediate container 6d8d0c53e9ac [2021-04-13T13:11:45.844Z] ---> 5ada737694de [2021-04-13T13:11:45.844Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-13T13:11:46.117Z] ---> Running in b1c485776da1 [2021-04-13T13:11:46.390Z] Removing intermediate container 2fd3b77d2f99 [2021-04-13T13:11:46.390Z] ---> b3bb73f1a9c3 [2021-04-13T13:11:46.390Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T13:11:46.390Z] ---> Running in ed3bc7569174 [2021-04-13T13:11:46.666Z] Removing intermediate container b1c485776da1 [2021-04-13T13:11:46.666Z] ---> ab624c3f7201 [2021-04-13T13:11:46.666Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-13T13:11:46.666Z] ---> Running in 749dc6b9ebd2 [2021-04-13T13:11:46.948Z] Removing intermediate container ed3bc7569174 [2021-04-13T13:11:46.948Z] ---> 58cdb3f245dd [2021-04-13T13:11:46.948Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T13:11:46.948Z] ---> Running in 3ecb3f40b972 [2021-04-13T13:11:47.224Z] Removing intermediate container 749dc6b9ebd2 [2021-04-13T13:11:47.224Z] ---> 917b37b3c9f2 [2021-04-13T13:11:47.224Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T13:11:47.494Z] ---> Running in 91426502b7a7 [2021-04-13T13:11:47.494Z] Removing intermediate container 3ecb3f40b972 [2021-04-13T13:11:47.494Z] ---> e39b8d179a37 [2021-04-13T13:11:47.494Z] Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:11:47.766Z] ---> Running in fc4ee7c22ceb [2021-04-13T13:11:48.361Z] Removing intermediate container fc4ee7c22ceb [2021-04-13T13:11:48.361Z] ---> 911e914a0654 [2021-04-13T13:11:48.361Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T13:11:48.361Z] ---> Running in 594931ef61a8 [2021-04-13T13:11:48.951Z] Removing intermediate container 594931ef61a8 [2021-04-13T13:11:48.951Z] ---> dccf52bda63e [2021-04-13T13:11:48.951Z] [2021-04-13T13:11:49.224Z] Successfully built dccf52bda63e [2021-04-13T13:11:49.492Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-13T13:11:49.769Z]  Building docker-core-metadata-go ... done Removing intermediate container 91426502b7a7 [2021-04-13T13:11:49.769Z] ---> b8146db12471 [2021-04-13T13:11:49.769Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-13T13:11:50.045Z] ---> Running in cc595f4ba9c6 [2021-04-13T13:11:51.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T13:11:51.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T13:11:52.586Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-13T13:11:52.586Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-13T13:11:52.586Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-13T13:11:52.586Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-13T13:11:52.855Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-13T13:11:52.855Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-13T13:11:53.126Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T13:11:53.126Z] OK: 8 MiB in 20 packages [2021-04-13T13:11:54.565Z] Removing intermediate container cc595f4ba9c6 [2021-04-13T13:11:54.566Z] ---> 8eaf9ebde34d [2021-04-13T13:11:54.566Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T13:11:55.160Z] ---> 6a64bd7af299 [2021-04-13T13:11:55.160Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-13T13:11:56.589Z] ---> 0be7abc610de [2021-04-13T13:11:56.589Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-13T13:11:57.185Z] ---> d066bfc9e2b0 [2021-04-13T13:11:57.185Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-13T13:11:57.185Z] ---> Running in 9bc1ab84b418 [2021-04-13T13:11:57.776Z] Removing intermediate container 9bc1ab84b418 [2021-04-13T13:11:57.776Z] ---> 2ba08db3a82a [2021-04-13T13:11:57.776Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T13:11:58.046Z] ---> Running in b84cc9fcb7d3 [2021-04-13T13:11:58.316Z] Removing intermediate container b84cc9fcb7d3 [2021-04-13T13:11:58.316Z] ---> d00b6f380ecb [2021-04-13T13:11:58.316Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T13:11:58.588Z] ---> Running in a65ff4bde792 [2021-04-13T13:11:59.181Z] Removing intermediate container a65ff4bde792 [2021-04-13T13:11:59.181Z] ---> fbbe4ec8bb7c [2021-04-13T13:11:59.181Z] Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 [2021-04-13T13:11:59.181Z] ---> Running in 8704f699da7b [2021-04-13T13:11:59.777Z] Removing intermediate container 8704f699da7b [2021-04-13T13:11:59.777Z] ---> db4b7f4a27b8 [2021-04-13T13:11:59.777Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T13:11:59.777Z] ---> Running in 22b4b662cfc0 [2021-04-13T13:12:00.368Z] Removing intermediate container 22b4b662cfc0 [2021-04-13T13:12:00.368Z] ---> 89d0c304b2c5 [2021-04-13T13:12:00.368Z] [2021-04-13T13:12:00.654Z] Successfully built 89d0c304b2c5 [2021-04-13T13:12:00.654Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-13T13:12:01.302Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-13T13:12:01.334Z] $ docker stop --time=1 9662152f5e20f749ba8d309b9ccd5cb09b2d989a2e102d77fa5bd5c6747ed886 [2021-04-13T13:12:03.410Z] $ docker rm -f 9662152f5e20f749ba8d309b9ccd5cb09b2d989a2e102d77fa5bd5c6747ed886 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T13:12:04.132Z] + grep docker [2021-04-13T13:12:04.132Z] + docker images [2021-04-13T13:12:04.414Z] docker-core-data-go-arm64 latest 89d0c304b2c5 5 seconds ago 21.6MB [2021-04-13T13:12:04.414Z] docker-core-metadata-go-arm64 latest dccf52bda63e 16 seconds ago 18.1MB [2021-04-13T13:12:04.414Z] docker-support-scheduler-go-arm64 latest 652582c72784 20 seconds ago 16.6MB [2021-04-13T13:12:04.414Z] docker-security-proxy-setup-go-arm64 latest 74894b3e48ca 22 seconds ago 24.5MB [2021-04-13T13:12:04.414Z] docker-sys-mgmt-agent-go-arm64 latest 0a173af00a36 2 minutes ago 299MB [2021-04-13T13:12:04.414Z] docker-security-bootstrapper-go-arm64 latest c707bc280a95 3 minutes ago 18.1MB [2021-04-13T13:12:04.414Z] docker-support-notifications-go-arm64 latest b0ca130a4cfe 3 minutes ago 17.1MB [2021-04-13T13:12:04.414Z] docker-core-command-go-arm64 latest e561c56a4f85 3 minutes ago 16.5MB [2021-04-13T13:12:04.414Z] docker-security-secretstore-setup-go-arm64 latest 46bf28457fd8 3 minutes ago 24.9MB [2021-04-13T13:12:04.415Z] docker 20.10.0 eeaf43b92773 4 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-04-13T13:12:05.504Z] ---> job-cost.sh [2021-04-13T13:12:05.504Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wEkT [2021-04-13T13:12:44.517Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T13:14:21.238Z] lf-activate-venv(): INFO: Adding /tmp/venv-wEkT/bin to PATH [2021-04-13T13:14:21.238Z] INFO: No Stack... [2021-04-13T13:14:21.238Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-13T13:14:21.238Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T13:14:21.572Z] + + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-04-13T13:14:21.572Z] cut -d, -f6 [Pipeline] lock [2021-04-13T13:14:21.677Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3356-5-stack-cost] [2021-04-13T13:14:21.696Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3356-5-stack-cost] did not exist. Created. [2021-04-13T13:14:21.696Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3356-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T13:14:22.141Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-13T13:14:22.458Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T13:14:22.475Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3356-5-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-04-13T13:14:25.217Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T13:14:26.100Z] ---> package-listing.sh [2021-04-13T13:14:26.100Z] ++ facter osfamily [2021-04-13T13:14:26.100Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-13T13:14:26.100Z] + OS_FAMILY=redhat [2021-04-13T13:14:26.100Z] + workspace=/w/workspace/edgex-go/5 [2021-04-13T13:14:26.100Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-13T13:14:26.100Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-13T13:14:26.100Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-13T13:14:26.100Z] + PACKAGES=/tmp/packages_start.txt [2021-04-13T13:14:26.100Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-13T13:14:26.100Z] + PACKAGES=/tmp/packages_end.txt [2021-04-13T13:14:26.100Z] + case "${OS_FAMILY}" in [2021-04-13T13:14:26.100Z] + rpm -qa [2021-04-13T13:14:26.100Z] + sort [2021-04-13T13:14:31.395Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-13T13:14:31.395Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-13T13:14:31.395Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-13T13:14:31.395Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-13T13:14:31.395Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-04-13T13:14:31.395Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-04-13T13:14:31.410Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-13T13:14:31.701Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-13T13:14:32.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T13:14:32.009Z] [2021-04-13T13:14:32.009Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-13T13:14:32.363Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T13:14:32.363Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-13T13:14:32.363Z] df20fa9351a1: Pulling fs layer [2021-04-13T13:14:32.363Z] 36b3adc4ff6f: Pulling fs layer [2021-04-13T13:14:32.363Z] 8ad3a11d3b57: Pulling fs layer [2021-04-13T13:14:32.363Z] 46f8f816bc3b: Pulling fs layer [2021-04-13T13:14:32.363Z] 93b61091891f: Pulling fs layer [2021-04-13T13:14:32.363Z] 93b9cdb0e59b: Pulling fs layer [2021-04-13T13:14:32.363Z] 5e14af77c1be: Pulling fs layer [2021-04-13T13:14:32.363Z] 01666e4c0597: Pulling fs layer [2021-04-13T13:14:32.363Z] aa168da1d23b: Pulling fs layer [2021-04-13T13:14:32.363Z] 93b9cdb0e59b: Waiting [2021-04-13T13:14:32.363Z] 5e14af77c1be: Waiting [2021-04-13T13:14:32.363Z] 01666e4c0597: Waiting [2021-04-13T13:14:32.363Z] aa168da1d23b: Waiting [2021-04-13T13:14:32.363Z] 46f8f816bc3b: Waiting [2021-04-13T13:14:32.363Z] 93b61091891f: Waiting [2021-04-13T13:14:32.363Z] 36b3adc4ff6f: Verifying Checksum [2021-04-13T13:14:32.363Z] 36b3adc4ff6f: Download complete [2021-04-13T13:14:32.363Z] 46f8f816bc3b: Verifying Checksum [2021-04-13T13:14:32.363Z] 46f8f816bc3b: Download complete [2021-04-13T13:14:32.627Z] df20fa9351a1: Verifying Checksum [2021-04-13T13:14:32.627Z] df20fa9351a1: Download complete [2021-04-13T13:14:32.627Z] 93b9cdb0e59b: Download complete [2021-04-13T13:14:32.627Z] 93b61091891f: Verifying Checksum [2021-04-13T13:14:32.627Z] 93b61091891f: Download complete [2021-04-13T13:14:32.627Z] 5e14af77c1be: Download complete [2021-04-13T13:14:32.627Z] 01666e4c0597: Verifying Checksum [2021-04-13T13:14:32.627Z] 01666e4c0597: Download complete [2021-04-13T13:14:32.627Z] 8ad3a11d3b57: Verifying Checksum [2021-04-13T13:14:32.627Z] 8ad3a11d3b57: Download complete [2021-04-13T13:14:32.891Z] df20fa9351a1: Pull complete [2021-04-13T13:14:33.162Z] 36b3adc4ff6f: Pull complete [2021-04-13T13:14:33.743Z] 8ad3a11d3b57: Pull complete [2021-04-13T13:14:34.688Z] aa168da1d23b: Verifying Checksum [2021-04-13T13:14:34.688Z] aa168da1d23b: Download complete [2021-04-13T13:14:35.630Z] 46f8f816bc3b: Pull complete [2021-04-13T13:14:36.202Z] 93b61091891f: Pull complete [2021-04-13T13:14:36.202Z] 93b9cdb0e59b: Pull complete [2021-04-13T13:14:36.464Z] 5e14af77c1be: Pull complete [2021-04-13T13:14:36.464Z] 01666e4c0597: Pull complete [2021-04-13T13:14:46.501Z] aa168da1d23b: Pull complete [2021-04-13T13:14:46.501Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-13T13:14:46.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T13:14:46.501Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-13T13:14:46.729Z] prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container [2021-04-13T13:14:46.781Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-lftools-log-publisher:alpine cat [2021-04-13T13:14:52.202Z] $ docker top 05a1628f0a2c4070a5a76d3ea4729688c798ca82ca046dbc235f161bbdee961b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T13:14:52.792Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-13T13:14:53.095Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-13T13:14:53.397Z] + ls /var/log/sa-host [2021-04-13T13:14:53.397Z] + sadf -c /var/log/sa-host/sa13 [2021-04-13T13:14:53.397Z] file_magic: OK [2021-04-13T13:14:53.397Z] HZ: Using current value: 100 [2021-04-13T13:14:53.397Z] file_header: OK [2021-04-13T13:14:53.397Z] 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-04-13T13:14:53.397Z] Statistics: [2021-04-13T13:14:53.397Z] 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-04-13T13:14:53.397Z] File successfully converted to sysstat format version 12.2.1 [2021-04-13T13:14:53.397Z] + sadf -c /var/log/sa-host/sa23 [2021-04-13T13:14:53.397Z] file_magic: OK [2021-04-13T13:14:53.397Z] HZ: Using current value: 100 [2021-04-13T13:14:53.397Z] file_header: OK [2021-04-13T13:14:53.397Z] 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-04-13T13:14:53.397Z] Statistics: [2021-04-13T13:14:53.397Z] Hnuu...uuuununununu... [2021-04-13T13:14:53.397Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-13T13:14:54.076Z] provisioning config files... [2021-04-13T13:14:54.146Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config509253159141219901tmp [Pipeline] { [Pipeline] echo [2021-04-13T13:14:54.310Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T13:14:54.639Z] ---> create-netrc.sh [Pipeline] } [2021-04-13T13:14:54.666Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-13T13:14:54.770Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T13:14:55.065Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-13T13:14:55.076Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T13:14:55.372Z] ---> sudo-logs.sh [2021-04-13T13:14:55.373Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-13T13:14:55.572Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T13:14:55.871Z] ---> job-cost.sh [2021-04-13T13:14:55.871Z] lf-activate-venv: SKIPPING [2021-04-13T13:14:55.871Z] DEBUG: total: 0.20999999344348907 [2021-04-13T13:14:55.871Z] INFO: Retrieving Stack Cost... [2021-04-13T13:14:57.268Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T13:14:57.530Z] INFO: Archiving Costs [Pipeline] echo [2021-04-13T13:14:57.544Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T13:14:57.837Z] ---> logs-deploy.sh [2021-04-13T13:14:57.837Z] lf-activate-venv: SKIPPING [2021-04-13T13:14:57.837Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3356/5 [2021-04-13T13:14:57.837Z] INFO: archiving workspace using pattern(s): [2021-04-13T13:14:59.233Z] Archives upload complete. [2021-04-13T13:14:59.233Z] INFO: archiving logs to Nexus