Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a562533c14a3b85d4c48007758f286d837d2a70 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 8a562533c14a3b85d4c48007758f286d837d2a70 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28610 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/76 [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/76 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing aae23c0f7cf4439c59d33128a7e0d2464996f88b Checking out Revision aae23c0f7cf4439c59d33128a7e0d2464996f88b (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aae23c0f7cf4439c59d33128a7e0d2464996f88b # timeout=10 Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 0ed1454298af64722bcd2ea4446a6101be8e8e8a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T00:33:08.594Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T00:33:08.843Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T00:33:08.932Z] ========================================================= [2021-03-05T00:33:08.932Z] EdgeX Global Pipelines Version Info [2021-03-05T00:33:08.932Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:33:11.268Z] ------------------- [2021-03-05T00:33:11.269Z] stable info: [2021-03-05T00:33:11.269Z] ------------------- [2021-03-05T00:33:11.269Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T00:33:11.269Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T00:33:11.269Z] Message: update stable to v1.0.184 [2021-03-05T00:33:12.301Z] ------------------- [2021-03-05T00:33:12.301Z] experimental info: [2021-03-05T00:33:12.301Z] ------------------- [2021-03-05T00:33:12.301Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T00:33:12.301Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T00:33:12.301Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T00:33:12.617Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T00:33:12.701Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T00:33:12.788Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T00:33:12.869Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T00:33:12.953Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T00:33:13.038Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T00:33:13.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T00:33:13.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T00:33:13.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T00:33:13.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T00:33:13.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T00:33:13.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T00:33:13.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T00:33:13.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T00:33:13.896Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T00:33:13.982Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T00:33:14.086Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T00:33:14.166Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T00:33:14.268Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T00:33:14.360Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T00:33:14.445Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T00:33:14.523Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T00:33:14.603Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-03-05T00:33:14.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-03-05T00:33:14.774Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-03-05T00:33:14.891Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aae23c0f7cf4439c59d33128a7e0d2464996f88b [Pipeline] echo [2021-03-05T00:33:14.968Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aae23c0 [Pipeline] echo [2021-03-05T00:33:15.048Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T00:33:15.227Z] provisioning config files... [2021-03-05T00:33:15.259Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/76@tmp/config3641992118005930724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:33:15.651Z] ---> docker-login.sh [2021-03-05T00:33:15.651Z] nexus3.edgexfoundry.org:10001 [2021-03-05T00:33:17.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:33:17.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:33:17.421Z] Configure a credential helper to remove this warning. See [2021-03-05T00:33:17.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:33:17.421Z] [2021-03-05T00:33:17.421Z] Login Succeeded [2021-03-05T00:33:17.422Z] nexus3.edgexfoundry.org:10002 [2021-03-05T00:33:18.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:33:19.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:33:19.352Z] Configure a credential helper to remove this warning. See [2021-03-05T00:33:19.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:33:19.352Z] [2021-03-05T00:33:19.352Z] Login Succeeded [2021-03-05T00:33:19.352Z] nexus3.edgexfoundry.org:10003 [2021-03-05T00:33:19.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:33:19.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:33:19.648Z] Configure a credential helper to remove this warning. See [2021-03-05T00:33:19.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:33:19.648Z] [2021-03-05T00:33:19.648Z] Login Succeeded [2021-03-05T00:33:19.648Z] nexus3.edgexfoundry.org:10004 [2021-03-05T00:33:20.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:33:20.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:33:20.256Z] Configure a credential helper to remove this warning. See [2021-03-05T00:33:20.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:33:20.256Z] [2021-03-05T00:33:20.256Z] Login Succeeded [2021-03-05T00:33:20.256Z] docker.io [2021-03-05T00:33:20.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:33:20.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:33:20.945Z] Configure a credential helper to remove this warning. See [2021-03-05T00:33:20.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:33:20.945Z] [2021-03-05T00:33:20.945Z] Login Succeeded [2021-03-05T00:33:20.945Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T00:33:20.966Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T00:33:21.487Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-05T00:33:21.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:33:21.487Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T00:33:21.487Z] ++ cut -d/ -f2 [2021-03-05T00:33:21.487Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T00:33:21.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:33:21.487Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T00:33:21.487Z] ++ cut -d/ -f2 [2021-03-05T00:33:21.487Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T00:33:21.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:33:21.487Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T00:33:21.487Z] ++ cut -d/ -f2 [2021-03-05T00:33:21.487Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T00:33:21.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:33:21.487Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T00:33:21.487Z] ++ cut -d/ -f2 [2021-03-05T00:33:21.487Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T00:33:21.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:33:21.487Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T00:33:21.487Z] ++ cut -d/ -f2 [2021-03-05T00:33:21.487Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T00:33:21.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:33:21.487Z] ++ cut -d/ -f2 [2021-03-05T00:33:21.487Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T00:33:21.487Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T00:33:21.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:33:21.487Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T00:33:21.487Z] ++ cut -d/ -f2 [2021-03-05T00:33:21.487Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T00:33:21.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:33:21.487Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T00:33:21.487Z] ++ cut -d/ -f2 [2021-03-05T00:33:21.487Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T00:33:21.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:33:21.487Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T00:33:21.487Z] ++ cut -d/ -f2 [2021-03-05T00:33:21.487Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T00:33:21.590Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:33:22.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T00:33:22.428Z] [2021-03-05T00:33:22.428Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:33:22.798Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T00:33:22.798Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T00:33:22.798Z] 31603596830f: Pulling fs layer [2021-03-05T00:33:22.798Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T00:33:22.798Z] 6ca5941a6612: Pulling fs layer [2021-03-05T00:33:22.798Z] ecc8261a40a4: Pulling fs layer [2021-03-05T00:33:22.798Z] ecc8261a40a4: Waiting [2021-03-05T00:33:22.798Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T00:33:22.798Z] 2a8b12db71e7: Download complete [2021-03-05T00:33:23.187Z] 31603596830f: Verifying Checksum [2021-03-05T00:33:23.187Z] 31603596830f: Download complete [2021-03-05T00:33:23.490Z] ecc8261a40a4: Verifying Checksum [2021-03-05T00:33:23.490Z] ecc8261a40a4: Download complete [2021-03-05T00:33:23.490Z] 6ca5941a6612: Verifying Checksum [2021-03-05T00:33:23.490Z] 6ca5941a6612: Download complete [2021-03-05T00:33:24.079Z] 31603596830f: Pull complete [2021-03-05T00:33:24.351Z] 2a8b12db71e7: Pull complete [2021-03-05T00:33:25.886Z] 6ca5941a6612: Pull complete [2021-03-05T00:33:26.167Z] ecc8261a40a4: Pull complete [2021-03-05T00:33:26.167Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T00:33:26.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T00:33:26.167Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T00:33:26.333Z] prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container [2021-03-05T00:33:26.446Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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:10004/edgex-devops/git-semver:latest cat [2021-03-05T00:33:30.529Z] $ docker top 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T00:33:30.915Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T00:33:30.915Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T00:33:31.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T00:33:31.248Z] $ docker exec 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 ssh-agent [2021-03-05T00:33:31.489Z] SSH_AUTH_SOCK=/tmp/ssh-omwhpfFGe9cX/agent.12 [2021-03-05T00:33:31.489Z] SSH_AGENT_PID=17 [2021-03-05T00:33:31.504Z] Running ssh-add (command line suppressed) [2021-03-05T00:33:31.668Z] Identity added: /w/workspace/edgex-go/76@tmp/private_key_3730612772306410716.key (/w/workspace/edgex-go/76@tmp/private_key_3730612772306410716.key) [2021-03-05T00:33:31.750Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T00:33:32.100Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T00:33:32.221Z] $ docker exec --env ******** --env ******** 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 ssh-agent -k [2021-03-05T00:33:32.443Z] unset SSH_AUTH_SOCK; [2021-03-05T00:33:32.444Z] unset SSH_AGENT_PID; [2021-03-05T00:33:32.444Z] echo Agent pid 17 killed; [2021-03-05T00:33:32.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T00:33:32.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T00:33:32.653Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T00:33:32.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T00:33:32.931Z] $ docker exec 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 ssh-agent [2021-03-05T00:33:33.200Z] SSH_AUTH_SOCK=/tmp/ssh-cFUthGILoSIy/agent.47 [2021-03-05T00:33:33.200Z] SSH_AGENT_PID=52 [2021-03-05T00:33:33.209Z] Running ssh-add (command line suppressed) [2021-03-05T00:33:33.392Z] Identity added: /w/workspace/edgex-go/76@tmp/private_key_5920108200936924969.key (/w/workspace/edgex-go/76@tmp/private_key_5920108200936924969.key) [2021-03-05T00:33:33.490Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T00:33:33.862Z] + git semver init [2021-03-05T00:33:33.862Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T00:33:33.862Z] # $GIT_DIR = /w/workspace/edgex-go/76/.git [2021-03-05T00:33:33.862Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/76 [2021-03-05T00:33:33.862Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T00:33:33.862Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T00:33:33.862Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T00:33:33.862Z] # $SEMVER_BRANCH = PR-2858 [2021-03-05T00:33:33.862Z] # $SEMVER_TEMP = /tmp/semver-856034012 [2021-03-05T00:33:33.862Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T00:34:01.352Z] # '/tmp/semver-856034012' -> '/w/workspace/edgex-go/76/.semver' [2021-03-05T00:34:02.905Z] # -> Force: false [2021-03-05T00:34:03.183Z] # $SEMVER_DIR = /w/workspace/edgex-go/76/.semver [Pipeline] } [2021-03-05T00:34:03.477Z] $ docker exec --env ******** --env ******** 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 ssh-agent -k [2021-03-05T00:34:05.010Z] unset SSH_AUTH_SOCK; [2021-03-05T00:34:05.010Z] unset SSH_AGENT_PID; [2021-03-05T00:34:05.010Z] echo Agent pid 52 killed; [2021-03-05T00:34:05.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T00:34:06.111Z] + git semver [Pipeline] } [2021-03-05T00:34:06.175Z] $ docker stop --time=1 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 [2021-03-05T00:34:08.659Z] $ docker rm -f 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T00:34:09.620Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T00:34:11.216Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T00:34:11.220Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T00:34:13.000Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:34:14.073Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:34:14.401Z] + true [2021-03-05T00:34:14.401Z] + sudo service docker restart [2021-03-05T00:34:14.401Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T00:34:15.864Z] ========================================================= [2021-03-05T00:34:15.864Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T00:34:15.864Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:34:16.240Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-05T00:34:23.020Z] Sending build context to Docker daemon 328.3MB [2021-03-05T00:34:23.020Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T00:34:23.020Z] Step 2/6 : FROM ${BASE} [2021-03-05T00:34:23.020Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T00:34:23.020Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T00:34:23.020Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T00:34:23.020Z] de9db76c5a1d: Pulling fs layer [2021-03-05T00:34:23.020Z] bca2f99d35d6: Pulling fs layer [2021-03-05T00:34:23.020Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T00:34:23.020Z] 7c6f9722023f: Pulling fs layer [2021-03-05T00:34:23.020Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T00:34:23.020Z] 93359f2a8cfa: Waiting [2021-03-05T00:34:23.020Z] 7c6f9722023f: Waiting [2021-03-05T00:34:23.020Z] bca2f99d35d6: Waiting [2021-03-05T00:34:23.020Z] a35cf1a2eb13: Waiting [2021-03-05T00:34:23.020Z] de9db76c5a1d: Verifying Checksum [2021-03-05T00:34:23.020Z] de9db76c5a1d: Download complete [2021-03-05T00:34:23.020Z] 0ef7d3d256c8: Verifying Checksum [2021-03-05T00:34:23.020Z] 0ef7d3d256c8: Download complete [2021-03-05T00:34:23.020Z] 93359f2a8cfa: Download complete [2021-03-05T00:34:23.020Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T00:34:23.020Z] 7c6f9722023f: Verifying Checksum [2021-03-05T00:34:23.020Z] 7c6f9722023f: Download complete [2021-03-05T00:34:23.290Z] 188c0c94c7c5: Pull complete [2021-03-05T00:34:23.937Z] 0ef7d3d256c8: Pull complete [2021-03-05T00:34:24.233Z] de9db76c5a1d: Pull complete [2021-03-05T00:34:26.250Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T00:34:26.250Z] a35cf1a2eb13: Download complete [2021-03-05T00:34:26.660Z] Still waiting to schedule task [2021-03-05T00:34:26.660Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28613’ is offline [2021-03-05T00:34:27.227Z] bca2f99d35d6: Verifying Checksum [2021-03-05T00:34:27.227Z] bca2f99d35d6: Download complete [2021-03-05T00:34:42.363Z] bca2f99d35d6: Pull complete [2021-03-05T00:34:42.363Z] 93359f2a8cfa: Pull complete [2021-03-05T00:34:42.363Z] 7c6f9722023f: Pull complete [2021-03-05T00:34:52.963Z] a35cf1a2eb13: Pull complete [2021-03-05T00:34:53.229Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T00:34:53.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T00:34:53.496Z] ---> a62c8e92a672 [2021-03-05T00:34:53.496Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-05T00:34:53.789Z] ---> Running in b9cfaca88fc8 [2021-03-05T00:34:56.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:34:58.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:34:58.629Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T00:34:58.913Z] (2/12) Installing file (5.38-r0) [2021-03-05T00:34:58.913Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T00:34:59.183Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T00:35:10.112Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T00:35:10.112Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T00:35:10.112Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T00:35:10.112Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T00:35:10.379Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T00:35:10.379Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T00:35:10.648Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T00:35:10.915Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T00:35:10.915Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:35:10.915Z] OK: 233 MiB in 51 packages [2021-03-05T00:35:16.535Z] Removing intermediate container b9cfaca88fc8 [2021-03-05T00:35:16.535Z] ---> 1df1036a48f0 [2021-03-05T00:35:16.535Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T00:35:16.535Z] ---> Running in 2c68193eeff9 [2021-03-05T00:35:16.535Z] Removing intermediate container 2c68193eeff9 [2021-03-05T00:35:16.535Z] ---> 9ff994af5c34 [2021-03-05T00:35:16.535Z] Step 5/6 : COPY go.mod . [2021-03-05T00:35:17.133Z] ---> b85d7738b057 [2021-03-05T00:35:17.133Z] Step 6/6 : RUN go mod download [2021-03-05T00:35:17.133Z] ---> Running in 30fa03f4380c [2021-03-05T00:36:04.513Z] Removing intermediate container 30fa03f4380c [2021-03-05T00:36:04.513Z] ---> dde42053aa5e [2021-03-05T00:36:04.513Z] Successfully built dde42053aa5e [2021-03-05T00:36:04.513Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:36:04.847Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T00:36:05.114Z] . [Pipeline] withDockerContainer [2021-03-05T00:36:05.261Z] prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container [2021-03-05T00:36:05.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T00:36:09.340Z] $ docker top 900769151a30a5e5b7cd2e1e708c99ab587ebf1dd5b0b8db8640c8a6d2894ce3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:36:10.341Z] + go version [2021-03-05T00:36:10.341Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T00:36:10.365Z] $ docker stop --time=1 900769151a30a5e5b7cd2e1e708c99ab587ebf1dd5b0b8db8640c8a6d2894ce3 [2021-03-05T00:36:11.919Z] $ docker rm -f 900769151a30a5e5b7cd2e1e708c99ab587ebf1dd5b0b8db8640c8a6d2894ce3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:36:13.896Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T00:36:14.168Z] . [Pipeline] withDockerContainer [2021-03-05T00:36:14.640Z] prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container [2021-03-05T00:36:14.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T00:36:18.432Z] $ docker top 1587e10ccbcb1151c88d08d01065aa05bf049c1572e8180a9feec1ed8af9a5d5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T00:36:19.058Z] ========================================================= [2021-03-05T00:36:19.058Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T00:36:19.058Z] ========================================================= [Pipeline] sh [2021-03-05T00:36:19.728Z] + make test [2021-03-05T00:36:19.729Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T00:36:24.958Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28616 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-05T00:36:25.011Z] Running in /w/workspace/edgex-go/76 [Pipeline] { [Pipeline] checkout [2021-03-05T00:36:29.621Z] using credential edgex-jenkins-ssh [2021-03-05T00:36:29.678Z] Cloning the remote Git repository [2021-03-05T00:36:29.715Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:36:29.820Z] > git init /w/workspace/edgex-go/76 # timeout=10 [2021-03-05T00:36:29.884Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:36:29.885Z] > git --version # timeout=10 [2021-03-05T00:36:29.898Z] > git --version # 'git version 2.17.1' [2021-03-05T00:36:29.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:36:29.979Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:36:52.626Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-05T00:36:51.702Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:36:51.718Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:36:51.744Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:36:51.785Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:36:51.786Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:36:51.798Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T00:36:52.645Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:36:52.660Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-05T00:36:52.974Z] > git remote # timeout=10 [2021-03-05T00:36:52.992Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T00:36:53.003Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:36:53.014Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T00:36:53.924Z] Merge succeeded, producing 918dcbd3a2918ee868e05e56abae74d691cdd2b2 [2021-03-05T00:36:53.925Z] Checking out Revision 918dcbd3a2918ee868e05e56abae74d691cdd2b2 (PR-2858) [2021-03-05T00:36:53.954Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T00:36:53.908Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T00:36:53.930Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:36:53.950Z] > git checkout -f 918dcbd3a2918ee868e05e56abae74d691cdd2b2 # timeout=10 [2021-03-05T00:36:58.315Z] Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" [2021-03-05T00:36:58.339Z] First time build. Skipping changelog. [2021-03-05T00:36:58.324Z] > git rev-list --no-walk 0ed1454298af64722bcd2ea4446a6101be8e8e8a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T00:36:59.827Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:37:00.252Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:37:00.596Z] + sudo service docker restart+ [2021-03-05T00:37:00.597Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T00:37:04.087Z] provisioning config files... [2021-03-05T00:37:04.131Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/76@tmp/config8609916689733883481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:37:04.528Z] ---> docker-login.sh [2021-03-05T00:37:04.528Z] nexus3.edgexfoundry.org:10001 [2021-03-05T00:37:05.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:37:05.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:37:05.780Z] Configure a credential helper to remove this warning. See [2021-03-05T00:37:05.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:37:05.780Z] [2021-03-05T00:37:05.780Z] Login Succeeded [2021-03-05T00:37:05.780Z] nexus3.edgexfoundry.org:10002 [2021-03-05T00:37:06.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:37:06.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:37:06.326Z] Configure a credential helper to remove this warning. See [2021-03-05T00:37:06.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:37:06.326Z] [2021-03-05T00:37:06.326Z] Login Succeeded [2021-03-05T00:37:06.326Z] nexus3.edgexfoundry.org:10003 [2021-03-05T00:37:06.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:37:06.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:37:06.876Z] Configure a credential helper to remove this warning. See [2021-03-05T00:37:06.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:37:06.876Z] [2021-03-05T00:37:06.876Z] Login Succeeded [2021-03-05T00:37:06.876Z] nexus3.edgexfoundry.org:10004 [2021-03-05T00:37:07.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:37:07.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:37:07.426Z] Configure a credential helper to remove this warning. See [2021-03-05T00:37:07.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:37:07.426Z] [2021-03-05T00:37:07.426Z] Login Succeeded [2021-03-05T00:37:07.426Z] docker.io [2021-03-05T00:37:07.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:37:08.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:37:08.298Z] Configure a credential helper to remove this warning. See [2021-03-05T00:37:08.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:37:08.298Z] [2021-03-05T00:37:08.298Z] Login Succeeded [2021-03-05T00:37:08.298Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T00:37:08.315Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T00:37:08.796Z] ========================================================= [2021-03-05T00:37:08.796Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T00:37:08.796Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:37:09.168Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-05T00:37:11.805Z] Sending build context to Docker daemon 166.6MB [2021-03-05T00:37:11.805Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T00:37:11.805Z] Step 2/6 : FROM ${BASE} [2021-03-05T00:37:11.805Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T00:37:11.805Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T00:37:11.805Z] a4357932f1b6: Pulling fs layer [2021-03-05T00:37:11.805Z] 18c013af1878: Pulling fs layer [2021-03-05T00:37:11.805Z] 00ac8860ef70: Pulling fs layer [2021-03-05T00:37:11.805Z] 63d7cb157983: Pulling fs layer [2021-03-05T00:37:11.805Z] b116817d02f9: Pulling fs layer [2021-03-05T00:37:11.805Z] 745a02a5169b: Pulling fs layer [2021-03-05T00:37:11.805Z] 00ac8860ef70: Waiting [2021-03-05T00:37:11.805Z] 63d7cb157983: Waiting [2021-03-05T00:37:11.805Z] b116817d02f9: Waiting [2021-03-05T00:37:11.805Z] 745a02a5169b: Waiting [2021-03-05T00:37:11.805Z] 18c013af1878: Verifying Checksum [2021-03-05T00:37:11.805Z] 18c013af1878: Download complete [2021-03-05T00:37:11.805Z] a4357932f1b6: Verifying Checksum [2021-03-05T00:37:11.805Z] a4357932f1b6: Download complete [2021-03-05T00:37:11.805Z] 63d7cb157983: Download complete [2021-03-05T00:37:11.805Z] b116817d02f9: Verifying Checksum [2021-03-05T00:37:11.805Z] b116817d02f9: Download complete [2021-03-05T00:37:11.805Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T00:37:11.805Z] 5f621e34cdf4: Download complete [2021-03-05T00:37:12.418Z] 5f621e34cdf4: Pull complete [2021-03-05T00:37:12.699Z] a4357932f1b6: Pull complete [2021-03-05T00:37:13.312Z] 18c013af1878: Pull complete [2021-03-05T00:37:14.296Z] 745a02a5169b: Verifying Checksum [2021-03-05T00:37:14.296Z] 745a02a5169b: Download complete [2021-03-05T00:37:15.732Z] 00ac8860ef70: Download complete [2021-03-05T00:37:25.925Z] 00ac8860ef70: Pull complete [2021-03-05T00:37:25.925Z] 63d7cb157983: Pull complete [2021-03-05T00:37:25.925Z] b116817d02f9: Pull complete [2021-03-05T00:37:27.800Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T00:37:28.562Z] 745a02a5169b: Pull complete [2021-03-05T00:37:28.562Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T00:37:28.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T00:37:28.562Z] ---> b7e6874047d6 [2021-03-05T00:37:28.562Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-05T00:37:32.879Z] ---> Running in 553ab28683a9 [2021-03-05T00:37:33.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:37:34.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:37:35.048Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T00:37:35.319Z] (2/12) Installing file (5.38-r0) [2021-03-05T00:37:35.319Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T00:37:35.592Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T00:37:41.020Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T00:37:41.020Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T00:37:41.020Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T00:37:41.020Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T00:37:41.020Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T00:37:41.020Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T00:37:41.020Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T00:37:41.020Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T00:37:41.020Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:37:41.020Z] OK: 217 MiB in 51 packages [2021-03-05T00:37:43.761Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T00:37:43.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T00:37:43.762Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T00:37:45.322Z] Removing intermediate container 553ab28683a9 [2021-03-05T00:37:45.323Z] ---> ea1a421c62b1 [2021-03-05T00:37:45.323Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T00:37:45.594Z] ---> Running in ff1ad770711d [2021-03-05T00:37:45.867Z] Removing intermediate container ff1ad770711d [2021-03-05T00:37:45.867Z] ---> a694c9e683ab [2021-03-05T00:37:45.867Z] Step 5/6 : COPY go.mod . [2021-03-05T00:37:46.841Z] ---> f12df22a9b27 [2021-03-05T00:37:46.841Z] Step 6/6 : RUN go mod download [2021-03-05T00:37:46.841Z] ---> Running in babace9d4b2b [2021-03-05T00:37:48.703Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T00:37:48.703Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T00:37:48.703Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T00:37:49.097Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T00:37:52.173Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T00:37:53.224Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T00:38:00.483Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T00:38:00.483Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T00:38:00.483Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T00:38:08.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.599s coverage: 45.9% of statements [2021-03-05T00:38:08.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T00:38:08.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T00:38:08.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T00:38:08.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T00:38:08.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T00:38:08.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T00:38:08.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T00:38:08.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.428s coverage: 100.0% of statements [2021-03-05T00:38:16.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.749s coverage: 27.1% of statements [2021-03-05T00:38:16.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T00:38:16.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T00:38:16.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T00:38:16.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T00:38:16.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T00:38:16.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T00:38:16.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-03-05T00:38:16.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T00:38:16.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements [2021-03-05T00:38:16.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T00:38:16.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T00:38:16.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.183s coverage: 66.2% of statements [2021-03-05T00:38:16.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T00:38:16.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T00:38:19.183Z] Removing intermediate container babace9d4b2b [2021-03-05T00:38:19.183Z] ---> efd2104b7450 [2021-03-05T00:38:19.183Z] Successfully built efd2104b7450 [2021-03-05T00:38:19.183Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:38:19.525Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T00:38:19.525Z] . [Pipeline] withDockerContainer [2021-03-05T00:38:19.775Z] prd-ubuntu18.04-docker-arm64-4c-16g-28616 does not seem to be running inside a container [2021-03-05T00:38:19.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T00:38:21.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.731s coverage: 82.4% of statements [2021-03-05T00:38:21.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T00:38:21.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:38:21.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T00:38:21.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T00:38:21.292Z] $ docker top 23f32ff9b4d8d752cb1f5d114935a66109d6e07c24f38e8afe3388ada8485e74 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:38:22.347Z] + go version [2021-03-05T00:38:22.347Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T00:38:22.374Z] $ docker stop --time=1 23f32ff9b4d8d752cb1f5d114935a66109d6e07c24f38e8afe3388ada8485e74 [2021-03-05T00:38:24.227Z] $ docker rm -f 23f32ff9b4d8d752cb1f5d114935a66109d6e07c24f38e8afe3388ada8485e74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:38:25.195Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T00:38:25.195Z] . [Pipeline] withDockerContainer [2021-03-05T00:38:25.458Z] prd-ubuntu18.04-docker-arm64-4c-16g-28616 does not seem to be running inside a container [2021-03-05T00:38:25.540Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T00:38:26.960Z] $ docker top 74f3817339e7f5be469f7a943d466ec1742c92d7249328d3861b5aa92f0cb9ff -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T00:38:27.302Z] ========================================================= [2021-03-05T00:38:27.302Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T00:38:27.302Z] ========================================================= [Pipeline] sh [2021-03-05T00:38:27.960Z] + make test [2021-03-05T00:38:27.960Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T00:38:28.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.473s coverage: 28.6% of statements [2021-03-05T00:38:28.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T00:38:28.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T00:38:28.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T00:38:28.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T00:38:28.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T00:38:28.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.271s coverage: 100.0% of statements [2021-03-05T00:38:28.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T00:38:28.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.323s coverage: 100.0% of statements [2021-03-05T00:38:28.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T00:38:28.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.260s coverage: 86.7% of statements [2021-03-05T00:38:28.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T00:38:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements [2021-03-05T00:38:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T00:38:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.235s coverage: 78.3% of statements [2021-03-05T00:38:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T00:38:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T00:38:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T00:38:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T00:38:36.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.684s coverage: 92.8% of statements [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T00:38:36.406Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.127s coverage: 58.8% of statements [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T00:38:36.406Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.093s coverage: 0.1% of statements [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T00:38:36.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T00:38:36.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements [2021-03-05T00:38:36.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.675s coverage: 79.5% of statements [2021-03-05T00:38:36.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-03-05T00:38:36.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2021-03-05T00:38:36.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements [2021-03-05T00:38:49.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.088s coverage: 94.4% of statements [2021-03-05T00:38:49.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements [2021-03-05T00:38:49.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.204s coverage: 81.4% of statements [2021-03-05T00:38:50.164Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T00:39:02.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.235s coverage: 92.9% of statements [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T00:39:02.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.039s coverage: 77.8% of statements [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T00:39:02.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.122s coverage: 87.2% of statements [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T00:39:02.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-03-05T00:39:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T00:39:02.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.6% of statements [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.6% of statements [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.419s coverage: 62.4% of statements [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.844s coverage: 69.1% of statements [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 38.4% of statements [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.0% of statements [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T00:39:02.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T00:39:02.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T00:39:05.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.967s coverage: 88.5% of statements [2021-03-05T00:39:05.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T00:39:05.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:39:05.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T00:39:11.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.097s coverage: 29.1% of statements [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T00:39:11.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T00:39:11.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T00:39:11.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.370s coverage: 95.6% of statements [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T00:39:11.269Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.088s coverage: 0.0% of statements [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T00:39:11.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.100s coverage: 100.0% of statements [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T00:39:11.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T00:39:11.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.327s coverage: 87.9% of statements [2021-03-05T00:39:11.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T00:39:11.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T00:39:13.775Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.148s coverage: 100.0% of statements [2021-03-05T00:39:14.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.127s coverage: 32.1% of statements [2021-03-05T00:39:14.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.066s coverage: 100.0% of statements [2021-03-05T00:39:14.950Z] GO111MODULE=on go vet ./... [2021-03-05T00:39:47.277Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T00:39:47.277Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T00:39:55.615Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T00:39:55.615Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T00:39:57.063Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T00:39:57.063Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T00:39:57.063Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T00:39:58.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T00:40:00.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T00:40:09.656Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T00:40:09.656Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T00:40:09.656Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T00:40:17.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 45.9% of statements [2021-03-05T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T00:40:17.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.236s coverage: 100.0% of statements [2021-03-05T00:40:23.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.584s coverage: 27.1% of statements [2021-03-05T00:40:23.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T00:40:23.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T00:40:23.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T00:40:23.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T00:40:23.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T00:40:23.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T00:40:23.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements [2021-03-05T00:40:23.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T00:40:23.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-03-05T00:40:23.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T00:40:23.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T00:40:24.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 66.2% of statements [2021-03-05T00:40:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T00:40:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T00:40:25.464Z] gofmt -l . [2021-03-05T00:40:26.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.678s coverage: 82.4% of statements [2021-03-05T00:40:26.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T00:40:26.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:40:26.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T00:40:26.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T00:40:26.467Z] [ "`gofmt -l .`" = "" ] [2021-03-05T00:40:27.460Z] ./bin/test-go-mod-tidy.sh [2021-03-05T00:40:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T00:40:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T00:40:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T00:40:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.319s coverage: 86.7% of statements [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T00:40:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.365s coverage: 97.5% of statements [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T00:40:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T00:40:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T00:40:34.398Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T00:40:37.047Z] + ls -al . [2021-03-05T00:40:37.047Z] total 728 [2021-03-05T00:40:37.047Z] drwxrwxr-x 10 1001 1001 4096 Mar 5 00:40 . [2021-03-05T00:40:37.047Z] drwxr-xr-x 4 root root 30 Mar 5 00:36 .. [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 00:33 .dockerignore [2021-03-05T00:40:37.047Z] drwxrwxr-x 8 1001 1001 179 Mar 5 00:33 .git [2021-03-05T00:40:37.047Z] drwxrwxr-x 3 1001 1001 125 Mar 5 00:33 .github [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 00:33 .gitignore [2021-03-05T00:40:37.047Z] drwx------ 3 1001 1001 60 Mar 5 00:34 .semver [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 00:33 .sonarcloud.properties [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 00:33 Attribution.txt [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 00:33 CONTRIBUTING.md [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 00:33 Dockerfile.build [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 00:33 Jenkinsfile [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 00:33 LICENSE [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 00:33 Makefile [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 00:33 README.md [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 00:33 SECURITY.md [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 00:34 VERSION [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 00:33 ZMQWindows.md [2021-03-05T00:40:37.047Z] drwxrwxr-x 2 1001 1001 117 Mar 5 00:33 bin [2021-03-05T00:40:37.047Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 00:33 cmd [2021-03-05T00:40:37.047Z] -rw-r--r-- 1 root root 618155 Mar 5 00:39 coverage.out [2021-03-05T00:40:37.047Z] -rw-r--r-- 1 root root 1055 Mar 5 00:40 go.mod [2021-03-05T00:40:37.047Z] -rw-r--r-- 1 root root 21699 Mar 5 00:40 go.sum [2021-03-05T00:40:37.047Z] drwxrwxr-x 8 1001 1001 127 Mar 5 00:33 internal [2021-03-05T00:40:37.047Z] drwxrwxr-x 4 1001 1001 26 Mar 5 00:33 openapi [2021-03-05T00:40:37.047Z] drwxrwxr-x 4 1001 1001 71 Mar 5 00:33 snap [2021-03-05T00:40:37.047Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 00:33 version.go [Pipeline] sh [2021-03-05T00:40:37.361Z] + '[' -e coverage.out ] [2021-03-05T00:40:37.361Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T00:40:37.664Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T00:40:37.983Z] + make build [2021-03-05T00:40:37.983Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T00:40:45.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T00:40:46.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.241s coverage: 92.8% of statements [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T00:40:46.792Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T00:40:46.792Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.206s coverage: 0.1% of statements [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T00:40:46.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T00:40:46.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.096s coverage: 47.1% of statements [2021-03-05T00:40:46.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.107s coverage: 79.5% of statements [2021-03-05T00:40:46.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements [2021-03-05T00:40:46.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2021-03-05T00:40:46.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.082s coverage: 87.5% of statements [2021-03-05T00:40:56.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2021-03-05T00:40:56.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements [2021-03-05T00:40:56.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.115s coverage: 81.4% of statements [2021-03-05T00:41:03.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T00:41:08.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T00:41:11.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T00:41:12.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T00:41:15.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-03-05T00:41:15.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.6% of statements [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.6% of statements [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.491s coverage: 62.4% of statements [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2021-03-05T00:41:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.927s coverage: 69.1% of statements [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T00:41:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T00:41:15.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 38.4% of statements [2021-03-05T00:41:15.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T00:41:15.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T00:41:15.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements [2021-03-05T00:41:15.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T00:41:16.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.105s coverage: 84.8% of statements [2021-03-05T00:41:16.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T00:41:21.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.430s coverage: 47.0% of statements [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T00:41:21.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T00:41:21.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T00:41:21.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.376s coverage: 88.5% of statements [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:41:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T00:41:24.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T00:41:28.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T00:41:31.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.951s coverage: 29.1% of statements [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.228s coverage: 95.6% of statements [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T00:41:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-05T00:41:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-05T00:41:32.001Z] GO111MODULE=on go vet ./... [2021-03-05T00:41:35.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T00:41:40.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-05T00:41:45.449Z] $ docker stop --time=1 1587e10ccbcb1151c88d08d01065aa05bf049c1572e8180a9feec1ed8af9a5d5 [2021-03-05T00:41:48.814Z] $ docker rm -f 1587e10ccbcb1151c88d08d01065aa05bf049c1572e8180a9feec1ed8af9a5d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:41:51.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:41:51.489Z] [2021-03-05T00:41:51.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:41:52.122Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:41:52.123Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-05T00:41:52.123Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-05T00:41:52.123Z] ca9280d653b3: Pulling fs layer [2021-03-05T00:41:52.123Z] 7e9c9ca2126c: Pulling fs layer [2021-03-05T00:41:52.391Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-05T00:41:52.391Z] cbdbe7a5bc2a: Download complete [2021-03-05T00:41:52.989Z] cbdbe7a5bc2a: Pull complete [2021-03-05T00:41:53.575Z] ca9280d653b3: Verifying Checksum [2021-03-05T00:41:53.575Z] ca9280d653b3: Download complete [2021-03-05T00:41:56.244Z] 7e9c9ca2126c: Download complete [2021-03-05T00:41:56.244Z] ca9280d653b3: Pull complete [2021-03-05T00:42:12.754Z] 7e9c9ca2126c: Pull complete [2021-03-05T00:42:12.754Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-05T00:42:12.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:42:12.754Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-05T00:42:12.953Z] prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container [2021-03-05T00:42:13.114Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T00:42:16.086Z] $ docker top d5921edc280cd386f5b4b65189e8062a7dc1bfe6645aee3ddf526ab13b2518e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:42:17.201Z] + docker-compose+ grep parallel [2021-03-05T00:42:17.201Z] build --help [2021-03-05T00:42:18.209Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T00:42:18.498Z] $ docker stop --time=1 d5921edc280cd386f5b4b65189e8062a7dc1bfe6645aee3ddf526ab13b2518e8 [2021-03-05T00:42:21.848Z] $ docker rm -f d5921edc280cd386f5b4b65189e8062a7dc1bfe6645aee3ddf526ab13b2518e8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:42:22.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:42:22.524Z] . [Pipeline] withDockerContainer [2021-03-05T00:42:22.732Z] prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container [2021-03-05T00:42:22.820Z] $ 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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T00:42:24.084Z] $ docker top 7a0f937b813ca111f619cb6ff5bb83e16a0dd00a85e0c3a34403f1e8b9674142 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:42:24.687Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T00:42:26.640Z] Building docker-core-command-go ... [2021-03-05T00:42:26.640Z] Building docker-core-data-go ... [2021-03-05T00:42:26.640Z] Building docker-core-metadata-go ... [2021-03-05T00:42:26.640Z] Building docker-security-bootstrapper-go ... [2021-03-05T00:42:26.640Z] Building docker-security-proxy-setup-go ... [2021-03-05T00:42:26.640Z] Building docker-security-secretstore-setup-go ... [2021-03-05T00:42:26.640Z] Building docker-support-notifications-go ... [2021-03-05T00:42:26.640Z] Building docker-support-scheduler-go ... [2021-03-05T00:42:26.640Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T00:42:26.640Z] Building docker-core-command-go [2021-03-05T00:42:26.640Z] Building docker-core-data-go [2021-03-05T00:42:26.640Z] Building docker-sys-mgmt-agent-go [2021-03-05T00:42:26.640Z] Building docker-core-metadata-go [2021-03-05T00:42:26.640Z] Building docker-security-secretstore-setup-go [2021-03-05T00:42:53.818Z] gofmt -l . [2021-03-05T00:42:53.818Z] [ "`gofmt -l .`" = "" ] [2021-03-05T00:42:53.818Z] ./bin/test-go-mod-tidy.sh [2021-03-05T00:42:53.818Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T00:42:55.509Z] + ls -al . [2021-03-05T00:42:55.509Z] total 756 [2021-03-05T00:42:55.509Z] drwxrwxr-x 9 1001 1001 4096 Mar 5 00:42 . [2021-03-05T00:42:55.509Z] drwxr-xr-x 4 root root 4096 Mar 5 00:38 .. [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 00:36 .dockerignore [2021-03-05T00:42:55.509Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 00:36 .git [2021-03-05T00:42:55.509Z] drwxrwxr-x 3 1001 1001 4096 Mar 5 00:36 .github [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 00:36 .gitignore [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 00:36 .sonarcloud.properties [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 00:36 Attribution.txt [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 00:36 CONTRIBUTING.md [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 00:36 Dockerfile.build [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 00:36 Jenkinsfile [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 00:36 LICENSE [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 00:36 Makefile [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 00:36 README.md [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 00:36 SECURITY.md [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 00:34 VERSION [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 00:36 ZMQWindows.md [2021-03-05T00:42:55.509Z] drwxrwxr-x 2 1001 1001 4096 Mar 5 00:36 bin [2021-03-05T00:42:55.509Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 00:36 cmd [2021-03-05T00:42:55.509Z] -rw-r--r-- 1 root root 618155 Mar 5 00:41 coverage.out [2021-03-05T00:42:55.509Z] -rw-r--r-- 1 root root 1055 Mar 5 00:42 go.mod [2021-03-05T00:42:55.509Z] -rw-r--r-- 1 root root 21699 Mar 5 00:42 go.sum [2021-03-05T00:42:55.509Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 00:36 internal [2021-03-05T00:42:55.509Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 00:36 openapi [2021-03-05T00:42:55.509Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 00:36 snap [2021-03-05T00:42:55.509Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 00:36 version.go [Pipeline] sh [2021-03-05T00:42:56.177Z] + '[' -e coverage.out ] [2021-03-05T00:42:56.177Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T00:42:56.243Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T00:42:57.486Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T00:42:58.215Z] + make build [2021-03-05T00:42:58.215Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T00:43:13.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T00:43:35.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T00:43:38.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T00:43:43.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T00:43:45.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T00:43:51.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T00:43:57.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T00:43:59.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T00:44:04.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 [2021-03-05T00:44:07.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T00:44:12.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-05T00:44:19.745Z] $ docker stop --time=1 74f3817339e7f5be469f7a943d466ec1742c92d7249328d3861b5aa92f0cb9ff [2021-03-05T00:44:21.805Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:44:21.805Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:44:21.805Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:44:21.805Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:44:21.805Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:44:21.805Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:44:21.805Z] ---> dde42053aa5e [2021-03-05T00:44:21.805Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:44:21.806Z] ---> dde42053aa5e [2021-03-05T00:44:21.806Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:44:21.806Z] ---> dde42053aa5e [2021-03-05T00:44:21.806Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T00:44:21.806Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:44:21.806Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:44:21.806Z] ---> dde42053aa5e [2021-03-05T00:44:21.806Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T00:44:21.806Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:44:21.806Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:44:21.806Z] ---> dde42053aa5e [2021-03-05T00:44:21.806Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:44:21.806Z] ---> Running in 8eff4a2b2ce2 [2021-03-05T00:44:21.806Z] ---> Running in 06feaaf9ebfd [2021-03-05T00:44:21.806Z] ---> Running in 18167c2c39b0 [2021-03-05T00:44:21.806Z] ---> Running in a11218887782 [2021-03-05T00:44:21.806Z] ---> Running in decb4334b580 [2021-03-05T00:44:21.806Z] Removing intermediate container decb4334b580 [2021-03-05T00:44:21.806Z] ---> 0d951756e400 [2021-03-05T00:44:21.806Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:44:21.806Z] Removing intermediate container 18167c2c39b0 [2021-03-05T00:44:21.806Z] ---> 07bd95693b6a [2021-03-05T00:44:21.806Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:44:21.806Z] Removing intermediate container 8eff4a2b2ce2 [2021-03-05T00:44:21.806Z] ---> 426198d76049 [2021-03-05T00:44:21.806Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:44:21.806Z] Removing intermediate container 06feaaf9ebfd [2021-03-05T00:44:21.806Z] ---> 743c51ca9a67 [2021-03-05T00:44:21.806Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:44:21.806Z] Removing intermediate container a11218887782 [2021-03-05T00:44:21.806Z] ---> 8e8000f01a0d [2021-03-05T00:44:21.806Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:44:21.806Z] ---> Running in 442f8b23c6be [2021-03-05T00:44:21.806Z] ---> Running in 50de9d6d251a [2021-03-05T00:44:21.806Z] ---> Running in d872733f2807 [2021-03-05T00:44:21.806Z] ---> Running in 1942c3e5680b [2021-03-05T00:44:21.806Z] ---> Running in 9b4fcdcfe05f [2021-03-05T00:44:22.364Z] $ docker rm -f 74f3817339e7f5be469f7a943d466ec1742c92d7249328d3861b5aa92f0cb9ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:44:24.126Z] Removing intermediate container 1942c3e5680b [2021-03-05T00:44:24.126Z] ---> 2486d8017c46 [2021-03-05T00:44:24.126Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:44:24.126Z] Removing intermediate container 50de9d6d251a [2021-03-05T00:44:24.126Z] ---> 3885831f3c66 [2021-03-05T00:44:24.126Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T00:44:24.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:44:24.411Z] Removing intermediate container 9b4fcdcfe05f [2021-03-05T00:44:24.411Z] ---> 878d8e43c994 [2021-03-05T00:44:24.411Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:44:24.411Z] Removing intermediate container 442f8b23c6be [2021-03-05T00:44:24.411Z] ---> 5aa2777d6ca9 [2021-03-05T00:44:24.411Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T00:44:24.411Z] ---> Running in c8832b39127e [2021-03-05T00:44:24.596Z] [2021-03-05T00:44:24.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:44:24.799Z] Removing intermediate container d872733f2807 [2021-03-05T00:44:24.800Z] ---> 4662b29dfeb2 [2021-03-05T00:44:24.800Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T00:44:24.800Z] ---> Running in 4ccd768a03b2 [2021-03-05T00:44:24.800Z] ---> Running in 81ced9134b5e [2021-03-05T00:44:24.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:44:24.976Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-05T00:44:24.976Z] 29e5d40040c1: Pulling fs layer [2021-03-05T00:44:24.976Z] 1ce36da41761: Pulling fs layer [2021-03-05T00:44:24.976Z] 25b303627fd3: Pulling fs layer [2021-03-05T00:44:25.312Z] ---> Running in 4a12f3cf3753 [2021-03-05T00:44:25.312Z] ---> Running in 40bcd324a735 [2021-03-05T00:44:25.569Z] 29e5d40040c1: Verifying Checksum [2021-03-05T00:44:25.569Z] 29e5d40040c1: Download complete [2021-03-05T00:44:26.170Z] 1ce36da41761: Verifying Checksum [2021-03-05T00:44:26.170Z] 1ce36da41761: Download complete [2021-03-05T00:44:26.170Z] 29e5d40040c1: Pull complete [2021-03-05T00:44:27.601Z] 1ce36da41761: Pull complete [2021-03-05T00:44:27.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:28.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:28.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:28.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:29.032Z] 25b303627fd3: Verifying Checksum [2021-03-05T00:44:29.032Z] 25b303627fd3: Download complete [2021-03-05T00:44:29.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:29.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:29.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:29.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:30.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:30.130Z] OK: 233 MiB in 51 packages [2021-03-05T00:44:30.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:44:31.216Z] OK: 233 MiB in 51 packages [2021-03-05T00:44:31.496Z] Removing intermediate container 81ced9134b5e [2021-03-05T00:44:31.496Z] ---> abbf60849a79 [2021-03-05T00:44:31.496Z] Step 6/26 : COPY go.mod . [2021-03-05T00:44:31.823Z] OK: 233 MiB in 51 packages [2021-03-05T00:44:32.171Z] OK: 233 MiB in 51 packages [2021-03-05T00:44:32.171Z] OK: 233 MiB in 51 packages [2021-03-05T00:44:32.171Z] ---> 6be2c307ccca [2021-03-05T00:44:32.171Z] Step 7/26 : RUN go mod download [2021-03-05T00:44:32.903Z] Removing intermediate container 40bcd324a735 [2021-03-05T00:44:32.903Z] ---> 82466ea7e9ae [2021-03-05T00:44:32.903Z] Step 6/24 : COPY go.mod . [2021-03-05T00:44:32.903Z] ---> Running in cea7053eb383 [2021-03-05T00:44:34.749Z] ---> bec3a7a9b4cc [2021-03-05T00:44:34.749Z] Step 7/24 : RUN go mod download [2021-03-05T00:44:34.749Z] Removing intermediate container 4a12f3cf3753 [2021-03-05T00:44:34.749Z] ---> 30a902ae0889 [2021-03-05T00:44:34.749Z] Step 6/23 : COPY go.mod . [2021-03-05T00:44:35.031Z] Removing intermediate container c8832b39127e [2021-03-05T00:44:35.031Z] ---> 1e1c2a5b95b3 [2021-03-05T00:44:35.031Z] Step 6/23 : COPY go.mod . [2021-03-05T00:44:35.444Z] ---> Running in f6d230499c69 [2021-03-05T00:44:35.725Z] Removing intermediate container 4ccd768a03b2 [2021-03-05T00:44:35.725Z] ---> 9fbe361dc057 [2021-03-05T00:44:35.725Z] Step 6/23 : COPY go.mod . [2021-03-05T00:44:37.797Z] ---> d450d752922c [2021-03-05T00:44:37.797Z] Step 7/23 : RUN go mod download [2021-03-05T00:44:38.908Z] ---> 9a87ae98ebe8 [2021-03-05T00:44:38.908Z] Step 7/23 : RUN go mod download [2021-03-05T00:44:38.908Z] ---> 127823f84325 [2021-03-05T00:44:38.908Z] Step 7/23 : RUN go mod download [2021-03-05T00:44:39.210Z] 25b303627fd3: Pull complete [2021-03-05T00:44:39.210Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-05T00:44:39.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:44:39.210Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-05T00:44:39.483Z] prd-ubuntu18.04-docker-arm64-4c-16g-28616 does not seem to be running inside a container [2021-03-05T00:44:39.549Z] ---> Running in 689b37b377b3 [2021-03-05T00:44:39.549Z] ---> Running in 0afdf751ab6e [2021-03-05T00:44:39.549Z] ---> Running in 4fc7c8266143 [2021-03-05T00:44:39.570Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T00:44:42.889Z] $ docker top 8b84adb8428cc5095291bf27f38bc28998734ff161bc23546f985c8ab7fb18b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:44:43.920Z] + docker-compose build --help [2021-03-05T00:44:43.920Z] + grep parallel [2021-03-05T00:44:44.243Z] Removing intermediate container cea7053eb383 [2021-03-05T00:44:44.243Z] ---> 1542290122f2 [2021-03-05T00:44:44.243Z] Step 8/26 : COPY . . [2021-03-05T00:44:44.243Z] Removing intermediate container f6d230499c69 [2021-03-05T00:44:44.243Z] ---> 7b0d93cfb3e9 [2021-03-05T00:44:44.243Z] Step 8/24 : COPY . . [2021-03-05T00:44:46.964Z] Removing intermediate container 689b37b377b3 [2021-03-05T00:44:46.964Z] ---> 965c2936470d [2021-03-05T00:44:46.964Z] Step 8/23 : COPY . . [2021-03-05T00:44:48.216Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T00:44:48.247Z] $ docker stop --time=1 8b84adb8428cc5095291bf27f38bc28998734ff161bc23546f985c8ab7fb18b0 [2021-03-05T00:44:50.260Z] $ docker rm -f 8b84adb8428cc5095291bf27f38bc28998734ff161bc23546f985c8ab7fb18b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:44:51.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:44:51.292Z] . [Pipeline] withDockerContainer [2021-03-05T00:44:51.386Z] Removing intermediate container 0afdf751ab6e [2021-03-05T00:44:51.386Z] ---> d64f75b4af0e [2021-03-05T00:44:51.386Z] Step 8/23 : COPY . . [2021-03-05T00:44:51.581Z] prd-ubuntu18.04-docker-arm64-4c-16g-28616 does not seem to be running inside a container [2021-03-05T00:44:51.676Z] $ 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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T00:44:53.150Z] $ docker top 4efd35d5ebd0656ad3f2819fc902392267143ff27fa7220c29d04646957767b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:44:54.244Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T00:44:59.538Z] Building docker-core-command-go ... [2021-03-05T00:44:59.538Z] Building docker-core-data-go ... [2021-03-05T00:44:59.538Z] Building docker-core-metadata-go ... [2021-03-05T00:44:59.538Z] Building docker-security-bootstrapper-go ... [2021-03-05T00:44:59.538Z] Building docker-security-proxy-setup-go ... [2021-03-05T00:44:59.538Z] Building docker-security-secretstore-setup-go ... [2021-03-05T00:44:59.538Z] Building docker-support-notifications-go ... [2021-03-05T00:44:59.538Z] Building docker-support-scheduler-go ... [2021-03-05T00:44:59.538Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T00:44:59.538Z] Building docker-security-proxy-setup-go [2021-03-05T00:44:59.538Z] Building docker-security-secretstore-setup-go [2021-03-05T00:44:59.538Z] Building docker-support-scheduler-go [2021-03-05T00:44:59.538Z] Building docker-core-command-go [2021-03-05T00:44:59.538Z] Building docker-security-bootstrapper-go [2021-03-05T00:45:00.025Z] Removing intermediate container 4fc7c8266143 [2021-03-05T00:45:00.025Z] ---> 42fff15d731f [2021-03-05T00:45:00.025Z] Step 8/23 : COPY . . [2021-03-05T00:46:07.535Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:46:07.535Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:46:07.535Z] ---> efd2104b7450 [2021-03-05T00:46:07.535Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T00:46:07.535Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:46:07.535Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:46:07.535Z] ---> efd2104b7450 [2021-03-05T00:46:07.535Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T00:46:07.535Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:46:07.535Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:46:07.535Z] ---> efd2104b7450 [2021-03-05T00:46:07.535Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T00:46:07.535Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:46:07.535Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:46:07.535Z] ---> efd2104b7450 [2021-03-05T00:46:07.535Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:46:07.535Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:46:07.535Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:46:07.535Z] ---> efd2104b7450 [2021-03-05T00:46:07.535Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:46:11.841Z] ---> Running in 707309c0c656 [2021-03-05T00:46:11.841Z] ---> Running in 4e3d0f2ae3bd [2021-03-05T00:46:11.841Z] ---> Running in 9e55c5e2e5de [2021-03-05T00:46:11.841Z] ---> Running in 1a000236386a [2021-03-05T00:46:11.841Z] ---> Running in a0ddbeeb3708 [2021-03-05T00:46:12.826Z] Removing intermediate container 4e3d0f2ae3bd [2021-03-05T00:46:12.826Z] ---> 5eb0c19e30b7 [2021-03-05T00:46:12.826Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:12.826Z] Removing intermediate container 1a000236386a [2021-03-05T00:46:12.826Z] ---> 03b82f9094e6 [2021-03-05T00:46:12.826Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:12.826Z] Removing intermediate container 9e55c5e2e5de [2021-03-05T00:46:12.826Z] ---> 052e05209e57 [2021-03-05T00:46:12.826Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:12.826Z] Removing intermediate container a0ddbeeb3708 [2021-03-05T00:46:12.826Z] ---> f928cae8ac7b [2021-03-05T00:46:12.826Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:12.826Z] Removing intermediate container 707309c0c656 [2021-03-05T00:46:12.826Z] ---> 54e49cb39473 [2021-03-05T00:46:12.826Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:46:12.826Z] ---> Running in f8839a460293 [2021-03-05T00:46:12.826Z] ---> Running in c088d187b400 [2021-03-05T00:46:13.098Z] ---> Running in 28d70fdc79ea [2021-03-05T00:46:13.098Z] ---> Running in 072a1bdb04a0 [2021-03-05T00:46:13.098Z] ---> Running in b1489f8d27d0 [2021-03-05T00:46:17.429Z] Removing intermediate container c088d187b400 [2021-03-05T00:46:17.429Z] ---> 95c79681e4ae [2021-03-05T00:46:17.429Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T00:46:17.429Z] ---> Running in 970bcbe9873f [2021-03-05T00:46:17.429Z] Removing intermediate container f8839a460293 [2021-03-05T00:46:17.429Z] ---> 9014b1f6fcf9 [2021-03-05T00:46:17.429Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T00:46:17.429Z] Removing intermediate container 072a1bdb04a0 [2021-03-05T00:46:17.429Z] ---> 5807fd112d3a [2021-03-05T00:46:17.429Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:46:17.710Z] ---> Running in b3a60da109c3 [2021-03-05T00:46:17.710Z] ---> Running in 750512a23d58 [2021-03-05T00:46:17.710Z] Removing intermediate container 28d70fdc79ea [2021-03-05T00:46:17.710Z] ---> b3acd5580c18 [2021-03-05T00:46:17.710Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T00:46:17.710Z] Removing intermediate container b1489f8d27d0 [2021-03-05T00:46:17.984Z] ---> 5daeb6b2d272 [2021-03-05T00:46:17.984Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T00:46:18.259Z] ---> Running in 4afce0674db9 [2021-03-05T00:46:18.259Z] ---> Running in d9016c2cfc76 [2021-03-05T00:46:19.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:19.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:20.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:20.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:20.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:20.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:20.780Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:20.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:20.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:21.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:21.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:21.687Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:21.963Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:21.963Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:21.963Z] OK: 217 MiB in 51 packages [2021-03-05T00:46:22.572Z] Removing intermediate container 970bcbe9873f [2021-03-05T00:46:22.572Z] ---> b7b9734811b2 [2021-03-05T00:46:22.572Z] Step 6/24 : COPY go.mod . [2021-03-05T00:46:23.554Z] Removing intermediate container 750512a23d58 [2021-03-05T00:46:23.554Z] ---> c33d0c7df6be [2021-03-05T00:46:23.554Z] Step 6/23 : COPY go.mod . [2021-03-05T00:46:23.829Z] ---> ea6c3ead2613 [2021-03-05T00:46:23.829Z] Step 7/24 : RUN go mod download [2021-03-05T00:46:23.829Z] Removing intermediate container b3a60da109c3 [2021-03-05T00:46:23.829Z] ---> 1677868d7b12 [2021-03-05T00:46:23.829Z] Step 6/31 : COPY go.mod . [2021-03-05T00:46:24.112Z] ---> Running in 5a96c3a39982 [2021-03-05T00:46:24.112Z] Removing intermediate container d9016c2cfc76 [2021-03-05T00:46:24.112Z] ---> 48a2a6659625 [2021-03-05T00:46:24.112Z] Step 6/21 : COPY go.mod . [2021-03-05T00:46:24.112Z] Removing intermediate container 4afce0674db9 [2021-03-05T00:46:24.112Z] ---> 00eb8e22fe02 [2021-03-05T00:46:24.112Z] Step 6/22 : COPY go.mod . [2021-03-05T00:46:24.724Z] ---> 6bd572264982 [2021-03-05T00:46:24.724Z] Step 7/23 : RUN go mod download [2021-03-05T00:46:25.004Z] ---> 06a54b58f62a [2021-03-05T00:46:25.004Z] Step 7/31 : RUN go mod download [2021-03-05T00:46:25.004Z] ---> Running in 66636422657a [2021-03-05T00:46:25.277Z] ---> Running in 2a58946740d7 [2021-03-05T00:46:25.277Z] ---> 20cde019931a [2021-03-05T00:46:25.277Z] Step 7/22 : RUN go mod download [2021-03-05T00:46:25.570Z] ---> d53e7e921632 [2021-03-05T00:46:25.570Z] Step 7/21 : RUN go mod download [2021-03-05T00:46:25.570Z] ---> Running in ff635f0e13ee [2021-03-05T00:46:25.852Z] ---> Running in 580b48d300ae [2021-03-05T00:46:28.488Z] Removing intermediate container 5a96c3a39982 [2021-03-05T00:46:28.488Z] ---> 9a5357cdcbac [2021-03-05T00:46:28.488Z] Step 8/24 : COPY . . [2021-03-05T00:46:29.491Z] Removing intermediate container 66636422657a [2021-03-05T00:46:29.491Z] ---> 224d39ce9996 [2021-03-05T00:46:29.491Z] Step 8/23 : COPY . . [2021-03-05T00:46:29.766Z] Removing intermediate container 2a58946740d7 [2021-03-05T00:46:29.766Z] ---> 74c5de4e738f [2021-03-05T00:46:29.766Z] Step 8/31 : COPY . . [2021-03-05T00:46:31.820Z] Removing intermediate container 580b48d300ae [2021-03-05T00:46:31.820Z] ---> 5782970f804d [2021-03-05T00:46:31.820Z] Step 8/21 : COPY . . [2021-03-05T00:46:32.421Z] Removing intermediate container ff635f0e13ee [2021-03-05T00:46:32.421Z] ---> 153aa7b44318 [2021-03-05T00:46:32.421Z] Step 8/22 : COPY . . [2021-03-05T00:46:59.226Z] ---> a4fddf84649b [2021-03-05T00:46:59.226Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T00:46:59.226Z] ---> 0d59fb92543a [2021-03-05T00:46:59.226Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T00:46:59.226Z] ---> 166b899fef53 [2021-03-05T00:46:59.226Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T00:46:59.226Z] ---> 2d8f9d9c6420 [2021-03-05T00:46:59.226Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T00:46:59.226Z] ---> 62b9dc7860e4 [2021-03-05T00:46:59.226Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T00:46:59.226Z] ---> Running in db16a680df4a [2021-03-05T00:46:59.226Z] ---> Running in 54264b10bf2d [2021-03-05T00:46:59.226Z] ---> Running in 9082f358a9e3 [2021-03-05T00:46:59.226Z] ---> Running in 7b5cfc56285b [2021-03-05T00:46:59.226Z] ---> Running in e0ef6dbc627d [2021-03-05T00:46:59.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T00:46:59.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T00:46:59.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T00:46:59.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T00:46:59.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T00:48:28.146Z] ---> 2521c79efc2b [2021-03-05T00:48:28.146Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T00:48:28.429Z] ---> d7b51950be2c [2021-03-05T00:48:28.429Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T00:48:29.028Z] ---> Running in 027b3296b7ba [2021-03-05T00:48:29.028Z] ---> e623e8e32866 [2021-03-05T00:48:29.028Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T00:48:29.028Z] ---> a7cb24ee53da [2021-03-05T00:48:29.028Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T00:48:29.028Z] ---> Running in 7cb14d286996 [2021-03-05T00:48:29.329Z] ---> 1a5d85d16fed [2021-03-05T00:48:29.329Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T00:48:29.619Z] ---> Running in 718f65e86e58 [2021-03-05T00:48:29.619Z] ---> Running in c4cf548ff6e7 [2021-03-05T00:48:29.619Z] ---> Running in 64658401a915 [2021-03-05T00:48:33.454Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T00:48:33.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T00:48:33.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T00:48:33.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T00:48:33.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T00:48:36.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T00:48:36.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T00:48:48.894Z] Removing intermediate container 9082f358a9e3 [2021-03-05T00:48:48.894Z] ---> 49f065b47784 [2021-03-05T00:48:48.894Z] [2021-03-05T00:48:48.894Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T00:48:48.894Z] 3.12: Pulling from library/alpine [2021-03-05T00:48:48.894Z] Removing intermediate container 7b5cfc56285b [2021-03-05T00:48:48.894Z] ---> 0ecbcc322cf7 [2021-03-05T00:48:48.894Z] [2021-03-05T00:48:48.894Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T00:48:48.894Z] 3.12: Pulling from library/alpine [2021-03-05T00:48:50.338Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:48:50.338Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:48:50.338Z] Status: Image is up to date for alpine:3.12 [2021-03-05T00:48:50.338Z] ---> d10569e2745f [2021-03-05T00:48:50.338Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T00:48:50.338Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T00:48:50.338Z] ---> d10569e2745f [2021-03-05T00:48:50.338Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T00:48:50.338Z] Removing intermediate container db16a680df4a [2021-03-05T00:48:50.338Z] ---> 1c8a01db179b [2021-03-05T00:48:50.338Z] [2021-03-05T00:48:50.338Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T00:48:50.338Z] ---> d10569e2745f [2021-03-05T00:48:50.338Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T00:48:50.615Z] ---> Running in 2491c7d9913f [2021-03-05T00:48:50.615Z] ---> Running in bd0467ad3638 [2021-03-05T00:48:50.615Z] ---> Running in aa7a0fb2647e [2021-03-05T00:48:52.082Z] Removing intermediate container aa7a0fb2647e [2021-03-05T00:48:52.082Z] ---> d43a53f3b320 [2021-03-05T00:48:52.082Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T00:48:52.082Z] ---> Running in 66deaa2f8f19 [2021-03-05T00:48:53.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:53.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:53.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:53.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:53.633Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T00:48:53.910Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:48:53.910Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T00:48:53.910Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T00:48:53.910Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T00:48:53.910Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:48:53.910Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:48:53.910Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T00:48:54.193Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:48:54.193Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T00:48:54.193Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T00:48:54.193Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:48:54.193Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:48:54.193Z] OK: 7 MiB in 19 packages [2021-03-05T00:48:54.471Z] OK: 7 MiB in 18 packages [2021-03-05T00:48:54.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:55.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:55.647Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:48:55.647Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T00:48:55.647Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:48:55.647Z] OK: 5 MiB in 16 packages [2021-03-05T00:48:57.647Z] Removing intermediate container 54264b10bf2d [2021-03-05T00:48:57.647Z] ---> aff7660966ad [2021-03-05T00:48:57.647Z] [2021-03-05T00:48:57.647Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:48:57.647Z] ---> d10569e2745f [2021-03-05T00:48:57.647Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:48:57.919Z] ---> Running in 76e866b0a19a [2021-03-05T00:48:58.215Z] Removing intermediate container 66deaa2f8f19 [2021-03-05T00:48:58.215Z] ---> bdb3917e18e4 [2021-03-05T00:48:58.215Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T00:48:58.215Z] Removing intermediate container 2491c7d9913f [2021-03-05T00:48:58.215Z] ---> 9a81d568c584 [2021-03-05T00:48:58.215Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:48:58.215Z] Removing intermediate container bd0467ad3638 [2021-03-05T00:48:58.215Z] ---> d1cda4c7d20c [2021-03-05T00:48:58.215Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:48:58.492Z] Removing intermediate container e0ef6dbc627d [2021-03-05T00:48:58.492Z] ---> d91e988773f1 [2021-03-05T00:48:58.492Z] [2021-03-05T00:48:58.492Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:48:58.492Z] ---> d10569e2745f [2021-03-05T00:48:58.492Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:48:58.764Z] ---> Running in 9ebd6f4a2f1e [2021-03-05T00:48:58.764Z] ---> Running in 14d5a8556ed4 [2021-03-05T00:48:58.764Z] ---> Running in d9955a4043a6 [2021-03-05T00:48:58.764Z] ---> Running in c6b482760121 [2021-03-05T00:48:59.363Z] Removing intermediate container 9ebd6f4a2f1e [2021-03-05T00:48:59.363Z] ---> f83f01b3197b [2021-03-05T00:48:59.363Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T00:48:59.636Z] Removing intermediate container 14d5a8556ed4 [2021-03-05T00:48:59.636Z] ---> 971f98f645d6 [2021-03-05T00:48:59.636Z] Step 13/24 : WORKDIR / [2021-03-05T00:48:59.636Z] ---> Running in cddcfd05da41 [2021-03-05T00:48:59.932Z] Removing intermediate container d9955a4043a6 [2021-03-05T00:48:59.932Z] ---> e5a2c8386cbf [2021-03-05T00:48:59.932Z] Step 13/21 : WORKDIR /edgex [2021-03-05T00:48:59.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:59.932Z] ---> Running in 78e47a4cb651 [2021-03-05T00:48:59.932Z] ---> Running in 7efc96b50490 [2021-03-05T00:49:00.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:00.493Z] Removing intermediate container cddcfd05da41 [2021-03-05T00:49:00.493Z] ---> c5515ba82da3 [2021-03-05T00:49:00.493Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T00:49:00.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:00.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:00.773Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:49:00.773Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:49:00.773Z] OK: 5 MiB in 15 packages [2021-03-05T00:49:00.773Z] ---> Running in 8e8753fc40b9 [2021-03-05T00:49:01.049Z] Removing intermediate container 78e47a4cb651 [2021-03-05T00:49:01.049Z] ---> 2e2b2e65debb [2021-03-05T00:49:01.049Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T00:49:01.331Z] Removing intermediate container 7efc96b50490 [2021-03-05T00:49:01.332Z] ---> bba533cf1a89 [2021-03-05T00:49:01.332Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T00:49:01.614Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:49:01.614Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:49:01.614Z] OK: 5 MiB in 15 packages [2021-03-05T00:49:02.596Z] ---> 13bfa4f35776 [2021-03-05T00:49:02.596Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T00:49:02.872Z] ---> be86dee89ca5 [2021-03-05T00:49:02.872Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T00:49:02.872Z] Removing intermediate container 76e866b0a19a [2021-03-05T00:49:02.872Z] ---> bc9d3ac9307e [2021-03-05T00:49:02.872Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:49:03.158Z] ---> Running in ddeeae96a54c [2021-03-05T00:49:03.435Z] Removing intermediate container c6b482760121 [2021-03-05T00:49:03.435Z] ---> a792d21625ce [2021-03-05T00:49:03.435Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:49:03.709Z] ---> b0beb7ee42d5 [2021-03-05T00:49:03.709Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:03.709Z] ---> Running in 2e3a84895ff4 [2021-03-05T00:49:04.014Z] Removing intermediate container ddeeae96a54c [2021-03-05T00:49:04.014Z] ---> 6aa91fce4212 [2021-03-05T00:49:04.014Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T00:49:04.294Z] ---> Running in f78c8c6c1e6b [2021-03-05T00:49:04.565Z] ---> b4276d9bb678 [2021-03-05T00:49:04.565Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T00:49:04.565Z] Removing intermediate container 2e3a84895ff4 [2021-03-05T00:49:04.565Z] ---> 5dc54afffb85 [2021-03-05T00:49:04.565Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T00:49:04.836Z] Removing intermediate container 8e8753fc40b9 [2021-03-05T00:49:04.836Z] ---> 50bae52a3f27 [2021-03-05T00:49:04.836Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T00:49:04.836Z] ---> 03dae04d4f1a [2021-03-05T00:49:04.836Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T00:49:04.836Z] ---> Running in a03200bfc34f [2021-03-05T00:49:04.836Z] Removing intermediate container f78c8c6c1e6b [2021-03-05T00:49:04.836Z] ---> 2bb312c4e9d6 [2021-03-05T00:49:04.836Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:49:05.112Z] ---> Running in 94349df31b97 [2021-03-05T00:49:05.112Z] ---> Running in 47aeff7b2de4 [2021-03-05T00:49:05.710Z] Removing intermediate container a03200bfc34f [2021-03-05T00:49:05.710Z] ---> f3a730d83b9c [2021-03-05T00:49:05.710Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:49:05.983Z] ---> Running in fce97fbfb6da [2021-03-05T00:49:05.983Z] Removing intermediate container 47aeff7b2de4 [2021-03-05T00:49:05.983Z] ---> c9ea048ebdc8 [2021-03-05T00:49:05.983Z] Step 15/23 : WORKDIR / [2021-03-05T00:49:06.255Z] Removing intermediate container 94349df31b97 [2021-03-05T00:49:06.255Z] ---> 43d5d157b0cf [2021-03-05T00:49:06.255Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T00:49:06.255Z] ---> Running in fa47137dbf04 [2021-03-05T00:49:06.530Z] ---> 903798f6abcf [2021-03-05T00:49:06.530Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T00:49:06.530Z] ---> 2a3e63038c25 [2021-03-05T00:49:06.530Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T00:49:06.804Z] Removing intermediate container fce97fbfb6da [2021-03-05T00:49:06.804Z] ---> 20d972933ea7 [2021-03-05T00:49:06.804Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:49:06.804Z] ---> Running in f743a4d5a92b [2021-03-05T00:49:07.408Z] Removing intermediate container fa47137dbf04 [2021-03-05T00:49:07.408Z] ---> 337a1d2dc40a [2021-03-05T00:49:07.408Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:49:07.408Z] Removing intermediate container f743a4d5a92b [2021-03-05T00:49:07.408Z] ---> d1fae0d469ee [2021-03-05T00:49:07.408Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T00:49:07.408Z] ---> 3fd2940db703 [2021-03-05T00:49:07.408Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T00:49:08.028Z] ---> Running in 60bf3b41714a [2021-03-05T00:49:08.028Z] ---> Running in dce52777f891 [2021-03-05T00:49:08.028Z] ---> 39620f168baa [2021-03-05T00:49:08.028Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T00:49:08.028Z] ---> 89e437074438 [2021-03-05T00:49:08.028Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T00:49:08.305Z] ---> 8f2b1ed09b3f [2021-03-05T00:49:08.305Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T00:49:08.584Z] Removing intermediate container dce52777f891 [2021-03-05T00:49:08.584Z] ---> 3be279e8a9de [2021-03-05T00:49:08.584Z] Step 19/21 : LABEL arch=arm64 [2021-03-05T00:49:08.858Z] ---> Running in b0707daa1008 [2021-03-05T00:49:10.305Z] ---> 8b4a1f979020 [2021-03-05T00:49:10.305Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T00:49:10.305Z] ---> Running in 0e0b23a3f166 [2021-03-05T00:49:10.305Z] Removing intermediate container b0707daa1008 [2021-03-05T00:49:10.305Z] ---> da7d3601688f [2021-03-05T00:49:10.305Z] Step 20/21 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:49:10.305Z] ---> 7194aed0de23 [2021-03-05T00:49:10.305Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:10.305Z] ---> d34ac425c0aa [2021-03-05T00:49:10.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:10.579Z] ---> Running in cf6a2e8b1268 [2021-03-05T00:49:11.566Z] Removing intermediate container cf6a2e8b1268 [2021-03-05T00:49:11.566Z] ---> 335c78c826a3 [2021-03-05T00:49:11.566Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T00:49:11.566Z] ---> Running in ead4673dde02 [2021-03-05T00:49:11.839Z] ---> 6446311e9d59 [2021-03-05T00:49:11.839Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T00:49:11.839Z] Removing intermediate container 60bf3b41714a [2021-03-05T00:49:11.839Z] ---> c4b5e6ab1dba [2021-03-05T00:49:11.839Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:49:11.839Z] ---> 33486c3f818f [2021-03-05T00:49:11.839Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T00:49:12.115Z] ---> Running in 2db8c173bbca [2021-03-05T00:49:12.115Z] ---> Running in 50d473f43e85 [2021-03-05T00:49:12.395Z] Removing intermediate container ead4673dde02 [2021-03-05T00:49:12.395Z] ---> a8541264a73f [2021-03-05T00:49:12.395Z] [2021-03-05T00:49:12.992Z] Removing intermediate container 2db8c173bbca [2021-03-05T00:49:12.992Z] ---> 4ba864021040 [2021-03-05T00:49:12.992Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:49:12.992Z] Successfully built a8541264a73f [2021-03-05T00:49:13.264Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-05T00:49:13.264Z] Building docker-support-notifications-go [2021-03-05T00:49:13.264Z]  Building docker-security-proxy-setup-go ... done  ---> Running in e7dc137851a6 [2021-03-05T00:49:13.264Z] ---> 2713ed008c6a [2021-03-05T00:49:13.264Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T00:49:13.264Z] Removing intermediate container 50d473f43e85 [2021-03-05T00:49:13.264Z] ---> a05892387055 [2021-03-05T00:49:13.264Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:49:13.545Z] ---> Running in a9309e83c5ab [2021-03-05T00:49:13.825Z] Removing intermediate container 0e0b23a3f166 [2021-03-05T00:49:13.825Z] ---> adb2f39232d8 [2021-03-05T00:49:13.825Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T00:49:14.099Z] Removing intermediate container e7dc137851a6 [2021-03-05T00:49:14.099Z] ---> e9f882010592 [2021-03-05T00:49:14.099Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T00:49:14.099Z] ---> Running in 2dae546537ed [2021-03-05T00:49:14.383Z] ---> Running in 954233fb6074 [2021-03-05T00:49:14.383Z] Removing intermediate container a9309e83c5ab [2021-03-05T00:49:14.383Z] ---> aab54aa25b33 [2021-03-05T00:49:14.383Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T00:49:14.985Z] ---> Running in d766681fb1c1 [2021-03-05T00:49:15.310Z] Removing intermediate container 2dae546537ed [2021-03-05T00:49:15.310Z] ---> b59b649cc1af [2021-03-05T00:49:15.310Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T00:49:15.592Z] ---> d53fd1a33a69 [2021-03-05T00:49:15.592Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T00:49:15.592Z] Removing intermediate container 954233fb6074 [2021-03-05T00:49:15.592Z] ---> 0eb0e4c1263d [2021-03-05T00:49:15.592Z] Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:49:16.230Z] ---> Running in 772d1163afd8 [2021-03-05T00:49:16.230Z] Removing intermediate container d766681fb1c1 [2021-03-05T00:49:16.230Z] ---> eb3bb0a4fe25 [2021-03-05T00:49:16.230Z] Step 21/22 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:49:16.523Z] ---> Running in a57a14572e63 [2021-03-05T00:49:16.798Z] ---> Running in 936f1e7597b4 [2021-03-05T00:49:17.084Z] ---> 406582f6b3d8 [2021-03-05T00:49:17.084Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T00:49:17.084Z] Removing intermediate container 772d1163afd8 [2021-03-05T00:49:17.084Z] ---> 0bdfd3121139 [2021-03-05T00:49:17.084Z] Step 23/24 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:49:17.084Z] Removing intermediate container a57a14572e63 [2021-03-05T00:49:17.084Z] ---> a7b05fd23986 [2021-03-05T00:49:17.084Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:49:17.357Z] ---> Running in afbb48261287 [2021-03-05T00:49:17.632Z] ---> Running in e9c9389d0281 [2021-03-05T00:49:17.904Z] Removing intermediate container 936f1e7597b4 [2021-03-05T00:49:17.904Z] ---> 8160086d6f6d [2021-03-05T00:49:17.904Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:49:18.514Z] ---> Running in 438504e64b55 [2021-03-05T00:49:18.787Z] Removing intermediate container afbb48261287 [2021-03-05T00:49:18.787Z] ---> f5a504de08d1 [2021-03-05T00:49:18.787Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T00:49:18.787Z] ---> cea778493935 [2021-03-05T00:49:18.787Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T00:49:18.787Z] Removing intermediate container e9c9389d0281 [2021-03-05T00:49:18.787Z] ---> 8bc7a1133172 [2021-03-05T00:49:18.787Z] [2021-03-05T00:49:19.398Z] Successfully built 8bc7a1133172 [2021-03-05T00:49:19.398Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-05T00:49:19.398Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-05T00:49:19.398Z] ---> Running in 725aac6d8ca3 [2021-03-05T00:49:19.398Z] Removing intermediate container 438504e64b55 [2021-03-05T00:49:19.398Z] ---> b8543256065b [2021-03-05T00:49:19.398Z] [2021-03-05T00:49:19.670Z] ---> 3e53794bbbc0 [2021-03-05T00:49:19.670Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T00:49:19.948Z] Successfully built b8543256065b [2021-03-05T00:49:20.219Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-05T00:49:20.219Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-05T00:49:20.491Z] ---> Running in 43b803274f5d [2021-03-05T00:49:20.492Z] Removing intermediate container 725aac6d8ca3 [2021-03-05T00:49:20.492Z] ---> 2be14a21730d [2021-03-05T00:49:20.492Z] [2021-03-05T00:49:20.768Z] Successfully built 2be14a21730d [2021-03-05T00:49:21.045Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-05T00:49:21.045Z] Building docker-core-metadata-go [2021-03-05T00:49:21.045Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 43b803274f5d [2021-03-05T00:49:21.045Z] ---> 3db9ab4c196f [2021-03-05T00:49:21.045Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T00:49:22.021Z] ---> 5c2a8616e3ac [2021-03-05T00:49:22.021Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T00:49:22.293Z] ---> Running in ab7706028663 [2021-03-05T00:49:24.907Z] Removing intermediate container ab7706028663 [2021-03-05T00:49:24.907Z] ---> 25ab48294442 [2021-03-05T00:49:24.907Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T00:49:25.881Z] ---> Running in 8051049c4591 [2021-03-05T00:49:27.314Z] Removing intermediate container 8051049c4591 [2021-03-05T00:49:27.314Z] ---> baa9f8c1b852 [2021-03-05T00:49:27.314Z] Step 28/31 : CMD ["gate"] [2021-03-05T00:49:28.745Z] ---> Running in 24209abbd012 [2021-03-05T00:49:30.177Z] Removing intermediate container 24209abbd012 [2021-03-05T00:49:30.177Z] ---> ac9bcef31744 [2021-03-05T00:49:30.177Z] Step 29/31 : LABEL arch=arm64 [2021-03-05T00:49:31.615Z] ---> Running in ee5f5815cb30 [2021-03-05T00:49:31.889Z] Removing intermediate container ee5f5815cb30 [2021-03-05T00:49:31.889Z] ---> 8889b8f04385 [2021-03-05T00:49:31.889Z] Step 30/31 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:49:32.488Z] ---> Running in aeedec439a29 [2021-03-05T00:49:33.094Z] Removing intermediate container aeedec439a29 [2021-03-05T00:49:33.094Z] ---> fbd1ec08fe11 [2021-03-05T00:49:33.094Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T00:49:33.696Z] ---> Running in 88f84b7785e9 [2021-03-05T00:49:34.678Z] Removing intermediate container 88f84b7785e9 [2021-03-05T00:49:34.678Z] ---> 1f39c45a599d [2021-03-05T00:49:34.678Z] [2021-03-05T00:49:34.952Z] Successfully built 1f39c45a599d [2021-03-05T00:49:35.225Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-05T00:49:56.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T00:50:02.011Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:50:02.012Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:50:02.012Z] ---> efd2104b7450 [2021-03-05T00:50:02.012Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:50:02.012Z] ---> Using cache [2021-03-05T00:50:02.012Z] ---> 54e49cb39473 [2021-03-05T00:50:02.012Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:50:02.012Z] ---> Using cache [2021-03-05T00:50:02.012Z] ---> 5daeb6b2d272 [2021-03-05T00:50:02.012Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T00:50:04.398Z] Removing intermediate container c4cf548ff6e7 [2021-03-05T00:50:04.398Z] ---> 8c9737d2ecce [2021-03-05T00:50:04.398Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T00:50:05.615Z] ---> Running in c8459627604f [2021-03-05T00:50:05.678Z] ---> Running in 9ade41e2793d [2021-03-05T00:50:05.959Z] Removing intermediate container 718f65e86e58 [2021-03-05T00:50:05.959Z] ---> 87f1df2e6170 [2021-03-05T00:50:05.959Z] [2021-03-05T00:50:05.959Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:50:06.335Z] 3.12: Pulling from library/alpine [2021-03-05T00:50:07.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:08.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:09.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T00:50:09.547Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:50:09.547Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T00:50:09.547Z] ---> 88dd2752d2ea [2021-03-05T00:50:09.547Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:50:10.086Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:50:10.086Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:50:10.086Z] ---> efd2104b7450 [2021-03-05T00:50:10.086Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T00:50:10.086Z] ---> Using cache [2021-03-05T00:50:10.086Z] ---> 54e49cb39473 [2021-03-05T00:50:10.086Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:50:10.086Z] ---> Using cache [2021-03-05T00:50:10.086Z] ---> 5daeb6b2d272 [2021-03-05T00:50:10.086Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T00:50:10.086Z] OK: 217 MiB in 51 packages [2021-03-05T00:50:10.364Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:50:10.364Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:50:10.364Z] ---> efd2104b7450 [2021-03-05T00:50:10.364Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:50:10.364Z] ---> Using cache [2021-03-05T00:50:10.364Z] ---> 54e49cb39473 [2021-03-05T00:50:10.364Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:50:10.364Z] ---> Using cache [2021-03-05T00:50:10.364Z] ---> 5daeb6b2d272 [2021-03-05T00:50:10.364Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T00:50:10.364Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:50:10.364Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:50:10.364Z] ---> efd2104b7450 [2021-03-05T00:50:10.364Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:50:10.364Z] ---> Using cache [2021-03-05T00:50:10.364Z] ---> 54e49cb39473 [2021-03-05T00:50:10.364Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:50:10.364Z] ---> Using cache [2021-03-05T00:50:10.364Z] ---> 5daeb6b2d272 [2021-03-05T00:50:10.364Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:50:10.364Z] ---> Using cache [2021-03-05T00:50:10.364Z] ---> 00eb8e22fe02 [2021-03-05T00:50:10.364Z] Step 6/23 : COPY go.mod . [2021-03-05T00:50:10.364Z] ---> Using cache [2021-03-05T00:50:10.364Z] ---> 20cde019931a [2021-03-05T00:50:10.364Z] Step 7/23 : RUN go mod download [2021-03-05T00:50:10.364Z] ---> Using cache [2021-03-05T00:50:10.364Z] ---> 153aa7b44318 [2021-03-05T00:50:10.364Z] Step 8/23 : COPY . . [2021-03-05T00:50:10.364Z] ---> Using cache [2021-03-05T00:50:10.364Z] ---> 2d8f9d9c6420 [2021-03-05T00:50:10.364Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T00:50:11.394Z] ---> Running in f5434b665209 [2021-03-05T00:50:11.394Z] ---> Running in c0299f626496 [2021-03-05T00:50:11.394Z] ---> Running in 2b8f529ef5e6 [2021-03-05T00:50:11.636Z] ---> Running in 04d1ad70c675 [2021-03-05T00:50:12.080Z] Removing intermediate container 9ade41e2793d [2021-03-05T00:50:12.080Z] ---> 7c33a4312096 [2021-03-05T00:50:12.390Z] Step 6/22 : COPY go.mod . [2021-03-05T00:50:13.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T00:50:13.378Z] ---> 630b8bdb32ce [2021-03-05T00:50:13.378Z] Step 7/22 : RUN go mod download [2021-03-05T00:50:13.660Z] ---> Running in e7f1810ff1d3 [2021-03-05T00:50:13.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:13.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:14.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:14.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:14.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:14.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:15.268Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:50:15.268Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:50:15.268Z] OK: 6 MiB in 15 packages [2021-03-05T00:50:15.524Z] OK: 217 MiB in 51 packages [2021-03-05T00:50:15.525Z] OK: 217 MiB in 51 packages [2021-03-05T00:50:16.744Z] Removing intermediate container 64658401a915 [2021-03-05T00:50:16.744Z] ---> 93c11aee6fa4 [2021-03-05T00:50:16.744Z] [2021-03-05T00:50:16.744Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:50:17.334Z] ---> 88dd2752d2ea [2021-03-05T00:50:17.334Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:50:17.334Z] Removing intermediate container c8459627604f [2021-03-05T00:50:17.334Z] ---> a0a222f29d04 [2021-03-05T00:50:17.334Z] [2021-03-05T00:50:17.334Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T00:50:17.334Z] 20.10.0: Pulling from library/docker [2021-03-05T00:50:17.516Z] Removing intermediate container 2b8f529ef5e6 [2021-03-05T00:50:17.516Z] ---> a2398339c30b [2021-03-05T00:50:17.516Z] Step 6/23 : COPY go.mod . [2021-03-05T00:50:17.603Z] Removing intermediate container 027b3296b7ba [2021-03-05T00:50:17.604Z] ---> 0d0e23366f25 [2021-03-05T00:50:17.604Z] [2021-03-05T00:50:17.604Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T00:50:17.604Z] ---> 88dd2752d2ea [2021-03-05T00:50:17.604Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T00:50:17.604Z] ---> Running in 431ee42f1242 [2021-03-05T00:50:17.604Z] Removing intermediate container 7cb14d286996 [2021-03-05T00:50:17.604Z] ---> 99b8b53cc87b [2021-03-05T00:50:17.604Z] [2021-03-05T00:50:17.604Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:50:17.604Z] ---> 88dd2752d2ea [2021-03-05T00:50:17.604Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T00:50:18.126Z] Removing intermediate container c0299f626496 [2021-03-05T00:50:18.126Z] ---> defc86fe3a30 [2021-03-05T00:50:18.126Z] Step 6/26 : COPY go.mod . [2021-03-05T00:50:18.126Z] Removing intermediate container e7f1810ff1d3 [2021-03-05T00:50:18.126Z] ---> 479d7faf983e [2021-03-05T00:50:18.126Z] Step 8/22 : COPY . . [2021-03-05T00:50:18.301Z] ---> Running in 7861318fdb37 [2021-03-05T00:50:18.301Z] ---> Running in 8ea6f9818cdd [2021-03-05T00:50:18.944Z] Removing intermediate container 04d1ad70c675 [2021-03-05T00:50:18.944Z] ---> f271de0089a4 [2021-03-05T00:50:18.944Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:50:19.116Z] ---> 8ed119062d0b [2021-03-05T00:50:19.116Z] Step 7/23 : RUN go mod download [2021-03-05T00:50:19.391Z] ---> Running in 57845fe19d6b [2021-03-05T00:50:19.391Z] ---> b5ff5aeae206 [2021-03-05T00:50:19.391Z] Step 7/26 : RUN go mod download [2021-03-05T00:50:19.990Z] ---> Running in 3c6dd35225e6 [2021-03-05T00:50:20.949Z] ---> Running in 9b52c07295d3 [2021-03-05T00:50:20.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:21.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:21.245Z] Removing intermediate container 8ea6f9818cdd [2021-03-05T00:50:21.245Z] ---> abac903f65d4 [2021-03-05T00:50:21.245Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T00:50:21.245Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:50:21.245Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:50:21.583Z] OK: 6 MiB in 15 packages [2021-03-05T00:50:21.583Z] ---> Running in 7e4a6e32f353 [2021-03-05T00:50:21.583Z] Removing intermediate container 9b52c07295d3 [2021-03-05T00:50:21.583Z] ---> 25246ce71330 [2021-03-05T00:50:21.583Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T00:50:22.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:22.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:22.522Z] ---> Running in 6d5e83ffce97 [2021-03-05T00:50:22.522Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T00:50:22.522Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:50:22.522Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T00:50:22.522Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T00:50:22.522Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T00:50:22.522Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:50:22.522Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:50:22.820Z] OK: 7 MiB in 19 packages [2021-03-05T00:50:23.485Z] Removing intermediate container 7e4a6e32f353 [2021-03-05T00:50:23.485Z] ---> 96594aae6560 [2021-03-05T00:50:23.485Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T00:50:24.097Z] Removing intermediate container 6d5e83ffce97 [2021-03-05T00:50:24.097Z] ---> 6d484f60493c [2021-03-05T00:50:24.097Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:50:24.710Z] ---> Running in d4abf806dccc [2021-03-05T00:50:24.994Z] ---> Running in bda75c190d5d [2021-03-05T00:50:24.994Z] Removing intermediate container 431ee42f1242 [2021-03-05T00:50:24.994Z] ---> 3b901577fd2e [2021-03-05T00:50:24.994Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:50:25.297Z] ---> Running in 61efa6152b48 [2021-03-05T00:50:25.933Z] Removing intermediate container d4abf806dccc [2021-03-05T00:50:25.933Z] ---> 07960dd5f05a [2021-03-05T00:50:25.933Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:50:26.395Z] Removing intermediate container bda75c190d5d [2021-03-05T00:50:26.395Z] ---> 2c06b289db16 [2021-03-05T00:50:26.395Z] Step 15/23 : WORKDIR / [2021-03-05T00:50:26.693Z] Removing intermediate container 7861318fdb37 [2021-03-05T00:50:26.693Z] ---> 00075724c80e [2021-03-05T00:50:26.693Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:50:26.740Z] Removing intermediate container 57845fe19d6b [2021-03-05T00:50:26.740Z] ---> 682c4f5a7f0d [2021-03-05T00:50:26.740Z] Step 8/23 : COPY . . [2021-03-05T00:50:26.740Z] Removing intermediate container 3c6dd35225e6 [2021-03-05T00:50:26.740Z] ---> 6ca149f6b0a6 [2021-03-05T00:50:26.740Z] Step 8/26 : COPY . . [2021-03-05T00:50:26.967Z] ---> Running in b98ed5ac4a87 [2021-03-05T00:50:26.967Z] Removing intermediate container 61efa6152b48 [2021-03-05T00:50:26.967Z] ---> 5fad11350256 [2021-03-05T00:50:26.967Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T00:50:28.055Z] ---> Running in 72979075c2db [2021-03-05T00:50:28.055Z] ---> Running in 315b582f9a98 [2021-03-05T00:50:28.055Z] ---> Running in ffa7afff18d4 [2021-03-05T00:50:29.137Z] Removing intermediate container 72979075c2db [2021-03-05T00:50:29.137Z] ---> 9a4de62bb8e1 [2021-03-05T00:50:29.137Z] Step 13/24 : WORKDIR / [2021-03-05T00:50:29.468Z] Removing intermediate container ffa7afff18d4 [2021-03-05T00:50:29.468Z] ---> 6eda9f1e6589 [2021-03-05T00:50:29.468Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:50:29.745Z] ---> Running in b0362c465324 [2021-03-05T00:50:30.381Z] ---> Running in 14328e676288 [2021-03-05T00:50:30.381Z] Removing intermediate container 315b582f9a98 [2021-03-05T00:50:30.381Z] ---> 0a627c320089 [2021-03-05T00:50:30.381Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:50:31.875Z] Removing intermediate container b0362c465324 [2021-03-05T00:50:31.875Z] ---> 9626f8086cb8 [2021-03-05T00:50:31.875Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T00:50:32.321Z] Removing intermediate container 14328e676288 [2021-03-05T00:50:32.321Z] ---> d9f6c1916149 [2021-03-05T00:50:32.321Z] Step 15/23 : WORKDIR / [2021-03-05T00:50:32.321Z] ---> 12c94c2c89e2 [2021-03-05T00:50:32.321Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T00:50:33.483Z] ---> Running in 4d0a555818cd [2021-03-05T00:50:33.483Z] ---> 241f178ac297 [2021-03-05T00:50:33.483Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T00:50:33.757Z] Removing intermediate container 4d0a555818cd [2021-03-05T00:50:33.757Z] ---> ad99bcb75169 [2021-03-05T00:50:33.757Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:50:34.346Z] ---> 715ba4cadda4 [2021-03-05T00:50:34.346Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T00:50:34.937Z] Removing intermediate container b98ed5ac4a87 [2021-03-05T00:50:34.937Z] ---> 970d982ed7a4 [2021-03-05T00:50:34.937Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T00:50:35.214Z] ---> 5d0d72dcce54 [2021-03-05T00:50:35.214Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T00:50:35.214Z] ---> 4d9fdf1458c3 [2021-03-05T00:50:35.214Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T00:50:35.494Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T00:50:35.494Z] ---> Running in 9b3be5e34936 [2021-03-05T00:50:36.090Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T00:50:36.090Z] ---> aefe523efa57 [2021-03-05T00:50:36.090Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T00:50:36.677Z] ---> 48ac867b7672 [2021-03-05T00:50:36.677Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T00:50:36.950Z] ---> Running in 26d170921c9b [2021-03-05T00:50:36.950Z] ---> Running in bb601be2dfb8 [2021-03-05T00:50:37.239Z] ---> 131c82811d05 [2021-03-05T00:50:37.240Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T00:50:37.240Z] ---> f766a18ba76f [2021-03-05T00:50:37.240Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T00:50:38.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:38.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:38.800Z] Removing intermediate container bb601be2dfb8 [2021-03-05T00:50:38.800Z] ---> ba63ee5e8de6 [2021-03-05T00:50:38.800Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:50:38.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:39.154Z] ---> 661bef685c8f [2021-03-05T00:50:39.154Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T00:50:39.154Z] ---> 0c7e39a761be [2021-03-05T00:50:39.154Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T00:50:39.154Z] ---> Running in 60ce48da95a0 [2021-03-05T00:50:39.154Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T00:50:39.154Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T00:50:39.154Z] ---> Running in 54043de48d70 [2021-03-05T00:50:39.476Z] Executing bash-5.0.17-r0.post-install [2021-03-05T00:50:39.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:50:39.476Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:50:39.476Z] OK: 12 MiB in 22 packages [2021-03-05T00:50:40.103Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T00:50:40.104Z] Removing intermediate container 60ce48da95a0 [2021-03-05T00:50:40.104Z] ---> 3e41e6cfa0ba [2021-03-05T00:50:40.104Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T00:50:40.104Z] Removing intermediate container 54043de48d70 [2021-03-05T00:50:40.104Z] ---> 8be07723a0e1 [2021-03-05T00:50:40.104Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:50:40.104Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T00:50:40.104Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T00:50:40.104Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T00:50:40.384Z] ---> Running in 432d137271f0 [2021-03-05T00:50:40.384Z] ---> Running in b8a437cd8cfc [2021-03-05T00:50:40.384Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T00:50:40.384Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T00:50:40.685Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:50:40.685Z] OK: 8 MiB in 20 packages [2021-03-05T00:50:41.411Z] ---> 91415264fe79 [2021-03-05T00:50:41.411Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T00:50:41.411Z] Removing intermediate container b8a437cd8cfc [2021-03-05T00:50:41.411Z] ---> 51f4175ed6c6 [2021-03-05T00:50:41.412Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T00:50:41.412Z] Removing intermediate container 432d137271f0 [2021-03-05T00:50:41.412Z] ---> ed290e73f944 [2021-03-05T00:50:41.412Z] Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:50:41.412Z] Removing intermediate container 26d170921c9b [2021-03-05T00:50:41.412Z] ---> 57eab0eb0ca8 [2021-03-05T00:50:41.412Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T00:50:42.250Z] ---> Running in bf0b88c952ce [2021-03-05T00:50:42.250Z] ---> Running in 50585a8ea09e [2021-03-05T00:50:42.679Z] ---> Running in e3ae5ec9c94d [2021-03-05T00:50:42.679Z] ---> 06a463176dfa [2021-03-05T00:50:42.679Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T00:50:43.977Z] Removing intermediate container bf0b88c952ce [2021-03-05T00:50:43.977Z] ---> 32736afaa8d5 [2021-03-05T00:50:43.977Z] Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:50:44.315Z] Removing intermediate container 50585a8ea09e [2021-03-05T00:50:44.315Z] ---> b2222ac55d20 [2021-03-05T00:50:44.315Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:50:44.315Z] ---> Running in fe10e89b7037 [2021-03-05T00:50:44.315Z] Removing intermediate container 9b3be5e34936 [2021-03-05T00:50:44.315Z] ---> 21e4eaff3d83 [2021-03-05T00:50:44.315Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:50:44.315Z] ---> Running in 1622ea9354dc [2021-03-05T00:50:44.608Z] Removing intermediate container e3ae5ec9c94d [2021-03-05T00:50:44.608Z] ---> 622403aaef95 [2021-03-05T00:50:44.608Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T00:50:44.608Z] ---> Running in 222bf7bfe9cf [2021-03-05T00:50:44.608Z] ---> Running in 6d540630b389 [2021-03-05T00:50:44.890Z] Removing intermediate container 1622ea9354dc [2021-03-05T00:50:44.890Z] ---> 4bf4e2d31a57 [2021-03-05T00:50:44.890Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:50:45.174Z] ---> c58e2fb2b5c8 [2021-03-05T00:50:45.174Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T00:50:45.174Z] ---> Running in e0a34f91a1aa [2021-03-05T00:50:45.449Z] Removing intermediate container 222bf7bfe9cf [2021-03-05T00:50:45.449Z] ---> 54d473a82d03 [2021-03-05T00:50:45.449Z] [2021-03-05T00:50:46.064Z] Removing intermediate container 6d540630b389 [2021-03-05T00:50:46.064Z] ---> 0fdd4e8f36db [2021-03-05T00:50:46.064Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T00:50:47.656Z] ---> Running in a623953b2fce [2021-03-05T00:50:47.656Z] Removing intermediate container e0a34f91a1aa [2021-03-05T00:50:47.656Z] ---> 843c68e3cc73 [2021-03-05T00:50:47.656Z] [2021-03-05T00:50:47.942Z] ---> 5f93405aaa63 [2021-03-05T00:50:47.942Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T00:50:48.683Z] Successfully built 54d473a82d03 [2021-03-05T00:50:49.053Z] Removing intermediate container a623953b2fce [2021-03-05T00:50:49.054Z] ---> b8a369be6732 [2021-03-05T00:50:49.054Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T00:50:49.054Z] Successfully tagged docker-core-command-go:latest [2021-03-05T00:50:49.054Z] Successfully built 843c68e3cc73 [2021-03-05T00:50:49.417Z] Building docker-security-proxy-setup-go [2021-03-05T00:50:49.417Z]  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest [2021-03-05T00:50:49.417Z] Building docker-support-notifications-go [2021-03-05T00:50:49.696Z]  Building docker-core-metadata-go ... done  ---> b49216dbacd9 [2021-03-05T00:50:49.696Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T00:50:50.659Z] ---> Running in 041a40adc89a [2021-03-05T00:50:50.659Z] Removing intermediate container fe10e89b7037 [2021-03-05T00:50:50.659Z] ---> 0f59b6610a04 [2021-03-05T00:50:50.659Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T00:50:51.001Z] ---> f74f97d7de7d [2021-03-05T00:50:51.001Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T00:50:51.300Z] ---> Running in fbe898583eb2 [2021-03-05T00:50:51.962Z] Removing intermediate container 041a40adc89a [2021-03-05T00:50:51.962Z] ---> ebc80049d130 [2021-03-05T00:50:51.962Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:50:52.235Z] ---> Running in 35b059c95d31 [2021-03-05T00:50:52.909Z] Removing intermediate container fbe898583eb2 [2021-03-05T00:50:52.909Z] ---> f3b07a2e8e29 [2021-03-05T00:50:52.909Z] Step 22/24 : LABEL arch=x86_64 [2021-03-05T00:50:52.909Z] ---> 2e1aa741cab4 [2021-03-05T00:50:52.909Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T00:50:53.867Z] ---> Running in 8424b96c1bc4 [2021-03-05T00:50:56.240Z] Removing intermediate container 35b059c95d31 [2021-03-05T00:50:56.240Z] ---> 66bbbed17729 [2021-03-05T00:50:56.240Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T00:50:59.109Z] ---> d4ff8e7a4bda [2021-03-05T00:50:59.109Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T00:50:59.109Z] ---> Running in 1d5c06cc6583 [2021-03-05T00:50:59.109Z] ---> cac0bccf2ae9 [2021-03-05T00:50:59.109Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T00:50:59.109Z] ---> Running in 2ed8d0da856e [2021-03-05T00:50:59.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T00:50:59.109Z] ---> 88ff0b8c6a6a [2021-03-05T00:50:59.109Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T00:50:59.109Z] ---> Running in b5436d3c5ef9 [2021-03-05T00:50:59.109Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T00:50:59.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T00:51:01.257Z] ---> Running in 3154a065f2a5 [2021-03-05T00:51:01.257Z] Removing intermediate container 8424b96c1bc4 [2021-03-05T00:51:01.257Z] ---> 50bc95c211ff [2021-03-05T00:51:01.257Z] Step 23/24 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:51:01.257Z] ---> c3d8f373e450 [2021-03-05T00:51:01.257Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T00:51:01.616Z] ---> Running in e803bf4b2e91 [2021-03-05T00:51:01.616Z] ---> Running in 09ca45c0e67b [2021-03-05T00:51:01.893Z] Removing intermediate container 3154a065f2a5 [2021-03-05T00:51:01.893Z] ---> 2cdb21c8a3c3 [2021-03-05T00:51:01.893Z] Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:51:02.613Z] ---> Running in 3f8025708c94 [2021-03-05T00:51:02.613Z] Removing intermediate container e803bf4b2e91 [2021-03-05T00:51:02.613Z] ---> dd3692c76d26 [2021-03-05T00:51:02.613Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T00:51:04.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:51:04.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:51:04.451Z] ---> Running in 2bac4cf642b4 [2021-03-05T00:51:04.730Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T00:51:04.730Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T00:51:04.730Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T00:51:04.730Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T00:51:05.690Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T00:51:05.690Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T00:51:06.024Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T00:51:08.991Z] Removing intermediate container 2bac4cf642b4 [2021-03-05T00:51:08.991Z] ---> c3ad8e90a0e6 [2021-03-05T00:51:08.991Z] [2021-03-05T00:51:10.314Z] Removing intermediate container 3f8025708c94 [2021-03-05T00:51:10.314Z] ---> 0e781c5b019b [2021-03-05T00:51:10.314Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:51:11.843Z] ---> Running in 214285ca7015 [2021-03-05T00:51:11.843Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T00:51:11.843Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T00:51:11.843Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T00:51:11.843Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T00:51:11.843Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T00:51:12.120Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T00:51:12.120Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T00:51:12.720Z] Successfully built c3ad8e90a0e6 [2021-03-05T00:51:12.991Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T00:51:13.270Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T00:51:13.270Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-05T00:51:13.270Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-05T00:51:13.270Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T00:51:13.548Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T00:51:13.548Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T00:51:13.548Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T00:51:13.548Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T00:51:14.289Z] Removing intermediate container f5434b665209 [2021-03-05T00:51:14.289Z] ---> 3bdc5f651235 [2021-03-05T00:51:14.289Z] [2021-03-05T00:51:14.289Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:51:14.289Z] ---> d10569e2745f [2021-03-05T00:51:14.289Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:51:14.289Z] ---> Using cache [2021-03-05T00:51:14.289Z] ---> a792d21625ce [2021-03-05T00:51:14.289Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:51:14.289Z] ---> Using cache [2021-03-05T00:51:14.289Z] ---> 5dc54afffb85 [2021-03-05T00:51:14.289Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T00:51:14.289Z] ---> Running in 67c3b536d111 [2021-03-05T00:51:14.289Z] Removing intermediate container 67c3b536d111 [2021-03-05T00:51:14.289Z] ---> a77576aaaa02 [2021-03-05T00:51:14.289Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:51:14.289Z] ---> Running in 944325115f91 [2021-03-05T00:51:14.289Z] Removing intermediate container 944325115f91 [2021-03-05T00:51:14.289Z] ---> 02ebd23317b5 [2021-03-05T00:51:14.289Z] Step 15/23 : WORKDIR / [2021-03-05T00:51:14.289Z] ---> Running in aaa3add62811 [2021-03-05T00:51:14.525Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T00:51:15.154Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T00:51:15.283Z] Removing intermediate container aaa3add62811 [2021-03-05T00:51:15.283Z] ---> 697bb6f53eb4 [2021-03-05T00:51:15.283Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:51:15.426Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T00:51:15.426Z] Removing intermediate container 214285ca7015 [2021-03-05T00:51:15.426Z] ---> 092012f91c90 [2021-03-05T00:51:15.426Z] [2021-03-05T00:51:15.426Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T00:51:15.426Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T00:51:16.269Z] ---> 34638c38bbe5 [2021-03-05T00:51:16.270Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T00:51:17.414Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T00:51:17.414Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T00:51:17.414Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T00:51:17.414Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T00:51:18.279Z] ---> 496f0c2793c0 [2021-03-05T00:51:18.279Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T00:51:18.844Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T00:51:19.127Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T00:51:19.127Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T00:51:19.285Z] ---> 7172cf55360b [2021-03-05T00:51:19.285Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T00:51:19.564Z] ---> Running in 7b2c93bc7251 [2021-03-05T00:51:20.170Z] Removing intermediate container 7b2c93bc7251 [2021-03-05T00:51:20.170Z] ---> d7211797ca2a [2021-03-05T00:51:20.170Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:51:20.453Z] ---> Running in 71982cdd54e6 [2021-03-05T00:51:21.061Z] Removing intermediate container 71982cdd54e6 [2021-03-05T00:51:21.061Z] ---> d70b61803953 [2021-03-05T00:51:21.061Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T00:51:21.341Z] ---> Running in 1b9736bd046e [2021-03-05T00:51:21.953Z] Removing intermediate container 1b9736bd046e [2021-03-05T00:51:21.953Z] ---> e71bef9b767b [2021-03-05T00:51:21.953Z] Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:51:22.226Z] ---> Running in ba2e74eed7d4 [2021-03-05T00:51:22.252Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:51:22.252Z] Successfully built 092012f91c90 [2021-03-05T00:51:22.252Z] OK: 71 MiB in 55 packages [2021-03-05T00:51:22.827Z] Removing intermediate container ba2e74eed7d4 [2021-03-05T00:51:22.827Z] ---> f89b783a99bb [2021-03-05T00:51:22.827Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:51:22.969Z] Successfully tagged docker-core-data-go:latest [2021-03-05T00:51:23.102Z] ---> Running in abb0e5d97ed1 [2021-03-05T00:51:23.271Z] Building docker-support-scheduler-go [2021-03-05T00:51:23.703Z] Removing intermediate container abb0e5d97ed1 [2021-03-05T00:51:23.703Z] ---> eeb2f295caca [2021-03-05T00:51:23.703Z] [2021-03-05T00:51:24.309Z] Successfully built eeb2f295caca [2021-03-05T00:51:24.309Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-05T00:52:20.893Z]  Building docker-core-metadata-go ... done Removing intermediate container b5436d3c5ef9 [2021-03-05T00:52:20.893Z] ---> f66eeb9f70fb [2021-03-05T00:52:20.893Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T00:52:20.893Z] ---> Running in 77b024a2f3bf [2021-03-05T00:52:20.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T00:52:20.893Z] Removing intermediate container 1d5c06cc6583 [2021-03-05T00:52:20.893Z] ---> 071beaa451ed [2021-03-05T00:52:20.893Z] [2021-03-05T00:52:20.893Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:52:20.893Z] ---> d10569e2745f [2021-03-05T00:52:20.893Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T00:52:20.893Z] ---> Running in 02b295cfadc2 [2021-03-05T00:52:20.893Z] Removing intermediate container 77b024a2f3bf [2021-03-05T00:52:20.893Z] ---> 35449748ed76 [2021-03-05T00:52:20.893Z] [2021-03-05T00:52:20.893Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T00:52:20.893Z] 20.10.0: Pulling from library/docker [2021-03-05T00:52:20.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:20.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:20.893Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T00:52:20.893Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:52:20.893Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:52:20.893Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:52:20.893Z] OK: 6 MiB in 16 packages [2021-03-05T00:52:22.341Z] Removing intermediate container 02b295cfadc2 [2021-03-05T00:52:22.341Z] ---> 7340ad230647 [2021-03-05T00:52:22.341Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:52:22.341Z] ---> Running in 802160162db1 [2021-03-05T00:52:23.337Z] Removing intermediate container 802160162db1 [2021-03-05T00:52:23.337Z] ---> 0530656f91ed [2021-03-05T00:52:23.337Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T00:52:23.337Z] ---> Running in 2efe48cc3b55 [2021-03-05T00:52:24.327Z] Removing intermediate container 2efe48cc3b55 [2021-03-05T00:52:24.327Z] ---> 91b273881d3f [2021-03-05T00:52:24.327Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:52:24.598Z] ---> Running in 4a895ef9a018 [2021-03-05T00:52:25.193Z] Removing intermediate container 4a895ef9a018 [2021-03-05T00:52:25.193Z] ---> c02bb9b42525 [2021-03-05T00:52:25.193Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:52:27.164Z] ---> ab6a2228129e [2021-03-05T00:52:27.164Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T00:52:28.142Z] Removing intermediate container 2ed8d0da856e [2021-03-05T00:52:28.142Z] ---> 7381ad0e48a0 [2021-03-05T00:52:28.142Z] [2021-03-05T00:52:28.142Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:52:28.142Z] ---> d10569e2745f [2021-03-05T00:52:28.142Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T00:52:28.416Z] ---> Running in 6289f29f59ad [2021-03-05T00:52:28.691Z] ---> 6b5ee8021211 [2021-03-05T00:52:28.691Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T00:52:28.966Z] Removing intermediate container 6289f29f59ad [2021-03-05T00:52:28.966Z] ---> 8cf8664319e7 [2021-03-05T00:52:28.966Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T00:52:29.239Z] ---> Running in f98ef1bf8fe4 [2021-03-05T00:52:29.239Z] ---> 6326d50167ee [2021-03-05T00:52:29.239Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T00:52:29.512Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T00:52:29.512Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T00:52:29.512Z] ---> eeaf43b92773 [2021-03-05T00:52:29.512Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T00:52:29.512Z] ---> Running in 224fcd966988 [2021-03-05T00:52:29.512Z] ---> Running in 078efade97d4 [2021-03-05T00:52:29.512Z] Removing intermediate container f98ef1bf8fe4 [2021-03-05T00:52:29.512Z] ---> 1ee0ea8825ed [2021-03-05T00:52:29.512Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T00:52:29.788Z] ---> Running in f521ec057757 [2021-03-05T00:52:30.060Z] Removing intermediate container 224fcd966988 [2021-03-05T00:52:30.060Z] ---> 1380d8f980bf [2021-03-05T00:52:30.060Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:52:30.335Z] ---> Running in 1557625c6389 [2021-03-05T00:52:30.335Z] Removing intermediate container f521ec057757 [2021-03-05T00:52:30.335Z] ---> e96aa5c964dd [2021-03-05T00:52:30.335Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:52:30.606Z] ---> Running in afa33705d1ec [2021-03-05T00:52:30.883Z] Removing intermediate container 1557625c6389 [2021-03-05T00:52:30.883Z] ---> f0f5dd678eea [2021-03-05T00:52:30.883Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T00:52:31.164Z] ---> Running in 03dd34a4d719 [2021-03-05T00:52:31.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:31.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:31.716Z] Removing intermediate container 03dd34a4d719 [2021-03-05T00:52:31.716Z] ---> 27d849b66da2 [2021-03-05T00:52:31.716Z] Step 21/22 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:52:31.716Z] ---> Running in eec68176f398 [2021-03-05T00:52:31.989Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T00:52:31.990Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T00:52:31.990Z] Executing bash-5.0.17-r0.post-install [2021-03-05T00:52:31.990Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:52:31.990Z] OK: 12 MiB in 22 packages [2021-03-05T00:52:32.264Z] Removing intermediate container eec68176f398 [2021-03-05T00:52:32.264Z] ---> 2322f1211d08 [2021-03-05T00:52:32.264Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:52:32.536Z] ---> Running in 7c2659ebcaf2 [2021-03-05T00:52:33.132Z] Removing intermediate container 7c2659ebcaf2 [2021-03-05T00:52:33.132Z] ---> 8d8edf8b0d78 [2021-03-05T00:52:33.132Z] [2021-03-05T00:52:33.407Z] Removing intermediate container afa33705d1ec [2021-03-05T00:52:33.407Z] ---> 5908b4813766 [2021-03-05T00:52:33.407Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T00:52:33.677Z] ---> Running in 1e77621bfe6e [2021-03-05T00:52:33.677Z] Successfully built 8d8edf8b0d78 [2021-03-05T00:52:33.677Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-05T00:52:33.677Z]  Building docker-support-notifications-go ... done Removing intermediate container 078efade97d4 [2021-03-05T00:52:33.677Z] ---> 5dba4b3ae38e [2021-03-05T00:52:33.677Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T00:52:33.950Z] ---> Running in 5dd111a03151 [2021-03-05T00:52:34.244Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:52:34.244Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:52:34.244Z] ---> dde42053aa5e [2021-03-05T00:52:34.244Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T00:52:34.546Z] Removing intermediate container 5dd111a03151 [2021-03-05T00:52:34.546Z] ---> 289608e25ab4 [2021-03-05T00:52:34.546Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T00:52:34.637Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:52:34.637Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:52:34.637Z] ---> dde42053aa5e [2021-03-05T00:52:34.637Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:52:34.821Z] ---> Running in 33742b3ceb9b [2021-03-05T00:52:34.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:35.094Z] Removing intermediate container 33742b3ceb9b [2021-03-05T00:52:35.094Z] ---> 617b0c049773 [2021-03-05T00:52:35.094Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T00:52:35.365Z] ---> Running in 5388d00ebb7d [2021-03-05T00:52:35.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:35.649Z] Removing intermediate container 5388d00ebb7d [2021-03-05T00:52:35.649Z] ---> 45a61f4d86b7 [2021-03-05T00:52:35.649Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T00:52:35.886Z] ---> Using cache [2021-03-05T00:52:35.886Z] ---> 8e8000f01a0d [2021-03-05T00:52:35.886Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:52:35.886Z] ---> Using cache [2021-03-05T00:52:35.886Z] ---> 8e8000f01a0d [2021-03-05T00:52:35.886Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:52:35.886Z] ---> Using cache [2021-03-05T00:52:35.886Z] ---> 878d8e43c994 [2021-03-05T00:52:35.886Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T00:52:35.886Z] ---> Using cache [2021-03-05T00:52:35.886Z] ---> 878d8e43c994 [2021-03-05T00:52:35.886Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T00:52:35.886Z] ---> Using cache [2021-03-05T00:52:35.886Z] ---> 30a902ae0889 [2021-03-05T00:52:35.886Z] Step 6/21 : COPY go.mod . [2021-03-05T00:52:35.886Z] ---> Using cache [2021-03-05T00:52:35.886Z] ---> 9a87ae98ebe8 [2021-03-05T00:52:35.886Z] Step 7/21 : RUN go mod download [2021-03-05T00:52:35.886Z] ---> Using cache [2021-03-05T00:52:35.886Z] ---> d64f75b4af0e [2021-03-05T00:52:35.886Z] Step 8/21 : COPY . . [2021-03-05T00:52:36.313Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T00:52:36.313Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T00:52:36.313Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T00:52:36.598Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T00:52:36.892Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T00:52:36.892Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T00:52:36.892Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:52:36.892Z] OK: 8 MiB in 20 packages [2021-03-05T00:52:37.069Z] ---> Using cache [2021-03-05T00:52:37.069Z] ---> e623e8e32866 [2021-03-05T00:52:37.069Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T00:52:37.173Z] ---> cb1e5a468e5a [2021-03-05T00:52:37.173Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T00:52:38.188Z] ---> 04a7e56cba0f [2021-03-05T00:52:38.188Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T00:52:38.465Z] Removing intermediate container 1e77621bfe6e [2021-03-05T00:52:38.465Z] ---> e3969c6945b9 [2021-03-05T00:52:38.465Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:52:39.065Z] ---> 14707857665a [2021-03-05T00:52:39.065Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T00:52:39.341Z] ---> Running in 9ff0b7443800 [2021-03-05T00:52:39.341Z] ---> 96ad966cd604 [2021-03-05T00:52:39.341Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T00:52:40.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:40.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:52:40.780Z] ---> 3c4bc9b7df2e [2021-03-05T00:52:40.780Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T00:52:41.377Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T00:52:41.377Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T00:52:41.377Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T00:52:41.377Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T00:52:41.377Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T00:52:41.377Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T00:52:41.377Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T00:52:41.650Z] ---> c47673195b88 [2021-03-05T00:52:41.650Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T00:52:41.925Z] ---> Running in 7c4d547c4c73 [2021-03-05T00:52:42.525Z] Removing intermediate container 7c4d547c4c73 [2021-03-05T00:52:42.525Z] ---> d45da89842d8 [2021-03-05T00:52:42.525Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:52:42.577Z] ---> Running in b712602167e5 [2021-03-05T00:52:42.577Z] ---> Running in 27756aa39137 [2021-03-05T00:52:42.803Z] ---> Running in a80e92d14131 [2021-03-05T00:52:43.401Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T00:52:43.401Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T00:52:43.401Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T00:52:43.401Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T00:52:43.401Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T00:52:43.401Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T00:52:43.401Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T00:52:43.676Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T00:52:43.676Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T00:52:43.676Z] Removing intermediate container a80e92d14131 [2021-03-05T00:52:43.676Z] ---> 5cc5ba1212da [2021-03-05T00:52:43.676Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T00:52:43.676Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T00:52:43.676Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T00:52:43.676Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T00:52:43.676Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T00:52:43.676Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T00:52:43.676Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T00:52:43.676Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T00:52:43.676Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T00:52:43.676Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T00:52:43.676Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T00:52:43.957Z] ---> Running in c4cb2e3e9fda [2021-03-05T00:52:43.957Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T00:52:43.957Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T00:52:43.957Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T00:52:43.957Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T00:52:43.957Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T00:52:43.957Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T00:52:43.957Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T00:52:43.957Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:52:43.957Z] OK: 71 MiB in 55 packages [2021-03-05T00:52:44.233Z] Removing intermediate container c4cb2e3e9fda [2021-03-05T00:52:44.233Z] ---> 72bb7c9ddeec [2021-03-05T00:52:44.233Z] Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:52:44.510Z] ---> Running in de4aa0a2be39 [2021-03-05T00:52:45.111Z] Removing intermediate container de4aa0a2be39 [2021-03-05T00:52:45.111Z] ---> fad6004dec09 [2021-03-05T00:52:45.111Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:52:45.385Z] ---> Running in c4a05b5f1872 [2021-03-05T00:52:45.989Z] Removing intermediate container c4a05b5f1872 [2021-03-05T00:52:45.989Z] ---> 94d36fce9dbe [2021-03-05T00:52:45.989Z] [2021-03-05T00:52:46.262Z] Successfully built 94d36fce9dbe [2021-03-05T00:52:46.262Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-05T00:52:50.584Z]  Building docker-core-data-go ... done Removing intermediate container 9ff0b7443800 [2021-03-05T00:52:50.584Z] ---> 40094c0fba5f [2021-03-05T00:52:50.584Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T00:52:50.584Z] ---> Running in 381dd0d68397 [2021-03-05T00:52:51.043Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:52:51.043Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:52:51.043Z] ---> dde42053aa5e [2021-03-05T00:52:51.043Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> 8e8000f01a0d [2021-03-05T00:52:51.043Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> 878d8e43c994 [2021-03-05T00:52:51.043Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> 30a902ae0889 [2021-03-05T00:52:51.043Z] Step 6/31 : COPY go.mod . [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> 9a87ae98ebe8 [2021-03-05T00:52:51.043Z] Step 7/31 : RUN go mod download [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> d64f75b4af0e [2021-03-05T00:52:51.043Z] Step 8/31 : COPY . . [2021-03-05T00:52:51.043Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:52:51.043Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:52:51.043Z] ---> dde42053aa5e [2021-03-05T00:52:51.043Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> 8e8000f01a0d [2021-03-05T00:52:51.043Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> 878d8e43c994 [2021-03-05T00:52:51.043Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> 30a902ae0889 [2021-03-05T00:52:51.043Z] Step 6/22 : COPY go.mod . [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> 9a87ae98ebe8 [2021-03-05T00:52:51.043Z] Step 7/22 : RUN go mod download [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> d64f75b4af0e [2021-03-05T00:52:51.043Z] Step 8/22 : COPY . . [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> e623e8e32866 [2021-03-05T00:52:51.043Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T00:52:51.043Z] ---> Using cache [2021-03-05T00:52:51.043Z] ---> e623e8e32866 [2021-03-05T00:52:51.043Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T00:52:51.671Z] ---> Running in 218a1a763233 [2021-03-05T00:52:52.260Z] ---> Running in 88c01b42758f [2021-03-05T00:52:53.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T00:52:54.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:52:54.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T00:52:54.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T00:52:54.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:52:54.881Z] Collecting docker-compose==1.23.2 [2021-03-05T00:52:54.881Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T00:52:55.181Z] OK: 233 MiB in 51 packages [2021-03-05T00:52:55.472Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T00:52:55.472Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T00:52:55.472Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-05T00:52:55.744Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T00:52:55.744Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T00:52:57.717Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T00:52:57.717Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T00:52:57.988Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T00:52:57.988Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T00:53:00.601Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T00:53:00.601Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T00:53:01.585Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T00:53:01.586Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T00:53:02.318Z] Removing intermediate container b712602167e5 [2021-03-05T00:53:02.318Z] ---> 53eaae7522ba [2021-03-05T00:53:02.318Z] Step 6/22 : COPY go.mod . [2021-03-05T00:53:02.569Z] Collecting PyYAML<4,>=3.10 [2021-03-05T00:53:02.569Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T00:53:05.353Z] ---> dc291bb684fd [2021-03-05T00:53:05.353Z] Step 7/22 : RUN go mod download [2021-03-05T00:53:05.957Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T00:53:05.957Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T00:53:05.957Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T00:53:05.957Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T00:53:07.932Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T00:53:07.932Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T00:53:07.932Z] Collecting idna<2.8,>=2.5 [2021-03-05T00:53:07.932Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T00:53:07.932Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-05T00:53:07.932Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-05T00:53:08.529Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T00:53:08.529Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T00:53:08.803Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T00:53:08.803Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T00:53:08.803Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T00:53:08.803Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T00:53:09.399Z] Installing collected packages: websocket-client, dockerpty, jsonschema, docopt, idna, urllib3, requests, docker-pycreds, docker, PyYAML, cached-property, texttable, docker-compose [2021-03-05T00:53:09.672Z] Running setup.py install for dockerpty: started [2021-03-05T00:53:10.480Z] ---> Running in ec3d926ee801 [2021-03-05T00:53:11.651Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T00:53:11.928Z] Running setup.py install for docopt: started [2021-03-05T00:53:13.915Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T00:53:13.915Z] Attempting uninstall: idna [2021-03-05T00:53:13.915Z] Found existing installation: idna 2.9 [2021-03-05T00:53:13.915Z] Uninstalling idna-2.9: [2021-03-05T00:53:13.915Z] Successfully uninstalled idna-2.9 [2021-03-05T00:53:14.510Z] Attempting uninstall: urllib3 [2021-03-05T00:53:14.510Z] Found existing installation: urllib3 1.25.9 [2021-03-05T00:53:14.510Z] Uninstalling urllib3-1.25.9: [2021-03-05T00:53:14.510Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T00:53:15.103Z] Attempting uninstall: requests [2021-03-05T00:53:15.103Z] Found existing installation: requests 2.23.0 [2021-03-05T00:53:15.103Z] Uninstalling requests-2.23.0: [2021-03-05T00:53:15.373Z] Successfully uninstalled requests-2.23.0 [2021-03-05T00:53:16.351Z] Running setup.py install for PyYAML: started [2021-03-05T00:53:18.329Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T00:53:18.604Z] Running setup.py install for texttable: started [2021-03-05T00:53:20.584Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T00:53:21.182Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-05T00:53:24.010Z] Removing intermediate container ec3d926ee801 [2021-03-05T00:53:24.010Z] ---> 7ae174afa3ae [2021-03-05T00:53:24.010Z] Step 8/22 : COPY . . [2021-03-05T00:53:24.010Z] Removing intermediate container 09ca45c0e67b [2021-03-05T00:53:24.010Z] ---> 8be0398b467c [2021-03-05T00:53:24.010Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T00:53:24.010Z] ---> Running in 33bd873d4939 [2021-03-05T00:53:25.381Z] Removing intermediate container 381dd0d68397 [2021-03-05T00:53:25.381Z] ---> 153cb340ab3d [2021-03-05T00:53:25.381Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T00:53:25.381Z] ---> Running in ef11416a75b7 [2021-03-05T00:53:26.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:53:26.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:53:27.259Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:53:27.260Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T00:53:27.260Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T00:53:27.260Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:53:27.260Z] OK: 71 MiB in 58 packages [2021-03-05T00:53:28.707Z] Removing intermediate container ef11416a75b7 [2021-03-05T00:53:28.707Z] ---> b41ad7b6c3dd [2021-03-05T00:53:28.707Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T00:53:28.707Z] ---> Running in 36662c64ece9 [2021-03-05T00:53:29.306Z] Removing intermediate container 36662c64ece9 [2021-03-05T00:53:29.306Z] ---> 24366f825e84 [2021-03-05T00:53:29.306Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:53:29.306Z] ---> Running in ad5464af6519 [2021-03-05T00:53:29.905Z] Removing intermediate container ad5464af6519 [2021-03-05T00:53:29.905Z] ---> 257101b2a275 [2021-03-05T00:53:29.905Z] Step 24/26 : LABEL arch=arm64 [2021-03-05T00:53:29.905Z] ---> Running in 5054727c1dcc [2021-03-05T00:53:30.503Z] Removing intermediate container 5054727c1dcc [2021-03-05T00:53:30.503Z] ---> b91d00981518 [2021-03-05T00:53:30.503Z] Step 25/26 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:53:30.503Z] ---> Running in a57dca5c6905 [2021-03-05T00:53:31.106Z] Removing intermediate container a57dca5c6905 [2021-03-05T00:53:31.106Z] ---> 1e8f4d6f84c9 [2021-03-05T00:53:31.106Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T00:53:31.106Z] ---> Running in d7582fae30ce [2021-03-05T00:53:31.704Z] Removing intermediate container d7582fae30ce [2021-03-05T00:53:31.704Z] ---> dd00b7dd151b [2021-03-05T00:53:31.704Z] [2021-03-05T00:53:31.979Z] Successfully built dd00b7dd151b [2021-03-05T00:53:31.979Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-05T00:53:32.596Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T00:53:32.613Z] $ docker stop --time=1 4efd35d5ebd0656ad3f2819fc902392267143ff27fa7220c29d04646957767b8 [2021-03-05T00:53:34.676Z] $ docker rm -f 4efd35d5ebd0656ad3f2819fc902392267143ff27fa7220c29d04646957767b8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T00:53:35.328Z] + grep docker [2021-03-05T00:53:35.328Z] + docker images [2021-03-05T00:53:35.600Z] docker-sys-mgmt-agent-go-arm64 latest dd00b7dd151b 4 seconds ago 300MB [2021-03-05T00:53:35.600Z] docker-core-data-go-arm64 latest 94d36fce9dbe 50 seconds ago 21.1MB [2021-03-05T00:53:35.600Z] docker-support-notifications-go-arm64 latest 8d8edf8b0d78 About a minute ago 16.9MB [2021-03-05T00:53:35.600Z] docker-core-metadata-go-arm64 latest eeb2f295caca 2 minutes ago 17.9MB [2021-03-05T00:53:35.600Z] docker-security-bootstrapper-go-arm64 latest 1f39c45a599d 4 minutes ago 17.8MB [2021-03-05T00:53:35.600Z] docker-security-secretstore-setup-go-arm64 latest 2be14a21730d 4 minutes ago 23.7MB [2021-03-05T00:53:35.600Z] docker-support-scheduler-go-arm64 latest b8543256065b 4 minutes ago 16.3MB [2021-03-05T00:53:35.600Z] docker-core-command-go-arm64 latest 8bc7a1133172 4 minutes ago 16.2MB [2021-03-05T00:53:35.600Z] docker-security-proxy-setup-go-arm64 latest a8541264a73f 4 minutes ago 23.4MB [2021-03-05T00:53:35.600Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:53:36.591Z] ---> job-cost.sh [2021-03-05T00:53:36.591Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KjQT [2021-03-05T00:54:00.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T00:54:01.724Z] Collecting docker-compose==1.23.2 [2021-03-05T00:54:01.724Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T00:54:02.345Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T00:54:02.345Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T00:54:04.531Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T00:54:04.531Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T00:54:15.580Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T00:54:20.908Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-05T00:54:21.188Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T00:54:21.188Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T00:54:23.252Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T00:54:23.252Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T00:54:27.891Z] Collecting PyYAML<4,>=3.10 [2021-03-05T00:54:27.892Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T00:54:30.874Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T00:54:30.874Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T00:54:31.157Z] Removing intermediate container 88c01b42758f [2021-03-05T00:54:31.158Z] ---> fe1e253eb6a5 [2021-03-05T00:54:31.158Z] [2021-03-05T00:54:31.158Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T00:54:31.158Z] ---> 88dd2752d2ea [2021-03-05T00:54:31.158Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T00:54:31.860Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T00:54:31.860Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T00:54:34.410Z] Removing intermediate container 218a1a763233 [2021-03-05T00:54:34.410Z] ---> 49d71a88bbe1 [2021-03-05T00:54:34.410Z] [2021-03-05T00:54:34.410Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:54:34.410Z] ---> 88dd2752d2ea [2021-03-05T00:54:34.410Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:54:34.410Z] ---> Using cache [2021-03-05T00:54:34.410Z] ---> 3b901577fd2e [2021-03-05T00:54:34.410Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:54:34.410Z] ---> Using cache [2021-03-05T00:54:34.410Z] ---> 5fad11350256 [2021-03-05T00:54:34.410Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T00:54:35.268Z] ---> Running in 4e1550cf42aa [2021-03-05T00:54:35.268Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T00:54:35.721Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T00:54:35.721Z] ---> Running in 4b797b48f897 [2021-03-05T00:54:36.152Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T00:54:36.152Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T00:54:36.464Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T00:54:36.464Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T00:54:37.066Z] Collecting idna<2.8,>=2.5 [2021-03-05T00:54:37.365Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T00:54:38.335Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-05T00:54:39.769Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T00:54:40.034Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T00:54:40.034Z] Removing intermediate container 4e1550cf42aa [2021-03-05T00:54:40.034Z] ---> df7f02e2c72f [2021-03-05T00:54:40.034Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T00:54:40.664Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-05T00:54:40.665Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T00:54:40.665Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T00:54:40.665Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T00:54:40.665Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T00:54:40.933Z] Installing collected packages: jsonschema, texttable, docopt, dockerpty, PyYAML, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docker-compose [2021-03-05T00:54:41.647Z] Removing intermediate container 4b797b48f897 [2021-03-05T00:54:41.648Z] ---> 301eb394dfe0 [2021-03-05T00:54:41.648Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:54:42.296Z] ---> Running in d03a64a1722a [2021-03-05T00:54:42.788Z] Running setup.py install for texttable: started [2021-03-05T00:54:43.129Z] ---> Running in df5beb898fca [2021-03-05T00:54:44.661Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T00:54:44.989Z] Running setup.py install for docopt: started [2021-03-05T00:54:46.211Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T00:54:46.502Z] Running setup.py install for dockerpty: started [2021-03-05T00:54:46.503Z] Removing intermediate container df5beb898fca [2021-03-05T00:54:46.503Z] ---> 2756c2335ffa [2021-03-05T00:54:46.503Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:54:46.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:54:47.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:54:47.447Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T00:54:47.713Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:54:47.713Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T00:54:47.713Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:54:48.020Z] OK: 6 MiB in 16 packages [2021-03-05T00:54:48.020Z] Running setup.py install for PyYAML: started [2021-03-05T00:54:48.818Z] Removing intermediate container 27756aa39137 [2021-03-05T00:54:48.818Z] ---> 89c515d45402 [2021-03-05T00:54:48.818Z] [2021-03-05T00:54:48.818Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T00:54:48.818Z] ---> 88dd2752d2ea [2021-03-05T00:54:48.819Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T00:54:49.838Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T00:54:50.113Z] ---> 594286be623b [2021-03-05T00:54:50.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T00:54:50.426Z] Attempting uninstall: idna [2021-03-05T00:54:50.426Z] Found existing installation: idna 2.9 [2021-03-05T00:54:50.426Z] Uninstalling idna-2.9: [2021-03-05T00:54:50.426Z] ---> Running in f71a36f71ff1 [2021-03-05T00:54:50.712Z] Successfully uninstalled idna-2.9 [2021-03-05T00:54:50.981Z] Attempting uninstall: urllib3 [2021-03-05T00:54:50.981Z] Found existing installation: urllib3 1.25.9 [2021-03-05T00:54:50.981Z] Uninstalling urllib3-1.25.9: [2021-03-05T00:54:51.582Z] ---> a375ba4315e0 [2021-03-05T00:54:51.582Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T00:54:51.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:54:51.906Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T00:54:52.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:54:52.495Z] Removing intermediate container d03a64a1722a [2021-03-05T00:54:52.495Z] ---> 07b168a3cd0d [2021-03-05T00:54:52.495Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T00:54:52.495Z] ---> 1044c8b9b1ab [2021-03-05T00:54:52.495Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T00:54:52.495Z] ---> Running in ac3997bf5dc9 [2021-03-05T00:54:52.857Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T00:54:52.857Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:54:52.857Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T00:54:53.221Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T00:54:53.221Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:54:53.221Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:54:53.221Z] OK: 7 MiB in 18 packages [2021-03-05T00:54:53.539Z] Attempting uninstall: requests [2021-03-05T00:54:53.539Z] Found existing installation: requests 2.23.0 [2021-03-05T00:54:53.539Z] Uninstalling requests-2.23.0: [2021-03-05T00:54:53.539Z] ---> Running in 6dae14424a69 [2021-03-05T00:54:53.867Z] Successfully uninstalled requests-2.23.0 [2021-03-05T00:54:54.156Z] ---> 72fb7d8c71d6 [2021-03-05T00:54:54.156Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T00:54:54.763Z] ---> Running in 372fbb48fcac [2021-03-05T00:54:54.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T00:54:54.763Z] Removing intermediate container 6dae14424a69 [2021-03-05T00:54:54.763Z] ---> 7d650ad96669 [2021-03-05T00:54:54.763Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T00:54:55.747Z] ---> Running in 016d0b38c110 [2021-03-05T00:54:55.747Z] Removing intermediate container 372fbb48fcac [2021-03-05T00:54:55.747Z] ---> 027eb8282fc2 [2021-03-05T00:54:55.747Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:54:57.883Z] Removing intermediate container f71a36f71ff1 [2021-03-05T00:54:57.883Z] ---> 956061ad460c [2021-03-05T00:54:57.883Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:54:58.650Z] ---> Running in 5a1e830a84b6 [2021-03-05T00:55:00.048Z] Removing intermediate container 016d0b38c110 [2021-03-05T00:55:00.048Z] ---> dd885e5b54f9 [2021-03-05T00:55:00.048Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T00:55:00.048Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-05T00:55:00.048Z] ---> Running in 9dcb787cc3c3 [2021-03-05T00:55:00.742Z] Removing intermediate container 5a1e830a84b6 [2021-03-05T00:55:00.742Z] ---> d7b729eed3e1 [2021-03-05T00:55:00.742Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T00:55:00.742Z] ---> Running in e5aca73b4bb4 [2021-03-05T00:55:01.048Z] Removing intermediate container 9dcb787cc3c3 [2021-03-05T00:55:01.048Z] ---> 7c4ffd803583 [2021-03-05T00:55:01.048Z] Step 13/21 : WORKDIR /edgex [2021-03-05T00:55:01.048Z] ---> Running in 0fa716d0aeaa [2021-03-05T00:55:01.341Z] ---> Running in aaac5c2d752d [2021-03-05T00:55:01.680Z] Removing intermediate container 0fa716d0aeaa [2021-03-05T00:55:01.680Z] ---> dd55e856e203 [2021-03-05T00:55:01.680Z] Step 21/22 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:55:02.751Z] ---> Running in 9e57afc7f0c6 [2021-03-05T00:55:02.751Z] Removing intermediate container aaac5c2d752d [2021-03-05T00:55:02.751Z] ---> 3d754d5e9a52 [2021-03-05T00:55:02.751Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T00:55:05.954Z] Removing intermediate container 9e57afc7f0c6 [2021-03-05T00:55:05.954Z] ---> e09c205fe0bb [2021-03-05T00:55:05.954Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:55:10.068Z] ---> Running in de5fd6fc3c83 [2021-03-05T00:55:10.068Z] ---> 720b443b8549 [2021-03-05T00:55:10.068Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T00:55:11.395Z] Removing intermediate container 33bd873d4939 [2021-03-05T00:55:11.395Z] ---> 3b715a3b798e [2021-03-05T00:55:11.395Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T00:55:11.800Z] Removing intermediate container de5fd6fc3c83 [2021-03-05T00:55:11.800Z] ---> c17838921d4d [2021-03-05T00:55:11.800Z] [2021-03-05T00:55:12.676Z] Removing intermediate container e5aca73b4bb4 [2021-03-05T00:55:12.676Z] ---> 18947e2bb06f [2021-03-05T00:55:12.676Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T00:55:12.676Z] ---> Running in 6fa7987a6c4f [2021-03-05T00:55:15.202Z] ---> Running in 2cbbe93f880d [2021-03-05T00:55:15.202Z] Successfully built c17838921d4d [2021-03-05T00:55:15.903Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-05T00:55:17.920Z]  Building docker-support-scheduler-go ... done  ---> 0278594324ce [2021-03-05T00:55:17.920Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T00:55:17.920Z] Removing intermediate container 2cbbe93f880d [2021-03-05T00:55:17.920Z] ---> 0ab3d2c3fa9c [2021-03-05T00:55:17.920Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T00:55:19.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:55:20.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:55:20.566Z] ---> 0bbffeb1bd60 [2021-03-05T00:55:20.566Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T00:55:21.306Z] ---> Running in ba3ec0fff3ba [2021-03-05T00:55:21.306Z] ---> 66306d2c525d [2021-03-05T00:55:21.306Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T00:55:21.306Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:55:21.306Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T00:55:21.306Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T00:55:21.306Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:55:21.306Z] OK: 72 MiB in 58 packages [2021-03-05T00:55:21.306Z] ---> Running in 3bd83834b091 [2021-03-05T00:55:23.143Z] Removing intermediate container 3bd83834b091 [2021-03-05T00:55:23.143Z] ---> 1267d25b65e4 [2021-03-05T00:55:23.143Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T00:55:23.143Z] ---> Running in 6714dac3f1b9 [2021-03-05T00:55:24.418Z] Removing intermediate container 6714dac3f1b9 [2021-03-05T00:55:24.418Z] ---> 3521fc680a28 [2021-03-05T00:55:24.418Z] Step 19/21 : LABEL arch=x86_64 [2021-03-05T00:55:24.738Z] ---> Running in 63a55805ebd3 [2021-03-05T00:55:24.738Z] Removing intermediate container 6fa7987a6c4f [2021-03-05T00:55:24.738Z] ---> b89e9c58ad60 [2021-03-05T00:55:24.738Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T00:55:25.489Z] ---> Running in bd127dd5dc59 [2021-03-05T00:55:26.379Z] Removing intermediate container 63a55805ebd3 [2021-03-05T00:55:26.379Z] ---> dff553d3d4fd [2021-03-05T00:55:26.379Z] Step 20/21 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:55:26.687Z] ---> Running in b36b5dd3f776 [2021-03-05T00:55:27.849Z] Removing intermediate container bd127dd5dc59 [2021-03-05T00:55:27.850Z] ---> d3e4ebbe753a [2021-03-05T00:55:27.850Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:55:28.185Z] ---> Running in c1370b480083 [2021-03-05T00:55:28.185Z] Removing intermediate container b36b5dd3f776 [2021-03-05T00:55:28.185Z] ---> ed8dc95657c2 [2021-03-05T00:55:28.185Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T00:55:28.539Z] Removing intermediate container ba3ec0fff3ba [2021-03-05T00:55:28.539Z] ---> 3ade9f79a63c [2021-03-05T00:55:28.539Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:55:28.863Z] ---> Running in 1bdb87fde5b8 [2021-03-05T00:55:29.668Z] Removing intermediate container c1370b480083 [2021-03-05T00:55:29.668Z] ---> e8fd5f974da7 [2021-03-05T00:55:29.668Z] Step 24/26 : LABEL arch=x86_64 [2021-03-05T00:55:30.579Z] Removing intermediate container 1bdb87fde5b8 [2021-03-05T00:55:30.579Z] ---> c0399ba809ad [2021-03-05T00:55:30.579Z] [2021-03-05T00:55:30.579Z] ---> Running in 705ddb2730d3 [2021-03-05T00:55:33.906Z] Successfully built c0399ba809ad [2021-03-05T00:55:34.302Z] ---> d2079dbc4439 [2021-03-05T00:55:34.303Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T00:55:34.676Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-05T00:55:35.758Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 705ddb2730d3 [2021-03-05T00:55:35.758Z] ---> 00d259fafb52 [2021-03-05T00:55:35.758Z] Step 25/26 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:55:36.210Z] ---> Running in d5920f314e26 [2021-03-05T00:55:37.225Z] Removing intermediate container d5920f314e26 [2021-03-05T00:55:37.225Z] ---> d81ab204fb34 [2021-03-05T00:55:37.225Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T00:55:37.225Z] ---> Running in b9473eca92b3 [2021-03-05T00:55:37.225Z] ---> ceffb6d052bd [2021-03-05T00:55:37.225Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T00:55:37.828Z] Removing intermediate container b9473eca92b3 [2021-03-05T00:55:37.828Z] ---> 4cc1449a1caa [2021-03-05T00:55:37.828Z] [2021-03-05T00:55:39.254Z] ---> 743e43c85f4e [2021-03-05T00:55:39.254Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T00:55:39.254Z] Successfully built 4cc1449a1caa [2021-03-05T00:55:39.254Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-05T00:55:40.334Z]  Building docker-sys-mgmt-agent-go ... done  ---> c230655099b2 [2021-03-05T00:55:40.334Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T00:55:44.981Z] ---> 57b7a0126883 [2021-03-05T00:55:44.982Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T00:55:44.982Z] Removing intermediate container ac3997bf5dc9 [2021-03-05T00:55:44.982Z] ---> 2856a7198fcb [2021-03-05T00:55:44.982Z] [2021-03-05T00:55:44.982Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:55:44.982Z] ---> 88dd2752d2ea [2021-03-05T00:55:44.982Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T00:55:44.982Z] ---> Running in 723a47e77e60 [2021-03-05T00:55:44.982Z] ---> Running in 50b3125420bd [2021-03-05T00:55:45.617Z] Removing intermediate container 723a47e77e60 [2021-03-05T00:55:45.617Z] ---> 342592a89b0a [2021-03-05T00:55:45.617Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T00:55:46.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:55:46.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:55:46.395Z] ---> 7ef8a464ca0a [2021-03-05T00:55:46.395Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T00:55:46.395Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T00:55:46.395Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:55:46.395Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:55:46.395Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:55:46.688Z] OK: 6 MiB in 16 packages [2021-03-05T00:55:47.675Z] ---> Running in 1b676b407d91 [2021-03-05T00:55:48.742Z] Removing intermediate container 50b3125420bd [2021-03-05T00:55:48.742Z] ---> 9262f80b0df9 [2021-03-05T00:55:48.742Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:55:49.015Z] ---> Running in 7b95f9790818 [2021-03-05T00:55:49.604Z] Removing intermediate container 7b95f9790818 [2021-03-05T00:55:49.605Z] ---> a39a612f3686 [2021-03-05T00:55:49.605Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T00:55:49.605Z] ---> Running in 8f9691f5bfe5 [2021-03-05T00:55:50.654Z] Removing intermediate container 1b676b407d91 [2021-03-05T00:55:50.654Z] ---> 316f12a9fcf7 [2021-03-05T00:55:50.654Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T00:55:50.654Z] Removing intermediate container 8f9691f5bfe5 [2021-03-05T00:55:50.654Z] ---> dec8f4797c11 [2021-03-05T00:55:50.654Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:55:50.921Z] ---> Running in 18dff4ae94c3 [2021-03-05T00:55:50.921Z] ---> Running in 61a51566f3e7 [2021-03-05T00:55:51.196Z] Removing intermediate container 61a51566f3e7 [2021-03-05T00:55:51.196Z] ---> b1e46f7a9163 [2021-03-05T00:55:51.197Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:55:51.480Z] Removing intermediate container 18dff4ae94c3 [2021-03-05T00:55:51.480Z] ---> b651160f2d7d [2021-03-05T00:55:51.480Z] Step 28/31 : CMD ["gate"] [2021-03-05T00:55:51.480Z] ---> Running in b3df9cd66c94 [2021-03-05T00:55:52.098Z] ---> ebaee59d0e9c [2021-03-05T00:55:52.098Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T00:55:52.702Z] Removing intermediate container b3df9cd66c94 [2021-03-05T00:55:52.702Z] ---> 461f98e5eee4 [2021-03-05T00:55:52.702Z] Step 29/31 : LABEL arch=x86_64 [2021-03-05T00:55:52.982Z] ---> Running in e58ac262e694 [2021-03-05T00:55:52.982Z] ---> 75b1447a4d17 [2021-03-05T00:55:52.982Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T00:55:53.613Z] Removing intermediate container e58ac262e694 [2021-03-05T00:55:53.613Z] ---> f7735b3c96e3 [2021-03-05T00:55:53.613Z] Step 30/31 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:55:53.613Z] ---> e4ef6c731079 [2021-03-05T00:55:53.613Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T00:55:53.613Z] ---> Running in 30c3c9f83b47 [2021-03-05T00:55:53.911Z] ---> Running in 521de5dad4fc [2021-03-05T00:55:54.514Z] Removing intermediate container 30c3c9f83b47 [2021-03-05T00:55:54.514Z] ---> d44329bb7b64 [2021-03-05T00:55:54.514Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T00:55:54.514Z] ---> Running in 5d4bbe2c1ab9 [2021-03-05T00:55:54.514Z] Removing intermediate container 521de5dad4fc [2021-03-05T00:55:54.514Z] ---> f9561dca31dd [2021-03-05T00:55:54.514Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:55:55.100Z] ---> Running in e574e4c9fca6 [2021-03-05T00:55:55.399Z] Removing intermediate container 5d4bbe2c1ab9 [2021-03-05T00:55:55.399Z] ---> b510fb7f22c8 [2021-03-05T00:55:55.399Z] [2021-03-05T00:55:55.677Z] Removing intermediate container e574e4c9fca6 [2021-03-05T00:55:55.677Z] ---> 8253dd859e34 [2021-03-05T00:55:55.677Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T00:55:57.120Z] Successfully built b510fb7f22c8 [2021-03-05T00:55:57.427Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-05T00:55:57.427Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 3a734bb04ae5 [2021-03-05T00:55:57.710Z] Removing intermediate container 3a734bb04ae5 [2021-03-05T00:55:57.710Z] ---> 1146ad5b2b8a [2021-03-05T00:55:57.710Z] Step 21/22 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b [2021-03-05T00:55:57.998Z] ---> Running in 83b7e6391d09 [2021-03-05T00:55:58.266Z] Removing intermediate container 83b7e6391d09 [2021-03-05T00:55:58.266Z] ---> 68988ff94c67 [2021-03-05T00:55:58.266Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:55:58.539Z] ---> Running in 8cd2891587a6 [2021-03-05T00:55:58.818Z] Removing intermediate container 8cd2891587a6 [2021-03-05T00:55:58.818Z] ---> 1c62f5413753 [2021-03-05T00:55:58.818Z] [2021-03-05T00:55:59.106Z] Successfully built 1c62f5413753 [2021-03-05T00:55:59.106Z] Successfully tagged docker-support-notifications-go:latest [2021-03-05T00:56:00.110Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-05T00:56:00.126Z] $ docker stop --time=1 7a0f937b813ca111f619cb6ff5bb83e16a0dd00a85e0c3a34403f1e8b9674142 [2021-03-05T00:56:03.254Z] $ docker rm -f 7a0f937b813ca111f619cb6ff5bb83e16a0dd00a85e0c3a34403f1e8b9674142 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T00:56:03.924Z] + docker images [2021-03-05T00:56:03.925Z] + grep docker [2021-03-05T00:56:04.521Z] docker-support-notifications-go latest 1c62f5413753 6 seconds ago 17.8MB [2021-03-05T00:56:04.521Z] docker-security-bootstrapper-go latest b510fb7f22c8 9 seconds ago 18.7MB [2021-03-05T00:56:04.521Z] docker-sys-mgmt-agent-go latest 4cc1449a1caa 27 seconds ago 313MB [2021-03-05T00:56:04.521Z] docker-security-proxy-setup-go latest c0399ba809ad 35 seconds ago 24.7MB [2021-03-05T00:56:04.521Z] docker-support-scheduler-go latest c17838921d4d 54 seconds ago 17.2MB [2021-03-05T00:56:04.521Z] docker-core-data-go latest 092012f91c90 4 minutes ago 22.4MB [2021-03-05T00:56:04.521Z] docker-security-secretstore-setup-go latest c3ad8e90a0e6 4 minutes ago 24.9MB [2021-03-05T00:56:04.521Z] docker-core-metadata-go latest 843c68e3cc73 5 minutes ago 19MB [2021-03-05T00:56:04.521Z] docker-core-command-go latest 54d473a82d03 5 minutes ago 17.2MB [2021-03-05T00:56:04.521Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-05T00:56:05.261Z] Running on prd-ubuntu18.04-docker-8c-8g-28626 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-05T00:56:05.311Z] Running in /w/workspace/edgex-go/76 [Pipeline] { [Pipeline] checkout [2021-03-05T00:56:07.397Z] using credential edgex-jenkins-ssh [2021-03-05T00:56:07.444Z] Cloning the remote Git repository [2021-03-05T00:56:07.452Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:56:07.523Z] > git init /w/workspace/edgex-go/76 # timeout=10 [2021-03-05T00:56:07.555Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:56:07.556Z] > git --version # timeout=10 [2021-03-05T00:56:07.570Z] > git --version # 'git version 2.17.1' [2021-03-05T00:56:07.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:56:07.596Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:56:24.330Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-05T00:56:24.650Z] Merge succeeded, producing 3f751e6311b8921587355ea27609aaf6938e395b [2021-03-05T00:56:24.651Z] Checking out Revision 3f751e6311b8921587355ea27609aaf6938e395b (PR-2858) [2021-03-05T00:56:23.645Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:56:23.650Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:56:23.669Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:56:23.680Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:56:23.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:56:23.685Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T00:56:24.325Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:56:24.330Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-05T00:56:24.422Z] > git remote # timeout=10 [2021-03-05T00:56:24.429Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T00:56:24.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:56:24.437Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T00:56:24.629Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T00:56:24.640Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:56:24.646Z] > git checkout -f 3f751e6311b8921587355ea27609aaf6938e395b # timeout=10 [2021-03-05T00:56:28.403Z] Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" [2021-03-05T00:56:28.420Z] First time build. Skipping changelog. [2021-03-05T00:56:28.735Z] [2021-03-05T00:56:28.735Z] GitHub has been notified of this commit’s build result [2021-03-05T00:56:28.735Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:56:28.392Z] > git rev-list --no-walk 0ed1454298af64722bcd2ea4446a6101be8e8e8a # timeout=10 [2021-03-05T00:56:29.522Z] + echo snap-build.sh [2021-03-05T00:56:29.522Z] snap-build.sh [2021-03-05T00:56:29.522Z] + SNAP_BASE_DIR=. [2021-03-05T00:56:29.522Z] + '[' '!' -z /w/workspace/edgex-go/76 ']' [2021-03-05T00:56:29.522Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/76 [2021-03-05T00:56:29.522Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/76]' [2021-03-05T00:56:29.522Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/76] [2021-03-05T00:56:29.522Z] + cd /w/workspace/edgex-go/76 [2021-03-05T00:56:29.522Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-05T00:56:29.522Z] Reading package lists... [2021-03-05T00:56:29.522Z] Building dependency tree... [2021-03-05T00:56:29.522Z] Reading state information... [2021-03-05T00:56:29.785Z] The following packages were automatically installed and are no longer required: [2021-03-05T00:56:29.785Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-05T00:56:29.785Z] uidmap xdelta3 [2021-03-05T00:56:29.785Z] Use 'sudo apt autoremove' to remove them. [2021-03-05T00:56:29.785Z] The following packages will be REMOVED: [2021-03-05T00:56:29.785Z] lxd* lxd-client* [2021-03-05T00:56:30.051Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-05T00:56:30.051Z] After this operation, 31.7 MB disk space will be freed. [2021-03-05T00:56:31.126Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-05T00:56:31.126Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T00:56:32.076Z] Removing lxd dnsmasq configuration [2021-03-05T00:56:32.076Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T00:56:32.076Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-05T00:56:33.023Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-05T00:56:33.287Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-05T00:56:33.287Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T00:56:34.682Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-05T00:56:34.682Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-05T00:56:36.072Z] + sudo snap remove --purge lxd [2021-03-05T00:56:36.334Z] snap "lxd" is not installed [2021-03-05T00:56:36.334Z] + sudo groupadd --force --system lxd [2021-03-05T00:56:36.334Z] ++ whoami [2021-03-05T00:56:36.334Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-05T00:56:36.334Z] + newgrp - lxd [2021-03-05T00:56:36.334Z] + sudo snap install lxd [2021-03-05T00:56:37.406Z] lf-activate-venv(): INFO: Adding /tmp/venv-KjQT/bin to PATH [2021-03-05T00:56:37.406Z] INFO: No Stack... [2021-03-05T00:56:37.406Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T00:56:37.406Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T00:56:37.739Z] + cut -d, -f6 [2021-03-05T00:56:37.740Z] + cat /w/workspace/edgex-go/76/archives/cost.csv [Pipeline] lock [2021-03-05T00:56:37.844Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-76-stack-cost] [2021-03-05T00:56:37.857Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-76-stack-cost] did not exist. Created. [2021-03-05T00:56:37.857Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T00:56:38.299Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T00:56:38.612Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T00:56:38.627Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-76-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T00:56:46.401Z] 2021-03-05T00:56:43Z INFO Waiting for automatic snapd restart... [2021-03-05T00:56:58.669Z] lxd 4.11 from Canonical* installed [2021-03-05T00:56:58.669Z] + sudo lxd init --auto [2021-03-05T00:57:08.698Z] + sudo snap install --classic snapcraft [2021-03-05T00:57:20.955Z] snapcraft 4.5.1 from Canonical* installed [2021-03-05T00:57:20.955Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-05T00:57:20.955Z] + patch --verbose -p1 [2021-03-05T00:57:20.955Z] Hmm... Looks like a unified diff to me... [2021-03-05T00:57:20.955Z] The text leading up to this was: [2021-03-05T00:57:20.955Z] -------------------------- [2021-03-05T00:57:20.955Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-05T00:57:20.955Z] |From: Tony Espy [2021-03-05T00:57:20.955Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-05T00:57:20.955Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-05T00:57:20.955Z] | [2021-03-05T00:57:20.955Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-05T00:57:20.955Z] |optimize the snap CI check run for pull requests. When [2021-03-05T00:57:20.955Z] |applied, it essentially strips out everything (apps and [2021-03-05T00:57:20.955Z] |parts) from the snapcraft.yaml file except those required [2021-03-05T00:57:20.955Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-05T00:57:20.955Z] |catch changes to edgex-go that break the snap build. [2021-03-05T00:57:20.955Z] | [2021-03-05T00:57:20.955Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-05T00:57:20.955Z] |to update this patch file, otherwise it may fail to apply, [2021-03-05T00:57:20.955Z] |resulting in a failed snap build CI check in the associated [2021-03-05T00:57:20.955Z] |pull request. [2021-03-05T00:57:20.955Z] | [2021-03-05T00:57:20.955Z] |Note - in addition to applying this patch, the pipeline also [2021-03-05T00:57:20.955Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-05T00:57:20.955Z] |need to build the finally binary .snap file (and it won't [2021-03-05T00:57:20.955Z] |work with the patch applied). This further reduces the build [2021-03-05T00:57:20.955Z] |time. [2021-03-05T00:57:20.955Z] |--- [2021-03-05T00:57:20.955Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-05T00:57:20.955Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-05T00:57:20.955Z] | [2021-03-05T00:57:20.955Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-05T00:57:20.955Z] |index 1e537489..faf42425 100644 [2021-03-05T00:57:20.955Z] |--- a/snap/snapcraft.yaml [2021-03-05T00:57:20.955Z] |+++ b/snap/snapcraft.yaml [2021-03-05T00:57:20.955Z] -------------------------- [2021-03-05T00:57:20.955Z] patching file snap/snapcraft.yaml [2021-03-05T00:57:20.955Z] Using Plan A... [2021-03-05T00:57:20.955Z] Hunk #1 succeeded at 73. [2021-03-05T00:57:20.955Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-05T00:57:20.955Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-05T00:57:20.955Z] Hunk #4 FAILED at 222. [2021-03-05T00:57:20.955Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-03-05T00:57:20.955Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-03-05T00:57:20.955Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-03-05T00:57:20.955Z] Hunk #8 FAILED at 411. [2021-03-05T00:57:20.955Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-05T00:57:20.955Z] Hmm... Ignoring the trailing garbage. [2021-03-05T00:57:20.955Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T00:57:21.676Z] 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] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:57:23.666Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:57:25.122Z] ---> package-listing.sh [2021-03-05T00:57:25.122Z] ++ facter osfamily [2021-03-05T00:57:25.122Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T00:57:25.387Z] + OS_FAMILY=redhat [2021-03-05T00:57:25.387Z] + workspace=/w/workspace/edgex-go/76 [2021-03-05T00:57:25.387Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T00:57:25.387Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T00:57:25.387Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T00:57:25.387Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T00:57:25.387Z] + '[' /w/workspace/edgex-go/76 ']' [2021-03-05T00:57:25.387Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T00:57:25.387Z] + case "${OS_FAMILY}" in [2021-03-05T00:57:25.387Z] + rpm -qa [2021-03-05T00:57:25.387Z] + sort [2021-03-05T00:57:35.557Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T00:57:35.557Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T00:57:35.557Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T00:57:35.557Z] + '[' /w/workspace/edgex-go/76 ']' [2021-03-05T00:57:35.557Z] + mkdir -p /w/workspace/edgex-go/76/archives/ [2021-03-05T00:57:35.557Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/76/archives/ [Pipeline] echo [2021-03-05T00:57:35.577Z] 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/76/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-05T00:57:35.925Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:57:36.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T00:57:36.536Z] [2021-03-05T00:57:36.536Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:57:36.931Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T00:57:36.931Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T00:57:36.931Z] df20fa9351a1: Pulling fs layer [2021-03-05T00:57:36.931Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T00:57:36.931Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T00:57:36.931Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T00:57:36.931Z] 93b61091891f: Pulling fs layer [2021-03-05T00:57:36.931Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T00:57:36.931Z] 5e14af77c1be: Pulling fs layer [2021-03-05T00:57:36.931Z] 01666e4c0597: Pulling fs layer [2021-03-05T00:57:36.931Z] aa168da1d23b: Pulling fs layer [2021-03-05T00:57:36.931Z] 93b9cdb0e59b: Waiting [2021-03-05T00:57:36.931Z] 5e14af77c1be: Waiting [2021-03-05T00:57:36.931Z] 01666e4c0597: Waiting [2021-03-05T00:57:36.931Z] aa168da1d23b: Waiting [2021-03-05T00:57:36.931Z] 46f8f816bc3b: Waiting [2021-03-05T00:57:36.931Z] 93b61091891f: Waiting [2021-03-05T00:57:36.931Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T00:57:36.931Z] 36b3adc4ff6f: Download complete [2021-03-05T00:57:36.931Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T00:57:36.931Z] 46f8f816bc3b: Download complete [2021-03-05T00:57:37.206Z] df20fa9351a1: Verifying Checksum [2021-03-05T00:57:37.206Z] df20fa9351a1: Download complete [2021-03-05T00:57:37.206Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T00:57:37.206Z] 93b9cdb0e59b: Download complete [2021-03-05T00:57:37.206Z] 5e14af77c1be: Verifying Checksum [2021-03-05T00:57:37.206Z] 5e14af77c1be: Download complete [2021-03-05T00:57:37.206Z] 93b61091891f: Verifying Checksum [2021-03-05T00:57:37.206Z] 93b61091891f: Download complete [2021-03-05T00:57:37.206Z] 01666e4c0597: Verifying Checksum [2021-03-05T00:57:37.206Z] 01666e4c0597: Download complete [2021-03-05T00:57:37.488Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T00:57:37.488Z] 8ad3a11d3b57: Download complete [2021-03-05T00:57:37.767Z] df20fa9351a1: Pull complete [2021-03-05T00:57:38.847Z] 36b3adc4ff6f: Pull complete [2021-03-05T00:57:41.559Z] aa168da1d23b: Verifying Checksum [2021-03-05T00:57:41.559Z] aa168da1d23b: Download complete [2021-03-05T00:57:41.559Z] 8ad3a11d3b57: Pull complete [2021-03-05T00:57:41.824Z] 46f8f816bc3b: Pull complete [2021-03-05T00:57:42.856Z] 93b61091891f: Pull complete [2021-03-05T00:57:43.587Z] 93b9cdb0e59b: Pull complete [2021-03-05T00:57:44.562Z] 5e14af77c1be: Pull complete [2021-03-05T00:57:44.847Z] 01666e4c0597: Pull complete [2021-03-05T00:58:03.270Z] aa168da1d23b: Pull complete [2021-03-05T00:58:03.270Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T00:58:03.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T00:58:03.270Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T00:58:04.112Z] prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container [2021-03-05T00:58:04.251Z] $ 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/76/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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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-lftools-log-publisher:alpine cat [2021-03-05T00:58:13.037Z] $ docker top 20ca33d7732b057728092ea80b3046ed7a467ead258022530ae1177fa31cee38 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:58:14.160Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T00:58:15.624Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T00:58:16.718Z] + ls /var/log/sa-host [2021-03-05T00:58:16.718Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T00:58:16.718Z] file_magic: OK [2021-03-05T00:58:16.718Z] HZ: Using current value: 100 [2021-03-05T00:58:16.718Z] file_header: OK [2021-03-05T00:58:16.718Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-05T00:58:16.718Z] Statistics: [2021-03-05T00:58:16.719Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-05T00:58:16.719Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T00:58:16.719Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T00:58:16.719Z] file_magic: OK [2021-03-05T00:58:16.719Z] HZ: Using current value: 100 [2021-03-05T00:58:16.719Z] file_header: OK [2021-03-05T00:58:16.719Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-05T00:58:16.719Z] Statistics: [2021-03-05T00:58:16.719Z] Hnuu...uuuununununu... [2021-03-05T00:58:16.719Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T00:58:16.946Z] provisioning config files... [2021-03-05T00:58:16.981Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/76@tmp/config1222680484531489637tmp [Pipeline] { [Pipeline] echo [2021-03-05T00:58:17.068Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:58:18.156Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T00:58:18.179Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T00:58:18.273Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:58:18.594Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T00:58:18.609Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:58:19.405Z] ---> sudo-logs.sh [2021-03-05T00:58:19.405Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T00:58:20.073Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:58:20.449Z] ---> job-cost.sh [2021-03-05T00:58:20.450Z] lf-activate-venv: SKIPPING [2021-03-05T00:58:20.450Z] DEBUG: total: 0.20999999344348907 [2021-03-05T00:58:20.450Z] INFO: Retrieving Stack Cost... [2021-03-05T00:58:21.870Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T00:58:22.156Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T00:58:22.173Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:58:22.834Z] ---> logs-deploy.sh [2021-03-05T00:58:22.835Z] lf-activate-venv: SKIPPING [2021-03-05T00:58:22.835Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/76 [2021-03-05T00:58:22.835Z] INFO: archiving workspace using pattern(s): [2021-03-05T00:58:26.259Z] Archives upload complete. [2021-03-05T00:58:26.259Z] INFO: archiving logs to Nexus