Pull request #3223 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0cea5eced03dc86d44e4ba9cb19c7cab53834b11+7248181b27c1f196cc7a2300d5170335b9add480 (fd1f5863d6c4440bb36cbbbcd4dbb93e0dd2469c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29032 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [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 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 Merge succeeded, producing 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 Checking out Revision 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 (PR-3223) > 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/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # 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 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 Commit message: "build(snap): Add implementation for set up Consul ACL" First time build. Skipping changelog. > git rev-list --no-walk afc9fd5cf6a5783b84bad338d9644f3bb93802b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-08T22:48:55.609Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-08T22:48:55.903Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-08T22:48:56.011Z] ========================================================= [2021-03-08T22:48:56.011Z] EdgeX Global Pipelines Version Info [2021-03-08T22:48:56.011Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-08T22:48:57.526Z] ------------------- [2021-03-08T22:48:57.526Z] stable info: [2021-03-08T22:48:57.526Z] ------------------- [2021-03-08T22:48:57.526Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-08T22:48:57.526Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-08T22:48:57.526Z] Message: update stable to v1.0.184 [2021-03-08T22:48:58.920Z] ------------------- [2021-03-08T22:48:58.920Z] experimental info: [2021-03-08T22:48:58.920Z] ------------------- [2021-03-08T22:48:58.920Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-08T22:48:58.920Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-08T22:48:58.920Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-08T22:48:59.248Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-08T22:48:59.349Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-08T22:48:59.467Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-08T22:48:59.571Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-08T22:48:59.670Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-08T22:48:59.768Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-08T22:48:59.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-08T22:48:59.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-08T22:49:00.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-08T22:49:00.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-08T22:49:00.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-08T22:49:00.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-08T22:49:00.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-08T22:49:00.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-08T22:49:00.792Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-08T22:49:00.891Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-08T22:49:00.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-08T22:49:01.112Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-08T22:49:01.211Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-08T22:49:01.362Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-08T22:49:01.458Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-08T22:49:01.554Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-08T22:49:01.644Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo [2021-03-08T22:49:01.747Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo [2021-03-08T22:49:01.843Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo [2021-03-08T22:49:01.933Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [Pipeline] echo [2021-03-08T22:49:02.034Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0cea5ec [Pipeline] echo [2021-03-08T22:49:02.119Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-08T22:49:02.292Z] provisioning config files... [2021-03-08T22:49:02.332Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3497925817972069862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T22:49:02.693Z] ---> docker-login.sh [2021-03-08T22:49:02.693Z] nexus3.edgexfoundry.org:10001 [2021-03-08T22:49:02.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:49:03.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:49:03.220Z] Configure a credential helper to remove this warning. See [2021-03-08T22:49:03.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:49:03.220Z] [2021-03-08T22:49:03.220Z] Login Succeeded [2021-03-08T22:49:03.220Z] nexus3.edgexfoundry.org:10002 [2021-03-08T22:49:03.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:49:03.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:49:03.484Z] Configure a credential helper to remove this warning. See [2021-03-08T22:49:03.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:49:03.484Z] [2021-03-08T22:49:03.484Z] Login Succeeded [2021-03-08T22:49:03.484Z] nexus3.edgexfoundry.org:10003 [2021-03-08T22:49:03.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:49:03.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:49:03.484Z] Configure a credential helper to remove this warning. See [2021-03-08T22:49:03.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:49:03.484Z] [2021-03-08T22:49:03.484Z] Login Succeeded [2021-03-08T22:49:03.484Z] nexus3.edgexfoundry.org:10004 [2021-03-08T22:49:03.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:49:03.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:49:03.747Z] Configure a credential helper to remove this warning. See [2021-03-08T22:49:03.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:49:03.747Z] [2021-03-08T22:49:03.747Z] Login Succeeded [2021-03-08T22:49:03.747Z] docker.io [2021-03-08T22:49:03.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:49:04.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:49:04.012Z] Configure a credential helper to remove this warning. See [2021-03-08T22:49:04.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:49:04.012Z] [2021-03-08T22:49:04.012Z] Login Succeeded [2021-03-08T22:49:04.012Z] ---> docker-login.sh ends [Pipeline] } [2021-03-08T22:49:04.023Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-08T22:49:04.509Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-08T22:49:04.509Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T22:49:04.509Z] ++ dirname cmd/core-command/Dockerfile [2021-03-08T22:49:04.509Z] ++ cut -d/ -f2 [2021-03-08T22:49:04.509Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-08T22:49:04.509Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T22:49:04.509Z] ++ dirname cmd/core-data/Dockerfile [2021-03-08T22:49:04.509Z] ++ cut -d/ -f2 [2021-03-08T22:49:04.509Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-08T22:49:04.509Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T22:49:04.509Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-08T22:49:04.509Z] ++ cut -d/ -f2 [2021-03-08T22:49:04.509Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-08T22:49:04.509Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T22:49:04.509Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-08T22:49:04.509Z] ++ cut -d/ -f2 [2021-03-08T22:49:04.509Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-08T22:49:04.509Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T22:49:04.509Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-08T22:49:04.509Z] ++ cut -d/ -f2 [2021-03-08T22:49:04.509Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-08T22:49:04.509Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T22:49:04.509Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-08T22:49:04.509Z] ++ cut -d/ -f2 [2021-03-08T22:49:04.509Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-08T22:49:04.509Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T22:49:04.509Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-08T22:49:04.509Z] ++ cut -d/ -f2 [2021-03-08T22:49:04.509Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-08T22:49:04.509Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T22:49:04.509Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-08T22:49:04.509Z] ++ cut -d/ -f2 [2021-03-08T22:49:04.509Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-08T22:49:04.509Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T22:49:04.509Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-08T22:49:04.509Z] ++ cut -d/ -f2 [2021-03-08T22:49:04.509Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-08T22:49:04.590Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:49:06.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T22:49:06.274Z] [2021-03-08T22:49:06.274Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:49:06.624Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T22:49:06.624Z] latest: Pulling from edgex-devops/git-semver [2021-03-08T22:49:06.624Z] 31603596830f: Pulling fs layer [2021-03-08T22:49:06.624Z] 2a8b12db71e7: Pulling fs layer [2021-03-08T22:49:06.624Z] 6ca5941a6612: Pulling fs layer [2021-03-08T22:49:06.624Z] ecc8261a40a4: Pulling fs layer [2021-03-08T22:49:06.624Z] ecc8261a40a4: Waiting [2021-03-08T22:49:06.624Z] 2a8b12db71e7: Download complete [2021-03-08T22:49:06.886Z] 31603596830f: Verifying Checksum [2021-03-08T22:49:06.886Z] 31603596830f: Download complete [2021-03-08T22:49:06.886Z] ecc8261a40a4: Verifying Checksum [2021-03-08T22:49:06.886Z] ecc8261a40a4: Download complete [2021-03-08T22:49:06.886Z] 6ca5941a6612: Verifying Checksum [2021-03-08T22:49:06.886Z] 6ca5941a6612: Download complete [2021-03-08T22:49:07.151Z] 31603596830f: Pull complete [2021-03-08T22:49:07.417Z] 2a8b12db71e7: Pull complete [2021-03-08T22:49:08.372Z] 6ca5941a6612: Pull complete [2021-03-08T22:49:08.372Z] ecc8261a40a4: Pull complete [2021-03-08T22:49:08.372Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-08T22:49:08.372Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T22:49:08.372Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-08T22:49:08.493Z] prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container [2021-03-08T22:49:08.563Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-08T22:49:10.726Z] $ docker top c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-08T22:49:11.013Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-08T22:49:11.013Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-08T22:49:11.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-08T22:49:11.243Z] $ docker exec c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 ssh-agent [2021-03-08T22:49:11.413Z] SSH_AUTH_SOCK=/tmp/ssh-eoHia51odCFI/agent.11 [2021-03-08T22:49:11.413Z] SSH_AGENT_PID=16 [2021-03-08T22:49:11.426Z] Running ssh-add (command line suppressed) [2021-03-08T22:49:11.558Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7212522852594076653.key (/w/workspace/edgex-go/5@tmp/private_key_7212522852594076653.key) [2021-03-08T22:49:11.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-08T22:49:12.111Z] + git tag --points-at HEAD [Pipeline] } [2021-03-08T22:49:12.141Z] $ docker exec --env ******** --env ******** c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 ssh-agent -k [2021-03-08T22:49:12.261Z] unset SSH_AUTH_SOCK; [2021-03-08T22:49:12.261Z] unset SSH_AGENT_PID; [2021-03-08T22:49:12.261Z] echo Agent pid 16 killed; [2021-03-08T22:49:12.305Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-08T22:49:12.463Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-08T22:49:12.463Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-08T22:49:12.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-08T22:49:12.643Z] $ docker exec c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 ssh-agent [2021-03-08T22:49:12.797Z] SSH_AUTH_SOCK=/tmp/ssh-3qg2evnuHU95/agent.46 [2021-03-08T22:49:12.797Z] SSH_AGENT_PID=51 [2021-03-08T22:49:12.804Z] Running ssh-add (command line suppressed) [2021-03-08T22:49:12.927Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1162153089852840520.key (/w/workspace/edgex-go/5@tmp/private_key_1162153089852840520.key) [2021-03-08T22:49:12.975Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-08T22:49:13.313Z] + git semver init [2021-03-08T22:49:13.313Z] # -> Open(): unable to determine branch for HEAD [2021-03-08T22:49:13.313Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-03-08T22:49:13.313Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-03-08T22:49:13.313Z] # $SEMVER_REMOTE_NAME = origin [2021-03-08T22:49:13.313Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-08T22:49:13.313Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-08T22:49:13.313Z] # $SEMVER_BRANCH = PR-3223 [2021-03-08T22:49:13.313Z] # $SEMVER_TEMP = /tmp/semver-157502145 [2021-03-08T22:49:13.313Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-08T22:49:31.505Z] # '/tmp/semver-157502145' -> '/w/workspace/edgex-go/5/.semver' [2021-03-08T22:49:31.505Z] # -> Force: false [2021-03-08T22:49:31.505Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-03-08T22:49:31.525Z] $ docker exec --env ******** --env ******** c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 ssh-agent -k [2021-03-08T22:49:31.919Z] unset SSH_AUTH_SOCK; [2021-03-08T22:49:31.919Z] unset SSH_AGENT_PID; [2021-03-08T22:49:31.919Z] echo Agent pid 51 killed; [2021-03-08T22:49:32.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-08T22:49:32.509Z] + git semver [Pipeline] } [2021-03-08T22:49:32.557Z] $ docker stop --time=1 c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 [2021-03-08T22:49:34.245Z] $ docker rm -f c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-08T22:49:34.771Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-08T22:49:35.338Z] Stashed 1 file(s) [Pipeline] echo [2021-03-08T22:49:35.341Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-08T22:49:36.245Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-08T22:49:36.546Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-08T22:49:36.847Z] + sudo service docker restart [2021-03-08T22:49:36.847Z] + true [2021-03-08T22:49:36.847Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-08T22:49:37.436Z] ========================================================= [2021-03-08T22:49:37.436Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-08T22:49:37.436Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:49:37.782Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-08T22:49:42.023Z] Sending build context to Docker daemon 328.4MB [2021-03-08T22:49:42.023Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-08T22:49:42.023Z] Step 2/6 : FROM ${BASE} [2021-03-08T22:49:42.023Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-08T22:49:42.023Z] 188c0c94c7c5: Pulling fs layer [2021-03-08T22:49:42.023Z] 0ef7d3d256c8: Pulling fs layer [2021-03-08T22:49:42.023Z] de9db76c5a1d: Pulling fs layer [2021-03-08T22:49:42.023Z] bca2f99d35d6: Pulling fs layer [2021-03-08T22:49:42.023Z] 93359f2a8cfa: Pulling fs layer [2021-03-08T22:49:42.023Z] 7c6f9722023f: Pulling fs layer [2021-03-08T22:49:42.023Z] a35cf1a2eb13: Pulling fs layer [2021-03-08T22:49:42.023Z] 93359f2a8cfa: Waiting [2021-03-08T22:49:42.023Z] 7c6f9722023f: Waiting [2021-03-08T22:49:42.023Z] a35cf1a2eb13: Waiting [2021-03-08T22:49:42.023Z] bca2f99d35d6: Waiting [2021-03-08T22:49:42.023Z] de9db76c5a1d: Verifying Checksum [2021-03-08T22:49:42.023Z] de9db76c5a1d: Download complete [2021-03-08T22:49:42.023Z] 0ef7d3d256c8: Verifying Checksum [2021-03-08T22:49:42.023Z] 0ef7d3d256c8: Download complete [2021-03-08T22:49:42.023Z] 93359f2a8cfa: Verifying Checksum [2021-03-08T22:49:42.023Z] 93359f2a8cfa: Download complete [2021-03-08T22:49:42.023Z] 7c6f9722023f: Verifying Checksum [2021-03-08T22:49:42.023Z] 7c6f9722023f: Download complete [2021-03-08T22:49:42.597Z] 188c0c94c7c5: Verifying Checksum [2021-03-08T22:49:42.597Z] 188c0c94c7c5: Download complete [2021-03-08T22:49:42.869Z] 188c0c94c7c5: Pull complete [2021-03-08T22:49:43.134Z] 0ef7d3d256c8: Pull complete [2021-03-08T22:49:43.134Z] de9db76c5a1d: Pull complete [2021-03-08T22:49:44.102Z] a35cf1a2eb13: Verifying Checksum [2021-03-08T22:49:44.102Z] a35cf1a2eb13: Download complete [2021-03-08T22:49:44.679Z] bca2f99d35d6: Verifying Checksum [2021-03-08T22:49:44.679Z] bca2f99d35d6: Download complete [2021-03-08T22:49:50.019Z] bca2f99d35d6: Pull complete [2021-03-08T22:49:50.281Z] 93359f2a8cfa: Pull complete [2021-03-08T22:49:50.281Z] 7c6f9722023f: Pull complete [2021-03-08T22:49:50.714Z] Still waiting to schedule task [2021-03-08T22:49:50.714Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-08T22:49:55.596Z] a35cf1a2eb13: Pull complete [2021-03-08T22:49:55.596Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-08T22:49:55.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-08T22:49:55.596Z] ---> a62c8e92a672 [2021-03-08T22:49:55.596Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-08T22:49:55.596Z] ---> Running in 53f4a4e82114 [2021-03-08T22:49:55.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:49:56.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:49:57.072Z] (1/12) Installing libmagic (5.38-r0) [2021-03-08T22:49:57.648Z] (2/12) Installing file (5.38-r0) [2021-03-08T22:49:57.911Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-08T22:49:57.911Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-08T22:50:03.217Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-08T22:50:03.217Z] (6/12) Installing patch (2.7.6-r6) [2021-03-08T22:50:03.217Z] (7/12) Installing build-base (0.5-r2) [2021-03-08T22:50:03.217Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-08T22:50:03.217Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-08T22:50:03.217Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-08T22:50:03.217Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-08T22:50:03.487Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-08T22:50:03.487Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:50:03.487Z] OK: 233 MiB in 51 packages [2021-03-08T22:50:06.813Z] Removing intermediate container 53f4a4e82114 [2021-03-08T22:50:06.813Z] ---> 7ef427243bff [2021-03-08T22:50:06.813Z] Step 4/6 : WORKDIR /edgex-go [2021-03-08T22:50:07.075Z] ---> Running in 6d4cbd6e9c99 [2021-03-08T22:50:07.075Z] Removing intermediate container 6d4cbd6e9c99 [2021-03-08T22:50:07.075Z] ---> a08893429439 [2021-03-08T22:50:07.075Z] Step 5/6 : COPY go.mod . [2021-03-08T22:50:07.337Z] ---> d4ddd56e7929 [2021-03-08T22:50:07.337Z] Step 6/6 : RUN go mod download [2021-03-08T22:50:07.600Z] ---> Running in 5688e538a9fc [2021-03-08T22:50:34.235Z] Removing intermediate container 5688e538a9fc [2021-03-08T22:50:34.235Z] ---> 325cb1e41137 [2021-03-08T22:50:34.235Z] Successfully built 325cb1e41137 [2021-03-08T22:50:34.235Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:50:34.552Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-08T22:50:34.553Z] . [Pipeline] withDockerContainer [2021-03-08T22:50:34.659Z] prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container [2021-03-08T22:50:34.710Z] $ 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 ******** ci-base-image-x86_64 cat [2021-03-08T22:50:35.688Z] $ docker top e5df4da33a7efb0af2d69cbb5efe8ac474807a2cfe778b1ad55accd54cfea32b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T22:50:36.231Z] + go version [2021-03-08T22:50:36.231Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-08T22:50:36.250Z] $ docker stop --time=1 e5df4da33a7efb0af2d69cbb5efe8ac474807a2cfe778b1ad55accd54cfea32b [2021-03-08T22:50:37.613Z] $ docker rm -f e5df4da33a7efb0af2d69cbb5efe8ac474807a2cfe778b1ad55accd54cfea32b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:50:38.418Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-08T22:50:38.418Z] . [Pipeline] withDockerContainer [2021-03-08T22:50:38.520Z] prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container [2021-03-08T22:50:38.579Z] $ 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 ******** ci-base-image-x86_64 cat [2021-03-08T22:50:39.202Z] $ docker top 5b7c48731ca5f8d41de4c3fe78478a30e77c7bbf68db68ea3acdba07f3b76a01 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-08T22:50:39.385Z] ========================================================= [2021-03-08T22:50:39.385Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-08T22:50:39.385Z] ========================================================= [Pipeline] sh [2021-03-08T22:50:39.677Z] + make test [2021-03-08T22:50:39.677Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-08T22:50:47.900Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-08T22:51:02.935Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-08T22:51:09.611Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-08T22:51:09.611Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-08T22:51:09.611Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-08T22:51:13.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-08T22:51:13.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-08T22:51:13.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-08T22:51:13.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-08T22:51:13.870Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-08T22:51:14.274Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-08T22:51:16.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-08T22:51:16.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-08T22:51:16.499Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-08T22:51:19.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.157s coverage: 45.9% of statements [2021-03-08T22:51:19.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-08T22:51:19.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-08T22:51:19.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-08T22:51:19.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-08T22:51:19.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-08T22:51:19.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-08T22:51:19.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-08T22:51:19.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.118s coverage: 100.0% of statements [2021-03-08T22:51:21.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.1% of statements [2021-03-08T22:51:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-08T22:51:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-08T22:51:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-08T22:51:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-08T22:51:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-08T22:51:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-08T22:51:21.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-03-08T22:51:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-08T22:51:21.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2021-03-08T22:51:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-08T22:51:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-08T22:51:21.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 66.2% of statements [2021-03-08T22:51:21.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-08T22:51:21.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-08T22:51:22.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.4% of statements [2021-03-08T22:51:22.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-08T22:51:22.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T22:51:22.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-08T22:51:22.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-08T22:51:25.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-08T22:51:25.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-08T22:51:25.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-08T22:51:25.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-08T22:51:25.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-08T22:51:25.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-08T22:51:25.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-08T22:51:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.366s coverage: 92.8% of statements [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-08T22:51:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-08T22:51:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-08T22:51:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-08T22:51:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 47.1% of statements [2021-03-08T22:51:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-03-08T22:51:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-03-08T22:51:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements [2021-03-08T22:51:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-03-08T22:51:35.285Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29033 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws [2021-03-08T22:51:35.404Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-08T22:51:39.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-03-08T22:51:39.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-08T22:51:39.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.072s coverage: 81.4% of statements [2021-03-08T22:51:40.705Z] using credential edgex-jenkins-ssh [2021-03-08T22:51:40.761Z] Cloning the remote Git repository [2021-03-08T22:51:40.820Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-08T22:51:40.933Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-08T22:51:41.008Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T22:51:41.009Z] > git --version # timeout=10 [2021-03-08T22:51:41.031Z] > git --version # 'git version 2.17.1' [2021-03-08T22:51:41.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T22:51:41.094Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 62.4% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 69.0% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 38.4% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.135s coverage: 87.8% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.732s coverage: 29.1% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.077s coverage: 95.6% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-08T22:51:52.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-08T22:51:52.308Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-03-08T22:51:52.309Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-08T22:51:52.309Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-08T22:51:52.309Z] GO111MODULE=on go vet ./... [2021-03-08T22:51:56.998Z] Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:51:57.429Z] Merge succeeded, producing 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:51:57.430Z] Checking out Revision 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 (PR-3223) [2021-03-08T22:51:56.084Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T22:51:56.097Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T22:51:56.124Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T22:51:56.161Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T22:51:56.162Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T22:51:56.172Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-08T22:51:57.020Z] > git config core.sparsecheckout # timeout=10 [2021-03-08T22:51:57.040Z] > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [2021-03-08T22:51:57.354Z] > git remote # timeout=10 [2021-03-08T22:51:57.371Z] > git config --get remote.origin.url # timeout=10 [2021-03-08T22:51:57.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T22:51:57.396Z] > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 [2021-03-08T22:51:57.417Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-08T22:51:57.440Z] > git config core.sparsecheckout # timeout=10 [2021-03-08T22:51:57.450Z] > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [2021-03-08T22:52:02.136Z] Commit message: "build(snap): Add implementation for set up Consul ACL" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-08T22:52:03.751Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-08T22:52:04.179Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-08T22:52:04.528Z] + true [2021-03-08T22:52:04.528Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-08T22:52:06.656Z] provisioning config files... [2021-03-08T22:52:06.698Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config267743328789077571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T22:52:07.150Z] ---> docker-login.sh [2021-03-08T22:52:07.150Z] nexus3.edgexfoundry.org:10001 [2021-03-08T22:52:08.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:52:08.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:52:08.410Z] Configure a credential helper to remove this warning. See [2021-03-08T22:52:08.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:52:08.410Z] [2021-03-08T22:52:08.410Z] Login Succeeded [2021-03-08T22:52:08.410Z] nexus3.edgexfoundry.org:10002 [2021-03-08T22:52:08.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:52:08.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:52:08.963Z] Configure a credential helper to remove this warning. See [2021-03-08T22:52:08.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:52:08.963Z] [2021-03-08T22:52:08.963Z] Login Succeeded [2021-03-08T22:52:08.963Z] nexus3.edgexfoundry.org:10003 [2021-03-08T22:52:09.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:52:09.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:52:09.237Z] Configure a credential helper to remove this warning. See [2021-03-08T22:52:09.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:52:09.237Z] [2021-03-08T22:52:09.237Z] Login Succeeded [2021-03-08T22:52:09.237Z] nexus3.edgexfoundry.org:10004 [2021-03-08T22:52:09.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:52:09.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:52:09.834Z] Configure a credential helper to remove this warning. See [2021-03-08T22:52:09.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:52:09.834Z] [2021-03-08T22:52:09.834Z] Login Succeeded [2021-03-08T22:52:09.834Z] docker.io [2021-03-08T22:52:10.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T22:52:10.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T22:52:10.699Z] Configure a credential helper to remove this warning. See [2021-03-08T22:52:10.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T22:52:10.699Z] [2021-03-08T22:52:10.699Z] Login Succeeded [2021-03-08T22:52:10.699Z] ---> docker-login.sh ends [Pipeline] } [2021-03-08T22:52:10.718Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-08T22:52:11.267Z] ========================================================= [2021-03-08T22:52:11.267Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-08T22:52:11.267Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:52:11.659Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-08T22:52:14.332Z] Sending build context to Docker daemon 166.6MB [2021-03-08T22:52:14.332Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-08T22:52:14.332Z] Step 2/6 : FROM ${BASE} [2021-03-08T22:52:14.332Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-08T22:52:14.332Z] 5f621e34cdf4: Pulling fs layer [2021-03-08T22:52:14.332Z] a4357932f1b6: Pulling fs layer [2021-03-08T22:52:14.332Z] 18c013af1878: Pulling fs layer [2021-03-08T22:52:14.332Z] 00ac8860ef70: Pulling fs layer [2021-03-08T22:52:14.332Z] 63d7cb157983: Pulling fs layer [2021-03-08T22:52:14.332Z] 00ac8860ef70: Waiting [2021-03-08T22:52:14.332Z] b116817d02f9: Pulling fs layer [2021-03-08T22:52:14.332Z] 63d7cb157983: Waiting [2021-03-08T22:52:14.332Z] 745a02a5169b: Pulling fs layer [2021-03-08T22:52:14.332Z] b116817d02f9: Waiting [2021-03-08T22:52:14.332Z] 745a02a5169b: Waiting [2021-03-08T22:52:14.332Z] 18c013af1878: Verifying Checksum [2021-03-08T22:52:14.333Z] 18c013af1878: Download complete [2021-03-08T22:52:14.333Z] a4357932f1b6: Download complete [2021-03-08T22:52:14.333Z] 63d7cb157983: Verifying Checksum [2021-03-08T22:52:14.333Z] 63d7cb157983: Download complete [2021-03-08T22:52:14.605Z] b116817d02f9: Verifying Checksum [2021-03-08T22:52:14.605Z] b116817d02f9: Download complete [2021-03-08T22:52:15.201Z] 5f621e34cdf4: Verifying Checksum [2021-03-08T22:52:15.202Z] 5f621e34cdf4: Download complete [2021-03-08T22:52:15.801Z] 5f621e34cdf4: Pull complete [2021-03-08T22:52:16.403Z] a4357932f1b6: Pull complete [2021-03-08T22:52:17.000Z] 18c013af1878: Pull complete [2021-03-08T22:52:17.599Z] 745a02a5169b: Verifying Checksum [2021-03-08T22:52:17.599Z] 745a02a5169b: Download complete [2021-03-08T22:52:18.577Z] 00ac8860ef70: Verifying Checksum [2021-03-08T22:52:18.577Z] 00ac8860ef70: Download complete [2021-03-08T22:52:19.023Z] gofmt -l . [2021-03-08T22:52:19.023Z] [ "`gofmt -l .`" = "" ] [2021-03-08T22:52:19.023Z] ./bin/test-go-mod-tidy.sh [2021-03-08T22:52:19.612Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-08T22:52:20.507Z] + ls -al . [2021-03-08T22:52:20.507Z] total 736 [2021-03-08T22:52:20.507Z] drwxrwxr-x 10 1001 1001 4096 Mar 8 22:52 . [2021-03-08T22:52:20.507Z] drwxr-xr-x 4 root root 28 Mar 8 22:50 .. [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 11 Mar 8 22:48 .dockerignore [2021-03-08T22:52:20.507Z] drwxrwxr-x 8 1001 1001 179 Mar 8 22:48 .git [2021-03-08T22:52:20.507Z] drwxrwxr-x 3 1001 1001 125 Mar 8 22:48 .github [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 818 Mar 8 22:48 .gitignore [2021-03-08T22:52:20.507Z] drwx------ 3 1001 1001 60 Mar 8 22:49 .semver [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 22:48 .sonarcloud.properties [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 8475 Mar 8 22:48 Attribution.txt [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 22:48 CONTRIBUTING.md [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 931 Mar 8 22:48 Dockerfile.build [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 863 Mar 8 22:48 Jenkinsfile [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 22:48 LICENSE [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 5774 Mar 8 22:48 Makefile [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 6524 Mar 8 22:48 README.md [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 6755 Mar 8 22:48 SECURITY.md [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 5 Mar 8 22:49 VERSION [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 4131 Mar 8 22:48 ZMQWindows.md [2021-03-08T22:52:20.507Z] drwxrwxr-x 2 1001 1001 117 Mar 8 22:48 bin [2021-03-08T22:52:20.507Z] drwxrwxr-x 14 1001 1001 4096 Mar 8 22:48 cmd [2021-03-08T22:52:20.507Z] -rw-r--r-- 1 root root 622934 Mar 8 22:51 coverage.out [2021-03-08T22:52:20.507Z] -rw-r--r-- 1 root root 1055 Mar 8 22:52 go.mod [2021-03-08T22:52:20.507Z] -rw-r--r-- 1 root root 21699 Mar 8 22:52 go.sum [2021-03-08T22:52:20.507Z] drwxrwxr-x 8 1001 1001 127 Mar 8 22:48 internal [2021-03-08T22:52:20.507Z] drwxrwxr-x 4 1001 1001 26 Mar 8 22:48 openapi [2021-03-08T22:52:20.507Z] drwxrwxr-x 4 1001 1001 71 Mar 8 22:48 snap [2021-03-08T22:52:20.507Z] -rw-rw-r-- 1 1001 1001 168 Mar 8 22:48 version.go [Pipeline] sh [2021-03-08T22:52:20.815Z] + '[' -e coverage.out ] [2021-03-08T22:52:20.815Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-08T22:52:21.097Z] Stashed 1 file(s) [Pipeline] sh [2021-03-08T22:52:21.394Z] + make build [2021-03-08T22:52:21.394Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-08T22:52:25.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-08T22:52:28.738Z] 00ac8860ef70: Pull complete [2021-03-08T22:52:29.337Z] 63d7cb157983: Pull complete [2021-03-08T22:52:29.610Z] b116817d02f9: Pull complete [2021-03-08T22:52:33.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-08T22:52:33.941Z] 745a02a5169b: Pull complete [2021-03-08T22:52:33.942Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-08T22:52:33.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-08T22:52:33.942Z] ---> b7e6874047d6 [2021-03-08T22:52:33.942Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-08T22:52:34.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-08T22:52:36.594Z] ---> Running in 48134c318db1 [2021-03-08T22:52:36.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-08T22:52:36.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-08T22:52:38.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T22:52:38.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T22:52:38.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-08T22:52:39.238Z] (1/12) Installing libmagic (5.38-r0) [2021-03-08T22:52:39.238Z] (2/12) Installing file (5.38-r0) [2021-03-08T22:52:39.511Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-08T22:52:39.511Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-08T22:52:40.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-08T22:52:41.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-08T22:52:42.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-08T22:52:43.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-08T22:52:44.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-08T22:52:44.899Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-08T22:52:44.899Z] (6/12) Installing patch (2.7.6-r6) [2021-03-08T22:52:44.899Z] (7/12) Installing build-base (0.5-r2) [2021-03-08T22:52:44.899Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-08T22:52:44.899Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-08T22:52:44.899Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-08T22:52:45.173Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-08T22:52:45.173Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-08T22:52:45.173Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:52:45.173Z] OK: 217 MiB in 51 packages [Pipeline] } [2021-03-08T22:52:46.846Z] $ docker stop --time=1 5b7c48731ca5f8d41de4c3fe78478a30e77c7bbf68db68ea3acdba07f3b76a01 [2021-03-08T22:52:48.588Z] $ docker rm -f 5b7c48731ca5f8d41de4c3fe78478a30e77c7bbf68db68ea3acdba07f3b76a01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-03-08T22:52:49.474Z] Removing intermediate container 48134c318db1 [2021-03-08T22:52:49.474Z] ---> 6378f3723242 [2021-03-08T22:52:49.474Z] Step 4/6 : WORKDIR /edgex-go [2021-03-08T22:52:49.474Z] ---> Running in 3c5e50b3a206 [Pipeline] script [Pipeline] { [2021-03-08T22:52:49.751Z] Removing intermediate container 3c5e50b3a206 [2021-03-08T22:52:49.752Z] ---> f7803c4fb541 [2021-03-08T22:52:49.752Z] Step 5/6 : COPY go.mod . [2021-03-08T22:52:50.360Z] ---> 2e1ce76bb46d [2021-03-08T22:52:50.360Z] Step 6/6 : RUN go mod download [2021-03-08T22:52:50.633Z] ---> Running in 40e3d760a995 [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:52:52.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T22:52:52.127Z] [2021-03-08T22:52:52.127Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:52:52.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T22:52:52.494Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-08T22:52:52.494Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-08T22:52:52.494Z] ca9280d653b3: Pulling fs layer [2021-03-08T22:52:52.494Z] 7e9c9ca2126c: Pulling fs layer [2021-03-08T22:52:53.072Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-08T22:52:53.072Z] cbdbe7a5bc2a: Download complete [2021-03-08T22:52:53.337Z] ca9280d653b3: Verifying Checksum [2021-03-08T22:52:53.337Z] ca9280d653b3: Download complete [2021-03-08T22:52:53.599Z] cbdbe7a5bc2a: Pull complete [2021-03-08T22:52:54.557Z] ca9280d653b3: Pull complete [2021-03-08T22:52:54.557Z] 7e9c9ca2126c: Download complete [2021-03-08T22:53:02.729Z] 7e9c9ca2126c: Pull complete [2021-03-08T22:53:02.729Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-08T22:53:02.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T22:53:02.729Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-08T22:53:02.862Z] prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container [2021-03-08T22:53:02.991Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-08T22:53:03.999Z] $ docker top 18e5e193d21b6e0c4ee4dc05164ab6a259c68e5abced32020043e0f7711c3452 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T22:53:04.606Z] + docker-compose build --help [2021-03-08T22:53:04.606Z] + grep parallel [2021-03-08T22:53:05.569Z] --parallel Build images in parallel. [Pipeline] } [2021-03-08T22:53:05.588Z] $ docker stop --time=1 18e5e193d21b6e0c4ee4dc05164ab6a259c68e5abced32020043e0f7711c3452 [2021-03-08T22:53:06.959Z] $ docker rm -f 18e5e193d21b6e0c4ee4dc05164ab6a259c68e5abced32020043e0f7711c3452 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:53:07.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T22:53:07.606Z] . [Pipeline] withDockerContainer [2021-03-08T22:53:07.706Z] prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container [2021-03-08T22:53:07.759Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-08T22:53:08.497Z] $ docker top 37c746d0a4035c568eec6bf8ecbfea7c2cd67107d9668339d6ea02729f37b370 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T22:53:09.044Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-08T22:53:09.991Z] Building docker-core-command-go ... [2021-03-08T22:53:09.991Z] Building docker-core-data-go ... [2021-03-08T22:53:09.991Z] Building docker-core-metadata-go ... [2021-03-08T22:53:09.991Z] Building docker-security-bootstrapper-go ... [2021-03-08T22:53:09.992Z] Building docker-security-proxy-setup-go ... [2021-03-08T22:53:09.992Z] Building docker-security-secretstore-setup-go ... [2021-03-08T22:53:09.992Z] Building docker-support-notifications-go ... [2021-03-08T22:53:09.992Z] Building docker-support-scheduler-go ... [2021-03-08T22:53:09.992Z] Building docker-sys-mgmt-agent-go ... [2021-03-08T22:53:09.992Z] Building docker-sys-mgmt-agent-go [2021-03-08T22:53:09.992Z] Building docker-core-data-go [2021-03-08T22:53:09.992Z] Building docker-support-scheduler-go [2021-03-08T22:53:09.992Z] Building docker-support-notifications-go [2021-03-08T22:53:09.992Z] Building docker-security-bootstrapper-go [2021-03-08T22:53:17.475Z] Removing intermediate container 40e3d760a995 [2021-03-08T22:53:17.475Z] ---> 0131c7868bce [2021-03-08T22:53:17.475Z] Successfully built 0131c7868bce [2021-03-08T22:53:17.475Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:53:17.814Z] + docker inspect -f . ci-base-image-arm64 [2021-03-08T22:53:17.814Z] . [Pipeline] withDockerContainer [2021-03-08T22:53:18.096Z] prd-ubuntu18.04-docker-arm64-4c-16g-29033 does not seem to be running inside a container [2021-03-08T22:53:18.182Z] $ 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 ******** ci-base-image-arm64 cat [2021-03-08T22:53:19.703Z] $ docker top e65a4a792323fa110d9c1bf603661d5f42a3559a3ad8d4be6b02cd8a0052338e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T22:53:20.743Z] + go version [2021-03-08T22:53:20.743Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-08T22:53:20.770Z] $ docker stop --time=1 e65a4a792323fa110d9c1bf603661d5f42a3559a3ad8d4be6b02cd8a0052338e [2021-03-08T22:53:22.682Z] $ docker rm -f e65a4a792323fa110d9c1bf603661d5f42a3559a3ad8d4be6b02cd8a0052338e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:53:23.819Z] + docker inspect -f . ci-base-image-arm64 [2021-03-08T22:53:23.819Z] . [Pipeline] withDockerContainer [2021-03-08T22:53:24.078Z] prd-ubuntu18.04-docker-arm64-4c-16g-29033 does not seem to be running inside a container [2021-03-08T22:53:24.165Z] $ 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 ******** ci-base-image-arm64 cat [2021-03-08T22:53:25.563Z] $ docker top bde4160807a53f9f0fa9f2aae1af9a28ead27fdb769c737f758ed31b81c9090f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-08T22:53:25.961Z] ========================================================= [2021-03-08T22:53:25.961Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-08T22:53:25.961Z] ========================================================= [Pipeline] sh [2021-03-08T22:53:26.605Z] + make test [2021-03-08T22:53:26.605Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-08T22:53:42.480Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T22:53:42.480Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-08T22:53:42.480Z] ---> 325cb1e41137 [2021-03-08T22:53:42.480Z] Step 3/26 : WORKDIR /edgex-go [2021-03-08T22:53:42.756Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T22:53:42.756Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T22:53:42.756Z] ---> 325cb1e41137 [2021-03-08T22:53:42.756Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T22:53:43.027Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T22:53:43.027Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-08T22:53:43.027Z] ---> 325cb1e41137 [2021-03-08T22:53:43.027Z] Step 3/31 : WORKDIR /edgex-go [2021-03-08T22:53:43.290Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T22:53:43.290Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T22:53:43.290Z] ---> 325cb1e41137 [2021-03-08T22:53:43.290Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T22:53:43.290Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T22:53:43.290Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T22:53:43.290Z] ---> 325cb1e41137 [2021-03-08T22:53:43.290Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T22:53:44.242Z] ---> Running in 95e7d5c5493e [2021-03-08T22:53:44.242Z] ---> Running in b552d4f80e10 [2021-03-08T22:53:44.242Z] ---> Running in 28f9c68580af [2021-03-08T22:53:44.242Z] ---> Running in 961b50eccabf [2021-03-08T22:53:44.242Z] ---> Running in c9fc688df4a7 [2021-03-08T22:53:44.509Z] Removing intermediate container c9fc688df4a7 [2021-03-08T22:53:44.509Z] ---> 99b2a60082b7 [2021-03-08T22:53:44.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:53:44.509Z] Removing intermediate container 961b50eccabf [2021-03-08T22:53:44.509Z] ---> fdd9f2baf10b [2021-03-08T22:53:44.509Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:53:44.775Z] Removing intermediate container 95e7d5c5493e [2021-03-08T22:53:44.775Z] ---> 2ec598d0f223 [2021-03-08T22:53:44.775Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:53:44.775Z] Removing intermediate container b552d4f80e10 [2021-03-08T22:53:44.775Z] ---> a842282ec7d7 [2021-03-08T22:53:44.775Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:53:44.775Z] Removing intermediate container 28f9c68580af [2021-03-08T22:53:44.775Z] ---> ef6d3e881684 [2021-03-08T22:53:44.775Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:53:44.775Z] ---> Running in e3c103e7156b [2021-03-08T22:53:44.775Z] ---> Running in 06d6dc76e536 [2021-03-08T22:53:44.775Z] ---> Running in 7192acf30617 [2021-03-08T22:53:44.775Z] ---> Running in 26443e0d0b00 [2021-03-08T22:53:44.775Z] ---> Running in 5bb008c97357 [2021-03-08T22:53:47.340Z] Removing intermediate container 06d6dc76e536 [2021-03-08T22:53:47.340Z] ---> 14e5e50cb36b [2021-03-08T22:53:47.340Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-08T22:53:47.340Z] Removing intermediate container 7192acf30617 [2021-03-08T22:53:47.340Z] ---> 5115ebba3e03 [2021-03-08T22:53:47.340Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-08T22:53:47.340Z] ---> Running in 672a2e8ff85a [2021-03-08T22:53:47.340Z] Removing intermediate container e3c103e7156b [2021-03-08T22:53:47.340Z] ---> 2458fd7a543d [2021-03-08T22:53:47.340Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-08T22:53:47.340Z] ---> Running in fb62aef92f24 [2021-03-08T22:53:47.340Z] Removing intermediate container 26443e0d0b00 [2021-03-08T22:53:47.340Z] ---> 94a23f819f86 [2021-03-08T22:53:47.340Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-08T22:53:47.604Z] ---> Running in 14adf94681cd [2021-03-08T22:53:47.604Z] Removing intermediate container 5bb008c97357 [2021-03-08T22:53:47.604Z] ---> 4f0dc84333d5 [2021-03-08T22:53:47.604Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-08T22:53:47.604Z] ---> Running in aa6afbeed2f0 [2021-03-08T22:53:47.867Z] ---> Running in 0b5d52eaa6e3 [2021-03-08T22:53:48.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:48.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:48.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:48.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:48.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:48.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:48.803Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-08T22:53:48.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:49.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:49.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:49.453Z] OK: 233 MiB in 51 packages [2021-03-08T22:53:49.453Z] OK: 233 MiB in 51 packages [2021-03-08T22:53:49.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:53:49.716Z] OK: 233 MiB in 51 packages [2021-03-08T22:53:49.716Z] OK: 233 MiB in 51 packages [2021-03-08T22:53:49.986Z] Removing intermediate container 672a2e8ff85a [2021-03-08T22:53:49.986Z] ---> 7df7a8710563 [2021-03-08T22:53:49.986Z] Step 6/22 : COPY go.mod . [2021-03-08T22:53:50.249Z] OK: 233 MiB in 51 packages [2021-03-08T22:53:50.249Z] Removing intermediate container fb62aef92f24 [2021-03-08T22:53:50.249Z] ---> de06adefb0b9 [2021-03-08T22:53:50.249Z] Step 6/31 : COPY go.mod . [2021-03-08T22:53:50.249Z] ---> e59851aa67ec [2021-03-08T22:53:50.249Z] Step 7/22 : RUN go mod download [2021-03-08T22:53:50.515Z] ---> Running in f8b30d6c3c8f [2021-03-08T22:53:50.780Z] Removing intermediate container 14adf94681cd [2021-03-08T22:53:50.780Z] ---> 2dff2708793c [2021-03-08T22:53:50.780Z] Step 6/23 : COPY go.mod . [2021-03-08T22:53:50.780Z] ---> a6edd63bb3e1 [2021-03-08T22:53:50.780Z] Step 7/31 : RUN go mod download [2021-03-08T22:53:50.780Z] Removing intermediate container aa6afbeed2f0 [2021-03-08T22:53:50.780Z] ---> 7e745802d2f0 [2021-03-08T22:53:50.780Z] Step 6/22 : COPY go.mod . [2021-03-08T22:53:51.042Z] ---> Running in 16e916ce0f0b [2021-03-08T22:53:51.307Z] ---> f4bee4493624 [2021-03-08T22:53:51.307Z] Step 7/23 : RUN go mod download [2021-03-08T22:53:51.307Z] Removing intermediate container 0b5d52eaa6e3 [2021-03-08T22:53:51.307Z] ---> 3eaa5477f0c6 [2021-03-08T22:53:51.307Z] Step 6/26 : COPY go.mod . [2021-03-08T22:53:51.307Z] ---> f3574da1d23d [2021-03-08T22:53:51.307Z] Step 7/22 : RUN go mod download [2021-03-08T22:53:51.569Z] ---> Running in 54a69dfad6b1 [2021-03-08T22:53:51.569Z] ---> Running in 808cec8a6d8e [2021-03-08T22:53:51.837Z] ---> b8d7e82136b0 [2021-03-08T22:53:51.837Z] Step 7/26 : RUN go mod download [2021-03-08T22:53:52.104Z] ---> Running in a9d11035a0dc [2021-03-08T22:53:52.703Z] Removing intermediate container 16e916ce0f0b [2021-03-08T22:53:52.703Z] ---> 1933799b256f [2021-03-08T22:53:52.703Z] Step 8/31 : COPY . . [2021-03-08T22:53:52.971Z] Removing intermediate container f8b30d6c3c8f [2021-03-08T22:53:52.971Z] ---> 4ae6ad402ead [2021-03-08T22:53:52.971Z] Step 8/22 : COPY . . [2021-03-08T22:54:01.203Z] Removing intermediate container 808cec8a6d8e [2021-03-08T22:54:01.203Z] ---> c5b59db4d48f [2021-03-08T22:54:01.203Z] Step 8/22 : COPY . . [2021-03-08T22:54:01.203Z] Removing intermediate container 54a69dfad6b1 [2021-03-08T22:54:01.203Z] ---> 6e21360eca4d [2021-03-08T22:54:01.203Z] Step 8/23 : COPY . . [2021-03-08T22:54:04.531Z] Removing intermediate container a9d11035a0dc [2021-03-08T22:54:04.531Z] ---> 514ea078899d [2021-03-08T22:54:04.531Z] Step 8/26 : COPY . . [2021-03-08T22:54:35.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-08T22:54:36.875Z] ---> ae2f4a666f66 [2021-03-08T22:54:36.875Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-08T22:54:36.875Z] ---> b0965800c441 [2021-03-08T22:54:36.875Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-08T22:54:37.823Z] ---> Running in 6e529d09fa10 [2021-03-08T22:54:37.823Z] ---> Running in c9ebb4dcb386 [2021-03-08T22:54:38.398Z] ---> 873ba090f3db [2021-03-08T22:54:38.398Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-08T22:54:39.349Z] ---> bfab81ad3208 [2021-03-08T22:54:39.349Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-08T22:54:39.623Z] ---> Running in c52d7a59bd2e [2021-03-08T22:54:39.890Z] ---> Running in 254afe989632 [2021-03-08T22:54:39.890Z] ---> f28fe14f18df [2021-03-08T22:54:39.890Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-08T22:54:40.159Z] ---> Running in c714ad388645 [2021-03-08T22:54:40.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-08T22:54:40.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-08T22:54:40.750Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-08T22:54:40.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-08T22:54:40.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-08T22:54:42.661Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-08T22:54:51.154Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-08T22:54:51.154Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-08T22:54:53.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-08T22:54:53.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-08T22:54:53.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-08T22:54:53.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-08T22:54:56.854Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-08T22:54:57.129Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-08T22:55:05.443Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-08T22:55:05.443Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-08T22:55:05.443Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-08T22:55:12.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.353s coverage: 45.9% of statements [2021-03-08T22:55:12.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-08T22:55:12.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-08T22:55:12.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-08T22:55:12.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-08T22:55:12.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-08T22:55:12.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-08T22:55:12.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-08T22:55:12.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements [2021-03-08T22:55:18.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.609s coverage: 27.1% of statements [2021-03-08T22:55:18.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-08T22:55:18.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-08T22:55:18.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-08T22:55:18.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-08T22:55:18.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-08T22:55:18.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-08T22:55:18.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.107s coverage: 100.0% of statements [2021-03-08T22:55:18.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-08T22:55:18.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-03-08T22:55:18.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-08T22:55:18.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-08T22:55:19.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 66.2% of statements [2021-03-08T22:55:19.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-08T22:55:19.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-08T22:55:21.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.728s coverage: 82.4% of statements [2021-03-08T22:55:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-08T22:55:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T22:55:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-08T22:55:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-08T22:55:27.643Z] Removing intermediate container 6e529d09fa10 [2021-03-08T22:55:27.643Z] ---> 366217e68c12 [2021-03-08T22:55:27.643Z] [2021-03-08T22:55:27.643Z] Step 10/31 : FROM alpine:3.12 [2021-03-08T22:55:27.643Z] Removing intermediate container c714ad388645 [2021-03-08T22:55:27.643Z] ---> f8fe9b06f8ea [2021-03-08T22:55:27.643Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-08T22:55:27.643Z] 3.12: Pulling from library/alpine [2021-03-08T22:55:27.643Z] ---> Running in bcef7e7fd46c [2021-03-08T22:55:27.643Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-08T22:55:27.643Z] Status: Downloaded newer image for alpine:3.12 [2021-03-08T22:55:27.643Z] ---> 88dd2752d2ea [2021-03-08T22:55:27.643Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-08T22:55:27.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-08T22:55:27.643Z] ---> Running in eb3f97056188 [2021-03-08T22:55:27.643Z] Removing intermediate container eb3f97056188 [2021-03-08T22:55:27.643Z] ---> 5c548a7c0553 [2021-03-08T22:55:27.643Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-08T22:55:27.643Z] Removing intermediate container 254afe989632 [2021-03-08T22:55:27.643Z] ---> fe29b26a045d [2021-03-08T22:55:27.643Z] [2021-03-08T22:55:27.643Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T22:55:27.643Z] ---> 88dd2752d2ea [2021-03-08T22:55:27.643Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-08T22:55:27.643Z] Removing intermediate container c52d7a59bd2e [2021-03-08T22:55:27.643Z] ---> 47bf9d0b8973 [2021-03-08T22:55:27.643Z] [2021-03-08T22:55:27.643Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T22:55:27.643Z] ---> 88dd2752d2ea [2021-03-08T22:55:27.643Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-08T22:55:27.644Z] Removing intermediate container c9ebb4dcb386 [2021-03-08T22:55:27.644Z] ---> b0fa18662a8b [2021-03-08T22:55:27.644Z] [2021-03-08T22:55:27.644Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T22:55:27.644Z] ---> 88dd2752d2ea [2021-03-08T22:55:27.644Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-08T22:55:27.644Z] ---> Running in c3eb8c6b8533 [2021-03-08T22:55:27.644Z] ---> Running in adf2f33233ea [2021-03-08T22:55:27.644Z] ---> Running in e04904888799 [2021-03-08T22:55:27.644Z] ---> Running in cccd5dcfc0fc [2021-03-08T22:55:27.644Z] Removing intermediate container e04904888799 [2021-03-08T22:55:27.644Z] ---> e8efd228e893 [2021-03-08T22:55:27.644Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-08T22:55:27.644Z] ---> Running in 95b0a3abba10 [2021-03-08T22:55:27.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:27.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:27.644Z] Removing intermediate container 95b0a3abba10 [2021-03-08T22:55:27.644Z] ---> 77a0c35248c1 [2021-03-08T22:55:27.644Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-08T22:55:27.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:27.644Z] ---> Running in a66cd6c68d4d [2021-03-08T22:55:27.644Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-08T22:55:27.644Z] (2/2) Installing su-exec (0.2-r1) [2021-03-08T22:55:27.644Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:55:27.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:27.644Z] OK: 6 MiB in 16 packages [2021-03-08T22:55:27.644Z] Removing intermediate container bcef7e7fd46c [2021-03-08T22:55:27.644Z] ---> a145eb536708 [2021-03-08T22:55:27.644Z] [2021-03-08T22:55:27.644Z] Step 11/26 : FROM docker:20.10.0 [2021-03-08T22:55:27.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:27.644Z] 20.10.0: Pulling from library/docker [2021-03-08T22:55:27.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:27.644Z] Removing intermediate container a66cd6c68d4d [2021-03-08T22:55:27.644Z] ---> 089572255a48 [2021-03-08T22:55:27.644Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:55:27.644Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-08T22:55:27.644Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-08T22:55:27.644Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:55:27.644Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-08T22:55:27.644Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:55:27.644Z] OK: 6 MiB in 15 packages [2021-03-08T22:55:27.644Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T22:55:27.922Z] OK: 6 MiB in 16 packages [2021-03-08T22:55:27.922Z] ---> Running in 0d04b3a74598 [2021-03-08T22:55:28.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.250s coverage: 28.6% of statements [2021-03-08T22:55:28.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-08T22:55:28.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-08T22:55:28.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-08T22:55:28.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-08T22:55:28.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-08T22:55:28.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.235s coverage: 100.0% of statements [2021-03-08T22:55:28.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-08T22:55:28.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-03-08T22:55:28.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-08T22:55:28.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements [2021-03-08T22:55:28.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-08T22:55:28.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements [2021-03-08T22:55:28.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-08T22:55:29.331Z] Removing intermediate container c3eb8c6b8533 [2021-03-08T22:55:29.332Z] ---> fb3a7812b0de [2021-03-08T22:55:29.332Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-08T22:55:29.614Z] ---> Running in 6cd1a849c92e [2021-03-08T22:55:29.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-03-08T22:55:29.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-08T22:55:29.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-08T22:55:29.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-08T22:55:29.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-08T22:55:30.193Z] Removing intermediate container cccd5dcfc0fc [2021-03-08T22:55:30.193Z] ---> a56f379c8202 [2021-03-08T22:55:30.193Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T22:55:30.193Z] Removing intermediate container adf2f33233ea [2021-03-08T22:55:30.193Z] ---> 342b2d0fdf44 [2021-03-08T22:55:30.193Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T22:55:30.459Z] ---> Running in a43a4aacb4e0 [2021-03-08T22:55:30.459Z] Removing intermediate container 6cd1a849c92e [2021-03-08T22:55:30.459Z] ---> b38124301806 [2021-03-08T22:55:30.459Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-08T22:55:30.459Z] ---> Running in 2204f2423a7c [2021-03-08T22:55:30.459Z] ---> Running in aeca08f7dcfb [2021-03-08T22:55:30.724Z] Removing intermediate container a43a4aacb4e0 [2021-03-08T22:55:30.724Z] ---> af3b03dc37b6 [2021-03-08T22:55:30.724Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-08T22:55:30.987Z] Removing intermediate container 2204f2423a7c [2021-03-08T22:55:30.987Z] ---> cd70a3a1ce3d [2021-03-08T22:55:30.987Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-08T22:55:30.987Z] Removing intermediate container aeca08f7dcfb [2021-03-08T22:55:30.987Z] ---> 11804de53448 [2021-03-08T22:55:30.987Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-08T22:55:31.251Z] ---> Running in 871a7a62cbfb [2021-03-08T22:55:31.516Z] Removing intermediate container 0d04b3a74598 [2021-03-08T22:55:31.516Z] ---> 8b2f5a8cd10a [2021-03-08T22:55:31.516Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-08T22:55:31.516Z] ---> Running in 9cdf0e8998c4 [2021-03-08T22:55:31.516Z] ---> Running in e1b326a01a3e [2021-03-08T22:55:31.516Z] ---> Running in 5e4b41122f20 [2021-03-08T22:55:32.464Z] Removing intermediate container 871a7a62cbfb [2021-03-08T22:55:32.464Z] ---> f52dbf01c0c0 [2021-03-08T22:55:32.464Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T22:55:33.416Z] Removing intermediate container 9cdf0e8998c4 [2021-03-08T22:55:33.416Z] ---> 8e8ed5c8d3c1 [2021-03-08T22:55:33.416Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T22:55:33.416Z] ---> Running in 2ff4a863590e [2021-03-08T22:55:33.416Z] ---> Running in 8f980e02e5c0 [2021-03-08T22:55:33.416Z] Removing intermediate container 2ff4a863590e [2021-03-08T22:55:33.416Z] ---> 106efa5d578d [2021-03-08T22:55:33.416Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T22:55:33.680Z] Removing intermediate container 8f980e02e5c0 [2021-03-08T22:55:33.680Z] ---> 7b2cb1bdb9a8 [2021-03-08T22:55:33.680Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T22:55:33.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:33.946Z] ---> 46eb791cbc47 [2021-03-08T22:55:33.946Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-08T22:55:33.946Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-08T22:55:33.946Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-08T22:55:33.946Z] ---> aefe523efa57 [2021-03-08T22:55:33.946Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-08T22:55:33.946Z] ---> 92bc65e59d5b [2021-03-08T22:55:33.946Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-08T22:55:34.223Z] ---> Running in 7cd8bb48c59d [2021-03-08T22:55:34.223Z] Removing intermediate container e1b326a01a3e [2021-03-08T22:55:34.223Z] ---> 354edaa86eda [2021-03-08T22:55:34.223Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-08T22:55:34.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:34.764Z] ---> Running in 464ae4ccf957 [2021-03-08T22:55:34.764Z] ---> 6b22f1ee32f6 [2021-03-08T22:55:34.764Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-08T22:55:34.764Z] ---> 262ad8aa82c4 [2021-03-08T22:55:34.764Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-08T22:55:35.038Z] Removing intermediate container 464ae4ccf957 [2021-03-08T22:55:35.038Z] ---> 88c0efad0eb2 [2021-03-08T22:55:35.038Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-08T22:55:35.038Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-08T22:55:35.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:35.038Z] ---> c05ddd288984 [2021-03-08T22:55:35.038Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-08T22:55:35.038Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-08T22:55:35.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:35.306Z] ---> 4a23ced3a2b7 [2021-03-08T22:55:35.306Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-08T22:55:35.306Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-08T22:55:35.306Z] ---> Running in 7befa5458980 [2021-03-08T22:55:35.306Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-08T22:55:35.306Z] (1/2) Installing readline (8.0.4-r0) [2021-03-08T22:55:35.306Z] (2/2) Installing bash (5.0.17-r0) [2021-03-08T22:55:35.306Z] ---> Running in 4052000b66e1 [2021-03-08T22:55:35.306Z] Executing bash-5.0.17-r0.post-install [2021-03-08T22:55:35.306Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:55:35.306Z] OK: 12 MiB in 22 packages [2021-03-08T22:55:35.570Z] ---> db8032a9c6ac [2021-03-08T22:55:35.570Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-08T22:55:35.570Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-08T22:55:35.570Z] ---> Running in 2a158a70d27f [2021-03-08T22:55:35.570Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-08T22:55:35.839Z] Removing intermediate container 7befa5458980 [2021-03-08T22:55:35.839Z] ---> 3466b8d653be [2021-03-08T22:55:35.839Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T22:55:35.839Z] Removing intermediate container 4052000b66e1 [2021-03-08T22:55:35.839Z] ---> 195f085d1f46 [2021-03-08T22:55:35.839Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T22:55:35.839Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:55:35.839Z] OK: 8 MiB in 20 packages [2021-03-08T22:55:35.839Z] ---> Running in 18e4991a3678 [2021-03-08T22:55:36.108Z] ---> Running in d38b47932d76 [2021-03-08T22:55:36.685Z] Removing intermediate container 18e4991a3678 [2021-03-08T22:55:36.685Z] ---> 1fbf672ac8ab [2021-03-08T22:55:36.685Z] Step 20/22 : LABEL arch=x86_64 [2021-03-08T22:55:36.685Z] Removing intermediate container 7cd8bb48c59d [2021-03-08T22:55:36.685Z] ---> f80c6a36592d [2021-03-08T22:55:36.685Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-08T22:55:36.685Z] Removing intermediate container d38b47932d76 [2021-03-08T22:55:36.685Z] ---> 793559df76f1 [2021-03-08T22:55:36.685Z] Step 20/22 : LABEL arch=x86_64 [2021-03-08T22:55:36.951Z] ---> Running in 9aae0fcd02c8 [2021-03-08T22:55:36.951Z] ---> Running in 8b59c1184c5c [2021-03-08T22:55:36.951Z] ---> Running in bbb83ee4d3f1 [2021-03-08T22:55:36.951Z] Removing intermediate container 5e4b41122f20 [2021-03-08T22:55:36.951Z] ---> debc8a3b1e8f [2021-03-08T22:55:36.951Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T22:55:37.214Z] Removing intermediate container 9aae0fcd02c8 [2021-03-08T22:55:37.214Z] ---> 9e14060b589e [2021-03-08T22:55:37.214Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-08T22:55:37.214Z] Removing intermediate container bbb83ee4d3f1 [2021-03-08T22:55:37.214Z] ---> f6bbde5a7d5b [2021-03-08T22:55:37.214Z] Step 21/22 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:55:37.214Z] Removing intermediate container 8b59c1184c5c [2021-03-08T22:55:37.214Z] ---> 08be499e6540 [2021-03-08T22:55:37.214Z] Step 21/22 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:55:37.477Z] ---> Running in 15a223e261c6 [2021-03-08T22:55:37.477Z] ---> Running in 95aaa3c35b02 [2021-03-08T22:55:37.477Z] ---> Running in d30ff3e5ee09 [2021-03-08T22:55:37.477Z] ---> b23b0695560b [2021-03-08T22:55:37.477Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-08T22:55:37.778Z] Removing intermediate container 95aaa3c35b02 [2021-03-08T22:55:37.778Z] ---> 2b9262849583 [2021-03-08T22:55:37.778Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-08T22:55:37.778Z] Removing intermediate container 15a223e261c6 [2021-03-08T22:55:37.778Z] ---> 1e2cf267f28d [2021-03-08T22:55:37.778Z] Step 22/22 : LABEL version=0.0.0 [2021-03-08T22:55:38.083Z] Removing intermediate container 2a158a70d27f [2021-03-08T22:55:38.083Z] ---> 0126b28291b3 [2021-03-08T22:55:38.083Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T22:55:38.083Z] Removing intermediate container d30ff3e5ee09 [2021-03-08T22:55:38.083Z] ---> 1c539347de62 [2021-03-08T22:55:38.083Z] Step 22/22 : LABEL version=0.0.0 [2021-03-08T22:55:38.083Z] ---> Running in d97c03d80575 [2021-03-08T22:55:38.083Z] ---> Running in 661a752625d5 [2021-03-08T22:55:38.083Z] ---> Running in 3b11b9ef273a [2021-03-08T22:55:38.433Z] ---> 11f99856919d [2021-03-08T22:55:38.433Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-08T22:55:38.433Z] ---> 71b7b2fde76f [2021-03-08T22:55:38.433Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-08T22:55:38.433Z] Removing intermediate container d97c03d80575 [2021-03-08T22:55:38.433Z] ---> b4ffe02efb81 [2021-03-08T22:55:38.433Z] [2021-03-08T22:55:38.433Z] Removing intermediate container 661a752625d5 [2021-03-08T22:55:38.433Z] ---> f8ddbb3786e6 [2021-03-08T22:55:38.433Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-08T22:55:38.780Z] Removing intermediate container 3b11b9ef273a [2021-03-08T22:55:38.780Z] ---> e13384b6de13 [2021-03-08T22:55:38.780Z] [2021-03-08T22:55:38.780Z] ---> 68f5b03b3fea [2021-03-08T22:55:38.780Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-08T22:55:38.780Z] Successfully built b4ffe02efb81 [2021-03-08T22:55:38.780Z] Successfully tagged docker-support-notifications-go:latest [2021-03-08T22:55:38.780Z] Building docker-core-command-go [2021-03-08T22:55:39.045Z]  Building docker-support-notifications-go ... done  ---> Running in ccf6e935ed6e [2021-03-08T22:55:39.045Z] Successfully built e13384b6de13 [2021-03-08T22:55:39.045Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-08T22:55:39.045Z] Building docker-security-secretstore-setup-go [2021-03-08T22:55:39.317Z]  Building docker-support-scheduler-go ... done  ---> 3e00b1349da6 [2021-03-08T22:55:39.317Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-08T22:55:39.317Z] ---> de107a795646 [2021-03-08T22:55:39.317Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-08T22:55:39.317Z] Removing intermediate container ccf6e935ed6e [2021-03-08T22:55:39.317Z] ---> 910c5f258068 [2021-03-08T22:55:39.317Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T22:55:39.587Z] ---> Running in b37790ce1e38 [2021-03-08T22:55:39.587Z] ---> cdbeceff656c [2021-03-08T22:55:39.587Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-08T22:55:39.587Z] ---> 0c6d0238251a [2021-03-08T22:55:39.587Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-08T22:55:39.587Z] Removing intermediate container b37790ce1e38 [2021-03-08T22:55:39.587Z] ---> d26761b5afbb [2021-03-08T22:55:39.587Z] Step 21/23 : LABEL arch=x86_64 [2021-03-08T22:55:39.856Z] ---> Running in f58458c47036 [2021-03-08T22:55:40.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.227s coverage: 92.8% of statements [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-08T22:55:40.083Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-08T22:55:40.083Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.235s coverage: 0.1% of statements [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-08T22:55:40.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-08T22:55:40.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2021-03-08T22:55:40.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.067s coverage: 79.5% of statements [2021-03-08T22:55:40.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-03-08T22:55:40.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-03-08T22:55:40.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-03-08T22:55:43.174Z] ---> d68872f8ea3b [2021-03-08T22:55:43.174Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-08T22:55:45.104Z] Removing intermediate container f58458c47036 [2021-03-08T22:55:45.104Z] ---> 0bdaa61c26fc [2021-03-08T22:55:45.104Z] Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:55:45.376Z] ---> 6a687e0a8334 [2021-03-08T22:55:45.376Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-08T22:55:47.307Z] ---> a20d2964aeed [2021-03-08T22:55:47.307Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-08T22:55:47.307Z] ---> Running in 920eea49a4bd [2021-03-08T22:55:47.307Z] ---> Running in 7efa284b3535 [2021-03-08T22:55:47.571Z] ---> Running in 6b05a2847cb7 [2021-03-08T22:55:47.838Z] Removing intermediate container 920eea49a4bd [2021-03-08T22:55:47.838Z] ---> f00675356b77 [2021-03-08T22:55:47.838Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T22:55:47.838Z] ---> Running in f9a48f0ec3e6 [2021-03-08T22:55:49.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:50.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:55:50.055Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-08T22:55:50.055Z] (2/33) Installing expat (2.2.9-r1) [2021-03-08T22:55:50.055Z] (3/33) Installing libffi (3.3-r2) [2021-03-08T22:55:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2021-03-08T22:55:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-03-08T22:55:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.154s coverage: 81.4% of statements [2021-03-08T22:55:50.319Z] (4/33) Installing gdbm (1.13-r1) [2021-03-08T22:55:50.319Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-08T22:55:50.319Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-08T22:55:50.319Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-08T22:55:50.319Z] Removing intermediate container 6b05a2847cb7 [2021-03-08T22:55:50.319Z] ---> c386ddad5977 [2021-03-08T22:55:50.319Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-08T22:55:56.957Z] Removing intermediate container f9a48f0ec3e6 [2021-03-08T22:55:56.957Z] ---> 7623862a6021 [2021-03-08T22:55:56.957Z] [2021-03-08T22:55:58.379Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-08T22:55:58.379Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-08T22:55:58.379Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-08T22:55:58.379Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-08T22:55:58.379Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-08T22:55:58.379Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-08T22:55:58.648Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-08T22:55:58.648Z] Successfully built 7623862a6021 [2021-03-08T22:55:58.648Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-08T22:55:59.223Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-08T22:55:59.485Z] Successfully tagged docker-core-data-go:latest [2021-03-08T22:55:59.485Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-03-08T22:55:59.756Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-08T22:56:00.345Z] ---> 4ef0d483e1df [2021-03-08T22:56:00.345Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-08T22:56:00.345Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-08T22:56:00.345Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-08T22:56:00.920Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-08T22:56:01.185Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-08T22:56:01.762Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T22:56:01.762Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T22:56:01.762Z] ---> 325cb1e41137 [2021-03-08T22:56:01.762Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T22:56:01.762Z] ---> Using cache [2021-03-08T22:56:01.762Z] ---> ef6d3e881684 [2021-03-08T22:56:01.762Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:56:01.762Z] ---> Using cache [2021-03-08T22:56:01.762Z] ---> 4f0dc84333d5 [2021-03-08T22:56:01.762Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T22:56:02.710Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-08T22:56:02.975Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T22:56:02.975Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-08T22:56:02.975Z] ---> 325cb1e41137 [2021-03-08T22:56:02.975Z] Step 3/24 : WORKDIR /edgex-go [2021-03-08T22:56:02.975Z] ---> Using cache [2021-03-08T22:56:02.975Z] ---> ef6d3e881684 [2021-03-08T22:56:02.975Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:56:02.975Z] ---> Using cache [2021-03-08T22:56:02.975Z] ---> 4f0dc84333d5 [2021-03-08T22:56:02.975Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-08T22:56:04.902Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-08T22:56:05.860Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-08T22:56:06.437Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-08T22:56:07.014Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-08T22:56:07.963Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-08T22:56:07.963Z] ---> Running in 4d27fb875a6b [2021-03-08T22:56:07.963Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-08T22:56:07.963Z] ---> Running in 1071c27dc077 [2021-03-08T22:56:07.963Z] ---> Running in 1aa1d8c59472 [2021-03-08T22:56:07.963Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-08T22:56:07.963Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-08T22:56:07.963Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-08T22:56:07.963Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-08T22:56:07.963Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-08T22:56:07.963Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:56:07.963Z] OK: 71 MiB in 55 packages [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.6% of statements [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.6% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.522s coverage: 62.4% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.865s coverage: 69.0% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 38.4% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-08T22:56:08.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements [2021-03-08T22:56:08.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-08T22:56:08.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-03-08T22:56:10.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:56:10.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:56:11.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:56:11.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:56:11.784Z] OK: 233 MiB in 51 packages [2021-03-08T22:56:12.054Z] OK: 233 MiB in 51 packages [2021-03-08T22:56:14.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-08T22:56:14.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.128s coverage: 100.0% of statements [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-08T22:56:14.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-08T22:56:14.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.480s coverage: 87.8% of statements [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T22:56:14.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-08T22:56:14.623Z] Removing intermediate container 4d27fb875a6b [2021-03-08T22:56:14.623Z] ---> 4aafc6883195 [2021-03-08T22:56:14.623Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-08T22:56:16.029Z] Removing intermediate container 1071c27dc077 [2021-03-08T22:56:16.030Z] ---> 5b6effba0fab [2021-03-08T22:56:16.030Z] Step 6/23 : COPY go.mod . [2021-03-08T22:56:17.421Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T22:56:17.421Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-08T22:56:17.421Z] ---> 325cb1e41137 [2021-03-08T22:56:17.421Z] Step 3/21 : WORKDIR /edgex-go [2021-03-08T22:56:17.421Z] ---> Using cache [2021-03-08T22:56:17.421Z] ---> ef6d3e881684 [2021-03-08T22:56:17.421Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:56:17.421Z] ---> Using cache [2021-03-08T22:56:17.421Z] ---> 4f0dc84333d5 [2021-03-08T22:56:17.421Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-08T22:56:17.421Z] ---> Using cache [2021-03-08T22:56:17.421Z] ---> c934ef919572 [2021-03-08T22:56:17.421Z] Step 6/21 : COPY go.mod . [2021-03-08T22:56:17.685Z] ---> Running in 310668d381a3 [2021-03-08T22:56:17.685Z] Removing intermediate container 1aa1d8c59472 [2021-03-08T22:56:17.685Z] ---> c934ef919572 [2021-03-08T22:56:17.685Z] Step 6/24 : COPY go.mod . [2021-03-08T22:56:18.634Z] ---> 12bb2029e763 [2021-03-08T22:56:18.634Z] Step 7/23 : RUN go mod download [2021-03-08T22:56:18.897Z] ---> 131796e1bedc [2021-03-08T22:56:18.897Z] Step 7/21 : RUN go mod download [2021-03-08T22:56:20.298Z] ---> Running in 933390a9129f [2021-03-08T22:56:20.561Z] ---> 702529ec8433 [2021-03-08T22:56:20.561Z] Step 7/24 : RUN go mod download [2021-03-08T22:56:20.561Z] ---> Running in fa56f71b48f6 [2021-03-08T22:56:21.137Z] Removing intermediate container 310668d381a3 [2021-03-08T22:56:21.137Z] ---> e4ebeb8ad63e [2021-03-08T22:56:21.137Z] Step 28/31 : CMD ["gate"] [2021-03-08T22:56:22.088Z] ---> Running in a1c905945a3c [2021-03-08T22:56:22.088Z] ---> Running in 30cdf765aaf7 [2021-03-08T22:56:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.094s coverage: 29.1% of statements [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-08T22:56:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-08T22:56:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-08T22:56:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.228s coverage: 95.6% of statements [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-08T22:56:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.063s coverage: 0.0% of statements [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-08T22:56:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-08T22:56:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-08T22:56:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-08T22:56:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-08T22:56:22.672Z] Removing intermediate container 7efa284b3535 [2021-03-08T22:56:22.672Z] ---> bdec5121dce5 [2021-03-08T22:56:22.672Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-08T22:56:22.672Z] Removing intermediate container 30cdf765aaf7 [2021-03-08T22:56:22.672Z] ---> 66c94541a992 [2021-03-08T22:56:22.672Z] Step 29/31 : LABEL arch=x86_64 [2021-03-08T22:56:22.672Z] ---> Running in 482d518657a6 [2021-03-08T22:56:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-03-08T22:56:22.941Z] ---> Running in 2202a13d265c [2021-03-08T22:56:22.941Z] Removing intermediate container 2202a13d265c [2021-03-08T22:56:22.941Z] ---> 39b22ffa1064 [2021-03-08T22:56:22.941Z] Step 30/31 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:56:23.205Z] ---> Running in c3ad9fb58b5a [2021-03-08T22:56:23.476Z] Removing intermediate container c3ad9fb58b5a [2021-03-08T22:56:23.476Z] ---> eb9b98d0e114 [2021-03-08T22:56:23.476Z] Step 31/31 : LABEL version=0.0.0 [2021-03-08T22:56:23.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-08T22:56:24.050Z] ---> Running in 81bed544615f [2021-03-08T22:56:24.314Z] Removing intermediate container 81bed544615f [2021-03-08T22:56:24.314Z] ---> 0dbebeceabe4 [2021-03-08T22:56:24.314Z] [2021-03-08T22:56:24.582Z] Successfully built 0dbebeceabe4 [2021-03-08T22:56:24.582Z] Removing intermediate container 933390a9129f [2021-03-08T22:56:24.582Z] ---> a9e0211e5ffa [2021-03-08T22:56:24.582Z] Step 8/23 : COPY . . [2021-03-08T22:56:24.582Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-08T22:56:24.582Z] Building docker-core-metadata-go [2021-03-08T22:56:24.582Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container fa56f71b48f6 [2021-03-08T22:56:24.582Z] ---> 0c15e08f479f [2021-03-08T22:56:24.582Z] Step 8/21 : COPY . . [2021-03-08T22:56:24.847Z] Removing intermediate container a1c905945a3c [2021-03-08T22:56:24.847Z] ---> 7ba34e98b732 [2021-03-08T22:56:24.847Z] Step 8/24 : COPY . . [2021-03-08T22:56:24.847Z] Collecting docker-compose==1.23.2 [2021-03-08T22:56:24.847Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-08T22:56:24.858Z] GO111MODULE=on go vet ./... [2021-03-08T22:56:25.110Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-08T22:56:25.110Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-08T22:56:30.450Z] Collecting cached-property<2,>=1.2.0 [2021-03-08T22:56:30.450Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-08T22:56:30.450Z] Collecting docopt<0.7,>=0.6.1 [2021-03-08T22:56:30.450Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-08T22:56:35.814Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-08T22:56:35.814Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-08T22:56:36.082Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-08T22:56:36.376Z] Collecting texttable<0.10,>=0.9.0 [2021-03-08T22:56:36.376Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-08T22:56:38.339Z] Collecting PyYAML<4,>=3.10 [2021-03-08T22:56:38.339Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-08T22:56:43.685Z] Collecting jsonschema<3,>=2.5.1 [2021-03-08T22:56:43.685Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-08T22:56:43.685Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-08T22:56:43.685Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-08T22:56:45.097Z] Collecting docker<4.0,>=3.6.0 [2021-03-08T22:56:45.097Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-08T22:56:46.060Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-08T22:56:46.334Z] Collecting idna<2.8,>=2.5 [2021-03-08T22:56:46.334Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-08T22:56:46.598Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-08T22:56:46.598Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-08T22:56:46.864Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-08T22:56:46.864Z] Collecting docker-pycreds>=0.4.0 [2021-03-08T22:56:46.864Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-08T22:56:46.864Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-08T22:56:46.864Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-08T22:56:46.864Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-08T22:56:46.864Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-08T22:56:47.140Z] Installing collected packages: dockerpty, cached-property, docopt, idna, urllib3, requests, texttable, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, docker-compose [2021-03-08T22:56:47.140Z] Running setup.py install for dockerpty: started [2021-03-08T22:56:51.402Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-08T22:56:52.815Z] Running setup.py install for docopt: started [2021-03-08T22:56:53.399Z] Running setup.py install for docopt: finished with status 'done' [2021-03-08T22:56:53.399Z] Attempting uninstall: idna [2021-03-08T22:56:53.399Z] Found existing installation: idna 2.9 [2021-03-08T22:56:53.667Z] Uninstalling idna-2.9: [2021-03-08T22:56:53.932Z] Successfully uninstalled idna-2.9 [2021-03-08T22:56:54.200Z] Attempting uninstall: urllib3 [2021-03-08T22:56:54.200Z] Found existing installation: urllib3 1.25.9 [2021-03-08T22:56:54.200Z] Uninstalling urllib3-1.25.9: [2021-03-08T22:56:56.768Z] Successfully uninstalled urllib3-1.25.9 [2021-03-08T22:56:58.214Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T22:56:58.214Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T22:56:58.214Z] ---> 325cb1e41137 [2021-03-08T22:56:58.214Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T22:56:58.214Z] ---> Using cache [2021-03-08T22:56:58.214Z] ---> ef6d3e881684 [2021-03-08T22:56:58.214Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T22:56:58.214Z] ---> Using cache [2021-03-08T22:56:58.214Z] ---> 4f0dc84333d5 [2021-03-08T22:56:58.214Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T22:56:58.214Z] ---> Using cache [2021-03-08T22:56:58.214Z] ---> c934ef919572 [2021-03-08T22:56:58.214Z] Step 6/23 : COPY go.mod . [2021-03-08T22:56:58.214Z] ---> Using cache [2021-03-08T22:56:58.214Z] ---> 702529ec8433 [2021-03-08T22:56:58.214Z] Step 7/23 : RUN go mod download [2021-03-08T22:56:58.214Z] ---> Using cache [2021-03-08T22:56:58.214Z] ---> 7ba34e98b732 [2021-03-08T22:56:58.214Z] Step 8/23 : COPY . . [2021-03-08T22:56:58.214Z] Attempting uninstall: requests [2021-03-08T22:56:58.214Z] Found existing installation: requests 2.23.0 [2021-03-08T22:56:58.214Z] Uninstalling requests-2.23.0: [2021-03-08T22:56:59.400Z] Successfully uninstalled requests-2.23.0 [2021-03-08T22:57:02.148Z] Running setup.py install for texttable: started [2021-03-08T22:57:04.075Z] Running setup.py install for texttable: finished with status 'done' [2021-03-08T22:57:04.652Z] Running setup.py install for PyYAML: started [2021-03-08T22:57:06.046Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-08T22:57:08.032Z] ---> 799a02c163bb [2021-03-08T22:57:08.032Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-08T22:57:08.309Z] ---> df15adc1f465 [2021-03-08T22:57:08.309Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-08T22:57:08.309Z] ---> 8a4e1d3fb4ec [2021-03-08T22:57:08.309Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-08T22:57:09.288Z] ---> Running in 80b9aa3a7d1a [2021-03-08T22:57:09.555Z] ---> Running in db5d41ff5326 [2021-03-08T22:57:09.555Z] ---> Running in 4f118ee2636d [2021-03-08T22:57:09.818Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-08T22:57:15.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-08T22:57:15.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-08T22:57:15.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-08T22:57:18.523Z] Removing intermediate container 482d518657a6 [2021-03-08T22:57:18.523Z] ---> 89e768d739c6 [2021-03-08T22:57:18.523Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-08T22:57:20.472Z] ---> Running in c998eb3ff589 [2021-03-08T22:57:21.433Z] ---> b5974021adf8 [2021-03-08T22:57:21.433Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-08T22:57:21.710Z] ---> Running in dcf95233cb66 [2021-03-08T22:57:22.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:57:22.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:57:22.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-08T22:57:22.942Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T22:57:22.942Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-08T22:57:22.942Z] (3/3) Installing curl (7.69.1-r3) [2021-03-08T22:57:22.942Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:57:22.942Z] OK: 72 MiB in 58 packages [2021-03-08T22:57:24.392Z] Removing intermediate container c998eb3ff589 [2021-03-08T22:57:24.392Z] ---> 4b71b314639b [2021-03-08T22:57:24.392Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-08T22:57:24.392Z] ---> Running in 80924a9b86b6 [2021-03-08T22:57:24.979Z] Removing intermediate container 80924a9b86b6 [2021-03-08T22:57:24.979Z] ---> c2557c18fc0b [2021-03-08T22:57:24.979Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T22:57:24.979Z] ---> Running in 7a76f60b7b7b [2021-03-08T22:57:25.246Z] Removing intermediate container 7a76f60b7b7b [2021-03-08T22:57:25.246Z] ---> deea369cfa71 [2021-03-08T22:57:25.246Z] Step 24/26 : LABEL arch=x86_64 [2021-03-08T22:57:25.516Z] ---> Running in ac68ff006a1a [2021-03-08T22:57:25.785Z] Removing intermediate container ac68ff006a1a [2021-03-08T22:57:25.785Z] ---> 617d07393156 [2021-03-08T22:57:25.785Z] Step 25/26 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:57:25.785Z] ---> Running in cc1be79c6574 [2021-03-08T22:57:26.371Z] Removing intermediate container cc1be79c6574 [2021-03-08T22:57:26.371Z] ---> 2091e18d1e30 [2021-03-08T22:57:26.371Z] Step 26/26 : LABEL version=0.0.0 [2021-03-08T22:57:26.371Z] ---> Running in 5fe669ce8a02 [2021-03-08T22:57:26.650Z] Removing intermediate container 5fe669ce8a02 [2021-03-08T22:57:26.650Z] ---> cf8cd8c9f2e6 [2021-03-08T22:57:26.650Z] [2021-03-08T22:57:26.918Z] Successfully built cf8cd8c9f2e6 [2021-03-08T22:57:26.918Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-08T22:57:39.245Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-08T22:57:39.830Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-08T22:57:46.515Z] Removing intermediate container db5d41ff5326 [2021-03-08T22:57:46.515Z] ---> e512e9ec438e [2021-03-08T22:57:46.515Z] [2021-03-08T22:57:46.515Z] Step 10/24 : FROM alpine:3.12 [2021-03-08T22:57:46.681Z] gofmt -l . [2021-03-08T22:57:46.681Z] [ "`gofmt -l .`" = "" ] [2021-03-08T22:57:46.681Z] ./bin/test-go-mod-tidy.sh [2021-03-08T22:57:46.681Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-08T22:57:47.344Z] + ls -al . [2021-03-08T22:57:47.344Z] total 764 [2021-03-08T22:57:47.344Z] drwxrwxr-x 9 1001 1001 4096 Mar 8 22:57 . [2021-03-08T22:57:47.344Z] drwxr-xr-x 4 root root 4096 Mar 8 22:53 .. [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 11 Mar 8 22:51 .dockerignore [2021-03-08T22:57:47.344Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 22:52 .git [2021-03-08T22:57:47.344Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 22:51 .github [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 818 Mar 8 22:51 .gitignore [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 22:51 .sonarcloud.properties [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 8475 Mar 8 22:51 Attribution.txt [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 22:51 CONTRIBUTING.md [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 931 Mar 8 22:51 Dockerfile.build [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 863 Mar 8 22:51 Jenkinsfile [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 22:51 LICENSE [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 5774 Mar 8 22:51 Makefile [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 6524 Mar 8 22:51 README.md [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 6755 Mar 8 22:51 SECURITY.md [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 5 Mar 8 22:49 VERSION [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 4131 Mar 8 22:51 ZMQWindows.md [2021-03-08T22:57:47.344Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 22:51 bin [2021-03-08T22:57:47.344Z] drwxrwxr-x 14 1001 1001 4096 Mar 8 22:51 cmd [2021-03-08T22:57:47.344Z] -rw-r--r-- 1 root root 622934 Mar 8 22:56 coverage.out [2021-03-08T22:57:47.344Z] -rw-r--r-- 1 root root 1055 Mar 8 22:57 go.mod [2021-03-08T22:57:47.344Z] -rw-r--r-- 1 root root 21699 Mar 8 22:57 go.sum [2021-03-08T22:57:47.344Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 22:51 internal [2021-03-08T22:57:47.344Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 22:51 openapi [2021-03-08T22:57:47.344Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 22:51 snap [2021-03-08T22:57:47.344Z] -rw-rw-r-- 1 1001 1001 168 Mar 8 22:51 version.go [Pipeline] sh [2021-03-08T22:57:47.920Z] ---> 88dd2752d2ea [2021-03-08T22:57:47.920Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-08T22:57:48.048Z] + '[' -e coverage.out ] [2021-03-08T22:57:48.048Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-08T22:57:48.130Z] Warning: overwriting stash ‘coverage-report’ [2021-03-08T22:57:49.328Z] Removing intermediate container 80b9aa3a7d1a [2021-03-08T22:57:49.328Z] ---> a37cad490b87 [2021-03-08T22:57:49.328Z] [2021-03-08T22:57:49.328Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T22:57:49.328Z] ---> 88dd2752d2ea [2021-03-08T22:57:49.328Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T22:57:49.328Z] ---> Using cache [2021-03-08T22:57:49.328Z] ---> a56f379c8202 [2021-03-08T22:57:49.329Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T22:57:49.329Z] Removing intermediate container 4f118ee2636d [2021-03-08T22:57:49.329Z] ---> 972f4c3c841b [2021-03-08T22:57:49.329Z] [2021-03-08T22:57:49.329Z] Step 10/21 : FROM alpine:3.12 [2021-03-08T22:57:49.329Z] ---> Using cache [2021-03-08T22:57:49.329Z] ---> af3b03dc37b6 [2021-03-08T22:57:49.329Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-08T22:57:49.329Z] ---> 88dd2752d2ea [2021-03-08T22:57:49.329Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-08T22:57:49.329Z] ---> Running in 041a5c70695a [2021-03-08T22:57:49.329Z] ---> Running in 5fa477bc92e6 [2021-03-08T22:57:49.329Z] ---> Running in ac46f811a05c [2021-03-08T22:57:49.375Z] Stashed 1 file(s) [Pipeline] sh [2021-03-08T22:57:49.605Z] Removing intermediate container 5fa477bc92e6 [2021-03-08T22:57:49.605Z] ---> c82e6f85530d [2021-03-08T22:57:49.605Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T22:57:49.895Z] ---> Running in 0358a7ff03c7 [2021-03-08T22:57:49.895Z] Removing intermediate container 0358a7ff03c7 [2021-03-08T22:57:49.895Z] ---> 16327790ff06 [2021-03-08T22:57:49.895Z] Step 15/23 : WORKDIR / [2021-03-08T22:57:50.073Z] + make build [2021-03-08T22:57:50.073Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-08T22:57:50.165Z] ---> Running in b7ef22db705f [2021-03-08T22:57:50.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:57:50.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:57:50.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T22:57:50.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T22:57:50.437Z] Removing intermediate container b7ef22db705f [2021-03-08T22:57:50.437Z] ---> 925d742e69ac [2021-03-08T22:57:50.437Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T22:57:50.437Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-08T22:57:50.437Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T22:57:50.437Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-08T22:57:50.437Z] (4/5) Installing curl (7.69.1-r3) [2021-03-08T22:57:50.437Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-08T22:57:50.437Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:57:50.437Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-08T22:57:50.437Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T22:57:50.437Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-08T22:57:50.437Z] (4/4) Installing curl (7.69.1-r3) [2021-03-08T22:57:50.437Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T22:57:50.437Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T22:57:50.437Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T22:57:50.704Z] OK: 7 MiB in 18 packages [2021-03-08T22:57:50.704Z] OK: 7 MiB in 19 packages [2021-03-08T22:57:50.971Z] ---> a5f5561e174f [2021-03-08T22:57:50.971Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-08T22:57:54.325Z] ---> abc2a8264d1a [2021-03-08T22:57:54.325Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-08T22:57:54.325Z] Removing intermediate container 041a5c70695a [2021-03-08T22:57:54.325Z] ---> beb933891a82 [2021-03-08T22:57:54.325Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T22:57:54.325Z] Removing intermediate container ac46f811a05c [2021-03-08T22:57:54.325Z] ---> fd2c03bb61f8 [2021-03-08T22:57:54.325Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T22:57:54.902Z] ---> Running in 1ed04068ef28 [2021-03-08T22:57:54.902Z] ---> Running in 1203249a00ac [2021-03-08T22:57:55.164Z] Removing intermediate container dcf95233cb66 [2021-03-08T22:57:55.164Z] ---> ffab72000175 [2021-03-08T22:57:55.164Z] [2021-03-08T22:57:55.164Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T22:57:55.164Z] ---> 88dd2752d2ea [2021-03-08T22:57:55.164Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T22:57:55.164Z] ---> Using cache [2021-03-08T22:57:55.164Z] ---> a56f379c8202 [2021-03-08T22:57:55.164Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T22:57:55.164Z] ---> Using cache [2021-03-08T22:57:55.164Z] ---> af3b03dc37b6 [2021-03-08T22:57:55.164Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-08T22:57:55.428Z] ---> f4bab257c9e8 [2021-03-08T22:57:55.428Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-08T22:57:55.428Z] ---> Running in 1b185c745d4a [2021-03-08T22:57:55.428Z] ---> Running in af41cf63c89b [2021-03-08T22:57:55.428Z] Removing intermediate container 1203249a00ac [2021-03-08T22:57:55.428Z] ---> 9fad751d876a [2021-03-08T22:57:55.428Z] Step 13/21 : WORKDIR /edgex [2021-03-08T22:57:55.690Z] Removing intermediate container 1ed04068ef28 [2021-03-08T22:57:55.690Z] ---> 8e2d317cd9db [2021-03-08T22:57:55.690Z] Step 13/24 : WORKDIR / [2021-03-08T22:57:55.690Z] ---> Running in d465f011d94a [2021-03-08T22:57:55.690Z] ---> Running in a60326dbab99 [2021-03-08T22:57:55.690Z] Removing intermediate container 1b185c745d4a [2021-03-08T22:57:55.690Z] ---> 296c29a1a557 [2021-03-08T22:57:55.690Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T22:57:55.959Z] Removing intermediate container af41cf63c89b [2021-03-08T22:57:55.959Z] ---> cc0b3da9f7be [2021-03-08T22:57:55.959Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T22:57:55.959Z] ---> Running in 3285eae1225e [2021-03-08T22:57:55.959Z] ---> Running in 736da9ca325c [2021-03-08T22:57:56.221Z] Removing intermediate container d465f011d94a [2021-03-08T22:57:56.221Z] ---> 43b6bd739e06 [2021-03-08T22:57:56.221Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-08T22:57:56.221Z] Removing intermediate container a60326dbab99 [2021-03-08T22:57:56.221Z] ---> b7e6cc7201f3 [2021-03-08T22:57:56.221Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-08T22:57:56.221Z] Removing intermediate container 3285eae1225e [2021-03-08T22:57:56.221Z] ---> b093d96fe285 [2021-03-08T22:57:56.221Z] Step 15/23 : WORKDIR / [2021-03-08T22:57:56.486Z] ---> Running in 41a75295b6f3 [2021-03-08T22:57:56.486Z] Removing intermediate container 736da9ca325c [2021-03-08T22:57:56.486Z] ---> 5bdafaf94a8c [2021-03-08T22:57:56.486Z] Step 21/23 : LABEL arch=x86_64 [2021-03-08T22:57:56.486Z] ---> 8a045c00d818 [2021-03-08T22:57:56.486Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-08T22:57:56.486Z] ---> 7b3a04a0dc3e [2021-03-08T22:57:56.486Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-08T22:57:56.752Z] ---> Running in 4360c6f5a965 [2021-03-08T22:57:56.752Z] Removing intermediate container 41a75295b6f3 [2021-03-08T22:57:56.752Z] ---> 774c8b74c57d [2021-03-08T22:57:56.752Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T22:57:57.015Z] Removing intermediate container 4360c6f5a965 [2021-03-08T22:57:57.015Z] ---> ce5adef865bf [2021-03-08T22:57:57.015Z] Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:57:57.015Z] ---> 3ac02392ab25 [2021-03-08T22:57:57.015Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-08T22:57:57.597Z] ---> debf0686ba5c [2021-03-08T22:57:57.597Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-08T22:57:57.597Z] ---> Running in 8e1866e137e7 [2021-03-08T22:57:57.597Z] ---> ac303758be3d [2021-03-08T22:57:57.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-08T22:57:57.597Z] ---> 27e01cafc08e [2021-03-08T22:57:57.597Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-08T22:57:57.861Z] Removing intermediate container 8e1866e137e7 [2021-03-08T22:57:57.861Z] ---> 50dcb589b4bf [2021-03-08T22:57:57.861Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T22:57:57.861Z] ---> Running in ec4b118ca0c3 [2021-03-08T22:57:58.126Z] ---> 8a5ceedc3bb5 [2021-03-08T22:57:58.126Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-08T22:57:58.126Z] ---> Running in 2800fe6c80c2 [2021-03-08T22:57:58.394Z] ---> c839b9c29f30 [2021-03-08T22:57:58.394Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-08T22:57:58.394Z] ---> 40d135c8a2c3 [2021-03-08T22:57:58.394Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-08T22:57:58.394Z] Removing intermediate container ec4b118ca0c3 [2021-03-08T22:57:58.394Z] ---> 034b2e734aaf [2021-03-08T22:57:58.394Z] [2021-03-08T22:57:58.394Z] Removing intermediate container 2800fe6c80c2 [2021-03-08T22:57:58.394Z] ---> d34a44842869 [2021-03-08T22:57:58.394Z] Step 18/21 : CMD ["--init=true"] [2021-03-08T22:57:58.658Z] Successfully built 034b2e734aaf [2021-03-08T22:57:59.243Z] Successfully tagged docker-core-command-go:latest [2021-03-08T22:57:59.243Z]  Building docker-core-command-go ... done  ---> Running in 678849861fd6 [2021-03-08T22:57:59.506Z] ---> 22d26ef06d12 [2021-03-08T22:57:59.506Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-08T22:57:59.506Z] ---> e53e992b3dce [2021-03-08T22:57:59.506Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-08T22:57:59.506Z] ---> Running in d7449d2b5a33 [2021-03-08T22:57:59.506Z] Removing intermediate container 678849861fd6 [2021-03-08T22:57:59.506Z] ---> a6fc36ffadbf [2021-03-08T22:57:59.506Z] Step 19/21 : LABEL arch=x86_64 [2021-03-08T22:57:59.767Z] ---> Running in edd667fdd8bc [2021-03-08T22:57:59.768Z] Removing intermediate container d7449d2b5a33 [2021-03-08T22:57:59.768Z] ---> a01c74676495 [2021-03-08T22:57:59.768Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T22:57:59.768Z] ---> cb792005d375 [2021-03-08T22:57:59.768Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-08T22:58:00.029Z] ---> Running in fccbff2f1f78 [2021-03-08T22:58:00.029Z] ---> Running in 40506496955a [2021-03-08T22:58:00.029Z] Removing intermediate container edd667fdd8bc [2021-03-08T22:58:00.029Z] ---> 278599b83fec [2021-03-08T22:58:00.029Z] Step 20/21 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:58:00.298Z] ---> Running in cc82d13498b0 [2021-03-08T22:58:00.298Z] Removing intermediate container fccbff2f1f78 [2021-03-08T22:58:00.298Z] ---> e66ea15d7deb [2021-03-08T22:58:00.298Z] Step 21/23 : LABEL arch=x86_64 [2021-03-08T22:58:00.298Z] ---> Running in d4fe659dbb1b [2021-03-08T22:58:00.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-08T22:58:00.567Z] Removing intermediate container cc82d13498b0 [2021-03-08T22:58:00.567Z] ---> ab7015974de7 [2021-03-08T22:58:00.567Z] Step 21/21 : LABEL version=0.0.0 [2021-03-08T22:58:00.567Z] ---> Running in 7e0b35cad654 [2021-03-08T22:58:00.567Z] Removing intermediate container d4fe659dbb1b [2021-03-08T22:58:00.567Z] ---> cc40575ad63e [2021-03-08T22:58:00.567Z] Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:58:00.830Z] ---> Running in e36911889031 [2021-03-08T22:58:00.830Z] Removing intermediate container 7e0b35cad654 [2021-03-08T22:58:00.830Z] ---> 295d7a4312e8 [2021-03-08T22:58:00.830Z] [2021-03-08T22:58:01.095Z] Successfully built 295d7a4312e8 [2021-03-08T22:58:01.095Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-08T22:58:01.095Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e36911889031 [2021-03-08T22:58:01.095Z] ---> b2ce91f065d7 [2021-03-08T22:58:01.095Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T22:58:01.359Z] Removing intermediate container 40506496955a [2021-03-08T22:58:01.359Z] ---> 1490b52d7b88 [2021-03-08T22:58:01.359Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-08T22:58:01.359Z] ---> Running in f3f83b760b17 [2021-03-08T22:58:01.359Z] ---> Running in afac0bdc47f6 [2021-03-08T22:58:01.359Z] Removing intermediate container f3f83b760b17 [2021-03-08T22:58:01.359Z] ---> 56975d128eac [2021-03-08T22:58:01.359Z] [2021-03-08T22:58:01.623Z] Removing intermediate container afac0bdc47f6 [2021-03-08T22:58:01.623Z] ---> eb2aa72231ec [2021-03-08T22:58:01.623Z] Step 22/24 : LABEL arch=x86_64 [2021-03-08T22:58:01.623Z] Successfully built 56975d128eac [2021-03-08T22:58:01.623Z] Successfully tagged docker-core-metadata-go:latest [2021-03-08T22:58:01.623Z]  Building docker-core-metadata-go ... done  ---> Running in d81af2aaa6d6 [2021-03-08T22:58:01.891Z] Removing intermediate container d81af2aaa6d6 [2021-03-08T22:58:01.891Z] ---> ba54d40eb5a7 [2021-03-08T22:58:01.891Z] Step 23/24 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:58:01.891Z] ---> Running in 55be56a98dc3 [2021-03-08T22:58:02.161Z] Removing intermediate container 55be56a98dc3 [2021-03-08T22:58:02.161Z] ---> 807598b17626 [2021-03-08T22:58:02.161Z] Step 24/24 : LABEL version=0.0.0 [2021-03-08T22:58:02.161Z] ---> Running in 6d446df21f5b [2021-03-08T22:58:02.429Z] Removing intermediate container 6d446df21f5b [2021-03-08T22:58:02.429Z] ---> bef62dfd941b [2021-03-08T22:58:02.429Z] [2021-03-08T22:58:02.693Z] Successfully built bef62dfd941b [2021-03-08T22:58:02.693Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-08T22:58:02.965Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-03-08T22:58:02.976Z] $ docker stop --time=1 37c746d0a4035c568eec6bf8ecbfea7c2cd67107d9668339d6ea02729f37b370 [2021-03-08T22:58:04.988Z] $ docker rm -f 37c746d0a4035c568eec6bf8ecbfea7c2cd67107d9668339d6ea02729f37b370 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-08T22:58:05.537Z] + docker images [2021-03-08T22:58:05.537Z] + grep docker [2021-03-08T22:58:05.800Z] docker-security-secretstore-setup-go latest bef62dfd941b 3 seconds ago 24.9MB [2021-03-08T22:58:05.800Z] docker-core-metadata-go latest 56975d128eac 4 seconds ago 19MB [2021-03-08T22:58:05.800Z] docker-security-proxy-setup-go latest 295d7a4312e8 5 seconds ago 24.7MB [2021-03-08T22:58:05.800Z] docker-core-command-go latest 034b2e734aaf 7 seconds ago 17.2MB [2021-03-08T22:58:05.800Z] docker-sys-mgmt-agent-go latest cf8cd8c9f2e6 39 seconds ago 313MB [2021-03-08T22:58:05.800Z] docker-security-bootstrapper-go latest 0dbebeceabe4 About a minute ago 18.7MB [2021-03-08T22:58:05.800Z] docker-core-data-go latest 7623862a6021 2 minutes ago 22.4MB [2021-03-08T22:58:05.800Z] docker-support-scheduler-go latest e13384b6de13 2 minutes ago 17.2MB [2021-03-08T22:58:05.800Z] docker-support-notifications-go latest b4ffe02efb81 2 minutes ago 17.8MB [2021-03-08T22:58:05.800Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-08T22:58:21.625Z] Still waiting to schedule task [2021-03-08T22:58:21.626Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-08T22:58:22.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-08T22:58:27.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-08T22:58:33.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-08T22:58:34.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-08T22:58:40.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-08T22:58:45.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-08T22:58:49.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-08T22:58:53.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-08T22:58:56.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-08T22:59:00.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-08T22:59:06.907Z] $ docker stop --time=1 bde4160807a53f9f0fa9f2aae1af9a28ead27fdb769c737f758ed31b81c9090f [2021-03-08T22:59:09.450Z] $ docker rm -f bde4160807a53f9f0fa9f2aae1af9a28ead27fdb769c737f758ed31b81c9090f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:59:11.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T22:59:11.377Z] [2021-03-08T22:59:11.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:59:12.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T22:59:12.062Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-08T22:59:12.062Z] 29e5d40040c1: Pulling fs layer [2021-03-08T22:59:12.062Z] 1ce36da41761: Pulling fs layer [2021-03-08T22:59:12.062Z] 25b303627fd3: Pulling fs layer [2021-03-08T22:59:12.341Z] 29e5d40040c1: Verifying Checksum [2021-03-08T22:59:12.342Z] 29e5d40040c1: Download complete [2021-03-08T22:59:12.940Z] 1ce36da41761: Verifying Checksum [2021-03-08T22:59:12.940Z] 1ce36da41761: Download complete [2021-03-08T22:59:12.940Z] 29e5d40040c1: Pull complete [2021-03-08T22:59:14.436Z] 1ce36da41761: Pull complete [2021-03-08T22:59:14.707Z] 25b303627fd3: Verifying Checksum [2021-03-08T22:59:14.707Z] 25b303627fd3: Download complete [2021-03-08T22:59:16.244Z] Running on prd-ubuntu18.04-docker-8c-8g-29034 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws [2021-03-08T22:59:16.311Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-08T22:59:18.840Z] using credential edgex-jenkins-ssh [2021-03-08T22:59:18.896Z] Cloning the remote Git repository [2021-03-08T22:59:18.923Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-08T22:59:18.992Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-08T22:59:19.021Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T22:59:19.022Z] > git --version # timeout=10 [2021-03-08T22:59:19.032Z] > git --version # 'git version 2.17.1' [2021-03-08T22:59:19.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T22:59:19.070Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T22:59:24.879Z] 25b303627fd3: Pull complete [2021-03-08T22:59:24.879Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-08T22:59:24.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T22:59:24.879Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-08T22:59:25.114Z] prd-ubuntu18.04-docker-arm64-4c-16g-29033 does not seem to be running inside a container [2021-03-08T22:59:25.206Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-08T22:59:27.696Z] Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:59:27.046Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T22:59:27.052Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T22:59:27.063Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T22:59:27.076Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T22:59:27.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T22:59:27.081Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-08T22:59:27.707Z] > git config core.sparsecheckout # timeout=10 [2021-03-08T22:59:27.712Z] > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [2021-03-08T22:59:27.871Z] Merge succeeded, producing 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T22:59:27.872Z] Checking out Revision 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 (PR-3223) [2021-03-08T22:59:28.055Z] $ docker top 21b5887ed62f7604e61dca5a87d5873579eef5e5c4c7567d2968cbd9a688299f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T22:59:29.044Z] + grep parallel [2021-03-08T22:59:29.044Z] + docker-compose build --help [2021-03-08T22:59:27.844Z] > git remote # timeout=10 [2021-03-08T22:59:27.851Z] > git config --get remote.origin.url # timeout=10 [2021-03-08T22:59:27.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T22:59:27.859Z] > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 [2021-03-08T22:59:27.868Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-08T22:59:27.877Z] > git config core.sparsecheckout # timeout=10 [2021-03-08T22:59:27.882Z] > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [2021-03-08T22:59:31.660Z] Commit message: "build(snap): Add implementation for set up Consul ACL" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T22:59:32.411Z] --parallel Build images in parallel. [Pipeline] } [2021-03-08T22:59:32.712Z] $ docker stop --time=1 21b5887ed62f7604e61dca5a87d5873579eef5e5c4c7567d2968cbd9a688299f [2021-03-08T22:59:32.722Z] + echo snap-build.sh [2021-03-08T22:59:32.722Z] snap-build.sh [2021-03-08T22:59:32.722Z] + SNAP_BASE_DIR=. [2021-03-08T22:59:32.722Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-03-08T22:59:32.722Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-03-08T22:59:32.722Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-03-08T22:59:32.722Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-03-08T22:59:32.722Z] + cd /w/workspace/edgex-go/5 [2021-03-08T22:59:32.722Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-08T22:59:32.722Z] Reading package lists... [2021-03-08T22:59:32.722Z] Building dependency tree... [2021-03-08T22:59:32.722Z] Reading state information... [2021-03-08T22:59:32.986Z] The following packages were automatically installed and are no longer required: [2021-03-08T22:59:32.986Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-08T22:59:32.986Z] uidmap xdelta3 [2021-03-08T22:59:32.986Z] Use 'sudo apt autoremove' to remove them. [2021-03-08T22:59:33.248Z] The following packages will be REMOVED: [2021-03-08T22:59:33.248Z] lxd* lxd-client* [2021-03-08T22:59:33.823Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-08T22:59:33.823Z] After this operation, 31.7 MB disk space will be freed. [2021-03-08T22:59:34.716Z] $ docker rm -f 21b5887ed62f7604e61dca5a87d5873579eef5e5c4c7567d2968cbd9a688299f [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-03-08T22:59:35.133Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-08T22:59:35.133Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T22:59:35.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T22:59:35.564Z] . [Pipeline] withDockerContainer [2021-03-08T22:59:35.815Z] prd-ubuntu18.04-docker-arm64-4c-16g-29033 does not seem to be running inside a container [2021-03-08T22:59:35.925Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-08T22:59:36.081Z] Removing lxd dnsmasq configuration [2021-03-08T22:59:36.081Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-08T22:59:36.661Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-08T22:59:37.396Z] $ docker top 5a11940a04e4baefa6508145bfc000368a121495b459f30adb2d4672ba723089 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T22:59:38.053Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-08T22:59:38.053Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-08T22:59:38.053Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-08T22:59:38.455Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-08T22:59:39.969Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-08T22:59:39.969Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-08T22:59:41.364Z] + sudo snap remove --purge lxd [2021-03-08T22:59:41.625Z] snap "lxd" is not installed [2021-03-08T22:59:41.625Z] + sudo groupadd --force --system lxd [2021-03-08T22:59:41.625Z] ++ whoami [2021-03-08T22:59:41.625Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-08T22:59:41.886Z] + newgrp - lxd [2021-03-08T22:59:41.886Z] + sudo snap install lxd [2021-03-08T22:59:42.749Z] Building docker-core-command-go ... [2021-03-08T22:59:42.749Z] Building docker-core-data-go ... [2021-03-08T22:59:42.749Z] Building docker-core-metadata-go ... [2021-03-08T22:59:42.749Z] Building docker-security-bootstrapper-go ... [2021-03-08T22:59:42.749Z] Building docker-security-proxy-setup-go ... [2021-03-08T22:59:42.749Z] Building docker-security-secretstore-setup-go ... [2021-03-08T22:59:42.749Z] Building docker-support-notifications-go ... [2021-03-08T22:59:42.749Z] Building docker-support-scheduler-go ... [2021-03-08T22:59:42.749Z] Building docker-sys-mgmt-agent-go ... [2021-03-08T22:59:42.749Z] Building docker-core-data-go [2021-03-08T22:59:42.749Z] Building docker-support-scheduler-go [2021-03-08T22:59:42.749Z] Building docker-security-bootstrapper-go [2021-03-08T22:59:42.749Z] Building docker-support-notifications-go [2021-03-08T22:59:42.749Z] Building docker-security-proxy-setup-go [2021-03-08T22:59:54.139Z] 2021-03-08T22:59:50Z INFO Waiting for automatic snapd restart... [2021-03-08T23:00:06.422Z] lxd 4.11 from Canonical* installed [2021-03-08T23:00:06.422Z] + sudo lxd init --auto [2021-03-08T23:00:13.151Z] + sudo snap install --classic snapcraft [2021-03-08T23:00:19.763Z] snapcraft 4.5.4 from Canonical* installed [2021-03-08T23:00:19.763Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-08T23:00:19.763Z] + patch --verbose -p1 [2021-03-08T23:00:19.763Z] Hmm... Looks like a unified diff to me... [2021-03-08T23:00:19.763Z] The text leading up to this was: [2021-03-08T23:00:19.763Z] -------------------------- [2021-03-08T23:00:19.763Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-08T23:00:19.763Z] |From: Tony Espy [2021-03-08T23:00:19.763Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-08T23:00:19.763Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-08T23:00:19.763Z] | [2021-03-08T23:00:19.763Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-08T23:00:19.763Z] |optimize the snap CI check run for pull requests. When [2021-03-08T23:00:19.763Z] |applied, it essentially strips out everything (apps and [2021-03-08T23:00:19.763Z] |parts) from the snapcraft.yaml file except those required [2021-03-08T23:00:19.763Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-08T23:00:19.763Z] |catch changes to edgex-go that break the snap build. [2021-03-08T23:00:19.763Z] | [2021-03-08T23:00:19.763Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-08T23:00:19.763Z] |to update this patch file, otherwise it may fail to apply, [2021-03-08T23:00:19.763Z] |resulting in a failed snap build CI check in the associated [2021-03-08T23:00:19.763Z] |pull request. [2021-03-08T23:00:19.763Z] | [2021-03-08T23:00:19.763Z] |Note - in addition to applying this patch, the pipeline also [2021-03-08T23:00:19.763Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-08T23:00:19.763Z] |need to build the finally binary .snap file (and it won't [2021-03-08T23:00:19.763Z] |work with the patch applied). This further reduces the build [2021-03-08T23:00:19.763Z] |time. [2021-03-08T23:00:19.763Z] |--- [2021-03-08T23:00:19.763Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-08T23:00:19.763Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-08T23:00:19.763Z] | [2021-03-08T23:00:19.763Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-08T23:00:19.763Z] |index 1e537489..faf42425 100644 [2021-03-08T23:00:19.763Z] |--- a/snap/snapcraft.yaml [2021-03-08T23:00:19.763Z] |+++ b/snap/snapcraft.yaml [2021-03-08T23:00:19.763Z] -------------------------- [2021-03-08T23:00:19.763Z] patching file snap/snapcraft.yaml [2021-03-08T23:00:19.763Z] Using Plan A... [2021-03-08T23:00:19.763Z] Hunk #1 FAILED at 73. [2021-03-08T23:00:19.763Z] Hunk #2 succeeded at 296 with fuzz 1 (offset 25 lines). [2021-03-08T23:00:19.763Z] Hunk #3 succeeded at 308 (offset 22 lines). [2021-03-08T23:00:19.763Z] Hunk #4 succeeded at 316 (offset 22 lines). [2021-03-08T23:00:19.763Z] Hunk #5 succeeded at 323 (offset 22 lines). [2021-03-08T23:00:19.763Z] Hunk #6 succeeded at 350 (offset 22 lines). [2021-03-08T23:00:19.763Z] Hunk #7 succeeded at 384 (offset 22 lines). [2021-03-08T23:00:19.763Z] Hunk #8 succeeded at 446 (offset 33 lines). [2021-03-08T23:00:19.763Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-08T23:00:19.763Z] Hmm... Ignoring the trailing garbage. [2021-03-08T23:00:19.763Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-08T23:00:20.712Z] Failed in branch amd64 [2021-03-08T23:01:04.511Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T23:01:04.511Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T23:01:04.511Z] ---> 0131c7868bce [2021-03-08T23:01:04.511Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T23:01:04.511Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T23:01:04.511Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-08T23:01:04.511Z] ---> 0131c7868bce [2021-03-08T23:01:04.511Z] Step 3/21 : WORKDIR /edgex-go [2021-03-08T23:01:04.511Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T23:01:04.511Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T23:01:04.511Z] ---> 0131c7868bce [2021-03-08T23:01:04.511Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T23:01:04.511Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T23:01:04.511Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T23:01:04.511Z] ---> 0131c7868bce [2021-03-08T23:01:04.511Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T23:01:04.511Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T23:01:04.511Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-08T23:01:04.511Z] ---> 0131c7868bce [2021-03-08T23:01:04.511Z] Step 3/31 : WORKDIR /edgex-go [2021-03-08T23:01:04.511Z] ---> Running in d1e62ff2b948 [2021-03-08T23:01:04.511Z] ---> Running in ad7cabdafd0b [2021-03-08T23:01:04.511Z] ---> Running in 813d7a361d1d [2021-03-08T23:01:04.511Z] ---> Running in bd7fb1d4bb34 [2021-03-08T23:01:04.511Z] ---> Running in ba05a87c9a3a [2021-03-08T23:01:04.511Z] Removing intermediate container 813d7a361d1d [2021-03-08T23:01:04.511Z] ---> cfd9e08adaed [2021-03-08T23:01:04.511Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:01:04.511Z] Removing intermediate container ad7cabdafd0b [2021-03-08T23:01:04.511Z] ---> 78f88b54c7de [2021-03-08T23:01:04.511Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:01:04.511Z] ---> Running in 8e03ca49bfba [2021-03-08T23:01:04.511Z] Removing intermediate container d1e62ff2b948 [2021-03-08T23:01:04.511Z] ---> c238056c4baf [2021-03-08T23:01:04.511Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:01:04.511Z] Removing intermediate container ba05a87c9a3a [2021-03-08T23:01:04.511Z] ---> 8920587c1c90 [2021-03-08T23:01:04.511Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:01:04.511Z] Removing intermediate container bd7fb1d4bb34 [2021-03-08T23:01:04.511Z] ---> 82096f7de57f [2021-03-08T23:01:04.511Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:01:04.511Z] ---> Running in d8b7d8a9f3a2 [2021-03-08T23:01:04.511Z] ---> Running in 52d6b5570f41 [2021-03-08T23:01:04.511Z] ---> Running in e6022d37942a [2021-03-08T23:01:04.511Z] ---> Running in 4abfbb516ff0 [2021-03-08T23:01:04.511Z] Removing intermediate container 8e03ca49bfba [2021-03-08T23:01:04.511Z] ---> 223e49fe6d64 [2021-03-08T23:01:04.511Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-08T23:01:04.511Z] ---> Running in 95684151f193 [2021-03-08T23:01:04.511Z] Removing intermediate container 52d6b5570f41 [2021-03-08T23:01:04.511Z] ---> 266376f67f05 [2021-03-08T23:01:04.511Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-08T23:01:04.511Z] Removing intermediate container d8b7d8a9f3a2 [2021-03-08T23:01:04.511Z] ---> 9d1485c160b7 [2021-03-08T23:01:04.511Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-08T23:01:04.511Z] ---> Running in e85c337d0659 [2021-03-08T23:01:04.511Z] ---> Running in 84c635cb3ed8 [2021-03-08T23:01:04.511Z] Removing intermediate container 4abfbb516ff0 [2021-03-08T23:01:04.511Z] ---> f1da61b98a98 [2021-03-08T23:01:04.511Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-08T23:01:04.511Z] Removing intermediate container e6022d37942a [2021-03-08T23:01:04.511Z] ---> 7ca565ed3dc9 [2021-03-08T23:01:04.511Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-08T23:01:04.511Z] ---> Running in 3670e24d7409 [2021-03-08T23:01:04.511Z] ---> Running in abfb63ff35f4 [2021-03-08T23:01:04.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:04.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:04.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:04.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:04.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:04.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:05.068Z] OK: 217 MiB in 51 packages [2021-03-08T23:01:05.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:05.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:05.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:05.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:01:05.897Z] OK: 217 MiB in 51 packages [2021-03-08T23:01:05.897Z] OK: 217 MiB in 51 packages [2021-03-08T23:01:06.177Z] OK: 217 MiB in 51 packages [2021-03-08T23:01:06.453Z] OK: 217 MiB in 51 packages [2021-03-08T23:01:06.731Z] Removing intermediate container 95684151f193 [2021-03-08T23:01:06.731Z] ---> 293b20f90a7b [2021-03-08T23:01:06.731Z] Step 6/21 : COPY go.mod . [2021-03-08T23:01:07.725Z] Removing intermediate container e85c337d0659 [2021-03-08T23:01:07.725Z] ---> cd603d4c70e8 [2021-03-08T23:01:07.725Z] Step 6/31 : COPY go.mod . [2021-03-08T23:01:07.725Z] ---> 8c0e3941a11a [2021-03-08T23:01:07.725Z] Step 7/21 : RUN go mod download [2021-03-08T23:01:07.996Z] Removing intermediate container 84c635cb3ed8 [2021-03-08T23:01:07.996Z] ---> f71033ffd95a [2021-03-08T23:01:07.996Z] Step 6/23 : COPY go.mod . [2021-03-08T23:01:07.996Z] ---> Running in 152a2a589904 [2021-03-08T23:01:07.996Z] Removing intermediate container 3670e24d7409 [2021-03-08T23:01:08.270Z] ---> f1f7416c825c [2021-03-08T23:01:08.270Z] Step 6/22 : COPY go.mod . [2021-03-08T23:01:08.270Z] Removing intermediate container abfb63ff35f4 [2021-03-08T23:01:08.270Z] ---> d2a89615f3ae [2021-03-08T23:01:08.270Z] Step 6/22 : COPY go.mod . [2021-03-08T23:01:08.879Z] ---> d34a72d95ed7 [2021-03-08T23:01:08.879Z] Step 7/31 : RUN go mod download [2021-03-08T23:01:08.879Z] ---> Running in 0d54356743c0 [2021-03-08T23:01:09.157Z] ---> 8cdfe707c1b0 [2021-03-08T23:01:09.157Z] Step 7/23 : RUN go mod download [2021-03-08T23:01:09.441Z] ---> 68d1e5d64662 [2021-03-08T23:01:09.441Z] Step 7/22 : RUN go mod download [2021-03-08T23:01:09.441Z] ---> Running in 9b69db8e8fb1 [2021-03-08T23:01:09.441Z] ---> 789943a251a5 [2021-03-08T23:01:09.441Z] Step 7/22 : RUN go mod download [2021-03-08T23:01:09.726Z] ---> Running in c03a02121673 [2021-03-08T23:01:09.726Z] ---> Running in d5894bca2ef6 [2021-03-08T23:01:12.366Z] Removing intermediate container 152a2a589904 [2021-03-08T23:01:12.366Z] ---> 9340678d1e3e [2021-03-08T23:01:12.366Z] Step 8/21 : COPY . . [2021-03-08T23:01:13.354Z] Removing intermediate container 0d54356743c0 [2021-03-08T23:01:13.354Z] ---> 3dbcddcea34a [2021-03-08T23:01:13.354Z] Step 8/31 : COPY . . [2021-03-08T23:01:14.335Z] Removing intermediate container 9b69db8e8fb1 [2021-03-08T23:01:14.335Z] ---> 3d1b40f8c759 [2021-03-08T23:01:14.335Z] Step 8/23 : COPY . . [2021-03-08T23:01:14.940Z] Removing intermediate container d5894bca2ef6 [2021-03-08T23:01:14.940Z] ---> b6865207aa1b [2021-03-08T23:01:14.940Z] Step 8/22 : COPY . . [2021-03-08T23:01:15.216Z] Removing intermediate container c03a02121673 [2021-03-08T23:01:15.216Z] ---> 33758e69049d [2021-03-08T23:01:15.216Z] Step 8/22 : COPY . . [2021-03-08T23:01:42.038Z] ---> adcb5165e6dc [2021-03-08T23:01:42.038Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-08T23:01:42.038Z] ---> d08bd4706356 [2021-03-08T23:01:42.038Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-08T23:01:42.038Z] ---> ce64b2131c53 [2021-03-08T23:01:42.038Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-08T23:01:42.038Z] ---> 302572aae218 [2021-03-08T23:01:42.038Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-08T23:01:42.038Z] ---> d0e794959cee [2021-03-08T23:01:42.038Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-08T23:01:42.038Z] ---> Running in f9ec8058eb00 [2021-03-08T23:01:42.038Z] ---> Running in 323330f516e2 [2021-03-08T23:01:42.038Z] ---> Running in 5c0248f5a54d [2021-03-08T23:01:42.038Z] ---> Running in ecaaf9d31240 [2021-03-08T23:01:42.038Z] ---> Running in 02cc9c59816c [2021-03-08T23:01:42.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-08T23:01:42.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-08T23:01:42.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-08T23:01:42.315Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-08T23:01:42.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-08T23:03:19.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-08T23:03:24.613Z] Removing intermediate container f9ec8058eb00 [2021-03-08T23:03:24.613Z] ---> f3a37fbc93ba [2021-03-08T23:03:24.613Z] [2021-03-08T23:03:24.613Z] Step 10/21 : FROM alpine:3.12 [2021-03-08T23:03:24.896Z] 3.12: Pulling from library/alpine [2021-03-08T23:03:26.902Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-08T23:03:26.902Z] Status: Downloaded newer image for alpine:3.12 [2021-03-08T23:03:26.902Z] ---> d10569e2745f [2021-03-08T23:03:26.902Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-08T23:03:27.508Z] ---> Running in ac6f350034da [2021-03-08T23:03:30.183Z] Removing intermediate container 323330f516e2 [2021-03-08T23:03:30.183Z] ---> e1b3596c7264 [2021-03-08T23:03:30.183Z] [2021-03-08T23:03:30.183Z] Step 10/31 : FROM alpine:3.12 [2021-03-08T23:03:30.183Z] ---> d10569e2745f [2021-03-08T23:03:30.183Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-08T23:03:30.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:30.183Z] ---> Running in 239e3a1cdf69 [2021-03-08T23:03:30.791Z] Removing intermediate container 239e3a1cdf69 [2021-03-08T23:03:30.791Z] ---> 4142d38e7f96 [2021-03-08T23:03:30.791Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-08T23:03:31.068Z] ---> Running in 5b0e87d2de55 [2021-03-08T23:03:31.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:32.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:32.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:41.235Z] Removing intermediate container 5c0248f5a54d [2021-03-08T23:03:41.235Z] ---> 09073cea024b [2021-03-08T23:03:41.235Z] [2021-03-08T23:03:41.235Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T23:03:41.235Z] ---> d10569e2745f [2021-03-08T23:03:41.235Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-08T23:03:41.235Z] Removing intermediate container ecaaf9d31240 [2021-03-08T23:03:41.235Z] ---> 3e4ff5c53d3d [2021-03-08T23:03:41.235Z] [2021-03-08T23:03:41.235Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T23:03:41.235Z] ---> d10569e2745f [2021-03-08T23:03:41.235Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-08T23:03:41.235Z] ---> Running in 9e4d4ce591d1 [2021-03-08T23:03:41.235Z] ---> Running in 457d8e81a291 [2021-03-08T23:03:41.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:41.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:42.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:42.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:47.487Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-08T23:03:47.487Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-08T23:03:47.763Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-08T23:03:47.763Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T23:03:47.763Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-08T23:03:47.763Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T23:03:47.763Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T23:03:47.763Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T23:03:47.763Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-08T23:03:47.763Z] (4/4) Installing curl (7.69.1-r3) [2021-03-08T23:03:47.763Z] OK: 5 MiB in 15 packages [2021-03-08T23:03:47.763Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T23:03:47.763Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-08T23:03:47.763Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T23:03:47.763Z] (2/2) Installing su-exec (0.2-r1) [2021-03-08T23:03:47.763Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T23:03:47.763Z] OK: 5 MiB in 16 packages [2021-03-08T23:03:48.042Z] OK: 6 MiB in 16 packages [2021-03-08T23:03:48.042Z] OK: 7 MiB in 18 packages [2021-03-08T23:03:50.675Z] Removing intermediate container 02cc9c59816c [2021-03-08T23:03:50.676Z] ---> d7a01e80246c [2021-03-08T23:03:50.676Z] [2021-03-08T23:03:50.676Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T23:03:50.676Z] ---> d10569e2745f [2021-03-08T23:03:50.676Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-08T23:03:50.676Z] Removing intermediate container 9e4d4ce591d1 [2021-03-08T23:03:50.676Z] ---> 5071c5223c84 [2021-03-08T23:03:50.676Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T23:03:50.676Z] ---> Running in 73f2e89ba15f [2021-03-08T23:03:50.949Z] Removing intermediate container 5b0e87d2de55 [2021-03-08T23:03:50.949Z] ---> 0fbb91cdbe34 [2021-03-08T23:03:50.949Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-08T23:03:50.949Z] ---> Running in dac05ae00247 [2021-03-08T23:03:51.219Z] ---> Running in 6f40575322fd [2021-03-08T23:03:51.219Z] Removing intermediate container 457d8e81a291 [2021-03-08T23:03:51.219Z] ---> a36c99a4937b [2021-03-08T23:03:51.219Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T23:03:51.491Z] Removing intermediate container 73f2e89ba15f [2021-03-08T23:03:51.491Z] ---> 7d3a834bdfca [2021-03-08T23:03:51.491Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-08T23:03:51.491Z] Removing intermediate container ac6f350034da [2021-03-08T23:03:51.491Z] ---> 380c92788d89 [2021-03-08T23:03:51.491Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T23:03:51.491Z] ---> Running in 1aeb59012f42 [2021-03-08T23:03:51.763Z] ---> Running in b1a610e7c318 [2021-03-08T23:03:51.763Z] ---> Running in e1eb54cc0de3 [2021-03-08T23:03:51.763Z] Removing intermediate container dac05ae00247 [2021-03-08T23:03:51.763Z] ---> fd64a587bf4b [2021-03-08T23:03:51.763Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-08T23:03:51.763Z] Removing intermediate container 6f40575322fd [2021-03-08T23:03:51.763Z] ---> 8e982f496ef9 [2021-03-08T23:03:51.763Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-08T23:03:52.036Z] ---> Running in cda378ec6d75 [2021-03-08T23:03:52.036Z] ---> Running in b3e0a6af4efa [2021-03-08T23:03:52.310Z] Removing intermediate container 1aeb59012f42 [2021-03-08T23:03:52.310Z] ---> daafa201abc3 [2021-03-08T23:03:52.310Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-08T23:03:52.310Z] Removing intermediate container e1eb54cc0de3 [2021-03-08T23:03:52.310Z] ---> fe7964f242fb [2021-03-08T23:03:52.310Z] Step 13/21 : WORKDIR /edgex [2021-03-08T23:03:52.585Z] Removing intermediate container b1a610e7c318 [2021-03-08T23:03:52.585Z] ---> f08ada61d02a [2021-03-08T23:03:52.585Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-08T23:03:52.585Z] ---> Running in 0b15283d1253 [2021-03-08T23:03:52.585Z] ---> Running in 891d684216c4 [2021-03-08T23:03:52.863Z] ---> Running in e9c613772b7e [2021-03-08T23:03:52.863Z] Removing intermediate container cda378ec6d75 [2021-03-08T23:03:52.863Z] ---> e6eb639134f4 [2021-03-08T23:03:52.863Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T23:03:52.863Z] Removing intermediate container b3e0a6af4efa [2021-03-08T23:03:52.863Z] ---> 962bf42b7305 [2021-03-08T23:03:52.863Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-08T23:03:53.138Z] ---> Running in c5d568f55a6f [2021-03-08T23:03:53.138Z] ---> Running in 55e086ad5321 [2021-03-08T23:03:53.411Z] Removing intermediate container 0b15283d1253 [2021-03-08T23:03:53.411Z] ---> 9be896c798cc [2021-03-08T23:03:53.411Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T23:03:53.411Z] Removing intermediate container e9c613772b7e [2021-03-08T23:03:53.411Z] ---> 64447d55e302 [2021-03-08T23:03:53.411Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:03:53.689Z] ---> Running in c5318b09a919 [2021-03-08T23:03:53.689Z] Removing intermediate container 891d684216c4 [2021-03-08T23:03:53.689Z] ---> a253813a61f8 [2021-03-08T23:03:53.689Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-08T23:03:53.689Z] ---> Running in 8dc83ad5b4d9 [2021-03-08T23:03:53.689Z] Removing intermediate container c5d568f55a6f [2021-03-08T23:03:53.689Z] ---> dae5ae280ded [2021-03-08T23:03:53.689Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T23:03:54.293Z] Removing intermediate container c5318b09a919 [2021-03-08T23:03:54.293Z] ---> d126e4126880 [2021-03-08T23:03:54.293Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T23:03:55.274Z] ---> 24acbcee3c24 [2021-03-08T23:03:55.274Z] ---> feaf0f9a74c7 [2021-03-08T23:03:55.274Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-08T23:03:55.274Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-08T23:03:55.548Z] ---> b666e4a05eb3 [2021-03-08T23:03:55.548Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-08T23:03:56.995Z] Removing intermediate container 55e086ad5321 [2021-03-08T23:03:56.995Z] ---> 1159f59845c3 [2021-03-08T23:03:56.995Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-08T23:03:57.269Z] ---> 0500b156daac [2021-03-08T23:03:57.269Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-08T23:03:57.269Z] ---> 6b900bc8f6ba [2021-03-08T23:03:57.269Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-08T23:03:57.269Z] ---> Running in 47bc52f639ea [2021-03-08T23:03:57.269Z] Removing intermediate container 8dc83ad5b4d9 [2021-03-08T23:03:57.269Z] ---> 4d5db820896d [2021-03-08T23:03:57.269Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-08T23:03:57.544Z] ---> 3114e1b09fc2 [2021-03-08T23:03:57.544Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-08T23:03:57.544Z] ---> Running in 77f01cb35d29 [2021-03-08T23:03:58.545Z] Removing intermediate container 47bc52f639ea [2021-03-08T23:03:58.545Z] ---> 68b48b51c7f7 [2021-03-08T23:03:58.546Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-08T23:03:58.546Z] ---> 2660e4f3d0b5 [2021-03-08T23:03:58.546Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-08T23:03:58.819Z] ---> ec7bdf77fe09 [2021-03-08T23:03:58.819Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-08T23:03:58.819Z] ---> Running in 3d826cbf815c [2021-03-08T23:03:59.099Z] ---> Running in 851e8499f36b [2021-03-08T23:03:59.099Z] ---> 6950a2fe72b7 [2021-03-08T23:03:59.099Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-08T23:03:59.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:59.379Z] ---> Running in c1e1257dcd19 [2021-03-08T23:03:59.379Z] ---> d455e79953c3 [2021-03-08T23:03:59.379Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-08T23:03:59.656Z] Removing intermediate container 3d826cbf815c [2021-03-08T23:03:59.656Z] ---> 25845f2a2328 [2021-03-08T23:03:59.656Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T23:03:59.656Z] ---> Running in adeb4b2bb437 [2021-03-08T23:03:59.656Z] Removing intermediate container 851e8499f36b [2021-03-08T23:03:59.656Z] ---> 54d23fe7e01c [2021-03-08T23:03:59.656Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T23:03:59.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:03:59.935Z] ---> Running in 0ed30c9c54e2 [2021-03-08T23:03:59.935Z] ---> Running in 5f2f60bd69dc [2021-03-08T23:04:00.209Z] Removing intermediate container c1e1257dcd19 [2021-03-08T23:04:00.209Z] ---> 1ff891031570 [2021-03-08T23:04:00.209Z] Step 18/21 : CMD ["--init=true"] [2021-03-08T23:04:00.488Z] ---> Running in eb4942cbf59e [2021-03-08T23:04:00.766Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-08T23:04:00.766Z] Removing intermediate container 0ed30c9c54e2 [2021-03-08T23:04:00.766Z] ---> 5e43d7308c86 [2021-03-08T23:04:00.766Z] Step 20/22 : LABEL arch=arm64 [2021-03-08T23:04:00.766Z] Removing intermediate container 5f2f60bd69dc [2021-03-08T23:04:00.766Z] ---> 63881de8051e [2021-03-08T23:04:00.766Z] Step 20/22 : LABEL arch=arm64 [2021-03-08T23:04:00.766Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-08T23:04:00.766Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-08T23:04:01.042Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-08T23:04:01.042Z] ---> Running in 713aac3f95c6 [2021-03-08T23:04:01.042Z] ---> Running in 28b0c6ec2f35 [2021-03-08T23:04:01.042Z] Removing intermediate container eb4942cbf59e [2021-03-08T23:04:01.042Z] ---> f1437029ae06 [2021-03-08T23:04:01.042Z] Step 19/21 : LABEL arch=arm64 [2021-03-08T23:04:01.315Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-08T23:04:01.315Z] ---> Running in 070ffcc98721 [2021-03-08T23:04:01.315Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-08T23:04:01.315Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T23:04:01.599Z] OK: 8 MiB in 20 packages [2021-03-08T23:04:01.599Z] Removing intermediate container 713aac3f95c6 [2021-03-08T23:04:01.599Z] ---> 18fcf88aac61 [2021-03-08T23:04:01.599Z] Step 21/22 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T23:04:01.599Z] Removing intermediate container 28b0c6ec2f35 [2021-03-08T23:04:01.599Z] ---> eb3a7a74ae26 [2021-03-08T23:04:01.885Z] Step 21/22 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T23:04:01.886Z] ---> Running in 1dae78dacbcb [2021-03-08T23:04:02.179Z] ---> Running in a602c281ee21 [2021-03-08T23:04:02.179Z] Removing intermediate container 070ffcc98721 [2021-03-08T23:04:02.179Z] ---> 2880492016d3 [2021-03-08T23:04:02.179Z] Step 20/21 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T23:04:02.462Z] ---> Running in 79fe16800d10 [2021-03-08T23:04:02.462Z] Removing intermediate container 1dae78dacbcb [2021-03-08T23:04:02.462Z] ---> 588a6e9e12c2 [2021-03-08T23:04:02.462Z] Step 22/22 : LABEL version=0.0.0 [2021-03-08T23:04:02.736Z] Removing intermediate container a602c281ee21 [2021-03-08T23:04:02.736Z] ---> c3bb5b0c3fa4 [2021-03-08T23:04:02.736Z] Step 22/22 : LABEL version=0.0.0 [2021-03-08T23:04:02.736Z] ---> Running in 74298fee86c3 [2021-03-08T23:04:03.010Z] Removing intermediate container adeb4b2bb437 [2021-03-08T23:04:03.010Z] ---> 275196905f4a [2021-03-08T23:04:03.010Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T23:04:03.010Z] ---> Running in 4750900a37af [2021-03-08T23:04:03.284Z] Removing intermediate container 79fe16800d10 [2021-03-08T23:04:03.284Z] ---> 15bb4a8cfe55 [2021-03-08T23:04:03.284Z] Step 21/21 : LABEL version=0.0.0 [2021-03-08T23:04:03.284Z] Removing intermediate container 77f01cb35d29 [2021-03-08T23:04:03.284Z] ---> f02404e808b8 [2021-03-08T23:04:03.284Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T23:04:03.557Z] ---> Running in ee06a5bb9949 [2021-03-08T23:04:03.557Z] Removing intermediate container 74298fee86c3 [2021-03-08T23:04:03.557Z] ---> 9f2041f25ba2 [2021-03-08T23:04:03.557Z] [2021-03-08T23:04:03.831Z] Removing intermediate container 4750900a37af [2021-03-08T23:04:03.831Z] ---> 75a34cbe39e8 [2021-03-08T23:04:03.831Z] [2021-03-08T23:04:04.115Z] Removing intermediate container ee06a5bb9949 [2021-03-08T23:04:04.115Z] ---> 1ee7c1512906 [2021-03-08T23:04:04.115Z] [2021-03-08T23:04:04.115Z] Successfully built 9f2041f25ba2 [2021-03-08T23:04:04.115Z] ---> 1268079b7c34 [2021-03-08T23:04:04.115Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-08T23:04:04.386Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-08T23:04:04.386Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-08T23:04:04.386Z] Successfully built 75a34cbe39e8 [2021-03-08T23:04:04.386Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-08T23:04:04.386Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-08T23:04:04.658Z] ---> 31a2c15a3878 [2021-03-08T23:04:04.658Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-08T23:04:04.658Z] Successfully built 1ee7c1512906 [2021-03-08T23:04:04.658Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-08T23:04:04.658Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-03-08T23:04:06.098Z] ---> 5783ae6ed22f [2021-03-08T23:04:06.098Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-08T23:04:06.098Z] ---> eff8a4570647 [2021-03-08T23:04:06.098Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-08T23:04:06.700Z] ---> 80cf66c7a8cf [2021-03-08T23:04:06.700Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-08T23:04:06.971Z] ---> 44e1d5f8b893 [2021-03-08T23:04:06.971Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-08T23:04:07.248Z] ---> Running in 6a9b7011a79c [2021-03-08T23:04:07.533Z] ---> 8a648b12db14 [2021-03-08T23:04:07.533Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-08T23:04:07.809Z] Removing intermediate container 6a9b7011a79c [2021-03-08T23:04:07.809Z] ---> 0a7634cb46da [2021-03-08T23:04:07.809Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T23:04:07.809Z] ---> Running in bea551c41d8f [2021-03-08T23:04:08.803Z] ---> 38fa70621c48 [2021-03-08T23:04:08.803Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-08T23:04:09.079Z] Removing intermediate container bea551c41d8f [2021-03-08T23:04:09.080Z] ---> 244e480a2694 [2021-03-08T23:04:09.080Z] Step 21/23 : LABEL arch=arm64 [2021-03-08T23:04:09.369Z] ---> Running in 3c949c652efa [2021-03-08T23:04:09.640Z] ---> Running in 368fb0946129 [2021-03-08T23:04:10.236Z] Removing intermediate container 3c949c652efa [2021-03-08T23:04:10.236Z] ---> 8888e3db25dc [2021-03-08T23:04:10.236Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-08T23:04:10.508Z] Removing intermediate container 368fb0946129 [2021-03-08T23:04:10.508Z] ---> 39c5bd8eccbf [2021-03-08T23:04:10.508Z] Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T23:04:11.112Z] ---> Running in 436896b456f3 [2021-03-08T23:04:11.395Z] ---> 9e562b4a1489 [2021-03-08T23:04:11.395Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-08T23:04:11.995Z] ---> Running in b179240faf8e [2021-03-08T23:04:11.995Z] Removing intermediate container 436896b456f3 [2021-03-08T23:04:11.995Z] ---> 3a6df55d190a [2021-03-08T23:04:11.995Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T23:04:12.600Z] ---> Running in d2b6b0dcb585 [2021-03-08T23:04:13.198Z] Removing intermediate container d2b6b0dcb585 [2021-03-08T23:04:13.198Z] ---> a24043cc7b40 [2021-03-08T23:04:13.198Z] [2021-03-08T23:04:13.796Z] Successfully built a24043cc7b40 [2021-03-08T23:04:13.796Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-08T23:04:13.796Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-08T23:04:14.805Z] Removing intermediate container b179240faf8e [2021-03-08T23:04:14.805Z] ---> 67a49ebb80a2 [2021-03-08T23:04:14.805Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-08T23:04:15.077Z] ---> Running in 8ffe4ca20cb8 [2021-03-08T23:04:15.669Z] Removing intermediate container 8ffe4ca20cb8 [2021-03-08T23:04:15.669Z] ---> b0b6288a68a1 [2021-03-08T23:04:15.669Z] Step 28/31 : CMD ["gate"] [2021-03-08T23:04:15.942Z] ---> Running in f365120cc552 [2021-03-08T23:04:16.551Z] Removing intermediate container f365120cc552 [2021-03-08T23:04:16.551Z] ---> 5dc9e1bae7a3 [2021-03-08T23:04:16.551Z] Step 29/31 : LABEL arch=arm64 [2021-03-08T23:04:17.152Z] ---> Running in dff98338d140 [2021-03-08T23:04:18.141Z] Removing intermediate container dff98338d140 [2021-03-08T23:04:18.141Z] ---> 65c83718f026 [2021-03-08T23:04:18.141Z] Step 30/31 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T23:04:18.442Z] ---> Running in 202b8306fb61 [2021-03-08T23:04:19.433Z] Removing intermediate container 202b8306fb61 [2021-03-08T23:04:19.433Z] ---> 345f265691fa [2021-03-08T23:04:19.433Z] Step 31/31 : LABEL version=0.0.0 [2021-03-08T23:04:19.710Z] ---> Running in 616b2b9203d0 [2021-03-08T23:04:20.311Z] Removing intermediate container 616b2b9203d0 [2021-03-08T23:04:20.311Z] ---> 608771f658c0 [2021-03-08T23:04:20.311Z] [2021-03-08T23:04:20.916Z] Successfully built 608771f658c0 [2021-03-08T23:04:20.916Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-08T23:05:07.929Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T23:05:07.929Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T23:05:07.929Z] ---> 0131c7868bce [2021-03-08T23:05:07.929Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> 82096f7de57f [2021-03-08T23:05:07.929Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> f1da61b98a98 [2021-03-08T23:05:07.929Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> f1f7416c825c [2021-03-08T23:05:07.929Z] Step 6/23 : COPY go.mod . [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> 789943a251a5 [2021-03-08T23:05:07.929Z] Step 7/23 : RUN go mod download [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> b6865207aa1b [2021-03-08T23:05:07.929Z] Step 8/23 : COPY . . [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> d0e794959cee [2021-03-08T23:05:07.929Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-08T23:05:07.929Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T23:05:07.929Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-08T23:05:07.929Z] ---> 0131c7868bce [2021-03-08T23:05:07.929Z] Step 3/26 : WORKDIR /edgex-go [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> 82096f7de57f [2021-03-08T23:05:07.929Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> f1da61b98a98 [2021-03-08T23:05:07.929Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-08T23:05:07.929Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T23:05:07.929Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-08T23:05:07.929Z] ---> 0131c7868bce [2021-03-08T23:05:07.929Z] Step 3/24 : WORKDIR /edgex-go [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> 82096f7de57f [2021-03-08T23:05:07.929Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> f1da61b98a98 [2021-03-08T23:05:07.929Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> f1f7416c825c [2021-03-08T23:05:07.929Z] Step 6/24 : COPY go.mod . [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> 789943a251a5 [2021-03-08T23:05:07.929Z] Step 7/24 : RUN go mod download [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> b6865207aa1b [2021-03-08T23:05:07.929Z] Step 8/24 : COPY . . [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> d0e794959cee [2021-03-08T23:05:07.929Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-08T23:05:07.929Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T23:05:07.929Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T23:05:07.929Z] ---> 0131c7868bce [2021-03-08T23:05:07.929Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> 82096f7de57f [2021-03-08T23:05:07.929Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> f1da61b98a98 [2021-03-08T23:05:07.929Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> f1f7416c825c [2021-03-08T23:05:07.929Z] Step 6/23 : COPY go.mod . [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> 789943a251a5 [2021-03-08T23:05:07.929Z] Step 7/23 : RUN go mod download [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> b6865207aa1b [2021-03-08T23:05:07.929Z] Step 8/23 : COPY . . [2021-03-08T23:05:07.929Z] ---> Using cache [2021-03-08T23:05:07.929Z] ---> d0e794959cee [2021-03-08T23:05:07.929Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-08T23:05:07.929Z] ---> Running in 9c3037ba5724 [2021-03-08T23:05:07.929Z] ---> Running in ad2ae3c47ad1 [2021-03-08T23:05:07.929Z] ---> Running in 82d276e45ed7 [2021-03-08T23:05:07.929Z] ---> Running in 89db1fc00214 [2021-03-08T23:05:07.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-08T23:05:07.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-08T23:05:07.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:05:07.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-08T23:05:07.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:05:07.929Z] OK: 217 MiB in 51 packages [2021-03-08T23:05:09.380Z] Removing intermediate container 89db1fc00214 [2021-03-08T23:05:09.380Z] ---> f05d23c33ff4 [2021-03-08T23:05:09.380Z] Step 6/26 : COPY go.mod . [2021-03-08T23:05:10.835Z] ---> c248ae122249 [2021-03-08T23:05:10.835Z] Step 7/26 : RUN go mod download [2021-03-08T23:05:10.835Z] ---> Running in be85a0c786f8 [2021-03-08T23:05:15.177Z] Removing intermediate container be85a0c786f8 [2021-03-08T23:05:15.177Z] ---> 019e426ee61d [2021-03-08T23:05:15.177Z] Step 8/26 : COPY . . [2021-03-08T23:05:37.448Z] ---> c5702bc1d701 [2021-03-08T23:05:37.448Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-08T23:05:37.448Z] ---> Running in 8e3b2c5a49be [2021-03-08T23:05:37.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-08T23:06:16.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-08T23:06:31.553Z] Removing intermediate container ad2ae3c47ad1 [2021-03-08T23:06:31.553Z] ---> 498b7a65a1c4 [2021-03-08T23:06:31.553Z] [2021-03-08T23:06:31.553Z] Step 10/24 : FROM alpine:3.12 [2021-03-08T23:06:31.553Z] ---> d10569e2745f [2021-03-08T23:06:31.553Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-08T23:06:31.553Z] ---> Running in 1baf5b9b9f02 [2021-03-08T23:06:32.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:06:32.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:06:33.038Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-08T23:06:33.038Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T23:06:33.038Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-08T23:06:33.038Z] (4/5) Installing curl (7.69.1-r3) [2021-03-08T23:06:33.038Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-08T23:06:33.038Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T23:06:33.038Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T23:06:33.637Z] OK: 7 MiB in 19 packages [2021-03-08T23:06:36.272Z] Removing intermediate container 1baf5b9b9f02 [2021-03-08T23:06:36.272Z] ---> b118a2204a7d [2021-03-08T23:06:36.272Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T23:06:36.547Z] ---> Running in cb653f5b0bff [2021-03-08T23:06:37.147Z] Removing intermediate container cb653f5b0bff [2021-03-08T23:06:37.147Z] ---> 4013ea752b0c [2021-03-08T23:06:37.147Z] Step 13/24 : WORKDIR / [2021-03-08T23:06:37.436Z] ---> Running in 07c006b3230c [2021-03-08T23:06:38.442Z] Removing intermediate container 07c006b3230c [2021-03-08T23:06:38.442Z] ---> 125b273bc591 [2021-03-08T23:06:38.442Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-08T23:06:40.430Z] ---> d58b25580a2d [2021-03-08T23:06:40.430Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-08T23:06:41.891Z] Removing intermediate container 82d276e45ed7 [2021-03-08T23:06:41.891Z] ---> c5baaf81c1fc [2021-03-08T23:06:41.891Z] [2021-03-08T23:06:41.891Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T23:06:41.891Z] ---> d10569e2745f [2021-03-08T23:06:41.891Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T23:06:41.891Z] ---> Using cache [2021-03-08T23:06:41.891Z] ---> 5071c5223c84 [2021-03-08T23:06:41.891Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T23:06:41.891Z] ---> Using cache [2021-03-08T23:06:41.891Z] ---> fd64a587bf4b [2021-03-08T23:06:41.891Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-08T23:06:41.891Z] ---> 34d04c1aff40 [2021-03-08T23:06:41.891Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-08T23:06:43.516Z] ---> Running in 8b6b2f6c1dde [2021-03-08T23:06:43.516Z] Removing intermediate container 8b6b2f6c1dde [2021-03-08T23:06:43.516Z] ---> 92be93027351 [2021-03-08T23:06:43.516Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T23:06:43.516Z] ---> Running in 5b74fbfb04a7 [2021-03-08T23:06:43.516Z] ---> 997de97078b2 [2021-03-08T23:06:43.516Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-08T23:06:43.852Z] Removing intermediate container 5b74fbfb04a7 [2021-03-08T23:06:43.852Z] ---> 521813ce822a [2021-03-08T23:06:43.852Z] Step 15/23 : WORKDIR / [2021-03-08T23:06:44.126Z] ---> Running in 74cc046440d2 [2021-03-08T23:06:45.569Z] ---> 8429936d8b4f [2021-03-08T23:06:45.569Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-08T23:06:48.185Z] Removing intermediate container 74cc046440d2 [2021-03-08T23:06:48.185Z] ---> f126344f5290 [2021-03-08T23:06:48.185Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T23:06:49.176Z] ---> 966feaaed564 [2021-03-08T23:06:49.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-08T23:06:49.452Z] ---> 7dda3264e99b [2021-03-08T23:06:49.452Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-08T23:06:51.441Z] ---> 747ca1d7453e [2021-03-08T23:06:51.441Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-08T23:06:52.040Z] ---> Running in 6c9d3e88e81a [2021-03-08T23:06:52.040Z] ---> 3b99cc8c1ad1 [2021-03-08T23:06:52.040Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-08T23:06:52.314Z] Removing intermediate container 8e3b2c5a49be [2021-03-08T23:06:52.314Z] ---> 2d7a640165c0 [2021-03-08T23:06:52.314Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-08T23:06:52.587Z] Removing intermediate container 9c3037ba5724 [2021-03-08T23:06:52.588Z] ---> 57c3b202d242 [2021-03-08T23:06:52.588Z] [2021-03-08T23:06:52.588Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T23:06:52.588Z] ---> d10569e2745f [2021-03-08T23:06:52.588Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T23:06:52.588Z] ---> Using cache [2021-03-08T23:06:52.588Z] ---> 5071c5223c84 [2021-03-08T23:06:52.588Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T23:06:52.588Z] ---> Using cache [2021-03-08T23:06:52.588Z] ---> fd64a587bf4b [2021-03-08T23:06:52.588Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-08T23:06:52.861Z] ---> Running in 6e0ac1426b91 [2021-03-08T23:06:52.861Z] ---> Running in 385ce58b3905 [2021-03-08T23:06:53.147Z] ---> 9ef8317c7a80 [2021-03-08T23:06:53.147Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-08T23:06:53.424Z] ---> Running in e6755f295a8d [2021-03-08T23:06:53.698Z] Removing intermediate container 385ce58b3905 [2021-03-08T23:06:53.698Z] ---> 110fc1d0aa8e [2021-03-08T23:06:53.698Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T23:06:53.973Z] ---> Running in 591d0ecf54a0 [2021-03-08T23:06:54.246Z] Removing intermediate container e6755f295a8d [2021-03-08T23:06:54.246Z] ---> 9dc4c424660d [2021-03-08T23:06:54.246Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T23:06:54.520Z] ---> Running in ee86d6d88525 [2021-03-08T23:06:54.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-08T23:06:54.520Z] Removing intermediate container 591d0ecf54a0 [2021-03-08T23:06:54.520Z] ---> 2d537060d877 [2021-03-08T23:06:54.520Z] Step 15/23 : WORKDIR / [2021-03-08T23:06:54.799Z] ---> Running in 8d4c56c49fd8 [2021-03-08T23:06:55.074Z] Removing intermediate container 6c9d3e88e81a [2021-03-08T23:06:55.074Z] ---> cdc04a744d19 [2021-03-08T23:06:55.074Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-08T23:06:55.074Z] Removing intermediate container ee86d6d88525 [2021-03-08T23:06:55.074Z] ---> 91ab86e48315 [2021-03-08T23:06:55.357Z] Step 21/23 : LABEL arch=arm64 [2021-03-08T23:06:55.357Z] Removing intermediate container 8d4c56c49fd8 [2021-03-08T23:06:55.357Z] ---> 3c976a393d3c [2021-03-08T23:06:55.357Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> Running in 2fd5b2951cbf [2021-03-08T23:06:55.357Z] [2021-03-08T23:06:55.357Z] ---> Running in a3544cf508fb [2021-03-08T23:06:55.956Z] Removing intermediate container a3544cf508fb [2021-03-08T23:06:55.956Z] ---> 1592721b4028 [2021-03-08T23:06:55.956Z] Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T23:06:56.242Z] Removing intermediate container 2fd5b2951cbf [2021-03-08T23:06:56.242Z] ---> f4b692b73930 [2021-03-08T23:06:56.242Z] Step 22/24 : LABEL arch=arm64 [2021-03-08T23:06:56.242Z] ---> Running in 50b109b5d4a7 [2021-03-08T23:06:56.242Z] ---> Running in 94353114da54 [2021-03-08T23:06:56.522Z] ---> 2219db7a1616 [2021-03-08T23:06:56.522Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-08T23:06:57.118Z] Removing intermediate container 50b109b5d4a7 [2021-03-08T23:06:57.118Z] ---> 00a2e35d4ffe [2021-03-08T23:06:57.118Z] Step 23/24 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T23:06:57.118Z] Removing intermediate container 94353114da54 [2021-03-08T23:06:57.118Z] ---> dc062839174e [2021-03-08T23:06:57.118Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T23:06:57.389Z] ---> Running in 0425eb21697e [2021-03-08T23:06:57.389Z] ---> Running in 535a295fd0e3 [2021-03-08T23:06:57.992Z] Removing intermediate container 535a295fd0e3 [2021-03-08T23:06:57.992Z] ---> 289de92b9ca8 [2021-03-08T23:06:57.992Z] [2021-03-08T23:06:57.992Z] Removing intermediate container 6e0ac1426b91 [2021-03-08T23:06:57.992Z] ---> 173d2fdd05b0 [2021-03-08T23:06:57.992Z] [2021-03-08T23:06:57.992Z] Step 11/26 : FROM docker:20.10.0 [2021-03-08T23:06:57.992Z] ---> 533592895e63 [2021-03-08T23:06:57.992Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-08T23:06:58.268Z] 20.10.0: Pulling from library/docker [2021-03-08T23:06:58.268Z] Removing intermediate container 0425eb21697e [2021-03-08T23:06:58.268Z] ---> f21f6dce8d18 [2021-03-08T23:06:58.268Z] Step 24/24 : LABEL version=0.0.0 [2021-03-08T23:06:58.544Z] Successfully built 289de92b9ca8 [2021-03-08T23:06:58.544Z] ---> Running in db304858b162 [2021-03-08T23:06:58.834Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-08T23:06:59.109Z]  Building docker-core-command-go ... done  ---> 4cb904de5c3a [2021-03-08T23:06:59.109Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-08T23:06:59.706Z] ---> Running in 5373bff8ef42 [2021-03-08T23:06:59.706Z] Removing intermediate container db304858b162 [2021-03-08T23:06:59.706Z] ---> 71b87f3f81af [2021-03-08T23:06:59.706Z] [2021-03-08T23:07:00.302Z] Successfully built 71b87f3f81af [2021-03-08T23:07:00.573Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-08T23:07:00.573Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5373bff8ef42 [2021-03-08T23:07:00.573Z] ---> 7c6796a1f88e [2021-03-08T23:07:00.573Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T23:07:00.853Z] ---> Running in 8478d317f807 [2021-03-08T23:07:01.450Z] Removing intermediate container 8478d317f807 [2021-03-08T23:07:01.450Z] ---> 8c7ba7029499 [2021-03-08T23:07:01.450Z] Step 21/23 : LABEL arch=arm64 [2021-03-08T23:07:01.725Z] ---> Running in b9faa502f2b3 [2021-03-08T23:07:02.696Z] Removing intermediate container b9faa502f2b3 [2021-03-08T23:07:02.696Z] ---> 75cf37f671cf [2021-03-08T23:07:02.696Z] Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T23:07:02.966Z] ---> Running in d49a85d2fd1a [2021-03-08T23:07:03.563Z] Removing intermediate container d49a85d2fd1a [2021-03-08T23:07:03.563Z] ---> e391a0444466 [2021-03-08T23:07:03.563Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T23:07:04.164Z] ---> Running in 522c081b3a52 [2021-03-08T23:07:04.758Z] Removing intermediate container 522c081b3a52 [2021-03-08T23:07:04.758Z] ---> d869fa47a76e [2021-03-08T23:07:04.758Z] [2021-03-08T23:07:05.029Z] Successfully built d869fa47a76e [2021-03-08T23:07:05.302Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-08T23:07:06.765Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-08T23:07:06.766Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-08T23:07:06.766Z] ---> eeaf43b92773 [2021-03-08T23:07:06.766Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-08T23:07:07.036Z] ---> Running in 8a057cf6af72 [2021-03-08T23:07:08.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:07:08.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:07:09.058Z] (1/2) Installing readline (8.0.4-r0) [2021-03-08T23:07:09.058Z] (2/2) Installing bash (5.0.17-r0) [2021-03-08T23:07:09.058Z] Executing bash-5.0.17-r0.post-install [2021-03-08T23:07:09.058Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T23:07:09.058Z] OK: 12 MiB in 22 packages [2021-03-08T23:07:10.486Z] Removing intermediate container 8a057cf6af72 [2021-03-08T23:07:10.487Z] ---> 1b3c8298acbd [2021-03-08T23:07:10.487Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-08T23:07:10.487Z] ---> Running in 5db6e5464030 [2021-03-08T23:07:10.758Z] Removing intermediate container 5db6e5464030 [2021-03-08T23:07:10.758Z] ---> 7e45e90037e9 [2021-03-08T23:07:10.758Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-08T23:07:11.029Z] ---> Running in e4fc357f3394 [2021-03-08T23:07:11.301Z] Removing intermediate container e4fc357f3394 [2021-03-08T23:07:11.301Z] ---> 8acec1be2fde [2021-03-08T23:07:11.301Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-08T23:07:11.572Z] ---> Running in d18e5fbbdf38 [2021-03-08T23:07:12.167Z] Removing intermediate container d18e5fbbdf38 [2021-03-08T23:07:12.167Z] ---> aca8594e2302 [2021-03-08T23:07:12.167Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-08T23:07:13.142Z] ---> 207898625a76 [2021-03-08T23:07:13.142Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-08T23:07:13.742Z] ---> f5926c8f8632 [2021-03-08T23:07:13.742Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-08T23:07:14.717Z] ---> f778d5449de3 [2021-03-08T23:07:14.717Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-08T23:07:14.991Z] ---> Running in db86c991bebf [2021-03-08T23:07:15.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:07:15.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:07:16.559Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-08T23:07:16.559Z] (2/33) Installing expat (2.2.9-r1) [2021-03-08T23:07:16.559Z] (3/33) Installing libffi (3.3-r2) [2021-03-08T23:07:16.559Z] (4/33) Installing gdbm (1.13-r1) [2021-03-08T23:07:16.559Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-08T23:07:16.559Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-08T23:07:16.559Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-08T23:07:18.519Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-08T23:07:18.519Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-08T23:07:18.519Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-08T23:07:18.519Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-08T23:07:18.519Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-08T23:07:18.519Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-08T23:07:18.519Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-08T23:07:18.519Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-08T23:07:18.519Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-08T23:07:18.519Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-08T23:07:18.519Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-08T23:07:18.519Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-08T23:07:18.519Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-08T23:07:18.519Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-08T23:07:18.519Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-08T23:07:18.519Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-08T23:07:18.791Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-08T23:07:18.791Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-08T23:07:18.791Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-08T23:07:18.791Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-08T23:07:18.791Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-08T23:07:18.791Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-08T23:07:18.791Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-08T23:07:18.791Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-08T23:07:18.791Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-08T23:07:18.791Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-08T23:07:19.063Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T23:07:19.063Z] OK: 71 MiB in 55 packages [2021-03-08T23:07:25.754Z] Removing intermediate container db86c991bebf [2021-03-08T23:07:25.754Z] ---> bc8e4d4ca740 [2021-03-08T23:07:25.754Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-08T23:07:25.754Z] ---> Running in 4ef400125538 [2021-03-08T23:07:30.044Z] Collecting docker-compose==1.23.2 [2021-03-08T23:07:30.044Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-08T23:07:30.634Z] Collecting docopt<0.7,>=0.6.1 [2021-03-08T23:07:30.634Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-08T23:07:33.235Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-08T23:07:33.235Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-08T23:07:34.206Z] Collecting docker<4.0,>=3.6.0 [2021-03-08T23:07:34.206Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-08T23:07:34.475Z] Collecting cached-property<2,>=1.2.0 [2021-03-08T23:07:34.475Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-08T23:07:34.744Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-08T23:07:35.015Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-08T23:07:36.977Z] Collecting texttable<0.10,>=0.9.0 [2021-03-08T23:07:36.977Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-08T23:07:39.576Z] Collecting PyYAML<4,>=3.10 [2021-03-08T23:07:39.576Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-08T23:07:42.179Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-08T23:07:42.179Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-08T23:07:42.179Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-08T23:07:42.772Z] Collecting jsonschema<3,>=2.5.1 [2021-03-08T23:07:42.772Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-08T23:07:43.044Z] Collecting idna<2.8,>=2.5 [2021-03-08T23:07:43.044Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-08T23:07:43.634Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-08T23:07:43.634Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-08T23:07:43.634Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-08T23:07:43.634Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-08T23:07:43.907Z] Collecting docker-pycreds>=0.4.0 [2021-03-08T23:07:43.907Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-08T23:07:44.179Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-08T23:07:44.179Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-08T23:07:44.179Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-08T23:07:44.179Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-08T23:07:44.769Z] Installing collected packages: docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, dockerpty, texttable, PyYAML, jsonschema, docker-compose [2021-03-08T23:07:44.769Z] Running setup.py install for docopt: started [2021-03-08T23:07:46.730Z] Running setup.py install for docopt: finished with status 'done' [2021-03-08T23:07:46.730Z] Attempting uninstall: idna [2021-03-08T23:07:46.730Z] Found existing installation: idna 2.9 [2021-03-08T23:07:46.730Z] Uninstalling idna-2.9: [2021-03-08T23:07:46.730Z] Successfully uninstalled idna-2.9 [2021-03-08T23:07:47.319Z] Attempting uninstall: urllib3 [2021-03-08T23:07:47.319Z] Found existing installation: urllib3 1.25.9 [2021-03-08T23:07:47.319Z] Uninstalling urllib3-1.25.9: [2021-03-08T23:07:47.589Z] Successfully uninstalled urllib3-1.25.9 [2021-03-08T23:07:47.859Z] Attempting uninstall: requests [2021-03-08T23:07:47.859Z] Found existing installation: requests 2.23.0 [2021-03-08T23:07:47.859Z] Uninstalling requests-2.23.0: [2021-03-08T23:07:48.135Z] Successfully uninstalled requests-2.23.0 [2021-03-08T23:07:49.562Z] Running setup.py install for dockerpty: started [2021-03-08T23:07:51.521Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-08T23:07:51.521Z] Running setup.py install for texttable: started [2021-03-08T23:07:52.945Z] Running setup.py install for texttable: finished with status 'done' [2021-03-08T23:07:52.945Z] Running setup.py install for PyYAML: started [2021-03-08T23:07:54.905Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-08T23:07:55.882Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-08T23:08:00.223Z] Removing intermediate container 4ef400125538 [2021-03-08T23:08:00.223Z] ---> d7fa69976029 [2021-03-08T23:08:00.223Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-08T23:08:00.223Z] ---> Running in f2b234ad1c36 [2021-03-08T23:08:00.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T23:08:01.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T23:08:01.720Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T23:08:01.720Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-08T23:08:01.720Z] (3/3) Installing curl (7.69.1-r3) [2021-03-08T23:08:01.720Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T23:08:01.720Z] OK: 71 MiB in 58 packages [2021-03-08T23:08:03.171Z] Removing intermediate container f2b234ad1c36 [2021-03-08T23:08:03.171Z] ---> 0d9226064b02 [2021-03-08T23:08:03.171Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-08T23:08:03.171Z] ---> Running in 5244de24c03a [2021-03-08T23:08:03.442Z] Removing intermediate container 5244de24c03a [2021-03-08T23:08:03.442Z] ---> c5ce3d52b3d7 [2021-03-08T23:08:03.442Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T23:08:03.713Z] ---> Running in 06b4cf3f6ce5 [2021-03-08T23:08:03.988Z] Removing intermediate container 06b4cf3f6ce5 [2021-03-08T23:08:03.988Z] ---> 64203f5885c9 [2021-03-08T23:08:03.988Z] Step 24/26 : LABEL arch=arm64 [2021-03-08T23:08:04.260Z] ---> Running in cd378e6a5b46 [2021-03-08T23:08:04.532Z] Removing intermediate container cd378e6a5b46 [2021-03-08T23:08:04.532Z] ---> b9408d123a76 [2021-03-08T23:08:04.532Z] Step 25/26 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-08T23:08:04.804Z] ---> Running in 13dea6b987f7 [2021-03-08T23:08:05.398Z] Removing intermediate container 13dea6b987f7 [2021-03-08T23:08:05.398Z] ---> a0eb2dd5b530 [2021-03-08T23:08:05.398Z] Step 26/26 : LABEL version=0.0.0 [2021-03-08T23:08:05.398Z] ---> Running in 31cc57b7fd06 [2021-03-08T23:08:05.992Z] Removing intermediate container 31cc57b7fd06 [2021-03-08T23:08:05.992Z] ---> dafaecf6a4eb [2021-03-08T23:08:05.992Z] [2021-03-08T23:08:06.264Z] Successfully built dafaecf6a4eb [2021-03-08T23:08:06.264Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-08T23:08:06.551Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-08T23:08:06.567Z] $ docker stop --time=1 5a11940a04e4baefa6508145bfc000368a121495b459f30adb2d4672ba723089 [2021-03-08T23:08:08.531Z] $ docker rm -f 5a11940a04e4baefa6508145bfc000368a121495b459f30adb2d4672ba723089 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-08T23:08:09.181Z] + docker images [2021-03-08T23:08:09.182Z] + grep docker [2021-03-08T23:08:09.451Z] docker-sys-mgmt-agent-go-arm64 latest dafaecf6a4eb 4 seconds ago 300MB [2021-03-08T23:08:09.451Z] docker-core-metadata-go-arm64 latest d869fa47a76e About a minute ago 17.9MB [2021-03-08T23:08:09.451Z] docker-security-secretstore-setup-go-arm64 latest 71b87f3f81af About a minute ago 23.7MB [2021-03-08T23:08:09.451Z] docker-core-command-go-arm64 latest 289de92b9ca8 About a minute ago 16.2MB [2021-03-08T23:08:09.451Z] docker-security-bootstrapper-go-arm64 latest 608771f658c0 3 minutes ago 17.8MB [2021-03-08T23:08:09.451Z] docker-core-data-go-arm64 latest a24043cc7b40 3 minutes ago 21.1MB [2021-03-08T23:08:09.451Z] docker-support-notifications-go-arm64 latest 9f2041f25ba2 4 minutes ago 16.9MB [2021-03-08T23:08:09.451Z] docker-security-proxy-setup-go-arm64 latest 1ee7c1512906 4 minutes ago 23.4MB [2021-03-08T23:08:09.451Z] docker-support-scheduler-go-arm64 latest 75a34cbe39e8 4 minutes ago 16.3MB [2021-03-08T23:08:09.451Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-08T23:08:10.791Z] ---> job-cost.sh [2021-03-08T23:08:10.792Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-axN8 [2021-03-08T23:08:49.718Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-08T23:10:26.445Z] lf-activate-venv(): INFO: Adding /tmp/venv-axN8/bin to PATH [2021-03-08T23:10:26.445Z] INFO: No Stack... [2021-03-08T23:10:26.445Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-08T23:10:26.445Z] INFO: Archiving Costs [Pipeline] sh [2021-03-08T23:10:26.789Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-03-08T23:10:26.789Z] + cut -d, -f6 [Pipeline] lock [2021-03-08T23:10:26.901Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-5-stack-cost] [2021-03-08T23:10:26.911Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3223-5-stack-cost] did not exist. Created. [2021-03-08T23:10:26.911Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-08T23:10:27.362Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-08T23:10:27.684Z] Stashed 1 file(s) [Pipeline] } [2021-03-08T23:10:27.694Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-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-03-08T23:10:30.976Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T23:10:31.943Z] ---> package-listing.sh [2021-03-08T23:10:31.943Z] ++ facter osfamily [2021-03-08T23:10:31.943Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-08T23:10:31.943Z] + OS_FAMILY=redhat [2021-03-08T23:10:31.943Z] + workspace=/w/workspace/edgex-go/5 [2021-03-08T23:10:31.943Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-08T23:10:31.943Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-08T23:10:31.943Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-08T23:10:31.943Z] + PACKAGES=/tmp/packages_start.txt [2021-03-08T23:10:31.943Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-08T23:10:31.943Z] + PACKAGES=/tmp/packages_end.txt [2021-03-08T23:10:31.943Z] + case "${OS_FAMILY}" in [2021-03-08T23:10:31.943Z] + rpm -qa [2021-03-08T23:10:31.943Z] + sort [2021-03-08T23:10:37.277Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-08T23:10:37.277Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-08T23:10:37.277Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-08T23:10:37.277Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-08T23:10:37.277Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-03-08T23:10:37.277Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-03-08T23:10:37.292Z] 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-03-08T23:10:37.583Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-08T23:10:37.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-08T23:10:37.890Z] [2021-03-08T23:10:37.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-08T23:10:38.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-08T23:10:38.243Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-08T23:10:38.243Z] df20fa9351a1: Pulling fs layer [2021-03-08T23:10:38.243Z] 36b3adc4ff6f: Pulling fs layer [2021-03-08T23:10:38.243Z] 8ad3a11d3b57: Pulling fs layer [2021-03-08T23:10:38.243Z] 46f8f816bc3b: Pulling fs layer [2021-03-08T23:10:38.243Z] 93b61091891f: Pulling fs layer [2021-03-08T23:10:38.243Z] 93b9cdb0e59b: Pulling fs layer [2021-03-08T23:10:38.243Z] 5e14af77c1be: Pulling fs layer [2021-03-08T23:10:38.243Z] 01666e4c0597: Pulling fs layer [2021-03-08T23:10:38.243Z] 46f8f816bc3b: Waiting [2021-03-08T23:10:38.243Z] 93b61091891f: Waiting [2021-03-08T23:10:38.243Z] aa168da1d23b: Pulling fs layer [2021-03-08T23:10:38.243Z] 93b9cdb0e59b: Waiting [2021-03-08T23:10:38.243Z] 01666e4c0597: Waiting [2021-03-08T23:10:38.243Z] aa168da1d23b: Waiting [2021-03-08T23:10:38.243Z] 5e14af77c1be: Waiting [2021-03-08T23:10:38.243Z] 36b3adc4ff6f: Download complete [2021-03-08T23:10:38.512Z] 46f8f816bc3b: Verifying Checksum [2021-03-08T23:10:38.512Z] 46f8f816bc3b: Download complete [2021-03-08T23:10:38.512Z] df20fa9351a1: Verifying Checksum [2021-03-08T23:10:38.512Z] df20fa9351a1: Download complete [2021-03-08T23:10:38.512Z] 93b9cdb0e59b: Verifying Checksum [2021-03-08T23:10:38.512Z] 93b9cdb0e59b: Download complete [2021-03-08T23:10:38.512Z] 93b61091891f: Verifying Checksum [2021-03-08T23:10:38.512Z] 93b61091891f: Download complete [2021-03-08T23:10:38.512Z] 5e14af77c1be: Verifying Checksum [2021-03-08T23:10:38.512Z] 5e14af77c1be: Download complete [2021-03-08T23:10:38.512Z] 01666e4c0597: Verifying Checksum [2021-03-08T23:10:38.512Z] 01666e4c0597: Download complete [2021-03-08T23:10:38.774Z] df20fa9351a1: Pull complete [2021-03-08T23:10:39.043Z] 36b3adc4ff6f: Pull complete [2021-03-08T23:10:39.043Z] 8ad3a11d3b57: Verifying Checksum [2021-03-08T23:10:39.043Z] 8ad3a11d3b57: Download complete [2021-03-08T23:10:39.990Z] 8ad3a11d3b57: Pull complete [2021-03-08T23:10:39.990Z] 46f8f816bc3b: Pull complete [2021-03-08T23:10:40.943Z] aa168da1d23b: Verifying Checksum [2021-03-08T23:10:40.943Z] aa168da1d23b: Download complete [2021-03-08T23:10:41.891Z] 93b61091891f: Pull complete [2021-03-08T23:10:41.891Z] 93b9cdb0e59b: Pull complete [2021-03-08T23:10:42.155Z] 5e14af77c1be: Pull complete [2021-03-08T23:10:42.155Z] 01666e4c0597: Pull complete [2021-03-08T23:10:52.222Z] aa168da1d23b: Pull complete [2021-03-08T23:10:52.222Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-08T23:10:52.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-08T23:10:52.222Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-08T23:10:52.467Z] prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container [2021-03-08T23:10:52.524Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-08T23:11:00.155Z] $ docker top 71af2a2b7fdb5808c0ee8084c1f2a4bc4f6efa030ec6e288610f1387b2362bc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T23:11:00.924Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-08T23:11:01.233Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-08T23:11:01.539Z] + ls /var/log/sa-host [2021-03-08T23:11:01.540Z] + sadf -c /var/log/sa-host/sa08 [2021-03-08T23:11:01.540Z] file_magic: OK [2021-03-08T23:11:01.540Z] HZ: Using current value: 100 [2021-03-08T23:11:01.540Z] file_header: OK [2021-03-08T23:11:01.540Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-08T23:11:01.540Z] Statistics: [2021-03-08T23:11:01.540Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-08T23:11:01.540Z] File successfully converted to sysstat format version 12.2.1 [2021-03-08T23:11:01.540Z] + sadf -c /var/log/sa-host/sa23 [2021-03-08T23:11:01.540Z] file_magic: OK [2021-03-08T23:11:01.540Z] HZ: Using current value: 100 [2021-03-08T23:11:01.540Z] file_header: OK [2021-03-08T23:11:01.540Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-08T23:11:01.540Z] Statistics: [2021-03-08T23:11:01.540Z] Hnuu...uuuununununu... [2021-03-08T23:11:01.540Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-08T23:11:02.280Z] provisioning config files... [2021-03-08T23:11:02.304Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config8223313966025406473tmp [Pipeline] { [Pipeline] echo [2021-03-08T23:11:02.373Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T23:11:02.671Z] ---> create-netrc.sh [Pipeline] } [2021-03-08T23:11:02.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-08T23:11:02.773Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T23:11:03.071Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-08T23:11:03.082Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T23:11:03.385Z] ---> sudo-logs.sh [2021-03-08T23:11:03.385Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-08T23:11:03.540Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T23:11:03.848Z] ---> job-cost.sh [2021-03-08T23:11:03.848Z] lf-activate-venv: SKIPPING [2021-03-08T23:11:03.848Z] DEBUG: total: 0.20999999344348907 [2021-03-08T23:11:03.848Z] INFO: Retrieving Stack Cost... [2021-03-08T23:11:04.797Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-08T23:11:05.373Z] INFO: Archiving Costs [Pipeline] echo [2021-03-08T23:11:05.389Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T23:11:05.689Z] ---> logs-deploy.sh [2021-03-08T23:11:05.689Z] lf-activate-venv: SKIPPING [2021-03-08T23:11:05.689Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/5 [2021-03-08T23:11:05.689Z] INFO: archiving workspace using pattern(s): [2021-03-08T23:11:08.259Z] Archives upload complete. [2021-03-08T23:11:08.259Z] INFO: archiving logs to Nexus