Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 62a1c0816d9e5c0488d5fbc798484167ae2d47d0+dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b (53a4a641cc26bd92416a2efd53159bdc632c7ce6) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26203’ is offline; ‘prd-centos7-docker-4c-2g-26205’ is offline Running on prd-centos7-docker-4c-2g-26209 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 Merge succeeded, producing 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 Checking out Revision 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 (PR-3109) > git config core.sparsecheckout # timeout=10 > git checkout -f 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 # 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 dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 6ce023c27448a6c4148c69214f55c7deea8be790 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T03:15:09.224Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T03:15:09.511Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T03:15:09.614Z] ========================================================= [2021-02-12T03:15:09.614Z] EdgeX Global Pipelines Version Info [2021-02-12T03:15:09.614Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:15:11.490Z] ------------------- [2021-02-12T03:15:11.490Z] stable info: [2021-02-12T03:15:11.490Z] ------------------- [2021-02-12T03:15:11.490Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T03:15:11.490Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T03:15:11.490Z] Message: update stable to v1.0.179 [2021-02-12T03:15:12.065Z] ------------------- [2021-02-12T03:15:12.065Z] experimental info: [2021-02-12T03:15:12.065Z] ------------------- [2021-02-12T03:15:12.065Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T03:15:12.065Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T03:15:12.066Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T03:15:12.322Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-12T03:15:12.405Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-12T03:15:12.491Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T03:15:12.579Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T03:15:12.661Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T03:15:12.741Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T03:15:12.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T03:15:12.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-12T03:15:12.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-12T03:15:13.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-12T03:15:13.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T03:15:13.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T03:15:13.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T03:15:13.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T03:15:13.553Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T03:15:13.659Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T03:15:13.743Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T03:15:13.834Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T03:15:13.924Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T03:15:14.007Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-12T03:15:14.090Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-12T03:15:14.175Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T03:15:14.268Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T03:15:14.364Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-12T03:15:14.446Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-12T03:15:14.529Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-12T03:15:14.613Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [Pipeline] echo [2021-02-12T03:15:14.693Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 62a1c08 [Pipeline] echo [2021-02-12T03:15:14.774Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T03:15:14.942Z] provisioning config files... [2021-02-12T03:15:14.972Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config1605821770501862814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:15:15.330Z] ---> docker-login.sh [2021-02-12T03:15:15.330Z] nexus3.edgexfoundry.org:10001 [2021-02-12T03:15:15.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:15.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:15.861Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:15.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:15.861Z] [2021-02-12T03:15:15.861Z] Login Succeeded [2021-02-12T03:15:15.861Z] nexus3.edgexfoundry.org:10002 [2021-02-12T03:15:15.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:15.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:15.861Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:15.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:15.861Z] [2021-02-12T03:15:15.861Z] Login Succeeded [2021-02-12T03:15:16.131Z] nexus3.edgexfoundry.org:10003 [2021-02-12T03:15:16.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:16.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:16.131Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:16.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:16.131Z] [2021-02-12T03:15:16.131Z] Login Succeeded [2021-02-12T03:15:16.131Z] nexus3.edgexfoundry.org:10004 [2021-02-12T03:15:16.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:16.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:16.395Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:16.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:16.395Z] [2021-02-12T03:15:16.395Z] Login Succeeded [2021-02-12T03:15:16.395Z] docker.io [2021-02-12T03:15:16.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:16.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:16.659Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:16.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:16.659Z] [2021-02-12T03:15:16.659Z] Login Succeeded [2021-02-12T03:15:16.659Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T03:15:16.669Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T03:15:17.141Z] ++ 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-02-12T03:15:17.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:17.141Z] ++ dirname cmd/core-command/Dockerfile [2021-02-12T03:15:17.141Z] ++ cut -d/ -f2 [2021-02-12T03:15:17.141Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-12T03:15:17.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:17.141Z] ++ dirname cmd/core-data/Dockerfile [2021-02-12T03:15:17.141Z] ++ cut -d/ -f2 [2021-02-12T03:15:17.141Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-12T03:15:17.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:17.141Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-12T03:15:17.141Z] ++ cut -d/ -f2 [2021-02-12T03:15:17.141Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-12T03:15:17.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:17.141Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-12T03:15:17.141Z] ++ cut -d/ -f2 [2021-02-12T03:15:17.141Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-12T03:15:17.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:17.141Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-12T03:15:17.141Z] ++ cut -d/ -f2 [2021-02-12T03:15:17.141Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-12T03:15:17.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:17.141Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-12T03:15:17.141Z] ++ cut -d/ -f2 [2021-02-12T03:15:17.141Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-12T03:15:17.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:17.141Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-12T03:15:17.141Z] ++ cut -d/ -f2 [2021-02-12T03:15:17.141Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-12T03:15:17.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:17.141Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-12T03:15:17.141Z] ++ cut -d/ -f2 [2021-02-12T03:15:17.141Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-12T03:15:17.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:17.141Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-12T03:15:17.141Z] ++ cut -d/ -f2 [2021-02-12T03:15:17.141Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-12T03:15:17.219Z] 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-02-12T03:15:18.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T03:15:18.105Z] [2021-02-12T03:15:18.105Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:15:18.465Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T03:15:18.465Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T03:15:18.465Z] 31603596830f: Pulling fs layer [2021-02-12T03:15:18.465Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T03:15:18.465Z] 6ca5941a6612: Pulling fs layer [2021-02-12T03:15:18.465Z] ecc8261a40a4: Pulling fs layer [2021-02-12T03:15:18.465Z] ecc8261a40a4: Waiting [2021-02-12T03:15:18.465Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T03:15:18.465Z] 2a8b12db71e7: Download complete [2021-02-12T03:15:18.750Z] 31603596830f: Verifying Checksum [2021-02-12T03:15:18.750Z] 31603596830f: Download complete [2021-02-12T03:15:18.750Z] 6ca5941a6612: Verifying Checksum [2021-02-12T03:15:18.750Z] 6ca5941a6612: Download complete [2021-02-12T03:15:18.750Z] ecc8261a40a4: Verifying Checksum [2021-02-12T03:15:18.750Z] ecc8261a40a4: Download complete [2021-02-12T03:15:19.020Z] 31603596830f: Pull complete [2021-02-12T03:15:19.287Z] 2a8b12db71e7: Pull complete [2021-02-12T03:15:20.240Z] 6ca5941a6612: Pull complete [2021-02-12T03:15:20.240Z] ecc8261a40a4: Pull complete [2021-02-12T03:15:20.240Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T03:15:20.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T03:15:20.240Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T03:15:20.359Z] prd-centos7-docker-4c-2g-26209 does not seem to be running inside a container [2021-02-12T03:15:20.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T03:15:23.054Z] $ docker top d3a6084708f90c1f8c36ffb80b284081cf36f3347712c10d43fdbb349871bd8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T03:15:23.329Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T03:15:23.329Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T03:15:23.560Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T03:15:23.564Z] $ docker exec d3a6084708f90c1f8c36ffb80b284081cf36f3347712c10d43fdbb349871bd8b ssh-agent [2021-02-12T03:15:23.747Z] SSH_AUTH_SOCK=/tmp/ssh-DVPCcUHqsSgt/agent.12 [2021-02-12T03:15:23.747Z] SSH_AGENT_PID=17 [2021-02-12T03:15:23.762Z] Running ssh-add (command line suppressed) [2021-02-12T03:15:23.899Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_2057523387589849696.key (/w/workspace/edgex-go/27@tmp/private_key_2057523387589849696.key) [2021-02-12T03:15:23.964Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T03:15:24.304Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T03:15:24.327Z] $ docker exec --env ******** --env ******** d3a6084708f90c1f8c36ffb80b284081cf36f3347712c10d43fdbb349871bd8b ssh-agent -k [2021-02-12T03:15:24.449Z] unset SSH_AUTH_SOCK; [2021-02-12T03:15:24.450Z] unset SSH_AGENT_PID; [2021-02-12T03:15:24.450Z] echo Agent pid 17 killed; [2021-02-12T03:15:24.503Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T03:15:24.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T03:15:24.630Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T03:15:24.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T03:15:24.820Z] $ docker exec d3a6084708f90c1f8c36ffb80b284081cf36f3347712c10d43fdbb349871bd8b ssh-agent [2021-02-12T03:15:25.006Z] SSH_AUTH_SOCK=/tmp/ssh-U8H8FPV0hORo/agent.47 [2021-02-12T03:15:25.006Z] SSH_AGENT_PID=53 [2021-02-12T03:15:25.015Z] Running ssh-add (command line suppressed) [2021-02-12T03:15:25.140Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_8564295030875724883.key (/w/workspace/edgex-go/27@tmp/private_key_8564295030875724883.key) [2021-02-12T03:15:25.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T03:15:25.604Z] + git semver init [2021-02-12T03:15:25.604Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T03:15:25.604Z] # $GIT_DIR = /w/workspace/edgex-go/27/.git [2021-02-12T03:15:25.604Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/27 [2021-02-12T03:15:25.604Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T03:15:25.604Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T03:15:25.604Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T03:15:25.604Z] # $SEMVER_BRANCH = PR-3109 [2021-02-12T03:15:25.604Z] # $SEMVER_TEMP = /tmp/semver-422865853 [2021-02-12T03:15:25.604Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-12T03:15:48.774Z] # '/tmp/semver-422865853' -> '/w/workspace/edgex-go/27/.semver' [2021-02-12T03:15:48.774Z] # -> Force: false [2021-02-12T03:15:48.774Z] # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } [2021-02-12T03:15:48.794Z] $ docker exec --env ******** --env ******** d3a6084708f90c1f8c36ffb80b284081cf36f3347712c10d43fdbb349871bd8b ssh-agent -k [2021-02-12T03:15:49.078Z] unset SSH_AUTH_SOCK; [2021-02-12T03:15:49.078Z] unset SSH_AGENT_PID; [2021-02-12T03:15:49.078Z] echo Agent pid 53 killed; [2021-02-12T03:15:49.165Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T03:15:49.706Z] + git semver [Pipeline] } [2021-02-12T03:15:49.725Z] $ docker stop --time=1 d3a6084708f90c1f8c36ffb80b284081cf36f3347712c10d43fdbb349871bd8b [2021-02-12T03:15:51.292Z] $ docker rm -f d3a6084708f90c1f8c36ffb80b284081cf36f3347712c10d43fdbb349871bd8b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T03:15:51.824Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T03:15:52.383Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T03:15:52.385Z] [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-02-12T03:15:53.234Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T03:15:53.538Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T03:15:53.841Z] + sudo service docker restart [2021-02-12T03:15:53.841Z] + true [2021-02-12T03:15:53.841Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-12T03:15:54.435Z] ========================================================= [2021-02-12T03:15:54.435Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T03:15:54.435Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:15:54.775Z] + 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-02-12T03:15:58.122Z] Sending build context to Docker daemon 327.8MB [2021-02-12T03:15:58.122Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T03:15:58.122Z] Step 2/6 : FROM ${BASE} [2021-02-12T03:15:58.388Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T03:15:58.388Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T03:15:58.388Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T03:15:58.388Z] de9db76c5a1d: Pulling fs layer [2021-02-12T03:15:58.388Z] bca2f99d35d6: Pulling fs layer [2021-02-12T03:15:58.388Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T03:15:58.388Z] 7c6f9722023f: Pulling fs layer [2021-02-12T03:15:58.388Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T03:15:58.388Z] 93359f2a8cfa: Waiting [2021-02-12T03:15:58.388Z] 7c6f9722023f: Waiting [2021-02-12T03:15:58.388Z] a35cf1a2eb13: Waiting [2021-02-12T03:15:58.388Z] bca2f99d35d6: Waiting [2021-02-12T03:15:58.388Z] de9db76c5a1d: Verifying Checksum [2021-02-12T03:15:58.388Z] de9db76c5a1d: Download complete [2021-02-12T03:15:58.388Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T03:15:58.388Z] 0ef7d3d256c8: Download complete [2021-02-12T03:15:58.655Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T03:15:58.655Z] 188c0c94c7c5: Download complete [2021-02-12T03:15:58.655Z] 7c6f9722023f: Verifying Checksum [2021-02-12T03:15:58.655Z] 7c6f9722023f: Download complete [2021-02-12T03:15:59.243Z] 188c0c94c7c5: Pull complete [2021-02-12T03:15:59.243Z] 0ef7d3d256c8: Pull complete [2021-02-12T03:15:59.243Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T03:15:59.243Z] 93359f2a8cfa: Download complete [2021-02-12T03:15:59.520Z] de9db76c5a1d: Pull complete [2021-02-12T03:16:00.471Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T03:16:00.471Z] a35cf1a2eb13: Download complete [2021-02-12T03:16:01.059Z] bca2f99d35d6: Verifying Checksum [2021-02-12T03:16:01.059Z] bca2f99d35d6: Download complete [2021-02-12T03:16:07.737Z] bca2f99d35d6: Pull complete [2021-02-12T03:16:07.737Z] 93359f2a8cfa: Pull complete [2021-02-12T03:16:07.737Z] 7c6f9722023f: Pull complete [2021-02-12T03:16:07.740Z] Still waiting to schedule task [2021-02-12T03:16:07.740Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-12T03:16:13.069Z] a35cf1a2eb13: Pull complete [2021-02-12T03:16:13.069Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T03:16:13.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T03:16:13.069Z] ---> a62c8e92a672 [2021-02-12T03:16:13.069Z] 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-02-12T03:16:13.069Z] ---> Running in 9fd8dab4a16e [2021-02-12T03:16:13.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:16:14.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:16:15.683Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T03:16:15.947Z] (2/12) Installing file (5.38-r0) [2021-02-12T03:16:15.947Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T03:16:15.947Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T03:16:34.149Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T03:16:34.149Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T03:16:34.149Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T03:16:34.413Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T03:16:34.987Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T03:16:34.987Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T03:16:34.987Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T03:16:35.252Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T03:16:35.253Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:16:35.253Z] OK: 233 MiB in 51 packages [2021-02-12T03:16:39.484Z] Removing intermediate container 9fd8dab4a16e [2021-02-12T03:16:39.484Z] ---> 7ff3c0f88fc6 [2021-02-12T03:16:39.484Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T03:16:39.484Z] ---> Running in 7abb3e4ba3c0 [2021-02-12T03:16:39.484Z] Removing intermediate container 7abb3e4ba3c0 [2021-02-12T03:16:39.484Z] ---> 020fe91cad28 [2021-02-12T03:16:39.484Z] Step 5/6 : COPY go.mod . [2021-02-12T03:16:39.484Z] ---> 77e0a81a1075 [2021-02-12T03:16:39.484Z] Step 6/6 : RUN go mod download [2021-02-12T03:16:39.484Z] ---> Running in b14bf4d0ef2a [2021-02-12T03:17:01.518Z] Removing intermediate container b14bf4d0ef2a [2021-02-12T03:17:01.518Z] ---> f7d8fc397db5 [2021-02-12T03:17:01.518Z] Successfully built f7d8fc397db5 [2021-02-12T03:17:01.518Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:17:01.855Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T03:17:01.855Z] . [Pipeline] withDockerContainer [2021-02-12T03:17:01.980Z] prd-centos7-docker-4c-2g-26209 does not seem to be running inside a container [2021-02-12T03:17:02.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-12T03:17:02.948Z] $ docker top 59500b035eaffe16f671d4c4eb742eb03ed343251796ab46e43b8a73490d062f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:17:03.447Z] + go version [2021-02-12T03:17:03.448Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T03:17:03.461Z] $ docker stop --time=1 59500b035eaffe16f671d4c4eb742eb03ed343251796ab46e43b8a73490d062f [2021-02-12T03:17:04.794Z] $ docker rm -f 59500b035eaffe16f671d4c4eb742eb03ed343251796ab46e43b8a73490d062f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:17:05.567Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T03:17:05.567Z] . [Pipeline] withDockerContainer [2021-02-12T03:17:05.666Z] prd-centos7-docker-4c-2g-26209 does not seem to be running inside a container [2021-02-12T03:17:05.721Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-12T03:17:06.370Z] $ docker top b1a192dffb03d0451d11be32d5f4f241cc92c37b2c9c9d236d583adf4232e7c0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T03:17:06.551Z] ========================================================= [2021-02-12T03:17:06.551Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T03:17:06.552Z] ========================================================= [Pipeline] sh [2021-02-12T03:17:06.843Z] + make test [2021-02-12T03:17:06.843Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T03:17:16.923Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T03:17:35.199Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T03:17:37.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T03:17:40.184Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T03:17:40.184Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T03:17:41.156Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T03:17:41.156Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T03:17:41.156Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T03:17:41.741Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T03:17:42.015Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T03:17:42.999Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T03:17:44.960Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T03:17:44.961Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T03:17:44.961Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T03:17:47.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements [2021-02-12T03:17:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T03:17:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T03:17:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T03:17:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T03:17:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T03:17:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T03:17:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T03:17:49.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.228s coverage: 100.0% of statements [2021-02-12T03:17:51.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.376s coverage: 27.1% of statements [2021-02-12T03:17:51.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T03:17:51.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T03:17:51.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T03:17:51.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T03:17:51.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T03:17:51.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T03:17:51.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-02-12T03:17:51.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T03:17:51.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.195s coverage: 100.0% of statements [2021-02-12T03:17:51.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T03:17:51.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T03:17:52.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 65.8% of statements [2021-02-12T03:17:52.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T03:17:52.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T03:17:53.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.493s coverage: 82.3% of statements [2021-02-12T03:17:53.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T03:17:53.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:17:53.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T03:17:53.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T03:17:54.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.467s coverage: 28.6% of statements [2021-02-12T03:17:54.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T03:17:54.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T03:17:54.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T03:17:54.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T03:17:54.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T03:17:54.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-02-12T03:17:54.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T03:17:54.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements [2021-02-12T03:17:54.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T03:17:55.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2021-02-12T03:17:55.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T03:17:56.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.158s coverage: 97.5% of statements [2021-02-12T03:17:56.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T03:17:56.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 78.3% of statements [2021-02-12T03:17:56.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T03:17:56.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T03:17:56.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T03:17:56.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T03:17:59.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.580s coverage: 92.8% of statements [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T03:17:59.523Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T03:17:59.523Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.1% of statements [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T03:17:59.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T03:17:59.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 45.5% of statements [2021-02-12T03:17:59.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-02-12T03:17:59.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-12T03:17:59.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements [2021-02-12T03:17:59.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-02-12T03:18:12.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements [2021-02-12T03:18:12.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.5% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.473s coverage: 68.9% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.442s coverage: 84.0% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.077s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.122s coverage: 89.4% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.820s coverage: 29.1% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T03:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-02-12T03:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-12T03:18:24.475Z] GO111MODULE=on go vet ./... [2021-02-12T03:18:53.195Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26217 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-12T03:18:53.252Z] Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout [2021-02-12T03:18:56.912Z] gofmt -l . [2021-02-12T03:18:56.912Z] [ "`gofmt -l .`" = "" ] [2021-02-12T03:18:56.912Z] ./bin/test-go-mod-tidy.sh [2021-02-12T03:18:56.912Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T03:18:57.241Z] + ls -al . [2021-02-12T03:18:57.241Z] total 700 [2021-02-12T03:18:57.241Z] drwxrwxr-x 10 1001 1001 4096 Feb 12 03:18 . [2021-02-12T03:18:57.241Z] drwxr-xr-x 4 root root 30 Feb 12 03:17 .. [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 03:15 .dockerignore [2021-02-12T03:18:57.241Z] drwxrwxr-x 8 1001 1001 179 Feb 12 03:15 .git [2021-02-12T03:18:57.241Z] drwxrwxr-x 3 1001 1001 125 Feb 12 03:15 .github [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 03:15 .gitignore [2021-02-12T03:18:57.241Z] drwx------ 3 1001 1001 60 Feb 12 03:15 .semver [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 03:15 .sonarcloud.properties [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 03:15 Attribution.txt [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 03:15 CONTRIBUTING.md [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 03:15 Dockerfile.build [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 03:15 Jenkinsfile [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 03:15 LICENSE [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 03:15 Makefile [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 03:15 README.md [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 03:15 SECURITY.md [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 03:15 VERSION [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 03:15 ZMQWindows.md [2021-02-12T03:18:57.241Z] drwxrwxr-x 2 1001 1001 117 Feb 12 03:15 bin [2021-02-12T03:18:57.241Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 03:15 cmd [2021-02-12T03:18:57.241Z] -rw-r--r-- 1 root root 595676 Feb 12 03:18 coverage.out [2021-02-12T03:18:57.241Z] -rw-r--r-- 1 root root 1054 Feb 12 03:18 go.mod [2021-02-12T03:18:57.241Z] -rw-r--r-- 1 root root 19518 Feb 12 03:18 go.sum [2021-02-12T03:18:57.241Z] drwxrwxr-x 8 1001 1001 127 Feb 12 03:15 internal [2021-02-12T03:18:57.241Z] drwxrwxr-x 4 1001 1001 26 Feb 12 03:15 openapi [2021-02-12T03:18:57.241Z] drwxrwxr-x 4 1001 1001 71 Feb 12 03:15 snap [2021-02-12T03:18:57.241Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 03:15 version.go [Pipeline] sh [2021-02-12T03:18:57.558Z] + '[' -e coverage.out ] [2021-02-12T03:18:57.558Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T03:18:57.810Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T03:18:58.111Z] + make build [2021-02-12T03:18:58.111Z] 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-02-12T03:18:58.815Z] using credential edgex-jenkins-ssh [2021-02-12T03:18:58.872Z] Cloning the remote Git repository [2021-02-12T03:18:58.931Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T03:18:59.059Z] > git init /w/workspace/edgex-go/27 # timeout=10 [2021-02-12T03:18:59.154Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T03:18:59.155Z] > git --version # timeout=10 [2021-02-12T03:18:59.185Z] > git --version # 'git version 2.17.1' [2021-02-12T03:18:59.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T03:18:59.256Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T03:19:01.524Z] 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-02-12T03:19:11.701Z] 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-02-12T03:19:12.677Z] 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-02-12T03:19:14.625Z] 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-02-12T03:19:15.215Z] 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-02-12T03:19:17.183Z] 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-02-12T03:19:19.128Z] 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-02-12T03:19:20.529Z] 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-02-12T03:19:21.925Z] 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-02-12T03:19:23.335Z] 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-02-12T03:19:23.814Z] Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:19:24.280Z] Merge succeeded, producing 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:19:24.280Z] Checking out Revision 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 (PR-3109) [2021-02-12T03:19:23.003Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T03:19:23.073Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T03:19:23.114Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T03:19:23.172Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T03:19:23.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T03:19:23.191Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T03:19:23.834Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T03:19:23.850Z] > git checkout -f 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 # timeout=10 [2021-02-12T03:19:24.189Z] > git remote # timeout=10 [2021-02-12T03:19:24.207Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T03:19:24.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T03:19:24.232Z] > git merge dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 [2021-02-12T03:19:24.265Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T03:19:24.286Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T03:19:24.299Z] > git checkout -f 62a1c0816d9e5c0488d5fbc798484167ae2d47d0 # timeout=10 [2021-02-12T03:19:24.824Z] 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-02-12T03:19:26.915Z] $ docker stop --time=1 b1a192dffb03d0451d11be32d5f4f241cc92c37b2c9c9d236d583adf4232e7c0 [2021-02-12T03:19:28.673Z] $ docker rm -f b1a192dffb03d0451d11be32d5f4f241cc92c37b2c9c9d236d583adf4232e7c0 [2021-02-12T03:19:28.841Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T03:19:30.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T03:19:30.644Z] [2021-02-12T03:19:30.644Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:19:31.704Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-12T03:19:31.771Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T03:19:31.771Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-12T03:19:31.771Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-12T03:19:31.771Z] ca9280d653b3: Pulling fs layer [2021-02-12T03:19:31.771Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-02-12T03:19:32.042Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-12T03:19:32.042Z] cbdbe7a5bc2a: Download complete [2021-02-12T03:19:32.143Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T03:19:32.310Z] ca9280d653b3: Verifying Checksum [2021-02-12T03:19:32.310Z] ca9280d653b3: Download complete [2021-02-12T03:19:32.310Z] cbdbe7a5bc2a: Pull complete [2021-02-12T03:19:32.494Z] + + sudo servicetrue docker [2021-02-12T03:19:32.494Z] restart [2021-02-12T03:19:33.730Z] ca9280d653b3: Pull complete [2021-02-12T03:19:33.730Z] 7e9c9ca2126c: Verifying Checksum [2021-02-12T03:19:33.730Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T03:19:34.566Z] provisioning config files... [2021-02-12T03:19:34.610Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config2122228866327954537tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:19:35.031Z] ---> docker-login.sh [2021-02-12T03:19:35.031Z] nexus3.edgexfoundry.org:10001 [2021-02-12T03:19:36.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:36.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:36.326Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:36.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:36.326Z] [2021-02-12T03:19:36.326Z] Login Succeeded [2021-02-12T03:19:36.326Z] nexus3.edgexfoundry.org:10002 [2021-02-12T03:19:36.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:36.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:36.922Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:36.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:36.922Z] [2021-02-12T03:19:37.196Z] Login Succeeded [2021-02-12T03:19:37.196Z] nexus3.edgexfoundry.org:10003 [2021-02-12T03:19:37.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:37.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:37.771Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:37.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:37.771Z] [2021-02-12T03:19:37.771Z] Login Succeeded [2021-02-12T03:19:37.771Z] nexus3.edgexfoundry.org:10004 [2021-02-12T03:19:38.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:38.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:38.329Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:38.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:38.329Z] [2021-02-12T03:19:38.329Z] Login Succeeded [2021-02-12T03:19:38.329Z] docker.io [2021-02-12T03:19:38.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:40.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:40.199Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:40.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:40.199Z] [2021-02-12T03:19:40.199Z] Login Succeeded [2021-02-12T03:19:40.199Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T03:19:40.221Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-12T03:19:40.909Z] ========================================================= [2021-02-12T03:19:40.909Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T03:19:40.909Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:19:41.298Z] + 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-02-12T03:19:41.500Z] 7e9c9ca2126c: Pull complete [2021-02-12T03:19:41.500Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-12T03:19:41.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T03:19:41.500Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-12T03:19:41.676Z] prd-centos7-docker-4c-2g-26209 does not seem to be running inside a container [2021-02-12T03:19:41.732Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-12T03:19:43.482Z] $ docker top 1d8c0d40385f8854d6fb7d06389a561956ead59ad08b7eaf7d82d105e75b4ea4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:19:44.013Z] Sending build context to Docker daemon 166.3MB [2021-02-12T03:19:44.013Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T03:19:44.013Z] Step 2/6 : FROM ${BASE} [2021-02-12T03:19:44.013Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T03:19:44.013Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T03:19:44.013Z] a4357932f1b6: Pulling fs layer [2021-02-12T03:19:44.013Z] 18c013af1878: Pulling fs layer [2021-02-12T03:19:44.013Z] 00ac8860ef70: Pulling fs layer [2021-02-12T03:19:44.013Z] 63d7cb157983: Pulling fs layer [2021-02-12T03:19:44.013Z] b116817d02f9: Pulling fs layer [2021-02-12T03:19:44.013Z] 745a02a5169b: Pulling fs layer [2021-02-12T03:19:44.013Z] 00ac8860ef70: Waiting [2021-02-12T03:19:44.013Z] 63d7cb157983: Waiting [2021-02-12T03:19:44.013Z] b116817d02f9: Waiting [2021-02-12T03:19:44.013Z] 745a02a5169b: Waiting [2021-02-12T03:19:44.013Z] 18c013af1878: Verifying Checksum [2021-02-12T03:19:44.013Z] 18c013af1878: Download complete [2021-02-12T03:19:44.013Z] a4357932f1b6: Verifying Checksum [2021-02-12T03:19:44.013Z] a4357932f1b6: Download complete [2021-02-12T03:19:44.013Z] 63d7cb157983: Download complete [2021-02-12T03:19:44.013Z] b116817d02f9: Verifying Checksum [2021-02-12T03:19:44.013Z] b116817d02f9: Download complete [2021-02-12T03:19:44.013Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T03:19:44.013Z] 5f621e34cdf4: Download complete [2021-02-12T03:19:44.094Z] + docker-compose build --help [2021-02-12T03:19:44.094Z] + grep parallel [2021-02-12T03:19:44.629Z] 5f621e34cdf4: Pull complete [2021-02-12T03:19:45.244Z] a4357932f1b6: Pull complete [2021-02-12T03:19:45.499Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T03:19:45.515Z] $ docker stop --time=1 1d8c0d40385f8854d6fb7d06389a561956ead59ad08b7eaf7d82d105e75b4ea4 [2021-02-12T03:19:45.850Z] 18c013af1878: Pull complete [2021-02-12T03:19:46.139Z] 745a02a5169b: Verifying Checksum [2021-02-12T03:19:46.139Z] 745a02a5169b: Download complete [2021-02-12T03:19:46.947Z] $ docker rm -f 1d8c0d40385f8854d6fb7d06389a561956ead59ad08b7eaf7d82d105e75b4ea4 [2021-02-12T03:19:47.149Z] 00ac8860ef70: Verifying Checksum [2021-02-12T03:19:47.149Z] 00ac8860ef70: Download complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:19:47.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T03:19:47.636Z] . [Pipeline] withDockerContainer [2021-02-12T03:19:47.742Z] prd-centos7-docker-4c-2g-26209 does not seem to be running inside a container [2021-02-12T03:19:47.800Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-02-12T03:19:48.664Z] $ docker top 5e744164f91bdd787aeb17c11c89d2c070f11753004ac17778a2d1abdc1fa8c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:19:49.205Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T03:19:50.201Z] Building docker-core-command-go ... [2021-02-12T03:19:50.201Z] Building docker-core-data-go ... [2021-02-12T03:19:50.201Z] Building docker-core-metadata-go ... [2021-02-12T03:19:50.201Z] Building docker-security-bootstrapper-go ... [2021-02-12T03:19:50.201Z] Building docker-security-proxy-setup-go ... [2021-02-12T03:19:50.201Z] Building docker-security-secretstore-setup-go ... [2021-02-12T03:19:50.201Z] Building docker-support-notifications-go ... [2021-02-12T03:19:50.201Z] Building docker-support-scheduler-go ... [2021-02-12T03:19:50.201Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T03:19:50.201Z] Building docker-core-metadata-go [2021-02-12T03:19:50.201Z] Building docker-security-secretstore-setup-go [2021-02-12T03:19:50.201Z] Building docker-sys-mgmt-agent-go [2021-02-12T03:19:50.201Z] Building docker-security-proxy-setup-go [2021-02-12T03:19:50.201Z] Building docker-security-bootstrapper-go [2021-02-12T03:19:57.350Z] 00ac8860ef70: Pull complete [2021-02-12T03:19:57.350Z] 63d7cb157983: Pull complete [2021-02-12T03:19:57.350Z] b116817d02f9: Pull complete [2021-02-12T03:20:01.680Z] 745a02a5169b: Pull complete [2021-02-12T03:20:01.680Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T03:20:01.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T03:20:01.680Z] ---> b7e6874047d6 [2021-02-12T03:20:01.680Z] 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-02-12T03:20:05.104Z] ---> Running in 66a1f986793d [2021-02-12T03:20:06.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:20:07.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:20:08.501Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T03:20:08.775Z] (2/12) Installing file (5.38-r0) [2021-02-12T03:20:08.775Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T03:20:08.775Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T03:20:29.119Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:20:29.119Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:20:29.119Z] ---> f7d8fc397db5 [2021-02-12T03:20:29.119Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T03:20:29.119Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:20:29.119Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:20:29.119Z] ---> f7d8fc397db5 [2021-02-12T03:20:29.119Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T03:20:29.119Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:20:29.119Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:20:29.119Z] ---> f7d8fc397db5 [2021-02-12T03:20:29.119Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T03:20:29.119Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:20:29.119Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:20:29.119Z] ---> f7d8fc397db5 [2021-02-12T03:20:29.119Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T03:20:29.119Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:20:29.119Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:20:29.119Z] ---> f7d8fc397db5 [2021-02-12T03:20:29.119Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T03:20:29.119Z] ---> Running in a5d9d2062abe [2021-02-12T03:20:29.119Z] ---> Running in 76a665d2c90c [2021-02-12T03:20:29.119Z] ---> Running in bf13b05cd8d7 [2021-02-12T03:20:29.119Z] ---> Running in 5ea6a25eac32 [2021-02-12T03:20:29.119Z] ---> Running in e06fca01d3f9 [2021-02-12T03:20:29.119Z] Removing intermediate container 76a665d2c90c [2021-02-12T03:20:29.119Z] ---> 99e2490ffdeb [2021-02-12T03:20:29.119Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:20:29.119Z] Removing intermediate container a5d9d2062abe [2021-02-12T03:20:29.119Z] ---> ef65719a49e8 [2021-02-12T03:20:29.119Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:20:29.119Z] Removing intermediate container bf13b05cd8d7 [2021-02-12T03:20:29.119Z] ---> d3d31d98a116 [2021-02-12T03:20:29.119Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:20:29.119Z] Removing intermediate container 5ea6a25eac32 [2021-02-12T03:20:29.119Z] ---> 837d83f19b8f [2021-02-12T03:20:29.119Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:20:29.119Z] Removing intermediate container e06fca01d3f9 [2021-02-12T03:20:29.119Z] ---> 020e5e2554cd [2021-02-12T03:20:29.119Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:20:29.119Z] ---> Running in 2105fdaebeef [2021-02-12T03:20:29.119Z] ---> Running in bd675e7632e2 [2021-02-12T03:20:29.119Z] ---> Running in d4f62d8b7e2d [2021-02-12T03:20:29.119Z] ---> Running in 493948e13003 [2021-02-12T03:20:29.119Z] ---> Running in ad60e505c504 [2021-02-12T03:20:29.119Z] Removing intermediate container bd675e7632e2 [2021-02-12T03:20:29.119Z] ---> bfe65c853f37 [2021-02-12T03:20:29.119Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T03:20:29.387Z] ---> Running in 05b37f105564 [2021-02-12T03:20:29.387Z] Removing intermediate container 2105fdaebeef [2021-02-12T03:20:29.387Z] ---> d53acd76d367 [2021-02-12T03:20:29.387Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T03:20:29.661Z] Removing intermediate container 493948e13003 [2021-02-12T03:20:29.661Z] ---> 63a4bcb420c0 [2021-02-12T03:20:29.661Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T03:20:29.661Z] Removing intermediate container d4f62d8b7e2d [2021-02-12T03:20:29.661Z] ---> ff0849651f69 [2021-02-12T03:20:29.661Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T03:20:29.661Z] Removing intermediate container ad60e505c504 [2021-02-12T03:20:29.661Z] ---> 9bb482ca4dfd [2021-02-12T03:20:29.661Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T03:20:29.661Z] ---> Running in dbc2a37760d7 [2021-02-12T03:20:29.661Z] ---> Running in 48c7602d7fd0 [2021-02-12T03:20:29.661Z] ---> Running in bfb0fff5faea [2021-02-12T03:20:29.924Z] ---> Running in f8ac86e842b3 [2021-02-12T03:20:30.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:30.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:30.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:30.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:30.929Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T03:20:30.929Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T03:20:30.929Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T03:20:30.929Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T03:20:30.929Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T03:20:30.929Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T03:20:30.929Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T03:20:30.929Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T03:20:30.929Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:20:30.929Z] OK: 217 MiB in 51 packages [2021-02-12T03:20:30.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:31.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:31.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:31.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:31.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:31.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:20:32.049Z] OK: 233 MiB in 51 packages [2021-02-12T03:20:32.316Z] OK: 233 MiB in 51 packages [2021-02-12T03:20:32.316Z] OK: 233 MiB in 51 packages [2021-02-12T03:20:32.587Z] OK: 233 MiB in 51 packages [2021-02-12T03:20:32.587Z] Removing intermediate container 05b37f105564 [2021-02-12T03:20:32.587Z] ---> 230221a903ae [2021-02-12T03:20:32.587Z] Step 6/23 : COPY go.mod . [2021-02-12T03:20:32.853Z] OK: 233 MiB in 51 packages [2021-02-12T03:20:33.124Z] ---> a02a750f73ac [2021-02-12T03:20:33.124Z] Step 7/23 : RUN go mod download [2021-02-12T03:20:33.124Z] Removing intermediate container 48c7602d7fd0 [2021-02-12T03:20:33.124Z] ---> c917369cb7c1 [2021-02-12T03:20:33.124Z] Step 6/26 : COPY go.mod . [2021-02-12T03:20:33.390Z] ---> Running in 0614857f14c3 [2021-02-12T03:20:33.390Z] Removing intermediate container f8ac86e842b3 [2021-02-12T03:20:33.390Z] ---> 70a60d4d995a [2021-02-12T03:20:33.390Z] Step 6/30 : COPY go.mod . [2021-02-12T03:20:33.390Z] Removing intermediate container dbc2a37760d7 [2021-02-12T03:20:33.390Z] ---> e90cfc3f7bc8 [2021-02-12T03:20:33.390Z] Step 6/24 : COPY go.mod . [2021-02-12T03:20:33.653Z] ---> 011c9c258227 [2021-02-12T03:20:33.653Z] Step 7/26 : RUN go mod download [2021-02-12T03:20:33.927Z] ---> Running in 77d7228a5639 [2021-02-12T03:20:33.927Z] ---> 1d2087cfac4f [2021-02-12T03:20:33.927Z] Step 7/30 : RUN go mod download [2021-02-12T03:20:34.197Z] ---> e7468703eac3 [2021-02-12T03:20:34.197Z] Step 7/24 : RUN go mod download [2021-02-12T03:20:34.197Z] Removing intermediate container bfb0fff5faea [2021-02-12T03:20:34.197Z] ---> 08685a8cba71 [2021-02-12T03:20:34.197Z] Step 6/21 : COPY go.mod . [2021-02-12T03:20:34.197Z] ---> Running in f1ad0027b132 [2021-02-12T03:20:34.197Z] ---> Running in 88476d2367c9 [2021-02-12T03:20:34.333Z] Removing intermediate container 66a1f986793d [2021-02-12T03:20:34.333Z] ---> 553aef9f5f70 [2021-02-12T03:20:34.333Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T03:20:34.464Z] ---> 78ca4a85eb06 [2021-02-12T03:20:34.464Z] Step 7/21 : RUN go mod download [2021-02-12T03:20:34.606Z] ---> Running in efc9da539a73 [2021-02-12T03:20:34.786Z] ---> Running in a0192d3844dc [2021-02-12T03:20:34.880Z] Removing intermediate container efc9da539a73 [2021-02-12T03:20:34.880Z] ---> 1ab88d16446c [2021-02-12T03:20:34.880Z] Step 5/6 : COPY go.mod . [2021-02-12T03:20:35.475Z] ---> 1c6e3a4e0f2b [2021-02-12T03:20:35.475Z] Step 6/6 : RUN go mod download [2021-02-12T03:20:35.752Z] ---> Running in f765307cbbb8 [2021-02-12T03:20:36.241Z] Removing intermediate container 0614857f14c3 [2021-02-12T03:20:36.241Z] ---> b091c7b7a7d3 [2021-02-12T03:20:36.241Z] Step 8/23 : COPY . . [2021-02-12T03:20:36.241Z] Removing intermediate container 77d7228a5639 [2021-02-12T03:20:36.241Z] ---> 424c77782d7c [2021-02-12T03:20:36.241Z] Step 8/26 : COPY . . [2021-02-12T03:20:38.828Z] Removing intermediate container f1ad0027b132 [2021-02-12T03:20:38.828Z] ---> 5eaf2d4936ad [2021-02-12T03:20:38.828Z] Step 8/30 : COPY . . [2021-02-12T03:20:39.100Z] Removing intermediate container 88476d2367c9 [2021-02-12T03:20:39.100Z] ---> 6cb375fc796a [2021-02-12T03:20:39.100Z] Step 8/24 : COPY . . [2021-02-12T03:20:39.100Z] Removing intermediate container a0192d3844dc [2021-02-12T03:20:39.100Z] ---> 7ed2f6103234 [2021-02-12T03:20:39.100Z] Step 8/21 : COPY . . [2021-02-12T03:21:02.562Z] Removing intermediate container f765307cbbb8 [2021-02-12T03:21:02.562Z] ---> 3e12f330b700 [2021-02-12T03:21:02.562Z] Successfully built 3e12f330b700 [2021-02-12T03:21:02.562Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:21:02.920Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T03:21:02.920Z] . [Pipeline] withDockerContainer [2021-02-12T03:21:03.204Z] prd-ubuntu18.04-docker-arm64-4c-16g-26217 does not seem to be running inside a container [2021-02-12T03:21:03.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-12T03:21:04.870Z] $ docker top 909d6bcd92797cbd1bb507203fb93c3e32cba57eab1e2099e5331d07d27d2bd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:21:05.903Z] + go version [2021-02-12T03:21:05.903Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T03:21:05.924Z] $ docker stop --time=1 909d6bcd92797cbd1bb507203fb93c3e32cba57eab1e2099e5331d07d27d2bd2 [2021-02-12T03:21:07.931Z] $ docker rm -f 909d6bcd92797cbd1bb507203fb93c3e32cba57eab1e2099e5331d07d27d2bd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:21:08.962Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T03:21:08.962Z] . [Pipeline] withDockerContainer [2021-02-12T03:21:09.246Z] prd-ubuntu18.04-docker-arm64-4c-16g-26217 does not seem to be running inside a container [2021-02-12T03:21:09.325Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-12T03:21:10.810Z] $ docker top 6893521ccc1a54ebe7d8c7d83aa59fa6a366a5b999ffc7fdec6d2102350c1572 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T03:21:11.199Z] ========================================================= [2021-02-12T03:21:11.199Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T03:21:11.199Z] ========================================================= [Pipeline] sh [2021-02-12T03:21:11.854Z] + make test [2021-02-12T03:21:11.854Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T03:21:18.742Z] ---> adb0b176b243 [2021-02-12T03:21:18.742Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T03:21:18.742Z] ---> eaf3e5350ada [2021-02-12T03:21:18.742Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T03:21:18.742Z] ---> Running in b1a93353c99c [2021-02-12T03:21:18.742Z] ---> Running in 79c51055bc90 [2021-02-12T03:21:18.742Z] ---> 8e5c37bec761 [2021-02-12T03:21:18.742Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T03:21:18.742Z] ---> 2dc2e3a5d6c2 [2021-02-12T03:21:18.742Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T03:21:18.742Z] ---> 12b95ab7242f [2021-02-12T03:21:18.742Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T03:21:18.742Z] ---> Running in c7d299c52155 [2021-02-12T03:21:18.742Z] ---> Running in d24ea7178816 [2021-02-12T03:21:18.742Z] ---> Running in d2f4d14c0ac8 [2021-02-12T03:21:18.742Z] 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-02-12T03:21:18.742Z] 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-02-12T03:21:18.742Z] 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-02-12T03:21:18.742Z] 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-02-12T03:21:18.742Z] 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-02-12T03:21:38.677Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T03:21:45.495Z] 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-02-12T03:21:45.495Z] 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-02-12T03:21:52.206Z] Removing intermediate container 79c51055bc90 [2021-02-12T03:21:52.206Z] ---> d76ae6f62b89 [2021-02-12T03:21:52.206Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T03:21:52.206Z] Removing intermediate container d24ea7178816 [2021-02-12T03:21:52.206Z] ---> 4ed5f19461dd [2021-02-12T03:21:52.206Z] [2021-02-12T03:21:52.206Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T03:21:52.206Z] 3.12: Pulling from library/alpine [2021-02-12T03:21:52.206Z] ---> Running in 23eb8b0c776b [2021-02-12T03:21:52.788Z] 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-02-12T03:21:52.788Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T03:21:52.788Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T03:21:53.052Z] ---> 389fef711851 [2021-02-12T03:21:53.052Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T03:21:57.271Z] Removing intermediate container c7d299c52155 [2021-02-12T03:21:57.271Z] ---> 31e7f0bc1327 [2021-02-12T03:21:57.271Z] [2021-02-12T03:21:57.271Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T03:21:57.271Z] ---> 389fef711851 [2021-02-12T03:21:57.271Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T03:21:57.271Z] ---> Running in 7d6ce78991af [2021-02-12T03:21:57.271Z] Removing intermediate container d2f4d14c0ac8 [2021-02-12T03:21:57.271Z] ---> e5eb69171fc2 [2021-02-12T03:21:57.271Z] [2021-02-12T03:21:57.271Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T03:21:57.271Z] ---> 389fef711851 [2021-02-12T03:21:57.271Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T03:21:57.271Z] ---> Running in 897aa6acb35e [2021-02-12T03:21:57.271Z] Removing intermediate container b1a93353c99c [2021-02-12T03:21:57.271Z] ---> 9f3650492759 [2021-02-12T03:21:57.271Z] [2021-02-12T03:21:57.271Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T03:21:57.271Z] ---> 389fef711851 [2021-02-12T03:21:57.271Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T03:21:57.535Z] ---> Running in c1078b056882 [2021-02-12T03:21:57.535Z] ---> Running in 78a91c5b8a8e [2021-02-12T03:21:57.805Z] Removing intermediate container 7d6ce78991af [2021-02-12T03:21:57.805Z] ---> 02095183a29d [2021-02-12T03:21:57.805Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T03:21:57.805Z] Removing intermediate container 23eb8b0c776b [2021-02-12T03:21:57.805Z] ---> 3c8b2dfd0af0 [2021-02-12T03:21:57.805Z] [2021-02-12T03:21:57.805Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T03:21:57.805Z] 20.10.0: Pulling from library/docker [2021-02-12T03:21:58.094Z] ---> Running in 2c5600b3cf18 [2021-02-12T03:21:58.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:21:58.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:21:58.649Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T03:21:58.649Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T03:21:58.649Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T03:21:58.649Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T03:21:58.952Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T03:21:58.952Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:21:58.952Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T03:21:58.952Z] OK: 7 MiB in 19 packages [2021-02-12T03:21:59.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:21:59.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:21:59.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:21:59.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:21:59.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:21:59.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:21:59.510Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T03:21:59.510Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:21:59.510Z] OK: 6 MiB in 15 packages [2021-02-12T03:21:59.510Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T03:21:59.510Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T03:21:59.510Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T03:21:59.510Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:21:59.510Z] OK: 6 MiB in 16 packages [2021-02-12T03:21:59.510Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T03:21:59.510Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T03:21:59.510Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T03:21:59.510Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:21:59.510Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T03:21:59.774Z] OK: 7 MiB in 18 packages [2021-02-12T03:22:00.731Z] Removing intermediate container 897aa6acb35e [2021-02-12T03:22:00.731Z] ---> bdfb9c863a7d [2021-02-12T03:22:00.731Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T03:22:00.731Z] Removing intermediate container 78a91c5b8a8e [2021-02-12T03:22:00.731Z] ---> 8d7a64d5812c [2021-02-12T03:22:00.731Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:22:00.999Z] ---> Running in 2f16bc435118 [2021-02-12T03:22:01.965Z] ---> Running in f8488f667044 [2021-02-12T03:22:01.965Z] Removing intermediate container 2c5600b3cf18 [2021-02-12T03:22:01.965Z] ---> f9781add6838 [2021-02-12T03:22:01.965Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T03:22:02.234Z] Removing intermediate container c1078b056882 [2021-02-12T03:22:02.234Z] ---> 92a81bab4191 [2021-02-12T03:22:02.234Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T03:22:02.234Z] ---> Running in 4e2a1cbb2c43 [2021-02-12T03:22:02.234Z] Removing intermediate container 2f16bc435118 [2021-02-12T03:22:02.234Z] ---> 622566fcc497 [2021-02-12T03:22:02.234Z] Step 13/24 : WORKDIR / [2021-02-12T03:22:02.234Z] ---> Running in a3ed91c61ed2 [2021-02-12T03:22:02.504Z] Removing intermediate container f8488f667044 [2021-02-12T03:22:02.504Z] ---> bdee81c7fb75 [2021-02-12T03:22:02.504Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T03:22:02.504Z] ---> Running in 070dc6b462b5 [2021-02-12T03:22:02.504Z] ---> Running in 992b8f8cf14b [2021-02-12T03:22:02.504Z] Removing intermediate container 4e2a1cbb2c43 [2021-02-12T03:22:02.504Z] ---> 55815cd7d447 [2021-02-12T03:22:02.504Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T03:22:02.770Z] Removing intermediate container a3ed91c61ed2 [2021-02-12T03:22:02.770Z] ---> 209f679bce11 [2021-02-12T03:22:02.770Z] Step 13/21 : WORKDIR /edgex [2021-02-12T03:22:02.770Z] ---> Running in efc0d6a8d5bb [2021-02-12T03:22:02.770Z] ---> Running in c77288c7e0c8 [2021-02-12T03:22:03.036Z] Removing intermediate container 070dc6b462b5 [2021-02-12T03:22:03.036Z] ---> 6a03a53843ea [2021-02-12T03:22:03.036Z] 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-02-12T03:22:03.036Z] Removing intermediate container 992b8f8cf14b [2021-02-12T03:22:03.036Z] ---> 15152f2afe1c [2021-02-12T03:22:03.036Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T03:22:03.036Z] Removing intermediate container efc0d6a8d5bb [2021-02-12T03:22:03.036Z] ---> 6865b1c217b3 [2021-02-12T03:22:03.036Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T03:22:03.036Z] ---> Running in 15ddf91fd212 [2021-02-12T03:22:03.298Z] ---> Running in 682b7f0dc17f [2021-02-12T03:22:03.298Z] Removing intermediate container c77288c7e0c8 [2021-02-12T03:22:03.298Z] ---> b1cd48f100f8 [2021-02-12T03:22:03.298Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T03:22:03.563Z] ---> f406ffe106ee [2021-02-12T03:22:03.563Z] 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-02-12T03:22:03.563Z] Removing intermediate container 15ddf91fd212 [2021-02-12T03:22:03.563Z] ---> efbeb3799684 [2021-02-12T03:22:03.563Z] Step 15/23 : WORKDIR / [2021-02-12T03:22:04.151Z] ---> 8c799dfa4e63 [2021-02-12T03:22:04.151Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T03:22:04.151Z] ---> Running in d303708221e9 [2021-02-12T03:22:04.151Z] ---> 0d47e1e9159a [2021-02-12T03:22:04.151Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T03:22:04.415Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T03:22:04.415Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T03:22:04.415Z] ---> aefe523efa57 [2021-02-12T03:22:04.415Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T03:22:04.678Z] Removing intermediate container d303708221e9 [2021-02-12T03:22:04.678Z] ---> 7137cf93cddb [2021-02-12T03:22:04.678Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:22:04.678Z] ---> Running in 04bb56bf5c4d [2021-02-12T03:22:04.678Z] ---> a47ae88d238d [2021-02-12T03:22:04.678Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T03:22:04.678Z] ---> 093166b3c9a9 [2021-02-12T03:22:04.679Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T03:22:05.271Z] Removing intermediate container 682b7f0dc17f [2021-02-12T03:22:05.271Z] ---> 0d5cb7ead33b [2021-02-12T03:22:05.271Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T03:22:05.271Z] ---> db5c139468e8 [2021-02-12T03:22:05.271Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T03:22:05.539Z] ---> Running in 2d42e8c05b15 [2021-02-12T03:22:05.539Z] ---> 205b7d4e583d [2021-02-12T03:22:05.539Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T03:22:05.539Z] ---> ba60a9f7ca75 [2021-02-12T03:22:05.539Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T03:22:05.539Z] ---> Running in 26dcb9ad0473 [2021-02-12T03:22:05.819Z] Removing intermediate container 2d42e8c05b15 [2021-02-12T03:22:05.819Z] ---> 7b1bc6d5036f [2021-02-12T03:22:05.819Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T03:22:05.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:22:05.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:22:06.084Z] Removing intermediate container 26dcb9ad0473 [2021-02-12T03:22:06.084Z] ---> 3fd37d21d0ec [2021-02-12T03:22:06.084Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T03:22:06.084Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T03:22:06.084Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T03:22:06.084Z] Executing bash-5.0.17-r0.post-install [2021-02-12T03:22:06.084Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:22:06.084Z] OK: 12 MiB in 22 packages [2021-02-12T03:22:06.084Z] ---> Running in 0548bbe1645c [2021-02-12T03:22:06.084Z] ---> fcb648a154cd [2021-02-12T03:22:06.084Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T03:22:06.353Z] ---> 8876b632a4e1 [2021-02-12T03:22:06.353Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T03:22:06.353Z] ---> cdb030c55120 [2021-02-12T03:22:06.353Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T03:22:06.616Z] ---> Running in f80540b54052 [2021-02-12T03:22:06.878Z] ---> e89f8c4fec95 [2021-02-12T03:22:06.879Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T03:22:06.879Z] ---> 4bd5fee18988 [2021-02-12T03:22:06.879Z] 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-02-12T03:22:06.879Z] Removing intermediate container 0548bbe1645c [2021-02-12T03:22:06.879Z] ---> 8c537179cf81 [2021-02-12T03:22:06.879Z] Step 19/21 : LABEL arch=x86_64 [2021-02-12T03:22:07.142Z] ---> Running in 68eec54ddb0a [2021-02-12T03:22:07.142Z] ---> Running in f4ad58963531 [2021-02-12T03:22:07.142Z] ---> Running in 33fda2fc9757 [2021-02-12T03:22:07.731Z] Removing intermediate container 04bb56bf5c4d [2021-02-12T03:22:07.731Z] ---> b5448c4efd4a [2021-02-12T03:22:07.731Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T03:22:07.731Z] Removing intermediate container 68eec54ddb0a [2021-02-12T03:22:07.731Z] ---> c12ad95667f6 [2021-02-12T03:22:07.731Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:22:07.731Z] Removing intermediate container 33fda2fc9757 [2021-02-12T03:22:07.731Z] ---> a22a90771d48 [2021-02-12T03:22:07.731Z] Step 20/21 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:22:07.731Z] ---> Running in 2f7fed601ffd [2021-02-12T03:22:07.731Z] ---> Running in 88185cdab9a6 [2021-02-12T03:22:07.999Z] ---> Running in 5879737d378e [2021-02-12T03:22:07.999Z] Removing intermediate container 2f7fed601ffd [2021-02-12T03:22:07.999Z] ---> 1b18831661e0 [2021-02-12T03:22:07.999Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T03:22:08.273Z] Removing intermediate container 88185cdab9a6 [2021-02-12T03:22:08.273Z] ---> 4d184e80d296 [2021-02-12T03:22:08.273Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T03:22:08.273Z] ---> Running in 5621503b0fb0 [2021-02-12T03:22:08.553Z] ---> Running in 2a2115de2ccb [2021-02-12T03:22:08.553Z] Removing intermediate container 5879737d378e [2021-02-12T03:22:08.553Z] ---> cc364c855307 [2021-02-12T03:22:08.553Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T03:22:08.553Z] ---> Running in 59d17fbf81d8 [2021-02-12T03:22:08.817Z] Removing intermediate container 5621503b0fb0 [2021-02-12T03:22:08.817Z] ---> ed7decddbb73 [2021-02-12T03:22:08.817Z] Step 22/23 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:22:08.817Z] Removing intermediate container 2a2115de2ccb [2021-02-12T03:22:08.817Z] ---> d5b600436447 [2021-02-12T03:22:08.817Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T03:22:08.817Z] Removing intermediate container f80540b54052 [2021-02-12T03:22:08.817Z] ---> e2088d37600c [2021-02-12T03:22:08.817Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:22:09.080Z] ---> Running in a94a0202796d [2021-02-12T03:22:09.080Z] ---> Running in 0fe1ab11496a [2021-02-12T03:22:09.080Z] Removing intermediate container 59d17fbf81d8 [2021-02-12T03:22:09.080Z] ---> 7696e4eadd3b [2021-02-12T03:22:09.080Z] [2021-02-12T03:22:09.346Z] Removing intermediate container f4ad58963531 [2021-02-12T03:22:09.346Z] ---> b6145329c6a3 [2021-02-12T03:22:09.346Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T03:22:09.346Z] ---> 2c1dd9464c14 [2021-02-12T03:22:09.346Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T03:22:09.346Z] ---> Running in c5e1f963d1a0 [2021-02-12T03:22:09.346Z] Removing intermediate container a94a0202796d [2021-02-12T03:22:09.346Z] ---> d410e69548a6 [2021-02-12T03:22:09.346Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T03:22:09.614Z] Successfully built 7696e4eadd3b [2021-02-12T03:22:09.614Z] Removing intermediate container 0fe1ab11496a [2021-02-12T03:22:09.614Z] ---> 85e4aade7fd8 [2021-02-12T03:22:09.614Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T03:22:09.614Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-12T03:22:09.614Z] ---> Running in cd3922c856d1 [2021-02-12T03:22:09.886Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-12T03:22:09.886Z] Removing intermediate container c5e1f963d1a0 [2021-02-12T03:22:09.886Z] ---> bc86c73d5a12 [2021-02-12T03:22:09.886Z] Step 22/24 : LABEL arch=x86_64 [2021-02-12T03:22:10.164Z] Removing intermediate container cd3922c856d1 [2021-02-12T03:22:10.164Z] ---> f42a70aea985 [2021-02-12T03:22:10.164Z] [2021-02-12T03:22:10.164Z] ---> Running in 3b1fecba095d [2021-02-12T03:22:10.164Z] ---> 8d0f8f5c51be [2021-02-12T03:22:10.164Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T03:22:10.427Z] ---> de5b3da38964 [2021-02-12T03:22:10.427Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T03:22:10.427Z] Successfully built f42a70aea985 [2021-02-12T03:22:10.427Z] Successfully tagged docker-core-metadata-go:latest [2021-02-12T03:22:10.427Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-02-12T03:22:10.427Z] Removing intermediate container 3b1fecba095d [2021-02-12T03:22:10.427Z] ---> 5c996d5821d1 [2021-02-12T03:22:10.427Z] Step 23/24 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:22:10.691Z] ---> Running in 929ba904094f [2021-02-12T03:22:10.691Z] ---> 6a3e4f7dc5be [2021-02-12T03:22:10.691Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T03:22:10.956Z] ---> 94c17a84cc2d [2021-02-12T03:22:10.956Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T03:22:10.956Z] Removing intermediate container 929ba904094f [2021-02-12T03:22:10.956Z] ---> 7388ce980fd8 [2021-02-12T03:22:10.956Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T03:22:13.562Z] ---> Running in 071724dcb2d7 [2021-02-12T03:22:13.562Z] ---> ef4982aaae3a [2021-02-12T03:22:13.562Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T03:22:13.562Z] ---> 18ad90ac79b0 [2021-02-12T03:22:13.562Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T03:22:15.507Z] ---> Running in 658a88fb6bad [2021-02-12T03:22:15.507Z] ---> Running in 9ea9c5759031 [2021-02-12T03:22:16.088Z] Removing intermediate container 071724dcb2d7 [2021-02-12T03:22:16.088Z] ---> 413b2e13ab0f [2021-02-12T03:22:16.088Z] [2021-02-12T03:22:17.496Z] Successfully built 413b2e13ab0f [2021-02-12T03:22:17.765Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-12T03:22:17.765Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-12T03:22:18.046Z] Removing intermediate container 658a88fb6bad [2021-02-12T03:22:18.046Z] ---> 5280a5473958 [2021-02-12T03:22:18.046Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T03:22:18.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:22:18.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:22:19.262Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T03:22:19.262Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T03:22:19.262Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T03:22:19.262Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T03:22:19.262Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T03:22:19.262Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T03:22:19.262Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T03:22:19.541Z] ---> ce9679ad7013 [2021-02-12T03:22:19.541Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T03:22:21.494Z] ERROR: Failed to create usr/lib/python3.8/lib-dynload/_ssl.cpython-38-x86_64-linux-gnu.so: I/O error [2021-02-12T03:22:21.494Z] ERROR: python3-3.8.5-r0: IO ERROR [2021-02-12T03:22:22.991Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T03:22:23.939Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T03:22:24.203Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T03:22:24.203Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T03:22:24.203Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T03:22:24.203Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T03:22:24.203Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T03:22:25.626Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T03:22:25.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T03:22:25.916Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T03:22:26.182Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T03:22:28.114Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T03:22:28.379Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T03:22:28.966Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T03:22:29.558Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T03:22:30.139Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T03:22:30.156Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T03:22:30.409Z] ---> Running in b89b8d8d03d4 [2021-02-12T03:22:30.990Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T03:22:32.424Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T03:22:32.424Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T03:22:32.424Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T03:22:32.424Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T03:22:32.424Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T03:22:32.424Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T03:22:32.424Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T03:22:32.424Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T03:22:32.424Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T03:22:32.424Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T03:22:33.449Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:22:33.449Z] 1 error; 26 MiB in 54 packages [2021-02-12T03:22:34.059Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:22:34.059Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:22:34.059Z] ---> f7d8fc397db5 [2021-02-12T03:22:34.059Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T03:22:34.338Z] ---> Using cache [2021-02-12T03:22:34.338Z] ---> 020e5e2554cd [2021-02-12T03:22:34.338Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:22:34.338Z] ---> Using cache [2021-02-12T03:22:34.338Z] ---> 9bb482ca4dfd [2021-02-12T03:22:34.338Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T03:22:34.338Z] ---> Using cache [2021-02-12T03:22:34.338Z] ---> 70a60d4d995a [2021-02-12T03:22:34.338Z] Step 6/22 : COPY go.mod . [2021-02-12T03:22:34.338Z] ---> Using cache [2021-02-12T03:22:34.338Z] ---> 1d2087cfac4f [2021-02-12T03:22:34.338Z] Step 7/22 : RUN go mod download [2021-02-12T03:22:34.338Z] ---> Using cache [2021-02-12T03:22:34.338Z] ---> 5eaf2d4936ad [2021-02-12T03:22:34.338Z] Step 8/22 : COPY . . [2021-02-12T03:22:34.608Z] ---> Using cache [2021-02-12T03:22:34.608Z] ---> 12b95ab7242f [2021-02-12T03:22:34.608Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T03:22:34.917Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:22:34.917Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:22:34.917Z] ---> f7d8fc397db5 [2021-02-12T03:22:34.917Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T03:22:34.917Z] ---> Using cache [2021-02-12T03:22:34.917Z] ---> 020e5e2554cd [2021-02-12T03:22:34.917Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:22:34.917Z] ---> Using cache [2021-02-12T03:22:34.917Z] ---> 9bb482ca4dfd [2021-02-12T03:22:34.917Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T03:22:36.875Z] ---> Running in de16c2792bf8 [2021-02-12T03:22:36.875Z] ---> Running in 1ffe1dbd50fd [2021-02-12T03:22:36.875Z] Building docker-core-data-go [2021-02-12T03:22:39.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:22:39.802Z] 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-02-12T03:22:40.364Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T03:22:40.364Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T03:22:40.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:22:40.697Z] Removing intermediate container b89b8d8d03d4 [2021-02-12T03:22:40.697Z] ---> 75b15153f00e [2021-02-12T03:22:40.697Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T03:22:41.282Z] OK: 233 MiB in 51 packages [2021-02-12T03:22:41.549Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:22:41.549Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:22:41.549Z] ---> f7d8fc397db5 [2021-02-12T03:22:41.549Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T03:22:41.549Z] ---> Using cache [2021-02-12T03:22:41.549Z] ---> 020e5e2554cd [2021-02-12T03:22:41.549Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:22:41.549Z] ---> Using cache [2021-02-12T03:22:41.549Z] ---> 9bb482ca4dfd [2021-02-12T03:22:41.549Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T03:22:41.549Z] ---> Using cache [2021-02-12T03:22:41.549Z] ---> 70a60d4d995a [2021-02-12T03:22:41.549Z] Step 6/23 : COPY go.mod . [2021-02-12T03:22:41.549Z] ---> Using cache [2021-02-12T03:22:41.549Z] ---> 1d2087cfac4f [2021-02-12T03:22:41.549Z] Step 7/23 : RUN go mod download [2021-02-12T03:22:41.549Z] ---> Using cache [2021-02-12T03:22:41.549Z] ---> 5eaf2d4936ad [2021-02-12T03:22:41.549Z] Step 8/23 : COPY . . [2021-02-12T03:22:41.813Z] ---> Running in e8d66d57229d [2021-02-12T03:22:41.813Z] ---> Using cache [2021-02-12T03:22:41.813Z] ---> 12b95ab7242f [2021-02-12T03:22:41.813Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T03:22:42.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T03:22:42.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T03:22:42.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T03:22:42.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T03:22:42.420Z] ---> Running in db54c4d62e17 [2021-02-12T03:22:44.416Z] Removing intermediate container e8d66d57229d [2021-02-12T03:22:44.416Z] ---> 737316c206bb [2021-02-12T03:22:44.416Z] Step 27/30 : CMD ["gate"] [2021-02-12T03:22:45.006Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T03:22:45.112Z] Removing intermediate container 1ffe1dbd50fd [2021-02-12T03:22:45.112Z] ---> 5cbd5d2047dd [2021-02-12T03:22:45.112Z] Step 6/22 : COPY go.mod . [2021-02-12T03:22:45.723Z] ---> Running in 96c89a8a3a66 [2021-02-12T03:22:45.723Z] 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-02-12T03:22:45.723Z] ---> 81e17c5b3032 [2021-02-12T03:22:45.723Z] Step 7/22 : RUN go mod download [2021-02-12T03:22:46.032Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T03:22:46.260Z] ---> Running in ad43787ce4c6 [2021-02-12T03:22:46.260Z] Removing intermediate container 96c89a8a3a66 [2021-02-12T03:22:46.260Z] ---> 8cf47ffed38f [2021-02-12T03:22:46.260Z] Step 28/30 : LABEL arch=x86_64 [2021-02-12T03:22:47.361Z] ---> Running in cb9722fab59a [2021-02-12T03:22:48.370Z] Removing intermediate container cb9722fab59a [2021-02-12T03:22:48.370Z] ---> be930ef4d737 [2021-02-12T03:22:48.370Z] Step 29/30 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:22:48.970Z] ---> Running in 755ea9e9183c [2021-02-12T03:22:49.568Z] Removing intermediate container 755ea9e9183c [2021-02-12T03:22:49.568Z] ---> bfe7bffd56c9 [2021-02-12T03:22:49.568Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T03:22:51.008Z] ---> Running in cced6d843be6 [2021-02-12T03:22:52.449Z] Removing intermediate container cced6d843be6 [2021-02-12T03:22:52.449Z] ---> c573720d46f2 [2021-02-12T03:22:52.449Z] [2021-02-12T03:22:52.729Z] Successfully built c573720d46f2 [2021-02-12T03:22:52.729Z] Removing intermediate container ad43787ce4c6 [2021-02-12T03:22:52.729Z] ---> b5a0765e53f4 [2021-02-12T03:22:52.729Z] Step 8/22 : COPY . . [2021-02-12T03:22:53.014Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-12T03:22:54.378Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T03:22:54.378Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T03:22:54.378Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T03:22:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.289s coverage: 45.9% of statements [2021-02-12T03:22:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T03:22:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T03:22:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T03:22:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T03:22:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T03:22:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T03:22:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T03:22:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.194s coverage: 100.0% of statements [2021-02-12T03:23:01.276Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:23:01.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:23:01.276Z] ---> f7d8fc397db5 [2021-02-12T03:23:01.276Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T03:23:01.276Z] ---> Using cache [2021-02-12T03:23:01.276Z] ---> 020e5e2554cd [2021-02-12T03:23:01.276Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:23:01.276Z] ---> Using cache [2021-02-12T03:23:01.276Z] ---> 9bb482ca4dfd [2021-02-12T03:23:01.276Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T03:23:01.562Z] ---> Running in 36ebd4e1a80f [2021-02-12T03:23:03.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:23:03.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:23:04.619Z] OK: 233 MiB in 51 packages [2021-02-12T03:23:07.988Z] Removing intermediate container 36ebd4e1a80f [2021-02-12T03:23:07.988Z] ---> 01aa57f80fb0 [2021-02-12T03:23:07.988Z] Step 6/23 : COPY go.mod . [2021-02-12T03:23:08.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.588s coverage: 27.1% of statements [2021-02-12T03:23:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T03:23:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T03:23:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T03:23:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T03:23:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T03:23:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T03:23:08.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-02-12T03:23:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T03:23:08.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2021-02-12T03:23:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T03:23:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T03:23:08.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements [2021-02-12T03:23:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T03:23:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T03:23:08.942Z] ---> 1154343143ca [2021-02-12T03:23:08.942Z] Step 7/23 : RUN go mod download [2021-02-12T03:23:09.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.800s coverage: 82.3% of statements [2021-02-12T03:23:09.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T03:23:09.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:23:09.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T03:23:09.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T03:23:11.526Z] ---> Running in 769860110eea [2021-02-12T03:23:15.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements [2021-02-12T03:23:15.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T03:23:15.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T03:23:15.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T03:23:15.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T03:23:15.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T03:23:15.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2021-02-12T03:23:15.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T03:23:15.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-02-12T03:23:15.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T03:23:15.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.276s coverage: 86.7% of statements [2021-02-12T03:23:15.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T03:23:16.853Z] Removing intermediate container db54c4d62e17 [2021-02-12T03:23:16.853Z] ---> b238d1581921 [2021-02-12T03:23:16.853Z] [2021-02-12T03:23:16.853Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T03:23:16.853Z] ---> 389fef711851 [2021-02-12T03:23:16.853Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T03:23:16.853Z] ---> Using cache [2021-02-12T03:23:16.853Z] ---> 8d7a64d5812c [2021-02-12T03:23:16.853Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:23:16.853Z] Removing intermediate container de16c2792bf8 [2021-02-12T03:23:16.853Z] ---> 35a0a437075a [2021-02-12T03:23:16.853Z] [2021-02-12T03:23:16.853Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T03:23:16.853Z] ---> 389fef711851 [2021-02-12T03:23:16.853Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T03:23:16.853Z] ---> Using cache [2021-02-12T03:23:16.853Z] ---> 8d7a64d5812c [2021-02-12T03:23:16.853Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:23:16.853Z] ---> Using cache [2021-02-12T03:23:16.853Z] ---> bdee81c7fb75 [2021-02-12T03:23:16.853Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T03:23:16.853Z] ---> Using cache [2021-02-12T03:23:16.853Z] ---> bdee81c7fb75 [2021-02-12T03:23:16.853Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T03:23:16.853Z] ---> 90a6c9c2020a [2021-02-12T03:23:16.853Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T03:23:16.853Z] ---> Running in 861d8f99cc83 [2021-02-12T03:23:16.853Z] ---> Running in 0a66742b8cdc [2021-02-12T03:23:16.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.340s coverage: 97.5% of statements [2021-02-12T03:23:16.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T03:23:17.125Z] Removing intermediate container 769860110eea [2021-02-12T03:23:17.125Z] ---> ee7729b1a931 [2021-02-12T03:23:17.125Z] Step 8/23 : COPY . . [2021-02-12T03:23:17.125Z] ---> Running in 2960975d2444 [2021-02-12T03:23:17.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements [2021-02-12T03:23:17.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T03:23:17.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T03:23:17.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T03:23:17.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T03:23:17.708Z] Removing intermediate container 0a66742b8cdc [2021-02-12T03:23:17.708Z] ---> ed188f85a724 [2021-02-12T03:23:17.708Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T03:23:17.971Z] Removing intermediate container 861d8f99cc83 [2021-02-12T03:23:17.971Z] ---> a06a554c7092 [2021-02-12T03:23:17.971Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T03:23:18.237Z] 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-02-12T03:23:18.503Z] ---> Running in 29ce30aed718 [2021-02-12T03:23:18.503Z] ---> Running in 279fe6a43e04 [2021-02-12T03:23:19.459Z] Removing intermediate container 29ce30aed718 [2021-02-12T03:23:19.459Z] ---> 87122fcd320c [2021-02-12T03:23:19.459Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:23:20.411Z] Removing intermediate container 279fe6a43e04 [2021-02-12T03:23:20.411Z] ---> 33cd7d607feb [2021-02-12T03:23:20.411Z] Step 15/23 : WORKDIR / [2021-02-12T03:23:22.226Z] ---> Running in fc3df182545b [2021-02-12T03:23:22.226Z] ---> ea4338644ac3 [2021-02-12T03:23:22.226Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T03:23:25.590Z] ---> f8800fe361c5 [2021-02-12T03:23:25.591Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T03:23:25.591Z] Removing intermediate container fc3df182545b [2021-02-12T03:23:25.591Z] ---> e4d9f758e518 [2021-02-12T03:23:25.591Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:23:26.582Z] ---> 123c17d79b6f [2021-02-12T03:23:26.582Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T03:23:27.198Z] ---> 720e89e5dc20 [2021-02-12T03:23:27.198Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T03:23:27.824Z] ---> Running in 486ce6d9c8ef [2021-02-12T03:23:28.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.250s coverage: 92.8% of statements [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T03:23:28.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T03:23:28.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T03:23:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T03:23:28.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 45.5% of statements [2021-02-12T03:23:28.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements [2021-02-12T03:23:28.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements [2021-02-12T03:23:28.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements [2021-02-12T03:23:28.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-02-12T03:23:28.407Z] ---> 5926ec62be95 [2021-02-12T03:23:28.408Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T03:23:28.683Z] Removing intermediate container 486ce6d9c8ef [2021-02-12T03:23:28.683Z] ---> 77922b173475 [2021-02-12T03:23:28.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:23:28.955Z] ---> Running in cd7b6476ed5b [2021-02-12T03:23:29.278Z] ---> a34e7e773dfa [2021-02-12T03:23:29.278Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T03:23:29.552Z] ---> Running in c8a7d59f75bb [2021-02-12T03:23:29.552Z] Removing intermediate container cd7b6476ed5b [2021-02-12T03:23:29.552Z] ---> 4f8363c301f9 [2021-02-12T03:23:29.552Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T03:23:30.957Z] ---> Running in 3255822417c3 [2021-02-12T03:23:31.535Z] Removing intermediate container c8a7d59f75bb [2021-02-12T03:23:31.535Z] ---> bf74a4660056 [2021-02-12T03:23:31.535Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:23:34.150Z] Removing intermediate container 3255822417c3 [2021-02-12T03:23:34.150Z] ---> 798d0cc5c695 [2021-02-12T03:23:34.150Z] Step 21/22 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:23:34.150Z] ---> Running in 89bcd5772519 [2021-02-12T03:23:35.565Z] ---> Running in 091c6d8e5223 [2021-02-12T03:23:36.538Z] Removing intermediate container 89bcd5772519 [2021-02-12T03:23:36.538Z] ---> 8d9a621640ac [2021-02-12T03:23:36.538Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T03:23:37.116Z] Removing intermediate container 091c6d8e5223 [2021-02-12T03:23:37.116Z] ---> 471fec8b740f [2021-02-12T03:23:37.116Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T03:23:37.116Z] ---> Running in 163fe3de6917 [2021-02-12T03:23:38.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.072s coverage: 94.4% of statements [2021-02-12T03:23:38.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-02-12T03:23:38.545Z] ---> Running in a60334b64607 [2021-02-12T03:23:38.812Z] Removing intermediate container 163fe3de6917 [2021-02-12T03:23:38.812Z] ---> 175b80c6ff7a [2021-02-12T03:23:38.812Z] Step 22/23 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:23:38.812Z] ---> Running in 5e5faf3f078c [2021-02-12T03:23:38.812Z] ---> c601c35c90e2 [2021-02-12T03:23:38.812Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T03:23:39.080Z] ---> Running in 6edcf95c5296 [2021-02-12T03:23:39.080Z] Removing intermediate container a60334b64607 [2021-02-12T03:23:39.080Z] ---> b426b5501788 [2021-02-12T03:23:39.080Z] [2021-02-12T03:23:39.080Z] Removing intermediate container 5e5faf3f078c [2021-02-12T03:23:39.080Z] ---> d683e10e5436 [2021-02-12T03:23:39.080Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T03:23:39.353Z] Successfully built b426b5501788 [2021-02-12T03:23:39.353Z] ---> Running in 7ccc1c5e9502 [2021-02-12T03:23:39.353Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-12T03:23:39.945Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7ccc1c5e9502 [2021-02-12T03:23:39.945Z] ---> 8d33326ed449 [2021-02-12T03:23:39.945Z] [2021-02-12T03:23:39.945Z] 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-02-12T03:23:39.945Z] Successfully built 8d33326ed449 [2021-02-12T03:23:40.211Z] Successfully tagged docker-core-command-go:latest [2021-02-12T03:23:41.624Z]  Building docker-core-command-go ... done Removing intermediate container 2960975d2444 [2021-02-12T03:23:41.624Z] ---> 8dfabaec2483 [2021-02-12T03:23:41.624Z] [2021-02-12T03:23:41.624Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T03:23:41.624Z] ---> 389fef711851 [2021-02-12T03:23:41.624Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T03:23:41.895Z] ---> Running in 505ba9d367c3 [2021-02-12T03:23:42.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:23:42.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:23:42.872Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T03:23:43.154Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T03:23:43.154Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:23:43.154Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T03:23:43.154Z] OK: 6 MiB in 16 packages [2021-02-12T03:23:45.763Z] Removing intermediate container 505ba9d367c3 [2021-02-12T03:23:45.763Z] ---> 39cd06605f99 [2021-02-12T03:23:45.763Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:23:46.044Z] ---> Running in fb7306932176 [2021-02-12T03:23:46.320Z] Removing intermediate container fb7306932176 [2021-02-12T03:23:46.320Z] ---> 5c4364d72881 [2021-02-12T03:23:46.320Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T03:23:46.595Z] ---> Running in e1983b48c0a0 [2021-02-12T03:23:47.086Z] Removing intermediate container e1983b48c0a0 [2021-02-12T03:23:47.086Z] ---> d7d59961e406 [2021-02-12T03:23:47.086Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T03:23:47.086Z] ---> Running in 2331b73e432d [2021-02-12T03:23:47.086Z] Removing intermediate container 2331b73e432d [2021-02-12T03:23:47.086Z] ---> 845531c77563 [2021-02-12T03:23:47.086Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:23:47.700Z] ---> 080c0ec2d308 [2021-02-12T03:23:47.700Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T03:23:48.955Z] ---> b57b71593dfc [2021-02-12T03:23:48.955Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T03:23:48.955Z] ---> b516652d336c [2021-02-12T03:23:48.955Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T03:23:49.230Z] ---> Running in d9bd7d7642e9 [2021-02-12T03:23:49.520Z] Removing intermediate container d9bd7d7642e9 [2021-02-12T03:23:49.520Z] ---> 7c592a852df1 [2021-02-12T03:23:49.520Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:23:49.520Z] ---> Running in 8b713f42edee [2021-02-12T03:23:49.811Z] Removing intermediate container 8b713f42edee [2021-02-12T03:23:49.811Z] ---> c3c93596d7c9 [2021-02-12T03:23:49.811Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T03:23:50.081Z] ---> Running in 91649b03e2d4 [2021-02-12T03:23:50.351Z] Removing intermediate container 91649b03e2d4 [2021-02-12T03:23:50.351Z] ---> 697247e4d6c2 [2021-02-12T03:23:50.351Z] Step 21/22 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:23:50.351Z] ---> Running in 1a5ed46569e6 [2021-02-12T03:23:50.954Z] Removing intermediate container 1a5ed46569e6 [2021-02-12T03:23:50.954Z] ---> 1ac7235f554b [2021-02-12T03:23:50.954Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T03:23:50.954Z] ---> Running in 79b79959c65d [2021-02-12T03:23:51.232Z] Removing intermediate container 79b79959c65d [2021-02-12T03:23:51.232Z] ---> 6f456bb6126c [2021-02-12T03:23:51.232Z] [2021-02-12T03:23:51.232Z] Successfully built 6f456bb6126c [2021-02-12T03:23:51.503Z] Successfully tagged docker-support-notifications-go:latest [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.122s coverage: 84.2% of statements [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.159s coverage: 91.4% of statements [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.522s coverage: 63.5% of statements [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T03:23:53.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2021-02-12T03:23:53.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-02-12T03:23:53.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-02-12T03:23:53.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-02-12T03:23:53.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-02-12T03:23:53.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.813s coverage: 68.9% of statements [2021-02-12T03:23:53.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T03:23:53.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T03:23:56.841Z]  Building docker-support-notifications-go ... done Removing intermediate container 6edcf95c5296 [2021-02-12T03:23:56.841Z] ---> 1bcfaf5503c0 [2021-02-12T03:23:56.841Z] [2021-02-12T03:23:56.841Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T03:23:56.841Z] ---> 389fef711851 [2021-02-12T03:23:56.841Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T03:23:57.103Z] ---> Running in 947b8d81e2b5 [2021-02-12T03:23:57.103Z] Removing intermediate container 947b8d81e2b5 [2021-02-12T03:23:57.103Z] ---> da544e97c25f [2021-02-12T03:23:57.103Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T03:23:57.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.397s coverage: 37.0% of statements [2021-02-12T03:23:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T03:23:57.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T03:23:57.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.600s coverage: 84.0% of statements [2021-02-12T03:23:57.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements [2021-02-12T03:23:57.365Z] ---> Running in e9de1e232d28 [2021-02-12T03:23:57.366Z] Removing intermediate container e9de1e232d28 [2021-02-12T03:23:57.366Z] ---> e0a367cb296d [2021-02-12T03:23:57.366Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T03:23:57.630Z] ---> Running in 819f51d3d2a1 [2021-02-12T03:23:57.630Z] Removing intermediate container 819f51d3d2a1 [2021-02-12T03:23:57.630Z] ---> f50967a02537 [2021-02-12T03:23:57.630Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:23:57.893Z] ---> Running in 215c9b75c424 [2021-02-12T03:23:58.847Z] Removing intermediate container 215c9b75c424 [2021-02-12T03:23:58.847Z] ---> 7c6251902c94 [2021-02-12T03:23:58.847Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T03:23:58.847Z] ---> Running in 874786b0b166 [2021-02-12T03:23:59.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:24:00.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:24:00.628Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T03:24:00.628Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T03:24:00.892Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T03:24:00.892Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T03:24:01.154Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T03:24:01.154Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T03:24:01.446Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:24:01.446Z] OK: 8 MiB in 20 packages [2021-02-12T03:24:02.025Z] Removing intermediate container 874786b0b166 [2021-02-12T03:24:02.025Z] ---> 0bb9df21faf6 [2021-02-12T03:24:02.025Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:24:02.292Z] ---> 267b84585abd [2021-02-12T03:24:02.292Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T03:24:02.868Z] ---> 2eb6a8606e61 [2021-02-12T03:24:02.868Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T03:24:03.134Z] ---> 1ea3fdbb397e [2021-02-12T03:24:03.134Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T03:24:03.134Z] ---> Running in 51fa888b3d40 [2021-02-12T03:24:03.399Z] Removing intermediate container 51fa888b3d40 [2021-02-12T03:24:03.399Z] ---> 329c802e1d47 [2021-02-12T03:24:03.399Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:24:03.399Z] ---> Running in 560a353b64db [2021-02-12T03:24:03.661Z] Removing intermediate container 560a353b64db [2021-02-12T03:24:03.661Z] ---> 02ec5e735f80 [2021-02-12T03:24:03.661Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T03:24:03.661Z] ---> Running in 637b3549b7ef [2021-02-12T03:24:03.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.410s coverage: 47.0% of statements [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T03:24:03.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T03:24:03.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T03:24:03.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.377s coverage: 89.4% of statements [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:24:03.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T03:24:03.922Z] Removing intermediate container 637b3549b7ef [2021-02-12T03:24:03.922Z] ---> 0ccd13bb64c2 [2021-02-12T03:24:03.922Z] Step 22/23 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:24:03.922Z] ---> Running in ad86e0817343 [2021-02-12T03:24:04.184Z] Removing intermediate container ad86e0817343 [2021-02-12T03:24:04.184Z] ---> e4c7af17436b [2021-02-12T03:24:04.184Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T03:24:04.184Z] ---> Running in 0b5579d15782 [2021-02-12T03:24:04.184Z] Removing intermediate container 0b5579d15782 [2021-02-12T03:24:04.184Z] ---> 15b21b275bf1 [2021-02-12T03:24:04.184Z] [2021-02-12T03:24:04.447Z] Successfully built 15b21b275bf1 [2021-02-12T03:24:04.709Z] Successfully tagged docker-core-data-go:latest [2021-02-12T03:24:04.709Z]  Building docker-core-data-go ... done  [2021-02-12T03:24:04.709Z] ERROR: for docker-sys-mgmt-agent-go (, "The command '/bin/sh -c apk --no-cache add py3-pip' returned a non-zero code: 1") [2021-02-12T03:24:04.709Z] Service 'docker-sys-mgmt-agent-go' failed to build: The command '/bin/sh -c apk --no-cache add py3-pip' returned a non-zero code: 1 [Pipeline] } [2021-02-12T03:24:05.315Z] $ docker stop --time=1 5e744164f91bdd787aeb17c11c89d2c070f11753004ac17778a2d1abdc1fa8c5 [2021-02-12T03:24:06.997Z] $ docker rm -f 5e744164f91bdd787aeb17c11c89d2c070f11753004ac17778a2d1abdc1fa8c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-12T03:24:08.067Z] Failed in branch amd64 [2021-02-12T03:24:12.235Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.841s coverage: 29.1% of statements [2021-02-12T03:24:12.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T03:24:12.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T03:24:12.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T03:24:12.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T03:24:12.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T03:24:12.235Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.237s coverage: 99.0% of statements [2021-02-12T03:24:12.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T03:24:12.235Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T03:24:12.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.186s coverage: 100.0% of statements [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T03:24:12.236Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T03:24:12.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T03:24:12.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T03:24:12.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T03:24:12.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-02-12T03:24:12.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-02-12T03:24:12.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-12T03:24:12.829Z] GO111MODULE=on go vet ./... [2021-02-12T03:25:34.639Z] gofmt -l . [2021-02-12T03:25:34.639Z] [ "`gofmt -l .`" = "" ] [2021-02-12T03:25:34.639Z] ./bin/test-go-mod-tidy.sh [2021-02-12T03:25:34.639Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T03:25:35.332Z] + ls -al . [2021-02-12T03:25:35.333Z] total 728 [2021-02-12T03:25:35.333Z] drwxrwxr-x 9 1001 1001 4096 Feb 12 03:25 . [2021-02-12T03:25:35.333Z] drwxr-xr-x 4 root root 4096 Feb 12 03:21 .. [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 03:19 .dockerignore [2021-02-12T03:25:35.333Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 03:19 .git [2021-02-12T03:25:35.333Z] drwxrwxr-x 3 1001 1001 4096 Feb 12 03:19 .github [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 03:19 .gitignore [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 03:19 .sonarcloud.properties [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 03:19 Attribution.txt [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 03:19 CONTRIBUTING.md [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 03:19 Dockerfile.build [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 03:19 Jenkinsfile [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 03:19 LICENSE [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 03:19 Makefile [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 03:19 README.md [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 03:19 SECURITY.md [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 03:15 VERSION [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 03:19 ZMQWindows.md [2021-02-12T03:25:35.333Z] drwxrwxr-x 2 1001 1001 4096 Feb 12 03:19 bin [2021-02-12T03:25:35.333Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 03:19 cmd [2021-02-12T03:25:35.333Z] -rw-r--r-- 1 root root 595676 Feb 12 03:24 coverage.out [2021-02-12T03:25:35.333Z] -rw-r--r-- 1 root root 1054 Feb 12 03:25 go.mod [2021-02-12T03:25:35.333Z] -rw-r--r-- 1 root root 19518 Feb 12 03:25 go.sum [2021-02-12T03:25:35.333Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 03:19 internal [2021-02-12T03:25:35.333Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 03:19 openapi [2021-02-12T03:25:35.333Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 03:19 snap [2021-02-12T03:25:35.333Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 03:19 version.go [Pipeline] sh [2021-02-12T03:25:36.004Z] + '[' -e coverage.out ] [2021-02-12T03:25:36.004Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T03:25:36.067Z] Warning: overwriting stash ‘coverage-report’ [2021-02-12T03:25:37.470Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T03:25:38.154Z] + make build [2021-02-12T03:25:38.154Z] 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-02-12T03:25:50.703Z] 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-02-12T03:26:12.895Z] 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-02-12T03:26:16.281Z] 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-02-12T03:26:21.702Z] 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-02-12T03:26:22.298Z] 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-02-12T03:26:27.703Z] 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-02-12T03:26:32.017Z] 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-02-12T03:26:37.418Z] 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-02-12T03:26:41.762Z] 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-02-12T03:26:45.153Z] 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-02-12T03:26:48.553Z] 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-02-12T03:26:55.304Z] $ docker stop --time=1 6893521ccc1a54ebe7d8c7d83aa59fa6a366a5b999ffc7fdec6d2102350c1572 [2021-02-12T03:26:57.928Z] $ docker rm -f 6893521ccc1a54ebe7d8c7d83aa59fa6a366a5b999ffc7fdec6d2102350c1572 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:26:59.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T03:26:59.893Z] [2021-02-12T03:26:59.893Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:27:00.301Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T03:27:00.301Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-12T03:27:00.301Z] 29e5d40040c1: Pulling fs layer [2021-02-12T03:27:00.301Z] 1ce36da41761: Pulling fs layer [2021-02-12T03:27:00.301Z] 25b303627fd3: Pulling fs layer [2021-02-12T03:27:00.580Z] 29e5d40040c1: Verifying Checksum [2021-02-12T03:27:00.580Z] 29e5d40040c1: Download complete [2021-02-12T03:27:01.187Z] 1ce36da41761: Verifying Checksum [2021-02-12T03:27:01.187Z] 1ce36da41761: Download complete [2021-02-12T03:27:01.187Z] 29e5d40040c1: Pull complete [2021-02-12T03:27:02.622Z] 1ce36da41761: Pull complete [2021-02-12T03:27:02.622Z] 25b303627fd3: Verifying Checksum [2021-02-12T03:27:02.622Z] 25b303627fd3: Download complete [2021-02-12T03:27:12.777Z] 25b303627fd3: Pull complete [2021-02-12T03:27:12.777Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-12T03:27:12.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T03:27:12.777Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-12T03:27:13.057Z] prd-ubuntu18.04-docker-arm64-4c-16g-26217 does not seem to be running inside a container [2021-02-12T03:27:13.142Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-12T03:27:16.277Z] $ docker top 6027c62a1c4a6d9e8abd8e1d7fa4432eb4c9376c74b04684fbdd40901351f038 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:27:17.329Z] + grep parallel [2021-02-12T03:27:17.329Z] + docker-compose build --help [2021-02-12T03:27:20.701Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T03:27:20.994Z] $ docker stop --time=1 6027c62a1c4a6d9e8abd8e1d7fa4432eb4c9376c74b04684fbdd40901351f038 [2021-02-12T03:27:22.959Z] $ docker rm -f 6027c62a1c4a6d9e8abd8e1d7fa4432eb4c9376c74b04684fbdd40901351f038 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:27:23.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T03:27:23.764Z] . [Pipeline] withDockerContainer [2021-02-12T03:27:24.088Z] prd-ubuntu18.04-docker-arm64-4c-16g-26217 does not seem to be running inside a container [2021-02-12T03:27:24.167Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-02-12T03:27:25.615Z] $ docker top 685943ae8270defa6b8f12d641bc0ad5d396025f7ac35cd08776a6ba013f60dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:27:26.669Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T03:27:30.034Z] Building docker-core-command-go ... [2021-02-12T03:27:30.034Z] Building docker-core-data-go ... [2021-02-12T03:27:30.034Z] Building docker-core-metadata-go ... [2021-02-12T03:27:30.034Z] Building docker-security-bootstrapper-go ... [2021-02-12T03:27:30.034Z] Building docker-security-proxy-setup-go ... [2021-02-12T03:27:30.034Z] Building docker-security-secretstore-setup-go ... [2021-02-12T03:27:30.034Z] Building docker-support-notifications-go ... [2021-02-12T03:27:30.034Z] Building docker-support-scheduler-go ... [2021-02-12T03:27:30.034Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T03:27:30.034Z] Building docker-security-secretstore-setup-go [2021-02-12T03:27:30.034Z] Building docker-core-command-go [2021-02-12T03:27:30.305Z] Building docker-support-notifications-go [2021-02-12T03:27:30.305Z] Building docker-support-scheduler-go [2021-02-12T03:27:30.305Z] Building docker-security-bootstrapper-go [2021-02-12T03:28:52.069Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:28:52.069Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:28:52.069Z] ---> 3e12f330b700 [2021-02-12T03:28:52.069Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T03:28:52.069Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:28:52.069Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:28:52.069Z] ---> 3e12f330b700 [2021-02-12T03:28:52.069Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T03:28:52.069Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:28:52.069Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:28:52.069Z] ---> 3e12f330b700 [2021-02-12T03:28:52.069Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T03:28:52.069Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:28:52.069Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:28:52.069Z] ---> 3e12f330b700 [2021-02-12T03:28:52.069Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T03:28:52.069Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:28:52.069Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:28:52.069Z] ---> 3e12f330b700 [2021-02-12T03:28:52.069Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T03:28:52.069Z] ---> Running in 4e10d6e4e9b0 [2021-02-12T03:28:52.069Z] ---> Running in 9c65171a6e1c [2021-02-12T03:28:52.069Z] ---> Running in ba93abaadc7b [2021-02-12T03:28:52.069Z] ---> Running in 9bf37d797c3c [2021-02-12T03:28:52.069Z] ---> Running in e660569de243 [2021-02-12T03:28:52.069Z] Removing intermediate container 9c65171a6e1c [2021-02-12T03:28:52.069Z] Removing intermediate container 4e10d6e4e9b0 [2021-02-12T03:28:52.069Z] ---> f995599cc9db [2021-02-12T03:28:52.069Z] ---> e5c742802d9e [2021-02-12T03:28:52.069Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:28:52.069Z] [2021-02-12T03:28:52.069Z] Removing intermediate container ba93abaadc7b [2021-02-12T03:28:52.069Z] ---> 9eabb50d87e0 [2021-02-12T03:28:52.069Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:28:52.069Z] Removing intermediate container e660569de243 [2021-02-12T03:28:52.069Z] ---> 2ff1d53faffd [2021-02-12T03:28:52.069Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:28:52.069Z] Removing intermediate container 9bf37d797c3c [2021-02-12T03:28:52.069Z] ---> 9a25c2fafde4 [2021-02-12T03:28:52.069Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:28:52.069Z] ---> Running in 5daf37bf7653 [2021-02-12T03:28:52.069Z] ---> Running in d73c91ed971e [2021-02-12T03:28:52.069Z] ---> Running in 1fdb39d4d343 [2021-02-12T03:28:52.069Z] ---> Running in 89b2d5cb8463 [2021-02-12T03:28:52.069Z] ---> Running in 59dbd2771b69 [2021-02-12T03:28:52.069Z] Removing intermediate container d73c91ed971e [2021-02-12T03:28:52.069Z] ---> a4a64cd94f60 [2021-02-12T03:28:52.069Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T03:28:52.069Z] ---> Running in 1f53a68a01e6 [2021-02-12T03:28:52.069Z] Removing intermediate container 1fdb39d4d343 [2021-02-12T03:28:52.069Z] ---> 20c14e9f94b0 [2021-02-12T03:28:52.069Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T03:28:52.069Z] Removing intermediate container 5daf37bf7653 [2021-02-12T03:28:52.069Z] ---> 9f8ece050d98 [2021-02-12T03:28:52.069Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T03:28:52.069Z] ---> Running in 6160a76dfdfe [2021-02-12T03:28:52.069Z] ---> Running in 9b516cc61b1e [2021-02-12T03:28:52.069Z] Removing intermediate container 59dbd2771b69 [2021-02-12T03:28:52.069Z] ---> 7e377ea63d85 [2021-02-12T03:28:52.069Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T03:28:52.069Z] Removing intermediate container 89b2d5cb8463 [2021-02-12T03:28:52.069Z] ---> e1240b58a711 [2021-02-12T03:28:52.069Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T03:28:52.069Z] ---> Running in 75767413261c [2021-02-12T03:28:52.069Z] ---> Running in 14ce282cbbba [2021-02-12T03:28:52.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:52.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:52.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:52.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:52.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:53.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:28:53.480Z] OK: 217 MiB in 51 packages [2021-02-12T03:28:53.752Z] OK: 217 MiB in 51 packages [2021-02-12T03:28:53.752Z] OK: 217 MiB in 51 packages [2021-02-12T03:28:54.357Z] OK: 217 MiB in 51 packages [2021-02-12T03:28:54.968Z] Removing intermediate container 6160a76dfdfe [2021-02-12T03:28:54.968Z] ---> 989d2ff6bdb1 [2021-02-12T03:28:54.968Z] Step 6/22 : COPY go.mod . [2021-02-12T03:28:55.570Z] OK: 217 MiB in 51 packages [2021-02-12T03:28:55.570Z] Removing intermediate container 75767413261c [2021-02-12T03:28:55.570Z] ---> e4341b1e7157 [2021-02-12T03:28:55.570Z] Step 6/23 : COPY go.mod . [2021-02-12T03:28:55.570Z] Removing intermediate container 9b516cc61b1e [2021-02-12T03:28:55.570Z] ---> 0ae82e3f929f [2021-02-12T03:28:55.570Z] Step 6/24 : COPY go.mod . [2021-02-12T03:28:55.844Z] Removing intermediate container 14ce282cbbba [2021-02-12T03:28:55.844Z] ---> 638f50af2295 [2021-02-12T03:28:55.844Z] Step 6/30 : COPY go.mod . [2021-02-12T03:28:56.440Z] ---> 5954cb74a46e [2021-02-12T03:28:56.440Z] Step 7/22 : RUN go mod download [2021-02-12T03:28:56.716Z] ---> Running in a5c5df907a15 [2021-02-12T03:28:56.716Z] ---> b504406f583b [2021-02-12T03:28:56.716Z] Step 7/24 : RUN go mod download [2021-02-12T03:28:56.716Z] ---> 582610884ea4 [2021-02-12T03:28:56.716Z] Step 7/23 : RUN go mod download [2021-02-12T03:28:56.716Z] ---> 0c909a5b6fd5 [2021-02-12T03:28:56.716Z] Step 7/30 : RUN go mod download [2021-02-12T03:28:57.000Z] ---> Running in 71b4451419da [2021-02-12T03:28:57.000Z] ---> Running in 38d3aa4f3254 [2021-02-12T03:28:57.000Z] ---> Running in 3de8bc6cdf82 [2021-02-12T03:28:57.288Z] Removing intermediate container 1f53a68a01e6 [2021-02-12T03:28:57.288Z] ---> 4cd3b80659d4 [2021-02-12T03:28:57.288Z] Step 6/22 : COPY go.mod . [2021-02-12T03:28:58.282Z] ---> 164bafb7dff2 [2021-02-12T03:28:58.282Z] Step 7/22 : RUN go mod download [2021-02-12T03:28:58.561Z] ---> Running in ba6494e13cae [2021-02-12T03:29:00.564Z] Removing intermediate container a5c5df907a15 [2021-02-12T03:29:00.564Z] ---> a284a0789e8b [2021-02-12T03:29:00.564Z] Step 8/22 : COPY . . [2021-02-12T03:29:01.550Z] Removing intermediate container 71b4451419da [2021-02-12T03:29:01.550Z] ---> 7fb701cd3733 [2021-02-12T03:29:01.550Z] Step 8/24 : COPY . . [2021-02-12T03:29:02.543Z] Removing intermediate container 38d3aa4f3254 [2021-02-12T03:29:02.543Z] ---> af55df08dd53 [2021-02-12T03:29:02.543Z] Step 8/23 : COPY . . [2021-02-12T03:29:02.823Z] Removing intermediate container 3de8bc6cdf82 [2021-02-12T03:29:02.823Z] ---> f81e0f471281 [2021-02-12T03:29:02.823Z] Step 8/30 : COPY . . [2021-02-12T03:29:03.097Z] Removing intermediate container ba6494e13cae [2021-02-12T03:29:03.097Z] ---> 97823244b4a8 [2021-02-12T03:29:03.097Z] Step 8/22 : COPY . . [2021-02-12T03:29:29.922Z] ---> 998f207905bc [2021-02-12T03:29:29.922Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T03:29:29.922Z] ---> bfcf8cfeab38 [2021-02-12T03:29:29.922Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T03:29:29.922Z] ---> 08326f500268 [2021-02-12T03:29:29.922Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T03:29:29.922Z] ---> 2b76237d0707 [2021-02-12T03:29:29.922Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T03:29:29.922Z] ---> a8ed582f76f3 [2021-02-12T03:29:29.922Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T03:29:29.922Z] ---> Running in 5d0ad8f2e8a7 [2021-02-12T03:29:29.922Z] ---> Running in 24d3a0b64411 [2021-02-12T03:29:29.922Z] ---> Running in 5b5588a236b4 [2021-02-12T03:29:29.922Z] ---> Running in 77bafce595c5 [2021-02-12T03:29:29.922Z] ---> Running in 64f7c50d6394 [2021-02-12T03:29:29.922Z] 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-02-12T03:29:29.922Z] 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-02-12T03:29:29.922Z] 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-02-12T03:29:29.922Z] 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-02-12T03:29:30.197Z] 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-02-12T03:30:52.056Z] 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-02-12T03:31:00.396Z] Removing intermediate container 24d3a0b64411 [2021-02-12T03:31:00.396Z] ---> 85b62e40df7f [2021-02-12T03:31:00.396Z] [2021-02-12T03:31:00.396Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T03:31:00.396Z] 3.12: Pulling from library/alpine [2021-02-12T03:31:02.398Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T03:31:02.398Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T03:31:02.398Z] ---> afeebe901d6b [2021-02-12T03:31:02.398Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T03:31:02.398Z] Removing intermediate container 77bafce595c5 [2021-02-12T03:31:02.398Z] ---> 6be5427cfd9a [2021-02-12T03:31:02.398Z] [2021-02-12T03:31:02.398Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T03:31:02.398Z] ---> afeebe901d6b [2021-02-12T03:31:02.398Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T03:31:02.398Z] ---> Running in b13803937091 [2021-02-12T03:31:02.398Z] ---> Running in 2e3d39f848b4 [2021-02-12T03:31:03.388Z] Removing intermediate container b13803937091 [2021-02-12T03:31:03.388Z] ---> 28e5b0e93d7c [2021-02-12T03:31:03.388Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T03:31:03.388Z] ---> Running in 8456260f700c [2021-02-12T03:31:04.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:05.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:05.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:05.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:06.003Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T03:31:06.003Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T03:31:06.003Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T03:31:06.003Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T03:31:06.003Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T03:31:06.003Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:31:06.003Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T03:31:06.280Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T03:31:06.280Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T03:31:06.280Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:31:06.280Z] OK: 5 MiB in 16 packages [2021-02-12T03:31:06.280Z] OK: 7 MiB in 19 packages [2021-02-12T03:31:08.284Z] Removing intermediate container 8456260f700c [2021-02-12T03:31:08.284Z] ---> 8b03c20b6ed9 [2021-02-12T03:31:08.284Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T03:31:08.566Z] ---> Running in 9a28aea37a17 [2021-02-12T03:31:09.551Z] Removing intermediate container 2e3d39f848b4 [2021-02-12T03:31:09.551Z] ---> bdbfc2074d35 [2021-02-12T03:31:09.551Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T03:31:09.551Z] Removing intermediate container 9a28aea37a17 [2021-02-12T03:31:09.551Z] ---> 1f9d72150c13 [2021-02-12T03:31:09.551Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T03:31:09.829Z] ---> Running in da3905a4cc43 [2021-02-12T03:31:09.829Z] ---> Running in 12b03d95be3c [2021-02-12T03:31:10.848Z] Removing intermediate container da3905a4cc43 [2021-02-12T03:31:10.848Z] ---> 3a29500a2824 [2021-02-12T03:31:10.848Z] Step 13/24 : WORKDIR / [2021-02-12T03:31:11.133Z] Removing intermediate container 12b03d95be3c [2021-02-12T03:31:11.133Z] ---> e9e325f4f1f2 [2021-02-12T03:31:11.133Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T03:31:11.133Z] ---> Running in f5cf61fff874 [2021-02-12T03:31:11.410Z] ---> Running in c95c293b8513 [2021-02-12T03:31:12.457Z] Removing intermediate container f5cf61fff874 [2021-02-12T03:31:12.457Z] ---> 91c9b82950ad [2021-02-12T03:31:12.457Z] 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-02-12T03:31:14.453Z] ---> b843a41c0e56 [2021-02-12T03:31:14.453Z] 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-02-12T03:31:15.460Z] Removing intermediate container 5d0ad8f2e8a7 [2021-02-12T03:31:15.460Z] ---> 5650b85c4af2 [2021-02-12T03:31:15.460Z] [2021-02-12T03:31:15.460Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T03:31:15.460Z] ---> afeebe901d6b [2021-02-12T03:31:15.460Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T03:31:15.733Z] Removing intermediate container c95c293b8513 [2021-02-12T03:31:15.733Z] ---> d49a10bd1db6 [2021-02-12T03:31:15.733Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T03:31:16.008Z] ---> Running in aae4a7927c26 [2021-02-12T03:31:16.292Z] ---> 21da8703d4a8 [2021-02-12T03:31:16.292Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T03:31:16.292Z] ---> Running in 56747ff01dab [2021-02-12T03:31:16.891Z] Removing intermediate container 5b5588a236b4 [2021-02-12T03:31:16.891Z] ---> b4b9775a570e [2021-02-12T03:31:16.891Z] [2021-02-12T03:31:16.891Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T03:31:16.891Z] ---> afeebe901d6b [2021-02-12T03:31:16.891Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T03:31:16.891Z] Removing intermediate container 64f7c50d6394 [2021-02-12T03:31:16.891Z] ---> 01bb417d70db [2021-02-12T03:31:16.891Z] [2021-02-12T03:31:16.891Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T03:31:16.891Z] ---> afeebe901d6b [2021-02-12T03:31:16.891Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T03:31:17.173Z] ---> Running in fcf9eb748161 [2021-02-12T03:31:17.173Z] ---> Running in e36a9feab7ea [2021-02-12T03:31:17.173Z] Removing intermediate container 56747ff01dab [2021-02-12T03:31:17.173Z] ---> 6220cc263f0d [2021-02-12T03:31:17.173Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T03:31:17.448Z] ---> 8c118a637ed4 [2021-02-12T03:31:17.448Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T03:31:18.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:18.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:18.838Z] ---> 42591c66d21a [2021-02-12T03:31:18.838Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T03:31:18.838Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T03:31:18.838Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:31:18.838Z] OK: 5 MiB in 15 packages [2021-02-12T03:31:19.140Z] ---> Running in aa1df36df5b1 [2021-02-12T03:31:19.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:19.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:19.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:19.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:31:20.067Z] ---> 5c671dc43170 [2021-02-12T03:31:20.067Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T03:31:20.348Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T03:31:20.656Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T03:31:20.656Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:31:20.656Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T03:31:20.656Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T03:31:20.656Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:31:20.656Z] OK: 5 MiB in 15 packages [2021-02-12T03:31:20.999Z] OK: 6 MiB in 16 packages [2021-02-12T03:31:21.373Z] Removing intermediate container aae4a7927c26 [2021-02-12T03:31:21.373Z] ---> b9ac7dbc6b64 [2021-02-12T03:31:21.373Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:31:22.081Z] ---> Running in a428c27239bb [2021-02-12T03:31:22.711Z] Removing intermediate container a428c27239bb [2021-02-12T03:31:22.711Z] ---> 002629a12529 [2021-02-12T03:31:22.711Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T03:31:23.034Z] ---> 505fc3a70711 [2021-02-12T03:31:23.034Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T03:31:23.332Z] ---> Running in 3256e30a03e5 [2021-02-12T03:31:23.332Z] Removing intermediate container e36a9feab7ea [2021-02-12T03:31:23.332Z] ---> 43cc8993340d [2021-02-12T03:31:23.332Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:31:23.606Z] ---> Running in 74a2767487b3 [2021-02-12T03:31:23.606Z] Removing intermediate container fcf9eb748161 [2021-02-12T03:31:23.606Z] ---> c28c96430367 [2021-02-12T03:31:23.607Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:31:23.880Z] Removing intermediate container aa1df36df5b1 [2021-02-12T03:31:23.880Z] ---> d39b450e86e3 [2021-02-12T03:31:23.880Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:31:23.880Z] ---> 5bf9533005d6 [2021-02-12T03:31:23.880Z] 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-02-12T03:31:23.880Z] ---> Running in c739739eba0d [2021-02-12T03:31:24.152Z] Removing intermediate container 3256e30a03e5 [2021-02-12T03:31:24.152Z] ---> 1a2206a317b6 [2021-02-12T03:31:24.152Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T03:31:24.152Z] Removing intermediate container 74a2767487b3 [2021-02-12T03:31:24.152Z] ---> fe81a83a9548 [2021-02-12T03:31:24.152Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T03:31:24.421Z] ---> Running in e020a1295352 [2021-02-12T03:31:24.421Z] ---> Running in 47dd7104f323 [2021-02-12T03:31:24.694Z] ---> Running in 086849b22104 [2021-02-12T03:31:24.694Z] Removing intermediate container c739739eba0d [2021-02-12T03:31:24.694Z] ---> c9f230460acd [2021-02-12T03:31:24.694Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T03:31:24.966Z] ---> b7858d5967ed [2021-02-12T03:31:24.966Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T03:31:24.966Z] ---> Running in d03b6b08ed8f [2021-02-12T03:31:24.966Z] Removing intermediate container 47dd7104f323 [2021-02-12T03:31:24.966Z] ---> c0fda0d6d28d [2021-02-12T03:31:24.966Z] Step 15/23 : WORKDIR / [2021-02-12T03:31:25.240Z] Removing intermediate container 086849b22104 [2021-02-12T03:31:25.240Z] ---> 0404275f5cdf [2021-02-12T03:31:25.240Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T03:31:25.518Z] ---> Running in a32126684632 [2021-02-12T03:31:25.518Z] ---> Running in bb5297a63021 [2021-02-12T03:31:25.790Z] Removing intermediate container d03b6b08ed8f [2021-02-12T03:31:25.790Z] ---> b10793ad2285 [2021-02-12T03:31:25.790Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T03:31:26.076Z] ---> Running in 8c56e9eb0246 [2021-02-12T03:31:26.076Z] Removing intermediate container a32126684632 [2021-02-12T03:31:26.076Z] ---> ac692062c1e9 [2021-02-12T03:31:26.076Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:31:26.356Z] Removing intermediate container bb5297a63021 [2021-02-12T03:31:26.356Z] ---> ded200030c1f [2021-02-12T03:31:26.356Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:31:26.635Z] Removing intermediate container 8c56e9eb0246 [2021-02-12T03:31:26.635Z] ---> 343de3d0ba98 [2021-02-12T03:31:26.635Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:31:26.635Z] ---> 83af2fc0b8b4 [2021-02-12T03:31:26.635Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T03:31:27.243Z] ---> 36c45d633e6f [2021-02-12T03:31:27.243Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T03:31:27.243Z] ---> 914d6a737a4c [2021-02-12T03:31:27.243Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T03:31:27.519Z] Removing intermediate container e020a1295352 [2021-02-12T03:31:27.519Z] ---> 18e22830f92f [2021-02-12T03:31:27.519Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T03:31:27.793Z] ---> Running in 58b47e1f81cb [2021-02-12T03:31:27.793Z] ---> 039f3ad95a48 [2021-02-12T03:31:27.793Z] ---> 330b50b9ac6c [2021-02-12T03:31:27.793Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T03:31:27.793Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T03:31:28.396Z] Removing intermediate container 58b47e1f81cb [2021-02-12T03:31:28.396Z] ---> a0fe2b604daf [2021-02-12T03:31:28.396Z] Step 22/24 : LABEL arch=arm64 [2021-02-12T03:31:29.001Z] ---> Running in 487739aaf97e [2021-02-12T03:31:29.001Z] ---> 51dd52a5e11a [2021-02-12T03:31:29.001Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T03:31:29.304Z] ---> 8a5ec925c092 [2021-02-12T03:31:29.304Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T03:31:29.304Z] ---> 21eb5e7bcbfb [2021-02-12T03:31:29.304Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T03:31:29.587Z] ---> Running in 0375111b84ce [2021-02-12T03:31:29.587Z] ---> 6f9ccbc4058c [2021-02-12T03:31:29.587Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T03:31:29.859Z] Removing intermediate container 487739aaf97e [2021-02-12T03:31:29.859Z] ---> 68ef88643718 [2021-02-12T03:31:29.859Z] Step 23/24 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:31:30.133Z] ---> Running in 4ec5780f5049 [2021-02-12T03:31:30.133Z] ---> 46ab88ae0a12 [2021-02-12T03:31:30.133Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T03:31:30.408Z] ---> c817d6606af8 [2021-02-12T03:31:30.408Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T03:31:30.408Z] Removing intermediate container 0375111b84ce [2021-02-12T03:31:30.408Z] ---> 43d009f5a902 [2021-02-12T03:31:30.408Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T03:31:30.408Z] ---> Running in 02d74610c23d [2021-02-12T03:31:30.682Z] ---> Running in 55085068c944 [2021-02-12T03:31:30.682Z] Removing intermediate container 4ec5780f5049 [2021-02-12T03:31:30.682Z] ---> 610ffb5ae168 [2021-02-12T03:31:30.682Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T03:31:30.955Z] ---> 904bdc0e5192 [2021-02-12T03:31:30.955Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T03:31:30.955Z] ---> Running in cbaef92b20c6 [2021-02-12T03:31:31.228Z] ---> Running in 04444309f7a4 [2021-02-12T03:31:31.228Z] Removing intermediate container 02d74610c23d [2021-02-12T03:31:31.228Z] ---> d5a9304c1867 [2021-02-12T03:31:31.228Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:31:31.228Z] Removing intermediate container 55085068c944 [2021-02-12T03:31:31.228Z] ---> aebe5f5a7d43 [2021-02-12T03:31:31.504Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:31:31.504Z] ---> Running in 2c2fa5516714 [2021-02-12T03:31:31.504Z] ---> a1963ba5cbf3 [2021-02-12T03:31:31.504Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T03:31:31.504Z] ---> Running in 481468176a9f [2021-02-12T03:31:31.776Z] Removing intermediate container cbaef92b20c6 [2021-02-12T03:31:31.776Z] ---> 18da3dcc42df [2021-02-12T03:31:31.776Z] [2021-02-12T03:31:31.776Z] Removing intermediate container 04444309f7a4 [2021-02-12T03:31:31.776Z] ---> 238a345723a5 [2021-02-12T03:31:31.776Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:31:32.060Z] ---> Running in 88446d8e7174 [2021-02-12T03:31:32.060Z] ---> Running in 4bea92d8082a [2021-02-12T03:31:32.060Z] Removing intermediate container 2c2fa5516714 [2021-02-12T03:31:32.060Z] ---> 00a73e6fe8b5 [2021-02-12T03:31:32.060Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T03:31:32.341Z] Successfully built 18da3dcc42df [2021-02-12T03:31:32.341Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-12T03:31:32.341Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-12T03:31:32.341Z] Removing intermediate container 481468176a9f [2021-02-12T03:31:32.341Z] ---> f3f226c6f722 [2021-02-12T03:31:32.341Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T03:31:32.621Z] ---> Running in a8a83c995f47 [2021-02-12T03:31:32.621Z] ---> Running in 127f343bd81f [2021-02-12T03:31:32.895Z] Removing intermediate container 4bea92d8082a [2021-02-12T03:31:32.895Z] ---> a947263fd1af [2021-02-12T03:31:32.895Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T03:31:33.175Z] ---> Running in 53de699d9cbb [2021-02-12T03:31:33.175Z] Removing intermediate container a8a83c995f47 [2021-02-12T03:31:33.175Z] ---> 0ac049ea05b2 [2021-02-12T03:31:33.175Z] Step 21/22 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:31:33.449Z] Removing intermediate container 127f343bd81f [2021-02-12T03:31:33.449Z] ---> 0fd111ae53ff [2021-02-12T03:31:33.449Z] Step 22/23 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:31:33.449Z] ---> Running in 1477f3a83d55 [2021-02-12T03:31:33.725Z] ---> Running in 841c225f4a41 [2021-02-12T03:31:33.725Z] Removing intermediate container 53de699d9cbb [2021-02-12T03:31:33.725Z] ---> fc9e3ed8b69c [2021-02-12T03:31:33.725Z] Step 21/22 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:31:34.713Z] ---> Running in 9bbf9bf81cf9 [2021-02-12T03:31:34.713Z] Removing intermediate container 841c225f4a41 [2021-02-12T03:31:34.713Z] ---> a245200320fc [2021-02-12T03:31:34.713Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T03:31:34.713Z] Removing intermediate container 1477f3a83d55 [2021-02-12T03:31:34.713Z] ---> b0950b1125fc [2021-02-12T03:31:34.713Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T03:31:35.314Z] ---> Running in f8c4ef49db02 [2021-02-12T03:31:35.314Z] ---> Running in 598d0ebcdd63 [2021-02-12T03:31:35.314Z] Removing intermediate container 9bbf9bf81cf9 [2021-02-12T03:31:35.314Z] ---> 3fa7d6e91130 [2021-02-12T03:31:35.314Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T03:31:35.599Z] Removing intermediate container 88446d8e7174 [2021-02-12T03:31:35.599Z] ---> b8b771bd4301 [2021-02-12T03:31:35.599Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T03:31:35.873Z] ---> Running in b001ad4b04d2 [2021-02-12T03:31:35.873Z] Removing intermediate container 598d0ebcdd63 [2021-02-12T03:31:35.873Z] ---> 7e9d64b36ba7 [2021-02-12T03:31:35.873Z] Removing intermediate container f8c4ef49db02 [2021-02-12T03:31:35.873Z] [2021-02-12T03:31:35.873Z] ---> 4a21e0aba93b [2021-02-12T03:31:35.873Z] [2021-02-12T03:31:36.472Z] ---> Running in 36c4c8073d06 [2021-02-12T03:31:36.472Z] Successfully built 7e9d64b36ba7 [2021-02-12T03:31:36.746Z] Successfully built 4a21e0aba93b [2021-02-12T03:31:36.746Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-12T03:31:36.746Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-12T03:31:36.746Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-02-12T03:31:36.746Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-02-12T03:31:36.746Z] Removing intermediate container b001ad4b04d2 [2021-02-12T03:31:36.746Z] ---> d444cc617a0c [2021-02-12T03:31:36.746Z] [2021-02-12T03:31:37.059Z] Removing intermediate container 36c4c8073d06 [2021-02-12T03:31:37.059Z] ---> 0faf209562ec [2021-02-12T03:31:37.059Z] Step 27/30 : CMD ["gate"] [2021-02-12T03:31:37.336Z] Successfully built d444cc617a0c [2021-02-12T03:31:37.336Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-12T03:31:37.336Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-12T03:31:37.336Z] ---> Running in e5407a1f292e [2021-02-12T03:31:37.931Z] Removing intermediate container e5407a1f292e [2021-02-12T03:31:37.931Z] ---> 6c6783291d44 [2021-02-12T03:31:37.931Z] Step 28/30 : LABEL arch=arm64 [2021-02-12T03:31:38.205Z] ---> Running in e2972e2803ae [2021-02-12T03:31:38.799Z] Removing intermediate container e2972e2803ae [2021-02-12T03:31:38.799Z] ---> 32c81013d56d [2021-02-12T03:31:38.799Z] Step 29/30 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:31:39.073Z] ---> Running in c96d205ba433 [2021-02-12T03:31:39.665Z] Removing intermediate container c96d205ba433 [2021-02-12T03:31:39.665Z] ---> 48cd902fd828 [2021-02-12T03:31:39.665Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T03:31:39.942Z] ---> Running in 2646a08d7047 [2021-02-12T03:31:40.532Z] Removing intermediate container 2646a08d7047 [2021-02-12T03:31:40.532Z] ---> b52a605c002f [2021-02-12T03:31:40.532Z] [2021-02-12T03:31:40.803Z] Successfully built b52a605c002f [2021-02-12T03:31:40.803Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-12T03:32:27.764Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:32:27.764Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:32:27.764Z] ---> 3e12f330b700 [2021-02-12T03:32:27.764Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T03:32:27.764Z] ---> Using cache [2021-02-12T03:32:27.764Z] ---> 9a25c2fafde4 [2021-02-12T03:32:27.764Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:32:27.764Z] ---> Using cache [2021-02-12T03:32:27.764Z] ---> e1240b58a711 [2021-02-12T03:32:27.765Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T03:32:27.765Z] ---> Running in 5a1b779f52d2 [2021-02-12T03:32:27.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:32:28.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:32:28.970Z] OK: 217 MiB in 51 packages [2021-02-12T03:32:30.415Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:32:30.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:32:30.415Z] ---> 3e12f330b700 [2021-02-12T03:32:30.415Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> 9a25c2fafde4 [2021-02-12T03:32:30.415Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> e1240b58a711 [2021-02-12T03:32:30.415Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> e4341b1e7157 [2021-02-12T03:32:30.415Z] Step 6/23 : COPY go.mod . [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> 582610884ea4 [2021-02-12T03:32:30.415Z] Step 7/23 : RUN go mod download [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> af55df08dd53 [2021-02-12T03:32:30.415Z] Step 8/23 : COPY . . [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> 998f207905bc [2021-02-12T03:32:30.415Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T03:32:30.415Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:32:30.415Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:32:30.415Z] ---> 3e12f330b700 [2021-02-12T03:32:30.415Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> 9a25c2fafde4 [2021-02-12T03:32:30.415Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> e1240b58a711 [2021-02-12T03:32:30.415Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> e4341b1e7157 [2021-02-12T03:32:30.415Z] Step 6/21 : COPY go.mod . [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> 582610884ea4 [2021-02-12T03:32:30.415Z] Step 7/21 : RUN go mod download [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> af55df08dd53 [2021-02-12T03:32:30.415Z] Step 8/21 : COPY . . [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> 998f207905bc [2021-02-12T03:32:30.415Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T03:32:30.415Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:32:30.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:32:30.415Z] ---> 3e12f330b700 [2021-02-12T03:32:30.415Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> 9a25c2fafde4 [2021-02-12T03:32:30.415Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:32:30.415Z] ---> Using cache [2021-02-12T03:32:30.415Z] ---> e1240b58a711 [2021-02-12T03:32:30.415Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T03:32:31.019Z] ---> Running in 388389a4ce04 [2021-02-12T03:32:31.019Z] ---> Running in d062d2cc017d [2021-02-12T03:32:31.019Z] ---> Running in 056b5d543671 [2021-02-12T03:32:31.617Z] Removing intermediate container 5a1b779f52d2 [2021-02-12T03:32:31.617Z] ---> b633df7eb428 [2021-02-12T03:32:31.617Z] Step 6/26 : COPY go.mod . [2021-02-12T03:32:32.604Z] ---> e0fd3dbc445c [2021-02-12T03:32:32.604Z] Step 7/26 : RUN go mod download [2021-02-12T03:32:32.879Z] 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-02-12T03:32:32.879Z] ---> Running in 7af23a7c2cc2 [2021-02-12T03:32:33.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:32:33.156Z] 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-02-12T03:32:33.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:32:34.743Z] OK: 217 MiB in 51 packages [2021-02-12T03:32:37.382Z] Removing intermediate container 056b5d543671 [2021-02-12T03:32:37.382Z] ---> c0489be6b939 [2021-02-12T03:32:37.382Z] Step 6/23 : COPY go.mod . [2021-02-12T03:32:37.382Z] Removing intermediate container 7af23a7c2cc2 [2021-02-12T03:32:37.382Z] ---> 849925c13478 [2021-02-12T03:32:37.382Z] Step 8/26 : COPY . . [2021-02-12T03:32:38.371Z] ---> cb83c2f235d5 [2021-02-12T03:32:38.372Z] Step 7/23 : RUN go mod download [2021-02-12T03:32:38.973Z] ---> Running in 42a19a782d3b [2021-02-12T03:32:45.762Z] Removing intermediate container 42a19a782d3b [2021-02-12T03:32:45.762Z] ---> 92a25d2c5d46 [2021-02-12T03:32:45.762Z] Step 8/23 : COPY . . [2021-02-12T03:33:04.124Z] ---> ba2d9e25b51e [2021-02-12T03:33:04.124Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T03:33:04.124Z] ---> Running in 4aa77e7bf6bf [2021-02-12T03:33:05.112Z] 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-02-12T03:33:10.537Z] ---> fa18b2cd43eb [2021-02-12T03:33:10.537Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T03:33:10.537Z] ---> Running in c48325db985f [2021-02-12T03:33:11.986Z] 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-02-12T03:33:27.099Z] 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-02-12T03:33:45.466Z] Removing intermediate container 388389a4ce04 [2021-02-12T03:33:45.466Z] ---> e97a59bc48b3 [2021-02-12T03:33:45.466Z] [2021-02-12T03:33:45.466Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T03:33:45.466Z] ---> afeebe901d6b [2021-02-12T03:33:45.466Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T03:33:45.466Z] ---> Running in 54e0c3d89578 [2021-02-12T03:33:46.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:33:46.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:33:47.453Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T03:33:47.453Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T03:33:47.453Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T03:33:47.453Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T03:33:47.453Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:33:47.453Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T03:33:47.732Z] OK: 7 MiB in 18 packages [2021-02-12T03:33:50.391Z] Removing intermediate container 54e0c3d89578 [2021-02-12T03:33:50.391Z] ---> a4c122de947b [2021-02-12T03:33:50.391Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T03:33:50.391Z] ---> Running in 7d2362ddc760 [2021-02-12T03:33:51.002Z] Removing intermediate container 7d2362ddc760 [2021-02-12T03:33:51.002Z] ---> 7f775aef9c0f [2021-02-12T03:33:51.002Z] Step 13/21 : WORKDIR /edgex [2021-02-12T03:33:51.275Z] ---> Running in 1c73a04a5167 [2021-02-12T03:33:52.261Z] Removing intermediate container 1c73a04a5167 [2021-02-12T03:33:52.261Z] ---> f845760167a7 [2021-02-12T03:33:52.261Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T03:33:53.274Z] ---> 5f4492bbe9ef [2021-02-12T03:33:53.274Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T03:33:55.262Z] ---> 3e02469ae0d1 [2021-02-12T03:33:55.262Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T03:33:57.267Z] ---> 22e514927176 [2021-02-12T03:33:57.267Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T03:33:57.545Z] ---> Running in af1767ea9558 [2021-02-12T03:33:58.531Z] Removing intermediate container af1767ea9558 [2021-02-12T03:33:58.531Z] ---> 310c7fae9c1b [2021-02-12T03:33:58.531Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T03:33:58.531Z] ---> Running in 0fb4726685ed [2021-02-12T03:33:59.968Z] Removing intermediate container 0fb4726685ed [2021-02-12T03:33:59.968Z] ---> 44851e81e767 [2021-02-12T03:33:59.968Z] Step 19/21 : LABEL arch=arm64 [2021-02-12T03:34:00.569Z] ---> Running in fe287de6b372 [2021-02-12T03:34:02.012Z] Removing intermediate container fe287de6b372 [2021-02-12T03:34:02.012Z] ---> b1d956ab71d6 [2021-02-12T03:34:02.012Z] Step 20/21 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:34:02.289Z] ---> Running in 01ed65f5fb09 [2021-02-12T03:34:02.892Z] Removing intermediate container d062d2cc017d [2021-02-12T03:34:02.892Z] ---> ff9a4ad25fb9 [2021-02-12T03:34:02.892Z] [2021-02-12T03:34:02.892Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T03:34:02.892Z] ---> afeebe901d6b [2021-02-12T03:34:02.892Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T03:34:02.892Z] ---> Using cache [2021-02-12T03:34:02.892Z] ---> 43cc8993340d [2021-02-12T03:34:02.892Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:34:02.892Z] ---> Using cache [2021-02-12T03:34:02.892Z] ---> fe81a83a9548 [2021-02-12T03:34:02.892Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T03:34:03.166Z] ---> Running in 6231ee518f62 [2021-02-12T03:34:03.442Z] Removing intermediate container 01ed65f5fb09 [2021-02-12T03:34:03.442Z] ---> e2fd1d912cfa [2021-02-12T03:34:03.442Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T03:34:03.716Z] ---> Running in 16328a261edd [2021-02-12T03:34:04.314Z] Removing intermediate container 6231ee518f62 [2021-02-12T03:34:04.314Z] ---> 1612f3649e4e [2021-02-12T03:34:04.314Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T03:34:04.314Z] ---> Running in 8d6e364d3816 [2021-02-12T03:34:04.314Z] Removing intermediate container 16328a261edd [2021-02-12T03:34:04.314Z] ---> ffa3b790e6fa [2021-02-12T03:34:04.314Z] [2021-02-12T03:34:05.296Z] Successfully built ffa3b790e6fa [2021-02-12T03:34:05.296Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-12T03:34:05.296Z] Removing intermediate container 8d6e364d3816 [2021-02-12T03:34:05.296Z]  Building docker-security-proxy-setup-go ... done  ---> 97ab7e75bbce [2021-02-12T03:34:05.296Z] Step 15/23 : WORKDIR / [2021-02-12T03:34:05.296Z] ---> Running in cd9b5c6592cc [2021-02-12T03:34:06.277Z] Removing intermediate container cd9b5c6592cc [2021-02-12T03:34:06.277Z] ---> 443b17762be4 [2021-02-12T03:34:06.277Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:34:07.719Z] ---> 8231623fa2fd [2021-02-12T03:34:07.719Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T03:34:09.694Z] ---> e1ee1471ba02 [2021-02-12T03:34:09.694Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T03:34:10.679Z] ---> 6893ddb43f66 [2021-02-12T03:34:10.679Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T03:34:10.954Z] ---> Running in 9711cf4c95a6 [2021-02-12T03:34:11.959Z] Removing intermediate container 9711cf4c95a6 [2021-02-12T03:34:11.959Z] ---> 0fd20f9c219d [2021-02-12T03:34:11.959Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:34:11.959Z] ---> Running in 6404d882d37a [2021-02-12T03:34:12.959Z] Removing intermediate container 6404d882d37a [2021-02-12T03:34:12.959Z] ---> d6b7a451feeb [2021-02-12T03:34:12.959Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T03:34:13.236Z] ---> Running in 858cc4010549 [2021-02-12T03:34:14.220Z] Removing intermediate container 858cc4010549 [2021-02-12T03:34:14.220Z] ---> 02f092545b4a [2021-02-12T03:34:14.220Z] Step 22/23 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:34:14.499Z] ---> Running in 174551276b45 [2021-02-12T03:34:15.939Z] Removing intermediate container 174551276b45 [2021-02-12T03:34:15.939Z] ---> ceb7151a58ff [2021-02-12T03:34:15.939Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T03:34:16.211Z] ---> Running in 59bf600d1fbf [2021-02-12T03:34:16.490Z] Removing intermediate container 4aa77e7bf6bf [2021-02-12T03:34:16.490Z] ---> d62ea8eb6308 [2021-02-12T03:34:16.490Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T03:34:16.764Z] Removing intermediate container 59bf600d1fbf [2021-02-12T03:34:16.764Z] ---> 47d4b9386a7c [2021-02-12T03:34:16.764Z] [2021-02-12T03:34:17.037Z] ---> Running in 02b670c17b10 [2021-02-12T03:34:17.317Z] Successfully built 47d4b9386a7c [2021-02-12T03:34:17.317Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-12T03:34:18.301Z]  Building docker-core-metadata-go ... done 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-02-12T03:34:21.681Z] Removing intermediate container 02b670c17b10 [2021-02-12T03:34:21.681Z] ---> eea9c4d2ddf4 [2021-02-12T03:34:21.681Z] [2021-02-12T03:34:21.681Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T03:34:21.681Z] 20.10.0: Pulling from library/docker [2021-02-12T03:34:31.838Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T03:34:31.838Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T03:34:31.838Z] ---> eeaf43b92773 [2021-02-12T03:34:31.838Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T03:34:32.435Z] ---> Running in 49aebca4a92a [2021-02-12T03:34:32.710Z] Removing intermediate container c48325db985f [2021-02-12T03:34:32.710Z] ---> 27deb8152045 [2021-02-12T03:34:32.710Z] [2021-02-12T03:34:32.710Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T03:34:32.710Z] ---> afeebe901d6b [2021-02-12T03:34:32.710Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T03:34:32.986Z] ---> Running in 4be7b70bfbe0 [2021-02-12T03:34:33.581Z] Removing intermediate container 4be7b70bfbe0 [2021-02-12T03:34:33.582Z] ---> 59745265eda5 [2021-02-12T03:34:33.582Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T03:34:33.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:34:33.582Z] ---> Running in 9e2932f0c278 [2021-02-12T03:34:33.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:34:34.178Z] Removing intermediate container 9e2932f0c278 [2021-02-12T03:34:34.178Z] ---> 993ac69cd1c0 [2021-02-12T03:34:34.178Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T03:34:34.178Z] ---> Running in 37b7508872d6 [2021-02-12T03:34:34.178Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T03:34:34.178Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T03:34:34.178Z] Executing bash-5.0.17-r0.post-install [2021-02-12T03:34:34.178Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:34:34.455Z] OK: 12 MiB in 22 packages [2021-02-12T03:34:34.732Z] Removing intermediate container 37b7508872d6 [2021-02-12T03:34:34.732Z] ---> 9b26b70e2bc5 [2021-02-12T03:34:34.732Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:34:34.732Z] ---> Running in 5b139bece2f8 [2021-02-12T03:34:35.713Z] Removing intermediate container 49aebca4a92a [2021-02-12T03:34:35.713Z] ---> b3fbc84ea244 [2021-02-12T03:34:35.713Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T03:34:35.983Z] ---> Running in e971c6f75076 [2021-02-12T03:34:36.253Z] Removing intermediate container e971c6f75076 [2021-02-12T03:34:36.253Z] ---> 64397adc52cd [2021-02-12T03:34:36.253Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T03:34:36.525Z] ---> Running in e682457a57ea [2021-02-12T03:34:37.119Z] Removing intermediate container e682457a57ea [2021-02-12T03:34:37.119Z] ---> fbb09f8c7d7e [2021-02-12T03:34:37.119Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T03:34:37.119Z] ---> Running in d3da060e3f59 [2021-02-12T03:34:37.119Z] Removing intermediate container 5b139bece2f8 [2021-02-12T03:34:37.119Z] ---> 4ac4ce83eec8 [2021-02-12T03:34:37.119Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T03:34:37.388Z] ---> Running in cec2b2c8177b [2021-02-12T03:34:37.983Z] Removing intermediate container d3da060e3f59 [2021-02-12T03:34:37.983Z] ---> 799ef2ee7395 [2021-02-12T03:34:37.983Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T03:34:38.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:34:39.230Z] ---> ff8f5f91d85b [2021-02-12T03:34:39.230Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T03:34:39.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:34:39.791Z] ---> 2c3f03114d46 [2021-02-12T03:34:39.791Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T03:34:40.386Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T03:34:40.386Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T03:34:40.387Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T03:34:40.660Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T03:34:40.934Z] ---> f27701d1ef56 [2021-02-12T03:34:40.934Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T03:34:40.934Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T03:34:40.934Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T03:34:40.934Z] ---> Running in a826767390d0 [2021-02-12T03:34:40.934Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:34:41.209Z] OK: 8 MiB in 20 packages [2021-02-12T03:34:42.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:34:42.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:34:42.500Z] Removing intermediate container cec2b2c8177b [2021-02-12T03:34:42.500Z] ---> 2190ed2462ad [2021-02-12T03:34:42.500Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:34:43.099Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T03:34:43.099Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T03:34:43.099Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T03:34:43.099Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T03:34:43.099Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T03:34:43.099Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T03:34:43.099Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T03:34:43.699Z] ---> 1971f6bb5e2e [2021-02-12T03:34:43.699Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T03:34:45.132Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T03:34:45.132Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T03:34:45.132Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T03:34:45.132Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T03:34:45.132Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T03:34:45.132Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T03:34:45.132Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T03:34:45.132Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T03:34:45.132Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T03:34:45.132Z] ---> ae3c3805fbc0 [2021-02-12T03:34:45.132Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T03:34:45.132Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T03:34:45.132Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T03:34:45.132Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T03:34:45.132Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T03:34:45.407Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T03:34:45.407Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T03:34:45.407Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T03:34:45.407Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T03:34:45.407Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T03:34:45.407Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T03:34:45.407Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T03:34:45.407Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T03:34:45.407Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T03:34:45.407Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T03:34:45.407Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T03:34:45.407Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T03:34:45.407Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T03:34:45.678Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:34:45.678Z] OK: 71 MiB in 55 packages [2021-02-12T03:34:46.280Z] ---> 1a2dcd953cdb [2021-02-12T03:34:46.280Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T03:34:46.280Z] ---> Running in ec5a7a5efc51 [2021-02-12T03:34:46.876Z] Removing intermediate container ec5a7a5efc51 [2021-02-12T03:34:46.876Z] ---> 90880ae2d43b [2021-02-12T03:34:46.876Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:34:47.151Z] ---> Running in 59d3450ff79e [2021-02-12T03:34:47.746Z] Removing intermediate container 59d3450ff79e [2021-02-12T03:34:47.746Z] ---> b9716fadd212 [2021-02-12T03:34:47.746Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T03:34:47.746Z] ---> Running in 5a7e980ef833 [2021-02-12T03:34:48.340Z] Removing intermediate container 5a7e980ef833 [2021-02-12T03:34:48.340Z] ---> cc65ad3f7704 [2021-02-12T03:34:48.340Z] Step 22/23 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:34:48.617Z] ---> Running in f6c095969bf5 [2021-02-12T03:34:49.208Z] Removing intermediate container f6c095969bf5 [2021-02-12T03:34:49.208Z] ---> dc764fe78a50 [2021-02-12T03:34:49.208Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T03:34:49.482Z] ---> Running in 6432d712d919 [2021-02-12T03:34:50.076Z] Removing intermediate container 6432d712d919 [2021-02-12T03:34:50.076Z] ---> 13182d0dce7f [2021-02-12T03:34:50.076Z] [2021-02-12T03:34:50.353Z] Successfully built 13182d0dce7f [2021-02-12T03:34:50.353Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-12T03:34:51.320Z]  Building docker-core-data-go ... done Removing intermediate container a826767390d0 [2021-02-12T03:34:51.320Z] ---> c730ca16361d [2021-02-12T03:34:51.320Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T03:34:51.590Z] ---> Running in aa49363386c6 [2021-02-12T03:34:55.880Z] Collecting docker-compose==1.23.2 [2021-02-12T03:34:56.149Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T03:34:56.737Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T03:34:56.737Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T03:34:57.329Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T03:34:57.329Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T03:34:58.766Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T03:34:58.766Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T03:34:58.766Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T03:34:58.766Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T03:35:00.732Z] 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-02-12T03:35:00.732Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T03:35:00.732Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T03:35:03.334Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T03:35:03.334Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T03:35:03.605Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T03:35:03.605Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T03:35:03.873Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T03:35:03.873Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T03:35:06.474Z] Collecting PyYAML<4,>=3.10 [2021-02-12T03:35:06.474Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T03:35:09.938Z] 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-02-12T03:35:09.938Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T03:35:09.938Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T03:35:10.211Z] 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-02-12T03:35:10.212Z] Collecting idna<2.8,>=2.5 [2021-02-12T03:35:10.212Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T03:35:10.492Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T03:35:10.780Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T03:35:10.780Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T03:35:10.780Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T03:35:10.780Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T03:35:10.780Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T03:35:11.769Z] Installing collected packages: websocket-client, cached-property, urllib3, idna, requests, dockerpty, texttable, docker-pycreds, docker, jsonschema, docopt, PyYAML, docker-compose [2021-02-12T03:35:12.047Z] Attempting uninstall: urllib3 [2021-02-12T03:35:12.047Z] Found existing installation: urllib3 1.25.9 [2021-02-12T03:35:12.047Z] Uninstalling urllib3-1.25.9: [2021-02-12T03:35:12.337Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T03:35:12.938Z] Attempting uninstall: idna [2021-02-12T03:35:12.938Z] Found existing installation: idna 2.9 [2021-02-12T03:35:12.938Z] Uninstalling idna-2.9: [2021-02-12T03:35:13.218Z] Successfully uninstalled idna-2.9 [2021-02-12T03:35:13.822Z] Attempting uninstall: requests [2021-02-12T03:35:13.822Z] Found existing installation: requests 2.23.0 [2021-02-12T03:35:13.822Z] Uninstalling requests-2.23.0: [2021-02-12T03:35:13.822Z] Successfully uninstalled requests-2.23.0 [2021-02-12T03:35:14.093Z] Running setup.py install for dockerpty: started [2021-02-12T03:35:16.060Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T03:35:16.060Z] Running setup.py install for texttable: started [2021-02-12T03:35:18.024Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T03:35:18.994Z] Running setup.py install for docopt: started [2021-02-12T03:35:20.964Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T03:35:20.964Z] Running setup.py install for PyYAML: started [2021-02-12T03:35:22.927Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T03:35:23.517Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-12T03:35:27.801Z] Removing intermediate container aa49363386c6 [2021-02-12T03:35:27.801Z] ---> d41208f34cb1 [2021-02-12T03:35:27.801Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T03:35:27.801Z] ---> Running in 65627732194d [2021-02-12T03:35:28.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:35:28.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:35:29.260Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T03:35:29.260Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T03:35:29.260Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T03:35:29.260Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:35:29.260Z] OK: 71 MiB in 58 packages [2021-02-12T03:35:30.685Z] Removing intermediate container 65627732194d [2021-02-12T03:35:30.685Z] ---> 67b319cfbeb9 [2021-02-12T03:35:30.685Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T03:35:30.685Z] ---> Running in 3b1de9755c44 [2021-02-12T03:35:31.281Z] Removing intermediate container 3b1de9755c44 [2021-02-12T03:35:31.281Z] ---> 3b212e15aae1 [2021-02-12T03:35:31.281Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:35:31.281Z] ---> Running in c1d0586c0dc9 [2021-02-12T03:35:31.875Z] Removing intermediate container c1d0586c0dc9 [2021-02-12T03:35:31.875Z] ---> a444eb2f359c [2021-02-12T03:35:31.875Z] Step 24/26 : LABEL arch=arm64 [2021-02-12T03:35:31.875Z] ---> Running in 579895ecd661 [2021-02-12T03:35:32.480Z] Removing intermediate container 579895ecd661 [2021-02-12T03:35:32.481Z] ---> 5b60cb4a1afb [2021-02-12T03:35:32.481Z] Step 25/26 : LABEL git_sha=62a1c0816d9e5c0488d5fbc798484167ae2d47d0 [2021-02-12T03:35:32.481Z] ---> Running in 558fdaa2e42c [2021-02-12T03:35:33.095Z] Removing intermediate container 558fdaa2e42c [2021-02-12T03:35:33.095Z] ---> 5bd40c175c23 [2021-02-12T03:35:33.095Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T03:35:33.095Z] ---> Running in 494b8a1a84ff [2021-02-12T03:35:33.694Z] Removing intermediate container 494b8a1a84ff [2021-02-12T03:35:33.694Z] ---> a76a78e4a7f6 [2021-02-12T03:35:33.694Z] [2021-02-12T03:35:33.967Z] Successfully built a76a78e4a7f6 [2021-02-12T03:35:33.967Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-12T03:35:34.577Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-12T03:35:34.586Z] $ docker stop --time=1 685943ae8270defa6b8f12d641bc0ad5d396025f7ac35cd08776a6ba013f60dd [2021-02-12T03:35:36.409Z] $ docker rm -f 685943ae8270defa6b8f12d641bc0ad5d396025f7ac35cd08776a6ba013f60dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T03:35:37.005Z] + grep docker [2021-02-12T03:35:37.005Z] + docker images [2021-02-12T03:35:37.274Z] docker-sys-mgmt-agent-go-arm64 latest a76a78e4a7f6 4 seconds ago 300MB [2021-02-12T03:35:37.274Z] docker-core-data-go-arm64 latest 13182d0dce7f 48 seconds ago 21MB [2021-02-12T03:35:37.274Z] docker-core-metadata-go-arm64 latest 47d4b9386a7c About a minute ago 17.8MB [2021-02-12T03:35:37.274Z] docker-security-proxy-setup-go-arm64 latest ffa3b790e6fa About a minute ago 23.2MB [2021-02-12T03:35:37.274Z] docker-security-bootstrapper-go-arm64 latest b52a605c002f 3 minutes ago 17MB [2021-02-12T03:35:37.274Z] docker-support-notifications-go-arm64 latest d444cc617a0c 4 minutes ago 16.7MB [2021-02-12T03:35:37.274Z] docker-support-scheduler-go-arm64 latest 4a21e0aba93b 4 minutes ago 16.1MB [2021-02-12T03:35:37.274Z] docker-core-command-go-arm64 latest 7e9d64b36ba7 4 minutes ago 16MB [2021-02-12T03:35:37.274Z] docker-security-secretstore-setup-go-arm64 latest 18da3dcc42df 4 minutes ago 23.4MB [2021-02-12T03:35:37.274Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-12T03:35:40.186Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:35:41.075Z] ---> package-listing.sh [2021-02-12T03:35:41.075Z] ++ facter osfamily [2021-02-12T03:35:41.075Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T03:35:41.075Z] + OS_FAMILY=redhat [2021-02-12T03:35:41.075Z] + workspace=/w/workspace/edgex-go/27 [2021-02-12T03:35:41.075Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T03:35:41.075Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T03:35:41.075Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T03:35:41.075Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T03:35:41.075Z] + '[' /w/workspace/edgex-go/27 ']' [2021-02-12T03:35:41.075Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T03:35:41.075Z] + case "${OS_FAMILY}" in [2021-02-12T03:35:41.075Z] + rpm -qa [2021-02-12T03:35:41.075Z] + sort [2021-02-12T03:35:46.424Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T03:35:46.424Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T03:35:46.424Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T03:35:46.424Z] + '[' /w/workspace/edgex-go/27 ']' [2021-02-12T03:35:46.424Z] + mkdir -p /w/workspace/edgex-go/27/archives/ [2021-02-12T03:35:46.424Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] echo [2021-02-12T03:35:46.444Z] 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/27/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T03:35:46.741Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:35:47.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T03:35:47.053Z] [2021-02-12T03:35:47.053Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:35:47.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T03:35:47.480Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T03:35:47.480Z] df20fa9351a1: Pulling fs layer [2021-02-12T03:35:47.480Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T03:35:47.480Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T03:35:47.480Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T03:35:47.480Z] 93b61091891f: Pulling fs layer [2021-02-12T03:35:47.480Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T03:35:47.480Z] 5e14af77c1be: Pulling fs layer [2021-02-12T03:35:47.480Z] 01666e4c0597: Pulling fs layer [2021-02-12T03:35:47.480Z] aa168da1d23b: Pulling fs layer [2021-02-12T03:35:47.480Z] 46f8f816bc3b: Waiting [2021-02-12T03:35:47.480Z] 93b61091891f: Waiting [2021-02-12T03:35:47.480Z] 93b9cdb0e59b: Waiting [2021-02-12T03:35:47.480Z] 5e14af77c1be: Waiting [2021-02-12T03:35:47.480Z] 01666e4c0597: Waiting [2021-02-12T03:35:47.480Z] aa168da1d23b: Waiting [2021-02-12T03:35:47.480Z] 36b3adc4ff6f: Download complete [2021-02-12T03:35:47.480Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T03:35:47.480Z] 46f8f816bc3b: Download complete [2021-02-12T03:35:47.743Z] df20fa9351a1: Verifying Checksum [2021-02-12T03:35:47.743Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T03:35:47.743Z] 93b9cdb0e59b: Download complete [2021-02-12T03:35:47.743Z] 93b61091891f: Download complete [2021-02-12T03:35:47.743Z] 01666e4c0597: Verifying Checksum [2021-02-12T03:35:47.743Z] 01666e4c0597: Download complete [2021-02-12T03:35:47.743Z] 5e14af77c1be: Verifying Checksum [2021-02-12T03:35:47.743Z] 5e14af77c1be: Download complete [2021-02-12T03:35:48.006Z] df20fa9351a1: Pull complete [2021-02-12T03:35:48.269Z] 36b3adc4ff6f: Pull complete [2021-02-12T03:35:48.535Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T03:35:48.535Z] 8ad3a11d3b57: Download complete [2021-02-12T03:35:49.493Z] 8ad3a11d3b57: Pull complete [2021-02-12T03:35:49.493Z] 46f8f816bc3b: Pull complete [2021-02-12T03:35:49.757Z] 93b61091891f: Pull complete [2021-02-12T03:35:50.033Z] 93b9cdb0e59b: Pull complete [2021-02-12T03:35:50.033Z] 5e14af77c1be: Pull complete [2021-02-12T03:35:50.988Z] 01666e4c0597: Pull complete [2021-02-12T03:35:51.573Z] aa168da1d23b: Verifying Checksum [2021-02-12T03:35:51.573Z] aa168da1d23b: Download complete [2021-02-12T03:36:01.652Z] aa168da1d23b: Pull complete [2021-02-12T03:36:01.652Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T03:36:01.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T03:36:01.652Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T03:36:01.918Z] prd-centos7-docker-4c-2g-26209 does not seem to be running inside a container [2021-02-12T03:36:01.972Z] $ 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/27/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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-12T03:36:06.936Z] $ docker top f9051652bbfc70a1e92ab4dd0a95b05484d947027942b57352ca6a538236c6e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:36:07.624Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T03:36:08.029Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T03:36:08.335Z] + ls /var/log/sa-host [2021-02-12T03:36:08.335Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T03:36:08.335Z] file_magic: OK [2021-02-12T03:36:08.335Z] HZ: Using current value: 100 [2021-02-12T03:36:08.335Z] file_header: OK [2021-02-12T03:36:08.335Z] 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-02-12T03:36:08.335Z] Statistics: [2021-02-12T03:36:08.335Z] 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... [2021-02-12T03:36:08.335Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T03:36:08.335Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T03:36:08.335Z] file_magic: OK [2021-02-12T03:36:08.335Z] HZ: Using current value: 100 [2021-02-12T03:36:08.335Z] file_header: OK [2021-02-12T03:36:08.335Z] 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-02-12T03:36:08.335Z] Statistics: [2021-02-12T03:36:08.335Z] Hnuu...uuuununununu... [2021-02-12T03:36:08.335Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T03:36:08.529Z] provisioning config files... [2021-02-12T03:36:08.550Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config1144031911343152818tmp [Pipeline] { [Pipeline] echo [2021-02-12T03:36:08.608Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:36:08.906Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T03:36:08.917Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T03:36:08.997Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:36:09.295Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T03:36:09.312Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:36:09.614Z] ---> sudo-logs.sh [2021-02-12T03:36:09.614Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T03:36:09.623Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:36:09.926Z] ---> job-cost.sh [2021-02-12T03:36:09.926Z] lf-activate-venv: SKIPPING [2021-02-12T03:36:09.926Z] INFO: No Stack... [2021-02-12T03:36:11.326Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T03:36:11.588Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T03:36:11.605Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:36:11.907Z] ---> logs-deploy.sh [2021-02-12T03:36:11.907Z] lf-activate-venv: SKIPPING [2021-02-12T03:36:11.907Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/27 [2021-02-12T03:36:11.907Z] INFO: archiving workspace using pattern(s): [2021-02-12T03:36:13.300Z] Archives upload complete.