Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30061 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/83 [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/83 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing b397b077661bb585d29d5a2b1d342f44ea07852d Checking out Revision b397b077661bb585d29d5a2b1d342f44ea07852d (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b397b077661bb585d29d5a2b1d342f44ea07852d # timeout=10 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" > git rev-list --no-walk 66de3d8016e52a044aafc87a40b3405e37ebe62e # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-17T00:31:02.658Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-17T00:31:02.895Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-17T00:31:03.065Z] ========================================================= [2021-03-17T00:31:03.065Z] EdgeX Global Pipelines Version Info [2021-03-17T00:31:03.065Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:31:05.051Z] ------------------- [2021-03-17T00:31:05.051Z] stable info: [2021-03-17T00:31:05.051Z] ------------------- [2021-03-17T00:31:05.051Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-17T00:31:05.051Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T00:31:05.051Z] Message: update stable to v1.0.184 [2021-03-17T00:31:05.633Z] ------------------- [2021-03-17T00:31:05.633Z] experimental info: [2021-03-17T00:31:05.633Z] ------------------- [2021-03-17T00:31:05.633Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-17T00:31:05.633Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T00:31:05.633Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-17T00:31:05.878Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-17T00:31:05.964Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-17T00:31:06.045Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-17T00:31:06.127Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-17T00:31:06.207Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-17T00:31:06.291Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-17T00:31:06.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-17T00:31:06.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-17T00:31:06.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-17T00:31:06.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-17T00:31:06.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-17T00:31:06.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-17T00:31:06.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-17T00:31:07.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-17T00:31:07.165Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T00:31:07.261Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T00:31:07.352Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-17T00:31:07.442Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-17T00:31:07.571Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-17T00:31:07.675Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-17T00:31:07.764Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-17T00:31:07.880Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-17T00:31:07.966Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-03-17T00:31:08.051Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-03-17T00:31:08.135Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-03-17T00:31:08.229Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b397b077661bb585d29d5a2b1d342f44ea07852d [Pipeline] echo [2021-03-17T00:31:08.364Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b397b07 [Pipeline] echo [2021-03-17T00:31:08.465Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T00:31:08.649Z] provisioning config files... [2021-03-17T00:31:08.683Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/83@tmp/config3592338819622279104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:31:09.052Z] ---> docker-login.sh [2021-03-17T00:31:09.053Z] nexus3.edgexfoundry.org:10001 [2021-03-17T00:31:09.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:31:09.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:31:09.581Z] Configure a credential helper to remove this warning. See [2021-03-17T00:31:09.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:31:09.581Z] [2021-03-17T00:31:09.581Z] Login Succeeded [2021-03-17T00:31:09.581Z] nexus3.edgexfoundry.org:10002 [2021-03-17T00:31:09.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:31:09.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:31:09.844Z] Configure a credential helper to remove this warning. See [2021-03-17T00:31:09.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:31:09.844Z] [2021-03-17T00:31:09.845Z] Login Succeeded [2021-03-17T00:31:09.845Z] nexus3.edgexfoundry.org:10003 [2021-03-17T00:31:09.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:31:10.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:31:10.113Z] Configure a credential helper to remove this warning. See [2021-03-17T00:31:10.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:31:10.113Z] [2021-03-17T00:31:10.113Z] Login Succeeded [2021-03-17T00:31:10.113Z] nexus3.edgexfoundry.org:10004 [2021-03-17T00:31:10.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:31:10.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:31:10.113Z] Configure a credential helper to remove this warning. See [2021-03-17T00:31:10.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:31:10.113Z] [2021-03-17T00:31:10.113Z] Login Succeeded [2021-03-17T00:31:10.113Z] docker.io [2021-03-17T00:31:10.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:31:10.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:31:10.647Z] Configure a credential helper to remove this warning. See [2021-03-17T00:31:10.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:31:10.647Z] [2021-03-17T00:31:10.647Z] Login Succeeded [2021-03-17T00:31:10.647Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T00:31:10.657Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T00:31:11.120Z] ++ 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-17T00:31:11.120Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:31:11.120Z] ++ dirname cmd/core-command/Dockerfile [2021-03-17T00:31:11.120Z] ++ cut -d/ -f2 [2021-03-17T00:31:11.120Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-17T00:31:11.120Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:31:11.120Z] ++ dirname cmd/core-data/Dockerfile [2021-03-17T00:31:11.120Z] ++ cut -d/ -f2 [2021-03-17T00:31:11.120Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-17T00:31:11.120Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:31:11.120Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-17T00:31:11.120Z] ++ cut -d/ -f2 [2021-03-17T00:31:11.120Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-17T00:31:11.120Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:31:11.120Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-17T00:31:11.120Z] ++ cut -d/ -f2 [2021-03-17T00:31:11.120Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-17T00:31:11.120Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:31:11.120Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-17T00:31:11.120Z] ++ cut -d/ -f2 [2021-03-17T00:31:11.120Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-17T00:31:11.120Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:31:11.120Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-17T00:31:11.120Z] ++ cut -d/ -f2 [2021-03-17T00:31:11.120Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-17T00:31:11.120Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:31:11.120Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-17T00:31:11.120Z] ++ cut -d/ -f2 [2021-03-17T00:31:11.120Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-17T00:31:11.120Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:31:11.120Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-17T00:31:11.120Z] ++ cut -d/ -f2 [2021-03-17T00:31:11.120Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-17T00:31:11.120Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:31:11.120Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-17T00:31:11.120Z] ++ cut -d/ -f2 [2021-03-17T00:31:11.120Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-17T00:31:11.204Z] 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-17T00:31:12.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T00:31:12.049Z] [2021-03-17T00:31:12.049Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:31:12.399Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T00:31:12.399Z] latest: Pulling from edgex-devops/git-semver [2021-03-17T00:31:12.399Z] 31603596830f: Pulling fs layer [2021-03-17T00:31:12.399Z] 2a8b12db71e7: Pulling fs layer [2021-03-17T00:31:12.399Z] 6ca5941a6612: Pulling fs layer [2021-03-17T00:31:12.399Z] ecc8261a40a4: Pulling fs layer [2021-03-17T00:31:12.399Z] ecc8261a40a4: Waiting [2021-03-17T00:31:12.399Z] 2a8b12db71e7: Verifying Checksum [2021-03-17T00:31:12.399Z] 2a8b12db71e7: Download complete [2021-03-17T00:31:12.399Z] 31603596830f: Verifying Checksum [2021-03-17T00:31:12.399Z] 31603596830f: Download complete [2021-03-17T00:31:12.675Z] ecc8261a40a4: Verifying Checksum [2021-03-17T00:31:12.675Z] ecc8261a40a4: Download complete [2021-03-17T00:31:12.675Z] 6ca5941a6612: Verifying Checksum [2021-03-17T00:31:12.675Z] 6ca5941a6612: Download complete [2021-03-17T00:31:12.939Z] 31603596830f: Pull complete [2021-03-17T00:31:12.939Z] 2a8b12db71e7: Pull complete [2021-03-17T00:31:13.894Z] 6ca5941a6612: Pull complete [2021-03-17T00:31:14.157Z] ecc8261a40a4: Pull complete [2021-03-17T00:31:14.157Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-17T00:31:14.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T00:31:14.157Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-17T00:31:14.266Z] prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container [2021-03-17T00:31:14.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-17T00:31:16.909Z] $ docker top 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T00:31:17.232Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T00:31:17.232Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T00:31:17.506Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T00:31:17.512Z] $ docker exec 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e ssh-agent [2021-03-17T00:31:17.723Z] SSH_AUTH_SOCK=/tmp/ssh-1lCQT3WEFc4U/agent.12 [2021-03-17T00:31:17.723Z] SSH_AGENT_PID=17 [2021-03-17T00:31:17.734Z] Running ssh-add (command line suppressed) [2021-03-17T00:31:17.888Z] Identity added: /w/workspace/edgex-go/83@tmp/private_key_6019054879984569481.key (/w/workspace/edgex-go/83@tmp/private_key_6019054879984569481.key) [2021-03-17T00:31:17.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T00:31:18.342Z] + git tag --points-at HEAD [Pipeline] } [2021-03-17T00:31:18.369Z] $ docker exec --env ******** --env ******** 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e ssh-agent -k [2021-03-17T00:31:18.493Z] unset SSH_AUTH_SOCK; [2021-03-17T00:31:18.495Z] unset SSH_AGENT_PID; [2021-03-17T00:31:18.495Z] echo Agent pid 17 killed; [2021-03-17T00:31:18.547Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-17T00:31:18.702Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T00:31:18.702Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T00:31:18.890Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T00:31:18.895Z] $ docker exec 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e ssh-agent [2021-03-17T00:31:19.101Z] SSH_AUTH_SOCK=/tmp/ssh-8USfI6d1SbIg/agent.48 [2021-03-17T00:31:19.101Z] SSH_AGENT_PID=54 [2021-03-17T00:31:19.107Z] Running ssh-add (command line suppressed) [2021-03-17T00:31:19.252Z] Identity added: /w/workspace/edgex-go/83@tmp/private_key_8068644398856265781.key (/w/workspace/edgex-go/83@tmp/private_key_8068644398856265781.key) [2021-03-17T00:31:19.313Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T00:31:19.651Z] + git semver init [2021-03-17T00:31:19.652Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T00:31:19.652Z] # $GIT_DIR = /w/workspace/edgex-go/83/.git [2021-03-17T00:31:19.652Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/83 [2021-03-17T00:31:19.652Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T00:31:19.652Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T00:31:19.652Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T00:31:19.652Z] # $SEMVER_BRANCH = PR-2858 [2021-03-17T00:31:19.652Z] # $SEMVER_TEMP = /tmp/semver-322553772 [2021-03-17T00:31:19.652Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-17T00:31:58.557Z] # '/tmp/semver-322553772' -> '/w/workspace/edgex-go/83/.semver' [2021-03-17T00:31:58.557Z] # -> Force: false [2021-03-17T00:31:58.557Z] # $SEMVER_DIR = /w/workspace/edgex-go/83/.semver [Pipeline] } [2021-03-17T00:31:58.576Z] $ docker exec --env ******** --env ******** 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e ssh-agent -k [2021-03-17T00:31:58.867Z] unset SSH_AUTH_SOCK; [2021-03-17T00:31:58.868Z] unset SSH_AGENT_PID; [2021-03-17T00:31:58.868Z] echo Agent pid 54 killed; [2021-03-17T00:31:59.000Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T00:31:59.546Z] + git semver [Pipeline] } [2021-03-17T00:31:59.571Z] $ docker stop --time=1 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e [2021-03-17T00:32:01.383Z] $ docker rm -f 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T00:32:01.930Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-17T00:32:02.574Z] Stashed 1 file(s) [Pipeline] echo [2021-03-17T00:32:02.577Z] [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-17T00:32:03.535Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-17T00:32:03.837Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T00:32:04.148Z] + sudo service docker restart [2021-03-17T00:32:04.148Z] + true [2021-03-17T00:32:04.148Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-17T00:32:04.743Z] ========================================================= [2021-03-17T00:32:04.743Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-17T00:32:04.743Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:32:05.091Z] + 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-17T00:32:09.330Z] Sending build context to Docker daemon 328.6MB [2021-03-17T00:32:09.330Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T00:32:09.330Z] Step 2/6 : FROM ${BASE} [2021-03-17T00:32:09.330Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-17T00:32:09.330Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T00:32:09.330Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T00:32:09.330Z] de9db76c5a1d: Pulling fs layer [2021-03-17T00:32:09.330Z] bca2f99d35d6: Pulling fs layer [2021-03-17T00:32:09.330Z] 93359f2a8cfa: Pulling fs layer [2021-03-17T00:32:09.330Z] 7c6f9722023f: Pulling fs layer [2021-03-17T00:32:09.330Z] a35cf1a2eb13: Pulling fs layer [2021-03-17T00:32:09.330Z] bca2f99d35d6: Waiting [2021-03-17T00:32:09.330Z] 7c6f9722023f: Waiting [2021-03-17T00:32:09.330Z] a35cf1a2eb13: Waiting [2021-03-17T00:32:09.330Z] 93359f2a8cfa: Waiting [2021-03-17T00:32:09.330Z] de9db76c5a1d: Verifying Checksum [2021-03-17T00:32:09.330Z] de9db76c5a1d: Download complete [2021-03-17T00:32:09.330Z] 0ef7d3d256c8: Verifying Checksum [2021-03-17T00:32:09.330Z] 0ef7d3d256c8: Download complete [2021-03-17T00:32:09.330Z] 93359f2a8cfa: Verifying Checksum [2021-03-17T00:32:09.330Z] 93359f2a8cfa: Download complete [2021-03-17T00:32:09.330Z] 7c6f9722023f: Verifying Checksum [2021-03-17T00:32:09.330Z] 7c6f9722023f: Download complete [2021-03-17T00:32:09.330Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T00:32:09.330Z] 188c0c94c7c5: Download complete [2021-03-17T00:32:09.604Z] 188c0c94c7c5: Pull complete [2021-03-17T00:32:09.884Z] 0ef7d3d256c8: Pull complete [2021-03-17T00:32:10.164Z] de9db76c5a1d: Pull complete [2021-03-17T00:32:11.136Z] a35cf1a2eb13: Verifying Checksum [2021-03-17T00:32:11.136Z] a35cf1a2eb13: Download complete [2021-03-17T00:32:11.719Z] bca2f99d35d6: Verifying Checksum [2021-03-17T00:32:11.719Z] bca2f99d35d6: Download complete [2021-03-17T00:32:18.003Z] Still waiting to schedule task [2021-03-17T00:32:18.003Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-17T00:32:18.395Z] bca2f99d35d6: Pull complete [2021-03-17T00:32:18.395Z] 93359f2a8cfa: Pull complete [2021-03-17T00:32:18.395Z] 7c6f9722023f: Pull complete [2021-03-17T00:32:23.708Z] a35cf1a2eb13: Pull complete [2021-03-17T00:32:23.708Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-17T00:32:23.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-17T00:32:23.708Z] ---> a62c8e92a672 [2021-03-17T00:32:23.709Z] 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-17T00:32:24.284Z] ---> Running in 9e9e56bc8a45 [2021-03-17T00:32:24.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:32:25.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:32:26.014Z] (1/12) Installing libmagic (5.38-r0) [2021-03-17T00:32:26.014Z] (2/12) Installing file (5.38-r0) [2021-03-17T00:32:26.014Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-17T00:32:26.278Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-17T00:32:30.526Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-17T00:32:30.526Z] (6/12) Installing patch (2.7.6-r6) [2021-03-17T00:32:30.789Z] (7/12) Installing build-base (0.5-r2) [2021-03-17T00:32:30.789Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-17T00:32:30.789Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-17T00:32:31.051Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-17T00:32:31.051Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-17T00:32:31.051Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-17T00:32:31.315Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:32:31.315Z] OK: 233 MiB in 51 packages [2021-03-17T00:32:35.561Z] Removing intermediate container 9e9e56bc8a45 [2021-03-17T00:32:35.561Z] ---> ea4922cd5300 [2021-03-17T00:32:35.561Z] Step 4/6 : WORKDIR /edgex-go [2021-03-17T00:32:35.562Z] ---> Running in dcf4e86a7825 [2021-03-17T00:32:35.562Z] Removing intermediate container dcf4e86a7825 [2021-03-17T00:32:35.562Z] ---> 62aa52e37edd [2021-03-17T00:32:35.562Z] Step 5/6 : COPY go.mod . [2021-03-17T00:32:35.562Z] ---> 5d4e16e08a63 [2021-03-17T00:32:35.562Z] Step 6/6 : RUN go mod download [2021-03-17T00:32:35.562Z] ---> Running in 607dfe92497e [2021-03-17T00:33:02.203Z] Removing intermediate container 607dfe92497e [2021-03-17T00:33:02.203Z] ---> 5d2feaaef7f3 [2021-03-17T00:33:02.203Z] Successfully built 5d2feaaef7f3 [2021-03-17T00:33:02.203Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:33:02.522Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T00:33:02.522Z] . [Pipeline] withDockerContainer [2021-03-17T00:33:02.631Z] prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container [2021-03-17T00:33:02.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-17T00:33:03.621Z] $ docker top 2b1776e6fe23a9b7efff961c1fea6c8b09c5b0451fb3018585ec2f032af9ee19 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:33:04.263Z] + go version [2021-03-17T00:33:04.263Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-17T00:33:04.285Z] $ docker stop --time=1 2b1776e6fe23a9b7efff961c1fea6c8b09c5b0451fb3018585ec2f032af9ee19 [2021-03-17T00:33:05.647Z] $ docker rm -f 2b1776e6fe23a9b7efff961c1fea6c8b09c5b0451fb3018585ec2f032af9ee19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:33:06.414Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T00:33:06.414Z] . [Pipeline] withDockerContainer [2021-03-17T00:33:06.514Z] prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container [2021-03-17T00:33:06.564Z] $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-17T00:33:07.344Z] $ docker top 5fedb568a297a1c15cf475be5efb46e6ab145908b6a2328461a72bdd51039997 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-17T00:33:07.563Z] ========================================================= [2021-03-17T00:33:07.563Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-17T00:33:07.563Z] ========================================================= [Pipeline] sh [2021-03-17T00:33:07.856Z] + make test [2021-03-17T00:33:07.856Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T00:33:17.961Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-17T00:33:40.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-17T00:33:40.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-17T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-17T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-17T00:33:42.982Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-17T00:33:42.982Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-17T00:33:42.982Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-17T00:33:42.982Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-17T00:33:44.419Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-17T00:33:44.419Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-17T00:33:47.289Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-17T00:33:47.289Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-17T00:33:47.289Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-17T00:33:49.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements [2021-03-17T00:33:49.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-17T00:33:49.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-17T00:33:49.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-17T00:33:49.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-17T00:33:49.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-17T00:33:49.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-17T00:33:49.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements [2021-03-17T00:33:49.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements [2021-03-17T00:33:53.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.380s coverage: 27.1% of statements [2021-03-17T00:33:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-17T00:33:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-17T00:33:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-17T00:33:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-17T00:33:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-17T00:33:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-17T00:33:53.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements [2021-03-17T00:33:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-17T00:33:53.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-03-17T00:33:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-17T00:33:53.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-17T00:33:54.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 71.3% of statements [2021-03-17T00:33:54.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-17T00:33:54.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-17T00:33:54.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 82.9% of statements [2021-03-17T00:33:54.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-17T00:33:54.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:33:54.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements [2021-03-17T00:33:54.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-17T00:33:58.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-17T00:33:58.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-17T00:33:58.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-17T00:33:58.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.146s coverage: 86.7% of statements [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-17T00:33:58.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-17T00:33:58.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.093s coverage: 78.3% of statements [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-17T00:33:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-17T00:34:01.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.483s coverage: 92.8% of statements [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-17T00:34:01.167Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-17T00:34:01.167Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-03-17T00:34:01.167Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-17T00:34:01.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-17T00:34:01.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-17T00:34:01.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 47.1% of statements [2021-03-17T00:34:01.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements [2021-03-17T00:34:01.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-03-17T00:34:01.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-03-17T00:34:01.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-03-17T00:34:13.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements [2021-03-17T00:34:13.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-03-17T00:34:15.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.111s coverage: 81.9% of statements [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.101s coverage: 92.9% of statements [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.111s coverage: 91.6% of statements [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 62.4% of statements [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-17T00:34:25.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements [2021-03-17T00:34:25.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.395s coverage: 69.0% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 38.4% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.183s coverage: 47.0% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.736s coverage: 29.1% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.090s coverage: 96.5% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-17T00:34:25.526Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-17T00:34:25.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-17T00:34:26.124Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-03-17T00:34:26.124Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-17T00:34:26.124Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-17T00:34:26.124Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-03-17T00:34:26.398Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-17T00:34:26.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-17T00:34:27.234Z] GO111MODULE=on go vet ./... [2021-03-17T00:34:59.677Z] gofmt -l . [2021-03-17T00:34:59.677Z] [ "`gofmt -l .`" = "" ] [2021-03-17T00:34:59.677Z] ./bin/test-go-mod-tidy.sh [2021-03-17T00:34:59.677Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-17T00:35:00.029Z] + ls -al . [2021-03-17T00:35:00.029Z] total 760 [2021-03-17T00:35:00.029Z] drwxrwxr-x 10 1001 1001 4096 Mar 17 00:34 . [2021-03-17T00:35:00.029Z] drwxr-xr-x 4 root root 30 Mar 17 00:33 .. [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 11 Mar 17 00:30 .dockerignore [2021-03-17T00:35:00.029Z] drwxrwxr-x 8 1001 1001 179 Mar 17 00:31 .git [2021-03-17T00:35:00.029Z] drwxrwxr-x 3 1001 1001 125 Mar 17 00:30 .github [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 818 Mar 17 00:30 .gitignore [2021-03-17T00:35:00.029Z] drwx------ 3 1001 1001 60 Mar 17 00:31 .semver [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 166 Mar 17 00:30 .sonarcloud.properties [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:30 Attribution.txt [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:30 CONTRIBUTING.md [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 931 Mar 17 00:30 Dockerfile.build [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 863 Mar 17 00:30 Jenkinsfile [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:30 LICENSE [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:30 Makefile [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:30 README.md [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:30 SECURITY.md [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 5 Mar 17 00:32 VERSION [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:30 ZMQWindows.md [2021-03-17T00:35:00.029Z] drwxrwxr-x 2 1001 1001 117 Mar 17 00:30 bin [2021-03-17T00:35:00.029Z] drwxrwxr-x 14 1001 1001 4096 Mar 17 00:30 cmd [2021-03-17T00:35:00.029Z] -rw-r--r-- 1 root root 650607 Mar 17 00:34 coverage.out [2021-03-17T00:35:00.029Z] -rw-r--r-- 1 root root 1055 Mar 17 00:34 go.mod [2021-03-17T00:35:00.029Z] -rw-r--r-- 1 root root 21981 Mar 17 00:34 go.sum [2021-03-17T00:35:00.029Z] drwxrwxr-x 8 1001 1001 127 Mar 17 00:30 internal [2021-03-17T00:35:00.029Z] drwxrwxr-x 4 1001 1001 26 Mar 17 00:30 openapi [2021-03-17T00:35:00.029Z] drwxrwxr-x 4 1001 1001 71 Mar 17 00:30 snap [2021-03-17T00:35:00.029Z] -rw-rw-r-- 1 1001 1001 168 Mar 17 00:30 version.go [Pipeline] sh [2021-03-17T00:35:00.365Z] + '[' -e coverage.out ] [2021-03-17T00:35:00.365Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-17T00:35:00.637Z] Stashed 1 file(s) [Pipeline] sh [2021-03-17T00:35:00.936Z] + make build [2021-03-17T00:35:00.936Z] 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-17T00:35:05.219Z] 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-17T00:35:13.482Z] 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-17T00:35:14.435Z] 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-17T00:35:16.389Z] 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-17T00:35:16.662Z] 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-17T00:35:18.622Z] 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-17T00:35:20.050Z] 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-17T00:35:21.460Z] 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-17T00:35:22.421Z] 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-17T00:35:23.826Z] 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-17T00:35:25.232Z] 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-17T00:35:27.175Z] $ docker stop --time=1 5fedb568a297a1c15cf475be5efb46e6ab145908b6a2328461a72bdd51039997 [2021-03-17T00:35:28.926Z] $ docker rm -f 5fedb568a297a1c15cf475be5efb46e6ab145908b6a2328461a72bdd51039997 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:35:30.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-17T00:35:30.770Z] [2021-03-17T00:35:30.770Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:35:31.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-17T00:35:31.123Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-17T00:35:31.123Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-17T00:35:31.123Z] ca9280d653b3: Pulling fs layer [2021-03-17T00:35:31.123Z] 7e9c9ca2126c: Pulling fs layer [2021-03-17T00:35:31.390Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-17T00:35:31.390Z] cbdbe7a5bc2a: Download complete [2021-03-17T00:35:31.653Z] cbdbe7a5bc2a: Pull complete [2021-03-17T00:35:31.919Z] ca9280d653b3: Download complete [2021-03-17T00:35:32.878Z] 7e9c9ca2126c: Verifying Checksum [2021-03-17T00:35:32.878Z] 7e9c9ca2126c: Download complete [2021-03-17T00:35:33.212Z] ca9280d653b3: Pull complete [2021-03-17T00:35:40.120Z] 7e9c9ca2126c: Pull complete [2021-03-17T00:35:40.120Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-17T00:35:40.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-17T00:35:40.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-17T00:35:40.259Z] prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container [2021-03-17T00:35:40.317Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-17T00:35:40.647Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30068 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [2021-03-17T00:35:43.559Z] $ docker top fd8ca1128866afdbd85626ad7567a29753f59c3f9b2edef08f7fb0ef67c62e86 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-03-17T00:35:43.875Z] Running in /w/workspace/edgex-go/83 [Pipeline] { [Pipeline] checkout [2021-03-17T00:35:44.129Z] + docker-compose build --help [2021-03-17T00:35:44.129Z] + grep parallel [2021-03-17T00:35:45.080Z] --parallel Build images in parallel. [Pipeline] } [2021-03-17T00:35:45.096Z] $ docker stop --time=1 fd8ca1128866afdbd85626ad7567a29753f59c3f9b2edef08f7fb0ef67c62e86 [2021-03-17T00:35:46.484Z] $ docker rm -f fd8ca1128866afdbd85626ad7567a29753f59c3f9b2edef08f7fb0ef67c62e86 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:35:47.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-17T00:35:47.219Z] . [Pipeline] withDockerContainer [2021-03-17T00:35:47.325Z] prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container [2021-03-17T00:35:47.380Z] $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-17T00:35:48.270Z] $ docker top 9089e7bf17554e6d7cb3733738a9a04ecb73d0f4d39e608d8786ab9dcc1bd74f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:35:48.798Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-17T00:35:49.062Z] using credential edgex-jenkins-ssh [2021-03-17T00:35:49.150Z] Cloning the remote Git repository [2021-03-17T00:35:49.752Z] Building docker-core-command-go ... [2021-03-17T00:35:49.752Z] Building docker-core-data-go ... [2021-03-17T00:35:49.752Z] Building docker-core-metadata-go ... [2021-03-17T00:35:49.752Z] Building docker-security-bootstrapper-go ... [2021-03-17T00:35:49.752Z] Building docker-security-proxy-setup-go ... [2021-03-17T00:35:49.752Z] Building docker-security-secretstore-setup-go ... [2021-03-17T00:35:49.752Z] Building docker-support-notifications-go ... [2021-03-17T00:35:49.752Z] Building docker-support-scheduler-go ... [2021-03-17T00:35:49.752Z] Building docker-sys-mgmt-agent-go ... [2021-03-17T00:35:49.752Z] Building docker-security-proxy-setup-go [2021-03-17T00:35:49.752Z] Building docker-support-notifications-go [2021-03-17T00:35:49.752Z] Building docker-core-metadata-go [2021-03-17T00:35:49.752Z] Building docker-support-scheduler-go [2021-03-17T00:35:49.752Z] Building docker-security-bootstrapper-go [2021-03-17T00:35:49.217Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:35:49.338Z] > git init /w/workspace/edgex-go/83 # timeout=10 [2021-03-17T00:35:49.433Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:35:49.434Z] > git --version # timeout=10 [2021-03-17T00:35:49.453Z] > git --version # 'git version 2.17.1' [2021-03-17T00:35:49.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:35:49.544Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T00:36:09.761Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-17T00:36:09.790Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T00:36:09.818Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-17T00:36:09.858Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:36:09.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:36:09.874Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T00:36:10.747Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-17T00:36:12.112Z] Merge succeeded, producing 61d827c131bb3ad7bcab9425979ae28bbd3ef5a8 [2021-03-17T00:36:12.113Z] Checking out Revision 61d827c131bb3ad7bcab9425979ae28bbd3ef5a8 (PR-2858) [2021-03-17T00:36:10.772Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T00:36:10.786Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-17T00:36:11.127Z] > git remote # timeout=10 [2021-03-17T00:36:11.147Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T00:36:11.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:36:11.233Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-17T00:36:12.099Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T00:36:12.123Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T00:36:12.144Z] > git checkout -f 61d827c131bb3ad7bcab9425979ae28bbd3ef5a8 # timeout=10 [2021-03-17T00:36:16.645Z] Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" [2021-03-17T00:36:16.673Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T00:36:16.656Z] > git rev-list --no-walk 66de3d8016e52a044aafc87a40b3405e37ebe62e # timeout=10 [2021-03-17T00:36:18.207Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-17T00:36:18.632Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T00:36:18.998Z] + sudo service docker restart [2021-03-17T00:36:18.998Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T00:36:21.078Z] provisioning config files... [2021-03-17T00:36:21.125Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/83@tmp/config1675397889607061928tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:36:21.573Z] ---> docker-login.sh [2021-03-17T00:36:21.573Z] nexus3.edgexfoundry.org:10001 [2021-03-17T00:36:22.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:36:22.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:36:22.844Z] Configure a credential helper to remove this warning. See [2021-03-17T00:36:22.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:36:22.844Z] [2021-03-17T00:36:22.844Z] Login Succeeded [2021-03-17T00:36:22.844Z] nexus3.edgexfoundry.org:10002 [2021-03-17T00:36:23.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:36:23.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:36:23.441Z] Configure a credential helper to remove this warning. See [2021-03-17T00:36:23.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:36:23.441Z] [2021-03-17T00:36:23.441Z] Login Succeeded [2021-03-17T00:36:23.441Z] nexus3.edgexfoundry.org:10003 [2021-03-17T00:36:23.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:36:23.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:36:23.991Z] Configure a credential helper to remove this warning. See [2021-03-17T00:36:23.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:36:23.991Z] [2021-03-17T00:36:23.991Z] Login Succeeded [2021-03-17T00:36:23.991Z] nexus3.edgexfoundry.org:10004 [2021-03-17T00:36:24.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:36:24.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:36:24.538Z] Configure a credential helper to remove this warning. See [2021-03-17T00:36:24.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:36:24.538Z] [2021-03-17T00:36:24.538Z] Login Succeeded [2021-03-17T00:36:24.538Z] docker.io [2021-03-17T00:36:24.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:36:25.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:36:25.414Z] Configure a credential helper to remove this warning. See [2021-03-17T00:36:25.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:36:25.414Z] [2021-03-17T00:36:25.414Z] Login Succeeded [2021-03-17T00:36:25.414Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T00:36:25.432Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T00:36:25.887Z] ========================================================= [2021-03-17T00:36:25.887Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-17T00:36:25.887Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:36:26.269Z] + 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-17T00:36:28.782Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:36:28.783Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:36:28.783Z] ---> 5d2feaaef7f3 [2021-03-17T00:36:28.783Z] Step 3/21 : WORKDIR /edgex-go [2021-03-17T00:36:28.783Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:36:28.783Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:36:28.783Z] ---> 5d2feaaef7f3 [2021-03-17T00:36:28.783Z] Step 3/22 : WORKDIR /edgex-go [2021-03-17T00:36:28.783Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:36:28.783Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:36:28.783Z] ---> 5d2feaaef7f3 [2021-03-17T00:36:28.783Z] Step 3/31 : WORKDIR /edgex-go [2021-03-17T00:36:28.783Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:36:28.783Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:36:28.783Z] ---> 5d2feaaef7f3 [2021-03-17T00:36:28.783Z] Step 3/22 : WORKDIR /edgex-go [2021-03-17T00:36:28.783Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:36:28.783Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:36:28.783Z] ---> 5d2feaaef7f3 [2021-03-17T00:36:28.783Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:36:28.783Z] ---> Running in 66732bf7235a [2021-03-17T00:36:28.783Z] ---> Running in 68a90cea360f [2021-03-17T00:36:28.783Z] ---> Running in 5325839fcc59 [2021-03-17T00:36:28.783Z] ---> Running in 4813eb7a9bc0 [2021-03-17T00:36:28.783Z] ---> Running in 8d394e54a5fc [2021-03-17T00:36:28.783Z] Removing intermediate container 4813eb7a9bc0 [2021-03-17T00:36:28.783Z] ---> dd4498ee0ff0 [2021-03-17T00:36:28.783Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:36:28.783Z] Removing intermediate container 66732bf7235a [2021-03-17T00:36:28.783Z] ---> 5da3205a3494 [2021-03-17T00:36:28.783Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:36:28.783Z] Removing intermediate container 8d394e54a5fc [2021-03-17T00:36:28.783Z] ---> eae3ce1be05e [2021-03-17T00:36:28.783Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:36:28.783Z] Removing intermediate container 68a90cea360f [2021-03-17T00:36:28.783Z] ---> 28d649bf873b [2021-03-17T00:36:28.783Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:36:28.783Z] Removing intermediate container 5325839fcc59 [2021-03-17T00:36:28.783Z] ---> 7221b3066e3e [2021-03-17T00:36:28.783Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:36:28.783Z] ---> Running in e3adfc3f8c43 [2021-03-17T00:36:28.783Z] ---> Running in 86fac915cd7c [2021-03-17T00:36:28.783Z] ---> Running in 514978afc1cc [2021-03-17T00:36:28.783Z] ---> Running in b95b19bc4a4e [2021-03-17T00:36:28.783Z] ---> Running in ad3b49d51958 [2021-03-17T00:36:28.906Z] Sending build context to Docker daemon 166.8MB [2021-03-17T00:36:28.906Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T00:36:28.906Z] Step 2/6 : FROM ${BASE} [2021-03-17T00:36:28.906Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-17T00:36:28.906Z] 5f621e34cdf4: Pulling fs layer [2021-03-17T00:36:28.906Z] a4357932f1b6: Pulling fs layer [2021-03-17T00:36:28.906Z] 18c013af1878: Pulling fs layer [2021-03-17T00:36:28.906Z] 00ac8860ef70: Pulling fs layer [2021-03-17T00:36:28.906Z] 63d7cb157983: Pulling fs layer [2021-03-17T00:36:28.906Z] b116817d02f9: Pulling fs layer [2021-03-17T00:36:28.906Z] 745a02a5169b: Pulling fs layer [2021-03-17T00:36:28.906Z] 00ac8860ef70: Waiting [2021-03-17T00:36:28.906Z] 63d7cb157983: Waiting [2021-03-17T00:36:28.906Z] b116817d02f9: Waiting [2021-03-17T00:36:28.906Z] 745a02a5169b: Waiting [2021-03-17T00:36:28.906Z] 18c013af1878: Verifying Checksum [2021-03-17T00:36:28.906Z] 18c013af1878: Download complete [2021-03-17T00:36:28.906Z] a4357932f1b6: Verifying Checksum [2021-03-17T00:36:28.906Z] a4357932f1b6: Download complete [2021-03-17T00:36:28.906Z] 63d7cb157983: Verifying Checksum [2021-03-17T00:36:28.906Z] 63d7cb157983: Download complete [2021-03-17T00:36:28.906Z] 5f621e34cdf4: Verifying Checksum [2021-03-17T00:36:28.906Z] 5f621e34cdf4: Download complete [2021-03-17T00:36:28.906Z] b116817d02f9: Verifying Checksum [2021-03-17T00:36:28.906Z] b116817d02f9: Download complete [2021-03-17T00:36:29.512Z] 5f621e34cdf4: Pull complete [2021-03-17T00:36:30.111Z] a4357932f1b6: Pull complete [2021-03-17T00:36:30.720Z] 18c013af1878: Pull complete [2021-03-17T00:36:30.762Z] Removing intermediate container b95b19bc4a4e [2021-03-17T00:36:30.762Z] ---> 26a068d2199d [2021-03-17T00:36:30.762Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-17T00:36:30.762Z] Removing intermediate container e3adfc3f8c43 [2021-03-17T00:36:30.762Z] ---> 00adba5ad000 [2021-03-17T00:36:30.762Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-17T00:36:30.762Z] Removing intermediate container ad3b49d51958 [2021-03-17T00:36:30.762Z] ---> 3a275ceb3e5d [2021-03-17T00:36:30.762Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-17T00:36:30.994Z] 745a02a5169b: Verifying Checksum [2021-03-17T00:36:30.994Z] 745a02a5169b: Download complete [2021-03-17T00:36:31.044Z] ---> Running in 9b968e79a90c [2021-03-17T00:36:31.044Z] Removing intermediate container 86fac915cd7c [2021-03-17T00:36:31.044Z] ---> 3fc6942b2201 [2021-03-17T00:36:31.044Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-17T00:36:31.044Z] ---> Running in af255fae24eb [2021-03-17T00:36:31.044Z] Removing intermediate container 514978afc1cc [2021-03-17T00:36:31.044Z] ---> 351750104bd1 [2021-03-17T00:36:31.044Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-17T00:36:31.044Z] ---> Running in 952aedc8a4d3 [2021-03-17T00:36:31.328Z] ---> Running in 809c85a9f5b9 [2021-03-17T00:36:31.328Z] ---> Running in cc7a69b36916 [2021-03-17T00:36:32.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:32.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:32.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:32.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:32.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:32.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:32.980Z] 00ac8860ef70: Verifying Checksum [2021-03-17T00:36:32.980Z] 00ac8860ef70: Download complete [2021-03-17T00:36:33.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:33.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:33.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:33.416Z] OK: 233 MiB in 51 packages [2021-03-17T00:36:33.708Z] OK: 233 MiB in 51 packages [2021-03-17T00:36:33.708Z] OK: 233 MiB in 51 packages [2021-03-17T00:36:33.972Z] OK: 233 MiB in 51 packages [2021-03-17T00:36:33.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:36:34.237Z] Removing intermediate container af255fae24eb [2021-03-17T00:36:34.237Z] ---> 21ba7b09fa47 [2021-03-17T00:36:34.237Z] Step 6/22 : COPY go.mod . [2021-03-17T00:36:34.505Z] Removing intermediate container 952aedc8a4d3 [2021-03-17T00:36:34.505Z] ---> 599f676114d7 [2021-03-17T00:36:34.505Z] Step 6/21 : COPY go.mod . [2021-03-17T00:36:34.505Z] OK: 233 MiB in 51 packages [2021-03-17T00:36:34.783Z] ---> 5bd9b4471d89 [2021-03-17T00:36:34.783Z] Step 7/22 : RUN go mod download [2021-03-17T00:36:34.783Z] Removing intermediate container cc7a69b36916 [2021-03-17T00:36:34.783Z] ---> 6a8e08b94a5a [2021-03-17T00:36:34.783Z] Step 6/31 : COPY go.mod . [2021-03-17T00:36:34.783Z] ---> Running in e2ee7d7609ae [2021-03-17T00:36:34.783Z] Removing intermediate container 9b968e79a90c [2021-03-17T00:36:34.783Z] ---> 4159a70c1a66 [2021-03-17T00:36:34.783Z] Step 6/23 : COPY go.mod . [2021-03-17T00:36:35.061Z] ---> b18d64de2037 [2021-03-17T00:36:35.061Z] Step 7/21 : RUN go mod download [2021-03-17T00:36:35.061Z] ---> 5c4c2e478b38 [2021-03-17T00:36:35.061Z] Step 7/31 : RUN go mod download [2021-03-17T00:36:35.332Z] ---> Running in e0024eed5dab [2021-03-17T00:36:35.332Z] ---> Running in 9090113e4a2e [2021-03-17T00:36:35.607Z] ---> f17095eda721 [2021-03-17T00:36:35.607Z] Step 7/23 : RUN go mod download [2021-03-17T00:36:35.607Z] Removing intermediate container 809c85a9f5b9 [2021-03-17T00:36:35.607Z] ---> b73fc2323131 [2021-03-17T00:36:35.607Z] Step 6/22 : COPY go.mod . [2021-03-17T00:36:35.607Z] ---> Running in ae26be5c3def [2021-03-17T00:36:36.194Z] ---> 548620ddfc8c [2021-03-17T00:36:36.194Z] Step 7/22 : RUN go mod download [2021-03-17T00:36:36.465Z] ---> Running in 0f1879db49f2 [2021-03-17T00:36:37.899Z] Removing intermediate container 9090113e4a2e [2021-03-17T00:36:37.899Z] ---> 11e223687bb7 [2021-03-17T00:36:37.899Z] Step 8/31 : COPY . . [2021-03-17T00:36:38.168Z] Removing intermediate container ae26be5c3def [2021-03-17T00:36:38.168Z] ---> 4cf4a0a8751c [2021-03-17T00:36:38.168Z] Step 8/23 : COPY . . [2021-03-17T00:36:38.168Z] Removing intermediate container e2ee7d7609ae [2021-03-17T00:36:38.168Z] ---> bc0fa5a6fd6f [2021-03-17T00:36:38.168Z] Step 8/22 : COPY . . [2021-03-17T00:36:39.131Z] Removing intermediate container 0f1879db49f2 [2021-03-17T00:36:39.131Z] ---> 4ea5bb1ad425 [2021-03-17T00:36:39.131Z] Step 8/22 : COPY . . [2021-03-17T00:36:42.474Z] Removing intermediate container e0024eed5dab [2021-03-17T00:36:42.474Z] ---> 5887d1a003f6 [2021-03-17T00:36:42.474Z] Step 8/21 : COPY . . [2021-03-17T00:36:43.143Z] 00ac8860ef70: Pull complete [2021-03-17T00:36:43.417Z] 63d7cb157983: Pull complete [2021-03-17T00:36:44.016Z] b116817d02f9: Pull complete [2021-03-17T00:36:48.335Z] 745a02a5169b: Pull complete [2021-03-17T00:36:48.335Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-17T00:36:48.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-17T00:36:48.335Z] ---> b7e6874047d6 [2021-03-17T00:36:48.335Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-17T00:36:51.728Z] ---> Running in 38be01a2b5e0 [2021-03-17T00:36:52.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:36:53.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:36:54.313Z] (1/12) Installing libmagic (5.38-r0) [2021-03-17T00:36:54.313Z] (2/12) Installing file (5.38-r0) [2021-03-17T00:36:54.584Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-17T00:36:54.584Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-17T00:36:59.965Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-17T00:36:59.965Z] (6/12) Installing patch (2.7.6-r6) [2021-03-17T00:36:59.965Z] (7/12) Installing build-base (0.5-r2) [2021-03-17T00:36:59.966Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-17T00:36:59.966Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-17T00:36:59.966Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-17T00:36:59.966Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-17T00:37:00.239Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-17T00:37:00.239Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:37:00.239Z] OK: 217 MiB in 51 packages [2021-03-17T00:37:04.544Z] Removing intermediate container 38be01a2b5e0 [2021-03-17T00:37:04.544Z] ---> d079ab74f0ba [2021-03-17T00:37:04.544Z] Step 4/6 : WORKDIR /edgex-go [2021-03-17T00:37:04.544Z] ---> Running in 9f151351f2bf [2021-03-17T00:37:05.145Z] Removing intermediate container 9f151351f2bf [2021-03-17T00:37:05.145Z] ---> 47e62e2e7b1c [2021-03-17T00:37:05.145Z] Step 5/6 : COPY go.mod . [2021-03-17T00:37:05.742Z] ---> 626f75719651 [2021-03-17T00:37:05.742Z] Step 6/6 : RUN go mod download [2021-03-17T00:37:05.742Z] ---> Running in 197b7ddfff18 [2021-03-17T00:37:21.510Z] ---> 7b089a61fffd [2021-03-17T00:37:21.510Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-17T00:37:21.510Z] ---> 63d382bb19a4 [2021-03-17T00:37:21.510Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-17T00:37:21.510Z] ---> bad059bfd94c [2021-03-17T00:37:21.510Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-17T00:37:21.510Z] ---> 2f8320899f15 [2021-03-17T00:37:21.510Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-17T00:37:21.510Z] ---> Running in ffe73efbcd58 [2021-03-17T00:37:21.510Z] ---> Running in 8e88e92c3789 [2021-03-17T00:37:21.510Z] ---> Running in fb12edcb18e7 [2021-03-17T00:37:21.510Z] ---> Running in d866e3fd9378 [2021-03-17T00:37:21.510Z] ---> e2b7b0eb927b [2021-03-17T00:37:21.510Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-17T00:37:21.510Z] ---> Running in 437f8691411b [2021-03-17T00:37:22.983Z] 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-17T00:37:22.983Z] 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-17T00:37:22.983Z] 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-17T00:37:22.983Z] 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-17T00:37:22.984Z] 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-17T00:37:38.135Z] Removing intermediate container 197b7ddfff18 [2021-03-17T00:37:38.135Z] ---> df33755112e3 [2021-03-17T00:37:38.135Z] Successfully built df33755112e3 [2021-03-17T00:37:38.135Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:37:38.481Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T00:37:38.481Z] . [Pipeline] withDockerContainer [2021-03-17T00:37:38.736Z] prd-ubuntu18.04-docker-arm64-4c-16g-30068 does not seem to be running inside a container [2021-03-17T00:37:38.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T00:37:40.362Z] $ docker top 5ec41a1e891faf40a9c559a64e47ef76165041e718f47a0d14ff96298095c897 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:37:41.398Z] + go version [2021-03-17T00:37:41.398Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-17T00:37:41.426Z] $ docker stop --time=1 5ec41a1e891faf40a9c559a64e47ef76165041e718f47a0d14ff96298095c897 [2021-03-17T00:37:43.383Z] $ docker rm -f 5ec41a1e891faf40a9c559a64e47ef76165041e718f47a0d14ff96298095c897 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:37:44.362Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T00:37:44.362Z] . [Pipeline] withDockerContainer [2021-03-17T00:37:44.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-30068 does not seem to be running inside a container [2021-03-17T00:37:44.712Z] $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T00:37:46.243Z] $ docker top 33eb56ff84466436fa6c453238474734d3969f6e13245c16b42b696cf3180e86 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-17T00:37:46.646Z] ========================================================= [2021-03-17T00:37:46.646Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-17T00:37:46.646Z] ========================================================= [Pipeline] sh [2021-03-17T00:37:47.357Z] + make test [2021-03-17T00:37:47.357Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T00:37:55.255Z] 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-17T00:38:03.531Z] Removing intermediate container 437f8691411b [2021-03-17T00:38:03.531Z] ---> 2878205b0714 [2021-03-17T00:38:03.531Z] [2021-03-17T00:38:03.531Z] Step 10/21 : FROM alpine:3.12 [2021-03-17T00:38:03.531Z] Removing intermediate container ffe73efbcd58 [2021-03-17T00:38:03.531Z] ---> 77a10bc3ce5f [2021-03-17T00:38:03.531Z] [2021-03-17T00:38:03.531Z] Step 10/31 : FROM alpine:3.12 [2021-03-17T00:38:03.531Z] 3.12: Pulling from library/alpine [2021-03-17T00:38:03.531Z] 3.12: Pulling from library/alpine [2021-03-17T00:38:03.531Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T00:38:03.531Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T00:38:03.531Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T00:38:03.531Z] ---> 88dd2752d2ea [2021-03-17T00:38:03.531Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-17T00:38:03.531Z] Status: Image is up to date for alpine:3.12 [2021-03-17T00:38:03.531Z] ---> 88dd2752d2ea [2021-03-17T00:38:03.531Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-17T00:38:06.871Z] ---> Running in c698bba7cc3d [2021-03-17T00:38:06.871Z] ---> Running in cee71b6e32d8 [2021-03-17T00:38:06.871Z] Removing intermediate container 8e88e92c3789 [2021-03-17T00:38:06.871Z] ---> 8ae6c09bbc1d [2021-03-17T00:38:06.871Z] [2021-03-17T00:38:06.871Z] Step 10/22 : FROM alpine:3.12 [2021-03-17T00:38:06.871Z] ---> 88dd2752d2ea [2021-03-17T00:38:06.871Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-17T00:38:07.156Z] Removing intermediate container d866e3fd9378 [2021-03-17T00:38:07.156Z] ---> 5df099646ce7 [2021-03-17T00:38:07.156Z] [2021-03-17T00:38:07.156Z] Step 10/22 : FROM alpine:3.12 [2021-03-17T00:38:07.156Z] ---> 88dd2752d2ea [2021-03-17T00:38:07.156Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:38:07.156Z] ---> Running in 446dd993fb2a [2021-03-17T00:38:07.429Z] Removing intermediate container cee71b6e32d8 [2021-03-17T00:38:07.429Z] ---> 0e113b705e3b [2021-03-17T00:38:07.429Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-17T00:38:07.429Z] ---> Running in a21420547862 [2021-03-17T00:38:08.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:08.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:08.816Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-17T00:38:08.816Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:38:08.816Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-17T00:38:08.816Z] (4/4) Installing curl (7.69.1-r3) [2021-03-17T00:38:08.816Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:38:08.816Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:38:08.816Z] OK: 7 MiB in 18 packages [2021-03-17T00:38:09.468Z] ---> Running in 376775a7ac7f [2021-03-17T00:38:10.050Z] Removing intermediate container fb12edcb18e7 [2021-03-17T00:38:10.050Z] ---> b6f74a8db13d [2021-03-17T00:38:10.050Z] [2021-03-17T00:38:10.050Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:38:10.050Z] ---> 88dd2752d2ea [2021-03-17T00:38:10.050Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:38:10.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:10.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:10.368Z] ---> Running in 0928973b6c7c [2021-03-17T00:38:10.660Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-17T00:38:10.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:10.660Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-17T00:38:10.660Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:38:10.660Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:38:10.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:10.660Z] OK: 6 MiB in 16 packages [2021-03-17T00:38:10.924Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-17T00:38:10.924Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:38:10.924Z] OK: 6 MiB in 15 packages [2021-03-17T00:38:12.330Z] Removing intermediate container c698bba7cc3d [2021-03-17T00:38:12.330Z] ---> a4c4868df1eb [2021-03-17T00:38:12.330Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-17T00:38:12.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:12.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:12.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:12.330Z] ---> Running in cc5a4acd150d [2021-03-17T00:38:12.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:12.597Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-17T00:38:12.597Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:38:12.597Z] OK: 6 MiB in 15 packages [2021-03-17T00:38:12.597Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-17T00:38:12.597Z] (2/2) Installing su-exec (0.2-r1) [2021-03-17T00:38:12.597Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:38:12.597Z] OK: 6 MiB in 16 packages [2021-03-17T00:38:12.597Z] Removing intermediate container cc5a4acd150d [2021-03-17T00:38:12.597Z] ---> 35280759c5c2 [2021-03-17T00:38:12.597Z] Step 13/21 : WORKDIR /edgex [2021-03-17T00:38:13.187Z] Removing intermediate container a21420547862 [2021-03-17T00:38:13.187Z] ---> 4a9d46b75d1d [2021-03-17T00:38:13.187Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:38:13.187Z] ---> Running in f4929f2f835c [2021-03-17T00:38:13.450Z] ---> Running in 85c7b365951b [2021-03-17T00:38:14.176Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-17T00:38:14.848Z] Removing intermediate container 446dd993fb2a [2021-03-17T00:38:14.849Z] ---> c780d0bfbaee [2021-03-17T00:38:14.849Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:38:14.849Z] ---> Running in e6ae45ea1ecc [2021-03-17T00:38:14.849Z] Removing intermediate container f4929f2f835c [2021-03-17T00:38:14.849Z] ---> 4ce13c3bb3c9 [2021-03-17T00:38:14.849Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-17T00:38:14.849Z] Removing intermediate container 85c7b365951b [2021-03-17T00:38:14.849Z] ---> 8cd07a200096 [2021-03-17T00:38:14.849Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-17T00:38:15.120Z] ---> Running in cf80baff57e1 [2021-03-17T00:38:15.120Z] Removing intermediate container 376775a7ac7f [2021-03-17T00:38:15.120Z] ---> acf1d5f47ac6 [2021-03-17T00:38:15.120Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-17T00:38:15.120Z] Removing intermediate container 0928973b6c7c [2021-03-17T00:38:15.120Z] ---> 41aa286cc60f [2021-03-17T00:38:15.120Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:38:15.390Z] Removing intermediate container e6ae45ea1ecc [2021-03-17T00:38:15.390Z] ---> 3482562675cd [2021-03-17T00:38:15.390Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-17T00:38:15.390Z] ---> 300697870e61 [2021-03-17T00:38:15.390Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-17T00:38:15.390Z] ---> Running in 56d99068f22d [2021-03-17T00:38:15.390Z] ---> Running in 92ce1ad14cec [2021-03-17T00:38:15.390Z] ---> Running in 9f1c79770a1a [2021-03-17T00:38:15.661Z] Removing intermediate container cf80baff57e1 [2021-03-17T00:38:15.661Z] ---> 0c5a0469549e [2021-03-17T00:38:15.661Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T00:38:15.661Z] ---> Running in 336a240cbd00 [2021-03-17T00:38:15.932Z] Removing intermediate container 92ce1ad14cec [2021-03-17T00:38:15.932Z] ---> a1b011ea68b9 [2021-03-17T00:38:15.932Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-17T00:38:15.932Z] Removing intermediate container 56d99068f22d [2021-03-17T00:38:15.932Z] ---> c9c2d4b5b45b [2021-03-17T00:38:15.932Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-17T00:38:15.932Z] Removing intermediate container 9f1c79770a1a [2021-03-17T00:38:15.932Z] ---> a48200da9864 [2021-03-17T00:38:15.932Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T00:38:15.932Z] ---> Running in be90e9229855 [2021-03-17T00:38:15.932Z] ---> Running in df6c7beed35a [2021-03-17T00:38:16.195Z] ---> Running in b4f117fdff82 [2021-03-17T00:38:16.195Z] ---> ed3855b3995a [2021-03-17T00:38:16.195Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-17T00:38:16.195Z] Removing intermediate container 336a240cbd00 [2021-03-17T00:38:16.195Z] ---> bc842c248e0e [2021-03-17T00:38:16.195Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:38:16.463Z] Removing intermediate container df6c7beed35a [2021-03-17T00:38:16.463Z] ---> 24a28e91bbae [2021-03-17T00:38:16.463Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-17T00:38:16.463Z] Removing intermediate container b4f117fdff82 [2021-03-17T00:38:16.463Z] ---> a5c8c0e40db7 [2021-03-17T00:38:16.463Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:38:16.463Z] Removing intermediate container be90e9229855 [2021-03-17T00:38:16.463Z] ---> a19f13125cb7 [2021-03-17T00:38:16.463Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-17T00:38:16.731Z] ---> Running in 6f2f2b69cd6b [2021-03-17T00:38:16.731Z] ---> 4f23835e4ccf [2021-03-17T00:38:16.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-17T00:38:16.731Z] ---> Running in d4cb214fd93d [2021-03-17T00:38:17.015Z] ---> e4578c1480a4 [2021-03-17T00:38:17.015Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-17T00:38:17.015Z] ---> c54d7861a303 [2021-03-17T00:38:17.015Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-17T00:38:17.290Z] ---> Running in 4449b42484e3 [2021-03-17T00:38:17.290Z] Removing intermediate container d4cb214fd93d [2021-03-17T00:38:17.290Z] ---> 8a0fee1c3cfe [2021-03-17T00:38:17.290Z] Step 15/23 : WORKDIR / [2021-03-17T00:38:17.290Z] ---> Running in 829db8d1c8b4 [2021-03-17T00:38:17.290Z] ---> be2cf4c7d83f [2021-03-17T00:38:17.290Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-17T00:38:17.559Z] Removing intermediate container 4449b42484e3 [2021-03-17T00:38:17.559Z] ---> db8145abb9a8 [2021-03-17T00:38:17.559Z] Step 18/21 : CMD ["--init=true"] [2021-03-17T00:38:17.839Z] Removing intermediate container 829db8d1c8b4 [2021-03-17T00:38:17.839Z] ---> 0d3ae1a61e81 [2021-03-17T00:38:17.839Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:38:17.839Z] ---> Running in 9b145f4bb579 [2021-03-17T00:38:17.839Z] ---> c2aaf76fe805 [2021-03-17T00:38:17.839Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-17T00:38:17.839Z] ---> 6aa25a92d147 [2021-03-17T00:38:17.839Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-17T00:38:18.105Z] ---> Running in 7492af11a447 [2021-03-17T00:38:18.105Z] Removing intermediate container 9b145f4bb579 [2021-03-17T00:38:18.105Z] ---> 9c0b88769f7a [2021-03-17T00:38:18.105Z] Step 19/21 : LABEL arch=x86_64 [2021-03-17T00:38:18.379Z] ---> 8a62465312fd [2021-03-17T00:38:18.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-17T00:38:18.379Z] ---> Running in a72471e56559 [2021-03-17T00:38:18.379Z] ---> c68c46b48529 [2021-03-17T00:38:18.379Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-17T00:38:18.379Z] Removing intermediate container 7492af11a447 [2021-03-17T00:38:18.379Z] ---> 32cf3ebcd484 [2021-03-17T00:38:18.379Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:38:18.646Z] ---> Running in 035c5fdc326e [2021-03-17T00:38:18.646Z] ---> Running in 65397bfe7def [2021-03-17T00:38:18.913Z] Removing intermediate container 6f2f2b69cd6b [2021-03-17T00:38:18.913Z] ---> 195e0722a3b5 [2021-03-17T00:38:18.913Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-17T00:38:18.913Z] Removing intermediate container a72471e56559 [2021-03-17T00:38:18.913Z] ---> 545985e4432f [2021-03-17T00:38:18.913Z] Step 20/21 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:38:18.913Z] ---> Running in a38ada53a6a9 [2021-03-17T00:38:18.913Z] ---> Running in 3e1ef7937611 [2021-03-17T00:38:18.913Z] Removing intermediate container 65397bfe7def [2021-03-17T00:38:18.913Z] ---> a74cc0a8349b [2021-03-17T00:38:18.913Z] Step 20/22 : LABEL arch=x86_64 [2021-03-17T00:38:19.184Z] Removing intermediate container 035c5fdc326e [2021-03-17T00:38:19.184Z] ---> 754c4f550ca7 [2021-03-17T00:38:19.184Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:38:19.184Z] ---> a557fa120673 [2021-03-17T00:38:19.184Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-17T00:38:19.184Z] ---> Running in a8b68ac479cf [2021-03-17T00:38:19.184Z] ---> Running in 42dc5232977c [2021-03-17T00:38:19.452Z] Removing intermediate container a38ada53a6a9 [2021-03-17T00:38:19.452Z] ---> 3f49e01b2a67 [2021-03-17T00:38:19.452Z] Step 21/21 : LABEL version=0.0.0 [2021-03-17T00:38:19.452Z] Removing intermediate container 3e1ef7937611 [2021-03-17T00:38:19.452Z] ---> fc407df68acf [2021-03-17T00:38:19.452Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-17T00:38:19.452Z] ---> Running in d85eee195085 [2021-03-17T00:38:19.713Z] ---> d6f8c7f38a1c [2021-03-17T00:38:19.713Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-17T00:38:19.713Z] Removing intermediate container a8b68ac479cf [2021-03-17T00:38:19.713Z] ---> 18ee9b90b314 [2021-03-17T00:38:19.713Z] Step 20/22 : LABEL arch=x86_64 [2021-03-17T00:38:19.713Z] Removing intermediate container 42dc5232977c [2021-03-17T00:38:19.713Z] ---> d4bc9c6f5fe9 [2021-03-17T00:38:19.713Z] Step 21/22 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:38:20.296Z] ---> Running in 42d1db234778 [2021-03-17T00:38:20.296Z] ---> Running in 7b2e2c175e6d [2021-03-17T00:38:20.296Z] ---> 09f9a5b1e0ae [2021-03-17T00:38:20.296Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-17T00:38:20.296Z] ---> Running in 482350ff8f8a [2021-03-17T00:38:20.296Z] Removing intermediate container d85eee195085 [2021-03-17T00:38:20.296Z] ---> 077f6575f305 [2021-03-17T00:38:20.296Z] [2021-03-17T00:38:20.296Z] ---> Running in b0c207cba806 [2021-03-17T00:38:20.561Z] Successfully built 077f6575f305 [2021-03-17T00:38:20.561Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-17T00:38:20.561Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-17T00:38:20.561Z] Removing intermediate container 7b2e2c175e6d [2021-03-17T00:38:20.561Z] ---> 4856f98c56a7 [2021-03-17T00:38:20.561Z] Step 21/22 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:38:20.561Z] Removing intermediate container 42d1db234778 [2021-03-17T00:38:20.561Z] ---> 7fa82b09fc39 [2021-03-17T00:38:20.561Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:38:20.844Z] Removing intermediate container 482350ff8f8a [2021-03-17T00:38:20.844Z] ---> 28fc32f7fe70 [2021-03-17T00:38:20.844Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T00:38:20.844Z] ---> Running in c4e418ac05ef [2021-03-17T00:38:20.844Z] ---> Running in b3e900825d02 [2021-03-17T00:38:20.844Z] ---> Running in 83a903632a40 [2021-03-17T00:38:21.116Z] Removing intermediate container c4e418ac05ef [2021-03-17T00:38:21.116Z] ---> b00c3d12ffd4 [2021-03-17T00:38:21.116Z] Step 21/23 : LABEL arch=x86_64 [2021-03-17T00:38:21.388Z] Removing intermediate container b3e900825d02 [2021-03-17T00:38:21.388Z] ---> 32e872f53f4f [2021-03-17T00:38:21.388Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T00:38:21.388Z] Removing intermediate container 83a903632a40 [2021-03-17T00:38:21.388Z] ---> 49a3a426ce8f [2021-03-17T00:38:21.388Z] [2021-03-17T00:38:21.388Z] ---> Running in 92489ff75ff4 [2021-03-17T00:38:21.388Z] Successfully built 49a3a426ce8f [2021-03-17T00:38:21.388Z] ---> Running in 493d7e37adbe [2021-03-17T00:38:21.661Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-17T00:38:21.661Z] Building docker-core-command-go [2021-03-17T00:38:21.661Z]  Building docker-support-scheduler-go ... done Removing intermediate container 92489ff75ff4 [2021-03-17T00:38:21.661Z] ---> 2cc87babf932 [2021-03-17T00:38:21.661Z] Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:38:21.933Z] Removing intermediate container 493d7e37adbe [2021-03-17T00:38:21.933Z] ---> 6ee446146d50 [2021-03-17T00:38:21.933Z] [2021-03-17T00:38:21.933Z] ---> Running in 1809f417726e [2021-03-17T00:38:22.200Z] Successfully built 6ee446146d50 [2021-03-17T00:38:22.469Z] Successfully tagged docker-support-notifications-go:latest [2021-03-17T00:38:22.469Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-17T00:38:22.469Z] Removing intermediate container 1809f417726e [2021-03-17T00:38:22.469Z] ---> 7863c22e6314 [2021-03-17T00:38:22.469Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:38:22.735Z] Removing intermediate container b0c207cba806 [2021-03-17T00:38:22.735Z] ---> 609882dae91c [2021-03-17T00:38:22.735Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:38:22.735Z] ---> Running in 53ac75181c54 [2021-03-17T00:38:26.981Z] Removing intermediate container 53ac75181c54 [2021-03-17T00:38:26.981Z] ---> d512a84294ef [2021-03-17T00:38:26.981Z] ---> 34ac866549ac [2021-03-17T00:38:26.981Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-17T00:38:26.981Z] [2021-03-17T00:38:27.249Z] Successfully built 34ac866549ac [2021-03-17T00:38:27.249Z] Successfully tagged docker-core-metadata-go:latest [2021-03-17T00:38:27.249Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-03-17T00:38:30.582Z] ---> 194d4670331e [2021-03-17T00:38:30.582Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-17T00:38:31.168Z] ---> b1c22b94079c [2021-03-17T00:38:31.168Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-17T00:38:31.758Z] ---> f79807010a32 [2021-03-17T00:38:31.758Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-17T00:38:32.351Z] ---> 748c6ebc00a1 [2021-03-17T00:38:32.351Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-17T00:38:32.618Z] ---> Running in 61a3765f9ddb [2021-03-17T00:38:36.883Z] Removing intermediate container 61a3765f9ddb [2021-03-17T00:38:36.883Z] ---> 85d4237e5b96 [2021-03-17T00:38:36.883Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-17T00:38:41.203Z] ---> bd94b253f2ad [2021-03-17T00:38:41.203Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-17T00:38:41.203Z] ---> Running in dc084b8f869a [2021-03-17T00:38:46.603Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:38:46.603Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:38:46.603Z] ---> 5d2feaaef7f3 [2021-03-17T00:38:46.603Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:38:46.603Z] ---> Using cache [2021-03-17T00:38:46.603Z] ---> 7221b3066e3e [2021-03-17T00:38:46.603Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:38:46.603Z] ---> Using cache [2021-03-17T00:38:46.603Z] ---> 26a068d2199d [2021-03-17T00:38:46.603Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-17T00:38:47.203Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:38:47.203Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:38:47.203Z] ---> 5d2feaaef7f3 [2021-03-17T00:38:47.203Z] Step 3/26 : WORKDIR /edgex-go [2021-03-17T00:38:47.203Z] ---> Using cache [2021-03-17T00:38:47.203Z] ---> 7221b3066e3e [2021-03-17T00:38:47.203Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:38:47.203Z] ---> Using cache [2021-03-17T00:38:47.203Z] ---> 26a068d2199d [2021-03-17T00:38:47.203Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-17T00:38:47.203Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:38:47.203Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:38:47.203Z] ---> 5d2feaaef7f3 [2021-03-17T00:38:47.203Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:38:47.203Z] ---> Using cache [2021-03-17T00:38:47.203Z] ---> 7221b3066e3e [2021-03-17T00:38:47.203Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:38:47.203Z] ---> Using cache [2021-03-17T00:38:47.203Z] ---> 26a068d2199d [2021-03-17T00:38:47.203Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-17T00:38:47.203Z] ---> Using cache [2021-03-17T00:38:47.203Z] ---> 4159a70c1a66 [2021-03-17T00:38:47.203Z] Step 6/23 : COPY go.mod . [2021-03-17T00:38:47.464Z] ---> Using cache [2021-03-17T00:38:47.464Z] ---> f17095eda721 [2021-03-17T00:38:47.464Z] Step 7/23 : RUN go mod download [2021-03-17T00:38:47.464Z] ---> Using cache [2021-03-17T00:38:47.464Z] ---> 4cf4a0a8751c [2021-03-17T00:38:47.464Z] Step 8/23 : COPY . . [2021-03-17T00:38:47.731Z] ---> Using cache [2021-03-17T00:38:47.731Z] ---> 7b089a61fffd [2021-03-17T00:38:47.731Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-17T00:38:49.150Z] ---> Running in e0ba86fb7cb9 [2021-03-17T00:38:49.150Z] ---> Running in 0295b5cd08c5 [2021-03-17T00:38:49.150Z] ---> Running in 36db9794d56f [2021-03-17T00:38:50.137Z] Removing intermediate container dc084b8f869a [2021-03-17T00:38:50.137Z] ---> 40b37d27f657 [2021-03-17T00:38:50.137Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-17T00:38:52.094Z] ---> Running in 052f0bfbfe67 [2021-03-17T00:38:52.364Z] 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-17T00:38:52.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:52.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:52.364Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:38:52.364Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:38:52.364Z] ---> 5d2feaaef7f3 [2021-03-17T00:38:52.364Z] Step 3/24 : WORKDIR /edgex-go [2021-03-17T00:38:52.364Z] ---> Using cache [2021-03-17T00:38:52.364Z] ---> 7221b3066e3e [2021-03-17T00:38:52.364Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:38:52.364Z] ---> Using cache [2021-03-17T00:38:52.364Z] ---> 26a068d2199d [2021-03-17T00:38:52.364Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-17T00:38:52.364Z] ---> Using cache [2021-03-17T00:38:52.364Z] ---> 4159a70c1a66 [2021-03-17T00:38:52.364Z] Step 6/24 : COPY go.mod . [2021-03-17T00:38:52.364Z] ---> Using cache [2021-03-17T00:38:52.364Z] ---> f17095eda721 [2021-03-17T00:38:52.364Z] Step 7/24 : RUN go mod download [2021-03-17T00:38:52.364Z] ---> Using cache [2021-03-17T00:38:52.364Z] ---> 4cf4a0a8751c [2021-03-17T00:38:52.364Z] Step 8/24 : COPY . . [2021-03-17T00:38:52.630Z] ---> Using cache [2021-03-17T00:38:52.630Z] ---> 7b089a61fffd [2021-03-17T00:38:52.630Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-17T00:38:52.905Z] Removing intermediate container 052f0bfbfe67 [2021-03-17T00:38:52.905Z] ---> 02f1f4e42a24 [2021-03-17T00:38:52.905Z] Step 28/31 : CMD ["gate"] [2021-03-17T00:38:52.905Z] ---> Running in 3abee5c6180a [2021-03-17T00:38:53.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:53.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:53.176Z] ---> Running in c777dc45066c [2021-03-17T00:38:53.772Z] OK: 233 MiB in 51 packages [2021-03-17T00:38:53.772Z] OK: 233 MiB in 51 packages [2021-03-17T00:38:54.052Z] Removing intermediate container c777dc45066c [2021-03-17T00:38:54.052Z] ---> 4b3fcbbd6729 [2021-03-17T00:38:54.052Z] Step 29/31 : LABEL arch=x86_64 [2021-03-17T00:38:54.052Z] 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-17T00:38:54.052Z] ---> Running in 6e924f412df1 [2021-03-17T00:38:54.735Z] Removing intermediate container 6e924f412df1 [2021-03-17T00:38:54.735Z] ---> d92a56643ac4 [2021-03-17T00:38:54.735Z] Step 30/31 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:38:55.014Z] ---> Running in c149a928cf50 [2021-03-17T00:38:55.014Z] Removing intermediate container 0295b5cd08c5 [2021-03-17T00:38:55.014Z] ---> f4196b04e744 [2021-03-17T00:38:55.014Z] Step 6/23 : COPY go.mod . [2021-03-17T00:38:55.304Z] Removing intermediate container e0ba86fb7cb9 [2021-03-17T00:38:55.304Z] ---> 8797d0822478 [2021-03-17T00:38:55.304Z] Step 6/26 : COPY go.mod . [2021-03-17T00:38:55.304Z] Removing intermediate container c149a928cf50 [2021-03-17T00:38:55.304Z] ---> 5dc685de6a1d [2021-03-17T00:38:55.304Z] Step 31/31 : LABEL version=0.0.0 [2021-03-17T00:38:55.586Z] ---> Running in 6cd056a5ef39 [2021-03-17T00:38:55.858Z] ---> 5106d1dc8a40 [2021-03-17T00:38:55.858Z] Step 7/23 : RUN go mod download [2021-03-17T00:38:55.858Z] ---> 8a1f1d948b41 [2021-03-17T00:38:55.858Z] Step 7/26 : RUN go mod download [2021-03-17T00:38:56.125Z] ---> Running in 1e58a94ae3da [2021-03-17T00:38:56.125Z] Removing intermediate container 6cd056a5ef39 [2021-03-17T00:38:56.125Z] ---> f3da1b6a3133 [2021-03-17T00:38:56.125Z] [2021-03-17T00:38:56.125Z] ---> Running in 1cdf49cc79dc [2021-03-17T00:38:56.410Z] Successfully built f3da1b6a3133 [2021-03-17T00:38:56.683Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-17T00:39:00.088Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 1e58a94ae3da [2021-03-17T00:39:00.088Z] ---> b6cb95a3fa8c [2021-03-17T00:39:00.088Z] Step 8/23 : COPY . . [2021-03-17T00:39:00.088Z] Removing intermediate container 1cdf49cc79dc [2021-03-17T00:39:00.088Z] ---> 335db078d192 [2021-03-17T00:39:00.088Z] Step 8/26 : COPY . . [2021-03-17T00:39:10.793Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-17T00:39:17.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-17T00:39:18.476Z] 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-17T00:39:24.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-17T00:39:24.425Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-17T00:39:27.849Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-17T00:39:27.849Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-17T00:39:27.849Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-17T00:39:28.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-17T00:39:30.937Z] Removing intermediate container 36db9794d56f [2021-03-17T00:39:30.937Z] ---> 0fbfb89fa164 [2021-03-17T00:39:30.937Z] [2021-03-17T00:39:30.937Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:39:30.937Z] ---> 88dd2752d2ea [2021-03-17T00:39:30.937Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:39:30.937Z] ---> Using cache [2021-03-17T00:39:30.937Z] ---> 41aa286cc60f [2021-03-17T00:39:30.937Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:39:30.937Z] ---> Using cache [2021-03-17T00:39:30.937Z] ---> a1b011ea68b9 [2021-03-17T00:39:30.937Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-17T00:39:30.937Z] ---> Running in 0509a6a55436 [2021-03-17T00:39:30.937Z] Removing intermediate container 3abee5c6180a [2021-03-17T00:39:30.937Z] ---> d3df3ec7b782 [2021-03-17T00:39:30.937Z] [2021-03-17T00:39:30.937Z] Step 10/24 : FROM alpine:3.12 [2021-03-17T00:39:30.937Z] ---> 88dd2752d2ea [2021-03-17T00:39:30.937Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-17T00:39:31.201Z] ---> 0cc1e3bb01fb [2021-03-17T00:39:31.201Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-17T00:39:31.201Z] ---> 9446f8434e19 [2021-03-17T00:39:31.201Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-17T00:39:31.201Z] ---> Running in f5fb24dcc158 [2021-03-17T00:39:31.201Z] ---> Running in 0d583b9a799c [2021-03-17T00:39:31.201Z] ---> Running in 0a536298bc67 [2021-03-17T00:39:31.465Z] Removing intermediate container 0509a6a55436 [2021-03-17T00:39:31.465Z] ---> 93f635d78dc5 [2021-03-17T00:39:31.465Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-17T00:39:31.465Z] ---> Running in 3a71f388ada0 [2021-03-17T00:39:31.734Z] Removing intermediate container 3a71f388ada0 [2021-03-17T00:39:31.734Z] ---> 73eba8362b5e [2021-03-17T00:39:31.734Z] Step 15/23 : WORKDIR / [2021-03-17T00:39:31.877Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-17T00:39:32.010Z] ---> Running in c3326bbae497 [2021-03-17T00:39:32.281Z] Removing intermediate container c3326bbae497 [2021-03-17T00:39:32.281Z] ---> 668d464e145d [2021-03-17T00:39:32.281Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:39:32.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:32.282Z] 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-17T00:39:32.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:32.282Z] 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-17T00:39:32.548Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-17T00:39:32.548Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:39:32.548Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-17T00:39:32.548Z] (4/5) Installing curl (7.69.1-r3) [2021-03-17T00:39:32.548Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-17T00:39:32.548Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:39:32.831Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:39:32.831Z] OK: 7 MiB in 19 packages [2021-03-17T00:39:32.865Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-17T00:39:33.111Z] ---> 28a696d1901f [2021-03-17T00:39:33.111Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-17T00:39:35.092Z] ---> 7a4543f1e141 [2021-03-17T00:39:35.092Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-17T00:39:35.092Z] Removing intermediate container f5fb24dcc158 [2021-03-17T00:39:35.092Z] ---> 27959a8cd598 [2021-03-17T00:39:35.092Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-17T00:39:35.369Z] ---> Running in 371125f1c846 [2021-03-17T00:39:35.642Z] Removing intermediate container 371125f1c846 [2021-03-17T00:39:35.642Z] ---> 20b283d006d8 [2021-03-17T00:39:35.642Z] Step 13/24 : WORKDIR / [2021-03-17T00:39:35.642Z] ---> 573e4c62d2b1 [2021-03-17T00:39:35.642Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-17T00:39:35.642Z] ---> Running in 50e14c3deacd [2021-03-17T00:39:35.925Z] ---> Running in 5bffc20b135c [2021-03-17T00:39:36.198Z] Removing intermediate container 50e14c3deacd [2021-03-17T00:39:36.198Z] ---> 205d3bc5c50c [2021-03-17T00:39:36.198Z] 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-17T00:39:36.198Z] Removing intermediate container 5bffc20b135c [2021-03-17T00:39:36.198Z] ---> 3b0246b45341 [2021-03-17T00:39:36.198Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:39:36.475Z] ---> Running in 8da0815f30f2 [2021-03-17T00:39:36.751Z] Removing intermediate container 8da0815f30f2 [2021-03-17T00:39:36.751Z] ---> c5ff769078cc [2021-03-17T00:39:36.751Z] Step 21/23 : LABEL arch=x86_64 [2021-03-17T00:39:36.751Z] ---> 1e80e7c4ac38 [2021-03-17T00:39:36.751Z] 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-17T00:39:37.339Z] ---> Running in 4d92f13be13a [2021-03-17T00:39:37.611Z] ---> a9d7f87c9bc1 [2021-03-17T00:39:37.611Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-17T00:39:37.890Z] Removing intermediate container 4d92f13be13a [2021-03-17T00:39:37.890Z] ---> 973853796e9d [2021-03-17T00:39:37.890Z] Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:39:37.890Z] ---> Running in 2c8e7a0e52bd [2021-03-17T00:39:38.165Z] ---> 793aae34d299 [2021-03-17T00:39:38.165Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-17T00:39:38.446Z] Removing intermediate container 2c8e7a0e52bd [2021-03-17T00:39:38.446Z] ---> a11958bee610 [2021-03-17T00:39:38.446Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:39:38.446Z] ---> Running in 35c36607b09c [2021-03-17T00:39:38.715Z] Removing intermediate container 35c36607b09c [2021-03-17T00:39:38.715Z] ---> 11543614e401 [2021-03-17T00:39:38.715Z] [2021-03-17T00:39:38.984Z] ---> 9a292c430738 [2021-03-17T00:39:38.984Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-17T00:39:39.263Z] Successfully built 11543614e401 [2021-03-17T00:39:39.264Z] Successfully tagged docker-core-command-go:latest [2021-03-17T00:39:41.205Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-17T00:39:41.205Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-17T00:39:41.205Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-17T00:39:41.256Z]  Building docker-core-command-go ... done  ---> 50e6b801a288 [2021-03-17T00:39:41.256Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-17T00:39:42.191Z] ---> a0dcf14b1de7 [2021-03-17T00:39:42.191Z] 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-17T00:39:42.191Z] ---> Running in 727e17e84958 [2021-03-17T00:39:45.075Z] Removing intermediate container 727e17e84958 [2021-03-17T00:39:45.075Z] ---> b28d46911f19 [2021-03-17T00:39:45.075Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-17T00:39:45.075Z] ---> Running in 001126fbdbf1 [2021-03-17T00:39:45.075Z] Removing intermediate container 001126fbdbf1 [2021-03-17T00:39:45.075Z] ---> 64149a8cba0f [2021-03-17T00:39:45.075Z] Step 22/24 : LABEL arch=x86_64 [2021-03-17T00:39:45.357Z] ---> Running in c30dc4941004 [2021-03-17T00:39:45.634Z] Removing intermediate container c30dc4941004 [2021-03-17T00:39:45.634Z] ---> 39421eda7f52 [2021-03-17T00:39:45.634Z] Step 23/24 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:39:45.634Z] ---> Running in 5b2e72060757 [2021-03-17T00:39:45.911Z] Removing intermediate container 5b2e72060757 [2021-03-17T00:39:45.911Z] ---> d45500ba8f8e [2021-03-17T00:39:45.911Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T00:39:45.911Z] ---> Running in 9f469ea45331 [2021-03-17T00:39:46.502Z] Removing intermediate container 9f469ea45331 [2021-03-17T00:39:46.502Z] ---> 9de3da9d9e85 [2021-03-17T00:39:46.502Z] [2021-03-17T00:39:46.783Z] Successfully built 9de3da9d9e85 [2021-03-17T00:39:46.783Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-17T00:39:47.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.9% of statements [2021-03-17T00:39:47.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-17T00:39:47.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-17T00:39:47.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-17T00:39:47.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-17T00:39:47.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-17T00:39:47.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-17T00:39:47.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.139s coverage: 19.8% of statements [2021-03-17T00:39:47.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements [2021-03-17T00:39:55.007Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0a536298bc67 [2021-03-17T00:39:55.007Z] ---> 6e4fd0dc7cec [2021-03-17T00:39:55.007Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-17T00:39:55.007Z] ---> Running in b3b5a3848a77 [2021-03-17T00:39:55.007Z] 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-17T00:39:55.980Z] Removing intermediate container b3b5a3848a77 [2021-03-17T00:39:55.980Z] ---> 0291e9f5826a [2021-03-17T00:39:55.980Z] [2021-03-17T00:39:55.980Z] Step 11/26 : FROM docker:20.10.0 [2021-03-17T00:39:55.980Z] 20.10.0: Pulling from library/docker [2021-03-17T00:39:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.582s coverage: 27.1% of statements [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-17T00:39:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-17T00:39:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-17T00:39:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.274s coverage: 71.3% of statements [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-17T00:39:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-17T00:39:58.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.549s coverage: 82.9% of statements [2021-03-17T00:39:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-17T00:39:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:39:58.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.222s coverage: 78.9% of statements [2021-03-17T00:39:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-17T00:40:00.268Z] Removing intermediate container 0d583b9a799c [2021-03-17T00:40:00.268Z] ---> 4a428bde27c4 [2021-03-17T00:40:00.268Z] [2021-03-17T00:40:00.268Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:40:00.268Z] ---> 88dd2752d2ea [2021-03-17T00:40:00.269Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-17T00:40:00.269Z] ---> Running in b2b5bf19984d [2021-03-17T00:40:00.269Z] Removing intermediate container b2b5bf19984d [2021-03-17T00:40:00.269Z] ---> aa1635a67fff [2021-03-17T00:40:00.269Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-17T00:40:00.269Z] ---> Running in df0eeb7bee96 [2021-03-17T00:40:00.534Z] Removing intermediate container df0eeb7bee96 [2021-03-17T00:40:00.534Z] ---> cbf06585b623 [2021-03-17T00:40:00.534Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-17T00:40:00.798Z] ---> Running in 25ebab15f459 [2021-03-17T00:40:01.063Z] Removing intermediate container 25ebab15f459 [2021-03-17T00:40:01.063Z] ---> 98803c9cfad4 [2021-03-17T00:40:01.063Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:40:01.337Z] ---> Running in b3bd31f8f65c [2021-03-17T00:40:03.296Z] Removing intermediate container b3bd31f8f65c [2021-03-17T00:40:03.296Z] ---> 99fbaca8a411 [2021-03-17T00:40:03.296Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-17T00:40:03.296Z] ---> Running in 8019e35b9420 [2021-03-17T00:40:03.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:40:03.827Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-17T00:40:03.827Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-17T00:40:03.827Z] ---> aefe523efa57 [2021-03-17T00:40:03.827Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-17T00:40:03.827Z] ---> Running in a48bb807af84 [2021-03-17T00:40:04.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:40:04.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:40:04.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:40:04.679Z] (1/2) Installing readline (8.0.4-r0) [2021-03-17T00:40:04.679Z] (2/2) Installing bash (5.0.17-r0) [2021-03-17T00:40:04.679Z] Executing bash-5.0.17-r0.post-install [2021-03-17T00:40:04.679Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:40:04.679Z] OK: 12 MiB in 22 packages [2021-03-17T00:40:04.943Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-17T00:40:05.205Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-17T00:40:05.206Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-17T00:40:05.206Z] Removing intermediate container a48bb807af84 [2021-03-17T00:40:05.206Z] ---> 1ea9bc3e2ef2 [2021-03-17T00:40:05.206Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-17T00:40:05.206Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-17T00:40:05.206Z] ---> Running in aeec550665c5 [2021-03-17T00:40:05.469Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-17T00:40:05.469Z] Removing intermediate container aeec550665c5 [2021-03-17T00:40:05.469Z] ---> d25e0a3eca6a [2021-03-17T00:40:05.469Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-17T00:40:05.469Z] ---> Running in 6f8844cd03d5 [2021-03-17T00:40:05.469Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-17T00:40:05.734Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:40:05.734Z] OK: 8 MiB in 20 packages [2021-03-17T00:40:05.734Z] Removing intermediate container 6f8844cd03d5 [2021-03-17T00:40:05.734Z] ---> 256232dc4d6d [2021-03-17T00:40:05.734Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-17T00:40:05.734Z] ---> Running in 6826936849a3 [2021-03-17T00:40:05.999Z] Removing intermediate container 6826936849a3 [2021-03-17T00:40:05.999Z] ---> fc598d2f8129 [2021-03-17T00:40:05.999Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-17T00:40:06.280Z] Removing intermediate container 8019e35b9420 [2021-03-17T00:40:06.280Z] ---> 995bbecff194 [2021-03-17T00:40:06.280Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:40:06.544Z] ---> 661ba920ba55 [2021-03-17T00:40:06.544Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-17T00:40:07.119Z] ---> a222b6e22662 [2021-03-17T00:40:07.119Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-17T00:40:07.383Z] ---> 582014f998f2 [2021-03-17T00:40:07.383Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-17T00:40:07.651Z] ---> 2892c204f46c [2021-03-17T00:40:07.651Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-17T00:40:07.919Z] ---> Running in ff724261c573 [2021-03-17T00:40:07.919Z] ---> 7e1936183f18 [2021-03-17T00:40:07.919Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-17T00:40:08.502Z] ---> 0ff553459774 [2021-03-17T00:40:08.502Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-17T00:40:08.502Z] ---> Running in f3ca344a3723 [2021-03-17T00:40:08.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:40:08.502Z] Removing intermediate container f3ca344a3723 [2021-03-17T00:40:08.502Z] ---> 46e99967cbee [2021-03-17T00:40:08.502Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:40:08.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:40:08.766Z] ---> Running in 6a7cbe8deb0a [2021-03-17T00:40:08.766Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-17T00:40:08.766Z] (2/33) Installing expat (2.2.9-r1) [2021-03-17T00:40:08.766Z] (3/33) Installing libffi (3.3-r2) [2021-03-17T00:40:08.766Z] (4/33) Installing gdbm (1.13-r1) [2021-03-17T00:40:08.766Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-17T00:40:08.766Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-17T00:40:08.766Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-17T00:40:08.766Z] Removing intermediate container 6a7cbe8deb0a [2021-03-17T00:40:08.766Z] ---> e8cb3de50a80 [2021-03-17T00:40:08.766Z] Step 21/23 : LABEL arch=x86_64 [2021-03-17T00:40:09.036Z] ---> Running in 40f0b2c9fe09 [2021-03-17T00:40:10.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.287s coverage: 28.6% of statements [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-17T00:40:10.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.245s coverage: 100.0% of statements [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-17T00:40:10.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-17T00:40:10.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.369s coverage: 86.7% of statements [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-17T00:40:10.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.426s coverage: 97.5% of statements [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-17T00:40:10.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2021-03-17T00:40:10.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-17T00:40:10.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-17T00:40:10.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-17T00:40:10.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-17T00:40:12.349Z] Removing intermediate container 40f0b2c9fe09 [2021-03-17T00:40:12.349Z] ---> 2ed669382fc9 [2021-03-17T00:40:12.349Z] Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:40:12.349Z] ---> Running in ea178e7ad6b3 [2021-03-17T00:40:12.349Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-17T00:40:12.349Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-17T00:40:12.349Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-17T00:40:12.349Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-17T00:40:12.349Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-17T00:40:12.349Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-17T00:40:12.349Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-17T00:40:13.298Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-17T00:40:13.298Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-17T00:40:13.298Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-17T00:40:14.245Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-17T00:40:14.245Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-17T00:40:14.245Z] Removing intermediate container ea178e7ad6b3 [2021-03-17T00:40:14.245Z] ---> 39932057645e [2021-03-17T00:40:14.245Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:40:14.245Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-17T00:40:14.829Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-17T00:40:14.829Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-17T00:40:14.829Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-17T00:40:15.092Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-17T00:40:15.092Z] ---> Running in dd634c294e5c [2021-03-17T00:40:15.092Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-17T00:40:15.093Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-17T00:40:15.093Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-17T00:40:15.093Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-17T00:40:15.093Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-17T00:40:15.093Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-17T00:40:15.093Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-17T00:40:15.093Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-17T00:40:15.093Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-17T00:40:16.054Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:40:16.054Z] OK: 71 MiB in 55 packages [2021-03-17T00:40:16.054Z] Removing intermediate container dd634c294e5c [2021-03-17T00:40:16.054Z] ---> b617a6896cf7 [2021-03-17T00:40:16.054Z] [2021-03-17T00:40:16.318Z] Successfully built b617a6896cf7 [2021-03-17T00:40:16.318Z] Successfully tagged docker-core-data-go:latest [2021-03-17T00:40:19.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.384s coverage: 92.8% of statements [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-17T00:40:19.006Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-17T00:40:19.006Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 0.1% of statements [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-17T00:40:19.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-17T00:40:19.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements [2021-03-17T00:40:19.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.129s coverage: 79.5% of statements [2021-03-17T00:40:19.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-03-17T00:40:19.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements [2021-03-17T00:40:19.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-03-17T00:40:22.955Z]  Building docker-core-data-go ... done Removing intermediate container ff724261c573 [2021-03-17T00:40:22.955Z] ---> 1b9f69609075 [2021-03-17T00:40:22.955Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-17T00:40:22.955Z] ---> Running in 2dc32af721dc [2021-03-17T00:40:23.904Z] Collecting docker-compose==1.23.2 [2021-03-17T00:40:25.300Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-17T00:40:25.300Z] Collecting docopt<0.7,>=0.6.1 [2021-03-17T00:40:25.300Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-17T00:40:25.876Z] Collecting cached-property<2,>=1.2.0 [2021-03-17T00:40:25.876Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-17T00:40:25.876Z] Collecting jsonschema<3,>=2.5.1 [2021-03-17T00:40:25.876Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-17T00:40:26.139Z] 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-17T00:40:26.139Z] Collecting texttable<0.10,>=0.9.0 [2021-03-17T00:40:26.139Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-17T00:40:26.715Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-17T00:40:26.715Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-17T00:40:26.979Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-17T00:40:26.979Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-17T00:40:27.555Z] Collecting docker<4.0,>=3.6.0 [2021-03-17T00:40:27.555Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-17T00:40:27.818Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-17T00:40:27.818Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-17T00:40:28.082Z] Collecting PyYAML<4,>=3.10 [2021-03-17T00:40:28.082Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-17T00:40:29.029Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-17T00:40:29.029Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-17T00:40:29.029Z] 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-17T00:40:29.029Z] 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-17T00:40:29.291Z] Collecting idna<2.8,>=2.5 [2021-03-17T00:40:29.291Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-17T00:40:29.291Z] Collecting docker-pycreds>=0.4.0 [2021-03-17T00:40:29.291Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-17T00:40:29.291Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-17T00:40:29.291Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-17T00:40:29.291Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-17T00:40:29.291Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-17T00:40:29.554Z] Installing collected packages: docopt, cached-property, jsonschema, texttable, urllib3, idna, requests, dockerpty, websocket-client, docker-pycreds, docker, PyYAML, docker-compose [2021-03-17T00:40:29.554Z] Running setup.py install for docopt: started [2021-03-17T00:40:30.145Z] Running setup.py install for docopt: finished with status 'done' [2021-03-17T00:40:30.145Z] Running setup.py install for texttable: started [2021-03-17T00:40:30.720Z] Running setup.py install for texttable: finished with status 'done' [2021-03-17T00:40:30.720Z] Attempting uninstall: urllib3 [2021-03-17T00:40:30.720Z] Found existing installation: urllib3 1.25.9 [2021-03-17T00:40:30.720Z] Uninstalling urllib3-1.25.9: [2021-03-17T00:40:30.720Z] Successfully uninstalled urllib3-1.25.9 [2021-03-17T00:40:30.984Z] Attempting uninstall: idna [2021-03-17T00:40:30.984Z] Found existing installation: idna 2.9 [2021-03-17T00:40:30.984Z] Uninstalling idna-2.9: [2021-03-17T00:40:30.984Z] Successfully uninstalled idna-2.9 [2021-03-17T00:40:31.246Z] Attempting uninstall: requests [2021-03-17T00:40:31.246Z] Found existing installation: requests 2.23.0 [2021-03-17T00:40:31.246Z] Uninstalling requests-2.23.0: [2021-03-17T00:40:31.246Z] Successfully uninstalled requests-2.23.0 [2021-03-17T00:40:31.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements [2021-03-17T00:40:31.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-17T00:40:31.508Z] Running setup.py install for dockerpty: started [2021-03-17T00:40:32.084Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-17T00:40:32.347Z] Running setup.py install for PyYAML: started [2021-03-17T00:40:32.926Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-17T00:40:33.189Z] 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-17T00:40:35.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.276s coverage: 81.9% of statements [2021-03-17T00:40:37.412Z] Removing intermediate container 2dc32af721dc [2021-03-17T00:40:37.412Z] ---> f1432f1ac4cc [2021-03-17T00:40:37.412Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-17T00:40:37.412Z] ---> Running in 226805db3dc4 [2021-03-17T00:40:37.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:40:37.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:40:37.674Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:40:37.674Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-17T00:40:37.674Z] (3/3) Installing curl (7.69.1-r3) [2021-03-17T00:40:37.674Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:40:37.674Z] OK: 72 MiB in 58 packages [2021-03-17T00:40:38.252Z] Removing intermediate container 226805db3dc4 [2021-03-17T00:40:38.252Z] ---> 15d012d6a852 [2021-03-17T00:40:38.252Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-17T00:40:38.252Z] ---> Running in 5cc1b684eea6 [2021-03-17T00:40:38.515Z] Removing intermediate container 5cc1b684eea6 [2021-03-17T00:40:38.515Z] ---> dbbad42fe5b4 [2021-03-17T00:40:38.515Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:40:38.515Z] ---> Running in cda7ebef3c89 [2021-03-17T00:40:38.778Z] Removing intermediate container cda7ebef3c89 [2021-03-17T00:40:38.778Z] ---> 8839df71280e [2021-03-17T00:40:38.778Z] Step 24/26 : LABEL arch=x86_64 [2021-03-17T00:40:38.778Z] ---> Running in 4dc9e8113f56 [2021-03-17T00:40:39.041Z] Removing intermediate container 4dc9e8113f56 [2021-03-17T00:40:39.041Z] ---> dbaad47f75f0 [2021-03-17T00:40:39.041Z] Step 25/26 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:40:39.041Z] ---> Running in 7648c909a4f7 [2021-03-17T00:40:39.308Z] Removing intermediate container 7648c909a4f7 [2021-03-17T00:40:39.308Z] ---> 66c87fa806c5 [2021-03-17T00:40:39.308Z] Step 26/26 : LABEL version=0.0.0 [2021-03-17T00:40:39.308Z] ---> Running in 1c114c214283 [2021-03-17T00:40:39.572Z] Removing intermediate container 1c114c214283 [2021-03-17T00:40:39.572Z] ---> 540e1b6e009b [2021-03-17T00:40:39.572Z] [2021-03-17T00:40:39.836Z] Successfully built 540e1b6e009b [2021-03-17T00:40:39.836Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-17T00:40:40.111Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-17T00:40:40.132Z] $ docker stop --time=1 9089e7bf17554e6d7cb3733738a9a04ecb73d0f4d39e608d8786ab9dcc1bd74f [2021-03-17T00:40:41.968Z] $ docker rm -f 9089e7bf17554e6d7cb3733738a9a04ecb73d0f4d39e608d8786ab9dcc1bd74f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T00:40:42.530Z] + docker images [2021-03-17T00:40:42.530Z] + grep docker [2021-03-17T00:40:43.112Z] docker-sys-mgmt-agent-go latest 540e1b6e009b 3 seconds ago 313MB [2021-03-17T00:40:43.112Z] docker-core-data-go latest b617a6896cf7 27 seconds ago 22.6MB [2021-03-17T00:40:43.112Z] docker-security-secretstore-setup-go latest 9de3da9d9e85 56 seconds ago 24.9MB [2021-03-17T00:40:43.112Z] docker-core-command-go latest 11543614e401 About a minute ago 17.2MB [2021-03-17T00:40:43.112Z] docker-security-bootstrapper-go latest f3da1b6a3133 About a minute ago 18.8MB [2021-03-17T00:40:43.112Z] docker-core-metadata-go latest 34ac866549ac 2 minutes ago 19MB [2021-03-17T00:40:43.112Z] docker-support-notifications-go latest 6ee446146d50 2 minutes ago 17.8MB [2021-03-17T00:40:43.112Z] docker-support-scheduler-go latest 49a3a426ce8f 2 minutes ago 17.3MB [2021-03-17T00:40:43.112Z] docker-security-proxy-setup-go latest 077f6575f305 2 minutes ago 24.7MB [2021-03-17T00:40:43.112Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-17T00:40:45.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.139s coverage: 92.9% of statements [2021-03-17T00:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-17T00:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-17T00:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-17T00:40:45.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 77.8% of statements [2021-03-17T00:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-17T00:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-17T00:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-17T00:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-17T00:40:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-17T00:40:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements [2021-03-17T00:40:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-17T00:40:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-17T00:40:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-17T00:40:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-17T00:40:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-03-17T00:40:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-17T00:40:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-03-17T00:40:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements [2021-03-17T00:40:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.190s coverage: 84.6% of statements [2021-03-17T00:40:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.6% of statements [2021-03-17T00:40:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-17T00:40:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.550s coverage: 62.4% of statements [2021-03-17T00:40:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-17T00:40:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-17T00:40:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-17T00:40:46.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 91.3% of statements [2021-03-17T00:40:46.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements [2021-03-17T00:40:47.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-03-17T00:40:48.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-03-17T00:40:51.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.777s coverage: 69.0% of statements [2021-03-17T00:40:51.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-17T00:40:51.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-17T00:40:51.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-17T00:40:53.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.369s coverage: 38.4% of statements [2021-03-17T00:40:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-17T00:40:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-17T00:40:53.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.087s coverage: 89.5% of statements [2021-03-17T00:40:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-17T00:40:53.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements [2021-03-17T00:40:58.849Z] Still waiting to schedule task [2021-03-17T00:40:58.849Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30070’ [2021-03-17T00:41:00.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.518s coverage: 47.0% of statements [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-17T00:41:00.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-17T00:41:00.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-17T00:41:00.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.438s coverage: 87.1% of statements [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:41:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-17T00:41:10.177Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.778s coverage: 29.1% of statements [2021-03-17T00:41:10.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-17T00:41:10.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-17T00:41:10.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-17T00:41:10.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-17T00:41:10.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-17T00:41:10.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-17T00:41:10.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-17T00:41:10.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.252s coverage: 96.5% of statements [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-17T00:41:10.178Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-17T00:41:10.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-17T00:41:10.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-17T00:41:10.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-17T00:41:10.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-03-17T00:41:10.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2021-03-17T00:41:10.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-03-17T00:41:11.152Z] GO111MODULE=on go vet ./... [2021-03-17T00:42:28.201Z] Running on prd-ubuntu18.04-docker-8c-8g-30072 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-17T00:42:28.259Z] Running in /w/workspace/edgex-go/83 [Pipeline] { [Pipeline] checkout [2021-03-17T00:42:30.461Z] using credential edgex-jenkins-ssh [2021-03-17T00:42:30.529Z] Cloning the remote Git repository [2021-03-17T00:42:30.553Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:42:30.624Z] > git init /w/workspace/edgex-go/83 # timeout=10 [2021-03-17T00:42:30.651Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:42:30.651Z] > git --version # timeout=10 [2021-03-17T00:42:30.657Z] > git --version # 'git version 2.17.1' [2021-03-17T00:42:30.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:42:30.682Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T00:42:32.967Z] gofmt -l . [2021-03-17T00:42:34.931Z] [ "`gofmt -l .`" = "" ] [2021-03-17T00:42:38.309Z] ./bin/test-go-mod-tidy.sh [2021-03-17T00:42:38.909Z] ./bin/test-attribution-txt.sh [2021-03-17T00:42:39.148Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-17T00:42:39.158Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T00:42:39.166Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-17T00:42:39.178Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:42:39.178Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:42:39.183Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T00:42:39.797Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-17T00:42:40.263Z] Merge succeeded, producing 0a6facb5d1e4cdc059be9cd6dc0c22bbe7e30c1c [2021-03-17T00:42:40.264Z] Checking out Revision 0a6facb5d1e4cdc059be9cd6dc0c22bbe7e30c1c (PR-2858) [Pipeline] sh [2021-03-17T00:42:39.804Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T00:42:39.808Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-17T00:42:39.927Z] > git remote # timeout=10 [2021-03-17T00:42:39.932Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T00:42:39.937Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:42:39.941Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-17T00:42:40.256Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T00:42:40.265Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T00:42:40.269Z] > git checkout -f 0a6facb5d1e4cdc059be9cd6dc0c22bbe7e30c1c # timeout=10 [2021-03-17T00:42:41.547Z] + ls -al . [2021-03-17T00:42:41.547Z] total 788 [2021-03-17T00:42:41.547Z] drwxrwxr-x 9 1001 1001 4096 Mar 17 00:42 . [2021-03-17T00:42:41.547Z] drwxr-xr-x 4 root root 4096 Mar 17 00:37 .. [2021-03-17T00:42:41.547Z] -rw-rw-r-- 1 1001 1001 11 Mar 17 00:36 .dockerignore [2021-03-17T00:42:41.548Z] drwxrwxr-x 8 1001 1001 4096 Mar 17 00:36 .git [2021-03-17T00:42:41.548Z] drwxrwxr-x 3 1001 1001 4096 Mar 17 00:36 .github [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 818 Mar 17 00:36 .gitignore [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 166 Mar 17 00:36 .sonarcloud.properties [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:36 Attribution.txt [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:36 CONTRIBUTING.md [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 931 Mar 17 00:36 Dockerfile.build [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 863 Mar 17 00:36 Jenkinsfile [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:36 LICENSE [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:36 Makefile [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:36 README.md [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:36 SECURITY.md [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 5 Mar 17 00:32 VERSION [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:36 ZMQWindows.md [2021-03-17T00:42:41.548Z] drwxrwxr-x 2 1001 1001 4096 Mar 17 00:36 bin [2021-03-17T00:42:41.548Z] drwxrwxr-x 14 1001 1001 4096 Mar 17 00:36 cmd [2021-03-17T00:42:41.548Z] -rw-r--r-- 1 root root 650607 Mar 17 00:41 coverage.out [2021-03-17T00:42:41.548Z] -rw-r--r-- 1 root root 1055 Mar 17 00:42 go.mod [2021-03-17T00:42:41.548Z] -rw-r--r-- 1 root root 21981 Mar 17 00:42 go.sum [2021-03-17T00:42:41.548Z] drwxrwxr-x 8 1001 1001 4096 Mar 17 00:36 internal [2021-03-17T00:42:41.548Z] drwxrwxr-x 4 1001 1001 4096 Mar 17 00:36 openapi [2021-03-17T00:42:41.548Z] drwxrwxr-x 4 1001 1001 4096 Mar 17 00:36 snap [2021-03-17T00:42:41.548Z] -rw-rw-r-- 1 1001 1001 168 Mar 17 00:36 version.go [Pipeline] sh [2021-03-17T00:42:42.206Z] + '[' -e coverage.out ] [2021-03-17T00:42:42.206Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-17T00:42:42.227Z] Warning: overwriting stash ‘coverage-report’ [2021-03-17T00:42:43.433Z] Stashed 1 file(s) [Pipeline] sh [2021-03-17T00:42:43.892Z] Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" [2021-03-17T00:42:43.901Z] First time build. Skipping changelog. [2021-03-17T00:42:44.079Z] + make build [2021-03-17T00:42:44.079Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:42:43.894Z] > git rev-list --no-walk 66de3d8016e52a044aafc87a40b3405e37ebe62e # timeout=10 [2021-03-17T00:42:45.090Z] + echo snap-build.sh [2021-03-17T00:42:45.090Z] snap-build.sh [2021-03-17T00:42:45.090Z] + SNAP_BASE_DIR=. [2021-03-17T00:42:45.090Z] + '[' '!' -z /w/workspace/edgex-go/83 ']' [2021-03-17T00:42:45.090Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/83 [2021-03-17T00:42:45.090Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/83]' [2021-03-17T00:42:45.090Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/83] [2021-03-17T00:42:45.090Z] + cd /w/workspace/edgex-go/83 [2021-03-17T00:42:45.090Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-17T00:42:45.090Z] Reading package lists... [2021-03-17T00:42:45.352Z] Building dependency tree... [2021-03-17T00:42:45.352Z] Reading state information... [2021-03-17T00:42:45.352Z] The following packages were automatically installed and are no longer required: [2021-03-17T00:42:45.352Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-17T00:42:45.352Z] uidmap xdelta3 [2021-03-17T00:42:45.352Z] Use 'sudo apt autoremove' to remove them. [2021-03-17T00:42:45.352Z] The following packages will be REMOVED: [2021-03-17T00:42:45.352Z] lxd* lxd-client* [2021-03-17T00:42:45.923Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-17T00:42:45.924Z] After this operation, 31.7 MB disk space will be freed. [2021-03-17T00:42:46.972Z] (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-17T00:42:46.972Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-17T00:42:47.918Z] Removing lxd dnsmasq configuration [2021-03-17T00:42:48.181Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-17T00:42:48.442Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-17T00:42:49.015Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-17T00:42:49.276Z] (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-17T00:42:49.276Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-17T00:42:51.194Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-17T00:42:51.194Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-17T00:42:52.602Z] + sudo snap remove --purge lxd [2021-03-17T00:42:52.863Z] snap "lxd" is not installed [2021-03-17T00:42:52.863Z] + sudo groupadd --force --system lxd [2021-03-17T00:42:52.863Z] ++ whoami [2021-03-17T00:42:52.863Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-17T00:42:52.863Z] + newgrp - lxd [2021-03-17T00:42:52.863Z] + sudo snap install lxd [2021-03-17T00:42:56.486Z] 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-17T00:43:05.105Z] 2021-03-17T00:43:01Z INFO Waiting for automatic snapd restart... [2021-03-17T00:43:23.289Z] 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-17T00:43:26.665Z] 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-17T00:43:27.090Z] lxd 4.12 from Canonical* installed [2021-03-17T00:43:27.090Z] + sudo lxd init --auto [2021-03-17T00:43:34.950Z] 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-17T00:43:35.236Z] + sudo snap install --classic snapcraft [2021-03-17T00:43:35.548Z] 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-17T00:43:42.267Z] 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-17T00:43:48.983Z] 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-17T00:43:50.156Z] snapcraft 4.5.4 from Canonical* installed [2021-03-17T00:43:50.156Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-17T00:43:50.156Z] + patch --verbose -p1 [2021-03-17T00:43:50.156Z] Hmm... Looks like a unified diff to me... [2021-03-17T00:43:50.156Z] The text leading up to this was: [2021-03-17T00:43:50.156Z] -------------------------- [2021-03-17T00:43:50.156Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-17T00:43:50.156Z] |From: Tony Espy [2021-03-17T00:43:50.156Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-17T00:43:50.156Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-17T00:43:50.156Z] | [2021-03-17T00:43:50.156Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-17T00:43:50.156Z] |optimize the snap CI check run for pull requests. When [2021-03-17T00:43:50.156Z] |applied, it essentially strips out everything (apps and [2021-03-17T00:43:50.156Z] |parts) from the snapcraft.yaml file except those required [2021-03-17T00:43:50.156Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-17T00:43:50.156Z] |catch changes to edgex-go that break the snap build. [2021-03-17T00:43:50.156Z] | [2021-03-17T00:43:50.156Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-17T00:43:50.156Z] |to update this patch file, otherwise it may fail to apply, [2021-03-17T00:43:50.156Z] |resulting in a failed snap build CI check in the associated [2021-03-17T00:43:50.156Z] |pull request. [2021-03-17T00:43:50.156Z] | [2021-03-17T00:43:50.156Z] |Note - in addition to applying this patch, the pipeline also [2021-03-17T00:43:50.156Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-17T00:43:50.156Z] |need to build the finally binary .snap file (and it won't [2021-03-17T00:43:50.156Z] |work with the patch applied). This further reduces the build [2021-03-17T00:43:50.156Z] |time. [2021-03-17T00:43:50.156Z] |--- [2021-03-17T00:43:50.156Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-17T00:43:50.156Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-17T00:43:50.156Z] | [2021-03-17T00:43:50.156Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-17T00:43:50.156Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-17T00:43:50.156Z] |--- a/snap/snapcraft.yaml [2021-03-17T00:43:50.156Z] |+++ b/snap/snapcraft.yaml [2021-03-17T00:43:50.156Z] -------------------------- [2021-03-17T00:43:50.156Z] patching file snap/snapcraft.yaml [2021-03-17T00:43:50.156Z] Using Plan A... [2021-03-17T00:43:50.156Z] Hunk #1 succeeded at 73. [2021-03-17T00:43:50.156Z] Hunk #2 succeeded at 205. [2021-03-17T00:43:50.156Z] Hunk #3 succeeded at 217. [2021-03-17T00:43:50.156Z] Hunk #4 FAILED at 225. [2021-03-17T00:43:50.156Z] Hunk #5 succeeded at 303 (offset 1 line). [2021-03-17T00:43:50.156Z] Hunk #6 succeeded at 330 (offset 1 line). [2021-03-17T00:43:50.156Z] Hunk #7 succeeded at 342 (offset 1 line). [2021-03-17T00:43:50.156Z] Hunk #8 FAILED at 397. [2021-03-17T00:43:50.156Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-17T00:43:50.156Z] Hmm... Ignoring the trailing garbage. [2021-03-17T00:43:50.156Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-17T00:43:50.959Z] Failed in branch amd64 [2021-03-17T00:43:53.277Z] 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-17T00:43:58.668Z] 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-17T00:44:04.067Z] 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-17T00:44:07.453Z] 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-17T00:44:15.742Z] $ docker stop --time=1 33eb56ff84466436fa6c453238474734d3969f6e13245c16b42b696cf3180e86 [2021-03-17T00:44:18.330Z] $ docker rm -f 33eb56ff84466436fa6c453238474734d3969f6e13245c16b42b696cf3180e86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:44:20.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-17T00:44:20.427Z] [2021-03-17T00:44:20.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:44:20.808Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-17T00:44:21.080Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-17T00:44:21.080Z] 29e5d40040c1: Pulling fs layer [2021-03-17T00:44:21.080Z] 1ce36da41761: Pulling fs layer [2021-03-17T00:44:21.080Z] 25b303627fd3: Pulling fs layer [2021-03-17T00:44:21.080Z] 29e5d40040c1: Verifying Checksum [2021-03-17T00:44:21.080Z] 29e5d40040c1: Download complete [2021-03-17T00:44:21.673Z] 1ce36da41761: Verifying Checksum [2021-03-17T00:44:21.673Z] 1ce36da41761: Download complete [2021-03-17T00:44:21.673Z] 29e5d40040c1: Pull complete [2021-03-17T00:44:23.109Z] 1ce36da41761: Pull complete [2021-03-17T00:44:24.085Z] 25b303627fd3: Verifying Checksum [2021-03-17T00:44:24.085Z] 25b303627fd3: Download complete [2021-03-17T00:44:34.235Z] 25b303627fd3: Pull complete [2021-03-17T00:44:34.235Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-17T00:44:34.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-17T00:44:34.235Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-17T00:44:34.513Z] prd-ubuntu18.04-docker-arm64-4c-16g-30068 does not seem to be running inside a container [2021-03-17T00:44:34.606Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-17T00:44:38.147Z] $ docker top 30c80c2c665562cbce6b12e07a606eb9c6fef8bedc57b2d4d7bd25f47947c1c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:44:39.221Z] + docker-compose build --help [2021-03-17T00:44:39.221Z] + grep parallel [2021-03-17T00:44:45.903Z] --parallel Build images in parallel. [Pipeline] } [2021-03-17T00:44:45.923Z] $ docker stop --time=1 30c80c2c665562cbce6b12e07a606eb9c6fef8bedc57b2d4d7bd25f47947c1c7 [2021-03-17T00:44:47.890Z] $ docker rm -f 30c80c2c665562cbce6b12e07a606eb9c6fef8bedc57b2d4d7bd25f47947c1c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:44:48.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-17T00:44:48.694Z] . [Pipeline] withDockerContainer [2021-03-17T00:44:48.941Z] prd-ubuntu18.04-docker-arm64-4c-16g-30068 does not seem to be running inside a container [2021-03-17T00:44:49.016Z] $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-17T00:44:50.439Z] $ docker top deb85520b8e7bfb9ad20e6884bf1c9773eb4545ce47b40ff82ced7dd135b0c44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:44:51.439Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-17T00:44:58.187Z] Building docker-core-command-go ... [2021-03-17T00:44:58.187Z] Building docker-core-data-go ... [2021-03-17T00:44:58.187Z] Building docker-core-metadata-go ... [2021-03-17T00:44:58.187Z] Building docker-security-bootstrapper-go ... [2021-03-17T00:44:58.187Z] Building docker-security-proxy-setup-go ... [2021-03-17T00:44:58.187Z] Building docker-security-secretstore-setup-go ... [2021-03-17T00:44:58.187Z] Building docker-support-notifications-go ... [2021-03-17T00:44:58.187Z] Building docker-support-scheduler-go ... [2021-03-17T00:44:58.187Z] Building docker-sys-mgmt-agent-go ... [2021-03-17T00:44:58.187Z] Building docker-sys-mgmt-agent-go [2021-03-17T00:44:58.187Z] Building docker-core-command-go [2021-03-17T00:44:58.187Z] Building docker-security-bootstrapper-go [2021-03-17T00:44:58.187Z] Building docker-core-metadata-go [2021-03-17T00:44:58.187Z] Building docker-support-scheduler-go [2021-03-17T00:46:19.963Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:46:19.963Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:46:19.963Z] ---> df33755112e3 [2021-03-17T00:46:19.963Z] Step 3/26 : WORKDIR /edgex-go [2021-03-17T00:46:19.963Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:46:19.963Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:46:19.963Z] ---> df33755112e3 [2021-03-17T00:46:19.963Z] Step 3/22 : WORKDIR /edgex-go [2021-03-17T00:46:19.963Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:46:19.963Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:46:19.963Z] ---> df33755112e3 [2021-03-17T00:46:19.963Z] Step 3/31 : WORKDIR /edgex-go [2021-03-17T00:46:19.963Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:46:19.963Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:46:19.963Z] ---> df33755112e3 [2021-03-17T00:46:19.963Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:46:19.963Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:46:19.963Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:46:19.963Z] ---> df33755112e3 [2021-03-17T00:46:19.963Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:46:19.963Z] ---> Running in 13b9a773a5ff [2021-03-17T00:46:19.963Z] ---> Running in 6a80fc80d70b [2021-03-17T00:46:19.963Z] ---> Running in 0c913b483e4d [2021-03-17T00:46:19.963Z] ---> Running in f4c1c9161127 [2021-03-17T00:46:19.963Z] ---> Running in 11b26b95327d [2021-03-17T00:46:19.963Z] Removing intermediate container 0c913b483e4d [2021-03-17T00:46:19.963Z] Removing intermediate container f4c1c9161127 [2021-03-17T00:46:19.963Z] ---> 348a6e27980f [2021-03-17T00:46:19.963Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:46:19.963Z] ---> f45a9afb9f92 [2021-03-17T00:46:19.963Z] Removing intermediate container 6a80fc80d70b [2021-03-17T00:46:19.963Z] ---> 3fbf5040b599 [2021-03-17T00:46:19.963Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:46:19.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 13b9a773a5ff [2021-03-17T00:46:19.963Z] ---> ee259007756e [2021-03-17T00:46:19.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:46:19.963Z] [2021-03-17T00:46:19.963Z] Removing intermediate container 11b26b95327d [2021-03-17T00:46:19.963Z] ---> 98c3574a9ed8 [2021-03-17T00:46:19.963Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:46:19.963Z] ---> Running in e6e0c18eefff [2021-03-17T00:46:19.963Z] ---> Running in 9db4de5c79d7 [2021-03-17T00:46:19.963Z] ---> Running in bbda727146d9 [2021-03-17T00:46:19.963Z] ---> Running in 9fe4a4fe332f [2021-03-17T00:46:19.963Z] ---> Running in f2cc6c1db75f [2021-03-17T00:46:22.595Z] Removing intermediate container e6e0c18eefff [2021-03-17T00:46:22.595Z] ---> c9996562a8d9 [2021-03-17T00:46:22.595Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-17T00:46:22.595Z] ---> Running in 2f24ea81626c [2021-03-17T00:46:22.595Z] Removing intermediate container 9db4de5c79d7 [2021-03-17T00:46:22.595Z] ---> 9aa666bd4e2d [2021-03-17T00:46:22.595Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-17T00:46:22.595Z] Removing intermediate container bbda727146d9 [2021-03-17T00:46:22.595Z] ---> 5826f045741e [2021-03-17T00:46:22.595Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-17T00:46:22.868Z] ---> Running in 8174162f0bb2 [2021-03-17T00:46:22.868Z] ---> Running in 829b9db31e18 [2021-03-17T00:46:23.143Z] Removing intermediate container f2cc6c1db75f [2021-03-17T00:46:23.143Z] ---> 6d2fa8565a05 [2021-03-17T00:46:23.143Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-17T00:46:23.419Z] Removing intermediate container 9fe4a4fe332f [2021-03-17T00:46:23.419Z] ---> 02bef8e2284f [2021-03-17T00:46:23.419Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-17T00:46:23.419Z] ---> Running in cdc7167f3052 [2021-03-17T00:46:23.704Z] ---> Running in f2643ffc44a4 [2021-03-17T00:46:24.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:25.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:25.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:25.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:25.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:25.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:25.850Z] OK: 217 MiB in 51 packages [2021-03-17T00:46:26.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:26.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:26.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:26.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:46:27.022Z] OK: 217 MiB in 51 packages [2021-03-17T00:46:27.022Z] OK: 217 MiB in 51 packages [2021-03-17T00:46:27.309Z] OK: 217 MiB in 51 packages [2021-03-17T00:46:27.309Z] OK: 217 MiB in 51 packages [2021-03-17T00:46:27.590Z] Removing intermediate container 2f24ea81626c [2021-03-17T00:46:27.590Z] ---> bf0650141ad5 [2021-03-17T00:46:27.590Z] Step 6/26 : COPY go.mod . [2021-03-17T00:46:29.042Z] ---> 1c3d4ce5fa16 [2021-03-17T00:46:29.042Z] Step 7/26 : RUN go mod download [2021-03-17T00:46:29.042Z] Removing intermediate container 8174162f0bb2 [2021-03-17T00:46:29.042Z] ---> 30ec2565f453 [2021-03-17T00:46:29.042Z] Step 6/22 : COPY go.mod . [2021-03-17T00:46:29.042Z] ---> Running in 063629c04179 [2021-03-17T00:46:29.332Z] Removing intermediate container 829b9db31e18 [2021-03-17T00:46:29.332Z] ---> c1c92cc7068e [2021-03-17T00:46:29.332Z] Step 6/23 : COPY go.mod . [2021-03-17T00:46:29.616Z] Removing intermediate container cdc7167f3052 [2021-03-17T00:46:29.616Z] ---> c3727768fe2d [2021-03-17T00:46:29.616Z] Step 6/31 : COPY go.mod . [2021-03-17T00:46:29.616Z] Removing intermediate container f2643ffc44a4 [2021-03-17T00:46:29.616Z] ---> 3db7653532d0 [2021-03-17T00:46:29.616Z] Step 6/23 : COPY go.mod . [2021-03-17T00:46:30.219Z] ---> b21b234f5f0d [2021-03-17T00:46:30.219Z] Step 7/22 : RUN go mod download [2021-03-17T00:46:30.504Z] ---> d8e7af0907bf [2021-03-17T00:46:30.504Z] Step 7/23 : RUN go mod download [2021-03-17T00:46:30.504Z] ---> Running in 0e8c04647ff9 [2021-03-17T00:46:30.776Z] ---> 8ddfb52ba439 [2021-03-17T00:46:30.776Z] Step 7/31 : RUN go mod download [2021-03-17T00:46:30.776Z] ---> Running in b4d38acacd64 [2021-03-17T00:46:31.051Z] ---> 3121b094999a [2021-03-17T00:46:31.051Z] Step 7/23 : RUN go mod download [2021-03-17T00:46:31.051Z] ---> Running in 8c8ed765a67b [2021-03-17T00:46:31.652Z] ---> Running in 930a68430cac [2021-03-17T00:46:33.651Z] Removing intermediate container 063629c04179 [2021-03-17T00:46:33.651Z] ---> ecf4f9e9c2c8 [2021-03-17T00:46:33.651Z] Step 8/26 : COPY . . [2021-03-17T00:46:36.288Z] Removing intermediate container 0e8c04647ff9 [2021-03-17T00:46:36.288Z] ---> 24285337b8ff [2021-03-17T00:46:36.288Z] Step 8/22 : COPY . . [2021-03-17T00:46:37.731Z] Removing intermediate container 8c8ed765a67b [2021-03-17T00:46:37.731Z] ---> f5dd6925871d [2021-03-17T00:46:37.731Z] Step 8/31 : COPY . . [2021-03-17T00:46:38.006Z] Removing intermediate container b4d38acacd64 [2021-03-17T00:46:38.006Z] ---> 1302b67764f6 [2021-03-17T00:46:38.006Z] Removing intermediate container 930a68430cac [2021-03-17T00:46:38.006Z] ---> 1eb869e2fa83 [2021-03-17T00:46:38.006Z] Step 8/23 : COPY . . [2021-03-17T00:46:38.006Z] Step 8/23 : COPY . . [2021-03-17T00:47:04.841Z] ---> 64c275e2cb90 [2021-03-17T00:47:04.841Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-17T00:47:04.841Z] ---> Running in a0fe09523dec [2021-03-17T00:47:04.841Z] ---> 0880df557c43 [2021-03-17T00:47:04.841Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-17T00:47:04.841Z] ---> 10c814724a39 [2021-03-17T00:47:04.841Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-17T00:47:04.841Z] ---> 0438c31ca5a9 [2021-03-17T00:47:04.841Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-17T00:47:04.841Z] ---> 656209c4cf6f [2021-03-17T00:47:04.841Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-17T00:47:04.841Z] ---> Running in 23612adef663 [2021-03-17T00:47:04.841Z] ---> Running in 199eed0a9d51 [2021-03-17T00:47:04.841Z] ---> Running in f37cc83204df [2021-03-17T00:47:04.841Z] ---> Running in 16f5192a7fa8 [2021-03-17T00:47:04.841Z] 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-17T00:47:05.824Z] 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-17T00:47:05.824Z] 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-17T00:47:06.099Z] 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-17T00:47:06.099Z] 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-17T00:49:13.015Z] Removing intermediate container a0fe09523dec [2021-03-17T00:49:13.015Z] ---> 6c37b9e90c2e [2021-03-17T00:49:13.015Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-17T00:49:13.015Z] ---> Running in 3df0862c31b2 [2021-03-17T00:49:13.015Z] 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-17T00:49:13.015Z] Removing intermediate container 3df0862c31b2 [2021-03-17T00:49:13.015Z] ---> 6ce112d3cf2c [2021-03-17T00:49:13.015Z] [2021-03-17T00:49:13.015Z] Step 11/26 : FROM docker:20.10.0 [2021-03-17T00:49:13.015Z] 20.10.0: Pulling from library/docker [2021-03-17T00:49:13.015Z] Removing intermediate container 16f5192a7fa8 [2021-03-17T00:49:13.015Z] ---> 5da116df0b85 [2021-03-17T00:49:13.015Z] [2021-03-17T00:49:13.015Z] Step 10/31 : FROM alpine:3.12 [2021-03-17T00:49:13.015Z] 3.12: Pulling from library/alpine [2021-03-17T00:49:13.015Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T00:49:13.015Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T00:49:13.015Z] ---> d10569e2745f [2021-03-17T00:49:13.015Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-17T00:49:13.015Z] ---> Running in 217d20e4635b [2021-03-17T00:49:13.015Z] Removing intermediate container 217d20e4635b [2021-03-17T00:49:13.015Z] ---> 3aef288e6fd2 [2021-03-17T00:49:13.015Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-17T00:49:13.015Z] ---> Running in 221c5eaeb321 [2021-03-17T00:49:15.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:15.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:16.260Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-17T00:49:16.260Z] (2/2) Installing su-exec (0.2-r1) [2021-03-17T00:49:16.260Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:49:16.260Z] OK: 5 MiB in 16 packages [2021-03-17T00:49:19.661Z] Removing intermediate container 221c5eaeb321 [2021-03-17T00:49:19.661Z] ---> 6528c2b25720 [2021-03-17T00:49:19.661Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-17T00:49:19.661Z] Removing intermediate container f37cc83204df [2021-03-17T00:49:19.661Z] ---> 4caf86658e8d [2021-03-17T00:49:19.661Z] [2021-03-17T00:49:19.661Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:49:19.661Z] ---> d10569e2745f [2021-03-17T00:49:19.661Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:49:19.936Z] Removing intermediate container 23612adef663 [2021-03-17T00:49:19.936Z] ---> 3c8b28cae758 [2021-03-17T00:49:19.936Z] [2021-03-17T00:49:19.936Z] Step 10/22 : FROM alpine:3.12 [2021-03-17T00:49:19.936Z] ---> d10569e2745f [2021-03-17T00:49:19.936Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:49:20.210Z] ---> Running in c18ab059eea9 [2021-03-17T00:49:20.210Z] ---> Running in d0331f18cfa9 [2021-03-17T00:49:20.486Z] ---> Running in 77637c73f965 [2021-03-17T00:49:21.089Z] Removing intermediate container d0331f18cfa9 [2021-03-17T00:49:21.089Z] ---> 822bb27e7404 [2021-03-17T00:49:21.089Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-17T00:49:21.685Z] ---> Running in 57e59e5ae481 [2021-03-17T00:49:22.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:22.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:22.557Z] Removing intermediate container 57e59e5ae481 [2021-03-17T00:49:22.557Z] ---> 06f18e756e89 [2021-03-17T00:49:22.557Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-17T00:49:22.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:22.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:23.102Z] ---> Running in 97d76fd28b2b [2021-03-17T00:49:23.102Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-17T00:49:23.102Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:49:23.102Z] OK: 5 MiB in 15 packages [2021-03-17T00:49:23.699Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-17T00:49:23.699Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:49:23.699Z] OK: 5 MiB in 15 packages [2021-03-17T00:49:25.697Z] Removing intermediate container c18ab059eea9 [2021-03-17T00:49:25.697Z] ---> f33b1c401e90 [2021-03-17T00:49:25.697Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:49:26.292Z] ---> Running in 30d8356562e2 [2021-03-17T00:49:26.292Z] Removing intermediate container 77637c73f965 [2021-03-17T00:49:26.292Z] ---> baa1cee4e5ee [2021-03-17T00:49:26.292Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:49:26.575Z] ---> Running in 00d62eef63bd [2021-03-17T00:49:26.885Z] Removing intermediate container 199eed0a9d51 [2021-03-17T00:49:26.885Z] ---> e51507b0e5ae [2021-03-17T00:49:26.885Z] [2021-03-17T00:49:26.885Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:49:26.885Z] ---> d10569e2745f [2021-03-17T00:49:26.885Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:49:26.885Z] ---> Using cache [2021-03-17T00:49:26.885Z] ---> baa1cee4e5ee [2021-03-17T00:49:26.885Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:49:27.192Z] Removing intermediate container 97d76fd28b2b [2021-03-17T00:49:27.192Z] ---> be004d39619d [2021-03-17T00:49:27.192Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-17T00:49:27.192Z] Removing intermediate container 30d8356562e2 [2021-03-17T00:49:27.192Z] ---> 9cff5a649a21 [2021-03-17T00:49:27.192Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-17T00:49:27.192Z] ---> Running in 0b930cc2b6c5 [2021-03-17T00:49:27.192Z] ---> Running in fb6bb4781e69 [2021-03-17T00:49:27.491Z] Removing intermediate container 00d62eef63bd [2021-03-17T00:49:27.492Z] ---> e96c2414d9ad [2021-03-17T00:49:27.492Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-17T00:49:27.492Z] ---> Running in a84a00a9b0ba [2021-03-17T00:49:27.775Z] ---> Running in d1562840c3f7 [2021-03-17T00:49:28.466Z] Removing intermediate container fb6bb4781e69 [2021-03-17T00:49:28.467Z] ---> 8a9f8bfff090 [2021-03-17T00:49:28.467Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-17T00:49:28.467Z] ---> Running in be7fdacca9dc [2021-03-17T00:49:28.467Z] Removing intermediate container 0b930cc2b6c5 [2021-03-17T00:49:28.467Z] ---> 0cca43bb8fb8 [2021-03-17T00:49:28.467Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-17T00:49:28.749Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-17T00:49:28.749Z] Removing intermediate container a84a00a9b0ba [2021-03-17T00:49:28.749Z] ---> 2c4d8cb29da7 [2021-03-17T00:49:28.749Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-17T00:49:28.749Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-17T00:49:28.749Z] ---> eeaf43b92773 [2021-03-17T00:49:28.749Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-17T00:49:28.749Z] Removing intermediate container d1562840c3f7 [2021-03-17T00:49:28.749Z] ---> 5bc57d6734be [2021-03-17T00:49:28.749Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T00:49:29.044Z] ---> Running in 0e081381d12c [2021-03-17T00:49:29.044Z] ---> Running in 7eaba54dbcac [2021-03-17T00:49:29.044Z] ---> Running in d1c72032f198 [2021-03-17T00:49:29.327Z] Removing intermediate container be7fdacca9dc [2021-03-17T00:49:29.327Z] ---> 0cc2a773e53a [2021-03-17T00:49:29.327Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-17T00:49:29.603Z] ---> Running in 39360a8dde52 [2021-03-17T00:49:29.882Z] Removing intermediate container 0e081381d12c [2021-03-17T00:49:29.882Z] ---> 8c053ab164de [2021-03-17T00:49:29.882Z] Step 15/23 : WORKDIR / [2021-03-17T00:49:29.882Z] Removing intermediate container d1c72032f198 [2021-03-17T00:49:29.882Z] ---> f61186d74346 [2021-03-17T00:49:29.882Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:49:30.162Z] ---> Running in e919b86e31d2 [2021-03-17T00:49:30.162Z] ---> 52b2ac152660 [2021-03-17T00:49:30.443Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-17T00:49:30.443Z] ---> Running in 0d8e685955a2 [2021-03-17T00:49:30.717Z] Removing intermediate container 39360a8dde52 [2021-03-17T00:49:30.717Z] ---> 7a9a1365823b [2021-03-17T00:49:30.717Z] Step 15/23 : WORKDIR / [2021-03-17T00:49:31.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:31.005Z] ---> Running in 93763f1666b0 [2021-03-17T00:49:31.005Z] Removing intermediate container e919b86e31d2 [2021-03-17T00:49:31.005Z] ---> 99e16c080d95 [2021-03-17T00:49:31.005Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:49:31.280Z] ---> a194c38d3a5c [2021-03-17T00:49:31.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-17T00:49:31.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:31.883Z] Removing intermediate container 93763f1666b0 [2021-03-17T00:49:31.883Z] ---> 1c2d5fe129b0 [2021-03-17T00:49:31.883Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:49:32.162Z] (1/2) Installing readline (8.0.4-r0) [2021-03-17T00:49:32.162Z] (2/2) Installing bash (5.0.17-r0) [2021-03-17T00:49:32.162Z] Executing bash-5.0.17-r0.post-install [2021-03-17T00:49:32.162Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:49:32.162Z] OK: 12 MiB in 22 packages [2021-03-17T00:49:32.764Z] ---> a7396aacb2cb [2021-03-17T00:49:32.764Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-17T00:49:33.366Z] ---> 5da9d08ddf26 [2021-03-17T00:49:33.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-17T00:49:33.641Z] ---> 9df246ea66e9 [2021-03-17T00:49:33.641Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-17T00:49:34.645Z] Removing intermediate container 7eaba54dbcac [2021-03-17T00:49:34.645Z] ---> d6725d1a25d1 [2021-03-17T00:49:34.645Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-17T00:49:34.645Z] Removing intermediate container 0d8e685955a2 [2021-03-17T00:49:34.645Z] ---> a4455a72723e [2021-03-17T00:49:34.645Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:49:34.919Z] ---> Running in bea8907537fc [2021-03-17T00:49:35.191Z] ---> 56af7488f5e3 [2021-03-17T00:49:35.191Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-17T00:49:35.191Z] ---> b8d70a4615b0 [2021-03-17T00:49:35.191Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-17T00:49:35.467Z] ---> d42c598e8e8a [2021-03-17T00:49:35.467Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-17T00:49:35.467Z] ---> Running in 68c7baa72d6c [2021-03-17T00:49:35.745Z] Removing intermediate container bea8907537fc [2021-03-17T00:49:35.745Z] ---> d44cfb4b8fbd [2021-03-17T00:49:35.745Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-17T00:49:36.018Z] ---> Running in f4644496bfc5 [2021-03-17T00:49:36.019Z] ---> f252613bf757 [2021-03-17T00:49:36.019Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-17T00:49:36.019Z] Removing intermediate container 68c7baa72d6c [2021-03-17T00:49:36.019Z] ---> 55629572cc6f [2021-03-17T00:49:36.019Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:49:36.294Z] ---> 944f2b77a7db [2021-03-17T00:49:36.294Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-17T00:49:36.294Z] ---> Running in 83913208a73d [2021-03-17T00:49:36.568Z] ---> Running in 8fc575093fa3 [2021-03-17T00:49:36.847Z] ---> 7b267b7b1211 [2021-03-17T00:49:36.847Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-17T00:49:36.847Z] Removing intermediate container f4644496bfc5 [2021-03-17T00:49:36.847Z] ---> 7cf932a8216a [2021-03-17T00:49:36.847Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-17T00:49:37.123Z] ---> Running in 2df57167558e [2021-03-17T00:49:37.123Z] ---> Running in dd06f6079d44 [2021-03-17T00:49:37.123Z] Removing intermediate container 83913208a73d [2021-03-17T00:49:37.123Z] ---> cb105853be6a [2021-03-17T00:49:37.123Z] Step 20/22 : LABEL arch=arm64 [2021-03-17T00:49:37.400Z] Removing intermediate container 8fc575093fa3 [2021-03-17T00:49:37.400Z] ---> 088baf4f7580 [2021-03-17T00:49:37.400Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:49:37.677Z] ---> Running in 1cb2aa45afd1 [2021-03-17T00:49:37.677Z] ---> Running in ec70abc17140 [2021-03-17T00:49:37.964Z] ---> 9b948f309f90 [2021-03-17T00:49:37.964Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-17T00:49:37.964Z] Removing intermediate container 2df57167558e [2021-03-17T00:49:37.964Z] ---> 6c3bd6d5909c [2021-03-17T00:49:37.964Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:49:37.964Z] Removing intermediate container dd06f6079d44 [2021-03-17T00:49:37.964Z] ---> 97bbfa9a9f1c [2021-03-17T00:49:37.964Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-17T00:49:38.250Z] Removing intermediate container 1cb2aa45afd1 [2021-03-17T00:49:38.250Z] ---> c409ff0462ff [2021-03-17T00:49:38.250Z] Step 21/22 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:49:38.250Z] ---> Running in c32ef7e0699c [2021-03-17T00:49:38.529Z] ---> Running in 856644bc7283 [2021-03-17T00:49:38.529Z] Removing intermediate container ec70abc17140 [2021-03-17T00:49:38.529Z] ---> 39b03208af51 [2021-03-17T00:49:38.529Z] Step 21/23 : LABEL arch=arm64 [2021-03-17T00:49:39.129Z] ---> Running in ec5ffbb54529 [2021-03-17T00:49:39.129Z] Removing intermediate container c32ef7e0699c [2021-03-17T00:49:39.129Z] ---> c55f8b6ed9de [2021-03-17T00:49:39.129Z] Step 21/23 : LABEL arch=arm64 [2021-03-17T00:49:39.129Z] ---> 238ae2d3b8eb [2021-03-17T00:49:39.129Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-17T00:49:39.402Z] Removing intermediate container 856644bc7283 [2021-03-17T00:49:39.402Z] ---> 347ffce96d28 [2021-03-17T00:49:39.402Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T00:49:39.402Z] ---> Running in 5ad1e3a80dda [2021-03-17T00:49:39.683Z] ---> Running in 6fcfa4d802f0 [2021-03-17T00:49:39.958Z] Removing intermediate container ec5ffbb54529 [2021-03-17T00:49:39.958Z] ---> c08b2cba6164 [2021-03-17T00:49:39.958Z] Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:49:39.958Z] ---> 2da57c7507e7 [2021-03-17T00:49:39.958Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-17T00:49:40.236Z] ---> Running in 81a5a26d5c54 [2021-03-17T00:49:40.236Z] Removing intermediate container 5ad1e3a80dda [2021-03-17T00:49:40.236Z] ---> 90d339a621c5 [2021-03-17T00:49:40.236Z] Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:49:40.510Z] Removing intermediate container 6fcfa4d802f0 [2021-03-17T00:49:40.510Z] ---> d9423be21a43 [2021-03-17T00:49:40.510Z] [2021-03-17T00:49:40.510Z] ---> 79645aa6dc26 [2021-03-17T00:49:40.510Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-17T00:49:40.510Z] ---> Running in 43b38540a75d [2021-03-17T00:49:41.107Z] Removing intermediate container 81a5a26d5c54 [2021-03-17T00:49:41.107Z] ---> 0d8e84c79722 [2021-03-17T00:49:41.107Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:49:41.107Z] Successfully built d9423be21a43 [2021-03-17T00:49:41.107Z] ---> 2a8a76be69cd [2021-03-17T00:49:41.107Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-17T00:49:41.107Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-17T00:49:41.107Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-17T00:49:41.384Z] ---> Running in 3f5033dd0324 [2021-03-17T00:49:41.384Z] Removing intermediate container 43b38540a75d [2021-03-17T00:49:41.384Z] ---> e32be6a11963 [2021-03-17T00:49:41.384Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:49:41.662Z] ---> Running in 83c3f8695817 [2021-03-17T00:49:41.939Z] ---> 417af4390e75 [2021-03-17T00:49:41.939Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-17T00:49:41.939Z] Removing intermediate container 3f5033dd0324 [2021-03-17T00:49:41.939Z] ---> a9a3eb644ce0 [2021-03-17T00:49:41.939Z] [2021-03-17T00:49:42.547Z] ---> Running in 88182f412e43 [2021-03-17T00:49:42.547Z] Removing intermediate container 83c3f8695817 [2021-03-17T00:49:42.547Z] ---> 493494febfd1 [2021-03-17T00:49:42.547Z] [2021-03-17T00:49:42.827Z] Successfully built a9a3eb644ce0 [2021-03-17T00:49:42.827Z] ---> dcf0eedf9146 [2021-03-17T00:49:42.827Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-17T00:49:42.827Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-17T00:49:42.827Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-17T00:49:43.103Z] ---> Running in f738aa78d69a [2021-03-17T00:49:43.103Z] Successfully built 493494febfd1 [2021-03-17T00:49:43.103Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-17T00:49:43.103Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-17T00:49:43.103Z] Removing intermediate container 88182f412e43 [2021-03-17T00:49:43.103Z] ---> 2c6101b11ae0 [2021-03-17T00:49:43.103Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-17T00:49:44.546Z] ---> 291b4ed10130 [2021-03-17T00:49:44.546Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-17T00:49:44.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:44.818Z] ---> Running in a5834f472dce [2021-03-17T00:49:44.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:45.812Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-17T00:49:45.812Z] (2/33) Installing expat (2.2.9-r1) [2021-03-17T00:49:45.812Z] (3/33) Installing libffi (3.3-r2) [2021-03-17T00:49:45.812Z] (4/33) Installing gdbm (1.13-r1) [2021-03-17T00:49:45.812Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-17T00:49:45.812Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-17T00:49:46.086Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-17T00:49:48.740Z] Removing intermediate container a5834f472dce [2021-03-17T00:49:48.740Z] ---> b70c32f4cb65 [2021-03-17T00:49:48.740Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-17T00:49:48.740Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-17T00:49:48.740Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-17T00:49:48.740Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-17T00:49:48.740Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-17T00:49:48.740Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-17T00:49:49.031Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-17T00:49:49.031Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-17T00:49:49.031Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-17T00:49:49.305Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-17T00:49:49.305Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-17T00:49:49.305Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-17T00:49:49.305Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-17T00:49:49.305Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-17T00:49:49.305Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-17T00:49:49.305Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-17T00:49:49.305Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-17T00:49:49.305Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-17T00:49:49.305Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-17T00:49:49.580Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-17T00:49:49.580Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-17T00:49:49.580Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-17T00:49:49.580Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-17T00:49:49.580Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-17T00:49:49.580Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-17T00:49:49.580Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-17T00:49:49.580Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-17T00:49:49.856Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:49:49.856Z] OK: 71 MiB in 55 packages [2021-03-17T00:49:50.484Z] ---> Running in ff0d8c82b5ee [2021-03-17T00:49:51.473Z] Removing intermediate container ff0d8c82b5ee [2021-03-17T00:49:51.473Z] ---> 42fdfe2aa857 [2021-03-17T00:49:51.473Z] Step 28/31 : CMD ["gate"] [2021-03-17T00:49:51.764Z] ---> Running in cf3c5397f918 [2021-03-17T00:49:52.750Z] Removing intermediate container cf3c5397f918 [2021-03-17T00:49:52.750Z] ---> eed418a371f0 [2021-03-17T00:49:52.750Z] Step 29/31 : LABEL arch=arm64 [2021-03-17T00:49:53.350Z] ---> Running in 424bbcf1a8cb [2021-03-17T00:49:53.980Z] Removing intermediate container 424bbcf1a8cb [2021-03-17T00:49:53.980Z] ---> f0eb480aea45 [2021-03-17T00:49:53.980Z] Step 30/31 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:49:55.435Z] ---> Running in 4d1693cb5560 [2021-03-17T00:49:56.434Z] Removing intermediate container 4d1693cb5560 [2021-03-17T00:49:56.434Z] ---> fa13f3b7112e [2021-03-17T00:49:56.434Z] Step 31/31 : LABEL version=0.0.0 [2021-03-17T00:49:57.048Z] ---> Running in d59cd5f5e69f [2021-03-17T00:49:58.035Z] Removing intermediate container f738aa78d69a [2021-03-17T00:49:58.035Z] ---> 8461b08eeb9c [2021-03-17T00:49:58.035Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-17T00:49:58.035Z] Removing intermediate container d59cd5f5e69f [2021-03-17T00:49:58.035Z] ---> 7c9362654095 [2021-03-17T00:49:58.035Z] [2021-03-17T00:49:58.309Z] ---> Running in 78c8c5e57b05 [2021-03-17T00:49:58.909Z] Successfully built 7c9362654095 [2021-03-17T00:49:58.909Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-17T00:49:58.909Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-17T00:50:05.618Z] Collecting docker-compose==1.23.2 [2021-03-17T00:50:05.618Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-17T00:50:06.600Z] Collecting PyYAML<4,>=3.10 [2021-03-17T00:50:06.600Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-17T00:50:10.926Z] 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-17T00:50:11.201Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-17T00:50:11.201Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-17T00:50:14.595Z] Collecting docker<4.0,>=3.6.0 [2021-03-17T00:50:14.595Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-17T00:50:15.583Z] Collecting texttable<0.10,>=0.9.0 [2021-03-17T00:50:15.583Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-17T00:50:18.221Z] Collecting docopt<0.7,>=0.6.1 [2021-03-17T00:50:18.221Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-17T00:50:22.540Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-17T00:50:22.540Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-17T00:50:23.138Z] Collecting cached-property<2,>=1.2.0 [2021-03-17T00:50:23.138Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-17T00:50:23.735Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-17T00:50:23.735Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-17T00:50:24.717Z] Collecting jsonschema<3,>=2.5.1 [2021-03-17T00:50:24.717Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-17T00:50:25.316Z] Collecting docker-pycreds>=0.4.0 [2021-03-17T00:50:25.316Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-17T00:50:25.316Z] 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-17T00:50:25.589Z] Collecting idna<2.8,>=2.5 [2021-03-17T00:50:25.589Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-17T00:50:25.864Z] 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-17T00:50:26.460Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-17T00:50:26.460Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-17T00:50:26.743Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-17T00:50:26.743Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-17T00:50:27.023Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-17T00:50:27.023Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-17T00:50:28.471Z] Installing collected packages: PyYAML, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, cached-property, jsonschema, docker-compose [2021-03-17T00:50:28.471Z] Running setup.py install for PyYAML: started [2021-03-17T00:50:31.901Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-17T00:50:31.901Z] Running setup.py install for dockerpty: started [2021-03-17T00:50:34.710Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-17T00:50:36.156Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:50:36.157Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:50:36.157Z] ---> df33755112e3 [2021-03-17T00:50:36.157Z] Step 3/24 : WORKDIR /edgex-go [2021-03-17T00:50:36.157Z] ---> Using cache [2021-03-17T00:50:36.157Z] ---> 348a6e27980f [2021-03-17T00:50:36.157Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:50:36.157Z] ---> Using cache [2021-03-17T00:50:36.157Z] ---> 9aa666bd4e2d [2021-03-17T00:50:36.157Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-17T00:50:36.157Z] ---> Using cache [2021-03-17T00:50:36.157Z] ---> 30ec2565f453 [2021-03-17T00:50:36.157Z] Step 6/24 : COPY go.mod . [2021-03-17T00:50:36.157Z] ---> Using cache [2021-03-17T00:50:36.157Z] ---> b21b234f5f0d [2021-03-17T00:50:36.157Z] Step 7/24 : RUN go mod download [2021-03-17T00:50:36.157Z] ---> Using cache [2021-03-17T00:50:36.157Z] ---> 24285337b8ff [2021-03-17T00:50:36.157Z] Step 8/24 : COPY . . [2021-03-17T00:50:36.157Z] ---> Using cache [2021-03-17T00:50:36.157Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:50:36.157Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:50:36.157Z] ---> 0880df557c43 [2021-03-17T00:50:36.157Z] ---> df33755112e3 [2021-03-17T00:50:36.157Z] Step 3/22 : WORKDIR /edgex-go [2021-03-17T00:50:36.157Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-17T00:50:36.157Z] ---> Using cache [2021-03-17T00:50:36.157Z] ---> 348a6e27980f [2021-03-17T00:50:36.157Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:50:36.157Z] ---> Using cache [2021-03-17T00:50:36.157Z] ---> 9aa666bd4e2d [2021-03-17T00:50:36.157Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-17T00:50:36.442Z] Attempting uninstall: idna [2021-03-17T00:50:36.442Z] Found existing installation: idna 2.9 [2021-03-17T00:50:36.442Z] Uninstalling idna-2.9: [2021-03-17T00:50:36.442Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:50:36.442Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:50:36.442Z] ---> df33755112e3 [2021-03-17T00:50:36.442Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:50:36.442Z] ---> Using cache [2021-03-17T00:50:36.442Z] ---> 348a6e27980f [2021-03-17T00:50:36.442Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:50:36.442Z] ---> Using cache [2021-03-17T00:50:36.442Z] ---> 9aa666bd4e2d [2021-03-17T00:50:36.442Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-17T00:50:36.442Z] Successfully uninstalled idna-2.9 [2021-03-17T00:50:38.454Z] Attempting uninstall: urllib3 [2021-03-17T00:50:38.454Z] Found existing installation: urllib3 1.25.9 [2021-03-17T00:50:38.454Z] Uninstalling urllib3-1.25.9: [2021-03-17T00:50:38.454Z] Successfully uninstalled urllib3-1.25.9 [2021-03-17T00:50:39.943Z] Attempting uninstall: requests [2021-03-17T00:50:39.943Z] Found existing installation: requests 2.23.0 [2021-03-17T00:50:39.943Z] Uninstalling requests-2.23.0: [2021-03-17T00:50:39.943Z] Successfully uninstalled requests-2.23.0 [2021-03-17T00:50:41.396Z] ---> Running in c024c1f28281 [2021-03-17T00:50:41.396Z] ---> Running in 355adb3474a9 [2021-03-17T00:50:41.396Z] ---> Running in 6259a7b331c2 [2021-03-17T00:50:42.384Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:50:42.384Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:50:42.384Z] ---> df33755112e3 [2021-03-17T00:50:42.384Z] Step 3/21 : WORKDIR /edgex-go [2021-03-17T00:50:42.384Z] ---> Using cache [2021-03-17T00:50:42.384Z] ---> 348a6e27980f [2021-03-17T00:50:42.384Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:50:42.384Z] ---> Using cache [2021-03-17T00:50:42.384Z] ---> 9aa666bd4e2d [2021-03-17T00:50:42.384Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-17T00:50:42.384Z] ---> Using cache [2021-03-17T00:50:42.384Z] ---> 30ec2565f453 [2021-03-17T00:50:42.384Z] Step 6/21 : COPY go.mod . [2021-03-17T00:50:42.384Z] ---> Using cache [2021-03-17T00:50:42.384Z] ---> b21b234f5f0d [2021-03-17T00:50:42.384Z] Step 7/21 : RUN go mod download [2021-03-17T00:50:42.384Z] ---> Using cache [2021-03-17T00:50:42.384Z] ---> 24285337b8ff [2021-03-17T00:50:42.384Z] Step 8/21 : COPY . . [2021-03-17T00:50:42.384Z] ---> Using cache [2021-03-17T00:50:42.384Z] ---> 0880df557c43 [2021-03-17T00:50:42.384Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-17T00:50:42.384Z] Running setup.py install for texttable: started [2021-03-17T00:50:42.997Z] ---> Running in 17bb3cd7a339 [2021-03-17T00:50:43.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:50:43.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:50:43.887Z] 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-17T00:50:44.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:50:44.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:50:44.781Z] 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-17T00:50:45.387Z] OK: 217 MiB in 51 packages [2021-03-17T00:50:45.387Z] OK: 217 MiB in 51 packages [2021-03-17T00:50:45.993Z] Running setup.py install for texttable: finished with status 'done' [2021-03-17T00:50:45.993Z] Running setup.py install for docopt: started [2021-03-17T00:50:47.479Z] Removing intermediate container c024c1f28281 [2021-03-17T00:50:47.479Z] ---> 677a00c808aa [2021-03-17T00:50:47.479Z] Step 6/23 : COPY go.mod . [2021-03-17T00:50:47.754Z] Removing intermediate container 355adb3474a9 [2021-03-17T00:50:47.754Z] ---> e4e4b2a1d755 [2021-03-17T00:50:47.754Z] Step 6/22 : COPY go.mod . [2021-03-17T00:50:48.752Z] ---> 4f5f0e271245 [2021-03-17T00:50:48.752Z] Step 7/23 : RUN go mod download [2021-03-17T00:50:49.034Z] ---> 00c3f33a72a8 [2021-03-17T00:50:49.034Z] Step 7/22 : RUN go mod download [2021-03-17T00:50:49.034Z] ---> Running in 42123f887639 [2021-03-17T00:50:49.315Z] ---> Running in 3c3a25c9f3c5 [2021-03-17T00:50:49.594Z] Running setup.py install for docopt: finished with status 'done' [2021-03-17T00:50:52.263Z] 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-17T00:50:54.928Z] Removing intermediate container 42123f887639 [2021-03-17T00:50:54.928Z] ---> 4dcac67e5a01 [2021-03-17T00:50:54.928Z] Step 8/23 : COPY . . [2021-03-17T00:50:55.206Z] Removing intermediate container 3c3a25c9f3c5 [2021-03-17T00:50:55.206Z] ---> edc79b261163 [2021-03-17T00:50:55.206Z] Step 8/22 : COPY . . [2021-03-17T00:51:01.928Z] Removing intermediate container 78c8c5e57b05 [2021-03-17T00:51:01.928Z] ---> a64258eb1891 [2021-03-17T00:51:01.928Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-17T00:51:02.207Z] ---> Running in 25e692a17a17 [2021-03-17T00:51:04.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:51:04.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:51:05.837Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:51:05.837Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-17T00:51:05.837Z] (3/3) Installing curl (7.69.1-r3) [2021-03-17T00:51:05.837Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:51:06.117Z] OK: 72 MiB in 58 packages [2021-03-17T00:51:11.571Z] Removing intermediate container 25e692a17a17 [2021-03-17T00:51:11.571Z] ---> 91d3dccbb8a1 [2021-03-17T00:51:11.571Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-17T00:51:11.571Z] ---> Running in 1e004b6a1410 [2021-03-17T00:51:12.175Z] Removing intermediate container 1e004b6a1410 [2021-03-17T00:51:12.175Z] ---> d165c3285ae1 [2021-03-17T00:51:12.175Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:51:12.775Z] ---> Running in f419575e05c2 [2021-03-17T00:51:14.779Z] Removing intermediate container f419575e05c2 [2021-03-17T00:51:14.779Z] ---> a41db7239993 [2021-03-17T00:51:14.779Z] Step 24/26 : LABEL arch=arm64 [2021-03-17T00:51:15.126Z] ---> Running in f1df50cfb379 [2021-03-17T00:51:16.568Z] Removing intermediate container f1df50cfb379 [2021-03-17T00:51:16.568Z] ---> d9c6bb7d4b27 [2021-03-17T00:51:16.568Z] Step 25/26 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:51:17.181Z] ---> Running in b5405dfd1af4 [2021-03-17T00:51:18.613Z] Removing intermediate container b5405dfd1af4 [2021-03-17T00:51:18.613Z] ---> fe88bb52346f [2021-03-17T00:51:18.613Z] Step 26/26 : LABEL version=0.0.0 [2021-03-17T00:51:19.210Z] ---> Running in e3473fab0f84 [2021-03-17T00:51:20.192Z] Removing intermediate container e3473fab0f84 [2021-03-17T00:51:20.192Z] ---> cb21daea6943 [2021-03-17T00:51:20.192Z] [2021-03-17T00:51:22.171Z] Successfully built cb21daea6943 [2021-03-17T00:51:22.171Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-17T00:51:29.108Z]  Building docker-sys-mgmt-agent-go ... done  ---> b8479f855c13 [2021-03-17T00:51:29.108Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-17T00:51:29.384Z] ---> 03bb0dc03b8f [2021-03-17T00:51:29.384Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-17T00:51:29.384Z] ---> Running in 537e0ac3fa6c [2021-03-17T00:51:29.657Z] ---> Running in 04bd63632697 [2021-03-17T00:51:31.664Z] 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-17T00:51:31.664Z] 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-17T00:51:58.490Z] 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-17T00:51:58.490Z] 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-17T00:52:13.710Z] Removing intermediate container 17bb3cd7a339 [2021-03-17T00:52:13.710Z] ---> 49fd7c8509fe [2021-03-17T00:52:13.710Z] [2021-03-17T00:52:13.710Z] Step 10/21 : FROM alpine:3.12 [2021-03-17T00:52:13.710Z] ---> d10569e2745f [2021-03-17T00:52:13.710Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-17T00:52:13.710Z] Removing intermediate container 6259a7b331c2 [2021-03-17T00:52:13.710Z] ---> d787101fa4fd [2021-03-17T00:52:13.710Z] [2021-03-17T00:52:13.710Z] Step 10/24 : FROM alpine:3.12 [2021-03-17T00:52:13.710Z] ---> d10569e2745f [2021-03-17T00:52:13.710Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-17T00:52:13.710Z] ---> Running in aa90be9067e4 [2021-03-17T00:52:13.710Z] ---> Running in 1a196bbfe18a [2021-03-17T00:52:14.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:52:14.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:52:14.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:52:14.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:52:15.573Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-17T00:52:15.574Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-17T00:52:15.574Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:52:15.574Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:52:15.574Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-17T00:52:15.574Z] (4/5) Installing curl (7.69.1-r3) [2021-03-17T00:52:15.574Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-17T00:52:15.574Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-17T00:52:15.574Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:52:15.574Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:52:15.850Z] (4/4) Installing curl (7.69.1-r3) [2021-03-17T00:52:15.850Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:52:15.850Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:52:16.124Z] OK: 7 MiB in 18 packages [2021-03-17T00:52:16.124Z] OK: 7 MiB in 19 packages [2021-03-17T00:52:19.523Z] Removing intermediate container 1a196bbfe18a [2021-03-17T00:52:19.523Z] ---> c198ee708603 [2021-03-17T00:52:19.523Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-17T00:52:19.523Z] Removing intermediate container aa90be9067e4 [2021-03-17T00:52:19.523Z] ---> aed1a6754f56 [2021-03-17T00:52:19.523Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-17T00:52:19.523Z] ---> Running in 2979b230da95 [2021-03-17T00:52:19.523Z] ---> Running in 63cd9f99d864 [2021-03-17T00:52:19.796Z] Removing intermediate container 2979b230da95 [2021-03-17T00:52:19.796Z] ---> 3df21cb2a376 [2021-03-17T00:52:19.796Z] Step 13/24 : WORKDIR / [2021-03-17T00:52:20.071Z] Removing intermediate container 63cd9f99d864 [2021-03-17T00:52:20.072Z] ---> 0e589ca6ce64 [2021-03-17T00:52:20.072Z] Step 13/21 : WORKDIR /edgex [2021-03-17T00:52:20.072Z] ---> Running in 4e936d54aac9 [2021-03-17T00:52:20.072Z] ---> Running in e9df5df23014 [2021-03-17T00:52:21.056Z] Removing intermediate container 4e936d54aac9 [2021-03-17T00:52:21.057Z] ---> 1ee53cf415ec [2021-03-17T00:52:21.057Z] 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-17T00:52:21.057Z] Removing intermediate container e9df5df23014 [2021-03-17T00:52:21.057Z] ---> 4a1ad0dc813f [2021-03-17T00:52:21.057Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-17T00:52:22.046Z] ---> e3c1e7745b69 [2021-03-17T00:52:22.046Z] 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-17T00:52:22.333Z] ---> 24420789aa6e [2021-03-17T00:52:22.333Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-17T00:52:23.320Z] ---> 683f52a217b5 [2021-03-17T00:52:23.320Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-17T00:52:24.314Z] ---> 9bb9fa024b1d [2021-03-17T00:52:24.314Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-17T00:52:24.587Z] ---> 9b5c654c2e3e [2021-03-17T00:52:24.587Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-17T00:52:26.603Z] ---> 5daf311d629b [2021-03-17T00:52:26.603Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-17T00:52:26.603Z] ---> 7e3acd14834e [2021-03-17T00:52:26.603Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-17T00:52:26.603Z] ---> Running in 55ead11d5fb9 [2021-03-17T00:52:27.601Z] Removing intermediate container 55ead11d5fb9 [2021-03-17T00:52:27.601Z] ---> 995722dcbc2c [2021-03-17T00:52:27.601Z] Step 18/21 : CMD ["--init=true"] [2021-03-17T00:52:27.876Z] ---> Running in d9ea60007e62 [2021-03-17T00:52:28.484Z] ---> c52cc1889fae [2021-03-17T00:52:28.484Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-17T00:52:28.761Z] Removing intermediate container d9ea60007e62 [2021-03-17T00:52:28.761Z] ---> fa93732d0239 [2021-03-17T00:52:28.761Z] Step 19/21 : LABEL arch=arm64 [2021-03-17T00:52:28.761Z] ---> Running in ada09851e089 [2021-03-17T00:52:29.756Z] ---> f74e86982808 [2021-03-17T00:52:29.756Z] 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-17T00:52:29.756Z] Removing intermediate container ada09851e089 [2021-03-17T00:52:29.756Z] ---> 857d079135b2 [2021-03-17T00:52:29.756Z] Step 20/21 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:52:29.756Z] ---> Running in 57f2eb541b11 [2021-03-17T00:52:30.032Z] ---> Running in d7fe78ba28e6 [2021-03-17T00:52:30.634Z] Removing intermediate container d7fe78ba28e6 [2021-03-17T00:52:30.634Z] ---> e4d66959f233 [2021-03-17T00:52:30.634Z] Step 21/21 : LABEL version=0.0.0 [2021-03-17T00:52:30.925Z] ---> Running in 1451980ecaaf [2021-03-17T00:52:31.529Z] Removing intermediate container 1451980ecaaf [2021-03-17T00:52:31.529Z] ---> 5d24192e2ba1 [2021-03-17T00:52:31.529Z] [2021-03-17T00:52:32.129Z] Successfully built 5d24192e2ba1 [2021-03-17T00:52:32.129Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-17T00:52:33.586Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 57f2eb541b11 [2021-03-17T00:52:33.586Z] ---> 01198d368f09 [2021-03-17T00:52:33.586Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-17T00:52:33.586Z] ---> Running in ccefeb97cd35 [2021-03-17T00:52:34.186Z] Removing intermediate container ccefeb97cd35 [2021-03-17T00:52:34.186Z] ---> c9ec6ff0b050 [2021-03-17T00:52:34.186Z] Step 22/24 : LABEL arch=arm64 [2021-03-17T00:52:34.464Z] ---> Running in 9638e31862a0 [2021-03-17T00:52:35.070Z] Removing intermediate container 9638e31862a0 [2021-03-17T00:52:35.070Z] ---> 4091fb534cfd [2021-03-17T00:52:35.070Z] Step 23/24 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:52:35.349Z] ---> Running in 2f9add2851c1 [2021-03-17T00:52:35.963Z] Removing intermediate container 2f9add2851c1 [2021-03-17T00:52:35.963Z] ---> 1ef039aab9db [2021-03-17T00:52:35.963Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T00:52:35.963Z] ---> Running in 02a25b1ed1bc [2021-03-17T00:52:36.570Z] Removing intermediate container 02a25b1ed1bc [2021-03-17T00:52:36.570Z] ---> a0f4a323bf68 [2021-03-17T00:52:36.570Z] [2021-03-17T00:52:37.172Z] Successfully built a0f4a323bf68 [2021-03-17T00:52:37.172Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-17T00:52:53.742Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 04bd63632697 [2021-03-17T00:52:53.742Z] ---> bcdfb43fb504 [2021-03-17T00:52:53.742Z] [2021-03-17T00:52:53.742Z] Step 10/22 : FROM alpine:3.12 [2021-03-17T00:52:53.742Z] ---> d10569e2745f [2021-03-17T00:52:53.742Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-17T00:52:53.742Z] ---> Running in 0e2c127ff39b [2021-03-17T00:52:53.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:52:53.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:52:54.015Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-17T00:52:54.015Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-17T00:52:54.015Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:52:54.015Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:52:54.293Z] OK: 6 MiB in 16 packages [2021-03-17T00:52:56.324Z] Removing intermediate container 0e2c127ff39b [2021-03-17T00:52:56.324Z] ---> 8c0ede5fbf53 [2021-03-17T00:52:56.324Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:52:56.324Z] ---> Running in 9cd7a2291903 [2021-03-17T00:52:56.599Z] Removing intermediate container 9cd7a2291903 [2021-03-17T00:52:56.599Z] ---> 794f60b9e223 [2021-03-17T00:52:56.599Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-17T00:52:57.200Z] ---> Running in deb8183ca10c [2021-03-17T00:52:57.797Z] Removing intermediate container deb8183ca10c [2021-03-17T00:52:57.797Z] ---> f443cd01d30f [2021-03-17T00:52:57.797Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T00:52:58.070Z] ---> Running in c9fdd836162b [2021-03-17T00:52:58.352Z] Removing intermediate container 537e0ac3fa6c [2021-03-17T00:52:58.352Z] ---> 67d4521b4bc8 [2021-03-17T00:52:58.352Z] [2021-03-17T00:52:58.352Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:52:58.352Z] ---> d10569e2745f [2021-03-17T00:52:58.352Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-17T00:52:58.627Z] ---> Running in b1701214e744 [2021-03-17T00:52:58.627Z] Removing intermediate container c9fdd836162b [2021-03-17T00:52:58.627Z] ---> c2c432c9e26f [2021-03-17T00:52:58.627Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:52:59.226Z] Removing intermediate container b1701214e744 [2021-03-17T00:52:59.226Z] ---> 3da7ff181166 [2021-03-17T00:52:59.226Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-17T00:52:59.226Z] ---> Running in eafca0150b2e [2021-03-17T00:52:59.502Z] ---> f31edc892b2d [2021-03-17T00:52:59.502Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-17T00:52:59.776Z] Removing intermediate container eafca0150b2e [2021-03-17T00:52:59.776Z] ---> f6dc5354983c [2021-03-17T00:52:59.776Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-17T00:53:00.055Z] ---> Running in 91441ee1b1b7 [2021-03-17T00:53:00.655Z] Removing intermediate container 91441ee1b1b7 [2021-03-17T00:53:00.655Z] ---> f69e731b5a87 [2021-03-17T00:53:00.655Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:53:00.655Z] ---> b6e8b7b29c05 [2021-03-17T00:53:00.655Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-17T00:53:00.655Z] ---> Running in dafb41dca01f [2021-03-17T00:53:01.650Z] ---> 482b29e2132e [2021-03-17T00:53:01.650Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-17T00:53:01.650Z] ---> Running in 0c9aa70a5b18 [2021-03-17T00:53:01.929Z] Removing intermediate container 0c9aa70a5b18 [2021-03-17T00:53:01.929Z] ---> 0f8294d5c3fa [2021-03-17T00:53:01.929Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:53:02.208Z] ---> Running in d1a8b7dd003e [2021-03-17T00:53:02.488Z] Removing intermediate container d1a8b7dd003e [2021-03-17T00:53:02.488Z] ---> 11f5165966b0 [2021-03-17T00:53:02.488Z] Step 20/22 : LABEL arch=arm64 [2021-03-17T00:53:02.774Z] ---> Running in 3619637f24d6 [2021-03-17T00:53:02.774Z] Removing intermediate container dafb41dca01f [2021-03-17T00:53:02.774Z] ---> 8aca1589b6ec [2021-03-17T00:53:02.774Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-17T00:53:03.060Z] ---> Running in 04c5f5859240 [2021-03-17T00:53:03.336Z] Removing intermediate container 3619637f24d6 [2021-03-17T00:53:03.336Z] ---> 508e54b73303 [2021-03-17T00:53:03.336Z] Step 21/22 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:53:03.336Z] ---> Running in 514a4fdc27f4 [2021-03-17T00:53:03.936Z] Removing intermediate container 514a4fdc27f4 [2021-03-17T00:53:03.936Z] ---> 63f4830176f3 [2021-03-17T00:53:03.937Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T00:53:04.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:53:04.211Z] ---> Running in babce4275d90 [2021-03-17T00:53:04.484Z] Removing intermediate container babce4275d90 [2021-03-17T00:53:04.484Z] ---> e093d5d31d93 [2021-03-17T00:53:04.485Z] [2021-03-17T00:53:04.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:53:05.030Z] Successfully built e093d5d31d93 [2021-03-17T00:53:05.030Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-17T00:53:05.623Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-17T00:53:05.623Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-17T00:53:05.623Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-17T00:53:05.898Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-17T00:53:05.898Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-17T00:53:06.172Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-17T00:53:06.172Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:53:06.172Z] OK: 8 MiB in 20 packages [2021-03-17T00:53:07.607Z] Removing intermediate container 04c5f5859240 [2021-03-17T00:53:07.607Z] ---> ee8b70284360 [2021-03-17T00:53:07.607Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:53:08.206Z] ---> d7ccf176b2b5 [2021-03-17T00:53:08.206Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-17T00:53:09.640Z] ---> b035fc4ed4eb [2021-03-17T00:53:09.640Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-17T00:53:09.916Z] ---> 1592d6c466c4 [2021-03-17T00:53:09.916Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-17T00:53:10.188Z] ---> Running in 0bcc761041d4 [2021-03-17T00:53:10.784Z] Removing intermediate container 0bcc761041d4 [2021-03-17T00:53:10.784Z] ---> 2f6326fb40b7 [2021-03-17T00:53:10.784Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:53:10.784Z] ---> Running in 9f821dbf5bb5 [2021-03-17T00:53:11.058Z] Removing intermediate container 9f821dbf5bb5 [2021-03-17T00:53:11.058Z] ---> a6b93757e85b [2021-03-17T00:53:11.058Z] Step 21/23 : LABEL arch=arm64 [2021-03-17T00:53:11.332Z] ---> Running in d6b00088f01f [2021-03-17T00:53:11.931Z] Removing intermediate container d6b00088f01f [2021-03-17T00:53:11.931Z] ---> aec8becdde59 [2021-03-17T00:53:11.931Z] Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d [2021-03-17T00:53:11.931Z] ---> Running in ae6fd2db466f [2021-03-17T00:53:12.204Z] Removing intermediate container ae6fd2db466f [2021-03-17T00:53:12.204Z] ---> aa53fa261651 [2021-03-17T00:53:12.204Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:53:12.482Z] ---> Running in 070d3da7b210 [2021-03-17T00:53:13.079Z] Removing intermediate container 070d3da7b210 [2021-03-17T00:53:13.079Z] ---> c6df00941032 [2021-03-17T00:53:13.079Z] [2021-03-17T00:53:13.353Z] Successfully built c6df00941032 [2021-03-17T00:53:13.353Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-17T00:53:13.642Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-17T00:53:13.645Z] $ docker stop --time=1 deb85520b8e7bfb9ad20e6884bf1c9773eb4545ce47b40ff82ced7dd135b0c44 [2021-03-17T00:53:15.556Z] $ docker rm -f deb85520b8e7bfb9ad20e6884bf1c9773eb4545ce47b40ff82ced7dd135b0c44 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T00:53:16.265Z] + docker images [2021-03-17T00:53:16.265Z] + grep docker [2021-03-17T00:53:16.539Z] docker-core-data-go-arm64 latest c6df00941032 4 seconds ago 21.3MB [2021-03-17T00:53:16.539Z] docker-support-notifications-go-arm64 latest e093d5d31d93 12 seconds ago 16.9MB [2021-03-17T00:53:16.539Z] docker-security-secretstore-setup-go-arm64 latest a0f4a323bf68 40 seconds ago 23.7MB [2021-03-17T00:53:16.539Z] docker-security-proxy-setup-go-arm64 latest 5d24192e2ba1 45 seconds ago 23.4MB [2021-03-17T00:53:16.539Z] docker-sys-mgmt-agent-go-arm64 latest cb21daea6943 About a minute ago 300MB [2021-03-17T00:53:16.539Z] docker-security-bootstrapper-go-arm64 latest 7c9362654095 3 minutes ago 17.8MB [2021-03-17T00:53:16.539Z] docker-core-command-go-arm64 latest a9a3eb644ce0 3 minutes ago 16.2MB [2021-03-17T00:53:16.539Z] docker-core-metadata-go-arm64 latest 493494febfd1 3 minutes ago 17.9MB [2021-03-17T00:53:16.539Z] docker-support-scheduler-go-arm64 latest d9423be21a43 3 minutes ago 16.3MB [2021-03-17T00:53:16.539Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:53:17.466Z] ---> job-cost.sh [2021-03-17T00:53:17.466Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-L9Oc [2021-03-17T00:54:04.382Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T00:55:41.132Z] lf-activate-venv(): INFO: Adding /tmp/venv-L9Oc/bin to PATH [2021-03-17T00:55:41.132Z] INFO: No Stack... [2021-03-17T00:55:41.132Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-17T00:55:41.132Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T00:55:41.460Z] + cat /w/workspace/edgex-go/83/archives/cost.csv [2021-03-17T00:55:41.460Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T00:55:41.561Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-83-stack-cost] [2021-03-17T00:55:41.574Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-83-stack-cost] did not exist. Created. [2021-03-17T00:55:41.574Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-83-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T00:55:41.992Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-17T00:55:42.254Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T00:55:42.267Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-83-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-17T00:55:44.668Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:55:45.561Z] ---> package-listing.sh [2021-03-17T00:55:45.561Z] ++ facter osfamily [2021-03-17T00:55:45.561Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-17T00:55:45.561Z] + OS_FAMILY=redhat [2021-03-17T00:55:45.561Z] + workspace=/w/workspace/edgex-go/83 [2021-03-17T00:55:45.561Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-17T00:55:45.561Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-17T00:55:45.561Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-17T00:55:45.561Z] + PACKAGES=/tmp/packages_start.txt [2021-03-17T00:55:45.561Z] + '[' /w/workspace/edgex-go/83 ']' [2021-03-17T00:55:45.561Z] + PACKAGES=/tmp/packages_end.txt [2021-03-17T00:55:45.561Z] + case "${OS_FAMILY}" in [2021-03-17T00:55:45.561Z] + rpm -qa [2021-03-17T00:55:45.561Z] + sort [2021-03-17T00:55:50.872Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-17T00:55:50.872Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-17T00:55:50.872Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-17T00:55:50.872Z] + '[' /w/workspace/edgex-go/83 ']' [2021-03-17T00:55:50.872Z] + mkdir -p /w/workspace/edgex-go/83/archives/ [2021-03-17T00:55:50.872Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/83/archives/ [Pipeline] echo [2021-03-17T00:55:50.886Z] 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/83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-17T00:55:51.194Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:55:51.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T00:55:52.052Z] [2021-03-17T00:55:52.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:55:52.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T00:55:52.411Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-17T00:55:52.411Z] df20fa9351a1: Pulling fs layer [2021-03-17T00:55:52.411Z] 36b3adc4ff6f: Pulling fs layer [2021-03-17T00:55:52.411Z] 8ad3a11d3b57: Pulling fs layer [2021-03-17T00:55:52.411Z] 46f8f816bc3b: Pulling fs layer [2021-03-17T00:55:52.411Z] 93b61091891f: Pulling fs layer [2021-03-17T00:55:52.411Z] 93b9cdb0e59b: Pulling fs layer [2021-03-17T00:55:52.411Z] 5e14af77c1be: Pulling fs layer [2021-03-17T00:55:52.411Z] 01666e4c0597: Pulling fs layer [2021-03-17T00:55:52.411Z] aa168da1d23b: Pulling fs layer [2021-03-17T00:55:52.411Z] 93b9cdb0e59b: Waiting [2021-03-17T00:55:52.411Z] 5e14af77c1be: Waiting [2021-03-17T00:55:52.411Z] 01666e4c0597: Waiting [2021-03-17T00:55:52.411Z] 46f8f816bc3b: Waiting [2021-03-17T00:55:52.411Z] 93b61091891f: Waiting [2021-03-17T00:55:52.411Z] aa168da1d23b: Waiting [2021-03-17T00:55:52.411Z] 36b3adc4ff6f: Verifying Checksum [2021-03-17T00:55:52.411Z] 36b3adc4ff6f: Download complete [2021-03-17T00:55:52.411Z] 46f8f816bc3b: Verifying Checksum [2021-03-17T00:55:52.411Z] 46f8f816bc3b: Download complete [2021-03-17T00:55:52.675Z] df20fa9351a1: Verifying Checksum [2021-03-17T00:55:52.675Z] df20fa9351a1: Download complete [2021-03-17T00:55:52.675Z] 93b9cdb0e59b: Verifying Checksum [2021-03-17T00:55:52.675Z] 93b9cdb0e59b: Download complete [2021-03-17T00:55:52.675Z] 5e14af77c1be: Download complete [2021-03-17T00:55:52.675Z] 93b61091891f: Verifying Checksum [2021-03-17T00:55:52.675Z] 93b61091891f: Download complete [2021-03-17T00:55:52.675Z] 01666e4c0597: Verifying Checksum [2021-03-17T00:55:52.675Z] 01666e4c0597: Download complete [2021-03-17T00:55:52.675Z] 8ad3a11d3b57: Verifying Checksum [2021-03-17T00:55:52.675Z] 8ad3a11d3b57: Download complete [2021-03-17T00:55:52.937Z] df20fa9351a1: Pull complete [2021-03-17T00:55:53.204Z] 36b3adc4ff6f: Pull complete [2021-03-17T00:55:55.149Z] aa168da1d23b: Verifying Checksum [2021-03-17T00:55:55.149Z] aa168da1d23b: Download complete [2021-03-17T00:55:55.413Z] 8ad3a11d3b57: Pull complete [2021-03-17T00:55:55.675Z] 46f8f816bc3b: Pull complete [2021-03-17T00:55:56.620Z] 93b61091891f: Pull complete [2021-03-17T00:55:56.620Z] 93b9cdb0e59b: Pull complete [2021-03-17T00:55:56.883Z] 5e14af77c1be: Pull complete [2021-03-17T00:55:56.883Z] 01666e4c0597: Pull complete [2021-03-17T00:56:05.158Z] aa168da1d23b: Pull complete [2021-03-17T00:56:05.158Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-17T00:56:05.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T00:56:05.158Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-17T00:56:05.400Z] prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container [2021-03-17T00:56:05.458Z] $ 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/83/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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-17T00:56:10.052Z] $ docker top 9598e0b6348903f3c670c1c49ca6fa69faf45fe10518e3dd96d36c05581ce9b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:56:10.699Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-17T00:56:11.011Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-17T00:56:11.312Z] + ls /var/log/sa-host [2021-03-17T00:56:11.312Z] + sadf -c /var/log/sa-host/sa17 [2021-03-17T00:56:11.312Z] file_magic: OK [2021-03-17T00:56:11.312Z] HZ: Using current value: 100 [2021-03-17T00:56:11.312Z] file_header: OK [2021-03-17T00:56:11.312Z] 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-17T00:56:11.312Z] Statistics: [2021-03-17T00:56:11.312Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-17T00:56:11.312Z] File successfully converted to sysstat format version 12.2.1 [2021-03-17T00:56:11.312Z] + sadf -c /var/log/sa-host/sa23 [2021-03-17T00:56:11.312Z] file_magic: OK [2021-03-17T00:56:11.312Z] HZ: Using current value: 100 [2021-03-17T00:56:11.312Z] file_header: OK [2021-03-17T00:56:11.312Z] 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-17T00:56:11.312Z] Statistics: [2021-03-17T00:56:11.312Z] Hnuu...uuuununununu... [2021-03-17T00:56:11.312Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-17T00:56:11.563Z] provisioning config files... [2021-03-17T00:56:11.585Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/83@tmp/config7791909073781888821tmp [Pipeline] { [Pipeline] echo [2021-03-17T00:56:11.674Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:56:11.985Z] ---> create-netrc.sh [Pipeline] } [2021-03-17T00:56:11.995Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-17T00:56:12.123Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:56:12.425Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-17T00:56:12.436Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:56:12.733Z] ---> sudo-logs.sh [2021-03-17T00:56:12.733Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-17T00:56:12.934Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:56:13.237Z] ---> job-cost.sh [2021-03-17T00:56:13.237Z] lf-activate-venv: SKIPPING [2021-03-17T00:56:13.237Z] DEBUG: total: 0.20999999344348907 [2021-03-17T00:56:13.237Z] INFO: Retrieving Stack Cost... [2021-03-17T00:56:14.184Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T00:56:14.446Z] INFO: Archiving Costs [Pipeline] echo [2021-03-17T00:56:14.460Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:56:14.762Z] ---> logs-deploy.sh [2021-03-17T00:56:14.762Z] lf-activate-venv: SKIPPING [2021-03-17T00:56:14.762Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/83 [2021-03-17T00:56:14.762Z] INFO: archiving workspace using pattern(s): [2021-03-17T00:56:16.691Z] Archives upload complete. [2021-03-17T00:56:16.691Z] INFO: archiving logs to Nexus