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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 78c882ec5fed449f09f4ad33b70cbe1e87bb36e5+a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 (9bd974957106e3e3033b071c3821ad7c710d0109) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7632 in /w/workspace/edgexfoundry_edgex-go_PR-2827 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2827/head:refs/remotes/origin/PR-2827 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 into PR head commit 78c882ec5fed449f09f4ad33b70cbe1e87bb36e5 Merge succeeded, producing 69dc37453ab671bbf785c5b821a4a768c4b21904 Checking out Revision 69dc37453ab671bbf785c5b821a4a768c4b21904 (PR-2827) > git config core.sparsecheckout # timeout=10 > git checkout -f 78c882ec5fed449f09f4ad33b70cbe1e87bb36e5 # 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 a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 69dc37453ab671bbf785c5b821a4a768c4b21904 # timeout=10 Commit message: "Merge commit 'a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48' into HEAD" > git rev-list --no-walk 78c882ec5fed449f09f4ad33b70cbe1e87bb36e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T00:32:08.606Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T00:32:08.935Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T00:32:09.032Z] ========================================================= [2020-10-22T00:32:09.032Z] EdgeX Global Pipelines Version Info [2020-10-22T00:32:09.032Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:32:10.509Z] ------------------- [2020-10-22T00:32:10.509Z] stable info: [2020-10-22T00:32:10.509Z] ------------------- [2020-10-22T00:32:10.509Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T00:32:10.509Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T00:32:10.509Z] Message: update stable to v1.0.144 [2020-10-22T00:32:11.461Z] ------------------- [2020-10-22T00:32:11.461Z] experimental info: [2020-10-22T00:32:11.461Z] ------------------- [2020-10-22T00:32:11.461Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T00:32:11.461Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T00:32:11.461Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-22T00:32:11.716Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-22T00:32:11.801Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-22T00:32:11.888Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T00:32:11.976Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T00:32:12.084Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T00:32:12.186Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T00:32:12.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T00:32:12.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-22T00:32:12.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-22T00:32:12.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-22T00:32:12.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T00:32:12.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T00:32:12.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T00:32:12.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T00:32:13.036Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T00:32:13.124Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T00:32:13.226Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T00:32:13.318Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T00:32:13.404Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T00:32:13.519Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T00:32:13.669Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-22T00:32:13.753Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2827 [Pipeline] echo [2020-10-22T00:32:13.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2827 [Pipeline] echo [2020-10-22T00:32:13.924Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2827 [Pipeline] echo [2020-10-22T00:32:14.017Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69dc37453ab671bbf785c5b821a4a768c4b21904 [Pipeline] echo [2020-10-22T00:32:14.104Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69dc374 [Pipeline] echo [2020-10-22T00:32:14.207Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-22T00:32:14.587Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/core-command/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/core-data/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-22T00:32:14.587Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:32:14.587Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-22T00:32:14.587Z] ++ cut -d/ -f2 [2020-10-22T00:32:14.587Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-22T00:32:14.661Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-10-22T00:32:15.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:32:15.556Z] [2020-10-22T00:32:15.556Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:32:15.919Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:32:15.919Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T00:32:15.919Z] 31603596830f: Pulling fs layer [2020-10-22T00:32:15.919Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T00:32:15.919Z] 6ca5941a6612: Pulling fs layer [2020-10-22T00:32:15.919Z] ecc8261a40a4: Pulling fs layer [2020-10-22T00:32:15.919Z] ecc8261a40a4: Waiting [2020-10-22T00:32:15.919Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T00:32:15.919Z] 2a8b12db71e7: Download complete [2020-10-22T00:32:16.182Z] 31603596830f: Verifying Checksum [2020-10-22T00:32:16.182Z] 31603596830f: Download complete [2020-10-22T00:32:16.182Z] ecc8261a40a4: Verifying Checksum [2020-10-22T00:32:16.182Z] ecc8261a40a4: Download complete [2020-10-22T00:32:16.449Z] 6ca5941a6612: Verifying Checksum [2020-10-22T00:32:16.449Z] 6ca5941a6612: Download complete [2020-10-22T00:32:16.449Z] 31603596830f: Pull complete [2020-10-22T00:32:16.449Z] 2a8b12db71e7: Pull complete [2020-10-22T00:32:17.403Z] 6ca5941a6612: Pull complete [2020-10-22T00:32:17.668Z] ecc8261a40a4: Pull complete [2020-10-22T00:32:17.668Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T00:32:17.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:32:17.668Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T00:32:17.780Z] prd-centos7-docker-4c-2g-7632 does not seem to be running inside a container [2020-10-22T00:32:17.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-22T00:32:19.836Z] $ docker top e4ce5c28b15a52f17dd97bf74d4c6f9fd312e0e78ad56d829559acc540baca46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T00:32:20.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T00:32:20.190Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T00:32:20.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T00:32:20.417Z] $ docker exec e4ce5c28b15a52f17dd97bf74d4c6f9fd312e0e78ad56d829559acc540baca46 ssh-agent [2020-10-22T00:32:20.582Z] SSH_AUTH_SOCK=/tmp/ssh-EQoB9PbWNmPR/agent.11 [2020-10-22T00:32:20.582Z] SSH_AGENT_PID=16 [2020-10-22T00:32:20.596Z] Running ssh-add (command line suppressed) [2020-10-22T00:32:20.738Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_9035449405780024564.key (/w/workspace/edgex-go/7@tmp/private_key_9035449405780024564.key) [2020-10-22T00:32:20.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T00:32:21.194Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T00:32:21.217Z] $ docker exec --env ******** --env ******** e4ce5c28b15a52f17dd97bf74d4c6f9fd312e0e78ad56d829559acc540baca46 ssh-agent -k [2020-10-22T00:32:21.340Z] unset SSH_AUTH_SOCK; [2020-10-22T00:32:21.341Z] unset SSH_AGENT_PID; [2020-10-22T00:32:21.341Z] echo Agent pid 16 killed; [2020-10-22T00:32:21.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T00:32:21.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T00:32:21.537Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T00:32:21.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T00:32:21.712Z] $ docker exec e4ce5c28b15a52f17dd97bf74d4c6f9fd312e0e78ad56d829559acc540baca46 ssh-agent [2020-10-22T00:32:21.877Z] SSH_AUTH_SOCK=/tmp/ssh-QcOZYcLKeEXb/agent.46 [2020-10-22T00:32:21.877Z] SSH_AGENT_PID=51 [2020-10-22T00:32:21.884Z] Running ssh-add (command line suppressed) [2020-10-22T00:32:22.005Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_4454121820204646815.key (/w/workspace/edgex-go/7@tmp/private_key_4454121820204646815.key) [2020-10-22T00:32:22.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T00:32:22.410Z] + git semver init [2020-10-22T00:32:22.410Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T00:32:22.410Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2020-10-22T00:32:22.410Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2020-10-22T00:32:22.410Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T00:32:22.410Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T00:32:22.410Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T00:32:22.410Z] # $SEMVER_BRANCH = PR-2827 [2020-10-22T00:32:22.410Z] # $SEMVER_TEMP = /tmp/semver-225705485 [2020-10-22T00:32:22.410Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-22T00:32:49.091Z] # '/tmp/semver-225705485' -> '/w/workspace/edgex-go/7/.semver' [2020-10-22T00:32:49.368Z] # -> Force: false [2020-10-22T00:32:49.368Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2020-10-22T00:32:49.397Z] $ docker exec --env ******** --env ******** e4ce5c28b15a52f17dd97bf74d4c6f9fd312e0e78ad56d829559acc540baca46 ssh-agent -k [2020-10-22T00:32:49.669Z] unset SSH_AUTH_SOCK; [2020-10-22T00:32:49.670Z] unset SSH_AGENT_PID; [2020-10-22T00:32:49.670Z] echo Agent pid 51 killed; [2020-10-22T00:32:49.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T00:32:50.277Z] + git semver [Pipeline] } [2020-10-22T00:32:50.302Z] $ docker stop --time=1 e4ce5c28b15a52f17dd97bf74d4c6f9fd312e0e78ad56d829559acc540baca46 [2020-10-22T00:32:51.910Z] $ docker rm -f e4ce5c28b15a52f17dd97bf74d4c6f9fd312e0e78ad56d829559acc540baca46 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:32:52.418Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T00:32:52.976Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T00:32:52.979Z] [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] echo [2020-10-22T00:32:53.606Z] ========================================================= [2020-10-22T00:32:53.607Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T00:32:53.607Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:32:53.956Z] + 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 . [2020-10-22T00:32:58.201Z] Sending build context to Docker daemon 325.5MB [2020-10-22T00:32:58.201Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T00:32:58.201Z] Step 2/7 : FROM ${BASE} [2020-10-22T00:32:58.201Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T00:32:58.201Z] df20fa9351a1: Pulling fs layer [2020-10-22T00:32:58.201Z] ed8968b2872e: Pulling fs layer [2020-10-22T00:32:58.201Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T00:32:58.201Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T00:32:58.201Z] e73272ec9a57: Pulling fs layer [2020-10-22T00:32:58.201Z] 1e910a182e73: Pulling fs layer [2020-10-22T00:32:58.201Z] 4e634b169226: Pulling fs layer [2020-10-22T00:32:58.201Z] e871e8e8d7a9: Waiting [2020-10-22T00:32:58.201Z] e73272ec9a57: Waiting [2020-10-22T00:32:58.201Z] 1e910a182e73: Waiting [2020-10-22T00:32:58.201Z] 4e634b169226: Waiting [2020-10-22T00:32:58.201Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T00:32:58.201Z] a92cc7c5fd73: Download complete [2020-10-22T00:32:58.201Z] ed8968b2872e: Download complete [2020-10-22T00:32:58.201Z] e73272ec9a57: Verifying Checksum [2020-10-22T00:32:58.201Z] e73272ec9a57: Download complete [2020-10-22T00:32:58.201Z] 1e910a182e73: Verifying Checksum [2020-10-22T00:32:58.201Z] 1e910a182e73: Download complete [2020-10-22T00:32:58.465Z] df20fa9351a1: Verifying Checksum [2020-10-22T00:32:58.465Z] df20fa9351a1: Download complete [2020-10-22T00:32:58.731Z] df20fa9351a1: Pull complete [2020-10-22T00:32:59.001Z] ed8968b2872e: Pull complete [2020-10-22T00:32:59.001Z] a92cc7c5fd73: Pull complete [2020-10-22T00:33:00.927Z] 4e634b169226: Verifying Checksum [2020-10-22T00:33:00.927Z] 4e634b169226: Download complete [2020-10-22T00:33:01.890Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T00:33:01.890Z] e871e8e8d7a9: Download complete [2020-10-22T00:33:07.242Z] e871e8e8d7a9: Pull complete [2020-10-22T00:33:07.514Z] e73272ec9a57: Pull complete [2020-10-22T00:33:07.514Z] 1e910a182e73: Pull complete [2020-10-22T00:33:08.355Z] Still waiting to schedule task [2020-10-22T00:33:08.355Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-22T00:33:11.756Z] 4e634b169226: Pull complete [2020-10-22T00:33:11.756Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T00:33:11.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T00:33:11.756Z] ---> f7629b54cfaa [2020-10-22T00:33:11.756Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-22T00:33:12.027Z] ---> Running in a00c15ec4603 [2020-10-22T00:33:12.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:33:13.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:33:15.394Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T00:33:15.967Z] (2/12) Installing file (5.38-r0) [2020-10-22T00:33:15.967Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T00:33:15.967Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T00:33:42.758Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T00:33:42.758Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T00:33:42.758Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T00:33:42.758Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T00:33:42.758Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T00:33:43.021Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T00:33:43.287Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T00:33:44.247Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T00:33:44.247Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:33:44.247Z] OK: 233 MiB in 51 packages [2020-10-22T00:33:47.600Z] Removing intermediate container a00c15ec4603 [2020-10-22T00:33:47.600Z] ---> 5544ec9a0e16 [2020-10-22T00:33:47.600Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T00:33:47.868Z] ---> Running in d8a755c55296 [2020-10-22T00:33:47.868Z] Removing intermediate container d8a755c55296 [2020-10-22T00:33:47.868Z] ---> 9651f666bd01 [2020-10-22T00:33:47.868Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T00:33:48.454Z] latest: Pulling from library/docker [2020-10-22T00:33:48.733Z] df20fa9351a1: Already exists [2020-10-22T00:33:48.733Z] 25ad7478873d: Pulling fs layer [2020-10-22T00:33:48.733Z] 4684f6177b5d: Pulling fs layer [2020-10-22T00:33:48.733Z] 206f78d23536: Pulling fs layer [2020-10-22T00:33:48.733Z] cee0542293f3: Pulling fs layer [2020-10-22T00:33:48.733Z] d951dd9fd09f: Pulling fs layer [2020-10-22T00:33:48.733Z] dce9c88c04bd: Pulling fs layer [2020-10-22T00:33:48.733Z] cee0542293f3: Waiting [2020-10-22T00:33:48.733Z] d951dd9fd09f: Waiting [2020-10-22T00:33:48.733Z] dce9c88c04bd: Waiting [2020-10-22T00:33:49.033Z] 4684f6177b5d: Verifying Checksum [2020-10-22T00:33:49.033Z] 4684f6177b5d: Download complete [2020-10-22T00:33:49.033Z] 25ad7478873d: Verifying Checksum [2020-10-22T00:33:49.033Z] 25ad7478873d: Download complete [2020-10-22T00:33:49.033Z] cee0542293f3: Verifying Checksum [2020-10-22T00:33:49.033Z] cee0542293f3: Download complete [2020-10-22T00:33:49.033Z] d951dd9fd09f: Verifying Checksum [2020-10-22T00:33:49.033Z] d951dd9fd09f: Download complete [2020-10-22T00:33:49.344Z] dce9c88c04bd: Verifying Checksum [2020-10-22T00:33:49.344Z] dce9c88c04bd: Download complete [2020-10-22T00:33:49.344Z] 25ad7478873d: Pull complete [2020-10-22T00:33:49.627Z] 4684f6177b5d: Pull complete [2020-10-22T00:33:50.205Z] 206f78d23536: Verifying Checksum [2020-10-22T00:33:50.205Z] 206f78d23536: Download complete [2020-10-22T00:33:52.784Z] 206f78d23536: Pull complete [2020-10-22T00:33:52.784Z] cee0542293f3: Pull complete [2020-10-22T00:33:53.046Z] d951dd9fd09f: Pull complete [2020-10-22T00:33:53.046Z] dce9c88c04bd: Pull complete [2020-10-22T00:33:53.046Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-22T00:33:53.046Z] Status: Downloaded newer image for docker:latest [2020-10-22T00:33:54.991Z] ---> 0649c14e3f2f [2020-10-22T00:33:54.991Z] Step 6/7 : COPY go.mod . [2020-10-22T00:33:55.276Z] ---> d477354a178f [2020-10-22T00:33:55.276Z] Step 7/7 : RUN go mod download [2020-10-22T00:33:55.276Z] ---> Running in 79c4ae48b06f [2020-10-22T00:34:17.364Z] Removing intermediate container 79c4ae48b06f [2020-10-22T00:34:17.364Z] ---> dd498a573c0f [2020-10-22T00:34:17.364Z] Successfully built dd498a573c0f [2020-10-22T00:34:17.364Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:34:17.697Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T00:34:17.697Z] . [Pipeline] withDockerContainer [2020-10-22T00:34:17.813Z] prd-centos7-docker-4c-2g-7632 does not seem to be running inside a container [2020-10-22T00:34:17.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat [2020-10-22T00:34:18.626Z] $ docker top 1260ef7fd5e8a325029ec52e588287e7e5ac2bc91be8dcc6e4ea60b35e8d64dc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:34:19.136Z] + go version [2020-10-22T00:34:19.136Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T00:34:19.153Z] $ docker stop --time=1 1260ef7fd5e8a325029ec52e588287e7e5ac2bc91be8dcc6e4ea60b35e8d64dc [2020-10-22T00:34:20.573Z] $ docker rm -f 1260ef7fd5e8a325029ec52e588287e7e5ac2bc91be8dcc6e4ea60b35e8d64dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:34:21.430Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T00:34:21.430Z] . [Pipeline] withDockerContainer [2020-10-22T00:34:21.527Z] prd-centos7-docker-4c-2g-7632 does not seem to be running inside a container [2020-10-22T00:34:21.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat [2020-10-22T00:34:22.393Z] $ docker top 8b020573488a49d45bfaec919ae2f58ac2788c91cd822a2290269f1704ed7636 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-22T00:34:22.598Z] ========================================================= [2020-10-22T00:34:22.598Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-22T00:34:22.598Z] ========================================================= [Pipeline] sh [2020-10-22T00:34:22.888Z] + make test [2020-10-22T00:34:22.888Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-22T00:34:25.501Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-22T00:34:37.990Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-22T00:34:43.426Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-22T00:34:43.426Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-22T00:34:43.426Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-22T00:34:43.726Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-22T00:34:45.489Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.010s [2020-10-22T00:34:45.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-22T00:34:45.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-22T00:34:45.489Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-22T00:34:46.148Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-22T00:34:47.133Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-22T00:34:47.133Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-22T00:34:47.133Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-22T00:34:47.133Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-22T00:34:50.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.025s coverage: 46.6% of statements [2020-10-22T00:34:50.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-22T00:34:50.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-22T00:34:50.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-22T00:34:50.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-22T00:34:50.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-22T00:34:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.063s coverage: 27.1% of statements [2020-10-22T00:34:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-22T00:34:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-22T00:34:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-22T00:34:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-22T00:34:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-22T00:34:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-22T00:34:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements [2020-10-22T00:34:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-22T00:34:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-10-22T00:34:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-22T00:34:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-22T00:34:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.327s coverage: 78.8% of statements [2020-10-22T00:34:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-22T00:34:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-22T00:34:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.033s coverage: 83.5% of statements [2020-10-22T00:34:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-22T00:34:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:34:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-22T00:34:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-22T00:34:54.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.072s coverage: 28.6% of statements [2020-10-22T00:34:54.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-22T00:34:54.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-22T00:34:54.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-22T00:34:54.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-22T00:34:54.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-22T00:34:54.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements [2020-10-22T00:34:54.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-22T00:34:54.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2020-10-22T00:34:54.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-22T00:34:55.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 86.7% of statements [2020-10-22T00:34:55.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-22T00:34:55.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.036s coverage: 97.5% of statements [2020-10-22T00:34:55.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-22T00:34:55.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.036s coverage: 100.0% of statements [2020-10-22T00:34:55.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-22T00:34:55.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-22T00:34:55.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-22T00:34:55.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-22T00:34:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.058s coverage: 96.3% of statements [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-22T00:34:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-22T00:34:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.018s coverage: 0.0% of statements [no tests to run] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-22T00:34:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-22T00:34:57.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.047s coverage: 63.5% of statements [2020-10-22T00:34:57.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-22T00:34:57.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-22T00:34:57.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements [2020-10-22T00:34:57.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.008s coverage: 91.3% of statements [2020-10-22T00:34:57.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.006s coverage: 100.0% of statements [2020-10-22T00:34:57.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.019s coverage: 73.7% of statements [2020-10-22T00:34:57.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2020-10-22T00:34:58.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.108s coverage: 55.9% of statements [2020-10-22T00:34:58.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-22T00:34:58.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-22T00:34:58.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-22T00:34:58.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.211s coverage: 86.3% of statements [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.356s coverage: 72.2% of statements [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.135s coverage: 72.1% of statements [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.022s coverage: 82.4% of statements [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.024s coverage: 96.8% of statements [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.056s coverage: 36.5% of statements [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.120s coverage: 84.1% of statements [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.021s coverage: 100.0% of statements [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.019s coverage: 42.9% of statements [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-22T00:35:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements [2020-10-22T00:35:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-22T00:35:04.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.040s coverage: 47.1% of statements [2020-10-22T00:35:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-22T00:35:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-22T00:35:04.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements [2020-10-22T00:35:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-22T00:35:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-22T00:35:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-22T00:35:04.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements [2020-10-22T00:35:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-22T00:35:04.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.023s coverage: 100.0% of statements [2020-10-22T00:35:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-22T00:35:07.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-22T00:35:07.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.034s coverage: 99.0% of statements [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-22T00:35:07.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.070s coverage: 100.0% of statements [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-22T00:35:07.136Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-22T00:35:07.136Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-22T00:35:07.136Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.017s coverage: 87.9% of statements [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-22T00:35:07.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-22T00:35:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements [2020-10-22T00:35:07.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-10-22T00:35:07.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-10-22T00:35:07.932Z] GO111MODULE=on go vet ./... [2020-10-22T00:35:18.096Z] gofmt -l . [2020-10-22T00:35:18.096Z] [ "`gofmt -l .`" = "" ] [2020-10-22T00:35:18.096Z] ./bin/test-go-mod-tidy.sh [2020-10-22T00:35:18.362Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-22T00:35:20.626Z] + ls -al . [2020-10-22T00:35:20.626Z] total 616 [2020-10-22T00:35:20.626Z] drwxrwxr-x 10 1001 1001 4096 Oct 22 00:35 . [2020-10-22T00:35:20.626Z] drwxr-xr-x 4 root root 28 Oct 22 00:34 .. [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 00:32 .dockerignore [2020-10-22T00:35:20.626Z] drwxrwxr-x 8 1001 1001 179 Oct 22 00:32 .git [2020-10-22T00:35:20.626Z] drwxrwxr-x 3 1001 1001 125 Oct 22 00:32 .github [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 932 Oct 22 00:32 .gitignore [2020-10-22T00:35:20.626Z] drwx------ 3 1001 1001 47 Oct 22 00:32 .semver [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 166 Oct 22 00:32 .sonarcloud.properties [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 00:32 CONTRIBUTING.md [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 1035 Oct 22 00:32 Dockerfile.build [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 863 Oct 22 00:32 Jenkinsfile [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 00:32 LICENSE [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 6237 Oct 22 00:32 Makefile [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 6447 Oct 22 00:32 README.md [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 259 Oct 22 00:32 SECURITY.md [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 5 Oct 22 00:32 VERSION [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 4131 Oct 22 00:32 ZMQWindows.md [2020-10-22T00:35:20.626Z] drwxrwxr-x 2 1001 1001 117 Oct 22 00:32 bin [2020-10-22T00:35:20.626Z] drwxrwxr-x 15 1001 1001 4096 Oct 22 00:32 cmd [2020-10-22T00:35:20.626Z] -rw-r--r-- 1 root root 521763 Oct 22 00:35 coverage.out [2020-10-22T00:35:20.626Z] -rw-r--r-- 1 root root 1041 Oct 22 00:35 go.mod [2020-10-22T00:35:20.626Z] -rw-r--r-- 1 root root 18775 Oct 22 00:35 go.sum [2020-10-22T00:35:20.626Z] drwxrwxr-x 8 1001 1001 127 Oct 22 00:32 internal [2020-10-22T00:35:20.626Z] drwxrwxr-x 4 1001 1001 26 Oct 22 00:32 openapi [2020-10-22T00:35:20.626Z] drwxrwxr-x 4 1001 1001 71 Oct 22 00:32 snap [2020-10-22T00:35:20.626Z] -rw-rw-r-- 1 1001 1001 168 Oct 22 00:32 version.go [Pipeline] sh [2020-10-22T00:35:20.940Z] + '[' -e coverage.out ] [2020-10-22T00:35:20.940Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-22T00:35:21.163Z] Stashed 1 file(s) [Pipeline] sh [2020-10-22T00:35:21.473Z] + make build [2020-10-22T00:35:21.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T00:35:29.805Z] 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 [2020-10-22T00:35:34.093Z] 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 [2020-10-22T00:35:35.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:35:36.928Z] 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 [2020-10-22T00:35:38.362Z] 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 [2020-10-22T00:35:38.951Z] 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 [2020-10-22T00:35:40.380Z] 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 [2020-10-22T00:35:41.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:35:43.178Z] 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 [2020-10-22T00:35:44.157Z] 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 [2020-10-22T00:35:46.104Z] 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 [2020-10-22T00:35:47.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-22T00:35:48.019Z] $ docker stop --time=1 8b020573488a49d45bfaec919ae2f58ac2788c91cd822a2290269f1704ed7636 [2020-10-22T00:35:49.659Z] $ docker rm -f 8b020573488a49d45bfaec919ae2f58ac2788c91cd822a2290269f1704ed7636 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:35:51.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:35:51.416Z] [2020-10-22T00:35:51.416Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:35:51.782Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:35:51.782Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-22T00:35:51.782Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T00:35:51.782Z] ca9280d653b3: Pulling fs layer [2020-10-22T00:35:51.782Z] 7e9c9ca2126c: Pulling fs layer [2020-10-22T00:35:52.044Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-22T00:35:52.044Z] cbdbe7a5bc2a: Download complete [2020-10-22T00:35:52.306Z] cbdbe7a5bc2a: Pull complete [2020-10-22T00:35:52.889Z] ca9280d653b3: Verifying Checksum [2020-10-22T00:35:52.889Z] ca9280d653b3: Download complete [2020-10-22T00:35:53.939Z] 7e9c9ca2126c: Download complete [2020-10-22T00:35:53.939Z] ca9280d653b3: Pull complete [2020-10-22T00:36:00.601Z] 7e9c9ca2126c: Pull complete [2020-10-22T00:36:00.601Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-22T00:36:00.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:36:00.601Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-22T00:36:00.773Z] prd-centos7-docker-4c-2g-7632 does not seem to be running inside a container [2020-10-22T00:36:00.841Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-devops/edgex-compose:latest cat [2020-10-22T00:36:03.721Z] $ docker top 25104724a2299527803a8512aa0c668b037f1e7dfeb1ef797114879f6cbd11ae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:36:04.325Z] + docker-compose build --help [2020-10-22T00:36:04.325Z] + grep parallel [2020-10-22T00:36:05.335Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T00:36:05.622Z] $ docker stop --time=1 25104724a2299527803a8512aa0c668b037f1e7dfeb1ef797114879f6cbd11ae [2020-10-22T00:36:07.492Z] $ docker rm -f 25104724a2299527803a8512aa0c668b037f1e7dfeb1ef797114879f6cbd11ae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:36:08.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:36:08.208Z] . [Pipeline] withDockerContainer [2020-10-22T00:36:08.315Z] prd-centos7-docker-4c-2g-7632 does not seem to be running inside a container [2020-10-22T00:36:08.371Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 [2020-10-22T00:36:09.022Z] $ docker top 03b56417e5c4c2bb497ce6ae327093987b3420225cd4c73ab75d717e59afb5fd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:36:09.575Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T00:36:10.524Z] Building docker-core-command-go ... [2020-10-22T00:36:10.524Z] Building docker-core-data-go ... [2020-10-22T00:36:10.525Z] Building docker-core-metadata-go ... [2020-10-22T00:36:10.525Z] Building docker-security-proxy-setup-go ... [2020-10-22T00:36:10.525Z] Building docker-security-secrets-setup-go ... [2020-10-22T00:36:10.525Z] Building docker-security-secretstore-setup-go ... [2020-10-22T00:36:10.525Z] Building docker-support-logging-go ... [2020-10-22T00:36:10.525Z] Building docker-support-notifications-go ... [2020-10-22T00:36:10.525Z] Building docker-support-scheduler-go ... [2020-10-22T00:36:10.525Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T00:36:10.525Z] Building docker-core-metadata-go [2020-10-22T00:36:10.525Z] Building docker-support-scheduler-go [2020-10-22T00:36:10.525Z] Building docker-sys-mgmt-agent-go [2020-10-22T00:36:10.525Z] Building docker-core-data-go [2020-10-22T00:36:10.525Z] Building docker-support-notifications-go [2020-10-22T00:36:28.829Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7644 in /w/workspace/edgexfoundry_edgex-go_PR-2827 [Pipeline] { [Pipeline] ws [2020-10-22T00:36:28.895Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2020-10-22T00:36:35.214Z] using credential edgex-jenkins-ssh [2020-10-22T00:36:35.281Z] Cloning the remote Git repository [2020-10-22T00:36:35.365Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:36:35.517Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-10-22T00:36:35.627Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:36:35.628Z] > git --version # timeout=10 [2020-10-22T00:36:35.652Z] > git --version # 'git version 2.17.1' [2020-10-22T00:36:35.655Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:36:35.733Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:36:42.911Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:42.911Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:42.911Z] ---> dd498a573c0f [2020-10-22T00:36:42.911Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T00:36:42.911Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:42.911Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:42.911Z] ---> dd498a573c0f [2020-10-22T00:36:42.911Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:36:42.911Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:42.911Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:42.911Z] ---> dd498a573c0f [2020-10-22T00:36:42.911Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T00:36:42.911Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:42.911Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:42.911Z] ---> dd498a573c0f [2020-10-22T00:36:42.911Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T00:36:42.911Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:42.911Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:42.911Z] ---> dd498a573c0f [2020-10-22T00:36:42.911Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T00:36:43.864Z] ---> Running in 27e89b5c67ce [2020-10-22T00:36:43.864Z] ---> Running in b8dc67ec0e71 [2020-10-22T00:36:43.864Z] ---> Running in 5c0c49b26420 [2020-10-22T00:36:43.864Z] ---> Running in 47d9a85b2467 [2020-10-22T00:36:43.864Z] ---> Running in e6882ab8e3c0 [2020-10-22T00:36:44.133Z] Removing intermediate container 5c0c49b26420 [2020-10-22T00:36:44.133Z] ---> d46e65586205 [2020-10-22T00:36:44.133Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:44.133Z] Removing intermediate container 27e89b5c67ce [2020-10-22T00:36:44.133Z] ---> 49bfda624141 [2020-10-22T00:36:44.133Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:44.133Z] Removing intermediate container e6882ab8e3c0 [2020-10-22T00:36:44.133Z] ---> 9569e19683ba [2020-10-22T00:36:44.133Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:44.133Z] Removing intermediate container 47d9a85b2467 [2020-10-22T00:36:44.133Z] ---> bdce408bd4a7 [2020-10-22T00:36:44.133Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:44.133Z] Removing intermediate container b8dc67ec0e71 [2020-10-22T00:36:44.133Z] ---> 02790e460ebb [2020-10-22T00:36:44.133Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:44.397Z] ---> Running in 6351a0a114b2 [2020-10-22T00:36:44.397Z] ---> Running in bae0b69f2f7a [2020-10-22T00:36:44.397Z] ---> Running in f6bc53c52aa5 [2020-10-22T00:36:44.397Z] ---> Running in 754050ecdf4d [2020-10-22T00:36:44.397Z] ---> Running in e01c4e0e3875 [2020-10-22T00:36:46.415Z] Removing intermediate container bae0b69f2f7a [2020-10-22T00:36:46.415Z] ---> da4871846b13 [2020-10-22T00:36:46.415Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:36:46.678Z] ---> Running in 6b4c4849198a [2020-10-22T00:36:46.940Z] Removing intermediate container 6351a0a114b2 [2020-10-22T00:36:46.940Z] ---> 66b987e8decc [2020-10-22T00:36:46.940Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T00:36:46.940Z] Removing intermediate container f6bc53c52aa5 [2020-10-22T00:36:46.940Z] ---> 2c8a6e6b16a7 [2020-10-22T00:36:46.940Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T00:36:47.210Z] ---> Running in 2842b63bc0e5 [2020-10-22T00:36:47.210Z] ---> Running in bf091c5fdbdc [2020-10-22T00:36:47.210Z] Removing intermediate container 754050ecdf4d [2020-10-22T00:36:47.210Z] ---> 5992f0cd0964 [2020-10-22T00:36:47.210Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T00:36:47.210Z] Removing intermediate container e01c4e0e3875 [2020-10-22T00:36:47.210Z] ---> c2c6f9153b58 [2020-10-22T00:36:47.210Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T00:36:47.489Z] ---> Running in 03bd10abb4e9 [2020-10-22T00:36:47.489Z] ---> Running in 7f9d25c24525 [2020-10-22T00:36:47.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:48.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:48.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:48.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:48.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:49.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:49.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:49.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:50.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:50.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:51.632Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:51.632Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:51.632Z] OK: 12752 distinct packages available [2020-10-22T00:36:51.902Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:51.902Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:51.902Z] OK: 12752 distinct packages available [2020-10-22T00:36:51.902Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:52.173Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:52.436Z] Removing intermediate container 6b4c4849198a [2020-10-22T00:36:52.436Z] ---> 3e642abe3857 [2020-10-22T00:36:52.436Z] Step 6/22 : COPY go.mod . [2020-10-22T00:36:52.699Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:52.699Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:52.699Z] OK: 12752 distinct packages available [2020-10-22T00:36:52.699Z] Removing intermediate container bf091c5fdbdc [2020-10-22T00:36:52.699Z] ---> 01c23ddcd6fd [2020-10-22T00:36:52.699Z] Step 6/24 : COPY go.mod . [2020-10-22T00:36:52.699Z] ---> 784110285f9b [2020-10-22T00:36:52.699Z] Step 7/22 : RUN go mod download [2020-10-22T00:36:52.699Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:52.964Z] ---> Running in 3965441a4f35 [2020-10-22T00:36:52.964Z] ---> d5b0fac4f5f2 [2020-10-22T00:36:52.964Z] Step 7/24 : RUN go mod download [2020-10-22T00:36:53.233Z] ---> Running in f2c8d55f2a4c [2020-10-22T00:36:53.501Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:53.501Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:53.501Z] OK: 12752 distinct packages available [2020-10-22T00:36:53.779Z] Removing intermediate container 7f9d25c24525 [2020-10-22T00:36:53.779Z] ---> e382ed3460ca [2020-10-22T00:36:53.779Z] Step 6/27 : COPY go.mod . [2020-10-22T00:36:53.779Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:54.044Z] ---> 75905a360fb6 [2020-10-22T00:36:54.044Z] Step 7/27 : RUN go mod download [2020-10-22T00:36:54.044Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:54.044Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:54.044Z] OK: 12752 distinct packages available [2020-10-22T00:36:54.044Z] ---> Running in 3585b50b7a5e [2020-10-22T00:36:54.332Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:54.332Z] Removing intermediate container 03bd10abb4e9 [2020-10-22T00:36:54.332Z] ---> ece11b10e098 [2020-10-22T00:36:54.332Z] Step 6/23 : COPY go.mod . [2020-10-22T00:36:54.947Z] ---> 180646ef7f14 [2020-10-22T00:36:54.947Z] Step 7/23 : RUN go mod download [2020-10-22T00:36:54.947Z] ---> Running in e59eb20b6b69 [2020-10-22T00:36:55.214Z] Removing intermediate container 2842b63bc0e5 [2020-10-22T00:36:55.214Z] ---> ce3d4a1acfe1 [2020-10-22T00:36:55.214Z] Step 6/21 : COPY go.mod . [2020-10-22T00:36:55.485Z] Removing intermediate container 3965441a4f35 [2020-10-22T00:36:55.485Z] ---> 9b2bcf9d5a0f [2020-10-22T00:36:55.485Z] Step 8/22 : COPY . . [2020-10-22T00:36:55.769Z] ---> d1032df38756 [2020-10-22T00:36:55.769Z] Step 7/21 : RUN go mod download [2020-10-22T00:36:56.370Z] Removing intermediate container f2c8d55f2a4c [2020-10-22T00:36:56.370Z] ---> 324d70fe5c22 [2020-10-22T00:36:56.370Z] Step 8/24 : COPY . . [2020-10-22T00:36:56.969Z] ---> Running in 237764934d59 [2020-10-22T00:36:58.435Z] Removing intermediate container 3585b50b7a5e [2020-10-22T00:36:58.435Z] ---> b610fa4b8f60 [2020-10-22T00:36:58.435Z] Step 8/27 : COPY . . [2020-10-22T00:37:05.255Z] Removing intermediate container e59eb20b6b69 [2020-10-22T00:37:05.255Z] ---> 7811036d4845 [2020-10-22T00:37:05.255Z] Step 8/23 : COPY . . [2020-10-22T00:37:10.908Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:37:10.926Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:37:11.011Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:37:11.082Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:37:11.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:37:11.106Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2827/head:refs/remotes/origin/PR-2827 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T00:37:11.950Z] Merging remotes/origin/master commit a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 into PR head commit 78c882ec5fed449f09f4ad33b70cbe1e87bb36e5 [2020-10-22T00:37:12.787Z] Merge succeeded, producing 3ccfc35c80086306e8422609bc52082a9de7ca67 [2020-10-22T00:37:12.788Z] Checking out Revision 3ccfc35c80086306e8422609bc52082a9de7ca67 (PR-2827) [2020-10-22T00:37:11.973Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:37:11.995Z] > git checkout -f 78c882ec5fed449f09f4ad33b70cbe1e87bb36e5 # timeout=10 [2020-10-22T00:37:12.339Z] > git remote # timeout=10 [2020-10-22T00:37:12.359Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T00:37:12.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:37:12.387Z] > git merge a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 # timeout=10 [2020-10-22T00:37:12.776Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T00:37:12.801Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:37:12.818Z] > git checkout -f 3ccfc35c80086306e8422609bc52082a9de7ca67 # timeout=10 [2020-10-22T00:37:15.421Z] Removing intermediate container 237764934d59 [2020-10-22T00:37:15.421Z] ---> f2d83530e0db [2020-10-22T00:37:15.421Z] Step 8/21 : COPY . . [2020-10-22T00:37:17.483Z] Commit message: "Merge commit 'a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48' into HEAD" [2020-10-22T00:37:17.497Z] > git rev-list --no-walk 78c882ec5fed449f09f4ad33b70cbe1e87bb36e5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T00:37:18.611Z] ========================================================= [2020-10-22T00:37:18.612Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T00:37:18.612Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:37:19.772Z] + 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 . [2020-10-22T00:37:22.473Z] Sending build context to Docker daemon 165.1MB [2020-10-22T00:37:22.473Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T00:37:22.473Z] Step 2/7 : FROM ${BASE} [2020-10-22T00:37:23.075Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T00:37:23.075Z] b538f80385f9: Pulling fs layer [2020-10-22T00:37:23.075Z] 74f711af9a0d: Pulling fs layer [2020-10-22T00:37:23.075Z] 99f96fe45779: Pulling fs layer [2020-10-22T00:37:23.075Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T00:37:23.075Z] 45590311c82a: Pulling fs layer [2020-10-22T00:37:23.075Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T00:37:23.075Z] 209524e5b208: Pulling fs layer [2020-10-22T00:37:23.075Z] 45590311c82a: Waiting [2020-10-22T00:37:23.075Z] 8529a6b9a6be: Waiting [2020-10-22T00:37:23.075Z] 69ca0ff8b7b3: Waiting [2020-10-22T00:37:23.075Z] 209524e5b208: Waiting [2020-10-22T00:37:23.075Z] 99f96fe45779: Verifying Checksum [2020-10-22T00:37:23.075Z] 99f96fe45779: Download complete [2020-10-22T00:37:23.075Z] 74f711af9a0d: Verifying Checksum [2020-10-22T00:37:23.075Z] 74f711af9a0d: Download complete [2020-10-22T00:37:23.075Z] 45590311c82a: Download complete [2020-10-22T00:37:23.676Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T00:37:23.676Z] 69ca0ff8b7b3: Download complete [2020-10-22T00:37:23.676Z] b538f80385f9: Verifying Checksum [2020-10-22T00:37:23.676Z] b538f80385f9: Download complete [2020-10-22T00:37:24.691Z] b538f80385f9: Pull complete [2020-10-22T00:37:24.981Z] 74f711af9a0d: Pull complete [2020-10-22T00:37:25.591Z] 99f96fe45779: Pull complete [2020-10-22T00:37:27.588Z] 209524e5b208: Verifying Checksum [2020-10-22T00:37:27.588Z] 209524e5b208: Download complete [2020-10-22T00:37:29.581Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T00:37:29.581Z] 8529a6b9a6be: Download complete [2020-10-22T00:37:30.583Z] ---> 7871344b1a56 [2020-10-22T00:37:30.583Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T00:37:32.191Z] ---> Running in 8db19a25a5c3 [2020-10-22T00:37:34.177Z] ---> 478311f0a688 [2020-10-22T00:37:34.177Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T00:37:34.485Z] ---> 2fe014f70c83 [2020-10-22T00:37:34.485Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T00:37:34.485Z] ---> Running in bd0337b80c59 [2020-10-22T00:37:34.485Z] ---> Running in 7ccad550f9fc [2020-10-22T00:37:35.923Z] 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 [2020-10-22T00:37:36.942Z] 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 [2020-10-22T00:37:37.219Z] 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 [2020-10-22T00:37:39.781Z] 8529a6b9a6be: Pull complete [2020-10-22T00:37:39.782Z] 45590311c82a: Pull complete [2020-10-22T00:37:39.782Z] 69ca0ff8b7b3: Pull complete [2020-10-22T00:37:40.649Z] ---> 6408db2e215d [2020-10-22T00:37:40.649Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T00:37:40.927Z] ---> Running in fe932e46a109 [2020-10-22T00:37:43.228Z] 209524e5b208: Pull complete [2020-10-22T00:37:43.228Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T00:37:43.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T00:37:43.228Z] ---> 5bddaf1c2fca [2020-10-22T00:37:43.228Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-22T00:37:43.587Z] 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 [2020-10-22T00:37:47.017Z] ---> 74e3783a8b78 [2020-10-22T00:37:47.017Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T00:37:47.017Z] ---> Running in 8704adcbe45f [2020-10-22T00:37:47.585Z] ---> Running in c029da17cf1a [2020-10-22T00:37:48.007Z] 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 [2020-10-22T00:37:49.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:37:50.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:37:52.491Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T00:37:52.768Z] (2/12) Installing file (5.38-r0) [2020-10-22T00:37:52.768Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T00:37:53.041Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T00:38:15.373Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T00:38:15.373Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T00:38:15.373Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T00:38:15.373Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T00:38:15.373Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T00:38:15.373Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T00:38:15.373Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T00:38:15.373Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T00:38:15.373Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:38:15.373Z] OK: 217 MiB in 51 packages [2020-10-22T00:38:19.711Z] Removing intermediate container c029da17cf1a [2020-10-22T00:38:19.711Z] ---> b6bd81f2ee34 [2020-10-22T00:38:19.711Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T00:38:19.711Z] ---> Running in 16fe9d6b273d [2020-10-22T00:38:19.711Z] Removing intermediate container 16fe9d6b273d [2020-10-22T00:38:19.711Z] ---> 8d8a09d58cc3 [2020-10-22T00:38:19.711Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T00:38:19.991Z] latest: Pulling from library/docker [2020-10-22T00:38:19.991Z] b538f80385f9: Already exists [2020-10-22T00:38:19.991Z] 259a493cd78d: Pulling fs layer [2020-10-22T00:38:19.991Z] b8e66b5100f5: Pulling fs layer [2020-10-22T00:38:19.991Z] 203964748c9f: Pulling fs layer [2020-10-22T00:38:19.991Z] d6fc4445224b: Pulling fs layer [2020-10-22T00:38:19.991Z] 5ea39d09386c: Pulling fs layer [2020-10-22T00:38:19.991Z] 78a785fe32a7: Pulling fs layer [2020-10-22T00:38:19.991Z] d6fc4445224b: Waiting [2020-10-22T00:38:19.991Z] 5ea39d09386c: Waiting [2020-10-22T00:38:19.991Z] 78a785fe32a7: Waiting [2020-10-22T00:38:20.268Z] b8e66b5100f5: Verifying Checksum [2020-10-22T00:38:20.268Z] b8e66b5100f5: Download complete [2020-10-22T00:38:20.268Z] 259a493cd78d: Verifying Checksum [2020-10-22T00:38:20.268Z] d6fc4445224b: Verifying Checksum [2020-10-22T00:38:20.268Z] d6fc4445224b: Download complete [2020-10-22T00:38:20.552Z] 5ea39d09386c: Download complete [2020-10-22T00:38:20.552Z] 78a785fe32a7: Verifying Checksum [2020-10-22T00:38:20.552Z] 78a785fe32a7: Download complete [2020-10-22T00:38:21.163Z] 259a493cd78d: Pull complete [2020-10-22T00:38:21.447Z] b8e66b5100f5: Pull complete [2020-10-22T00:38:21.740Z] 203964748c9f: Verifying Checksum [2020-10-22T00:38:21.740Z] 203964748c9f: Download complete [2020-10-22T00:38:25.186Z] 203964748c9f: Pull complete [2020-10-22T00:38:25.186Z] d6fc4445224b: Pull complete [2020-10-22T00:38:25.795Z] 5ea39d09386c: Pull complete [2020-10-22T00:38:26.075Z] 78a785fe32a7: Pull complete [2020-10-22T00:38:26.075Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-22T00:38:26.075Z] Status: Downloaded newer image for docker:latest [2020-10-22T00:38:28.726Z] Removing intermediate container bd0337b80c59 [2020-10-22T00:38:28.726Z] ---> e05b09864e0e [2020-10-22T00:38:28.726Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T00:38:28.726Z] ---> Running in 92879c2d1d64 [2020-10-22T00:38:28.726Z] 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 [2020-10-22T00:38:28.726Z] Removing intermediate container 7ccad550f9fc [2020-10-22T00:38:28.726Z] ---> baa25190af6c [2020-10-22T00:38:28.726Z] [2020-10-22T00:38:28.726Z] Step 10/24 : FROM scratch [2020-10-22T00:38:28.726Z] ---> [2020-10-22T00:38:28.726Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:38:28.726Z] ---> Running in 9717f39da363 [2020-10-22T00:38:28.726Z] Removing intermediate container 9717f39da363 [2020-10-22T00:38:28.726Z] ---> f0fbea477248 [2020-10-22T00:38:28.726Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T00:38:28.726Z] ---> Running in 03addfd1822a [2020-10-22T00:38:28.726Z] Removing intermediate container 03addfd1822a [2020-10-22T00:38:28.726Z] ---> dccc35f36131 [2020-10-22T00:38:28.726Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T00:38:30.488Z] ---> 6b83a33d1243 [2020-10-22T00:38:30.488Z] Step 6/7 : COPY go.mod . [2020-10-22T00:38:30.488Z] ---> da755067681c [2020-10-22T00:38:30.488Z] Step 7/7 : RUN go mod download [2020-10-22T00:38:30.728Z] ---> Running in e4da7c13d3ff [2020-10-22T00:38:30.780Z] ---> Running in 4df07aa9c03e [2020-10-22T00:38:31.344Z] Removing intermediate container e4da7c13d3ff [2020-10-22T00:38:31.344Z] ---> c24d85943c67 [2020-10-22T00:38:31.344Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T00:38:31.958Z] Removing intermediate container 92879c2d1d64 [2020-10-22T00:38:31.958Z] ---> 8b6e53eb637f [2020-10-22T00:38:31.958Z] [2020-10-22T00:38:31.958Z] Step 11/27 : FROM docker:latest [2020-10-22T00:38:31.958Z] ---> 57e1c8313ec1 [2020-10-22T00:38:31.958Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T00:38:31.958Z] Removing intermediate container 8db19a25a5c3 [2020-10-22T00:38:31.958Z] ---> 983abbfbc61d [2020-10-22T00:38:31.958Z] [2020-10-22T00:38:31.958Z] Step 10/22 : FROM scratch [2020-10-22T00:38:31.958Z] ---> [2020-10-22T00:38:31.958Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:38:31.958Z] ---> 77165047cca8 [2020-10-22T00:38:31.958Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T00:38:32.261Z] ---> Running in e545278c42d5 [2020-10-22T00:38:32.261Z] ---> Running in 67c81a734eb4 [2020-10-22T00:38:33.713Z] Removing intermediate container 67c81a734eb4 [2020-10-22T00:38:33.713Z] ---> 917a442dad51 [2020-10-22T00:38:33.713Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T00:38:34.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:34.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:34.633Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T00:38:34.634Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T00:38:34.634Z] Executing bash-5.0.17-r0.post-install [2020-10-22T00:38:34.634Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:38:34.936Z] OK: 12 MiB in 22 packages [2020-10-22T00:38:35.566Z] ---> Running in 814229aa54b2 [2020-10-22T00:38:35.566Z] ---> 585fb3fa2383 [2020-10-22T00:38:35.566Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T00:38:35.566Z] Removing intermediate container 8704adcbe45f [2020-10-22T00:38:35.566Z] ---> 38b4045a4864 [2020-10-22T00:38:35.566Z] [2020-10-22T00:38:35.566Z] Step 10/21 : FROM scratch [2020-10-22T00:38:35.566Z] ---> [2020-10-22T00:38:35.566Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:38:35.566Z] ---> Using cache [2020-10-22T00:38:35.566Z] ---> 917a442dad51 [2020-10-22T00:38:35.566Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T00:38:36.536Z] ---> Running in 87c8757bea6a [2020-10-22T00:38:36.802Z] Removing intermediate container 814229aa54b2 [2020-10-22T00:38:36.802Z] ---> f09026f3dfac [2020-10-22T00:38:36.802Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:38:37.782Z] ---> 345f4e753959 [2020-10-22T00:38:37.782Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T00:38:37.782Z] ---> Running in ed59d75904cb [2020-10-22T00:38:38.102Z] Removing intermediate container 87c8757bea6a [2020-10-22T00:38:38.102Z] ---> 74239699576c [2020-10-22T00:38:38.102Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T00:38:38.102Z] Removing intermediate container e545278c42d5 [2020-10-22T00:38:38.102Z] ---> a3b6cfd2230a [2020-10-22T00:38:38.102Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T00:38:38.102Z] ---> Running in 01333e1ad1b3 [2020-10-22T00:38:38.102Z] ---> Running in 199689e89d28 [2020-10-22T00:38:38.369Z] Removing intermediate container ed59d75904cb [2020-10-22T00:38:38.369Z] ---> d85f647ce1d5 [2020-10-22T00:38:38.369Z] Step 14/22 : WORKDIR / [2020-10-22T00:38:40.310Z] ---> 12818c31283c [2020-10-22T00:38:40.310Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T00:38:40.310Z] Removing intermediate container 01333e1ad1b3 [2020-10-22T00:38:40.310Z] ---> 17171359a7b4 [2020-10-22T00:38:40.310Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T00:38:40.310Z] ---> Running in 24c8805a6e53 [2020-10-22T00:38:40.310Z] Removing intermediate container fe932e46a109 [2020-10-22T00:38:40.310Z] ---> 46388a75895a [2020-10-22T00:38:40.310Z] [2020-10-22T00:38:40.310Z] Step 10/23 : FROM alpine [2020-10-22T00:38:40.574Z] Removing intermediate container 24c8805a6e53 [2020-10-22T00:38:40.574Z] ---> 5d123c9aaba6 [2020-10-22T00:38:40.574Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T00:38:40.574Z] ---> 325782bcc504 [2020-10-22T00:38:40.574Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T00:38:40.837Z] latest: Pulling from library/alpine [2020-10-22T00:38:40.837Z] ---> 4d6a03d99322 [2020-10-22T00:38:40.837Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:40.837Z] ---> be83e4183573 [2020-10-22T00:38:40.837Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T00:38:41.120Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-22T00:38:41.120Z] Status: Downloaded newer image for alpine:latest [2020-10-22T00:38:41.120Z] ---> a24bb4013296 [2020-10-22T00:38:41.120Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:38:41.120Z] ---> Running in e3e6361235ba [2020-10-22T00:38:41.389Z] ---> b02e72e7e0ef [2020-10-22T00:38:41.389Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:41.389Z] Removing intermediate container 199689e89d28 [2020-10-22T00:38:41.389Z] ---> c8670c15caea [2020-10-22T00:38:41.389Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T00:38:41.389Z] ---> d9d8c7e0ecd6 [2020-10-22T00:38:41.389Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T00:38:41.656Z] Removing intermediate container e3e6361235ba [2020-10-22T00:38:41.656Z] ---> b86ecbe47521 [2020-10-22T00:38:41.656Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T00:38:41.656Z] ---> Running in 1b53a0a463f1 [2020-10-22T00:38:41.656Z] ---> Running in c74b634ded36 [2020-10-22T00:38:41.656Z] ---> 14628236905d [2020-10-22T00:38:41.656Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:41.656Z] ---> Running in 7614a8728a25 [2020-10-22T00:38:41.930Z] ---> adefbaf09aad [2020-10-22T00:38:41.930Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T00:38:41.930Z] Removing intermediate container 1b53a0a463f1 [2020-10-22T00:38:41.930Z] ---> b6d8611bc4b2 [2020-10-22T00:38:41.930Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T00:38:42.243Z] ---> Running in 8e614b19b501 [2020-10-22T00:38:42.243Z] Removing intermediate container c74b634ded36 [2020-10-22T00:38:42.243Z] ---> a51a597973f9 [2020-10-22T00:38:42.243Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:38:42.243Z] Removing intermediate container 7614a8728a25 [2020-10-22T00:38:42.243Z] ---> 4a1a02c1e511 [2020-10-22T00:38:42.243Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T00:38:42.243Z] ---> Running in a49fe6579808 [2020-10-22T00:38:42.243Z] ---> 6b50d358eebc [2020-10-22T00:38:42.243Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T00:38:42.243Z] ---> Running in 83fa19149696 [2020-10-22T00:38:42.243Z] ---> Running in 81fb7cb05bc3 [2020-10-22T00:38:42.647Z] ---> Running in e14605e0c4a0 [2020-10-22T00:38:42.647Z] Removing intermediate container 8e614b19b501 [2020-10-22T00:38:42.647Z] ---> 0e30678e4725 [2020-10-22T00:38:42.647Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:38:42.647Z] Removing intermediate container a49fe6579808 [2020-10-22T00:38:42.647Z] ---> a26cd977d517 [2020-10-22T00:38:42.647Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T00:38:42.647Z] ---> Running in ef747ef7190f [2020-10-22T00:38:42.647Z] Removing intermediate container 83fa19149696 [2020-10-22T00:38:42.647Z] ---> ceb293e2b13d [2020-10-22T00:38:42.647Z] Step 22/24 : LABEL arch=x86_64 [2020-10-22T00:38:42.647Z] ---> Running in 65a1054ffd64 [2020-10-22T00:38:42.983Z] Removing intermediate container 81fb7cb05bc3 [2020-10-22T00:38:42.983Z] ---> aa5f2a305ec8 [2020-10-22T00:38:42.983Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:38:42.983Z] Removing intermediate container e14605e0c4a0 [2020-10-22T00:38:42.983Z] ---> 37b241418cd9 [2020-10-22T00:38:42.983Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:38:42.983Z] ---> Running in 0be2633e42fc [2020-10-22T00:38:42.983Z] ---> Running in f58b7973aab3 [2020-10-22T00:38:42.983Z] ---> Running in 0f5422f236c4 [2020-10-22T00:38:43.293Z] Removing intermediate container ef747ef7190f [2020-10-22T00:38:43.293Z] ---> 2f21e15831a8 [2020-10-22T00:38:43.293Z] Step 19/21 : LABEL arch=x86_64 [2020-10-22T00:38:43.293Z] Removing intermediate container 65a1054ffd64 [2020-10-22T00:38:43.293Z] ---> 3264fb5cff3f [2020-10-22T00:38:43.293Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T00:38:43.293Z] ---> Running in 13778a5eaffb [2020-10-22T00:38:43.563Z] Removing intermediate container 0be2633e42fc [2020-10-22T00:38:43.563Z] ---> 3fb1611ab1aa [2020-10-22T00:38:43.563Z] Step 23/24 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:38:43.563Z] Removing intermediate container 0f5422f236c4 [2020-10-22T00:38:43.563Z] ---> 17c903aca81e [2020-10-22T00:38:43.563Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T00:38:43.830Z] ---> Running in f4406624bdfa [2020-10-22T00:38:44.441Z] ---> Running in c4db89fbbc83 [2020-10-22T00:38:44.739Z] Removing intermediate container 13778a5eaffb [2020-10-22T00:38:44.739Z] ---> b00fbe47d2da [2020-10-22T00:38:44.739Z] Step 20/21 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:38:44.739Z] ---> Running in c1ae56d1f5f5 [2020-10-22T00:38:45.113Z] ---> 3d3ebc3118c7 [2020-10-22T00:38:45.113Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:45.113Z] Removing intermediate container f4406624bdfa [2020-10-22T00:38:45.113Z] ---> 89abe6c6586e [2020-10-22T00:38:45.113Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T00:38:45.113Z] Removing intermediate container c4db89fbbc83 [2020-10-22T00:38:45.113Z] ---> 6f2bbcf3ac6e [2020-10-22T00:38:45.113Z] Step 21/22 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:38:45.113Z] ---> Running in eaf33752f28f [2020-10-22T00:38:45.443Z] ---> Running in a1b3ed7afa13 [2020-10-22T00:38:45.443Z] Removing intermediate container c1ae56d1f5f5 [2020-10-22T00:38:45.443Z] ---> dcdd608f75d5 [2020-10-22T00:38:45.443Z] Step 21/21 : LABEL version=0.0.0 [2020-10-22T00:38:45.443Z] ---> 4994377a13fd [2020-10-22T00:38:45.443Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T00:38:45.443Z] Removing intermediate container f58b7973aab3 [2020-10-22T00:38:45.443Z] ---> cf39970d3643 [2020-10-22T00:38:45.443Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T00:38:45.444Z] ---> Running in f34b26d9b5d7 [2020-10-22T00:38:45.444Z] Removing intermediate container eaf33752f28f [2020-10-22T00:38:45.444Z] ---> 1c3349741c4b [2020-10-22T00:38:45.444Z] [2020-10-22T00:38:45.747Z] ---> Running in 2520c7019c94 [2020-10-22T00:38:45.747Z] Removing intermediate container a1b3ed7afa13 [2020-10-22T00:38:45.747Z] ---> e7473d87ad67 [2020-10-22T00:38:45.747Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:38:46.063Z] Successfully built 1c3349741c4b [2020-10-22T00:38:46.063Z] Removing intermediate container f34b26d9b5d7 [2020-10-22T00:38:46.063Z] ---> 8dd126e12879 [2020-10-22T00:38:46.063Z] [2020-10-22T00:38:46.063Z] Successfully tagged docker-support-notifications-go:latest [2020-10-22T00:38:46.064Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-10-22T00:38:46.064Z] ---> Running in 69504bf732d7 [2020-10-22T00:38:46.064Z] Successfully built 8dd126e12879 [2020-10-22T00:38:46.064Z] ---> 7ad3e1b9e581 [2020-10-22T00:38:46.064Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T00:38:46.064Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-22T00:38:46.064Z] Building docker-security-secretstore-setup-go [2020-10-22T00:38:46.373Z]  Building docker-support-scheduler-go ... done  ---> Running in bf395e0eb0d9 [2020-10-22T00:38:46.373Z] Removing intermediate container 69504bf732d7 [2020-10-22T00:38:46.373Z] ---> 01b3c1cfa7ec [2020-10-22T00:38:46.373Z] [2020-10-22T00:38:46.674Z] Successfully built 01b3c1cfa7ec [2020-10-22T00:38:46.674Z] Successfully tagged docker-core-metadata-go:latest [2020-10-22T00:38:46.674Z] Building docker-core-command-go [2020-10-22T00:38:46.674Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:46.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:46.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:47.266Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T00:38:47.266Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T00:38:47.266Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T00:38:47.266Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T00:38:47.266Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T00:38:47.266Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T00:38:47.266Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T00:38:47.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:50.274Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T00:38:50.548Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T00:38:51.567Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T00:38:53.547Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T00:38:54.163Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T00:38:54.467Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:38:54.467Z] OK: 8 MiB in 19 packages [2020-10-22T00:38:55.064Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T00:38:55.064Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T00:38:55.064Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T00:38:55.064Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T00:38:55.340Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T00:38:56.360Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T00:38:56.360Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T00:38:57.375Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T00:38:57.643Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T00:38:57.921Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T00:38:57.921Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T00:38:57.921Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T00:38:58.200Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T00:38:58.484Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T00:38:58.484Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T00:38:58.484Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T00:38:59.503Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T00:38:59.503Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T00:38:59.503Z] Removing intermediate container 2520c7019c94 [2020-10-22T00:38:59.503Z] ---> 0c8108c84d1f [2020-10-22T00:38:59.503Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T00:38:59.503Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T00:38:59.503Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T00:38:59.503Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T00:38:59.503Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T00:38:59.503Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T00:38:59.503Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T00:38:59.503Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T00:38:59.503Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T00:38:59.797Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:38:59.797Z] OK: 71 MiB in 55 packages [2020-10-22T00:39:03.374Z] Removing intermediate container 4df07aa9c03e [2020-10-22T00:39:03.374Z] ---> a82a2e74bfeb [2020-10-22T00:39:03.374Z] Successfully built a82a2e74bfeb [2020-10-22T00:39:03.374Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:39:03.825Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T00:39:03.825Z] . [2020-10-22T00:39:04.112Z] ---> fc56ace7a0df [2020-10-22T00:39:04.112Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] withDockerContainer [2020-10-22T00:39:04.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-7644 does not seem to be running inside a container [2020-10-22T00:39:04.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2020-10-22T00:39:06.670Z] $ docker top 1de0bed6d264881c0f986fb03d6ebdd8fa57ec8cd58b409465febf25ed670c21 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:39:07.563Z] ---> 77ee1b11da7e [2020-10-22T00:39:07.563Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T00:39:08.097Z] + go version [2020-10-22T00:39:08.097Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T00:39:08.134Z] $ docker stop --time=1 1de0bed6d264881c0f986fb03d6ebdd8fa57ec8cd58b409465febf25ed670c21 [2020-10-22T00:39:09.627Z] ---> b3067d0625eb [2020-10-22T00:39:09.627Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T00:39:10.079Z] $ docker rm -f 1de0bed6d264881c0f986fb03d6ebdd8fa57ec8cd58b409465febf25ed670c21 [2020-10-22T00:39:10.231Z] ---> Running in 2edbfda78e2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:39:11.269Z] Removing intermediate container 2edbfda78e2f [2020-10-22T00:39:11.269Z] ---> ebade75eef46 [2020-10-22T00:39:11.269Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:39:11.342Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T00:39:11.342Z] . [Pipeline] withDockerContainer [2020-10-22T00:39:11.611Z] prd-ubuntu18.04-docker-arm64-4c-16g-7644 does not seem to be running inside a container [2020-10-22T00:39:11.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2020-10-22T00:39:11.932Z] ---> Running in 2e97d489e618 [2020-10-22T00:39:13.146Z] $ docker top df56a0dcf03a5b43a61b4808e0a3ba3def1f430dc5421a48ed59eae37555f8fc -eo pid,comm [2020-10-22T00:39:13.357Z] Removing intermediate container 2e97d489e618 [2020-10-22T00:39:13.357Z] ---> 26128590612a [2020-10-22T00:39:13.357Z] Step 21/23 : LABEL arch=x86_64 [Pipeline] { [Pipeline] echo [2020-10-22T00:39:13.559Z] ========================================================= [2020-10-22T00:39:13.560Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-22T00:39:13.560Z] ========================================================= [Pipeline] sh [2020-10-22T00:39:13.634Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:39:13.634Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:39:13.634Z] ---> dd498a573c0f [2020-10-22T00:39:13.634Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:39:13.906Z] ---> Using cache [2020-10-22T00:39:13.906Z] ---> bdce408bd4a7 [2020-10-22T00:39:13.906Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:39:13.906Z] ---> Using cache [2020-10-22T00:39:13.906Z] ---> 5992f0cd0964 [2020-10-22T00:39:13.906Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:39:14.183Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:39:14.183Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:39:14.183Z] ---> dd498a573c0f [2020-10-22T00:39:14.183Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:39:14.183Z] ---> Using cache [2020-10-22T00:39:14.183Z] ---> bdce408bd4a7 [2020-10-22T00:39:14.183Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:39:14.183Z] ---> Using cache [2020-10-22T00:39:14.183Z] ---> 5992f0cd0964 [2020-10-22T00:39:14.183Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T00:39:14.219Z] + make test [2020-10-22T00:39:14.219Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-22T00:39:14.763Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:39:14.763Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:39:14.763Z] ---> dd498a573c0f [2020-10-22T00:39:14.763Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T00:39:14.763Z] ---> Using cache [2020-10-22T00:39:14.763Z] ---> bdce408bd4a7 [2020-10-22T00:39:14.763Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:39:14.763Z] ---> Using cache [2020-10-22T00:39:14.763Z] ---> 5992f0cd0964 [2020-10-22T00:39:14.763Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T00:39:15.344Z] ---> Running in 90ee44eaf0ab [2020-10-22T00:39:15.926Z] ---> Running in f9f018f121e8 [2020-10-22T00:39:15.926Z] ---> Running in 4dff45345310 [2020-10-22T00:39:15.926Z] ---> Running in 601d27830328 [2020-10-22T00:39:16.515Z] Removing intermediate container 90ee44eaf0ab [2020-10-22T00:39:16.515Z] ---> 6b1def99f32c [2020-10-22T00:39:16.515Z] Step 22/23 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:39:17.496Z] ---> Running in 8b99a5a95d44 [2020-10-22T00:39:17.623Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-22T00:39:18.083Z] Removing intermediate container 8b99a5a95d44 [2020-10-22T00:39:18.083Z] ---> 89dc9e5f6b5f [2020-10-22T00:39:18.083Z] Step 23/23 : LABEL version=0.0.0 [2020-10-22T00:39:18.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:18.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:18.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:19.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:19.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:19.202Z] ---> Running in 8d6790d51384 [2020-10-22T00:39:19.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:20.059Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:39:20.059Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:39:20.059Z] OK: 12752 distinct packages available [2020-10-22T00:39:20.059Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:39:20.059Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:39:20.059Z] OK: 12752 distinct packages available [2020-10-22T00:39:20.059Z] Removing intermediate container 8d6790d51384 [2020-10-22T00:39:20.059Z] ---> cb67a2e5deeb [2020-10-22T00:39:20.059Z] [2020-10-22T00:39:20.325Z] OK: 233 MiB in 51 packages [2020-10-22T00:39:20.325Z] OK: 233 MiB in 51 packages [2020-10-22T00:39:20.325Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:39:20.325Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:39:20.325Z] OK: 12752 distinct packages available [2020-10-22T00:39:20.325Z] Successfully built cb67a2e5deeb [2020-10-22T00:39:20.325Z] Successfully tagged docker-core-data-go:latest [2020-10-22T00:39:20.325Z] Building docker-security-proxy-setup-go [2020-10-22T00:39:20.589Z]  Building docker-core-data-go ... done OK: 233 MiB in 51 packages [2020-10-22T00:39:20.864Z] Removing intermediate container bf395e0eb0d9 [2020-10-22T00:39:20.864Z] ---> b709d21962ec [2020-10-22T00:39:20.864Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T00:39:20.864Z] OK: 233 MiB in 51 packages [2020-10-22T00:39:22.287Z] ---> Running in ec8c410b100f [2020-10-22T00:39:24.283Z] Removing intermediate container 4dff45345310 [2020-10-22T00:39:24.283Z] ---> d8028dfd8cba [2020-10-22T00:39:24.283Z] Step 6/26 : COPY go.mod . [2020-10-22T00:39:24.283Z] Removing intermediate container f9f018f121e8 [2020-10-22T00:39:24.283Z] ---> 521ff2fd8ddf [2020-10-22T00:39:24.283Z] Step 6/22 : COPY go.mod . [2020-10-22T00:39:25.698Z] ---> d8b7d882ea6d [2020-10-22T00:39:25.698Z] Step 7/26 : RUN go mod download [2020-10-22T00:39:25.698Z] ---> Running in d0e0124946e5 [2020-10-22T00:39:25.698Z] Removing intermediate container 601d27830328 [2020-10-22T00:39:25.698Z] ---> 26b92ab34c81 [2020-10-22T00:39:25.698Z] Step 6/22 : COPY go.mod . [2020-10-22T00:39:25.979Z] ---> 608264258900 [2020-10-22T00:39:25.979Z] Step 7/22 : RUN go mod download [2020-10-22T00:39:26.251Z] ---> Running in 53cdf0fc2759 [2020-10-22T00:39:26.251Z] ---> 6fed8c5d5681 [2020-10-22T00:39:26.251Z] Step 7/22 : RUN go mod download [2020-10-22T00:39:27.257Z] ---> Running in c351b40a669e [2020-10-22T00:39:28.768Z] Collecting docker-compose==1.23.2 [2020-10-22T00:39:28.768Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T00:39:28.768Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T00:39:28.768Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T00:39:29.373Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T00:39:29.373Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T00:39:29.985Z] Collecting PyYAML<4,>=3.10 [2020-10-22T00:39:29.985Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T00:39:30.268Z] Removing intermediate container d0e0124946e5 [2020-10-22T00:39:30.268Z] ---> 6d81f9da0f9f [2020-10-22T00:39:30.268Z] Step 8/26 : COPY . . [2020-10-22T00:39:33.686Z] Removing intermediate container 53cdf0fc2759 [2020-10-22T00:39:33.686Z] ---> 7ac753ea4e89 [2020-10-22T00:39:33.686Z] Step 8/22 : COPY . . [2020-10-22T00:39:33.955Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T00:39:33.955Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T00:39:34.935Z] Removing intermediate container c351b40a669e [2020-10-22T00:39:34.935Z] ---> 10560695b5ec [2020-10-22T00:39:34.935Z] Step 8/22 : COPY . . [2020-10-22T00:39:35.911Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-22T00:39:36.493Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T00:39:36.493Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T00:39:36.493Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:39:36.493Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:39:36.493Z] ---> dd498a573c0f [2020-10-22T00:39:36.493Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T00:39:36.493Z] ---> Using cache [2020-10-22T00:39:36.493Z] ---> bdce408bd4a7 [2020-10-22T00:39:36.493Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:39:36.493Z] ---> Using cache [2020-10-22T00:39:36.493Z] ---> 5992f0cd0964 [2020-10-22T00:39:36.493Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T00:39:36.493Z] ---> Using cache [2020-10-22T00:39:36.493Z] ---> 521ff2fd8ddf [2020-10-22T00:39:36.493Z] Step 6/20 : COPY go.mod . [2020-10-22T00:39:36.493Z] ---> Using cache [2020-10-22T00:39:36.493Z] ---> 608264258900 [2020-10-22T00:39:36.493Z] Step 7/20 : RUN go mod download [2020-10-22T00:39:36.493Z] ---> Using cache [2020-10-22T00:39:36.493Z] ---> 7ac753ea4e89 [2020-10-22T00:39:36.493Z] Step 8/20 : COPY . . [2020-10-22T00:39:38.509Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T00:39:38.509Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T00:39:41.839Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T00:39:41.839Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T00:39:45.202Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T00:39:45.202Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T00:39:47.160Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T00:39:47.160Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T00:39:47.431Z] Collecting idna<2.8,>=2.5 [2020-10-22T00:39:47.431Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T00:39:47.702Z] 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) [2020-10-22T00:39:47.702Z] 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) [2020-10-22T00:39:47.702Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T00:39:47.702Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T00:39:47.970Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T00:39:47.970Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T00:39:48.246Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T00:39:48.246Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T00:39:48.246Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T00:39:48.246Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T00:39:49.637Z] Installing collected packages: cached-property, websocket-client, PyYAML, docopt, idna, urllib3, requests, dockerpty, texttable, docker-pycreds, docker, jsonschema, docker-compose [2020-10-22T00:39:53.943Z] Running setup.py install for PyYAML: started [2020-10-22T00:39:56.731Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-22T00:39:58.243Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T00:39:58.243Z] Running setup.py install for docopt: started [2020-10-22T00:40:00.940Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T00:40:00.940Z] Attempting uninstall: idna [2020-10-22T00:40:00.940Z] Found existing installation: idna 2.9 [2020-10-22T00:40:00.940Z] Uninstalling idna-2.9: [2020-10-22T00:40:01.238Z] Successfully uninstalled idna-2.9 [2020-10-22T00:40:02.268Z] Attempting uninstall: urllib3 [2020-10-22T00:40:02.268Z] Found existing installation: urllib3 1.25.9 [2020-10-22T00:40:02.268Z] Uninstalling urllib3-1.25.9: [2020-10-22T00:40:02.865Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T00:40:03.466Z] Attempting uninstall: requests [2020-10-22T00:40:03.466Z] Found existing installation: requests 2.23.0 [2020-10-22T00:40:03.466Z] Uninstalling requests-2.23.0: [2020-10-22T00:40:03.738Z] Successfully uninstalled requests-2.23.0 [2020-10-22T00:40:04.328Z] Running setup.py install for dockerpty: started [2020-10-22T00:40:05.295Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T00:40:05.295Z] Running setup.py install for texttable: started [2020-10-22T00:40:05.879Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T00:40:08.448Z] ---> 1e709b7fdd34 [2020-10-22T00:40:08.448Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T00:40:08.448Z] ---> baa813fdde93 [2020-10-22T00:40:08.448Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-22T00:40:09.397Z] ---> Running in edbeae3189d6 [2020-10-22T00:40:09.397Z] ---> Running in 3a3f14e680e2 [2020-10-22T00:40:09.397Z] ---> a7ba1ecda6a6 [2020-10-22T00:40:09.397Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T00:40:09.668Z] ---> d6fa17a6fcfa [2020-10-22T00:40:09.668Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T00:40:09.940Z] ---> Running in 07bd3e544582 [2020-10-22T00:40:09.940Z] 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.57.0 [2020-10-22T00:40:10.226Z] ---> Running in a834efc1a17c [2020-10-22T00:40:11.198Z] 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 [2020-10-22T00:40:11.198Z] 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 [2020-10-22T00:40:11.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:40:11.198Z] 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 [2020-10-22T00:40:13.172Z] Removing intermediate container ec8c410b100f [2020-10-22T00:40:13.172Z] ---> 62e630d8d402 [2020-10-22T00:40:13.172Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T00:40:13.459Z] ---> Running in 4c08cd125f6e [2020-10-22T00:40:14.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:14.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:15.200Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:40:15.200Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T00:40:15.485Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T00:40:15.485Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:40:15.485Z] OK: 72 MiB in 58 packages [2020-10-22T00:40:16.933Z] Removing intermediate container 4c08cd125f6e [2020-10-22T00:40:16.933Z] ---> b48ee4a226a3 [2020-10-22T00:40:16.933Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T00:40:16.933Z] ---> Running in 98878289914f [2020-10-22T00:40:16.933Z] Removing intermediate container 98878289914f [2020-10-22T00:40:16.933Z] ---> 10412850effa [2020-10-22T00:40:16.933Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:40:17.222Z] ---> Running in e2d8c9274d3d [2020-10-22T00:40:17.497Z] Removing intermediate container e2d8c9274d3d [2020-10-22T00:40:17.497Z] ---> a29db4026912 [2020-10-22T00:40:17.497Z] Step 25/27 : LABEL arch=x86_64 [2020-10-22T00:40:18.482Z] ---> Running in 33d1d05f7f61 [2020-10-22T00:40:18.766Z] Removing intermediate container 33d1d05f7f61 [2020-10-22T00:40:18.766Z] ---> ce7834656fbb [2020-10-22T00:40:18.766Z] Step 26/27 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:40:18.766Z] ---> Running in 634d8035fca3 [2020-10-22T00:40:19.045Z] Removing intermediate container 634d8035fca3 [2020-10-22T00:40:19.045Z] ---> 8b69cc107c7d [2020-10-22T00:40:19.045Z] Step 27/27 : LABEL version=0.0.0 [2020-10-22T00:40:19.327Z] ---> Running in f61ebc742c5f [2020-10-22T00:40:19.604Z] Removing intermediate container f61ebc742c5f [2020-10-22T00:40:19.604Z] ---> 7ce5e8393158 [2020-10-22T00:40:19.604Z] [2020-10-22T00:40:19.887Z] Successfully built 7ce5e8393158 [2020-10-22T00:40:19.887Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-22T00:40:19.887Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-10-22T00:40:23.615Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-22T00:40:23.615Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-22T00:40:23.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-22T00:40:23.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-22T00:40:23.615Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s [2020-10-22T00:40:23.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-22T00:40:23.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-22T00:40:23.615Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-22T00:40:24.226Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-22T00:40:26.368Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-22T00:40:26.368Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-22T00:40:26.368Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-22T00:40:26.368Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-22T00:40:38.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.146s coverage: 46.6% of statements [2020-10-22T00:40:38.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-22T00:40:38.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-22T00:40:38.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-22T00:40:38.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-22T00:40:38.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-22T00:40:42.329Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:40:42.329Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T00:40:42.329Z] ---> dd498a573c0f [2020-10-22T00:40:42.329Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T00:40:42.329Z] ---> Using cache [2020-10-22T00:40:42.329Z] ---> bdce408bd4a7 [2020-10-22T00:40:42.329Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T00:40:42.602Z] ---> Running in e2e5226a9b49 [2020-10-22T00:40:42.602Z] 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 [2020-10-22T00:40:43.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.211s coverage: 27.1% of statements [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-22T00:40:43.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-22T00:40:43.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-22T00:40:43.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 77.3% of statements [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-22T00:40:43.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-22T00:40:44.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:45.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:46.029Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:40:46.029Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:40:46.029Z] OK: 12752 distinct packages available [2020-10-22T00:40:46.029Z] OK: 233 MiB in 51 packages [2020-10-22T00:40:46.603Z] Removing intermediate container 3a3f14e680e2 [2020-10-22T00:40:46.603Z] ---> dcca3af20c5a [2020-10-22T00:40:46.603Z] [2020-10-22T00:40:46.603Z] Step 10/20 : FROM alpine [2020-10-22T00:40:46.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.384s coverage: 83.5% of statements [2020-10-22T00:40:46.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-22T00:40:46.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:40:46.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-22T00:40:46.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-22T00:40:46.876Z] ---> a24bb4013296 [2020-10-22T00:40:46.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T00:40:46.876Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T00:40:46.876Z] Removing intermediate container 07bd3e544582 [2020-10-22T00:40:46.876Z] ---> 93a47a1a6e7c [2020-10-22T00:40:46.876Z] [2020-10-22T00:40:46.876Z] Step 10/22 : FROM scratch [2020-10-22T00:40:46.876Z] ---> [2020-10-22T00:40:46.876Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:40:47.151Z] ---> Running in 0d8830704b79 [2020-10-22T00:40:47.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:47.785Z] ---> Using cache [2020-10-22T00:40:47.785Z] ---> f0fbea477248 [2020-10-22T00:40:47.785Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T00:40:47.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:48.061Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:40:48.061Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:40:48.061Z] OK: 12750 distinct packages available [2020-10-22T00:40:48.340Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T00:40:48.340Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:40:48.340Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T00:40:48.340Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T00:40:48.340Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:40:48.340Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:40:48.606Z] OK: 7 MiB in 18 packages [2020-10-22T00:40:49.188Z] Removing intermediate container e2e5226a9b49 [2020-10-22T00:40:49.188Z] ---> dd8521f1d3f8 [2020-10-22T00:40:49.188Z] Step 5/29 : COPY go.mod . [2020-10-22T00:40:49.188Z] ---> Running in 9b0c02ecc51d [2020-10-22T00:40:50.148Z] Removing intermediate container a834efc1a17c [2020-10-22T00:40:50.148Z] ---> 502d63c5e27f [2020-10-22T00:40:50.148Z] [2020-10-22T00:40:50.148Z] Step 10/22 : FROM scratch [2020-10-22T00:40:50.148Z] ---> [2020-10-22T00:40:50.148Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:40:50.148Z] ---> Using cache [2020-10-22T00:40:50.148Z] ---> 917a442dad51 [2020-10-22T00:40:50.148Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T00:40:50.148Z] ---> 416a39096464 [2020-10-22T00:40:50.148Z] Step 6/29 : RUN go mod download [2020-10-22T00:40:50.148Z] Removing intermediate container 9b0c02ecc51d [2020-10-22T00:40:50.148Z] ---> 9b3d1f461823 [2020-10-22T00:40:50.148Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:40:50.418Z] ---> Running in b5069f377e53 [2020-10-22T00:40:50.418Z] ---> Running in 8c5351a62b1b [2020-10-22T00:40:50.418Z] ---> Running in 9d10690e3431 [2020-10-22T00:40:51.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.658s coverage: 28.6% of statements [2020-10-22T00:40:51.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-22T00:40:51.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-22T00:40:51.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-22T00:40:51.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-22T00:40:51.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-22T00:40:51.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.118s coverage: 100.0% of statements [2020-10-22T00:40:51.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-22T00:40:51.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.020s coverage: 100.0% of statements [2020-10-22T00:40:51.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-22T00:40:52.358Z] Removing intermediate container 0d8830704b79 [2020-10-22T00:40:52.358Z] ---> 5cc269a82ba3 [2020-10-22T00:40:52.358Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:40:52.943Z] Removing intermediate container b5069f377e53 [2020-10-22T00:40:52.943Z] ---> a87e72b45ff4 [2020-10-22T00:40:52.943Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:40:52.943Z] Removing intermediate container 8c5351a62b1b [2020-10-22T00:40:52.943Z] ---> 75a0503576d2 [2020-10-22T00:40:52.943Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T00:40:52.943Z] ---> Running in fc725273a751 [2020-10-22T00:40:52.943Z] ---> Running in 91b4d300b817 [2020-10-22T00:40:53.211Z] Removing intermediate container edbeae3189d6 [2020-10-22T00:40:53.211Z] ---> e29046e675a3 [2020-10-22T00:40:53.211Z] [2020-10-22T00:40:53.211Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T00:40:53.211Z] Removing intermediate container fc725273a751 [2020-10-22T00:40:53.211Z] ---> 9b986d670972 [2020-10-22T00:40:53.211Z] Step 14/22 : WORKDIR / [2020-10-22T00:40:53.211Z] Removing intermediate container 91b4d300b817 [2020-10-22T00:40:53.211Z] ---> 643f8776e00c [2020-10-22T00:40:53.211Z] Step 13/20 : WORKDIR /edgex [2020-10-22T00:40:53.211Z] ---> fccd7c3f0d09 [2020-10-22T00:40:53.211Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T00:40:53.477Z] ---> Running in 5df5213f593a [2020-10-22T00:40:53.477Z] 3.10: Pulling from library/alpine [2020-10-22T00:40:53.477Z] ---> Running in b9fa16c9e6c6 [2020-10-22T00:40:53.749Z] Removing intermediate container 5df5213f593a [2020-10-22T00:40:53.749Z] ---> 55cbc4a1daa4 [2020-10-22T00:40:53.749Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T00:40:53.749Z] ---> b704f71612de [2020-10-22T00:40:53.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T00:40:53.749Z] Removing intermediate container b9fa16c9e6c6 [2020-10-22T00:40:53.749Z] ---> ab955db1fa68 [2020-10-22T00:40:53.749Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T00:40:54.022Z] ---> 1b6e21e913d1 [2020-10-22T00:40:54.022Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T00:40:54.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements [2020-10-22T00:40:54.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-22T00:40:54.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2020-10-22T00:40:54.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-22T00:40:54.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 100.0% of statements [2020-10-22T00:40:54.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-22T00:40:54.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-22T00:40:54.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-22T00:40:54.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-22T00:40:54.993Z] ---> 92f2a55fae40 [2020-10-22T00:40:54.994Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T00:40:54.994Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T00:40:54.994Z] ---> ba0f7296e59d [2020-10-22T00:40:54.994Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T00:40:54.994Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T00:40:54.994Z] ---> be4e4bea2c2e [2020-10-22T00:40:54.994Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T00:40:54.994Z] ---> f27b6544017e [2020-10-22T00:40:54.994Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T00:40:55.269Z] ---> Running in bf5e09d52908 [2020-10-22T00:40:55.269Z] Removing intermediate container 9d10690e3431 [2020-10-22T00:40:55.269Z] ---> 1ed1dcb1befb [2020-10-22T00:40:55.269Z] Step 7/29 : COPY . . [2020-10-22T00:40:55.545Z] ---> 9631e3a959f0 [2020-10-22T00:40:55.545Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T00:40:55.820Z] ---> f5ed88af8950 [2020-10-22T00:40:55.820Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T00:40:56.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:56.403Z] ---> db19345ec6d0 [2020-10-22T00:40:56.403Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T00:40:56.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:56.667Z] ---> Running in 83114cfd5706 [2020-10-22T00:40:56.667Z] ---> Running in 908f8dcd985d [2020-10-22T00:40:56.930Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T00:40:56.930Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T00:40:56.930Z] OK: 10346 distinct packages available [2020-10-22T00:40:56.930Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T00:40:57.881Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T00:40:58.457Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T00:40:58.457Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T00:40:58.457Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T00:40:58.457Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T00:40:58.457Z] ---> Running in 6a2143cf3760 [2020-10-22T00:40:58.457Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T00:40:58.721Z] OK: 7 MiB in 19 packages [2020-10-22T00:41:00.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.245s coverage: 96.3% of statements [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-22T00:41:00.046Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.016s coverage: 58.8% of statements [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-22T00:41:00.046Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.0% of statements [no tests to run] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-22T00:41:00.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-22T00:41:00.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.283s coverage: 63.5% of statements [2020-10-22T00:41:00.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-22T00:41:00.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-22T00:41:00.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2020-10-22T00:41:01.280Z] Removing intermediate container 83114cfd5706 [2020-10-22T00:41:01.281Z] ---> da7136eb81ba [2020-10-22T00:41:01.281Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:41:01.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.027s coverage: 91.3% of statements [2020-10-22T00:41:01.544Z] Removing intermediate container 908f8dcd985d [2020-10-22T00:41:01.544Z] ---> f56f9267319b [2020-10-22T00:41:01.544Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:41:03.502Z] Removing intermediate container 6a2143cf3760 [2020-10-22T00:41:03.502Z] ---> dc523e4d2113 [2020-10-22T00:41:03.502Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T00:41:03.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2020-10-22T00:41:03.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2020-10-22T00:41:03.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2020-10-22T00:41:04.090Z] ---> Running in ea12a5b8036a [2020-10-22T00:41:05.489Z] ---> Running in 80c451216a42 [2020-10-22T00:41:06.073Z] ---> Running in 041d46e852a5 [2020-10-22T00:41:06.073Z] Removing intermediate container bf5e09d52908 [2020-10-22T00:41:06.073Z] ---> c3509bedf2e4 [2020-10-22T00:41:06.073Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:41:06.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 55.9% of statements [2020-10-22T00:41:06.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-22T00:41:06.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-22T00:41:06.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-22T00:41:06.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-22T00:41:08.894Z] Removing intermediate container ea12a5b8036a [2020-10-22T00:41:08.894Z] ---> ef9b9afd1600 [2020-10-22T00:41:08.894Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T00:41:09.235Z] ---> Running in 465ab3ce4d55 [2020-10-22T00:41:09.235Z] Removing intermediate container 80c451216a42 [2020-10-22T00:41:09.235Z] ---> 9ce5d40e046e [2020-10-22T00:41:09.235Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T00:41:09.815Z] ---> Running in 4b109e5c3235 [2020-10-22T00:41:09.815Z] Removing intermediate container 041d46e852a5 [2020-10-22T00:41:09.815Z] ---> f0088b1f630c [2020-10-22T00:41:09.815Z] Step 18/20 : LABEL arch=x86_64 [2020-10-22T00:41:10.487Z] ---> Running in 01a27f0c323e [2020-10-22T00:41:11.432Z] Removing intermediate container 465ab3ce4d55 [2020-10-22T00:41:11.432Z] ---> 174c78e2e1f3 [2020-10-22T00:41:11.432Z] Step 13/26 : WORKDIR / [2020-10-22T00:41:11.432Z] ---> Running in 92c9f07673ea [2020-10-22T00:41:11.433Z] Removing intermediate container 4b109e5c3235 [2020-10-22T00:41:11.433Z] ---> 7fca16bb3198 [2020-10-22T00:41:11.433Z] Step 21/22 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:41:11.433Z] ---> Running in 38c0f82a2cbb [2020-10-22T00:41:11.433Z] Removing intermediate container 01a27f0c323e [2020-10-22T00:41:11.433Z] ---> 17ab40305cf0 [2020-10-22T00:41:11.433Z] Step 21/22 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:41:11.693Z] ---> f18676a80582 [2020-10-22T00:41:11.693Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T00:41:11.693Z] ---> Running in 37dfa5daa96c [2020-10-22T00:41:11.693Z] ---> Running in 5de8b9bdd812 [2020-10-22T00:41:11.693Z] Removing intermediate container 92c9f07673ea [2020-10-22T00:41:11.693Z] ---> cf3c8e58849d [2020-10-22T00:41:11.693Z] Step 19/20 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:41:11.693Z] ---> Running in f0cb04657006 [2020-10-22T00:41:11.958Z] ---> Running in 56545c00498d [2020-10-22T00:41:11.958Z] Removing intermediate container 38c0f82a2cbb [2020-10-22T00:41:11.958Z] ---> 946ff801a0ae [2020-10-22T00:41:11.958Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-22T00:41:11.958Z] Removing intermediate container 5de8b9bdd812 [2020-10-22T00:41:11.958Z] ---> af7e9f6bcf99 [2020-10-22T00:41:11.958Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:41:12.225Z] Removing intermediate container 37dfa5daa96c [2020-10-22T00:41:12.225Z] ---> b88bd4d78144 [2020-10-22T00:41:12.225Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:41:12.225Z] ---> Running in 74eb1d56ddec [2020-10-22T00:41:12.492Z] ---> Running in 2100b7d3b575 [2020-10-22T00:41:12.492Z] Removing intermediate container 56545c00498d [2020-10-22T00:41:12.492Z] ---> 370764a7ab69 [2020-10-22T00:41:12.492Z] Step 20/20 : LABEL version=0.0.0 [2020-10-22T00:41:12.492Z] ---> 3971ccb043a0 [2020-10-22T00:41:12.492Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-22T00:41:12.492Z] ---> Running in c29322746e53 [2020-10-22T00:41:12.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:41:12.768Z] Removing intermediate container 74eb1d56ddec [2020-10-22T00:41:12.768Z] ---> 41997b9602d3 [2020-10-22T00:41:12.768Z] [2020-10-22T00:41:12.768Z] Removing intermediate container 2100b7d3b575 [2020-10-22T00:41:12.768Z] ---> e01519f7fcb9 [2020-10-22T00:41:12.768Z] [2020-10-22T00:41:12.768Z] ---> d897fabd7429 [2020-10-22T00:41:12.768Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T00:41:13.036Z] Removing intermediate container c29322746e53 [2020-10-22T00:41:13.036Z] ---> 79528030ac4a [2020-10-22T00:41:13.036Z] [2020-10-22T00:41:13.036Z] Successfully built 41997b9602d3 [2020-10-22T00:41:13.036Z] Successfully built e01519f7fcb9 [2020-10-22T00:41:13.036Z] Successfully tagged docker-support-logging-go:latest [2020-10-22T00:41:13.036Z]  Building docker-support-logging-go ... done Successfully tagged docker-core-command-go:latest [2020-10-22T00:41:13.036Z]  Building docker-core-command-go ... done Successfully built 79528030ac4a [2020-10-22T00:41:13.307Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-22T00:41:13.307Z]  Building docker-security-proxy-setup-go ... done  ---> e84b0edbed37 [2020-10-22T00:41:13.307Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T00:41:13.608Z] ---> 9f027a95a8f4 [2020-10-22T00:41:13.609Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T00:41:15.051Z] ---> 5316fc534f55 [2020-10-22T00:41:15.051Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T00:41:16.029Z] ---> 9b926adc7efe [2020-10-22T00:41:16.029Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T00:41:16.304Z] ---> 7561f6215299 [2020-10-22T00:41:16.304Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:41:16.899Z] ---> fa87c806e193 [2020-10-22T00:41:16.899Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:41:16.899Z] ---> Running in 3dc21b99442a [2020-10-22T00:41:18.338Z] Removing intermediate container 3dc21b99442a [2020-10-22T00:41:18.338Z] ---> bfe42f75815c [2020-10-22T00:41:18.338Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:41:18.338Z] ---> Running in 22cac5a98439 [2020-10-22T00:41:18.607Z] Removing intermediate container 22cac5a98439 [2020-10-22T00:41:18.607Z] ---> 5ace495512d8 [2020-10-22T00:41:18.607Z] Step 24/26 : LABEL arch=x86_64 [2020-10-22T00:41:18.607Z] ---> Running in 016b3443c658 [2020-10-22T00:41:18.878Z] Removing intermediate container 016b3443c658 [2020-10-22T00:41:18.878Z] ---> 198b9a50cbff [2020-10-22T00:41:18.878Z] Step 25/26 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:41:19.149Z] ---> Running in 83ead6874d27 [2020-10-22T00:41:19.424Z] Removing intermediate container 83ead6874d27 [2020-10-22T00:41:19.424Z] ---> 3c179c6c0407 [2020-10-22T00:41:19.424Z] Step 26/26 : LABEL version=0.0.0 [2020-10-22T00:41:20.006Z] ---> Running in 338ffb4ef73e [2020-10-22T00:41:20.006Z] Removing intermediate container 338ffb4ef73e [2020-10-22T00:41:20.006Z] ---> 7bab83e36e16 [2020-10-22T00:41:20.006Z] [2020-10-22T00:41:20.273Z] Successfully built 7bab83e36e16 [2020-10-22T00:41:20.273Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-22T00:41:22.878Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f0cb04657006 [2020-10-22T00:41:22.878Z] ---> 7214a86e9a8c [2020-10-22T00:41:22.878Z] [2020-10-22T00:41:22.878Z] Step 9/29 : FROM alpine:latest [2020-10-22T00:41:22.878Z] ---> a24bb4013296 [2020-10-22T00:41:22.878Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-22T00:41:22.878Z] ---> Running in e38bde0574ea [2020-10-22T00:41:22.878Z] Removing intermediate container e38bde0574ea [2020-10-22T00:41:22.878Z] ---> a8d011d0645e [2020-10-22T00:41:22.878Z] Step 11/29 : USER root [2020-10-22T00:41:22.878Z] ---> Running in 761856c2d054 [2020-10-22T00:41:22.878Z] Removing intermediate container 761856c2d054 [2020-10-22T00:41:22.878Z] ---> 5bf18264d5cf [2020-10-22T00:41:22.878Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T00:41:23.162Z] ---> Running in 1b483ce7cc32 [2020-10-22T00:41:23.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:41:23.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:41:23.965Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:41:23.965Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:41:23.965Z] OK: 12750 distinct packages available [2020-10-22T00:41:23.965Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T00:41:24.230Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T00:41:24.230Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:41:24.230Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:41:24.230Z] OK: 6 MiB in 16 packages [2020-10-22T00:41:25.748Z] Removing intermediate container 1b483ce7cc32 [2020-10-22T00:41:25.748Z] ---> 0a50e28177ca [2020-10-22T00:41:25.748Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T00:41:26.021Z] ---> Running in 8dcfebf1064c [2020-10-22T00:41:26.021Z] Removing intermediate container 8dcfebf1064c [2020-10-22T00:41:26.021Z] ---> d7cf116e6492 [2020-10-22T00:41:26.021Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T00:41:26.021Z] ---> Running in 58e2dca9f770 [2020-10-22T00:41:26.354Z] Removing intermediate container 58e2dca9f770 [2020-10-22T00:41:26.354Z] ---> 110b4a2230b0 [2020-10-22T00:41:26.354Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T00:41:26.354Z] ---> Running in fa7b6e13c15f [2020-10-22T00:41:27.100Z] Removing intermediate container fa7b6e13c15f [2020-10-22T00:41:27.100Z] ---> 42ecc648f81c [2020-10-22T00:41:27.100Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T00:41:27.702Z] ---> 810c5b9b8bdb [2020-10-22T00:41:27.702Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T00:41:27.702Z] ---> 7051f6ab58ef [2020-10-22T00:41:27.702Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T00:41:27.967Z] ---> 32da79c5227c [2020-10-22T00:41:27.967Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T00:41:28.235Z] ---> 4a865ee8235c [2020-10-22T00:41:28.235Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T00:41:28.521Z] ---> a63112ac3054 [2020-10-22T00:41:28.521Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T00:41:28.521Z] ---> Running in 2b7095117ce3 [2020-10-22T00:41:29.485Z] Removing intermediate container 2b7095117ce3 [2020-10-22T00:41:29.485Z] ---> 0c9b814243c9 [2020-10-22T00:41:29.485Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:41:29.766Z] ---> 06e5bacab64f [2020-10-22T00:41:29.766Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:41:29.766Z] ---> Running in 34d791d25eee [2020-10-22T00:41:30.777Z] Removing intermediate container 34d791d25eee [2020-10-22T00:41:30.777Z] ---> 62aac26a57ee [2020-10-22T00:41:30.777Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T00:41:30.777Z] ---> Running in b30e0ef1babc [2020-10-22T00:41:31.758Z] Removing intermediate container b30e0ef1babc [2020-10-22T00:41:31.759Z] ---> 9063e6594e93 [2020-10-22T00:41:31.759Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:41:31.759Z] ---> Running in 421b2e1ff874 [2020-10-22T00:41:31.759Z] Removing intermediate container 421b2e1ff874 [2020-10-22T00:41:31.759Z] ---> 76cda48c3f58 [2020-10-22T00:41:31.759Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T00:41:32.021Z] ---> Running in 9cc4b274f6ed [2020-10-22T00:41:32.021Z] Removing intermediate container 9cc4b274f6ed [2020-10-22T00:41:32.021Z] ---> 661d0ae7d425 [2020-10-22T00:41:32.021Z] Step 27/29 : LABEL arch=x86_64 [2020-10-22T00:41:32.021Z] ---> Running in 5d97c2552bea [2020-10-22T00:41:32.286Z] Removing intermediate container 5d97c2552bea [2020-10-22T00:41:32.286Z] ---> 297b7aec4e83 [2020-10-22T00:41:32.286Z] Step 28/29 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:41:32.286Z] ---> Running in 4fdaab40e603 [2020-10-22T00:41:32.546Z] Removing intermediate container 4fdaab40e603 [2020-10-22T00:41:32.546Z] ---> f1b48545766f [2020-10-22T00:41:32.546Z] Step 29/29 : LABEL version=0.0.0 [2020-10-22T00:41:32.546Z] ---> Running in 09805d89ec53 [2020-10-22T00:41:32.817Z] Removing intermediate container 09805d89ec53 [2020-10-22T00:41:32.817Z] ---> 1937612d02a0 [2020-10-22T00:41:32.817Z] [2020-10-22T00:41:32.817Z] Successfully built 1937612d02a0 [2020-10-22T00:41:32.818Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-22T00:41:33.106Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-22T00:41:33.153Z] $ docker stop --time=1 03b56417e5c4c2bb497ce6ae327093987b3420225cd4c73ab75d717e59afb5fd [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 25.261s coverage: 86.3% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.316s coverage: 72.2% of statements [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.556s coverage: 72.1% of statements [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.099s coverage: 96.8% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 36.5% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.338s coverage: 84.1% of statements [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.053s coverage: 83.8% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.091s coverage: 47.1% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.030s coverage: 100.0% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.204s coverage: 29.1% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.027s coverage: 87.9% of statements [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-22T00:41:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-22T00:41:33.931Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements [2020-10-22T00:41:34.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements [2020-10-22T00:41:34.733Z] $ docker rm -f 03b56417e5c4c2bb497ce6ae327093987b3420225cd4c73ab75d717e59afb5fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:41:35.203Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements [2020-10-22T00:41:35.298Z] + docker images [2020-10-22T00:41:35.298Z] + grep docker [2020-10-22T00:41:35.564Z] docker-security-secrets-setup-go latest 1937612d02a0 3 seconds ago 24MB [2020-10-22T00:41:35.564Z] docker-security-secretstore-setup-go latest 7bab83e36e16 16 seconds ago 32.4MB [2020-10-22T00:41:35.564Z] docker-core-command-go latest e01519f7fcb9 23 seconds ago 12.2MB [2020-10-22T00:41:35.564Z] docker-security-proxy-setup-go latest 79528030ac4a 23 seconds ago 15.8MB [2020-10-22T00:41:35.564Z] docker-support-logging-go latest 41997b9602d3 23 seconds ago 11.1MB [2020-10-22T00:41:35.564Z] docker-sys-mgmt-agent-go latest 7ce5e8393158 About a minute ago 290MB [2020-10-22T00:41:35.564Z] docker-core-data-go latest cb67a2e5deeb 2 minutes ago 23.6MB [2020-10-22T00:41:35.564Z] docker-core-metadata-go latest 01b3c1cfa7ec 2 minutes ago 14.4MB [2020-10-22T00:41:35.564Z] docker-support-notifications-go latest 1c3349741c4b 2 minutes ago 13.6MB [2020-10-22T00:41:35.564Z] docker-support-scheduler-go latest 8dd126e12879 2 minutes ago 12.3MB [2020-10-22T00:41:35.564Z] docker latest 57e1c8313ec1 29 hours ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2020-10-22T00:41:36.193Z] GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-10-22T00:41:51.584Z] Still waiting to schedule task [2020-10-22T00:41:51.584Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-22T00:41:58.500Z] gofmt -l . [2020-10-22T00:42:01.874Z] [ "`gofmt -l .`" = "" ] [2020-10-22T00:42:05.272Z] ./bin/test-go-mod-tidy.sh [2020-10-22T00:42:05.868Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-22T00:42:11.990Z] + ls -al . [2020-10-22T00:42:11.991Z] total 644 [2020-10-22T00:42:11.991Z] drwxrwxr-x 9 1001 1001 4096 Oct 22 00:42 . [2020-10-22T00:42:11.991Z] drwxr-xr-x 4 root root 4096 Oct 22 00:39 .. [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 00:37 .dockerignore [2020-10-22T00:42:11.991Z] drwxrwxr-x 8 1001 1001 4096 Oct 22 00:37 .git [2020-10-22T00:42:11.991Z] drwxrwxr-x 3 1001 1001 4096 Oct 22 00:37 .github [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 932 Oct 22 00:37 .gitignore [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 166 Oct 22 00:37 .sonarcloud.properties [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 00:37 CONTRIBUTING.md [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 1035 Oct 22 00:37 Dockerfile.build [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 863 Oct 22 00:37 Jenkinsfile [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 00:37 LICENSE [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 6237 Oct 22 00:37 Makefile [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 6447 Oct 22 00:37 README.md [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 259 Oct 22 00:37 SECURITY.md [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 5 Oct 22 00:32 VERSION [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 4131 Oct 22 00:37 ZMQWindows.md [2020-10-22T00:42:11.991Z] drwxrwxr-x 2 1001 1001 4096 Oct 22 00:37 bin [2020-10-22T00:42:11.991Z] drwxrwxr-x 15 1001 1001 4096 Oct 22 00:37 cmd [2020-10-22T00:42:11.991Z] -rw-r--r-- 1 root root 521763 Oct 22 00:41 coverage.out [2020-10-22T00:42:11.991Z] -rw-r--r-- 1 root root 1041 Oct 22 00:42 go.mod [2020-10-22T00:42:11.991Z] -rw-r--r-- 1 root root 18775 Oct 22 00:42 go.sum [2020-10-22T00:42:11.991Z] drwxrwxr-x 8 1001 1001 4096 Oct 22 00:37 internal [2020-10-22T00:42:11.991Z] drwxrwxr-x 4 1001 1001 4096 Oct 22 00:37 openapi [2020-10-22T00:42:11.991Z] drwxrwxr-x 4 1001 1001 4096 Oct 22 00:37 snap [2020-10-22T00:42:11.991Z] -rw-rw-r-- 1 1001 1001 168 Oct 22 00:37 version.go [Pipeline] sh [2020-10-22T00:42:12.664Z] + '[' -e coverage.out ] [2020-10-22T00:42:12.664Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-22T00:42:12.684Z] Warning: overwriting stash ‘coverage-report’ [2020-10-22T00:42:14.123Z] Stashed 1 file(s) [Pipeline] sh [2020-10-22T00:42:14.802Z] + make build [2020-10-22T00:42:14.803Z] 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 [2020-10-22T00:42:47.224Z] 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 [2020-10-22T00:42:59.689Z] 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 [2020-10-22T00:43:06.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:43:13.251Z] 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 [2020-10-22T00:43:21.573Z] 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 [2020-10-22T00:43:23.016Z] 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 [2020-10-22T00:43:29.765Z] 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 [2020-10-22T00:43:36.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:43:41.947Z] 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 [2020-10-22T00:43:47.377Z] 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 [2020-10-22T00:43:51.690Z] 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 [2020-10-22T00:43:55.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-22T00:43:58.500Z] $ docker stop --time=1 df56a0dcf03a5b43a61b4808e0a3ba3def1f430dc5421a48ed59eae37555f8fc [2020-10-22T00:44:01.118Z] $ docker rm -f df56a0dcf03a5b43a61b4808e0a3ba3def1f430dc5421a48ed59eae37555f8fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:44:03.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:44:03.002Z] [2020-10-22T00:44:03.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:44:03.696Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:44:03.969Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-22T00:44:03.969Z] 29e5d40040c1: Pulling fs layer [2020-10-22T00:44:03.969Z] 1ce36da41761: Pulling fs layer [2020-10-22T00:44:03.969Z] 25b303627fd3: Pulling fs layer [2020-10-22T00:44:04.242Z] 29e5d40040c1: Verifying Checksum [2020-10-22T00:44:04.242Z] 29e5d40040c1: Download complete [2020-10-22T00:44:04.844Z] 1ce36da41761: Verifying Checksum [2020-10-22T00:44:04.844Z] 1ce36da41761: Download complete [2020-10-22T00:44:05.117Z] 29e5d40040c1: Pull complete [2020-10-22T00:44:06.551Z] 1ce36da41761: Pull complete [2020-10-22T00:44:06.551Z] 25b303627fd3: Download complete [2020-10-22T00:44:16.705Z] 25b303627fd3: Pull complete [2020-10-22T00:44:16.705Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-22T00:44:16.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:44:16.705Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-22T00:44:16.972Z] prd-ubuntu18.04-docker-arm64-4c-16g-7644 does not seem to be running inside a container [2020-10-22T00:44:17.076Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-22T00:44:21.180Z] $ docker top b610b8498383578bbf51dac7563ebc6b0276091ca8f6c6b0b51366ab23b75bcd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:44:22.729Z] + docker-compose build --help [2020-10-22T00:44:22.729Z] + grep parallel [2020-10-22T00:44:29.569Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T00:44:30.208Z] $ docker stop --time=1 b610b8498383578bbf51dac7563ebc6b0276091ca8f6c6b0b51366ab23b75bcd [2020-10-22T00:44:32.367Z] $ docker rm -f b610b8498383578bbf51dac7563ebc6b0276091ca8f6c6b0b51366ab23b75bcd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:44:33.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:44:33.323Z] . [Pipeline] withDockerContainer [2020-10-22T00:44:33.957Z] prd-ubuntu18.04-docker-arm64-4c-16g-7644 does not seem to be running inside a container [2020-10-22T00:44:34.083Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-devops/edgex-compose-arm64:latest cat [2020-10-22T00:44:36.045Z] $ docker top 5216efd4011d0aa6161d9c8843ed7e0dea3771216aacf8de6d967c03e2a6f3ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:44:37.210Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T00:44:44.048Z] Building docker-core-command-go ... [2020-10-22T00:44:44.048Z] Building docker-core-data-go ... [2020-10-22T00:44:44.048Z] Building docker-core-metadata-go ... [2020-10-22T00:44:44.048Z] Building docker-security-proxy-setup-go ... [2020-10-22T00:44:44.048Z] Building docker-security-secrets-setup-go ... [2020-10-22T00:44:44.048Z] Building docker-security-secretstore-setup-go ... [2020-10-22T00:44:44.048Z] Building docker-support-logging-go ... [2020-10-22T00:44:44.048Z] Building docker-support-notifications-go ... [2020-10-22T00:44:44.048Z] Building docker-support-scheduler-go ... [2020-10-22T00:44:44.048Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T00:44:44.048Z] Building docker-sys-mgmt-agent-go [2020-10-22T00:44:44.048Z] Building docker-core-data-go [2020-10-22T00:44:44.048Z] Building docker-support-notifications-go [2020-10-22T00:44:44.048Z] Building docker-security-secrets-setup-go [2020-10-22T00:44:44.048Z] Building docker-support-scheduler-go [2020-10-22T00:46:06.068Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:46:06.068Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:46:06.068Z] ---> a82a2e74bfeb [2020-10-22T00:46:06.068Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T00:46:06.068Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:46:06.068Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:46:06.068Z] ---> a82a2e74bfeb [2020-10-22T00:46:06.068Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T00:46:06.068Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:46:06.068Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T00:46:06.068Z] ---> a82a2e74bfeb [2020-10-22T00:46:06.068Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T00:46:06.068Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:46:06.068Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:46:06.068Z] ---> a82a2e74bfeb [2020-10-22T00:46:06.068Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T00:46:06.068Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:46:06.068Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:46:06.068Z] ---> a82a2e74bfeb [2020-10-22T00:46:06.068Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T00:46:06.068Z] ---> Running in d88da5beb578 [2020-10-22T00:46:06.068Z] ---> Running in def8183d5dd0 [2020-10-22T00:46:06.068Z] ---> Running in 7d047c7048c9 [2020-10-22T00:46:06.068Z] ---> Running in 9008f441fece [2020-10-22T00:46:06.068Z] ---> Running in 4817377751a9 [2020-10-22T00:46:06.352Z] Removing intermediate container 7d047c7048c9 [2020-10-22T00:46:06.352Z] Removing intermediate container def8183d5dd0 [2020-10-22T00:46:06.352Z] Removing intermediate container 9008f441fece [2020-10-22T00:46:06.352Z] ---> 751edd44f896 [2020-10-22T00:46:06.352Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:46:06.352Z] ---> ba12205b066b [2020-10-22T00:46:06.352Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T00:46:06.352Z] ---> a9e6ac1236c7 [2020-10-22T00:46:06.352Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:46:06.352Z] Removing intermediate container d88da5beb578 [2020-10-22T00:46:06.352Z] ---> 62f64e5171fc [2020-10-22T00:46:06.352Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:46:06.352Z] Removing intermediate container 4817377751a9 [2020-10-22T00:46:06.352Z] ---> 6251c6eda8b7 [2020-10-22T00:46:06.352Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:46:06.352Z] ---> Running in ed97c348ebf5 [2020-10-22T00:46:06.352Z] ---> Running in 14b1c9388b08 [2020-10-22T00:46:06.352Z] ---> Running in 361544cb2e4a [2020-10-22T00:46:06.352Z] ---> Running in 04f1cffff4f4 [2020-10-22T00:46:06.630Z] ---> Running in 11f72c72cb6f [2020-10-22T00:46:10.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:11.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:11.335Z] Removing intermediate container ed97c348ebf5 [2020-10-22T00:46:11.335Z] ---> b266e0d18156 [2020-10-22T00:46:11.335Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T00:46:11.621Z] Removing intermediate container 11f72c72cb6f [2020-10-22T00:46:11.621Z] ---> 87a38491da6d [2020-10-22T00:46:11.621Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T00:46:11.621Z] ---> Running in 34ecd6a7c74b [2020-10-22T00:46:11.898Z] ---> Running in 31991c9b3b67 [2020-10-22T00:46:12.176Z] Removing intermediate container 361544cb2e4a [2020-10-22T00:46:12.177Z] ---> 22ecdcd4c115 [2020-10-22T00:46:12.177Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T00:46:12.177Z] Removing intermediate container 14b1c9388b08 [2020-10-22T00:46:12.177Z] ---> 4e860e8ffc43 [2020-10-22T00:46:12.177Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T00:46:12.458Z] ---> Running in ac027d0de476 [2020-10-22T00:46:12.458Z] ---> Running in 9560b6ab3a3b [2020-10-22T00:46:13.467Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:46:13.467Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:46:13.467Z] OK: 12623 distinct packages available [2020-10-22T00:46:14.932Z] OK: 217 MiB in 51 packages [2020-10-22T00:46:14.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:15.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:15.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:15.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:16.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:16.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:16.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:16.674Z] Removing intermediate container 04f1cffff4f4 [2020-10-22T00:46:16.674Z] ---> e56df69be85f [2020-10-22T00:46:16.674Z] Step 5/29 : COPY go.mod . [2020-10-22T00:46:16.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:46:17.681Z] ---> f50e9a68bac2 [2020-10-22T00:46:17.681Z] Step 6/29 : RUN go mod download [2020-10-22T00:46:17.962Z] ---> Running in a47e324b45c4 [2020-10-22T00:46:17.962Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:46:17.962Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:46:17.962Z] OK: 12623 distinct packages available [2020-10-22T00:46:17.962Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:46:17.962Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:46:17.962Z] OK: 12623 distinct packages available [2020-10-22T00:46:18.243Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:46:18.243Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:46:18.243Z] OK: 12623 distinct packages available [2020-10-22T00:46:18.852Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:46:18.852Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:46:18.852Z] OK: 12623 distinct packages available [2020-10-22T00:46:19.149Z] OK: 217 MiB in 51 packages [2020-10-22T00:46:19.435Z] OK: 217 MiB in 51 packages [2020-10-22T00:46:19.723Z] OK: 217 MiB in 51 packages [2020-10-22T00:46:20.011Z] OK: 217 MiB in 51 packages [2020-10-22T00:46:21.482Z] Removing intermediate container 31991c9b3b67 [2020-10-22T00:46:21.482Z] ---> 3380e801767c [2020-10-22T00:46:21.482Z] Step 6/23 : COPY go.mod . [2020-10-22T00:46:22.108Z] Removing intermediate container ac027d0de476 [2020-10-22T00:46:22.108Z] ---> b486359d5d25 [2020-10-22T00:46:22.108Z] Step 6/27 : COPY go.mod . [2020-10-22T00:46:22.108Z] Removing intermediate container 9560b6ab3a3b [2020-10-22T00:46:22.108Z] ---> ebc560d62a5e [2020-10-22T00:46:22.108Z] Step 6/21 : COPY go.mod . [2020-10-22T00:46:22.393Z] Removing intermediate container 34ecd6a7c74b [2020-10-22T00:46:22.393Z] ---> f083c7d26094 [2020-10-22T00:46:22.393Z] Step 6/24 : COPY go.mod . [2020-10-22T00:46:22.672Z] ---> 39862fe1a692 [2020-10-22T00:46:22.672Z] Step 7/23 : RUN go mod download [2020-10-22T00:46:22.946Z] Removing intermediate container a47e324b45c4 [2020-10-22T00:46:22.946Z] ---> 8b8191b15a90 [2020-10-22T00:46:22.946Z] Step 7/29 : COPY . . [2020-10-22T00:46:22.946Z] ---> Running in 40f05d147ff4 [2020-10-22T00:46:23.225Z] ---> ed3566ba5c17 [2020-10-22T00:46:23.225Z] Step 7/21 : RUN go mod download [2020-10-22T00:46:23.225Z] ---> c6d68d391a02 [2020-10-22T00:46:23.225Z] Step 7/27 : RUN go mod download [2020-10-22T00:46:23.502Z] ---> Running in 249018c77780 [2020-10-22T00:46:23.502Z] ---> Running in b7461b8a9bc3 [2020-10-22T00:46:23.783Z] ---> 5fd0688e3ae7 [2020-10-22T00:46:23.783Z] Step 7/24 : RUN go mod download [2020-10-22T00:46:24.066Z] ---> Running in ceb9b679ed75 [2020-10-22T00:46:31.103Z] Removing intermediate container 40f05d147ff4 [2020-10-22T00:46:31.103Z] ---> 6beae10f6b3d [2020-10-22T00:46:31.103Z] Step 8/23 : COPY . . [2020-10-22T00:46:31.103Z] Removing intermediate container ceb9b679ed75 [2020-10-22T00:46:31.103Z] ---> e2a278eca78a [2020-10-22T00:46:31.103Z] Step 8/24 : COPY . . [2020-10-22T00:46:31.103Z] Removing intermediate container 249018c77780 [2020-10-22T00:46:31.103Z] ---> 2f2e1f9108da [2020-10-22T00:46:31.103Z] Step 8/21 : COPY . . [2020-10-22T00:46:31.103Z] Removing intermediate container b7461b8a9bc3 [2020-10-22T00:46:31.103Z] ---> 664cdbfb277d [2020-10-22T00:46:31.103Z] Step 8/27 : COPY . . [2020-10-22T00:46:49.517Z] ---> d0352b538367 [2020-10-22T00:46:49.517Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T00:46:50.116Z] ---> Running in 895f717af287 [2020-10-22T00:46:50.731Z] ---> d58a6949a23f [2020-10-22T00:46:50.731Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T00:46:50.731Z] ---> 3b64a5057566 [2020-10-22T00:46:50.731Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T00:46:50.731Z] ---> c481de3750cf [2020-10-22T00:46:50.731Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T00:46:51.013Z] ---> 7ad592699074 [2020-10-22T00:46:51.013Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T00:46:51.013Z] ---> Running in 8d5770324060 [2020-10-22T00:46:51.289Z] ---> Running in fdc7b4a0833d [2020-10-22T00:46:51.289Z] ---> Running in 743f899fa04b [2020-10-22T00:46:51.289Z] ---> Running in b88b06f48134 [2020-10-22T00:46:52.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:46:54.194Z] 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 [2020-10-22T00:46:54.476Z] 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 [2020-10-22T00:46:54.476Z] 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 [2020-10-22T00:46:54.802Z] 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 [2020-10-22T00:48:31.782Z] Removing intermediate container 895f717af287 [2020-10-22T00:48:31.782Z] ---> 6ffdb8067c8e [2020-10-22T00:48:31.782Z] [2020-10-22T00:48:31.782Z] Step 9/29 : FROM alpine:latest [2020-10-22T00:48:31.782Z] latest: Pulling from library/alpine [2020-10-22T00:48:31.782Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-22T00:48:31.782Z] Status: Downloaded newer image for alpine:latest [2020-10-22T00:48:31.782Z] ---> 62ee0e9f8440 [2020-10-22T00:48:31.782Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-22T00:48:31.782Z] ---> Running in c582a40af9cd [2020-10-22T00:48:32.399Z] Removing intermediate container c582a40af9cd [2020-10-22T00:48:32.399Z] ---> 38d2239c986c [2020-10-22T00:48:32.399Z] Step 11/29 : USER root [2020-10-22T00:48:32.399Z] ---> Running in 8ce1aa9a9c55 [2020-10-22T00:48:33.404Z] Removing intermediate container 8ce1aa9a9c55 [2020-10-22T00:48:33.404Z] ---> 5b44fff0f9a0 [2020-10-22T00:48:33.404Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T00:48:33.404Z] ---> Running in 89b597a070d6 [2020-10-22T00:48:36.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:36.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:37.463Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:48:37.463Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:48:37.463Z] OK: 12621 distinct packages available [2020-10-22T00:48:38.456Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T00:48:38.735Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T00:48:38.735Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:48:38.735Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:48:39.340Z] OK: 6 MiB in 16 packages [2020-10-22T00:48:41.985Z] Removing intermediate container 89b597a070d6 [2020-10-22T00:48:41.985Z] ---> 83c9047761d6 [2020-10-22T00:48:41.985Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T00:48:42.268Z] ---> Running in 767d62099739 [2020-10-22T00:48:42.876Z] Removing intermediate container 767d62099739 [2020-10-22T00:48:42.876Z] ---> b24300b6b1dc [2020-10-22T00:48:42.876Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T00:48:43.153Z] ---> Running in 17ad24f262d3 [2020-10-22T00:48:44.180Z] Removing intermediate container 17ad24f262d3 [2020-10-22T00:48:44.180Z] ---> 6a242fa23472 [2020-10-22T00:48:44.180Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T00:48:44.463Z] ---> Running in 834fd4a6efa5 [2020-10-22T00:48:48.821Z] Removing intermediate container 8d5770324060 [2020-10-22T00:48:48.821Z] ---> 80347b01b396 [2020-10-22T00:48:48.821Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T00:48:49.437Z] ---> Running in 80427417bcfe [2020-10-22T00:48:50.040Z] Removing intermediate container 834fd4a6efa5 [2020-10-22T00:48:50.040Z] ---> 8bb308040ace [2020-10-22T00:48:50.040Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T00:48:52.130Z] ---> 6ec1d9b89140 [2020-10-22T00:48:52.130Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T00:48:52.408Z] 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 [2020-10-22T00:48:53.399Z] ---> 7aaef13d702d [2020-10-22T00:48:53.399Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T00:48:54.857Z] ---> 400e37089a0f [2020-10-22T00:48:54.857Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T00:48:55.846Z] ---> 8a3039f975a8 [2020-10-22T00:48:55.846Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T00:48:57.319Z] ---> 06f27d9fe6d0 [2020-10-22T00:48:57.319Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T00:48:57.930Z] ---> Running in 559414c0014d [2020-10-22T00:48:59.955Z] Removing intermediate container 80427417bcfe [2020-10-22T00:48:59.955Z] ---> 40f0ab786e1b [2020-10-22T00:48:59.955Z] [2020-10-22T00:48:59.955Z] Step 11/27 : FROM docker:latest [2020-10-22T00:48:59.955Z] ---> 79b81ba6d94d [2020-10-22T00:48:59.955Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T00:48:59.955Z] ---> Running in ef46f19d51f2 [2020-10-22T00:49:02.629Z] Removing intermediate container 559414c0014d [2020-10-22T00:49:02.629Z] ---> 8b5a6aec9a89 [2020-10-22T00:49:02.629Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:49:02.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:03.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:03.816Z] ---> 7c56009db53e [2020-10-22T00:49:03.816Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:49:04.100Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T00:49:04.100Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T00:49:04.100Z] ---> Running in ce91bf4da5d1 [2020-10-22T00:49:04.100Z] Executing bash-5.0.17-r0.post-install [2020-10-22T00:49:04.100Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:49:04.100Z] OK: 12 MiB in 22 packages [2020-10-22T00:49:06.761Z] Removing intermediate container ef46f19d51f2 [2020-10-22T00:49:06.761Z] ---> 6af1baf14e11 [2020-10-22T00:49:06.761Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T00:49:06.761Z] ---> Running in e3eef97809e4 [2020-10-22T00:49:08.773Z] Removing intermediate container ce91bf4da5d1 [2020-10-22T00:49:08.773Z] ---> 6dac97f30f32 [2020-10-22T00:49:08.773Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T00:49:09.380Z] ---> Running in 11875c7a2c0f [2020-10-22T00:49:12.049Z] Removing intermediate container e3eef97809e4 [2020-10-22T00:49:12.049Z] ---> daec2cb11c7a [2020-10-22T00:49:12.049Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T00:49:12.324Z] ---> Running in 57068878d263 [2020-10-22T00:49:14.351Z] Removing intermediate container 57068878d263 [2020-10-22T00:49:14.351Z] ---> a84134f04ce3 [2020-10-22T00:49:14.351Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T00:49:15.365Z] ---> Running in 93ed5d4f35f8 [2020-10-22T00:49:16.863Z] Removing intermediate container 93ed5d4f35f8 [2020-10-22T00:49:16.863Z] ---> 7243c0c10360 [2020-10-22T00:49:16.863Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T00:49:16.863Z] Removing intermediate container 11875c7a2c0f [2020-10-22T00:49:16.863Z] ---> 0c71db153dec [2020-10-22T00:49:16.863Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:49:17.494Z] ---> Running in 59bbbc5d7cfe [2020-10-22T00:49:17.494Z] ---> Running in 44c7f9f2196c [2020-10-22T00:49:18.106Z] Removing intermediate container fdc7b4a0833d [2020-10-22T00:49:18.106Z] ---> b88f89526dda [2020-10-22T00:49:18.106Z] [2020-10-22T00:49:18.106Z] Step 10/21 : FROM scratch [2020-10-22T00:49:18.106Z] ---> [2020-10-22T00:49:18.106Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:49:18.106Z] Removing intermediate container 743f899fa04b [2020-10-22T00:49:18.106Z] ---> 0af3d9c63121 [2020-10-22T00:49:18.106Z] [2020-10-22T00:49:18.106Z] Step 10/24 : FROM scratch [2020-10-22T00:49:18.106Z] ---> [2020-10-22T00:49:18.106Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:49:18.393Z] ---> Running in 5c56251d6da1 [2020-10-22T00:49:18.671Z] Removing intermediate container 44c7f9f2196c [2020-10-22T00:49:18.671Z] ---> 4cfac53b5ada [2020-10-22T00:49:18.671Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T00:49:18.671Z] ---> Running in e08d5d8b1117 [2020-10-22T00:49:18.671Z] Removing intermediate container 59bbbc5d7cfe [2020-10-22T00:49:18.671Z] ---> 0b0b90c9ef91 [2020-10-22T00:49:18.671Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T00:49:18.948Z] ---> Running in 45a7d7eb61b3 [2020-10-22T00:49:19.226Z] Removing intermediate container 5c56251d6da1 [2020-10-22T00:49:19.226Z] ---> 50dbaf570ad0 [2020-10-22T00:49:19.226Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T00:49:19.226Z] Removing intermediate container e08d5d8b1117 [2020-10-22T00:49:19.226Z] ---> 4c7670b3c13a [2020-10-22T00:49:19.226Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T00:49:19.505Z] ---> Running in 006023414b58 [2020-10-22T00:49:19.505Z] ---> Running in 8fd7d5183897 [2020-10-22T00:49:19.784Z] Removing intermediate container 45a7d7eb61b3 [2020-10-22T00:49:19.784Z] ---> c72a75baf1d3 [2020-10-22T00:49:19.784Z] Step 27/29 : LABEL arch=arm64 [2020-10-22T00:49:19.784Z] ---> Running in d8684073b07b [2020-10-22T00:49:20.073Z] Removing intermediate container 006023414b58 [2020-10-22T00:49:20.073Z] ---> 753d512304a5 [2020-10-22T00:49:20.073Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T00:49:20.350Z] ---> Running in 945b2d02cf91 [2020-10-22T00:49:20.350Z] Removing intermediate container 8fd7d5183897 [2020-10-22T00:49:20.350Z] ---> e781803873e7 [2020-10-22T00:49:20.350Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T00:49:20.634Z] ---> Running in 8ac4715fdc8b [2020-10-22T00:49:21.249Z] Removing intermediate container d8684073b07b [2020-10-22T00:49:21.249Z] ---> cb96ffcfa9e5 [2020-10-22T00:49:21.249Z] Step 28/29 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:49:21.249Z] ---> 6cd1f90bc583 [2020-10-22T00:49:21.249Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T00:49:21.249Z] ---> Running in d59291afc4eb [2020-10-22T00:49:21.249Z] Removing intermediate container 945b2d02cf91 [2020-10-22T00:49:21.249Z] ---> 88effd241792 [2020-10-22T00:49:21.249Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T00:49:21.527Z] Removing intermediate container 8ac4715fdc8b [2020-10-22T00:49:21.527Z] ---> 97dbfa5e25f5 [2020-10-22T00:49:21.527Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T00:49:22.143Z] Removing intermediate container d59291afc4eb [2020-10-22T00:49:22.143Z] ---> e21d814fc68a [2020-10-22T00:49:22.143Z] Step 29/29 : LABEL version=0.0.0 [2020-10-22T00:49:22.421Z] ---> 7bf96236aecf [2020-10-22T00:49:22.421Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T00:49:22.421Z] ---> Running in cd287e15bfaf [2020-10-22T00:49:22.703Z] ---> 0c5618400d34 [2020-10-22T00:49:22.703Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T00:49:23.413Z] ---> 1191fce577ef [2020-10-22T00:49:23.413Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T00:49:23.413Z] Removing intermediate container cd287e15bfaf [2020-10-22T00:49:23.413Z] ---> e4214bafb7d3 [2020-10-22T00:49:23.413Z] [2020-10-22T00:49:24.433Z] ---> 4049c64b9db5 [2020-10-22T00:49:24.433Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T00:49:24.433Z] Successfully built e4214bafb7d3 [2020-10-22T00:49:24.433Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-22T00:49:24.433Z]  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go [2020-10-22T00:49:24.716Z] ---> Running in 7dfbbe8d1e8f [2020-10-22T00:49:25.003Z] ---> a6e3186c7adf [2020-10-22T00:49:25.003Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T00:49:25.299Z] ---> 9b80c445c8dc [2020-10-22T00:49:25.299Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T00:49:27.307Z] ---> edca3e68186b [2020-10-22T00:49:27.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:27.307Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T00:49:27.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:27.942Z] ---> 51d4e9e71148 [2020-10-22T00:49:27.942Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T00:49:28.216Z] ---> Running in c64c27a80347 [2020-10-22T00:49:28.216Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T00:49:28.216Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T00:49:28.216Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T00:49:28.216Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T00:49:28.216Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T00:49:28.216Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T00:49:28.492Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T00:49:29.500Z] Removing intermediate container c64c27a80347 [2020-10-22T00:49:29.500Z] ---> 5952b2adae56 [2020-10-22T00:49:29.500Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:49:29.807Z] ---> 4043a938a5b0 [2020-10-22T00:49:29.807Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T00:49:30.110Z] ---> Running in e0076e668dac [2020-10-22T00:49:31.094Z] Removing intermediate container e0076e668dac [2020-10-22T00:49:31.095Z] ---> 3712a662d80b [2020-10-22T00:49:31.095Z] Step 19/21 : LABEL arch=arm64 [2020-10-22T00:49:31.377Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T00:49:31.377Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T00:49:31.377Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T00:49:31.377Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T00:49:31.377Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T00:49:31.377Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T00:49:31.653Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T00:49:31.653Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T00:49:31.653Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T00:49:31.653Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T00:49:31.927Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T00:49:31.927Z] ---> Running in 1d3c76b7e019 [2020-10-22T00:49:31.927Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T00:49:31.927Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T00:49:31.927Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T00:49:31.927Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T00:49:31.927Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T00:49:31.927Z] ---> fa1acbfbfff5 [2020-10-22T00:49:31.927Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T00:49:31.927Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T00:49:32.206Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T00:49:32.206Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T00:49:32.206Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T00:49:32.206Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T00:49:32.206Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T00:49:32.206Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T00:49:32.206Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T00:49:32.206Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T00:49:32.489Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T00:49:32.489Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:49:32.867Z] OK: 71 MiB in 55 packages [2020-10-22T00:49:32.867Z] Removing intermediate container 1d3c76b7e019 [2020-10-22T00:49:32.867Z] ---> 25548d600bed [2020-10-22T00:49:32.867Z] Step 20/21 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:49:33.208Z] ---> Running in 40ad6a178727 [2020-10-22T00:49:33.502Z] ---> 559781575d7e [2020-10-22T00:49:33.502Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T00:49:33.843Z] ---> Running in 7354b86f8ba0 [2020-10-22T00:49:34.130Z] Removing intermediate container 40ad6a178727 [2020-10-22T00:49:34.130Z] ---> 583e8d093e55 [2020-10-22T00:49:34.130Z] Step 21/21 : LABEL version=0.0.0 [2020-10-22T00:49:34.416Z] ---> Running in 5b2afcbc4704 [2020-10-22T00:49:35.075Z] Removing intermediate container 7354b86f8ba0 [2020-10-22T00:49:35.075Z] ---> 6c593a41f602 [2020-10-22T00:49:35.075Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:49:35.381Z] ---> Running in ae434d25a6d8 [2020-10-22T00:49:35.659Z] Removing intermediate container 5b2afcbc4704 [2020-10-22T00:49:35.659Z] ---> 23fda9fc7950 [2020-10-22T00:49:35.659Z] [2020-10-22T00:49:36.656Z] Successfully built 23fda9fc7950 [2020-10-22T00:49:36.656Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-22T00:49:36.656Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-10-22T00:49:36.656Z] Removing intermediate container ae434d25a6d8 [2020-10-22T00:49:36.656Z] ---> d7f099cc0e63 [2020-10-22T00:49:36.656Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T00:49:37.280Z] ---> Running in 541cd0ae8a8f [2020-10-22T00:49:38.287Z] Removing intermediate container 541cd0ae8a8f [2020-10-22T00:49:38.287Z] ---> e492730126b2 [2020-10-22T00:49:38.287Z] Step 23/24 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:49:38.567Z] ---> Running in 01abb352c2a8 [2020-10-22T00:49:40.492Z] Removing intermediate container 01abb352c2a8 [2020-10-22T00:49:40.492Z] ---> d27b8964940c [2020-10-22T00:49:40.492Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T00:49:40.492Z] ---> Running in 6a1d905a080a [2020-10-22T00:49:41.947Z] Removing intermediate container 6a1d905a080a [2020-10-22T00:49:41.947Z] ---> 68251c4857f6 [2020-10-22T00:49:41.947Z] [2020-10-22T00:49:42.952Z] Successfully built 68251c4857f6 [2020-10-22T00:49:42.952Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-22T00:49:42.952Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-10-22T00:49:43.956Z] Removing intermediate container 7dfbbe8d1e8f [2020-10-22T00:49:43.956Z] ---> 95b568745549 [2020-10-22T00:49:43.956Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T00:49:44.255Z] Removing intermediate container b88b06f48134 [2020-10-22T00:49:44.255Z] ---> 5418f0d542de [2020-10-22T00:49:44.255Z] [2020-10-22T00:49:44.255Z] Step 10/23 : FROM alpine [2020-10-22T00:49:44.255Z] ---> 62ee0e9f8440 [2020-10-22T00:49:44.255Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:49:44.255Z] ---> Running in 3c897c347ec9 [2020-10-22T00:49:44.545Z] ---> Running in 555060b033a0 [2020-10-22T00:49:45.191Z] Removing intermediate container 555060b033a0 [2020-10-22T00:49:45.191Z] ---> d5015e91f0f9 [2020-10-22T00:49:45.191Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T00:49:45.478Z] ---> Running in 9ba55d2c079e [2020-10-22T00:49:46.496Z] Removing intermediate container 9ba55d2c079e [2020-10-22T00:49:46.497Z] ---> 47931c779b5e [2020-10-22T00:49:46.497Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T00:49:46.792Z] ---> Running in eccba7f7e451 [2020-10-22T00:49:47.858Z] Removing intermediate container eccba7f7e451 [2020-10-22T00:49:47.858Z] ---> 38bbe1b21c96 [2020-10-22T00:49:47.858Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:49:48.479Z] ---> Running in 45565e3e11df [2020-10-22T00:49:53.967Z] Removing intermediate container 45565e3e11df [2020-10-22T00:49:53.967Z] ---> ab5da25dc474 [2020-10-22T00:49:53.967Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T00:49:53.967Z] ---> Running in 6e66f1a63fad [2020-10-22T00:49:53.967Z] Collecting docker-compose==1.23.2 [2020-10-22T00:49:53.967Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T00:49:55.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:56.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:56.634Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:49:56.634Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:49:56.634Z] ---> a82a2e74bfeb [2020-10-22T00:49:56.634Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T00:49:56.634Z] ---> Using cache [2020-10-22T00:49:56.634Z] ---> 62f64e5171fc [2020-10-22T00:49:56.634Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:49:56.634Z] ---> Using cache [2020-10-22T00:49:56.634Z] ---> 22ecdcd4c115 [2020-10-22T00:49:56.634Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T00:49:56.921Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T00:49:56.921Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T00:49:57.218Z] ---> Running in 7b4099a04676 [2020-10-22T00:49:57.843Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T00:49:58.129Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T00:49:58.129Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T00:49:58.411Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T00:49:58.411Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T00:49:58.411Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T00:49:58.693Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T00:49:58.693Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:49:58.693Z] OK: 8 MiB in 19 packages [2020-10-22T00:50:00.192Z] Collecting PyYAML<4,>=3.10 [2020-10-22T00:50:00.192Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T00:50:00.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:01.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:01.982Z] Removing intermediate container 6e66f1a63fad [2020-10-22T00:50:01.982Z] ---> 34b23707a37f [2020-10-22T00:50:01.982Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T00:50:03.466Z] ---> 9351ba0af3db [2020-10-22T00:50:03.466Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T00:50:04.483Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:50:04.483Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:50:04.483Z] OK: 12623 distinct packages available [2020-10-22T00:50:05.970Z] OK: 217 MiB in 51 packages [2020-10-22T00:50:06.257Z] ---> 9897ac7f45a5 [2020-10-22T00:50:06.257Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T00:50:07.746Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T00:50:07.746Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T00:50:08.380Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T00:50:08.380Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T00:50:08.380Z] Removing intermediate container 7b4099a04676 [2020-10-22T00:50:08.380Z] ---> 1dab2602008b [2020-10-22T00:50:08.380Z] Step 6/26 : COPY go.mod . [2020-10-22T00:50:08.380Z] ---> 3f297fe04910 [2020-10-22T00:50:08.380Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T00:50:08.991Z] ---> Running in 214a63643d26 [2020-10-22T00:50:09.293Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T00:50:09.293Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T00:50:09.918Z] Removing intermediate container 214a63643d26 [2020-10-22T00:50:09.918Z] ---> 721c30496453 [2020-10-22T00:50:09.918Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:50:10.204Z] ---> 8511b2f00e69 [2020-10-22T00:50:10.204Z] Step 7/26 : RUN go mod download [2020-10-22T00:50:10.204Z] ---> Running in 5970b598b58e [2020-10-22T00:50:10.495Z] ---> Running in c4767252f664 [2020-10-22T00:50:11.510Z] Removing intermediate container 5970b598b58e [2020-10-22T00:50:11.510Z] ---> 29a0282e2a0b [2020-10-22T00:50:11.510Z] Step 21/23 : LABEL arch=arm64 [2020-10-22T00:50:11.798Z] ---> Running in f4f2318632e3 [2020-10-22T00:50:12.828Z] Removing intermediate container f4f2318632e3 [2020-10-22T00:50:12.828Z] ---> 434342a621ed [2020-10-22T00:50:12.828Z] Step 22/23 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:50:13.463Z] ---> Running in 4b51522418f3 [2020-10-22T00:50:13.752Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T00:50:13.752Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T00:50:14.766Z] Removing intermediate container 4b51522418f3 [2020-10-22T00:50:14.766Z] ---> 4799cbc30416 [2020-10-22T00:50:14.766Z] Step 23/23 : LABEL version=0.0.0 [2020-10-22T00:50:15.045Z] ---> Running in 5cb1b1d5eade [2020-10-22T00:50:16.099Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:50:16.099Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:50:16.099Z] ---> a82a2e74bfeb [2020-10-22T00:50:16.099Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T00:50:16.099Z] ---> Using cache [2020-10-22T00:50:16.099Z] ---> 62f64e5171fc [2020-10-22T00:50:16.099Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:50:16.099Z] ---> Using cache [2020-10-22T00:50:16.099Z] ---> 22ecdcd4c115 [2020-10-22T00:50:16.099Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T00:50:16.099Z] ---> Using cache [2020-10-22T00:50:16.099Z] ---> 1dab2602008b [2020-10-22T00:50:16.099Z] Step 6/20 : COPY go.mod . [2020-10-22T00:50:16.099Z] ---> Using cache [2020-10-22T00:50:16.099Z] ---> 8511b2f00e69 [2020-10-22T00:50:16.099Z] Step 7/20 : RUN go mod download [2020-10-22T00:50:16.381Z] ---> Running in af35c4508aad [2020-10-22T00:50:16.680Z] Removing intermediate container 5cb1b1d5eade [2020-10-22T00:50:16.680Z] ---> 2c6b2adc0401 [2020-10-22T00:50:16.680Z] [2020-10-22T00:50:16.965Z] Removing intermediate container c4767252f664 [2020-10-22T00:50:16.965Z] ---> a7847666c6ca [2020-10-22T00:50:16.965Z] Step 8/26 : COPY . . [2020-10-22T00:50:17.582Z] Successfully built 2c6b2adc0401 [2020-10-22T00:50:17.582Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-22T00:50:17.582Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-10-22T00:50:17.866Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-22T00:50:18.149Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T00:50:18.149Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T00:50:23.634Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:50:23.634Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:50:23.634Z] ---> a82a2e74bfeb [2020-10-22T00:50:23.634Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:50:23.634Z] ---> Using cache [2020-10-22T00:50:23.634Z] ---> 62f64e5171fc [2020-10-22T00:50:23.634Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:50:23.634Z] ---> Using cache [2020-10-22T00:50:23.634Z] ---> 22ecdcd4c115 [2020-10-22T00:50:23.634Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T00:50:23.634Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T00:50:23.634Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T00:50:25.132Z] 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) [2020-10-22T00:50:26.181Z] ---> Running in 6ba3a19f2860 [2020-10-22T00:50:26.464Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T00:50:26.464Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T00:50:26.749Z] Removing intermediate container af35c4508aad [2020-10-22T00:50:26.749Z] ---> 55a653bb20dc [2020-10-22T00:50:26.749Z] Step 8/20 : COPY . . [2020-10-22T00:50:27.362Z] Collecting idna<2.8,>=2.5 [2020-10-22T00:50:27.362Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T00:50:27.641Z] 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) [2020-10-22T00:50:27.923Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T00:50:27.923Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T00:50:28.204Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T00:50:28.205Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T00:50:28.205Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T00:50:28.205Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T00:50:29.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:29.852Z] Installing collected packages: urllib3, idna, requests, jsonschema, PyYAML, websocket-client, cached-property, dockerpty, docopt, texttable, docker-pycreds, docker, docker-compose [2020-10-22T00:50:29.852Z] Attempting uninstall: urllib3 [2020-10-22T00:50:29.852Z] Found existing installation: urllib3 1.25.9 [2020-10-22T00:50:29.852Z] Uninstalling urllib3-1.25.9: [2020-10-22T00:50:30.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:30.154Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T00:50:31.168Z] Attempting uninstall: idna [2020-10-22T00:50:31.168Z] Found existing installation: idna 2.9 [2020-10-22T00:50:31.168Z] Uninstalling idna-2.9: [2020-10-22T00:50:31.455Z] Successfully uninstalled idna-2.9 [2020-10-22T00:50:31.736Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:50:31.736Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:50:31.736Z] OK: 12623 distinct packages available [2020-10-22T00:50:32.760Z] Attempting uninstall: requests [2020-10-22T00:50:32.760Z] Found existing installation: requests 2.23.0 [2020-10-22T00:50:32.760Z] Uninstalling requests-2.23.0: [2020-10-22T00:50:32.760Z] Successfully uninstalled requests-2.23.0 [2020-10-22T00:50:33.049Z] OK: 217 MiB in 51 packages [2020-10-22T00:50:34.228Z] Running setup.py install for PyYAML: started [2020-10-22T00:50:34.509Z] OK: 217 MiB in 51 packages [2020-10-22T00:50:39.079Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T00:50:40.097Z] Running setup.py install for dockerpty: started [2020-10-22T00:50:41.586Z] Removing intermediate container 6ba3a19f2860 [2020-10-22T00:50:41.586Z] ---> 660022b3cb76 [2020-10-22T00:50:41.586Z] Step 6/22 : COPY go.mod . [2020-10-22T00:50:43.057Z] ---> 09440b2e0571 [2020-10-22T00:50:43.057Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-22T00:50:43.696Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T00:50:43.696Z] Running setup.py install for docopt: started [2020-10-22T00:50:43.696Z] ---> 69ba3673901d [2020-10-22T00:50:43.696Z] Step 7/22 : RUN go mod download [2020-10-22T00:50:44.310Z] ---> Running in 04c7f255afa2 [2020-10-22T00:50:44.595Z] ---> Running in 85f645dc207a [2020-10-22T00:50:46.075Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:50:46.075Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:50:46.075Z] ---> a82a2e74bfeb [2020-10-22T00:50:46.075Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:50:46.075Z] ---> Using cache [2020-10-22T00:50:46.075Z] ---> 62f64e5171fc [2020-10-22T00:50:46.075Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:50:46.075Z] ---> Using cache [2020-10-22T00:50:46.075Z] ---> 22ecdcd4c115 [2020-10-22T00:50:46.075Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:50:46.075Z] ---> Using cache [2020-10-22T00:50:46.075Z] ---> 1dab2602008b [2020-10-22T00:50:46.075Z] Step 6/22 : COPY go.mod . [2020-10-22T00:50:46.075Z] ---> Using cache [2020-10-22T00:50:46.075Z] ---> 8511b2f00e69 [2020-10-22T00:50:46.075Z] Step 7/22 : RUN go mod download [2020-10-22T00:50:46.075Z] ---> Using cache [2020-10-22T00:50:46.075Z] ---> 55a653bb20dc [2020-10-22T00:50:46.075Z] Step 8/22 : COPY . . [2020-10-22T00:50:47.569Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T00:50:47.569Z] Running setup.py install for texttable: started [2020-10-22T00:50:48.177Z] 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 [2020-10-22T00:50:52.578Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T00:50:55.264Z] Removing intermediate container 85f645dc207a [2020-10-22T00:50:55.264Z] ---> af23d8864ab7 [2020-10-22T00:50:55.264Z] Step 8/22 : COPY . . [2020-10-22T00:50:56.757Z] 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.57.0 [2020-10-22T00:50:57.387Z] ---> 0c553f0d2f95 [2020-10-22T00:50:57.387Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T00:50:58.921Z] ---> Running in 70d64cf160e4 [2020-10-22T00:51:03.345Z] 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 [2020-10-22T00:51:08.884Z] Removing intermediate container 3c897c347ec9 [2020-10-22T00:51:08.884Z] ---> fbd7e3e1072f [2020-10-22T00:51:08.884Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T00:51:09.176Z] ---> Running in de965cc83d25 [2020-10-22T00:51:13.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:51:13.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:51:14.640Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:51:14.640Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T00:51:14.640Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T00:51:14.640Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:51:14.640Z] OK: 71 MiB in 58 packages [2020-10-22T00:51:19.133Z] Removing intermediate container de965cc83d25 [2020-10-22T00:51:19.133Z] ---> f17d9e9844b1 [2020-10-22T00:51:19.133Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T00:51:19.755Z] ---> Running in 493282c7f844 [2020-10-22T00:51:21.255Z] Removing intermediate container 493282c7f844 [2020-10-22T00:51:21.255Z] ---> c16513838a9d [2020-10-22T00:51:21.255Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:51:21.255Z] ---> 3f03d8f32b00 [2020-10-22T00:51:21.255Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T00:51:21.939Z] ---> Running in 943db0bc1f38 [2020-10-22T00:51:21.939Z] ---> Running in 2f9ce9299f07 [2020-10-22T00:51:23.980Z] Removing intermediate container 943db0bc1f38 [2020-10-22T00:51:23.980Z] ---> 445e98506815 [2020-10-22T00:51:23.980Z] Step 25/27 : LABEL arch=arm64 [2020-10-22T00:51:24.599Z] ---> Running in dcecc41fc218 [2020-10-22T00:51:25.672Z] 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 [2020-10-22T00:51:25.965Z] Removing intermediate container dcecc41fc218 [2020-10-22T00:51:25.965Z] ---> 471d3b6298bd [2020-10-22T00:51:25.965Z] Step 26/27 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:51:26.617Z] ---> Running in f06f0ad48d5e [2020-10-22T00:51:28.114Z] Removing intermediate container f06f0ad48d5e [2020-10-22T00:51:28.114Z] ---> 3f72157a7f55 [2020-10-22T00:51:28.114Z] Step 27/27 : LABEL version=0.0.0 [2020-10-22T00:51:28.404Z] ---> Running in dfb83ac5eea0 [2020-10-22T00:51:29.416Z] Removing intermediate container dfb83ac5eea0 [2020-10-22T00:51:29.416Z] ---> 59bb74b74f8d [2020-10-22T00:51:29.416Z] [2020-10-22T00:51:30.028Z] Successfully built 59bb74b74f8d [2020-10-22T00:51:30.028Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-22T00:51:30.028Z] Building docker-core-metadata-go [2020-10-22T00:51:30.313Z]  Building docker-sys-mgmt-agent-go ... done  ---> 89a93a2887be [2020-10-22T00:51:30.313Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T00:51:30.614Z] ---> Running in a13e84c29b99 [2020-10-22T00:51:34.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:51:52.425Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:51:52.425Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:51:52.425Z] ---> a82a2e74bfeb [2020-10-22T00:51:52.425Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:51:52.425Z] ---> Using cache [2020-10-22T00:51:52.425Z] ---> 62f64e5171fc [2020-10-22T00:51:52.425Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:51:52.425Z] ---> Using cache [2020-10-22T00:51:52.425Z] ---> 22ecdcd4c115 [2020-10-22T00:51:52.425Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:51:52.425Z] ---> Using cache [2020-10-22T00:51:52.425Z] ---> 1dab2602008b [2020-10-22T00:51:52.425Z] Step 6/22 : COPY go.mod . [2020-10-22T00:51:52.425Z] ---> Using cache [2020-10-22T00:51:52.425Z] ---> 8511b2f00e69 [2020-10-22T00:51:52.425Z] Step 7/22 : RUN go mod download [2020-10-22T00:51:52.425Z] ---> Using cache [2020-10-22T00:51:52.425Z] ---> 55a653bb20dc [2020-10-22T00:51:52.425Z] Step 8/22 : COPY . . [2020-10-22T00:51:52.425Z] ---> Using cache [2020-10-22T00:51:52.425Z] ---> 3f03d8f32b00 [2020-10-22T00:51:52.425Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T00:51:52.702Z] ---> Running in b53d5e11d341 [2020-10-22T00:51:56.120Z] 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 [2020-10-22T00:52:14.867Z] 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 [2020-10-22T00:52:30.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T00:52:48.416Z] Removing intermediate container 04c7f255afa2 [2020-10-22T00:52:48.416Z] ---> 629ff2dd34dd [2020-10-22T00:52:48.416Z] [2020-10-22T00:52:48.416Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T00:52:48.416Z] Removing intermediate container 70d64cf160e4 [2020-10-22T00:52:48.416Z] ---> 0d983b55f6ab [2020-10-22T00:52:48.416Z] [2020-10-22T00:52:48.416Z] Step 10/20 : FROM alpine [2020-10-22T00:52:48.416Z] ---> 62ee0e9f8440 [2020-10-22T00:52:48.416Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T00:52:48.416Z] 3.10: Pulling from library/alpine [2020-10-22T00:52:48.416Z] ---> Running in a2e2b249bf4e [2020-10-22T00:52:48.416Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T00:52:48.416Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T00:52:48.416Z] ---> 536a684cf733 [2020-10-22T00:52:48.416Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T00:52:48.708Z] ---> Running in d8dc208d91af [2020-10-22T00:52:50.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:52:50.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:52:51.432Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:52:51.432Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:52:51.432Z] OK: 12621 distinct packages available [2020-10-22T00:52:51.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:52:52.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:52:52.325Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T00:52:52.604Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:52:52.604Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T00:52:52.604Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T00:52:52.604Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:52:52.604Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:52:52.886Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T00:52:52.886Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T00:52:52.886Z] OK: 10167 distinct packages available [2020-10-22T00:52:52.886Z] OK: 7 MiB in 18 packages [2020-10-22T00:52:53.882Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T00:52:53.882Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T00:52:54.166Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T00:52:54.166Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T00:52:54.166Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T00:52:54.166Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T00:52:54.166Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T00:52:54.450Z] OK: 7 MiB in 19 packages [2020-10-22T00:52:56.451Z] Removing intermediate container a2e2b249bf4e [2020-10-22T00:52:56.451Z] ---> d90d6eb745ab [2020-10-22T00:52:56.451Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:52:56.451Z] ---> Running in 975118fa7307 [2020-10-22T00:52:57.448Z] Removing intermediate container 975118fa7307 [2020-10-22T00:52:57.448Z] ---> 980abfeb868c [2020-10-22T00:52:57.448Z] Step 13/20 : WORKDIR /edgex [2020-10-22T00:52:57.742Z] Removing intermediate container d8dc208d91af [2020-10-22T00:52:57.742Z] ---> b2e6f54bd89d [2020-10-22T00:52:57.742Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:52:57.742Z] ---> Running in 29a41ec92822 [2020-10-22T00:52:58.028Z] ---> Running in ff898ea7b9d1 [2020-10-22T00:52:58.632Z] Removing intermediate container 29a41ec92822 [2020-10-22T00:52:58.632Z] ---> ad2f3cc947fd [2020-10-22T00:52:58.632Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T00:52:58.914Z] Removing intermediate container ff898ea7b9d1 [2020-10-22T00:52:58.914Z] ---> f8d2c5037f7d [2020-10-22T00:52:58.914Z] Step 13/26 : WORKDIR / [2020-10-22T00:52:59.199Z] ---> Running in 825a45d12562 [2020-10-22T00:53:00.207Z] ---> 3d2a4afa10ba [2020-10-22T00:53:00.207Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T00:53:00.207Z] Removing intermediate container 825a45d12562 [2020-10-22T00:53:00.207Z] ---> 2c454feb079f [2020-10-22T00:53:00.207Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-22T00:53:01.709Z] ---> 2654bde06e34 [2020-10-22T00:53:01.709Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-22T00:53:02.005Z] ---> a8574556bc71 [2020-10-22T00:53:02.005Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T00:53:02.293Z] ---> Running in b892740d5977 [2020-10-22T00:53:03.299Z] ---> 9f9618f246d4 [2020-10-22T00:53:03.299Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T00:53:03.299Z] Removing intermediate container b892740d5977 [2020-10-22T00:53:03.299Z] ---> 75a523a9598b [2020-10-22T00:53:03.299Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T00:53:03.580Z] ---> Running in 29278fb361a4 [2020-10-22T00:53:04.592Z] Removing intermediate container 29278fb361a4 [2020-10-22T00:53:04.592Z] ---> a4531cc07b70 [2020-10-22T00:53:04.592Z] Step 18/20 : LABEL arch=arm64 [2020-10-22T00:53:04.592Z] ---> Running in 2f077c701fec [2020-10-22T00:53:04.592Z] ---> df5b87ceb86c [2020-10-22T00:53:04.592Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T00:53:05.589Z] Removing intermediate container 2f077c701fec [2020-10-22T00:53:05.589Z] ---> ce2089beea46 [2020-10-22T00:53:05.589Z] Step 19/20 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:53:05.871Z] ---> Running in fb9dbccaaab7 [2020-10-22T00:53:06.154Z] ---> 9a570cd04998 [2020-10-22T00:53:06.154Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T00:53:07.152Z] Removing intermediate container fb9dbccaaab7 [2020-10-22T00:53:07.152Z] ---> ff95536eea45 [2020-10-22T00:53:07.152Z] Step 20/20 : LABEL version=0.0.0 [2020-10-22T00:53:07.427Z] ---> Running in 4eda53b82c74 [2020-10-22T00:53:08.426Z] Removing intermediate container 4eda53b82c74 [2020-10-22T00:53:08.426Z] ---> 45948e150bc4 [2020-10-22T00:53:08.426Z] [2020-10-22T00:53:08.426Z] ---> 2c05c22811d1 [2020-10-22T00:53:08.426Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T00:53:09.026Z] Successfully built 45948e150bc4 [2020-10-22T00:53:09.026Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-22T00:53:10.488Z]  Building docker-security-proxy-setup-go ... done  ---> ec23ca9e4681 [2020-10-22T00:53:10.488Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T00:53:11.981Z] ---> bc0f860bcdf2 [2020-10-22T00:53:11.981Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:53:13.436Z] ---> c67e1d4e8703 [2020-10-22T00:53:13.436Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:53:13.436Z] ---> Running in fb3869b3bd80 [2020-10-22T00:53:17.834Z] Removing intermediate container fb3869b3bd80 [2020-10-22T00:53:17.834Z] ---> 51170e034186 [2020-10-22T00:53:17.834Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:53:17.834Z] ---> Running in 87f70c84d243 [2020-10-22T00:53:18.844Z] Removing intermediate container 87f70c84d243 [2020-10-22T00:53:18.844Z] ---> 9ac2860b65e6 [2020-10-22T00:53:18.844Z] Step 24/26 : LABEL arch=arm64 [2020-10-22T00:53:18.844Z] ---> Running in 8051e4c1aea6 [2020-10-22T00:53:19.954Z] Removing intermediate container 8051e4c1aea6 [2020-10-22T00:53:19.954Z] ---> e602d72da329 [2020-10-22T00:53:19.954Z] Step 25/26 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:53:19.954Z] ---> Running in 303dbace8b6d [2020-10-22T00:53:20.633Z] Removing intermediate container 303dbace8b6d [2020-10-22T00:53:20.633Z] ---> 73de5f97d807 [2020-10-22T00:53:20.633Z] Step 26/26 : LABEL version=0.0.0 [2020-10-22T00:53:20.950Z] ---> Running in 6c37f9321ffe [2020-10-22T00:53:21.604Z] Removing intermediate container 6c37f9321ffe [2020-10-22T00:53:21.604Z] ---> 2bb4e5be2f87 [2020-10-22T00:53:21.604Z] [2020-10-22T00:53:22.233Z] Successfully built 2bb4e5be2f87 [2020-10-22T00:53:22.233Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-22T00:53:34.871Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a13e84c29b99 [2020-10-22T00:53:34.871Z] ---> d359f42a9b13 [2020-10-22T00:53:34.871Z] [2020-10-22T00:53:34.871Z] Step 10/22 : FROM scratch [2020-10-22T00:53:34.871Z] ---> [2020-10-22T00:53:34.871Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:53:34.871Z] ---> Using cache [2020-10-22T00:53:34.871Z] ---> 4c7670b3c13a [2020-10-22T00:53:34.871Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T00:53:34.872Z] ---> Running in dc716b997a42 [2020-10-22T00:53:34.872Z] Removing intermediate container dc716b997a42 [2020-10-22T00:53:34.872Z] ---> f9a53bf1ad73 [2020-10-22T00:53:34.872Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:53:35.200Z] ---> Running in 61a5fbf2ed9c [2020-10-22T00:53:35.830Z] Removing intermediate container 61a5fbf2ed9c [2020-10-22T00:53:35.830Z] ---> 41e4596aa713 [2020-10-22T00:53:35.830Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T00:53:37.284Z] ---> a66afe10397b [2020-10-22T00:53:37.284Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T00:53:39.274Z] ---> 315ba1b40c3e [2020-10-22T00:53:39.274Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T00:53:42.991Z] ---> 9ad709681fbd [2020-10-22T00:53:42.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T00:53:42.991Z] Removing intermediate container 2f9ce9299f07 [2020-10-22T00:53:42.991Z] ---> c66f3e916c8d [2020-10-22T00:53:42.991Z] [2020-10-22T00:53:42.991Z] Step 10/22 : FROM scratch [2020-10-22T00:53:42.991Z] ---> [2020-10-22T00:53:42.991Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:53:42.991Z] ---> Using cache [2020-10-22T00:53:42.991Z] ---> 50dbaf570ad0 [2020-10-22T00:53:42.991Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T00:53:43.517Z] ---> Running in 0317c0b01646 [2020-10-22T00:53:44.629Z] ---> c5e209aef14e [2020-10-22T00:53:44.629Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T00:53:44.629Z] Removing intermediate container 0317c0b01646 [2020-10-22T00:53:44.629Z] ---> f5492c2b0806 [2020-10-22T00:53:44.629Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:53:44.629Z] ---> Running in 9d2ecf8240e9 [2020-10-22T00:53:44.629Z] ---> Running in f16cc93a7461 [2020-10-22T00:53:45.724Z] Removing intermediate container f16cc93a7461 [2020-10-22T00:53:45.724Z] ---> 811ab392958d [2020-10-22T00:53:45.724Z] Step 14/22 : WORKDIR / [2020-10-22T00:53:45.724Z] ---> Running in 81c9a2769b99 [2020-10-22T00:53:45.724Z] Removing intermediate container 9d2ecf8240e9 [2020-10-22T00:53:45.724Z] ---> 0e78f91b2c5f [2020-10-22T00:53:45.724Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:53:45.724Z] ---> Running in 6dd1cec793b0 [2020-10-22T00:53:46.530Z] Removing intermediate container 81c9a2769b99 [2020-10-22T00:53:46.530Z] ---> 4f30b8b7a149 [2020-10-22T00:53:46.530Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T00:53:47.332Z] Removing intermediate container 6dd1cec793b0 [2020-10-22T00:53:47.332Z] ---> ff5a273d57c1 [2020-10-22T00:53:47.332Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T00:53:47.332Z] ---> Running in 8527496133d9 [2020-10-22T00:53:47.969Z] ---> 0c03076bfeb3 [2020-10-22T00:53:47.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T00:53:47.969Z] Removing intermediate container 8527496133d9 [2020-10-22T00:53:47.969Z] ---> a333483ae10d [2020-10-22T00:53:47.969Z] Step 21/22 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:53:48.395Z] ---> Running in fa973f1a0056 [2020-10-22T00:53:49.401Z] Removing intermediate container fa973f1a0056 [2020-10-22T00:53:49.401Z] ---> 789b8c741c2e [2020-10-22T00:53:49.401Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:53:49.401Z] ---> Running in d587d24b0c64 [2020-10-22T00:53:49.401Z] ---> f88bae51a3b0 [2020-10-22T00:53:49.401Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T00:53:50.133Z] Removing intermediate container d587d24b0c64 [2020-10-22T00:53:50.133Z] ---> 0c74715de5cb [2020-10-22T00:53:50.133Z] [2020-10-22T00:53:50.761Z] Successfully built 0c74715de5cb [2020-10-22T00:53:50.761Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-22T00:53:50.761Z]  Building docker-support-logging-go ... done  ---> 08566e36a881 [2020-10-22T00:53:50.761Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T00:53:51.040Z] ---> Running in 270fe23703eb [2020-10-22T00:53:51.645Z] Removing intermediate container 270fe23703eb [2020-10-22T00:53:51.645Z] ---> 00b61a5d7b7a [2020-10-22T00:53:51.645Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:53:51.645Z] ---> Running in 69702020de8a [2020-10-22T00:53:52.253Z] Removing intermediate container 69702020de8a [2020-10-22T00:53:52.253Z] ---> c1d1dee65b34 [2020-10-22T00:53:52.253Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T00:53:52.253Z] ---> Running in 24353a294079 [2020-10-22T00:53:52.873Z] Removing intermediate container 24353a294079 [2020-10-22T00:53:52.873Z] ---> 39f82b1f1f19 [2020-10-22T00:53:52.873Z] Step 21/22 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:53:52.873Z] ---> Running in 927d6413d5a9 [2020-10-22T00:53:53.492Z] Removing intermediate container 927d6413d5a9 [2020-10-22T00:53:53.492Z] ---> ac350df6149f [2020-10-22T00:53:53.492Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:53:53.793Z] ---> Running in d9249926ca2c [2020-10-22T00:53:54.072Z] Removing intermediate container d9249926ca2c [2020-10-22T00:53:54.072Z] ---> 928cde3fa32c [2020-10-22T00:53:54.072Z] [2020-10-22T00:53:54.709Z] Successfully built 928cde3fa32c [2020-10-22T00:53:54.709Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-22T00:53:59.186Z]  Building docker-core-command-go ... done Removing intermediate container b53d5e11d341 [2020-10-22T00:53:59.186Z] ---> b1d77cc10329 [2020-10-22T00:53:59.186Z] [2020-10-22T00:53:59.186Z] Step 10/22 : FROM scratch [2020-10-22T00:53:59.186Z] ---> [2020-10-22T00:53:59.186Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:53:59.186Z] ---> Using cache [2020-10-22T00:53:59.186Z] ---> 50dbaf570ad0 [2020-10-22T00:53:59.186Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T00:53:59.505Z] ---> Running in bb847c2cd975 [2020-10-22T00:53:59.804Z] Removing intermediate container bb847c2cd975 [2020-10-22T00:53:59.804Z] ---> dd6aeecb6a76 [2020-10-22T00:53:59.804Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:54:00.110Z] ---> Running in 3f234a64820d [2020-10-22T00:54:00.386Z] Removing intermediate container 3f234a64820d [2020-10-22T00:54:00.386Z] ---> b81ea9c73ab6 [2020-10-22T00:54:00.386Z] Step 14/22 : WORKDIR / [2020-10-22T00:54:00.665Z] ---> Running in 4aaacb7154c1 [2020-10-22T00:54:01.273Z] Removing intermediate container 4aaacb7154c1 [2020-10-22T00:54:01.273Z] ---> aa5d54ef93bf [2020-10-22T00:54:01.273Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T00:54:01.903Z] ---> af912368cbcb [2020-10-22T00:54:01.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T00:54:03.367Z] ---> 49be83cc5168 [2020-10-22T00:54:03.367Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T00:54:04.363Z] ---> 5f7e14727b39 [2020-10-22T00:54:04.363Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T00:54:04.363Z] ---> Running in c7be1397a453 [2020-10-22T00:54:04.972Z] Removing intermediate container c7be1397a453 [2020-10-22T00:54:04.972Z] ---> 0262b05a8a77 [2020-10-22T00:54:04.972Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:54:04.972Z] ---> Running in 1c061b407d02 [2020-10-22T00:54:05.587Z] Removing intermediate container 1c061b407d02 [2020-10-22T00:54:05.587Z] ---> 7aef4dc2bcfe [2020-10-22T00:54:05.587Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T00:54:05.587Z] ---> Running in d90c33ff70b2 [2020-10-22T00:54:06.198Z] Removing intermediate container d90c33ff70b2 [2020-10-22T00:54:06.198Z] ---> 5756f6ed765d [2020-10-22T00:54:06.198Z] Step 21/22 : LABEL git_sha=69dc37453ab671bbf785c5b821a4a768c4b21904 [2020-10-22T00:54:06.198Z] ---> Running in 8e2172cce8be [2020-10-22T00:54:06.808Z] Removing intermediate container 8e2172cce8be [2020-10-22T00:54:06.808Z] ---> 6f100b9fad95 [2020-10-22T00:54:06.808Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:54:07.083Z] ---> Running in 5bf021a40422 [2020-10-22T00:54:07.685Z] Removing intermediate container 5bf021a40422 [2020-10-22T00:54:07.685Z] ---> be43d4bb79eb [2020-10-22T00:54:07.685Z] [2020-10-22T00:54:07.962Z] Successfully built be43d4bb79eb [2020-10-22T00:54:07.962Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-22T00:54:08.583Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-10-22T00:54:08.607Z] $ docker stop --time=1 5216efd4011d0aa6161d9c8843ed7e0dea3771216aacf8de6d967c03e2a6f3ff [2020-10-22T00:54:10.704Z] $ docker rm -f 5216efd4011d0aa6161d9c8843ed7e0dea3771216aacf8de6d967c03e2a6f3ff [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:54:11.472Z] + docker+ images [2020-10-22T00:54:11.472Z] grep docker [2020-10-22T00:54:11.744Z] docker-core-metadata-go-arm64 latest be43d4bb79eb 4 seconds ago 13.5MB [2020-10-22T00:54:11.744Z] docker-core-command-go-arm64 latest 928cde3fa32c 18 seconds ago 11.4MB [2020-10-22T00:54:11.744Z] docker-support-logging-go-arm64 latest 0c74715de5cb 22 seconds ago 10.6MB [2020-10-22T00:54:11.744Z] docker-security-secretstore-setup-go-arm64 latest 2bb4e5be2f87 50 seconds ago 30.8MB [2020-10-22T00:54:11.744Z] docker-security-proxy-setup-go-arm64 latest 45948e150bc4 About a minute ago 15.1MB [2020-10-22T00:54:11.744Z] docker-sys-mgmt-agent-go-arm64 latest 59bb74b74f8d 2 minutes ago 270MB [2020-10-22T00:54:11.744Z] docker-core-data-go-arm64 latest 2c6b2adc0401 3 minutes ago 22.2MB [2020-10-22T00:54:11.744Z] docker-support-notifications-go-arm64 latest 68251c4857f6 4 minutes ago 12.9MB [2020-10-22T00:54:11.744Z] docker-support-scheduler-go-arm64 latest 23fda9fc7950 4 minutes ago 11.5MB [2020-10-22T00:54:11.744Z] docker-security-secrets-setup-go-arm64 latest e4214bafb7d3 4 minutes ago 22.7MB [2020-10-22T00:54:11.744Z] docker latest 79b81ba6d94d 29 hours ago 198MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T00:54:44.874Z] Running on prd-centos7-docker-8c-8g-8068 in /w/workspace/edgexfoundry_edgex-go_PR-2827 [Pipeline] { [Pipeline] ws [2020-10-22T00:54:44.933Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2020-10-22T00:54:47.769Z] using credential edgex-jenkins-ssh [2020-10-22T00:54:47.862Z] Cloning the remote Git repository [2020-10-22T00:54:47.902Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:54:47.989Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-10-22T00:54:48.046Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:54:48.047Z] > git --version # timeout=10 [2020-10-22T00:54:48.053Z] > git --version # 'git version 2.16.5' [2020-10-22T00:54:48.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:54:48.084Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:55:13.071Z] Merging remotes/origin/master commit a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 into PR head commit 78c882ec5fed449f09f4ad33b70cbe1e87bb36e5 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-10-22T00:55:12.478Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:55:12.483Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:55:12.492Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:55:12.505Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:55:12.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:55:12.510Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2827/head:refs/remotes/origin/PR-2827 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T00:55:13.084Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:55:13.089Z] > git checkout -f 78c882ec5fed449f09f4ad33b70cbe1e87bb36e5 # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T00:55:13.842Z] Failed in branch amd64 [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] { (Clair Scan) Stage "Clair 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 [2020-10-22T00:55:16.039Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:16.927Z] ---> package-listing.sh [2020-10-22T00:55:16.927Z] ++ facter osfamily [2020-10-22T00:55:16.927Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T00:55:16.927Z] + OS_FAMILY=redhat [2020-10-22T00:55:16.927Z] + workspace=/w/workspace/edgex-go/7 [2020-10-22T00:55:16.927Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T00:55:16.927Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T00:55:16.927Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T00:55:16.927Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T00:55:16.927Z] + '[' /w/workspace/edgex-go/7 ']' [2020-10-22T00:55:16.927Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T00:55:16.927Z] + case "${OS_FAMILY}" in [2020-10-22T00:55:16.927Z] + rpm -qa [2020-10-22T00:55:16.927Z] + sort [2020-10-22T00:55:21.141Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T00:55:21.141Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T00:55:21.141Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T00:55:21.141Z] + '[' /w/workspace/edgex-go/7 ']' [2020-10-22T00:55:21.141Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2020-10-22T00:55:21.141Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2020-10-22T00:55:21.160Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T00:55:21.454Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:55:21.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:55:21.765Z] [2020-10-22T00:55:21.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:55:22.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:55:22.128Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T00:55:22.128Z] df20fa9351a1: Already exists [2020-10-22T00:55:22.128Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T00:55:22.128Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T00:55:22.128Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T00:55:22.128Z] 93b61091891f: Pulling fs layer [2020-10-22T00:55:22.128Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T00:55:22.128Z] 5e14af77c1be: Pulling fs layer [2020-10-22T00:55:22.128Z] 01666e4c0597: Pulling fs layer [2020-10-22T00:55:22.128Z] aa168da1d23b: Pulling fs layer [2020-10-22T00:55:22.128Z] 5e14af77c1be: Waiting [2020-10-22T00:55:22.128Z] 01666e4c0597: Waiting [2020-10-22T00:55:22.128Z] aa168da1d23b: Waiting [2020-10-22T00:55:22.128Z] 93b61091891f: Waiting [2020-10-22T00:55:22.128Z] 93b9cdb0e59b: Waiting [2020-10-22T00:55:22.128Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T00:55:22.128Z] 46f8f816bc3b: Download complete [2020-10-22T00:55:22.128Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T00:55:22.128Z] 36b3adc4ff6f: Download complete [2020-10-22T00:55:22.407Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T00:55:22.407Z] 93b9cdb0e59b: Download complete [2020-10-22T00:55:22.407Z] 5e14af77c1be: Verifying Checksum [2020-10-22T00:55:22.407Z] 5e14af77c1be: Download complete [2020-10-22T00:55:22.407Z] 01666e4c0597: Verifying Checksum [2020-10-22T00:55:22.407Z] 01666e4c0597: Download complete [2020-10-22T00:55:22.407Z] 93b61091891f: Verifying Checksum [2020-10-22T00:55:22.408Z] 93b61091891f: Download complete [2020-10-22T00:55:22.408Z] 36b3adc4ff6f: Pull complete [2020-10-22T00:55:24.336Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T00:55:24.336Z] 8ad3a11d3b57: Download complete [2020-10-22T00:55:24.940Z] 8ad3a11d3b57: Pull complete [2020-10-22T00:55:24.940Z] 46f8f816bc3b: Pull complete [2020-10-22T00:55:25.516Z] 93b61091891f: Pull complete [2020-10-22T00:55:25.516Z] 93b9cdb0e59b: Pull complete [2020-10-22T00:55:25.516Z] 5e14af77c1be: Pull complete [2020-10-22T00:55:25.778Z] 01666e4c0597: Pull complete [2020-10-22T00:55:29.990Z] aa168da1d23b: Verifying Checksum [2020-10-22T00:55:29.990Z] aa168da1d23b: Download complete [2020-10-22T00:55:48.210Z] aa168da1d23b: Pull complete [2020-10-22T00:55:48.210Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T00:55:48.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:55:48.210Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T00:55:48.602Z] prd-centos7-docker-4c-2g-7632 does not seem to be running inside a container [2020-10-22T00:55:48.662Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T00:55:50.898Z] $ docker top 2ca6e3f932d11fd6ec4356e32a13604a05f558f5ba7971b05a3f31b65a3c19ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:55:51.426Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T00:55:51.728Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T00:55:52.038Z] + ls /var/log/sa-host [2020-10-22T00:55:52.038Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T00:55:52.038Z] file_magic: OK [2020-10-22T00:55:52.038Z] HZ: Using current value: 100 [2020-10-22T00:55:52.038Z] file_header: OK [2020-10-22T00:55:52.038Z] 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 [2020-10-22T00:55:52.038Z] Statistics: [2020-10-22T00:55:52.038Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T00:55:52.038Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T00:55:52.038Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T00:55:52.038Z] file_magic: OK [2020-10-22T00:55:52.038Z] HZ: Using current value: 100 [2020-10-22T00:55:52.038Z] file_header: OK [2020-10-22T00:55:52.038Z] 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 [2020-10-22T00:55:52.038Z] Statistics: [2020-10-22T00:55:52.038Z] 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... [2020-10-22T00:55:52.038Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T00:55:52.248Z] provisioning config files... [2020-10-22T00:55:52.274Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config1090241357485512406tmp [Pipeline] { [Pipeline] echo [2020-10-22T00:55:52.404Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:52.703Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T00:55:52.714Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T00:55:52.820Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:53.130Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T00:55:53.143Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:53.446Z] ---> sudo-logs.sh [2020-10-22T00:55:53.446Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T00:55:53.466Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:53.797Z] ---> job-cost.sh [2020-10-22T00:55:53.797Z] lf-activate-venv: SKIPPING [2020-10-22T00:55:53.797Z] INFO: No Stack... [2020-10-22T00:55:55.744Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T00:55:56.005Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T00:55:56.018Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:56.315Z] ---> logs-deploy.sh [2020-10-22T00:55:56.315Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2827/7 [2020-10-22T00:55:56.315Z] INFO: archiving workspace using pattern(s): [2020-10-22T00:55:57.723Z] Archives upload complete. [2020-10-22T00:55:57.723Z] INFO: archiving logs to Nexus