Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0cea5eced03dc86d44e4ba9cb19c7cab53834b11+dd3c5304426daa1a06e165d92e5378a7e6535b25 (cf115c0dcea6ac8fe26026dbcd198fb012576f41) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-29221’ is offline; ‘prd-centos7-docker-4c-2g-29222’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29225 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 Merge succeeded, producing 7d547e0edfe485c87fa842b675b0221fdd1090ce Checking out Revision 7d547e0edfe485c87fa842b675b0221fdd1090ce (PR-3223) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d547e0edfe485c87fa842b675b0221fdd1090ce # timeout=10 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" > git rev-list --no-walk 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T00:31:10.580Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T00:31:10.847Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T00:31:10.937Z] ========================================================= [2021-03-10T00:31:10.937Z] EdgeX Global Pipelines Version Info [2021-03-10T00:31:10.937Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:31:12.497Z] ------------------- [2021-03-10T00:31:12.497Z] stable info: [2021-03-10T00:31:12.497Z] ------------------- [2021-03-10T00:31:12.497Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T00:31:12.497Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T00:31:12.497Z] Message: update stable to v1.0.184 [2021-03-10T00:31:13.463Z] ------------------- [2021-03-10T00:31:13.463Z] experimental info: [2021-03-10T00:31:13.463Z] ------------------- [2021-03-10T00:31:13.463Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T00:31:13.463Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T00:31:13.463Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T00:31:13.745Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T00:31:13.881Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T00:31:13.982Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T00:31:14.073Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T00:31:14.162Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T00:31:14.247Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T00:31:14.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T00:31:14.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T00:31:14.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T00:31:14.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T00:31:14.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T00:31:14.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T00:31:14.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T00:31:15.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T00:31:15.143Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T00:31:15.242Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T00:31:15.347Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T00:31:15.437Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T00:31:15.520Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T00:31:15.603Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T00:31:15.694Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T00:31:15.782Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T00:31:15.877Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo [2021-03-10T00:31:15.968Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo [2021-03-10T00:31:16.051Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo [2021-03-10T00:31:16.158Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7d547e0edfe485c87fa842b675b0221fdd1090ce [Pipeline] echo [2021-03-10T00:31:16.273Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7d547e0 [Pipeline] echo [2021-03-10T00:31:16.366Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T00:31:16.591Z] provisioning config files... [2021-03-10T00:31:16.628Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6724187701374805835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:31:16.996Z] ---> docker-login.sh [2021-03-10T00:31:16.996Z] nexus3.edgexfoundry.org:10001 [2021-03-10T00:31:17.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:17.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:17.528Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:17.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:17.528Z] [2021-03-10T00:31:17.528Z] Login Succeeded [2021-03-10T00:31:17.528Z] nexus3.edgexfoundry.org:10002 [2021-03-10T00:31:17.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:17.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:17.528Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:17.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:17.528Z] [2021-03-10T00:31:17.528Z] Login Succeeded [2021-03-10T00:31:17.528Z] nexus3.edgexfoundry.org:10003 [2021-03-10T00:31:17.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:17.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:17.792Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:17.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:17.792Z] [2021-03-10T00:31:17.792Z] Login Succeeded [2021-03-10T00:31:17.792Z] nexus3.edgexfoundry.org:10004 [2021-03-10T00:31:18.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:18.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:18.059Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:18.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:18.059Z] [2021-03-10T00:31:18.059Z] Login Succeeded [2021-03-10T00:31:18.059Z] docker.io [2021-03-10T00:31:18.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:18.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:18.332Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:18.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:18.332Z] [2021-03-10T00:31:18.332Z] Login Succeeded [2021-03-10T00:31:18.332Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T00:31:18.342Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T00:31:18.822Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-10T00:31:18.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:18.822Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T00:31:18.822Z] ++ cut -d/ -f2 [2021-03-10T00:31:18.822Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T00:31:18.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:18.822Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T00:31:18.822Z] ++ cut -d/ -f2 [2021-03-10T00:31:18.822Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T00:31:18.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:18.822Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T00:31:18.822Z] ++ cut -d/ -f2 [2021-03-10T00:31:18.822Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T00:31:18.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:18.822Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T00:31:18.822Z] ++ cut -d/ -f2 [2021-03-10T00:31:18.822Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T00:31:18.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:18.822Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T00:31:18.822Z] ++ cut -d/ -f2 [2021-03-10T00:31:18.822Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T00:31:18.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:18.822Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T00:31:18.822Z] ++ cut -d/ -f2 [2021-03-10T00:31:18.822Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T00:31:18.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:18.822Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T00:31:18.822Z] ++ cut -d/ -f2 [2021-03-10T00:31:18.822Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T00:31:18.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:18.822Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T00:31:18.822Z] ++ cut -d/ -f2 [2021-03-10T00:31:18.822Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T00:31:18.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:31:18.822Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T00:31:18.822Z] ++ cut -d/ -f2 [2021-03-10T00:31:18.822Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T00:31:18.904Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:31:19.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T00:31:19.795Z] [2021-03-10T00:31:19.795Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:31:20.181Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T00:31:20.181Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T00:31:20.181Z] 31603596830f: Pulling fs layer [2021-03-10T00:31:20.181Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T00:31:20.181Z] 6ca5941a6612: Pulling fs layer [2021-03-10T00:31:20.181Z] ecc8261a40a4: Pulling fs layer [2021-03-10T00:31:20.181Z] ecc8261a40a4: Waiting [2021-03-10T00:31:20.181Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T00:31:20.181Z] 2a8b12db71e7: Download complete [2021-03-10T00:31:20.181Z] 31603596830f: Verifying Checksum [2021-03-10T00:31:20.181Z] 31603596830f: Download complete [2021-03-10T00:31:20.466Z] ecc8261a40a4: Verifying Checksum [2021-03-10T00:31:20.466Z] ecc8261a40a4: Download complete [2021-03-10T00:31:20.466Z] 6ca5941a6612: Verifying Checksum [2021-03-10T00:31:20.466Z] 6ca5941a6612: Download complete [2021-03-10T00:31:20.734Z] 31603596830f: Pull complete [2021-03-10T00:31:20.734Z] 2a8b12db71e7: Pull complete [2021-03-10T00:31:21.687Z] 6ca5941a6612: Pull complete [2021-03-10T00:31:21.953Z] ecc8261a40a4: Pull complete [2021-03-10T00:31:21.953Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T00:31:21.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T00:31:21.953Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T00:31:22.061Z] prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container [2021-03-10T00:31:22.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T00:31:24.653Z] $ docker top 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T00:31:24.955Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T00:31:24.955Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T00:31:25.232Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T00:31:25.243Z] $ docker exec 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 ssh-agent [2021-03-10T00:31:25.452Z] SSH_AUTH_SOCK=/tmp/ssh-Z8sNiOEcTgfY/agent.11 [2021-03-10T00:31:25.452Z] SSH_AGENT_PID=16 [2021-03-10T00:31:25.464Z] Running ssh-add (command line suppressed) [2021-03-10T00:31:25.602Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_2204769597273128300.key (/w/workspace/edgex-go/6@tmp/private_key_2204769597273128300.key) [2021-03-10T00:31:25.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T00:31:26.015Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T00:31:26.046Z] $ docker exec --env ******** --env ******** 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 ssh-agent -k [2021-03-10T00:31:26.168Z] unset SSH_AUTH_SOCK; [2021-03-10T00:31:26.169Z] unset SSH_AGENT_PID; [2021-03-10T00:31:26.169Z] echo Agent pid 16 killed; [2021-03-10T00:31:26.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T00:31:26.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T00:31:26.347Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T00:31:26.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T00:31:26.552Z] $ docker exec 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 ssh-agent [2021-03-10T00:31:26.737Z] SSH_AUTH_SOCK=/tmp/ssh-Od0rCSKIEJ4w/agent.45 [2021-03-10T00:31:26.737Z] SSH_AGENT_PID=51 [2021-03-10T00:31:26.745Z] Running ssh-add (command line suppressed) [2021-03-10T00:31:26.895Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_3322432036579249372.key (/w/workspace/edgex-go/6@tmp/private_key_3322432036579249372.key) [2021-03-10T00:31:26.945Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T00:31:27.279Z] + git semver init [2021-03-10T00:31:27.280Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T00:31:27.280Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-03-10T00:31:27.280Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-03-10T00:31:27.280Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T00:31:27.280Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T00:31:27.280Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T00:31:27.280Z] # $SEMVER_BRANCH = PR-3223 [2021-03-10T00:31:27.280Z] # $SEMVER_TEMP = /tmp/semver-112182899 [2021-03-10T00:31:27.280Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T00:31:45.490Z] # '/tmp/semver-112182899' -> '/w/workspace/edgex-go/6/.semver' [2021-03-10T00:31:46.088Z] # -> Force: false [2021-03-10T00:31:46.088Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-03-10T00:31:46.392Z] $ docker exec --env ******** --env ******** 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 ssh-agent -k [2021-03-10T00:31:46.837Z] unset SSH_AUTH_SOCK; [2021-03-10T00:31:46.837Z] unset SSH_AGENT_PID; [2021-03-10T00:31:46.837Z] echo Agent pid 51 killed; [2021-03-10T00:31:46.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T00:31:47.463Z] + git semver [Pipeline] } [2021-03-10T00:31:47.489Z] $ docker stop --time=1 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 [2021-03-10T00:31:49.075Z] $ docker rm -f 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T00:31:49.591Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T00:31:50.122Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T00:31:50.125Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T00:31:51.168Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:31:51.472Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:31:51.775Z] + sudo service docker restart [2021-03-10T00:31:51.775Z] + true [2021-03-10T00:31:51.775Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T00:31:52.382Z] ========================================================= [2021-03-10T00:31:52.382Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T00:31:52.382Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:31:52.733Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-10T00:31:56.987Z] Sending build context to Docker daemon 328.4MB [2021-03-10T00:31:56.987Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T00:31:56.987Z] Step 2/6 : FROM ${BASE} [2021-03-10T00:31:56.987Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T00:31:56.987Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T00:31:56.987Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T00:31:56.987Z] de9db76c5a1d: Pulling fs layer [2021-03-10T00:31:56.987Z] bca2f99d35d6: Pulling fs layer [2021-03-10T00:31:56.987Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T00:31:56.987Z] 7c6f9722023f: Pulling fs layer [2021-03-10T00:31:56.987Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T00:31:56.987Z] bca2f99d35d6: Waiting [2021-03-10T00:31:56.987Z] 93359f2a8cfa: Waiting [2021-03-10T00:31:56.987Z] 7c6f9722023f: Waiting [2021-03-10T00:31:56.987Z] a35cf1a2eb13: Waiting [2021-03-10T00:31:56.987Z] de9db76c5a1d: Verifying Checksum [2021-03-10T00:31:56.987Z] de9db76c5a1d: Download complete [2021-03-10T00:31:56.987Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T00:31:56.987Z] 0ef7d3d256c8: Download complete [2021-03-10T00:31:56.987Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T00:31:56.987Z] 93359f2a8cfa: Download complete [2021-03-10T00:31:56.987Z] 7c6f9722023f: Verifying Checksum [2021-03-10T00:31:56.987Z] 7c6f9722023f: Download complete [2021-03-10T00:31:56.987Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T00:31:56.987Z] 188c0c94c7c5: Download complete [2021-03-10T00:31:57.575Z] 188c0c94c7c5: Pull complete [2021-03-10T00:31:57.575Z] 0ef7d3d256c8: Pull complete [2021-03-10T00:31:57.842Z] de9db76c5a1d: Pull complete [2021-03-10T00:31:58.807Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T00:31:58.807Z] a35cf1a2eb13: Download complete [2021-03-10T00:31:59.769Z] bca2f99d35d6: Verifying Checksum [2021-03-10T00:31:59.769Z] bca2f99d35d6: Download complete [2021-03-10T00:32:05.607Z] Still waiting to schedule task [2021-03-10T00:32:05.607Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-10T00:32:06.431Z] bca2f99d35d6: Pull complete [2021-03-10T00:32:06.432Z] 93359f2a8cfa: Pull complete [2021-03-10T00:32:06.432Z] 7c6f9722023f: Pull complete [2021-03-10T00:32:10.696Z] a35cf1a2eb13: Pull complete [2021-03-10T00:32:10.696Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T00:32:10.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T00:32:10.696Z] ---> a62c8e92a672 [2021-03-10T00:32:10.696Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-10T00:32:10.967Z] ---> Running in 544a466a6381 [2021-03-10T00:32:11.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:32:12.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:32:13.825Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T00:32:14.091Z] (2/12) Installing file (5.38-r0) [2021-03-10T00:32:14.091Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T00:32:14.091Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T00:32:26.380Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T00:32:26.380Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T00:32:26.380Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T00:32:26.380Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T00:32:26.380Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T00:32:26.380Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T00:32:26.380Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T00:32:26.380Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T00:32:26.380Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:32:26.380Z] OK: 233 MiB in 51 packages [2021-03-10T00:32:28.947Z] Removing intermediate container 544a466a6381 [2021-03-10T00:32:28.947Z] ---> 4ed63ba1bf15 [2021-03-10T00:32:28.947Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T00:32:28.947Z] ---> Running in 1c06a6d0f12e [2021-03-10T00:32:29.209Z] Removing intermediate container 1c06a6d0f12e [2021-03-10T00:32:29.209Z] ---> 5999974f667d [2021-03-10T00:32:29.209Z] Step 5/6 : COPY go.mod . [2021-03-10T00:32:29.503Z] ---> f779666268fb [2021-03-10T00:32:29.503Z] Step 6/6 : RUN go mod download [2021-03-10T00:32:29.503Z] ---> Running in 059fe640a9bd [2021-03-10T00:32:56.164Z] Removing intermediate container 059fe640a9bd [2021-03-10T00:32:56.164Z] ---> de932463ccee [2021-03-10T00:32:56.164Z] Successfully built de932463ccee [2021-03-10T00:32:56.164Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:32:56.484Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T00:32:56.484Z] . [Pipeline] withDockerContainer [2021-03-10T00:32:56.612Z] prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container [2021-03-10T00:32:56.673Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T00:32:57.843Z] $ docker top f579c1877b8b530b6dca026ab6c815413ea161c23c97ef43caaee949fe358de9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:32:58.374Z] + go version [2021-03-10T00:32:58.374Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T00:32:58.393Z] $ docker stop --time=1 f579c1877b8b530b6dca026ab6c815413ea161c23c97ef43caaee949fe358de9 [2021-03-10T00:32:59.778Z] $ docker rm -f f579c1877b8b530b6dca026ab6c815413ea161c23c97ef43caaee949fe358de9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:33:00.635Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T00:33:00.635Z] . [Pipeline] withDockerContainer [2021-03-10T00:33:00.739Z] prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container [2021-03-10T00:33:00.791Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T00:33:01.591Z] $ docker top ef6042189c14e37260b559cbeea9abfd4fe7d27ac6231cec56390e496797030d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T00:33:01.856Z] ========================================================= [2021-03-10T00:33:01.856Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T00:33:01.856Z] ========================================================= [Pipeline] sh [2021-03-10T00:33:02.156Z] + make test [2021-03-10T00:33:02.156Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T00:33:12.261Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T00:33:30.554Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T00:33:33.478Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T00:33:35.769Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T00:33:35.769Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T00:33:37.186Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T00:33:37.186Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T00:33:37.186Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T00:33:37.186Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T00:33:38.154Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T00:33:38.425Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T00:33:41.792Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T00:33:41.792Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T00:33:41.792Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T00:33:45.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.144s coverage: 45.9% of statements [2021-03-10T00:33:45.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T00:33:45.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T00:33:45.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T00:33:45.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T00:33:45.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T00:33:45.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T00:33:45.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T00:33:45.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements [2021-03-10T00:33:47.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T00:33:47.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T00:33:47.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T00:33:47.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T00:33:47.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T00:33:48.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements [2021-03-10T00:33:48.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T00:33:48.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:33:48.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements [2021-03-10T00:33:48.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T00:33:51.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.338s coverage: 28.6% of statements [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T00:33:51.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T00:33:51.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T00:33:51.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T00:33:51.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T00:33:51.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T00:33:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T00:33:54.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.456s coverage: 92.8% of statements [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T00:33:54.002Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T00:33:54.002Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T00:33:54.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T00:33:54.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements [2021-03-10T00:33:54.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-03-10T00:33:54.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-03-10T00:33:54.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2021-03-10T00:33:54.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-03-10T00:34:06.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements [2021-03-10T00:34:06.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-03-10T00:34:06.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.072s coverage: 81.4% of statements [2021-03-10T00:34:18.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T00:34:18.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T00:34:18.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T00:34:18.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T00:34:18.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.6% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 62.4% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.106s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 69.0% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 38.4% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.8% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.808s coverage: 29.1% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.089s coverage: 95.6% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T00:34:18.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-10T00:34:18.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-10T00:34:18.608Z] GO111MODULE=on go vet ./... [2021-03-10T00:34:45.356Z] gofmt -l . [2021-03-10T00:34:45.356Z] [ "`gofmt -l .`" = "" ] [2021-03-10T00:34:45.931Z] ./bin/test-go-mod-tidy.sh [2021-03-10T00:34:46.511Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T00:34:47.406Z] + ls -al . [2021-03-10T00:34:47.407Z] total 736 [2021-03-10T00:34:47.407Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 00:34 . [2021-03-10T00:34:47.407Z] drwxr-xr-x 4 root root 28 Mar 10 00:33 .. [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 00:31 .dockerignore [2021-03-10T00:34:47.407Z] drwxrwxr-x 8 1001 1001 179 Mar 10 00:31 .git [2021-03-10T00:34:47.407Z] drwxrwxr-x 3 1001 1001 125 Mar 10 00:31 .github [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 00:31 .gitignore [2021-03-10T00:34:47.407Z] drwx------ 3 1001 1001 60 Mar 10 00:31 .semver [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 00:31 .sonarcloud.properties [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 00:31 Attribution.txt [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:31 CONTRIBUTING.md [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 00:31 Dockerfile.build [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 00:31 Jenkinsfile [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:31 LICENSE [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 00:31 Makefile [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 00:31 README.md [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 00:31 SECURITY.md [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 00:31 VERSION [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 00:31 ZMQWindows.md [2021-03-10T00:34:47.407Z] drwxrwxr-x 2 1001 1001 117 Mar 10 00:31 bin [2021-03-10T00:34:47.407Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 00:31 cmd [2021-03-10T00:34:47.407Z] -rw-r--r-- 1 root root 624012 Mar 10 00:34 coverage.out [2021-03-10T00:34:47.407Z] -rw-r--r-- 1 root root 1055 Mar 10 00:34 go.mod [2021-03-10T00:34:47.407Z] -rw-r--r-- 1 root root 21981 Mar 10 00:34 go.sum [2021-03-10T00:34:47.407Z] drwxrwxr-x 8 1001 1001 127 Mar 10 00:31 internal [2021-03-10T00:34:47.407Z] drwxrwxr-x 4 1001 1001 26 Mar 10 00:31 openapi [2021-03-10T00:34:47.407Z] drwxrwxr-x 4 1001 1001 71 Mar 10 00:31 snap [2021-03-10T00:34:47.407Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 00:31 version.go [Pipeline] sh [2021-03-10T00:34:47.708Z] + '[' -e coverage.out ] [2021-03-10T00:34:47.709Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T00:34:48.937Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T00:34:49.249Z] + make build [2021-03-10T00:34:49.249Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T00:34:54.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T00:35:02.858Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T00:35:04.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T00:35:05.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T00:35:06.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T00:35:08.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T00:35:09.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T00:35:10.494Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29230 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [2021-03-10T00:35:10.553Z] 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 [Pipeline] ws [2021-03-10T00:35:10.575Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-10T00:35:11.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T00:35:12.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T00:35:14.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T00:35:15.619Z] using credential edgex-jenkins-ssh [2021-03-10T00:35:15.681Z] Cloning the remote Git repository [Pipeline] } [2021-03-10T00:35:16.319Z] $ docker stop --time=1 ef6042189c14e37260b559cbeea9abfd4fe7d27ac6231cec56390e496797030d [2021-03-10T00:35:15.743Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:35:15.854Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-10T00:35:15.921Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:35:15.922Z] > git --version # timeout=10 [2021-03-10T00:35:15.940Z] > git --version # 'git version 2.17.1' [2021-03-10T00:35:15.941Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:35:15.991Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:35:18.102Z] $ docker rm -f ef6042189c14e37260b559cbeea9abfd4fe7d27ac6231cec56390e496797030d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:35:19.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T00:35:19.956Z] [2021-03-10T00:35:19.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:35:20.302Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T00:35:20.302Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-10T00:35:20.302Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-10T00:35:20.302Z] ca9280d653b3: Pulling fs layer [2021-03-10T00:35:20.302Z] 7e9c9ca2126c: Pulling fs layer [2021-03-10T00:35:20.883Z] cbdbe7a5bc2a: Download complete [2021-03-10T00:35:21.148Z] ca9280d653b3: Verifying Checksum [2021-03-10T00:35:21.148Z] ca9280d653b3: Download complete [2021-03-10T00:35:21.412Z] cbdbe7a5bc2a: Pull complete [2021-03-10T00:35:22.376Z] 7e9c9ca2126c: Download complete [2021-03-10T00:35:22.376Z] ca9280d653b3: Pull complete [2021-03-10T00:35:29.010Z] 7e9c9ca2126c: Pull complete [2021-03-10T00:35:29.010Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-10T00:35:29.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T00:35:29.010Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-10T00:35:29.152Z] prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container [2021-03-10T00:35:29.222Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T00:35:32.457Z] $ docker top c26d1438c56c7e6dcb37df2bc133784a51515f2baffd90de0aaab3187cee7c93 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:35:32.969Z] + docker-compose build --help [2021-03-10T00:35:32.969Z] + grep parallel [2021-03-10T00:35:34.036Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T00:35:34.085Z] $ docker stop --time=1 c26d1438c56c7e6dcb37df2bc133784a51515f2baffd90de0aaab3187cee7c93 [2021-03-10T00:35:35.554Z] $ docker rm -f c26d1438c56c7e6dcb37df2bc133784a51515f2baffd90de0aaab3187cee7c93 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:35:36.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T00:35:36.259Z] . [Pipeline] withDockerContainer [2021-03-10T00:35:36.367Z] prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container [2021-03-10T00:35:36.431Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T00:35:37.247Z] $ docker top a93f0d36e5e6b3b65c0702b963802f85b16004393a225d0f3daa1bf3dd29a240 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:35:37.734Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T00:35:38.683Z] Building docker-core-command-go ... [2021-03-10T00:35:38.683Z] Building docker-core-data-go ... [2021-03-10T00:35:38.683Z] Building docker-core-metadata-go ... [2021-03-10T00:35:38.683Z] Building docker-security-bootstrapper-go ... [2021-03-10T00:35:38.683Z] Building docker-security-proxy-setup-go ... [2021-03-10T00:35:38.683Z] Building docker-security-secretstore-setup-go ... [2021-03-10T00:35:38.683Z] Building docker-support-notifications-go ... [2021-03-10T00:35:38.683Z] Building docker-support-scheduler-go ... [2021-03-10T00:35:38.683Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T00:35:38.683Z] Building docker-support-notifications-go [2021-03-10T00:35:38.683Z] Building docker-support-scheduler-go [2021-03-10T00:35:38.683Z] Building docker-security-proxy-setup-go [2021-03-10T00:35:38.683Z] Building docker-core-metadata-go [2021-03-10T00:35:38.683Z] Building docker-security-secretstore-setup-go [2021-03-10T00:35:40.592Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-10T00:35:41.381Z] Merge succeeded, producing e3042567fe051c6835b837e033aae9b56b1ecde4 [2021-03-10T00:35:41.382Z] Checking out Revision e3042567fe051c6835b837e033aae9b56b1ecde4 (PR-3223) [2021-03-10T00:35:39.600Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:35:39.622Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:35:39.649Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:35:39.699Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:35:39.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:35:39.716Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T00:35:40.620Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:35:40.641Z] > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [2021-03-10T00:35:40.985Z] > git remote # timeout=10 [2021-03-10T00:35:41.004Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T00:35:41.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:35:41.030Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-10T00:35:41.325Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T00:35:41.408Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:35:41.431Z] > git checkout -f e3042567fe051c6835b837e033aae9b56b1ecde4 # timeout=10 [2021-03-10T00:35:46.028Z] Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" [2021-03-10T00:35:46.046Z] > git rev-list --no-walk 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T00:35:47.617Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:35:48.049Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:35:48.399Z] + sudo service+ docker restart [2021-03-10T00:35:48.399Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T00:35:50.572Z] provisioning config files... [2021-03-10T00:35:50.619Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4268031678373248355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:35:51.058Z] ---> docker-login.sh [2021-03-10T00:35:51.058Z] nexus3.edgexfoundry.org:10001 [2021-03-10T00:35:52.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:52.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:52.318Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:52.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:52.318Z] [2021-03-10T00:35:52.318Z] Login Succeeded [2021-03-10T00:35:52.318Z] nexus3.edgexfoundry.org:10002 [2021-03-10T00:35:52.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:52.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:52.919Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:52.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:52.919Z] [2021-03-10T00:35:52.919Z] Login Succeeded [2021-03-10T00:35:52.919Z] nexus3.edgexfoundry.org:10003 [2021-03-10T00:35:53.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:53.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:53.517Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:53.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:53.517Z] [2021-03-10T00:35:53.517Z] Login Succeeded [2021-03-10T00:35:53.517Z] nexus3.edgexfoundry.org:10004 [2021-03-10T00:35:54.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:54.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:54.124Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:54.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:54.124Z] [2021-03-10T00:35:54.124Z] Login Succeeded [2021-03-10T00:35:54.124Z] docker.io [2021-03-10T00:35:54.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:35:54.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:35:54.998Z] Configure a credential helper to remove this warning. See [2021-03-10T00:35:54.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:35:54.998Z] [2021-03-10T00:35:54.998Z] Login Succeeded [2021-03-10T00:35:54.998Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T00:35:55.017Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T00:35:55.494Z] ========================================================= [2021-03-10T00:35:55.494Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T00:35:55.494Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:35:55.885Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-10T00:35:58.529Z] Sending build context to Docker daemon 166.7MB [2021-03-10T00:35:58.529Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T00:35:58.529Z] Step 2/6 : FROM ${BASE} [2021-03-10T00:35:58.529Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T00:35:58.529Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T00:35:58.529Z] a4357932f1b6: Pulling fs layer [2021-03-10T00:35:58.529Z] 18c013af1878: Pulling fs layer [2021-03-10T00:35:58.529Z] 00ac8860ef70: Pulling fs layer [2021-03-10T00:35:58.529Z] 63d7cb157983: Pulling fs layer [2021-03-10T00:35:58.529Z] b116817d02f9: Pulling fs layer [2021-03-10T00:35:58.529Z] 745a02a5169b: Pulling fs layer [2021-03-10T00:35:58.529Z] 00ac8860ef70: Waiting [2021-03-10T00:35:58.529Z] 63d7cb157983: Waiting [2021-03-10T00:35:58.529Z] b116817d02f9: Waiting [2021-03-10T00:35:58.529Z] 745a02a5169b: Waiting [2021-03-10T00:35:58.529Z] 18c013af1878: Verifying Checksum [2021-03-10T00:35:58.529Z] 18c013af1878: Download complete [2021-03-10T00:35:58.529Z] a4357932f1b6: Verifying Checksum [2021-03-10T00:35:58.529Z] a4357932f1b6: Download complete [2021-03-10T00:35:58.529Z] 63d7cb157983: Download complete [2021-03-10T00:35:58.529Z] b116817d02f9: Verifying Checksum [2021-03-10T00:35:58.529Z] b116817d02f9: Download complete [2021-03-10T00:35:58.529Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T00:35:58.529Z] 5f621e34cdf4: Download complete [2021-03-10T00:35:59.136Z] 5f621e34cdf4: Pull complete [2021-03-10T00:35:59.779Z] a4357932f1b6: Pull complete [2021-03-10T00:36:00.060Z] 18c013af1878: Pull complete [2021-03-10T00:36:01.056Z] 745a02a5169b: Verifying Checksum [2021-03-10T00:36:01.056Z] 745a02a5169b: Download complete [2021-03-10T00:36:02.042Z] 00ac8860ef70: Verifying Checksum [2021-03-10T00:36:02.042Z] 00ac8860ef70: Download complete [2021-03-10T00:36:12.205Z] 00ac8860ef70: Pull complete [2021-03-10T00:36:12.205Z] 63d7cb157983: Pull complete [2021-03-10T00:36:12.482Z] b116817d02f9: Pull complete [2021-03-10T00:36:16.802Z] 745a02a5169b: Pull complete [2021-03-10T00:36:16.802Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T00:36:16.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T00:36:16.803Z] ---> b7e6874047d6 [2021-03-10T00:36:16.803Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-10T00:36:17.661Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:36:17.661Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:36:17.661Z] ---> de932463ccee [2021-03-10T00:36:17.661Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T00:36:17.661Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:36:17.661Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:36:17.661Z] ---> de932463ccee [2021-03-10T00:36:17.661Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T00:36:17.661Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:36:17.661Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:36:17.661Z] ---> de932463ccee [2021-03-10T00:36:17.661Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T00:36:17.661Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:36:17.661Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:36:17.661Z] ---> de932463ccee [2021-03-10T00:36:17.661Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:36:17.661Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:36:17.661Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:36:17.661Z] ---> de932463ccee [2021-03-10T00:36:17.661Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T00:36:17.661Z] ---> Running in 76f0619eaae1 [2021-03-10T00:36:17.661Z] ---> Running in 815d75d83913 [2021-03-10T00:36:17.661Z] ---> Running in 7817803ab018 [2021-03-10T00:36:17.661Z] ---> Running in 2d1fe50f44ae [2021-03-10T00:36:17.661Z] ---> Running in 0ff3977b1767 [2021-03-10T00:36:17.661Z] Removing intermediate container 0ff3977b1767 [2021-03-10T00:36:17.661Z] ---> 4e8823920eca [2021-03-10T00:36:17.661Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:36:17.661Z] Removing intermediate container 2d1fe50f44ae [2021-03-10T00:36:17.661Z] ---> a6807356f01e [2021-03-10T00:36:17.661Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:36:17.661Z] Removing intermediate container 7817803ab018 [2021-03-10T00:36:17.661Z] ---> 4a4ac6c733b2 [2021-03-10T00:36:17.661Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:36:17.661Z] Removing intermediate container 76f0619eaae1 [2021-03-10T00:36:17.661Z] ---> 93c0b4f8b6d4 [2021-03-10T00:36:17.661Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:36:17.661Z] Removing intermediate container 815d75d83913 [2021-03-10T00:36:17.661Z] ---> 7fd6b151257e [2021-03-10T00:36:17.661Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:36:17.661Z] ---> Running in 9b45e1e16ab2 [2021-03-10T00:36:17.661Z] ---> Running in 00288f53ce24 [2021-03-10T00:36:17.661Z] ---> Running in 2cba31769e96 [2021-03-10T00:36:17.661Z] ---> Running in 05b4c1733e83 [2021-03-10T00:36:17.661Z] ---> Running in 416d6a435071 [2021-03-10T00:36:18.621Z] Removing intermediate container 2cba31769e96 [2021-03-10T00:36:18.621Z] ---> bf259946e336 [2021-03-10T00:36:18.621Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T00:36:18.621Z] Removing intermediate container 9b45e1e16ab2 [2021-03-10T00:36:18.621Z] ---> 2ced975ee480 [2021-03-10T00:36:18.621Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T00:36:18.621Z] Removing intermediate container 416d6a435071 [2021-03-10T00:36:18.621Z] ---> 8087b17afe75 [2021-03-10T00:36:18.621Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T00:36:18.621Z] ---> Running in 9270fb5f02b2 [2021-03-10T00:36:18.621Z] ---> Running in 65ad60dda67b [2021-03-10T00:36:18.621Z] ---> Running in 65639660c868 [2021-03-10T00:36:18.884Z] Removing intermediate container 00288f53ce24 [2021-03-10T00:36:18.884Z] ---> b862a2db45d2 [2021-03-10T00:36:18.884Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T00:36:18.884Z] Removing intermediate container 05b4c1733e83 [2021-03-10T00:36:18.884Z] ---> f5f45720524c [2021-03-10T00:36:18.884Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T00:36:19.146Z] ---> Running in 44545dd441d8 [2021-03-10T00:36:19.146Z] ---> Running in d9d348a9f195 [2021-03-10T00:36:20.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.181Z] ---> Running in 2f7157c8b0bb [2021-03-10T00:36:20.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:36:20.947Z] OK: 233 MiB in 51 packages [2021-03-10T00:36:20.947Z] OK: 233 MiB in 51 packages [2021-03-10T00:36:21.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:36:21.209Z] OK: 233 MiB in 51 packages [2021-03-10T00:36:21.785Z] Removing intermediate container 65ad60dda67b [2021-03-10T00:36:21.785Z] ---> f25328211990 [2021-03-10T00:36:21.785Z] Step 6/22 : COPY go.mod . [2021-03-10T00:36:21.785Z] Removing intermediate container 9270fb5f02b2 [2021-03-10T00:36:21.785Z] ---> 8d356d866501 [2021-03-10T00:36:21.785Z] Step 6/21 : COPY go.mod . [2021-03-10T00:36:21.785Z] OK: 233 MiB in 51 packages [2021-03-10T00:36:21.785Z] OK: 233 MiB in 51 packages [2021-03-10T00:36:22.050Z] Removing intermediate container 65639660c868 [2021-03-10T00:36:22.050Z] ---> be83ec654a03 [2021-03-10T00:36:22.050Z] Step 6/24 : COPY go.mod . [2021-03-10T00:36:22.050Z] ---> 4d880f9cf95a [2021-03-10T00:36:22.050Z] Step 7/22 : RUN go mod download [2021-03-10T00:36:22.050Z] ---> 7cd66a7285be [2021-03-10T00:36:22.050Z] Step 7/21 : RUN go mod download [2021-03-10T00:36:22.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:36:22.313Z] ---> Running in 0ad6888068a2 [2021-03-10T00:36:22.313Z] ---> Running in adbc6d789f88 [2021-03-10T00:36:22.576Z] ---> c75afdab62f4 [2021-03-10T00:36:22.576Z] Step 7/24 : RUN go mod download [2021-03-10T00:36:22.838Z] ---> Running in 242d1ff88a60 [2021-03-10T00:36:22.838Z] Removing intermediate container 44545dd441d8 [2021-03-10T00:36:22.839Z] ---> 68968228c091 [2021-03-10T00:36:22.839Z] Step 6/22 : COPY go.mod . [2021-03-10T00:36:22.839Z] Removing intermediate container d9d348a9f195 [2021-03-10T00:36:22.839Z] ---> 4beed1bab811 [2021-03-10T00:36:22.839Z] Step 6/23 : COPY go.mod . [2021-03-10T00:36:23.117Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T00:36:23.391Z] (2/12) Installing file (5.38-r0) [2021-03-10T00:36:23.391Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T00:36:23.437Z] ---> 8804d4300ff3 [2021-03-10T00:36:23.437Z] Step 7/22 : RUN go mod download [2021-03-10T00:36:23.437Z] ---> 91fc1165dc03 [2021-03-10T00:36:23.437Z] Step 7/23 : RUN go mod download [2021-03-10T00:36:23.437Z] ---> Running in 5eaa2224b283 [2021-03-10T00:36:23.667Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T00:36:23.705Z] ---> Running in f02186c33d83 [2021-03-10T00:36:25.654Z] Removing intermediate container 242d1ff88a60 [2021-03-10T00:36:25.654Z] ---> a3fd830c0335 [2021-03-10T00:36:25.654Z] Step 8/24 : COPY . . [2021-03-10T00:36:25.654Z] Removing intermediate container adbc6d789f88 [2021-03-10T00:36:25.654Z] ---> 4b4b99d9abb5 [2021-03-10T00:36:25.654Z] Step 8/22 : COPY . . [2021-03-10T00:36:25.654Z] Removing intermediate container 0ad6888068a2 [2021-03-10T00:36:25.654Z] ---> 3668e42e07d1 [2021-03-10T00:36:25.654Z] Step 8/21 : COPY . . [2021-03-10T00:36:25.654Z] Removing intermediate container 5eaa2224b283 [2021-03-10T00:36:25.654Z] ---> 296ab0eaff7f [2021-03-10T00:36:25.654Z] Step 8/22 : COPY . . [2021-03-10T00:36:25.654Z] Removing intermediate container f02186c33d83 [2021-03-10T00:36:25.654Z] ---> d2a988ef7fe5 [2021-03-10T00:36:25.654Z] Step 8/23 : COPY . . [2021-03-10T00:36:36.067Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T00:36:36.067Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T00:36:36.067Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T00:36:36.067Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T00:36:36.067Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T00:36:36.067Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T00:36:36.067Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T00:36:36.067Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T00:36:36.067Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:36:36.067Z] OK: 217 MiB in 51 packages [2021-03-10T00:36:40.388Z] Removing intermediate container 2f7157c8b0bb [2021-03-10T00:36:40.388Z] ---> e978b734df34 [2021-03-10T00:36:40.388Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T00:36:40.388Z] ---> Running in 9b10686e83d8 [2021-03-10T00:36:40.388Z] Removing intermediate container 9b10686e83d8 [2021-03-10T00:36:40.388Z] ---> a2346df3a86c [2021-03-10T00:36:40.388Z] Step 5/6 : COPY go.mod . [2021-03-10T00:36:41.004Z] ---> 45f5d8c73699 [2021-03-10T00:36:41.005Z] Step 6/6 : RUN go mod download [2021-03-10T00:36:41.279Z] ---> Running in 73c81a670bfd [2021-03-10T00:37:04.776Z] ---> 90d51f287470 [2021-03-10T00:37:04.776Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T00:37:04.776Z] ---> b923fdf56739 [2021-03-10T00:37:04.776Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T00:37:04.776Z] ---> 78ba945fcc12 [2021-03-10T00:37:04.776Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T00:37:04.776Z] ---> cff8bd2d3d7d [2021-03-10T00:37:04.776Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T00:37:04.776Z] ---> Running in c01781fd050b [2021-03-10T00:37:04.776Z] ---> Running in 060f76d4c7fc [2021-03-10T00:37:04.776Z] ---> Running in 9023e63b1602 [2021-03-10T00:37:04.776Z] ---> 69c9ed9b211e [2021-03-10T00:37:04.776Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T00:37:04.776Z] ---> Running in 25aff50cffa4 [2021-03-10T00:37:04.776Z] ---> Running in 7942fd76554a [2021-03-10T00:37:04.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T00:37:04.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T00:37:04.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T00:37:04.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T00:37:04.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T00:37:13.626Z] Removing intermediate container 73c81a670bfd [2021-03-10T00:37:13.626Z] ---> 341fb46df1aa [2021-03-10T00:37:13.626Z] Successfully built 341fb46df1aa [2021-03-10T00:37:13.626Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:37:13.967Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T00:37:13.967Z] . [Pipeline] withDockerContainer [2021-03-10T00:37:14.261Z] prd-ubuntu18.04-docker-arm64-4c-16g-29230 does not seem to be running inside a container [2021-03-10T00:37:14.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T00:37:15.822Z] $ docker top 635d6ba81265fff062158d6ec0b918f99eb9d30296a9c0d8bec05bbf30a926cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:37:16.878Z] + go version [2021-03-10T00:37:16.878Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T00:37:16.911Z] $ docker stop --time=1 635d6ba81265fff062158d6ec0b918f99eb9d30296a9c0d8bec05bbf30a926cf [2021-03-10T00:37:18.798Z] $ docker rm -f 635d6ba81265fff062158d6ec0b918f99eb9d30296a9c0d8bec05bbf30a926cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:37:19.829Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T00:37:19.829Z] . [Pipeline] withDockerContainer [2021-03-10T00:37:20.122Z] prd-ubuntu18.04-docker-arm64-4c-16g-29230 does not seem to be running inside a container [2021-03-10T00:37:20.220Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T00:37:21.759Z] $ docker top 2e9facc1b19319292af753c212ea4e825a716f66e4bb300dc21f99ab3a74dd7c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T00:37:22.162Z] ========================================================= [2021-03-10T00:37:22.162Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T00:37:22.162Z] ========================================================= [Pipeline] sh [2021-03-10T00:37:22.818Z] + make test [2021-03-10T00:37:22.818Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T00:37:31.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T00:37:32.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T00:37:44.496Z] Removing intermediate container c01781fd050b [2021-03-10T00:37:44.496Z] ---> e1bb070bbd5b [2021-03-10T00:37:44.496Z] [2021-03-10T00:37:44.496Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T00:37:44.496Z] Removing intermediate container 060f76d4c7fc [2021-03-10T00:37:44.496Z] ---> 6d8630d24b55 [2021-03-10T00:37:44.496Z] [2021-03-10T00:37:44.496Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T00:37:44.496Z] 3.12: Pulling from library/alpine [2021-03-10T00:37:44.496Z] 3.12: Pulling from library/alpine [2021-03-10T00:37:44.496Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T00:37:44.496Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T00:37:44.496Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T00:37:44.496Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T00:37:44.496Z] ---> 88dd2752d2ea [2021-03-10T00:37:44.496Z] ---> 88dd2752d2ea [2021-03-10T00:37:44.496Z] Step 11/21 : RUN apk add --update --no-cache curlStep 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T00:37:44.496Z] [2021-03-10T00:37:48.714Z] ---> Running in 77e62f507a3a [2021-03-10T00:37:48.714Z] ---> Running in 614cfadf7c3e [2021-03-10T00:37:48.714Z] Removing intermediate container 9023e63b1602 [2021-03-10T00:37:48.714Z] ---> 6f3432f801a5 [2021-03-10T00:37:48.714Z] [2021-03-10T00:37:48.714Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T00:37:48.714Z] ---> 88dd2752d2ea [2021-03-10T00:37:48.714Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:37:48.714Z] Removing intermediate container 25aff50cffa4 [2021-03-10T00:37:48.714Z] ---> d29636231c9d [2021-03-10T00:37:48.714Z] [2021-03-10T00:37:48.714Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T00:37:48.714Z] ---> 88dd2752d2ea [2021-03-10T00:37:48.714Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T00:37:48.714Z] Removing intermediate container 7942fd76554a [2021-03-10T00:37:48.714Z] ---> ec26c24e61b0 [2021-03-10T00:37:48.714Z] [2021-03-10T00:37:48.714Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:37:48.714Z] ---> 88dd2752d2ea [2021-03-10T00:37:48.714Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:37:48.976Z] ---> Running in e10667eeaa85 [2021-03-10T00:37:48.976Z] ---> Running in 50b342eb7e6e [2021-03-10T00:37:48.976Z] ---> Running in 7ff7c8d35ce8 [2021-03-10T00:37:49.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:49.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:49.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:49.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:49.663Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T00:37:49.817Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T00:37:49.817Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T00:37:49.817Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:37:49.817Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T00:37:49.817Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T00:37:49.817Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:37:49.817Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T00:37:49.817Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T00:37:49.817Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T00:37:49.817Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:37:49.817Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:37:49.817Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:37:49.817Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:37:50.088Z] OK: 7 MiB in 18 packages [2021-03-10T00:37:50.088Z] OK: 7 MiB in 19 packages [2021-03-10T00:37:50.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:50.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:50.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:50.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:50.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:50.352Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T00:37:50.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:37:50.352Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:37:50.352Z] OK: 6 MiB in 15 packages [2021-03-10T00:37:50.352Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T00:37:50.352Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:37:50.352Z] OK: 6 MiB in 15 packages [2021-03-10T00:37:50.352Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T00:37:50.616Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T00:37:50.616Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:37:50.616Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:37:50.878Z] OK: 6 MiB in 16 packages [2021-03-10T00:37:52.807Z] Removing intermediate container 77e62f507a3a [2021-03-10T00:37:52.807Z] ---> 0170ba755aad [2021-03-10T00:37:52.807Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T00:37:52.807Z] Removing intermediate container 614cfadf7c3e [2021-03-10T00:37:52.807Z] ---> 5b2eb23cf197 [2021-03-10T00:37:52.807Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T00:37:53.382Z] ---> Running in e8700f0b5c07 [2021-03-10T00:37:53.382Z] ---> Running in 4cb482ba04f4 [2021-03-10T00:37:53.382Z] Removing intermediate container 50b342eb7e6e [2021-03-10T00:37:53.382Z] ---> d9194e9e1577 [2021-03-10T00:37:53.382Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:37:53.382Z] Removing intermediate container e10667eeaa85 [2021-03-10T00:37:53.382Z] ---> 8e5f02d14d25 [2021-03-10T00:37:53.382Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:37:53.382Z] ---> Running in 3d59742d8357 [2021-03-10T00:37:53.382Z] Removing intermediate container 7ff7c8d35ce8 [2021-03-10T00:37:53.382Z] ---> fe3a0c993337 [2021-03-10T00:37:53.382Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:37:53.645Z] ---> Running in 920c3978df0d [2021-03-10T00:37:53.645Z] ---> Running in d2bab7192526 [2021-03-10T00:37:53.645Z] Removing intermediate container 4cb482ba04f4 [2021-03-10T00:37:53.645Z] ---> 5564410fac0b [2021-03-10T00:37:53.645Z] Step 13/21 : WORKDIR /edgex [2021-03-10T00:37:53.645Z] Removing intermediate container e8700f0b5c07 [2021-03-10T00:37:53.645Z] ---> 0c0bfe557c14 [2021-03-10T00:37:53.645Z] Step 13/24 : WORKDIR / [2021-03-10T00:37:54.594Z] ---> Running in 5ae3a1161202 [2021-03-10T00:37:54.594Z] Removing intermediate container 3d59742d8357 [2021-03-10T00:37:54.594Z] ---> cc0699156c60 [2021-03-10T00:37:54.594Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T00:37:54.594Z] Removing intermediate container 920c3978df0d [2021-03-10T00:37:54.594Z] ---> 1d991abe5f34 [2021-03-10T00:37:54.594Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T00:37:54.594Z] ---> Running in 5c6b75fbf15b [2021-03-10T00:37:54.594Z] Removing intermediate container d2bab7192526 [2021-03-10T00:37:54.594Z] ---> 496e15ac47c4 [2021-03-10T00:37:54.594Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T00:37:54.594Z] ---> Running in 31f6b5be3225 [2021-03-10T00:37:54.858Z] ---> Running in 1e8d4b5e9101 [2021-03-10T00:37:54.858Z] ---> Running in e26ff6ac0743 [2021-03-10T00:37:54.858Z] Removing intermediate container 5ae3a1161202 [2021-03-10T00:37:54.858Z] ---> cc4735586b69 [2021-03-10T00:37:54.858Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T00:37:55.130Z] Removing intermediate container 5c6b75fbf15b [2021-03-10T00:37:55.130Z] ---> 0c0765dafe5e [2021-03-10T00:37:55.130Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-10T00:37:55.130Z] Removing intermediate container 31f6b5be3225 [2021-03-10T00:37:55.130Z] ---> 05356bd9c438 [2021-03-10T00:37:55.130Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T00:37:55.130Z] Removing intermediate container 1e8d4b5e9101 [2021-03-10T00:37:55.130Z] ---> b2ef0f0fd35b [2021-03-10T00:37:55.130Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T00:37:55.130Z] ---> Running in 4e11c2dd60d3 [2021-03-10T00:37:55.130Z] Removing intermediate container e26ff6ac0743 [2021-03-10T00:37:55.130Z] ---> d90527b51642 [2021-03-10T00:37:55.130Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T00:37:55.393Z] ---> Running in a0a2fb989c82 [2021-03-10T00:37:55.393Z] ---> Running in 049852f1412e [2021-03-10T00:37:55.393Z] ---> a2a1496a2531 [2021-03-10T00:37:55.393Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T00:37:55.393Z] ---> 2177800ad90d [2021-03-10T00:37:55.393Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-10T00:37:55.662Z] Removing intermediate container 4e11c2dd60d3 [2021-03-10T00:37:55.662Z] ---> 5d41f15c6f78 [2021-03-10T00:37:55.662Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:37:55.926Z] Removing intermediate container a0a2fb989c82 [2021-03-10T00:37:55.926Z] ---> 8ad153384874 [2021-03-10T00:37:55.926Z] Step 15/23 : WORKDIR / [2021-03-10T00:37:55.926Z] Removing intermediate container 049852f1412e [2021-03-10T00:37:55.926Z] ---> c13d1098f62a [2021-03-10T00:37:55.926Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:37:55.926Z] ---> Running in 2b6e4fae7313 [2021-03-10T00:37:56.193Z] ---> af4917c7add8 [2021-03-10T00:37:56.193Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T00:37:56.193Z] ---> 21b15f0fccb9 [2021-03-10T00:37:56.193Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T00:37:56.459Z] ---> d9c172f9405b [2021-03-10T00:37:56.459Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T00:37:56.731Z] Removing intermediate container 2b6e4fae7313 [2021-03-10T00:37:56.731Z] ---> 0eeaefa8578c [2021-03-10T00:37:56.731Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:37:56.731Z] ---> 5b4af86a49a4 [2021-03-10T00:37:56.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T00:37:56.731Z] ---> 0652acaeaced [2021-03-10T00:37:56.731Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T00:37:56.731Z] ---> be598fad975b [2021-03-10T00:37:56.731Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T00:37:57.000Z] ---> 2a3a9e768808 [2021-03-10T00:37:57.000Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T00:37:57.262Z] ---> 0f9a15aae10d [2021-03-10T00:37:57.262Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T00:37:57.262Z] ---> Running in 044816ddd5a0 [2021-03-10T00:37:57.262Z] ---> d7de7e96443e [2021-03-10T00:37:57.262Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T00:37:57.536Z] ---> 61b0c251172d [2021-03-10T00:37:57.536Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T00:37:57.536Z] ---> 36f1d6e473f9 [2021-03-10T00:37:57.536Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T00:37:57.536Z] Removing intermediate container 044816ddd5a0 [2021-03-10T00:37:57.536Z] ---> aa42aa1eec79 [2021-03-10T00:37:57.536Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T00:37:57.536Z] ---> Running in b05b6c501a08 [2021-03-10T00:37:57.802Z] ---> Running in 1b21279b3181 [2021-03-10T00:37:58.067Z] ---> bc030bca6364 [2021-03-10T00:37:58.067Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T00:37:58.067Z] ---> 061852e8703b [2021-03-10T00:37:58.067Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T00:37:58.067Z] Removing intermediate container b05b6c501a08 [2021-03-10T00:37:58.067Z] ---> 911d186ef51a [2021-03-10T00:37:58.067Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:37:58.067Z] ---> 80affebdbc73 [2021-03-10T00:37:58.067Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T00:37:58.067Z] ---> Running in 2606ee3ece98 [2021-03-10T00:37:58.067Z] Removing intermediate container 1b21279b3181 [2021-03-10T00:37:58.067Z] ---> 751d1bb51894 [2021-03-10T00:37:58.067Z] Step 19/21 : LABEL arch=x86_64 [2021-03-10T00:37:58.329Z] ---> Running in c3d4136244cf [2021-03-10T00:37:58.591Z] ---> Running in 4336acc613c8 [2021-03-10T00:37:58.592Z] ---> 90dd25c6461e [2021-03-10T00:37:58.592Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T00:37:58.592Z] Removing intermediate container 2606ee3ece98 [2021-03-10T00:37:58.592Z] ---> fddb78c63623 [2021-03-10T00:37:58.592Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:37:58.860Z] ---> bf21663aef8d [2021-03-10T00:37:58.860Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-10T00:37:58.860Z] ---> Running in c95d68e82330 [2021-03-10T00:37:58.860Z] Removing intermediate container c3d4136244cf [2021-03-10T00:37:58.860Z] ---> ea6047de2f23 [2021-03-10T00:37:58.860Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T00:37:58.860Z] ---> Running in 123aff6222fa [2021-03-10T00:37:58.860Z] ---> Running in c753af80baf7 [2021-03-10T00:37:59.125Z] Removing intermediate container 4336acc613c8 [2021-03-10T00:37:59.125Z] ---> f20be5cca2cf [2021-03-10T00:37:59.125Z] Step 20/21 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:37:59.125Z] ---> Running in 6a06c634e45e [2021-03-10T00:37:59.125Z] Removing intermediate container c95d68e82330 [2021-03-10T00:37:59.125Z] ---> 6033d8642702 [2021-03-10T00:37:59.125Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:37:59.388Z] ---> Running in 81eef4fd93e6 [2021-03-10T00:37:59.388Z] Removing intermediate container 123aff6222fa [2021-03-10T00:37:59.388Z] ---> a84be3e74e77 [2021-03-10T00:37:59.388Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T00:37:59.388Z] ---> Running in 19d661af2fcf [2021-03-10T00:37:59.659Z] Removing intermediate container 6a06c634e45e [2021-03-10T00:37:59.659Z] ---> 000d79d99f68 [2021-03-10T00:37:59.659Z] Step 21/22 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:37:59.659Z] Removing intermediate container 81eef4fd93e6 [2021-03-10T00:37:59.659Z] ---> 7a2b780930b8 [2021-03-10T00:37:59.659Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T00:37:59.659Z] ---> Running in a31d4eab0b75 [2021-03-10T00:37:59.659Z] ---> Running in 4307782d21cd [2021-03-10T00:37:59.921Z] ---> Running in 78b42bb9feb5 [2021-03-10T00:37:59.921Z] Removing intermediate container 19d661af2fcf [2021-03-10T00:37:59.921Z] ---> 9d1548ec72d3 [2021-03-10T00:37:59.921Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T00:37:59.921Z] Removing intermediate container a31d4eab0b75 [2021-03-10T00:37:59.921Z] ---> c8cc520b0f35 [2021-03-10T00:37:59.921Z] Step 21/22 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:38:00.183Z] ---> Running in 1b6f5e604e1d [2021-03-10T00:38:00.183Z] ---> Running in d64816be3973 [2021-03-10T00:38:00.183Z] Removing intermediate container 4307782d21cd [2021-03-10T00:38:00.183Z] ---> 764842458f1e [2021-03-10T00:38:00.183Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T00:38:00.449Z] Removing intermediate container 78b42bb9feb5 [2021-03-10T00:38:00.449Z] ---> d0b9063db2e5 [2021-03-10T00:38:00.449Z] [2021-03-10T00:38:00.449Z] ---> Running in 662a5efa983e [2021-03-10T00:38:00.711Z] Removing intermediate container c753af80baf7 [2021-03-10T00:38:00.711Z] ---> 2db0847833db [2021-03-10T00:38:00.711Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T00:38:00.711Z] Removing intermediate container d64816be3973 [2021-03-10T00:38:00.711Z] ---> 25e1b672d5b3 [2021-03-10T00:38:00.711Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T00:38:00.711Z] Removing intermediate container 1b6f5e604e1d [2021-03-10T00:38:00.711Z] ---> 47c61f5ddf30 [2021-03-10T00:38:00.711Z] Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:38:00.711Z] Successfully built d0b9063db2e5 [2021-03-10T00:38:00.977Z] ---> Running in f1c6298b9bc4 [2021-03-10T00:38:00.977Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-10T00:38:00.977Z]  Building docker-security-proxy-setup-go ... done  ---> Running in f4c09e83dcfc [2021-03-10T00:38:00.977Z] Building docker-sys-mgmt-agent-go [2021-03-10T00:38:00.977Z] ---> Running in 8170e4b606a6 [2021-03-10T00:38:00.977Z] Removing intermediate container 662a5efa983e [2021-03-10T00:38:00.977Z] ---> b9a82b617dd2 [2021-03-10T00:38:00.977Z] [2021-03-10T00:38:01.241Z] Removing intermediate container f4c09e83dcfc [2021-03-10T00:38:01.241Z] ---> 6bd2e5f44a9c [2021-03-10T00:38:01.241Z] [2021-03-10T00:38:01.241Z] Successfully built b9a82b617dd2 [2021-03-10T00:38:01.241Z] Removing intermediate container f1c6298b9bc4 [2021-03-10T00:38:01.241Z] ---> 1a045adeda07 [2021-03-10T00:38:01.241Z] Step 22/24 : LABEL arch=x86_64 [2021-03-10T00:38:01.241Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-10T00:38:01.241Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-03-10T00:38:01.241Z] Removing intermediate container 8170e4b606a6 [2021-03-10T00:38:01.241Z] ---> 4eedf42223df [2021-03-10T00:38:01.241Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:38:01.504Z] Successfully built 6bd2e5f44a9c [2021-03-10T00:38:01.504Z] Successfully tagged docker-support-notifications-go:latest [2021-03-10T00:38:01.504Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-10T00:38:01.504Z] ---> Running in e5ca1e9a81a1 [2021-03-10T00:38:01.505Z] ---> Running in d9557fad22a0 [2021-03-10T00:38:01.767Z] Removing intermediate container e5ca1e9a81a1 [2021-03-10T00:38:01.767Z] ---> 789571a2cf60 [2021-03-10T00:38:01.767Z] Step 23/24 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:38:01.767Z] Removing intermediate container d9557fad22a0 [2021-03-10T00:38:01.767Z] ---> 64b557bdee12 [2021-03-10T00:38:01.767Z] [2021-03-10T00:38:01.767Z] ---> Running in 98e65251214a [2021-03-10T00:38:01.767Z] Successfully built 64b557bdee12 [2021-03-10T00:38:02.030Z] Successfully tagged docker-core-metadata-go:latest [2021-03-10T00:38:02.030Z] Building docker-core-command-go [2021-03-10T00:38:02.030Z]  Building docker-core-metadata-go ... done Removing intermediate container 98e65251214a [2021-03-10T00:38:02.030Z] ---> 9644ea72f052 [2021-03-10T00:38:02.030Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T00:38:02.030Z] ---> Running in adebc6b22111 [2021-03-10T00:38:02.292Z] Removing intermediate container adebc6b22111 [2021-03-10T00:38:02.292Z] ---> e87f7962e28a [2021-03-10T00:38:02.292Z] [2021-03-10T00:38:02.563Z] Successfully built e87f7962e28a [2021-03-10T00:38:02.563Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-10T00:38:29.256Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:38:29.256Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:38:29.256Z] ---> de932463ccee [2021-03-10T00:38:29.256Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> 7fd6b151257e [2021-03-10T00:38:29.256Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> 8087b17afe75 [2021-03-10T00:38:29.256Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T00:38:29.256Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:38:29.256Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:38:29.256Z] ---> de932463ccee [2021-03-10T00:38:29.256Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> 7fd6b151257e [2021-03-10T00:38:29.256Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> 8087b17afe75 [2021-03-10T00:38:29.256Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> be83ec654a03 [2021-03-10T00:38:29.256Z] Step 6/31 : COPY go.mod . [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> c75afdab62f4 [2021-03-10T00:38:29.256Z] Step 7/31 : RUN go mod download [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> a3fd830c0335 [2021-03-10T00:38:29.256Z] Step 8/31 : COPY . . [2021-03-10T00:38:29.256Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:38:29.256Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:38:29.256Z] ---> de932463ccee [2021-03-10T00:38:29.256Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> 7fd6b151257e [2021-03-10T00:38:29.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> 8087b17afe75 [2021-03-10T00:38:29.256Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> be83ec654a03 [2021-03-10T00:38:29.256Z] Step 6/23 : COPY go.mod . [2021-03-10T00:38:29.256Z] ---> Using cache [2021-03-10T00:38:29.256Z] ---> c75afdab62f4 [2021-03-10T00:38:29.257Z] Step 7/23 : RUN go mod download [2021-03-10T00:38:29.257Z] ---> Using cache [2021-03-10T00:38:29.257Z] ---> a3fd830c0335 [2021-03-10T00:38:29.257Z] Step 8/23 : COPY . . [2021-03-10T00:38:29.257Z] ---> Using cache [2021-03-10T00:38:29.257Z] ---> b923fdf56739 [2021-03-10T00:38:29.257Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T00:38:29.257Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:38:29.257Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:38:29.257Z] ---> de932463ccee [2021-03-10T00:38:29.257Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:38:29.257Z] ---> Using cache [2021-03-10T00:38:29.257Z] ---> 7fd6b151257e [2021-03-10T00:38:29.257Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:38:29.257Z] ---> Using cache [2021-03-10T00:38:29.257Z] ---> 8087b17afe75 [2021-03-10T00:38:29.257Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T00:38:29.257Z] ---> Using cache [2021-03-10T00:38:29.257Z] ---> b923fdf56739 [2021-03-10T00:38:29.257Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T00:38:29.257Z] ---> Running in 0e29ce0d8332 [2021-03-10T00:38:29.257Z] ---> Running in ebb92853ef35 [2021-03-10T00:38:29.257Z] ---> Running in ffa69d8b61fd [2021-03-10T00:38:29.257Z] ---> Running in 9928d8c81e04 [2021-03-10T00:38:30.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T00:38:30.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T00:38:30.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:38:30.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:38:30.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:38:30.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:38:31.395Z] OK: 233 MiB in 51 packages [2021-03-10T00:38:31.395Z] OK: 233 MiB in 51 packages [2021-03-10T00:38:32.825Z] Removing intermediate container ffa69d8b61fd [2021-03-10T00:38:32.825Z] ---> ff38b22d9cbd [2021-03-10T00:38:32.825Z] Step 6/23 : COPY go.mod . [2021-03-10T00:38:32.825Z] Removing intermediate container 9928d8c81e04 [2021-03-10T00:38:32.825Z] ---> 1c8883eed3ed [2021-03-10T00:38:32.825Z] Step 6/26 : COPY go.mod . [2021-03-10T00:38:33.094Z] ---> 86a0449a678e [2021-03-10T00:38:33.094Z] Step 7/26 : RUN go mod download [2021-03-10T00:38:33.365Z] ---> Running in 99b6a741a049 [2021-03-10T00:38:33.366Z] ---> 3f51050d41a7 [2021-03-10T00:38:33.366Z] Step 7/23 : RUN go mod download [2021-03-10T00:38:33.637Z] ---> Running in 481ba13b0707 [2021-03-10T00:38:37.038Z] Removing intermediate container 99b6a741a049 [2021-03-10T00:38:37.038Z] ---> 65c544c1f351 [2021-03-10T00:38:37.038Z] Step 8/26 : COPY . . [2021-03-10T00:38:37.038Z] Removing intermediate container 481ba13b0707 [2021-03-10T00:38:37.038Z] ---> d4d034633c07 [2021-03-10T00:38:37.038Z] Step 8/23 : COPY . . [2021-03-10T00:38:46.337Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T00:38:50.685Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T00:39:01.934Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T00:39:01.934Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T00:39:04.579Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T00:39:04.579Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T00:39:04.579Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T00:39:04.579Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T00:39:04.727Z] Removing intermediate container 0e29ce0d8332 [2021-03-10T00:39:04.728Z] ---> 29f01cecd2d3 [2021-03-10T00:39:04.728Z] [2021-03-10T00:39:04.728Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T00:39:04.728Z] ---> 88dd2752d2ea [2021-03-10T00:39:04.728Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T00:39:04.728Z] ---> 64a19e0e8c76 [2021-03-10T00:39:04.728Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T00:39:05.303Z] ---> Running in 0712f80ab682 [2021-03-10T00:39:05.303Z] ---> 6aca626e9d4c [2021-03-10T00:39:05.303Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T00:39:05.303Z] ---> Running in f9d88ca40ba1 [2021-03-10T00:39:05.569Z] Removing intermediate container ebb92853ef35 [2021-03-10T00:39:05.569Z] ---> 9a25bb115fd2 [2021-03-10T00:39:05.569Z] [2021-03-10T00:39:05.569Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:39:05.569Z] ---> 88dd2752d2ea [2021-03-10T00:39:05.569Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:39:05.569Z] ---> Using cache [2021-03-10T00:39:05.569Z] ---> 8e5f02d14d25 [2021-03-10T00:39:05.569Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:39:05.569Z] ---> Using cache [2021-03-10T00:39:05.569Z] ---> 1d991abe5f34 [2021-03-10T00:39:05.569Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T00:39:05.569Z] ---> Running in 6c0ebd6005a0 [2021-03-10T00:39:05.569Z] Removing intermediate container 0712f80ab682 [2021-03-10T00:39:05.569Z] ---> a6f5b9767955 [2021-03-10T00:39:05.569Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T00:39:05.836Z] ---> Running in 520dd14d7eab [2021-03-10T00:39:05.836Z] ---> Running in 46718e21967e [2021-03-10T00:39:06.100Z] Removing intermediate container 520dd14d7eab [2021-03-10T00:39:06.100Z] ---> d65952ea19a6 [2021-03-10T00:39:06.100Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T00:39:06.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T00:39:06.384Z] ---> Running in a25592bf630a [2021-03-10T00:39:06.384Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T00:39:06.656Z] Removing intermediate container a25592bf630a [2021-03-10T00:39:06.656Z] ---> 28706484b5e6 [2021-03-10T00:39:06.656Z] Step 15/23 : WORKDIR / [2021-03-10T00:39:06.656Z] ---> Running in 7a38af0131fc [2021-03-10T00:39:06.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:39:06.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:39:06.933Z] Removing intermediate container 7a38af0131fc [2021-03-10T00:39:06.933Z] ---> 7220c4bf5985 [2021-03-10T00:39:06.933Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:39:06.933Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T00:39:06.933Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T00:39:06.933Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:39:07.197Z] OK: 6 MiB in 16 packages [2021-03-10T00:39:07.197Z] ---> 4523ade05add [2021-03-10T00:39:07.197Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T00:39:08.163Z] Removing intermediate container 46718e21967e [2021-03-10T00:39:08.163Z] ---> 4d7de41ea85e [2021-03-10T00:39:08.163Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T00:39:08.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T00:39:08.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T00:39:09.122Z] ---> 62192d204aba [2021-03-10T00:39:09.122Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T00:39:09.122Z] ---> Running in 3e828b7c96a8 [2021-03-10T00:39:09.389Z] ---> 64d05f34f4aa [2021-03-10T00:39:09.389Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T00:39:09.389Z] Removing intermediate container 3e828b7c96a8 [2021-03-10T00:39:09.389Z] ---> 7443b879a5b2 [2021-03-10T00:39:09.389Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T00:39:09.389Z] ---> Running in aa8106a69531 [2021-03-10T00:39:09.664Z] ---> Running in dbae58c97ce4 [2021-03-10T00:39:09.664Z] Removing intermediate container aa8106a69531 [2021-03-10T00:39:09.664Z] ---> c3746e09a8b0 [2021-03-10T00:39:09.664Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:39:09.943Z] ---> Running in 83f4459ece54 [2021-03-10T00:39:09.943Z] Removing intermediate container dbae58c97ce4 [2021-03-10T00:39:09.943Z] ---> 99f06976234c [2021-03-10T00:39:09.943Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T00:39:10.216Z] ---> Running in 68384d71a4f9 [2021-03-10T00:39:10.216Z] Removing intermediate container 83f4459ece54 [2021-03-10T00:39:10.216Z] ---> c108a22ea0a2 [2021-03-10T00:39:10.216Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T00:39:10.485Z] ---> Running in ab90aa110795 [2021-03-10T00:39:11.072Z] Removing intermediate container ab90aa110795 [2021-03-10T00:39:11.072Z] ---> 2384d164c20b [2021-03-10T00:39:11.072Z] Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:39:11.072Z] ---> Running in 7170fc6d4606 [2021-03-10T00:39:11.344Z] Removing intermediate container 7170fc6d4606 [2021-03-10T00:39:11.344Z] ---> 2469bd33be6c [2021-03-10T00:39:11.344Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:39:11.615Z] ---> Running in 85947e819356 [2021-03-10T00:39:12.238Z] Removing intermediate container 85947e819356 [2021-03-10T00:39:12.238Z] ---> a7116fedce3a [2021-03-10T00:39:12.238Z] [2021-03-10T00:39:12.506Z] Removing intermediate container 68384d71a4f9 [2021-03-10T00:39:12.506Z] ---> 6feef5519fa1 [2021-03-10T00:39:12.506Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T00:39:12.506Z] Successfully built a7116fedce3a [2021-03-10T00:39:12.506Z] Successfully tagged docker-core-command-go:latest [2021-03-10T00:39:12.506Z]  Building docker-core-command-go ... done  ---> Running in 1762fe4d4893 [2021-03-10T00:39:13.093Z] Removing intermediate container 1762fe4d4893 [2021-03-10T00:39:13.093Z] ---> 5ff5e118149b [2021-03-10T00:39:13.093Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T00:39:13.367Z] ---> b3e2ceeb67da [2021-03-10T00:39:13.367Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T00:39:13.367Z] ---> Running in 14a7fea28121 [2021-03-10T00:39:15.359Z] Removing intermediate container 14a7fea28121 [2021-03-10T00:39:15.359Z] ---> f421c50e19e9 [2021-03-10T00:39:15.359Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:39:16.803Z] ---> ecfb3c235224 [2021-03-10T00:39:16.803Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T00:39:17.259Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T00:39:17.259Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T00:39:17.259Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T00:39:17.770Z] ---> 449785479798 [2021-03-10T00:39:17.770Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T00:39:18.047Z] ---> 9320330c6a01 [2021-03-10T00:39:18.047Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T00:39:18.636Z] ---> 1ffd2a1c4292 [2021-03-10T00:39:18.636Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T00:39:19.249Z] ---> 8d4f8bb36f79 [2021-03-10T00:39:19.249Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T00:39:19.249Z] ---> Running in 1e8c65ca3a50 [2021-03-10T00:39:19.519Z] Removing intermediate container 1e8c65ca3a50 [2021-03-10T00:39:19.519Z] ---> ebb47dcc56d8 [2021-03-10T00:39:19.519Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T00:39:20.127Z] ---> e3ee8c128be4 [2021-03-10T00:39:20.127Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T00:39:20.400Z] ---> Running in c020f21e752e [2021-03-10T00:39:22.367Z] Removing intermediate container c020f21e752e [2021-03-10T00:39:22.367Z] ---> d0df192aa57a [2021-03-10T00:39:22.367Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T00:39:22.667Z] ---> Running in b7ec819b4e54 [2021-03-10T00:39:22.667Z] Removing intermediate container b7ec819b4e54 [2021-03-10T00:39:22.667Z] ---> 94d87c11f5f5 [2021-03-10T00:39:22.667Z] Step 28/31 : CMD ["gate"] [2021-03-10T00:39:22.936Z] ---> Running in dd859dabb10d [2021-03-10T00:39:23.525Z] Removing intermediate container dd859dabb10d [2021-03-10T00:39:23.525Z] ---> 5bade3a8fb3e [2021-03-10T00:39:23.525Z] Step 29/31 : LABEL arch=x86_64 [2021-03-10T00:39:24.922Z] ---> Running in 63247f6c8c06 [2021-03-10T00:39:24.922Z] Removing intermediate container f9d88ca40ba1 [2021-03-10T00:39:24.922Z] ---> 2d7931bfa566 [2021-03-10T00:39:25.196Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T00:39:25.459Z] ---> Running in 3f0c9b7acfbf [2021-03-10T00:39:25.459Z] Removing intermediate container 63247f6c8c06 [2021-03-10T00:39:25.459Z] ---> 223bf53ec119 [2021-03-10T00:39:25.459Z] Step 30/31 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:39:25.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.343s coverage: 45.9% of statements [2021-03-10T00:39:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T00:39:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T00:39:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T00:39:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T00:39:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T00:39:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T00:39:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T00:39:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements [2021-03-10T00:39:26.035Z] ---> Running in 04bcf7bb4582 [2021-03-10T00:39:27.437Z] Removing intermediate container 04bcf7bb4582 [2021-03-10T00:39:27.437Z] ---> 6931efeda8e0 [2021-03-10T00:39:27.437Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T00:39:27.437Z] ---> Running in 8831a136cb65 [2021-03-10T00:39:27.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T00:39:27.708Z] Removing intermediate container 8831a136cb65 [2021-03-10T00:39:27.708Z] ---> 06852a0f8d18 [2021-03-10T00:39:27.708Z] [2021-03-10T00:39:27.985Z] Successfully built 06852a0f8d18 [2021-03-10T00:39:28.251Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-10T00:39:30.180Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 6c0ebd6005a0 [2021-03-10T00:39:30.180Z] ---> 33ab3a3b98af [2021-03-10T00:39:30.180Z] [2021-03-10T00:39:30.180Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:39:30.180Z] ---> 88dd2752d2ea [2021-03-10T00:39:30.180Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T00:39:30.180Z] Removing intermediate container 3f0c9b7acfbf [2021-03-10T00:39:30.180Z] ---> 0624559cfc96 [2021-03-10T00:39:30.180Z] [2021-03-10T00:39:30.180Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T00:39:30.180Z] ---> Running in 12e47af3b7ae [2021-03-10T00:39:30.443Z] 20.10.0: Pulling from library/docker [2021-03-10T00:39:30.443Z] Removing intermediate container 12e47af3b7ae [2021-03-10T00:39:30.443Z] ---> a8661d8aa474 [2021-03-10T00:39:30.443Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T00:39:30.443Z] ---> Running in e7a5f2619ec5 [2021-03-10T00:39:30.706Z] Removing intermediate container e7a5f2619ec5 [2021-03-10T00:39:30.706Z] ---> 30f736ecb2ca [2021-03-10T00:39:30.706Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T00:39:30.973Z] ---> Running in c0761577aaca [2021-03-10T00:39:31.238Z] Removing intermediate container c0761577aaca [2021-03-10T00:39:31.238Z] ---> e1a1e7114fb7 [2021-03-10T00:39:31.238Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:39:31.825Z] ---> Running in fb6941091a96 [2021-03-10T00:39:32.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.661s coverage: 27.1% of statements [2021-03-10T00:39:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T00:39:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T00:39:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T00:39:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T00:39:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T00:39:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T00:39:32.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-03-10T00:39:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T00:39:32.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2021-03-10T00:39:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T00:39:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T00:39:32.777Z] Removing intermediate container fb6941091a96 [2021-03-10T00:39:32.777Z] ---> af41194ecaa2 [2021-03-10T00:39:32.777Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T00:39:33.040Z] ---> Running in 112c57ce3e4a [2021-03-10T00:39:33.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:39:34.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:39:34.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.386s coverage: 71.3% of statements [2021-03-10T00:39:34.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T00:39:34.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T00:39:35.221Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T00:39:35.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.473s coverage: 82.9% of statements [2021-03-10T00:39:35.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T00:39:35.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:39:35.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements [2021-03-10T00:39:35.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T00:39:35.484Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T00:39:35.484Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T00:39:35.748Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T00:39:36.013Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T00:39:36.013Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T00:39:36.013Z] ---> aefe523efa57 [2021-03-10T00:39:36.013Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T00:39:36.282Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T00:39:36.282Z] ---> Running in 38bc1eafa9c3 [2021-03-10T00:39:36.282Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T00:39:36.545Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:39:36.545Z] OK: 8 MiB in 20 packages [2021-03-10T00:39:36.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:39:36.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:39:37.081Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T00:39:37.081Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T00:39:37.081Z] Removing intermediate container 112c57ce3e4a [2021-03-10T00:39:37.081Z] ---> 47da594f4a7a [2021-03-10T00:39:37.081Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:39:37.081Z] Executing bash-5.0.17-r0.post-install [2021-03-10T00:39:37.081Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:39:37.081Z] OK: 12 MiB in 22 packages [2021-03-10T00:39:37.345Z] ---> 35ad017458d6 [2021-03-10T00:39:37.345Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T00:39:37.618Z] Removing intermediate container 38bc1eafa9c3 [2021-03-10T00:39:37.618Z] ---> bd0978182912 [2021-03-10T00:39:37.618Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T00:39:37.880Z] ---> Running in 9049121ee48e [2021-03-10T00:39:38.144Z] Removing intermediate container 9049121ee48e [2021-03-10T00:39:38.144Z] ---> 0818bebd906e [2021-03-10T00:39:38.144Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T00:39:38.144Z] ---> 1ef5e599431e [2021-03-10T00:39:38.144Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T00:39:38.144Z] ---> Running in de4aed4fce5b [2021-03-10T00:39:38.144Z] Removing intermediate container de4aed4fce5b [2021-03-10T00:39:38.144Z] ---> 380fd3762782 [2021-03-10T00:39:38.144Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T00:39:38.406Z] ---> Running in fe8d9e4b436a [2021-03-10T00:39:38.406Z] ---> 39f59ed3a1b8 [2021-03-10T00:39:38.406Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T00:39:38.406Z] ---> Running in 45d595f74dff [2021-03-10T00:39:38.406Z] Removing intermediate container fe8d9e4b436a [2021-03-10T00:39:38.406Z] ---> 3fe6eb18bd18 [2021-03-10T00:39:38.406Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T00:39:38.668Z] Removing intermediate container 45d595f74dff [2021-03-10T00:39:38.668Z] ---> 6cfed0908cae [2021-03-10T00:39:38.668Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:39:38.668Z] ---> Running in 350ae11563c5 [2021-03-10T00:39:38.935Z] Removing intermediate container 350ae11563c5 [2021-03-10T00:39:38.935Z] ---> 00ece454d433 [2021-03-10T00:39:38.935Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T00:39:38.935Z] ---> Running in ff680e6f4ea7 [2021-03-10T00:39:38.935Z] ---> 5806022218ee [2021-03-10T00:39:38.935Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T00:39:39.198Z] Removing intermediate container ff680e6f4ea7 [2021-03-10T00:39:39.198Z] ---> 4a06062b3610 [2021-03-10T00:39:39.198Z] Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:39:39.198Z] ---> Running in 20deda0ca79b [2021-03-10T00:39:39.198Z] ---> dd85483ac30d [2021-03-10T00:39:39.198Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T00:39:39.461Z] Removing intermediate container 20deda0ca79b [2021-03-10T00:39:39.461Z] ---> a3298afaf4c0 [2021-03-10T00:39:39.461Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:39:39.461Z] ---> Running in 4859b3551cd9 [2021-03-10T00:39:39.723Z] ---> f5a7300254ee [2021-03-10T00:39:39.723Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T00:39:39.723Z] Removing intermediate container 4859b3551cd9 [2021-03-10T00:39:39.723Z] ---> f7fe6cd1219b [2021-03-10T00:39:39.723Z] [2021-03-10T00:39:39.723Z] ---> Running in 91fe92f48775 [2021-03-10T00:39:39.985Z] Successfully built f7fe6cd1219b [2021-03-10T00:39:39.985Z] Successfully tagged docker-core-data-go:latest [2021-03-10T00:39:40.248Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:39:40.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:39:40.510Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T00:39:40.510Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T00:39:40.510Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T00:39:40.510Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T00:39:40.510Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T00:39:40.510Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T00:39:40.510Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T00:39:41.456Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T00:39:41.456Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T00:39:41.456Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T00:39:41.456Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T00:39:41.456Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T00:39:41.456Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T00:39:41.456Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T00:39:41.719Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T00:39:41.719Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T00:39:41.719Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T00:39:41.719Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T00:39:41.719Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T00:39:41.719Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T00:39:41.719Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T00:39:41.719Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T00:39:41.719Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T00:39:41.719Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T00:39:41.719Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T00:39:41.719Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T00:39:41.719Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T00:39:41.719Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T00:39:41.719Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T00:39:41.719Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T00:39:41.719Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T00:39:41.719Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T00:39:41.719Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T00:39:41.980Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:39:41.980Z] OK: 71 MiB in 55 packages [2021-03-10T00:39:47.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.251s coverage: 28.6% of statements [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T00:39:47.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T00:39:47.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T00:39:47.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.391s coverage: 86.7% of statements [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T00:39:47.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T00:39:47.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T00:39:47.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T00:39:52.003Z] Removing intermediate container 91fe92f48775 [2021-03-10T00:39:52.003Z] ---> 84559e1a023d [2021-03-10T00:39:52.003Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T00:39:52.003Z] ---> Running in b4d35116bc9c [2021-03-10T00:39:52.948Z] Collecting docker-compose==1.23.2 [2021-03-10T00:39:52.948Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T00:39:52.948Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T00:39:52.948Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T00:39:53.894Z] Collecting PyYAML<4,>=3.10 [2021-03-10T00:39:53.894Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T00:39:54.469Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T00:39:54.469Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T00:39:55.046Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T00:39:55.046Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T00:39:55.046Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T00:39:55.046Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T00:39:55.313Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T00:39:55.313Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T00:39:55.313Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-10T00:39:55.575Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T00:39:55.575Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T00:39:56.149Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T00:39:56.149Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T00:39:56.149Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T00:39:56.149Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T00:39:56.411Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T00:39:56.411Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T00:39:56.411Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-10T00:39:56.411Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-10T00:39:56.411Z] Collecting idna<2.8,>=2.5 [2021-03-10T00:39:56.411Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T00:39:56.672Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T00:39:56.672Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T00:39:56.672Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T00:39:56.672Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T00:39:56.672Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T00:39:56.672Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T00:39:56.672Z] Installing collected packages: docopt, PyYAML, texttable, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, docker-compose [2021-03-10T00:39:56.672Z] Running setup.py install for docopt: started [2021-03-10T00:39:57.245Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T00:39:57.245Z] Running setup.py install for PyYAML: started [2021-03-10T00:39:57.819Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T00:39:57.819Z] Running setup.py install for texttable: started [2021-03-10T00:39:58.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.425s coverage: 92.8% of statements [2021-03-10T00:39:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T00:39:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:39:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T00:39:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T00:39:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T00:39:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T00:39:58.078Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T00:39:58.078Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T00:39:58.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T00:39:58.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 47.1% of statements [2021-03-10T00:39:58.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2021-03-10T00:39:58.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.103s coverage: 94.1% of statements [2021-03-10T00:39:58.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements [2021-03-10T00:39:58.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-03-10T00:39:58.082Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T00:39:58.343Z] Attempting uninstall: idna [2021-03-10T00:39:58.343Z] Found existing installation: idna 2.9 [2021-03-10T00:39:58.343Z] Uninstalling idna-2.9: [2021-03-10T00:39:58.343Z] Successfully uninstalled idna-2.9 [2021-03-10T00:39:58.605Z] Attempting uninstall: urllib3 [2021-03-10T00:39:58.605Z] Found existing installation: urllib3 1.25.9 [2021-03-10T00:39:58.605Z] Uninstalling urllib3-1.25.9: [2021-03-10T00:39:58.605Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T00:39:58.866Z] Attempting uninstall: requests [2021-03-10T00:39:58.866Z] Found existing installation: requests 2.23.0 [2021-03-10T00:39:58.866Z] Uninstalling requests-2.23.0: [2021-03-10T00:39:58.866Z] Successfully uninstalled requests-2.23.0 [2021-03-10T00:39:59.129Z] Running setup.py install for dockerpty: started [2021-03-10T00:39:59.702Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T00:39:59.966Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-10T00:40:04.188Z] Removing intermediate container b4d35116bc9c [2021-03-10T00:40:04.188Z] ---> a0992f825d04 [2021-03-10T00:40:04.188Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T00:40:04.188Z] ---> Running in 2725f3916462 [2021-03-10T00:40:04.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:40:04.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:40:04.451Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:40:04.451Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T00:40:04.451Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T00:40:04.451Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:40:04.451Z] OK: 72 MiB in 58 packages [2021-03-10T00:40:05.030Z] Removing intermediate container 2725f3916462 [2021-03-10T00:40:05.030Z] ---> 3d392a0e806a [2021-03-10T00:40:05.030Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T00:40:05.030Z] ---> Running in a9f8dc30b3e4 [2021-03-10T00:40:05.030Z] Removing intermediate container a9f8dc30b3e4 [2021-03-10T00:40:05.030Z] ---> d4232649bbf4 [2021-03-10T00:40:05.030Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:40:05.030Z] ---> Running in b6380e3aeacf [2021-03-10T00:40:05.298Z] Removing intermediate container b6380e3aeacf [2021-03-10T00:40:05.298Z] ---> 423cf5b72eba [2021-03-10T00:40:05.298Z] Step 24/26 : LABEL arch=x86_64 [2021-03-10T00:40:05.298Z] ---> Running in 5a720c52323e [2021-03-10T00:40:05.558Z] Removing intermediate container 5a720c52323e [2021-03-10T00:40:05.558Z] ---> 8b41cff5c55e [2021-03-10T00:40:05.558Z] Step 25/26 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:40:05.558Z] ---> Running in 4d67d2b1b788 [2021-03-10T00:40:05.820Z] Removing intermediate container 4d67d2b1b788 [2021-03-10T00:40:05.820Z] ---> a8ccf28a7aa9 [2021-03-10T00:40:05.820Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T00:40:05.820Z] ---> Running in f6db2e20ea8b [2021-03-10T00:40:06.083Z] Removing intermediate container f6db2e20ea8b [2021-03-10T00:40:06.083Z] ---> 9c8e0efa13f7 [2021-03-10T00:40:06.083Z] [2021-03-10T00:40:06.083Z] Successfully built 9c8e0efa13f7 [2021-03-10T00:40:06.083Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-10T00:40:06.355Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T00:40:06.374Z] $ docker stop --time=1 a93f0d36e5e6b3b65c0702b963802f85b16004393a225d0f3daa1bf3dd29a240 [2021-03-10T00:40:08.022Z] $ docker rm -f a93f0d36e5e6b3b65c0702b963802f85b16004393a225d0f3daa1bf3dd29a240 [Pipeline] // withDockerContainer [2021-03-10T00:40:08.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.115s coverage: 94.4% of statements [2021-03-10T00:40:08.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.079s coverage: 44.8% of statements [2021-03-10T00:40:08.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.113s coverage: 81.4% of statements [Pipeline] sh [2021-03-10T00:40:08.558Z] + docker images [2021-03-10T00:40:08.558Z] + grep docker [2021-03-10T00:40:08.819Z] docker-sys-mgmt-agent-go latest 9c8e0efa13f7 3 seconds ago 313MB [2021-03-10T00:40:08.819Z] docker-core-data-go latest f7fe6cd1219b 29 seconds ago 22.6MB [2021-03-10T00:40:08.819Z] docker-security-bootstrapper-go latest 06852a0f8d18 41 seconds ago 18.7MB [2021-03-10T00:40:08.819Z] docker-core-command-go latest a7116fedce3a 57 seconds ago 17.2MB [2021-03-10T00:40:08.819Z] docker-security-secretstore-setup-go latest e87f7962e28a 2 minutes ago 24.9MB [2021-03-10T00:40:08.819Z] docker-core-metadata-go latest 64b557bdee12 2 minutes ago 19MB [2021-03-10T00:40:08.819Z] docker-support-notifications-go latest 6bd2e5f44a9c 2 minutes ago 17.8MB [2021-03-10T00:40:08.819Z] docker-support-scheduler-go latest b9a82b617dd2 2 minutes ago 17.2MB [2021-03-10T00:40:08.819Z] docker-security-proxy-setup-go latest d0b9063db2e5 2 minutes ago 24.7MB [2021-03-10T00:40:08.819Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-10T00:40:24.584Z] Still waiting to schedule task [2021-03-10T00:40:24.585Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29233’ [2021-03-10T00:40:26.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T00:40:26.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T00:40:26.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T00:40:26.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T00:40:26.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-03-10T00:40:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-10T00:40:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements [2021-03-10T00:40:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.620s coverage: 62.4% of statements [2021-03-10T00:40:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T00:40:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-03-10T00:40:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.854s coverage: 69.0% of statements [2021-03-10T00:40:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T00:40:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T00:40:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T00:40:30.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.473s coverage: 38.4% of statements [2021-03-10T00:40:30.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T00:40:30.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T00:40:30.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.157s coverage: 89.5% of statements [2021-03-10T00:40:30.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T00:40:30.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.108s coverage: 84.8% of statements [2021-03-10T00:40:36.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.569s coverage: 47.0% of statements [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T00:40:36.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T00:40:36.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T00:40:36.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.526s coverage: 87.8% of statements [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:40:36.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T00:40:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.409s coverage: 29.1% of statements [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T00:40:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.252s coverage: 99.0% of statements [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T00:40:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T00:40:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.209s coverage: 95.6% of statements [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T00:40:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T00:40:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T00:40:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T00:40:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T00:40:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-10T00:40:45.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-10T00:40:45.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-03-10T00:40:46.612Z] GO111MODULE=on go vet ./... [2021-03-10T00:42:08.427Z] gofmt -l . [2021-03-10T00:42:11.045Z] [ "`gofmt -l .`" = "" ] [2021-03-10T00:42:14.458Z] ./bin/test-go-mod-tidy.sh [2021-03-10T00:42:15.053Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T00:42:17.175Z] + ls -al . [2021-03-10T00:42:17.175Z] total 764 [2021-03-10T00:42:17.175Z] drwxrwxr-x 9 1001 1001 4096 Mar 10 00:42 . [2021-03-10T00:42:17.175Z] drwxr-xr-x 4 root root 4096 Mar 10 00:37 .. [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 00:35 .dockerignore [2021-03-10T00:42:17.175Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 00:35 .git [2021-03-10T00:42:17.175Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 00:35 .github [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 00:35 .gitignore [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 00:35 .sonarcloud.properties [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 00:35 Attribution.txt [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:35 CONTRIBUTING.md [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 00:35 Dockerfile.build [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 00:35 Jenkinsfile [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:35 LICENSE [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 00:35 Makefile [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 00:35 README.md [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 00:35 SECURITY.md [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 00:31 VERSION [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 00:35 ZMQWindows.md [2021-03-10T00:42:17.175Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 00:35 bin [2021-03-10T00:42:17.175Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 00:35 cmd [2021-03-10T00:42:17.175Z] -rw-r--r-- 1 root root 624012 Mar 10 00:40 coverage.out [2021-03-10T00:42:17.175Z] -rw-r--r-- 1 root root 1055 Mar 10 00:42 go.mod [2021-03-10T00:42:17.175Z] -rw-r--r-- 1 root root 21981 Mar 10 00:42 go.sum [2021-03-10T00:42:17.175Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 00:35 internal [2021-03-10T00:42:17.175Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 00:35 openapi [2021-03-10T00:42:17.175Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 00:35 snap [2021-03-10T00:42:17.175Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 00:35 version.go [Pipeline] sh [2021-03-10T00:42:17.873Z] + '[' -e coverage.out ] [2021-03-10T00:42:17.873Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T00:42:17.894Z] Warning: overwriting stash ‘coverage-report’ [2021-03-10T00:42:19.081Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T00:42:19.770Z] + make build [2021-03-10T00:42:19.770Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T00:42:32.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T00:42:48.354Z] Running on prd-ubuntu18.04-docker-8c-8g-29234 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws [2021-03-10T00:42:48.415Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-10T00:42:51.714Z] using credential edgex-jenkins-ssh [2021-03-10T00:42:51.765Z] Cloning the remote Git repository [2021-03-10T00:42:51.788Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:42:51.857Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-10T00:42:51.881Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:42:51.881Z] > git --version # timeout=10 [2021-03-10T00:42:51.887Z] > git --version # 'git version 2.17.1' [2021-03-10T00:42:51.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:42:51.916Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:42:59.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T00:43:02.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T00:43:08.238Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:43:08.245Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:43:08.254Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:43:08.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:43:08.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:43:08.271Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T00:43:08.873Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-10T00:43:09.094Z] Merge succeeded, producing b39ca1eb3c19e294879f95de4701418a9ad8ba81 [2021-03-10T00:43:09.095Z] Checking out Revision b39ca1eb3c19e294879f95de4701418a9ad8ba81 (PR-3223) [2021-03-10T00:43:09.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T00:43:10.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T00:43:08.885Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:43:08.888Z] > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [2021-03-10T00:43:09.007Z] > git remote # timeout=10 [2021-03-10T00:43:09.014Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T00:43:09.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:43:09.022Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-10T00:43:09.093Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T00:43:09.101Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:43:09.115Z] > git checkout -f b39ca1eb3c19e294879f95de4701418a9ad8ba81 # timeout=10 [2021-03-10T00:43:12.700Z] Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" [2021-03-10T00:43:12.707Z] > git rev-list --no-walk 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:43:13.828Z] + echo snap-build.sh [2021-03-10T00:43:13.828Z] snap-build.sh [2021-03-10T00:43:13.828Z] + SNAP_BASE_DIR=. [2021-03-10T00:43:13.828Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-03-10T00:43:13.828Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-03-10T00:43:13.828Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-03-10T00:43:13.828Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-03-10T00:43:13.828Z] + cd /w/workspace/edgex-go/6 [2021-03-10T00:43:13.828Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-10T00:43:13.828Z] Reading package lists... [2021-03-10T00:43:14.090Z] Building dependency tree... [2021-03-10T00:43:14.090Z] Reading state information... [2021-03-10T00:43:14.091Z] The following packages were automatically installed and are no longer required: [2021-03-10T00:43:14.091Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-10T00:43:14.091Z] uidmap xdelta3 [2021-03-10T00:43:14.091Z] Use 'sudo apt autoremove' to remove them. [2021-03-10T00:43:14.353Z] The following packages will be REMOVED: [2021-03-10T00:43:14.353Z] lxd* lxd-client* [2021-03-10T00:43:14.613Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-10T00:43:14.613Z] After this operation, 31.7 MB disk space will be freed. [2021-03-10T00:43:15.921Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-10T00:43:15.921Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T00:43:16.866Z] Removing lxd dnsmasq configuration [2021-03-10T00:43:17.128Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T00:43:17.128Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-10T00:43:18.071Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-10T00:43:18.332Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-10T00:43:18.332Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T00:43:18.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T00:43:19.718Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-10T00:43:19.718Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-10T00:43:21.637Z] + sudo snap remove --purge lxd [2021-03-10T00:43:21.637Z] snap "lxd" is not installed [2021-03-10T00:43:21.637Z] + sudo groupadd --force --system lxd [2021-03-10T00:43:21.637Z] ++ whoami [2021-03-10T00:43:21.637Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-10T00:43:21.637Z] + newgrp - lxd [2021-03-10T00:43:21.637Z] + sudo snap install lxd [2021-03-10T00:43:26.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T00:43:31.714Z] 2021-03-10T00:43:29Z INFO Waiting for automatic snapd restart... [2021-03-10T00:43:33.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T00:43:40.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T00:43:46.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T00:43:49.858Z] lxd 4.11 from Canonical* installed [2021-03-10T00:43:49.858Z] + sudo lxd init --auto [2021-03-10T00:43:50.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T00:43:57.996Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-03-10T00:43:58.601Z] $ docker stop --time=1 2e9facc1b19319292af753c212ea4e825a716f66e4bb300dc21f99ab3a74dd7c [2021-03-10T00:44:00.953Z] $ docker rm -f 2e9facc1b19319292af753c212ea4e825a716f66e4bb300dc21f99ab3a74dd7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:44:03.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T00:44:03.219Z] [2021-03-10T00:44:03.219Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:44:03.305Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T00:44:03.305Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-10T00:44:03.305Z] + patch --verbose -p1 [2021-03-10T00:44:03.305Z] Hmm... Looks like a unified diff to me... [2021-03-10T00:44:03.305Z] The text leading up to this was: [2021-03-10T00:44:03.305Z] -------------------------- [2021-03-10T00:44:03.305Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-10T00:44:03.305Z] |From: Tony Espy [2021-03-10T00:44:03.305Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-10T00:44:03.305Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-10T00:44:03.305Z] | [2021-03-10T00:44:03.305Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-10T00:44:03.305Z] |optimize the snap CI check run for pull requests. When [2021-03-10T00:44:03.305Z] |applied, it essentially strips out everything (apps and [2021-03-10T00:44:03.305Z] |parts) from the snapcraft.yaml file except those required [2021-03-10T00:44:03.305Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-10T00:44:03.305Z] |catch changes to edgex-go that break the snap build. [2021-03-10T00:44:03.305Z] | [2021-03-10T00:44:03.305Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-10T00:44:03.305Z] |to update this patch file, otherwise it may fail to apply, [2021-03-10T00:44:03.305Z] |resulting in a failed snap build CI check in the associated [2021-03-10T00:44:03.305Z] |pull request. [2021-03-10T00:44:03.305Z] | [2021-03-10T00:44:03.305Z] |Note - in addition to applying this patch, the pipeline also [2021-03-10T00:44:03.305Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-10T00:44:03.305Z] |need to build the finally binary .snap file (and it won't [2021-03-10T00:44:03.305Z] |work with the patch applied). This further reduces the build [2021-03-10T00:44:03.305Z] |time. [2021-03-10T00:44:03.305Z] |--- [2021-03-10T00:44:03.305Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-10T00:44:03.305Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-10T00:44:03.305Z] | [2021-03-10T00:44:03.305Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-10T00:44:03.305Z] |index 1e537489..faf42425 100644 [2021-03-10T00:44:03.305Z] |--- a/snap/snapcraft.yaml [2021-03-10T00:44:03.305Z] |+++ b/snap/snapcraft.yaml [2021-03-10T00:44:03.305Z] -------------------------- [2021-03-10T00:44:03.305Z] patching file snap/snapcraft.yaml [2021-03-10T00:44:03.305Z] Using Plan A... [2021-03-10T00:44:03.305Z] Hunk #1 FAILED at 73. [2021-03-10T00:44:03.305Z] Hunk #2 succeeded at 296 with fuzz 1 (offset 25 lines). [2021-03-10T00:44:03.305Z] Hunk #3 succeeded at 308 (offset 22 lines). [2021-03-10T00:44:03.305Z] Hunk #4 succeeded at 316 (offset 22 lines). [2021-03-10T00:44:03.305Z] Hunk #5 succeeded at 323 (offset 22 lines). [2021-03-10T00:44:03.305Z] Hunk #6 succeeded at 350 (offset 22 lines). [2021-03-10T00:44:03.305Z] Hunk #7 succeeded at 384 (offset 22 lines). [2021-03-10T00:44:03.305Z] Hunk #8 succeeded at 446 (offset 33 lines). [2021-03-10T00:44:03.305Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-10T00:44:03.305Z] Hmm... Ignoring the trailing garbage. [2021-03-10T00:44:03.305Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-03-10T00:44:03.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T00:44:03.600Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-10T00:44:03.600Z] 29e5d40040c1: Pulling fs layer [2021-03-10T00:44:03.600Z] 1ce36da41761: Pulling fs layer [2021-03-10T00:44:03.600Z] 25b303627fd3: Pulling fs layer [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T00:44:03.878Z] 29e5d40040c1: Verifying Checksum [2021-03-10T00:44:03.878Z] 29e5d40040c1: Download complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T00:44:04.121Z] Failed in branch amd64 [2021-03-10T00:44:04.480Z] 1ce36da41761: Verifying Checksum [2021-03-10T00:44:04.480Z] 1ce36da41761: Download complete [2021-03-10T00:44:04.755Z] 29e5d40040c1: Pull complete [2021-03-10T00:44:06.199Z] 1ce36da41761: Pull complete [2021-03-10T00:44:06.199Z] 25b303627fd3: Verifying Checksum [2021-03-10T00:44:06.199Z] 25b303627fd3: Download complete [2021-03-10T00:44:16.357Z] 25b303627fd3: Pull complete [2021-03-10T00:44:16.357Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-10T00:44:16.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T00:44:16.357Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-10T00:44:16.645Z] prd-ubuntu18.04-docker-arm64-4c-16g-29230 does not seem to be running inside a container [2021-03-10T00:44:16.752Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-10T00:44:20.295Z] $ docker top a67d1a787762898bb910d98db5c918a1790cf35f50034f83a9265b25f7b08f57 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:44:21.330Z] + grep parallel [2021-03-10T00:44:21.330Z] + docker-compose build --help [2021-03-10T00:44:26.730Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T00:44:27.368Z] $ docker stop --time=1 a67d1a787762898bb910d98db5c918a1790cf35f50034f83a9265b25f7b08f57 [2021-03-10T00:44:29.452Z] $ docker rm -f a67d1a787762898bb910d98db5c918a1790cf35f50034f83a9265b25f7b08f57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:44:30.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T00:44:30.278Z] . [Pipeline] withDockerContainer [2021-03-10T00:44:30.568Z] prd-ubuntu18.04-docker-arm64-4c-16g-29230 does not seem to be running inside a container [2021-03-10T00:44:30.669Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-10T00:44:32.190Z] $ docker top dd6f7527b350fe6069c0f15abae2041cc4701fa641c3b138a575098995762c21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:44:33.343Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T00:44:38.792Z] Building docker-core-command-go ... [2021-03-10T00:44:38.792Z] Building docker-core-data-go ... [2021-03-10T00:44:38.792Z] Building docker-core-metadata-go ... [2021-03-10T00:44:38.792Z] Building docker-security-bootstrapper-go ... [2021-03-10T00:44:38.792Z] Building docker-security-proxy-setup-go ... [2021-03-10T00:44:38.792Z] Building docker-security-secretstore-setup-go ... [2021-03-10T00:44:38.792Z] Building docker-support-notifications-go ... [2021-03-10T00:44:38.792Z] Building docker-support-scheduler-go ... [2021-03-10T00:44:38.792Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T00:44:38.792Z] Building docker-sys-mgmt-agent-go [2021-03-10T00:44:38.792Z] Building docker-core-data-go [2021-03-10T00:44:38.792Z] Building docker-support-scheduler-go [2021-03-10T00:44:38.792Z] Building docker-support-notifications-go [2021-03-10T00:44:38.792Z] Building docker-security-bootstrapper-go [2021-03-10T00:46:00.550Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:00.550Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:00.550Z] ---> 341fb46df1aa [2021-03-10T00:46:00.550Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T00:46:00.550Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:00.550Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:00.550Z] ---> 341fb46df1aa [2021-03-10T00:46:00.550Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T00:46:00.550Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:00.550Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:00.550Z] ---> 341fb46df1aa [2021-03-10T00:46:00.550Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:46:00.550Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:00.550Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:00.550Z] ---> 341fb46df1aa [2021-03-10T00:46:00.550Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T00:46:00.550Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:00.550Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:00.550Z] ---> 341fb46df1aa [2021-03-10T00:46:00.550Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T00:46:00.550Z] ---> Running in 5f999e6543b7 [2021-03-10T00:46:00.550Z] ---> Running in e0d69c1676dd [2021-03-10T00:46:00.550Z] ---> Running in 071380161d16 [2021-03-10T00:46:00.550Z] ---> Running in 3673c64e87f1 [2021-03-10T00:46:00.550Z] ---> Running in 7b47d363a8f0 [2021-03-10T00:46:00.550Z] Removing intermediate container e0d69c1676dd [2021-03-10T00:46:00.550Z] ---> ba84b098ed7e [2021-03-10T00:46:00.550Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:00.550Z] Removing intermediate container 5f999e6543b7 [2021-03-10T00:46:00.550Z] ---> 8db10d1c2cfe [2021-03-10T00:46:00.550Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:00.550Z] Removing intermediate container 071380161d16 [2021-03-10T00:46:00.550Z] Removing intermediate container 7b47d363a8f0 [2021-03-10T00:46:00.550Z] ---> 6fed310c9c13 [2021-03-10T00:46:00.550Z] ---> 46ff5312383e [2021-03-10T00:46:00.550Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:00.550Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:00.550Z] Removing intermediate container 3673c64e87f1 [2021-03-10T00:46:00.550Z] ---> 475a7d57043b [2021-03-10T00:46:00.550Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:00.550Z] ---> Running in 9f5027179178 [2021-03-10T00:46:00.550Z] ---> Running in fafc1fabd8f2 [2021-03-10T00:46:00.550Z] ---> Running in 16b0e425e7b2 [2021-03-10T00:46:00.550Z] ---> Running in cce686297c06 [2021-03-10T00:46:00.550Z] ---> Running in 219a16d70c47 [2021-03-10T00:46:01.530Z] Removing intermediate container 9f5027179178 [2021-03-10T00:46:01.530Z] ---> 6e182a7e2be4 [2021-03-10T00:46:01.530Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T00:46:01.811Z] ---> Running in 127a906bd6d9 [2021-03-10T00:46:02.084Z] Removing intermediate container fafc1fabd8f2 [2021-03-10T00:46:02.084Z] ---> de0a4302c2de [2021-03-10T00:46:02.084Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T00:46:02.363Z] Removing intermediate container cce686297c06 [2021-03-10T00:46:02.363Z] ---> d85981b703bf [2021-03-10T00:46:02.363Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T00:46:02.363Z] ---> Running in 282c56868058 [2021-03-10T00:46:02.639Z] ---> Running in 2061871c2630 [2021-03-10T00:46:02.639Z] Removing intermediate container 219a16d70c47 [2021-03-10T00:46:02.639Z] ---> 35e1dedc3bb6 [2021-03-10T00:46:02.639Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T00:46:02.911Z] Removing intermediate container 16b0e425e7b2 [2021-03-10T00:46:02.911Z] ---> 6db68a201477 [2021-03-10T00:46:02.911Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T00:46:02.911Z] ---> Running in 2ca9c1312205 [2021-03-10T00:46:03.182Z] ---> Running in da0d6d6d7ab6 [2021-03-10T00:46:03.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:04.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:04.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:04.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:04.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:04.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:05.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:05.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:05.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:05.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:05.523Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:06.509Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:06.509Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:06.509Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:06.790Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:07.076Z] Removing intermediate container 127a906bd6d9 [2021-03-10T00:46:07.076Z] ---> 696ffa7db94a [2021-03-10T00:46:07.076Z] Step 6/22 : COPY go.mod . [2021-03-10T00:46:08.513Z] Removing intermediate container 282c56868058 [2021-03-10T00:46:08.513Z] ---> 553d36081a9a [2021-03-10T00:46:08.513Z] Step 6/23 : COPY go.mod . [2021-03-10T00:46:08.513Z] ---> 175933d6c69b [2021-03-10T00:46:08.513Z] Step 7/22 : RUN go mod download [2021-03-10T00:46:08.513Z] Removing intermediate container da0d6d6d7ab6 [2021-03-10T00:46:08.513Z] ---> a2694c238d55 [2021-03-10T00:46:08.513Z] Step 6/31 : COPY go.mod . [2021-03-10T00:46:08.513Z] ---> Running in ac1226300421 [2021-03-10T00:46:08.785Z] Removing intermediate container 2061871c2630 [2021-03-10T00:46:08.785Z] ---> fdb3accaa0fb [2021-03-10T00:46:08.785Z] Step 6/22 : COPY go.mod . [2021-03-10T00:46:08.785Z] Removing intermediate container 2ca9c1312205 [2021-03-10T00:46:08.785Z] ---> 29925cc3e2c5 [2021-03-10T00:46:08.785Z] Step 6/26 : COPY go.mod . [2021-03-10T00:46:09.399Z] ---> 264af3a2391f [2021-03-10T00:46:09.399Z] Step 7/23 : RUN go mod download [2021-03-10T00:46:09.399Z] ---> Running in 9c79e401d6de [2021-03-10T00:46:10.002Z] ---> 5f56922882f3 [2021-03-10T00:46:10.002Z] Step 7/31 : RUN go mod download [2021-03-10T00:46:10.002Z] ---> c5915858e857 [2021-03-10T00:46:10.002Z] Step 7/22 : RUN go mod download [2021-03-10T00:46:10.002Z] ---> a54ba86213ee [2021-03-10T00:46:10.002Z] Step 7/26 : RUN go mod download [2021-03-10T00:46:10.002Z] ---> Running in 42eeb7fcf187 [2021-03-10T00:46:10.276Z] ---> Running in 3af1d19268ba [2021-03-10T00:46:10.276Z] ---> Running in 4ad5bac68068 [2021-03-10T00:46:12.913Z] Removing intermediate container ac1226300421 [2021-03-10T00:46:12.913Z] ---> f5c27b802b93 [2021-03-10T00:46:12.913Z] Step 8/22 : COPY . . [2021-03-10T00:46:13.897Z] Removing intermediate container 9c79e401d6de [2021-03-10T00:46:13.897Z] ---> cbc182220f0f [2021-03-10T00:46:13.897Z] Step 8/23 : COPY . . [2021-03-10T00:46:15.881Z] Removing intermediate container 3af1d19268ba [2021-03-10T00:46:15.881Z] ---> 2f986d3e6072 [2021-03-10T00:46:15.881Z] Step 8/22 : COPY . . [2021-03-10T00:46:15.881Z] Removing intermediate container 42eeb7fcf187 [2021-03-10T00:46:15.881Z] ---> fa14fbace442 [2021-03-10T00:46:15.881Z] Step 8/31 : COPY . . [2021-03-10T00:46:16.163Z] Removing intermediate container 4ad5bac68068 [2021-03-10T00:46:16.163Z] ---> 5d5d4a3a798c [2021-03-10T00:46:16.163Z] Step 8/26 : COPY . . [2021-03-10T00:46:42.981Z] ---> 627fd9854d66 [2021-03-10T00:46:42.981Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T00:46:42.981Z] ---> 415262adccea [2021-03-10T00:46:42.981Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T00:46:42.981Z] ---> 20fc00cfa138 [2021-03-10T00:46:42.981Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T00:46:42.981Z] ---> adeb403ee841 [2021-03-10T00:46:42.981Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T00:46:42.981Z] ---> Running in 38ab77dcf9cd [2021-03-10T00:46:42.981Z] ---> Running in a3affc99bc50 [2021-03-10T00:46:42.981Z] ---> Running in f9afe34c763a [2021-03-10T00:46:42.981Z] ---> Running in 154792f62325 [2021-03-10T00:46:42.981Z] ---> a7818a49903d [2021-03-10T00:46:42.981Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T00:46:42.981Z] ---> Running in 684e6aa38574 [2021-03-10T00:46:43.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T00:46:43.543Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T00:46:43.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T00:46:44.100Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T00:46:44.100Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T00:48:52.174Z] Removing intermediate container f9afe34c763a [2021-03-10T00:48:52.174Z] ---> 0b33be565310 [2021-03-10T00:48:52.174Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T00:48:52.174Z] ---> Running in ceefc9619e3d [2021-03-10T00:48:52.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T00:48:53.163Z] Removing intermediate container 684e6aa38574 [2021-03-10T00:48:53.163Z] ---> c7f45ca0b51a [2021-03-10T00:48:53.163Z] [2021-03-10T00:48:53.163Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T00:48:53.442Z] 3.12: Pulling from library/alpine [2021-03-10T00:48:54.893Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T00:48:54.893Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T00:48:54.893Z] ---> d10569e2745f [2021-03-10T00:48:54.893Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T00:48:55.507Z] ---> Running in d1125fbb37e7 [2021-03-10T00:48:56.114Z] Removing intermediate container d1125fbb37e7 [2021-03-10T00:48:56.398Z] ---> 68d148cdcf63 [2021-03-10T00:48:56.398Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T00:48:56.398Z] ---> Running in b07151d00211 [2021-03-10T00:48:56.677Z] Removing intermediate container ceefc9619e3d [2021-03-10T00:48:56.677Z] ---> 509f9384645c [2021-03-10T00:48:56.677Z] [2021-03-10T00:48:56.677Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T00:48:56.956Z] 20.10.0: Pulling from library/docker [2021-03-10T00:48:59.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:48:59.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:00.608Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T00:49:00.608Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T00:49:00.608Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:49:00.608Z] OK: 5 MiB in 16 packages [2021-03-10T00:49:04.941Z] Removing intermediate container b07151d00211 [2021-03-10T00:49:04.941Z] ---> 981ce655b575 [2021-03-10T00:49:04.941Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T00:49:05.222Z] ---> Running in a4ad83ea2cb8 [2021-03-10T00:49:07.207Z] Removing intermediate container a4ad83ea2cb8 [2021-03-10T00:49:07.207Z] ---> 1b377df3a5f6 [2021-03-10T00:49:07.207Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T00:49:08.259Z] ---> Running in 09b0284f84ff [2021-03-10T00:49:09.794Z] Removing intermediate container 09b0284f84ff [2021-03-10T00:49:09.794Z] ---> 3bd6030dac66 [2021-03-10T00:49:09.794Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T00:49:10.074Z] ---> Running in ae086e5e00d3 [2021-03-10T00:49:10.351Z] Removing intermediate container 38ab77dcf9cd [2021-03-10T00:49:10.351Z] ---> 539f32dee71f [2021-03-10T00:49:10.351Z] [2021-03-10T00:49:10.351Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T00:49:10.351Z] ---> d10569e2745f [2021-03-10T00:49:10.351Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T00:49:10.641Z] Removing intermediate container 154792f62325 [2021-03-10T00:49:10.641Z] ---> cbffb3e9723f [2021-03-10T00:49:10.641Z] [2021-03-10T00:49:10.641Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T00:49:10.641Z] ---> d10569e2745f [2021-03-10T00:49:10.641Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:49:11.261Z] ---> Running in 65a7d0bf2ecf [2021-03-10T00:49:11.535Z] ---> Running in cc42f705002b [2021-03-10T00:49:14.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:14.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:14.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:14.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:14.785Z] Removing intermediate container ae086e5e00d3 [2021-03-10T00:49:14.785Z] ---> e05f4f5ae1bf [2021-03-10T00:49:14.785Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T00:49:14.785Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T00:49:14.785Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:49:14.785Z] OK: 5 MiB in 15 packages [2021-03-10T00:49:15.076Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T00:49:15.076Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T00:49:15.076Z] ---> Running in e53ebce6554d [2021-03-10T00:49:15.076Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:49:15.358Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:49:15.636Z] OK: 6 MiB in 16 packages [2021-03-10T00:49:17.101Z] Removing intermediate container e53ebce6554d [2021-03-10T00:49:17.102Z] ---> 9827bb3601e5 [2021-03-10T00:49:17.102Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T00:49:17.102Z] Removing intermediate container cc42f705002b [2021-03-10T00:49:17.102Z] ---> 554e4c24f222 [2021-03-10T00:49:17.102Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:49:17.701Z] ---> Running in 979d694e4214 [2021-03-10T00:49:18.692Z] Removing intermediate container 65a7d0bf2ecf [2021-03-10T00:49:18.692Z] ---> 82fdd0223395 [2021-03-10T00:49:18.692Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:49:18.692Z] Removing intermediate container 979d694e4214 [2021-03-10T00:49:18.692Z] ---> ddb53de2aa6b [2021-03-10T00:49:18.692Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T00:49:18.965Z] ---> Running in 68aa2ee6d7b3 [2021-03-10T00:49:18.965Z] ---> f4edc3ee61b7 [2021-03-10T00:49:18.965Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T00:49:19.240Z] ---> Running in 7073b2d4ae23 [2021-03-10T00:49:19.516Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T00:49:19.516Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T00:49:19.516Z] ---> eeaf43b92773 [2021-03-10T00:49:19.516Z] Step 12/26 : RUN apk add --no-cache bash ---> Running in 6b97670f1b42 [2021-03-10T00:49:19.516Z] [2021-03-10T00:49:19.791Z] ---> Running in 12f036607428 [2021-03-10T00:49:19.791Z] Removing intermediate container 68aa2ee6d7b3 [2021-03-10T00:49:19.791Z] ---> 900b24e7cd8f [2021-03-10T00:49:19.791Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T00:49:20.065Z] Removing intermediate container 7073b2d4ae23 [2021-03-10T00:49:20.065Z] ---> 05c6b12ef187 [2021-03-10T00:49:20.065Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T00:49:20.345Z] ---> Running in 67d810295a9a [2021-03-10T00:49:20.622Z] ---> Running in 8045a04555ca [2021-03-10T00:49:21.604Z] Removing intermediate container 67d810295a9a [2021-03-10T00:49:21.604Z] ---> 595099375361 [2021-03-10T00:49:21.604Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T00:49:21.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:21.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:21.877Z] Removing intermediate container 8045a04555ca [2021-03-10T00:49:21.877Z] ---> b664fca2e2b6 [2021-03-10T00:49:21.877Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:49:22.479Z] ---> Running in 43d0b5d9ce97 [2021-03-10T00:49:22.765Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T00:49:22.765Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T00:49:22.765Z] Executing bash-5.0.17-r0.post-install [2021-03-10T00:49:22.765Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:49:22.765Z] OK: 12 MiB in 22 packages [2021-03-10T00:49:23.757Z] ---> 8fb5667a7363 [2021-03-10T00:49:23.757Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T00:49:23.757Z] Removing intermediate container 43d0b5d9ce97 [2021-03-10T00:49:23.757Z] ---> f48f6fe0d729 [2021-03-10T00:49:23.757Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:49:24.031Z] Removing intermediate container a3affc99bc50 [2021-03-10T00:49:24.031Z] ---> a84c65e34036 [2021-03-10T00:49:24.031Z] [2021-03-10T00:49:24.031Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:49:24.031Z] ---> d10569e2745f [2021-03-10T00:49:24.031Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T00:49:24.310Z] Removing intermediate container 6b97670f1b42 [2021-03-10T00:49:24.310Z] ---> cd9e5c3f1a74 [2021-03-10T00:49:24.310Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:49:24.610Z] ---> Running in 046cecea3830 [2021-03-10T00:49:25.209Z] ---> 4ae4ac4bb804 [2021-03-10T00:49:25.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T00:49:25.209Z] Removing intermediate container 12f036607428 [2021-03-10T00:49:25.209Z] ---> 2f039618928d [2021-03-10T00:49:25.209Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T00:49:25.491Z] ---> 871e1f3bcc70 [2021-03-10T00:49:25.491Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T00:49:25.491Z] Removing intermediate container 046cecea3830 [2021-03-10T00:49:25.491Z] ---> 19d05146bf4a [2021-03-10T00:49:25.491Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T00:49:25.491Z] ---> 137fdb5a4bc0 [2021-03-10T00:49:25.491Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T00:49:25.491Z] ---> Running in a5d888b5ebda [2021-03-10T00:49:25.767Z] ---> Running in 661400b32aed [2021-03-10T00:49:26.368Z] Removing intermediate container a5d888b5ebda [2021-03-10T00:49:26.368Z] ---> 1cd0453df036 [2021-03-10T00:49:26.368Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T00:49:26.964Z] ---> Running in eae2478025fa [2021-03-10T00:49:26.964Z] ---> 61442237b66a [2021-03-10T00:49:26.964Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T00:49:26.964Z] Removing intermediate container 661400b32aed [2021-03-10T00:49:26.964Z] ---> 720608d16d4e [2021-03-10T00:49:26.964Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T00:49:27.242Z] ---> 2e11b29b8ed0 [2021-03-10T00:49:27.242Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T00:49:27.242Z] ---> Running in ba80e81a5a49 [2021-03-10T00:49:27.242Z] ---> Running in af09f75d21c9 [2021-03-10T00:49:27.514Z] ---> 3266097d2b77 [2021-03-10T00:49:27.514Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T00:49:27.788Z] Removing intermediate container eae2478025fa [2021-03-10T00:49:27.788Z] ---> 184a44167fcf [2021-03-10T00:49:27.788Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T00:49:28.065Z] ---> Running in a6e556ea622e [2021-03-10T00:49:28.065Z] Removing intermediate container ba80e81a5a49 [2021-03-10T00:49:28.065Z] ---> e93980903b7b [2021-03-10T00:49:28.065Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:49:28.345Z] Removing intermediate container af09f75d21c9 [2021-03-10T00:49:28.345Z] ---> 284364c9d277 [2021-03-10T00:49:28.345Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:49:28.345Z] ---> 66783ac777b1 [2021-03-10T00:49:28.345Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T00:49:28.345Z] ---> Running in b5fa696638f6 [2021-03-10T00:49:28.622Z] ---> Running in dd926bd6a12e [2021-03-10T00:49:28.622Z] ---> 94ae83534e3d [2021-03-10T00:49:28.622Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T00:49:28.622Z] ---> Running in 830c19483148 [2021-03-10T00:49:28.905Z] Removing intermediate container a6e556ea622e [2021-03-10T00:49:28.905Z] ---> a55527f27e5a [2021-03-10T00:49:28.905Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T00:49:28.905Z] Removing intermediate container b5fa696638f6 [2021-03-10T00:49:29.176Z] ---> 8f06359ede3d [2021-03-10T00:49:29.176Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T00:49:29.176Z] ---> Running in e69333dc023d [2021-03-10T00:49:29.451Z] Removing intermediate container 830c19483148 [2021-03-10T00:49:29.451Z] ---> 435aa41e6cc1 [2021-03-10T00:49:29.451Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:49:29.727Z] ---> Running in 292d79f3e99f [2021-03-10T00:49:30.000Z] Removing intermediate container e69333dc023d [2021-03-10T00:49:30.000Z] ---> 02f31f0f10f3 [2021-03-10T00:49:30.000Z] Step 21/22 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:49:30.000Z] ---> a7460354e32c [2021-03-10T00:49:30.000Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T00:49:30.274Z] ---> Running in 70f7a7c8f930 [2021-03-10T00:49:30.559Z] ---> 3cba07f6f9a8 [2021-03-10T00:49:30.559Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T00:49:30.559Z] Removing intermediate container 292d79f3e99f [2021-03-10T00:49:30.559Z] ---> adb9300d9654 [2021-03-10T00:49:30.559Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T00:49:30.843Z] ---> Running in aae4c55434ae [2021-03-10T00:49:31.118Z] Removing intermediate container 70f7a7c8f930 [2021-03-10T00:49:31.118Z] ---> 9949164fd8da [2021-03-10T00:49:31.118Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T00:49:31.118Z] ---> 14710fe0787c [2021-03-10T00:49:31.118Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T00:49:31.392Z] ---> Running in 5008ef05bab0 [2021-03-10T00:49:31.982Z] ---> Running in 92b492bf7eb3 [2021-03-10T00:49:31.982Z] Removing intermediate container aae4c55434ae [2021-03-10T00:49:31.982Z] ---> 37b596c3cd2a [2021-03-10T00:49:31.982Z] Step 21/22 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:49:31.982Z] ---> 4e42000d3141 [2021-03-10T00:49:31.982Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T00:49:31.982Z] Removing intermediate container dd926bd6a12e [2021-03-10T00:49:31.982Z] ---> 08fc18849317 [2021-03-10T00:49:31.982Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T00:49:32.255Z] Removing intermediate container 5008ef05bab0 [2021-03-10T00:49:32.255Z] ---> 51d27c651697 [2021-03-10T00:49:32.255Z] [2021-03-10T00:49:32.255Z] ---> Running in 14bf1916b5f9 [2021-03-10T00:49:32.255Z] ---> Running in 8f49088c561c [2021-03-10T00:49:32.526Z] Removing intermediate container 92b492bf7eb3 [2021-03-10T00:49:32.526Z] ---> 58fac3cd575f [2021-03-10T00:49:32.526Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T00:49:32.808Z] Successfully built 51d27c651697 [2021-03-10T00:49:33.085Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-10T00:49:33.085Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-10T00:49:33.085Z] Removing intermediate container 14bf1916b5f9 [2021-03-10T00:49:33.085Z] ---> 6e1fd0bba1f8 [2021-03-10T00:49:33.085Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T00:49:33.370Z] ---> d119d98f1682 [2021-03-10T00:49:33.370Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T00:49:33.370Z] ---> Running in af0bb5b98c7e [2021-03-10T00:49:33.647Z] ---> Running in 328164549cfc [2021-03-10T00:49:33.926Z] ---> 07b5e0a59472 [2021-03-10T00:49:33.926Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T00:49:33.926Z] Removing intermediate container af0bb5b98c7e [2021-03-10T00:49:33.926Z] ---> 50e7ebe80c59 [2021-03-10T00:49:33.926Z] [2021-03-10T00:49:34.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:34.474Z] ---> Running in 64d131806c0b [2021-03-10T00:49:34.748Z] Successfully built 50e7ebe80c59 [2021-03-10T00:49:34.748Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-10T00:49:34.748Z] Building docker-security-secretstore-setup-go [2021-03-10T00:49:35.025Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:35.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:35.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:35.918Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T00:49:35.918Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T00:49:35.918Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T00:49:35.918Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T00:49:35.918Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T00:49:35.918Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T00:49:35.918Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T00:49:36.526Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T00:49:36.827Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T00:49:36.827Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T00:49:37.115Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T00:49:37.391Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T00:49:37.664Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T00:49:37.664Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:49:37.664Z] OK: 8 MiB in 20 packages [2021-03-10T00:49:38.267Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T00:49:38.267Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T00:49:38.267Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T00:49:38.267Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T00:49:38.267Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T00:49:38.267Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T00:49:38.267Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T00:49:38.549Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T00:49:38.549Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T00:49:38.549Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T00:49:38.549Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T00:49:38.549Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T00:49:38.549Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T00:49:38.549Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T00:49:38.549Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T00:49:38.549Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T00:49:38.549Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T00:49:38.826Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T00:49:38.826Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T00:49:38.826Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T00:49:38.826Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T00:49:38.826Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T00:49:38.826Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T00:49:38.826Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T00:49:38.826Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T00:49:38.826Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T00:49:39.099Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:49:39.099Z] OK: 71 MiB in 55 packages [2021-03-10T00:49:41.084Z] Removing intermediate container 64d131806c0b [2021-03-10T00:49:41.084Z] ---> 46e697ef92b8 [2021-03-10T00:49:41.084Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T00:49:41.691Z] ---> Running in bf258f3ceeaf [2021-03-10T00:49:42.311Z] Removing intermediate container 8f49088c561c [2021-03-10T00:49:42.311Z] ---> c127d10e5cbf [2021-03-10T00:49:42.311Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:49:42.914Z] Removing intermediate container bf258f3ceeaf [2021-03-10T00:49:42.914Z] ---> 49712235b847 [2021-03-10T00:49:42.914Z] Step 28/31 : CMD ["gate"] [2021-03-10T00:49:43.899Z] ---> Running in e94b620af520 [2021-03-10T00:49:44.179Z] ---> 6f2bbc7f6f05 [2021-03-10T00:49:44.179Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T00:49:44.779Z] Removing intermediate container e94b620af520 [2021-03-10T00:49:44.779Z] ---> b0f6b18e972e [2021-03-10T00:49:44.779Z] Step 29/31 : LABEL arch=arm64 [2021-03-10T00:49:45.770Z] ---> Running in 1222c26af5df [2021-03-10T00:49:46.380Z] ---> fa593dca4316 [2021-03-10T00:49:46.380Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T00:49:46.380Z] Removing intermediate container 1222c26af5df [2021-03-10T00:49:46.380Z] ---> f3a4e4a6ba5f [2021-03-10T00:49:46.380Z] Step 30/31 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:49:46.994Z] ---> Running in 19236f6a5b7e [2021-03-10T00:49:47.597Z] ---> 8ca68978329b [2021-03-10T00:49:47.597Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T00:49:47.874Z] ---> Running in 3fe7fa266181 [2021-03-10T00:49:47.874Z] Removing intermediate container 19236f6a5b7e [2021-03-10T00:49:47.874Z] ---> b19f38fe94d4 [2021-03-10T00:49:47.874Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T00:49:48.470Z] ---> Running in ddf7dda4481b [2021-03-10T00:49:48.769Z] Removing intermediate container 3fe7fa266181 [2021-03-10T00:49:48.769Z] ---> 7a8e4b8a1f0a [2021-03-10T00:49:48.769Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:49:49.043Z] ---> Running in 8072bdf58d1d [2021-03-10T00:49:49.317Z] Removing intermediate container ddf7dda4481b [2021-03-10T00:49:49.318Z] ---> 51b7e1e485fd [2021-03-10T00:49:49.318Z] [2021-03-10T00:49:49.605Z] Removing intermediate container 8072bdf58d1d [2021-03-10T00:49:49.605Z] ---> dc3112076fd0 [2021-03-10T00:49:49.605Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T00:49:49.883Z] Removing intermediate container 328164549cfc [2021-03-10T00:49:49.883Z] ---> d6d52ad6a032 [2021-03-10T00:49:49.883Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T00:49:50.162Z] Successfully built 51b7e1e485fd [2021-03-10T00:49:50.162Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-10T00:49:50.162Z] Building docker-security-proxy-setup-go [2021-03-10T00:49:50.162Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 479e55355181 [2021-03-10T00:49:50.162Z] ---> Running in b8a1e23740a6 [2021-03-10T00:49:51.597Z] Removing intermediate container 479e55355181 [2021-03-10T00:49:51.597Z] ---> 43f4cee70c65 [2021-03-10T00:49:51.597Z] Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:49:51.597Z] ---> Running in 794dab6bcfdf [2021-03-10T00:49:52.191Z] Removing intermediate container 794dab6bcfdf [2021-03-10T00:49:52.191Z] ---> b7753bc27acf [2021-03-10T00:49:52.191Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:49:52.464Z] ---> Running in 1ff798e92ebc [2021-03-10T00:49:53.441Z] Removing intermediate container 1ff798e92ebc [2021-03-10T00:49:53.441Z] ---> d888e5b4d18c [2021-03-10T00:49:53.441Z] [2021-03-10T00:49:54.042Z] Successfully built d888e5b4d18c [2021-03-10T00:49:54.042Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-10T00:49:54.042Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-10T00:49:57.414Z] Collecting docker-compose==1.23.2 [2021-03-10T00:49:57.414Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T00:49:58.011Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T00:49:58.011Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T00:50:01.441Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T00:50:01.441Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T00:50:02.033Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T00:50:02.033Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T00:50:03.013Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T00:50:03.013Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T00:50:03.999Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T00:50:03.999Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T00:50:06.802Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T00:50:06.802Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T00:50:09.461Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-10T00:50:10.056Z] Collecting PyYAML<4,>=3.10 [2021-03-10T00:50:10.056Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T00:50:15.459Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T00:50:15.459Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T00:50:16.052Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T00:50:16.053Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T00:50:16.324Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T00:50:16.597Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T00:50:16.597Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-10T00:50:16.597Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-10T00:50:17.573Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T00:50:17.574Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T00:50:18.175Z] Collecting idna<2.8,>=2.5 [2021-03-10T00:50:18.175Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T00:50:18.175Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T00:50:18.175Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T00:50:18.175Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T00:50:18.175Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T00:50:18.772Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:50:18.772Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:50:18.772Z] ---> 341fb46df1aa [2021-03-10T00:50:18.772Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:50:18.772Z] ---> Using cache [2021-03-10T00:50:18.772Z] ---> 475a7d57043b [2021-03-10T00:50:18.772Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:50:18.772Z] ---> Using cache [2021-03-10T00:50:18.772Z] ---> 35e1dedc3bb6 [2021-03-10T00:50:18.772Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T00:50:19.757Z] Installing collected packages: dockerpty, jsonschema, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, texttable, PyYAML, docker-compose [2021-03-10T00:50:19.757Z] Running setup.py install for dockerpty: started [2021-03-10T00:50:20.034Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:50:20.034Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:50:20.034Z] ---> 341fb46df1aa [2021-03-10T00:50:20.034Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T00:50:20.034Z] ---> Using cache [2021-03-10T00:50:20.034Z] ---> 475a7d57043b [2021-03-10T00:50:20.034Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:50:20.034Z] ---> Using cache [2021-03-10T00:50:20.034Z] ---> 35e1dedc3bb6 [2021-03-10T00:50:20.034Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T00:50:22.695Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T00:50:25.351Z] Attempting uninstall: urllib3 [2021-03-10T00:50:25.351Z] Found existing installation: urllib3 1.25.9 [2021-03-10T00:50:25.351Z] Uninstalling urllib3-1.25.9: [2021-03-10T00:50:25.960Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T00:50:25.960Z] ---> Running in 773d0561f486 [2021-03-10T00:50:25.960Z] ---> Running in d4149c63eaeb [2021-03-10T00:50:26.559Z] Attempting uninstall: idna [2021-03-10T00:50:26.559Z] Found existing installation: idna 2.9 [2021-03-10T00:50:26.559Z] Uninstalling idna-2.9: [2021-03-10T00:50:26.835Z] Successfully uninstalled idna-2.9 [2021-03-10T00:50:27.818Z] Attempting uninstall: requests [2021-03-10T00:50:27.818Z] Found existing installation: requests 2.23.0 [2021-03-10T00:50:27.818Z] Uninstalling requests-2.23.0: [2021-03-10T00:50:27.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:27.818Z] Successfully uninstalled requests-2.23.0 [2021-03-10T00:50:28.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:28.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:28.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:29.583Z] OK: 217 MiB in 51 packages [2021-03-10T00:50:29.583Z] Running setup.py install for docopt: started [2021-03-10T00:50:29.858Z] OK: 217 MiB in 51 packages [2021-03-10T00:50:31.855Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:50:31.855Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:50:31.855Z] ---> 341fb46df1aa [2021-03-10T00:50:31.855Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T00:50:31.855Z] ---> Using cache [2021-03-10T00:50:31.855Z] ---> 475a7d57043b [2021-03-10T00:50:31.855Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:50:31.855Z] ---> Using cache [2021-03-10T00:50:31.855Z] ---> 35e1dedc3bb6 [2021-03-10T00:50:31.855Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T00:50:32.134Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T00:50:32.134Z] Running setup.py install for texttable: started [2021-03-10T00:50:32.134Z] ---> Running in aa328409be99 [2021-03-10T00:50:33.114Z] Removing intermediate container d4149c63eaeb [2021-03-10T00:50:33.114Z] ---> e1e65f47ff5a [2021-03-10T00:50:33.114Z] Step 6/24 : COPY go.mod . [2021-03-10T00:50:33.394Z] Removing intermediate container 773d0561f486 [2021-03-10T00:50:33.394Z] ---> 28eaf013886b [2021-03-10T00:50:33.394Z] Step 6/23 : COPY go.mod . [2021-03-10T00:50:34.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:34.604Z] ---> f3b9bd511118 [2021-03-10T00:50:34.604Z] Step 7/24 : RUN go mod download [2021-03-10T00:50:34.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:34.604Z] ---> 9877c2f47b78 [2021-03-10T00:50:34.604Z] Step 7/23 : RUN go mod download [2021-03-10T00:50:34.892Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T00:50:34.892Z] Running setup.py install for PyYAML: started [2021-03-10T00:50:34.892Z] ---> Running in 511268c3181f [2021-03-10T00:50:34.892Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:50:34.892Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:50:34.892Z] ---> 341fb46df1aa [2021-03-10T00:50:34.892Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:50:34.892Z] ---> Using cache [2021-03-10T00:50:34.892Z] ---> 475a7d57043b [2021-03-10T00:50:34.892Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:50:34.892Z] ---> Using cache [2021-03-10T00:50:34.892Z] ---> 35e1dedc3bb6 [2021-03-10T00:50:34.892Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T00:50:34.892Z] ---> Using cache [2021-03-10T00:50:34.892Z] ---> 28eaf013886b [2021-03-10T00:50:34.892Z] Step 6/23 : COPY go.mod . [2021-03-10T00:50:34.892Z] ---> Using cache [2021-03-10T00:50:34.892Z] ---> 9877c2f47b78 [2021-03-10T00:50:34.892Z] ---> Running in e06a9c17d1ce [2021-03-10T00:50:34.892Z] Step 7/23 : RUN go mod download [2021-03-10T00:50:34.892Z] ---> Running in 0330fb0dac0e [2021-03-10T00:50:35.487Z] OK: 217 MiB in 51 packages [2021-03-10T00:50:37.469Z] Removing intermediate container aa328409be99 [2021-03-10T00:50:37.469Z] ---> 313156070af0 [2021-03-10T00:50:37.469Z] Step 6/21 : COPY go.mod . [2021-03-10T00:50:38.458Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T00:50:38.733Z] ---> a43b6854e9e7 [2021-03-10T00:50:38.733Z] Step 7/21 : RUN go mod download [2021-03-10T00:50:39.020Z] ---> Running in 408a8317c2fe [2021-03-10T00:50:39.297Z] Removing intermediate container 511268c3181f [2021-03-10T00:50:39.297Z] ---> 96e8b30ce0e6 [2021-03-10T00:50:39.297Z] Step 8/24 : COPY . . [2021-03-10T00:50:39.934Z] Removing intermediate container 0330fb0dac0e [2021-03-10T00:50:39.934Z] ---> dfeb8fb98586 [2021-03-10T00:50:39.934Z] Step 8/23 : COPY . . [2021-03-10T00:50:39.934Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-10T00:50:39.934Z] Removing intermediate container e06a9c17d1ce [2021-03-10T00:50:39.934Z] ---> 7c304b5074ad [2021-03-10T00:50:39.934Z] Step 8/23 : COPY . . [2021-03-10T00:50:45.348Z] Removing intermediate container 408a8317c2fe [2021-03-10T00:50:45.348Z] ---> 173b72918470 [2021-03-10T00:50:45.348Z] Step 8/21 : COPY . . [2021-03-10T00:50:48.753Z] Removing intermediate container b8a1e23740a6 [2021-03-10T00:50:48.753Z] ---> 4a54228ca987 [2021-03-10T00:50:48.753Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T00:50:49.029Z] ---> Running in 2a28f9583bd2 [2021-03-10T00:50:51.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:51.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:51.304Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:50:51.304Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T00:50:51.581Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T00:50:51.581Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:50:51.581Z] OK: 71 MiB in 58 packages [2021-03-10T00:50:55.907Z] Removing intermediate container 2a28f9583bd2 [2021-03-10T00:50:55.907Z] ---> eb3d16e6797b [2021-03-10T00:50:55.907Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T00:50:55.907Z] ---> Running in c4a82abd4c6e [2021-03-10T00:50:56.504Z] Removing intermediate container c4a82abd4c6e [2021-03-10T00:50:56.504Z] ---> 2098e34895d0 [2021-03-10T00:50:56.504Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:50:57.102Z] ---> Running in 4da07b58f408 [2021-03-10T00:50:58.085Z] Removing intermediate container 4da07b58f408 [2021-03-10T00:50:58.085Z] ---> 91cbd1dd1d54 [2021-03-10T00:50:58.085Z] Step 24/26 : LABEL arch=arm64 [2021-03-10T00:50:58.359Z] ---> Running in c2b1ed273f62 [2021-03-10T00:50:59.348Z] Removing intermediate container c2b1ed273f62 [2021-03-10T00:50:59.348Z] ---> 8273a924b042 [2021-03-10T00:50:59.348Z] Step 25/26 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:50:59.946Z] ---> Running in 461631fa379f [2021-03-10T00:51:00.932Z] Removing intermediate container 461631fa379f [2021-03-10T00:51:00.932Z] ---> 79ea0c80811d [2021-03-10T00:51:00.932Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T00:51:01.529Z] ---> Running in 4ea0c3ccd8df [2021-03-10T00:51:01.529Z] ---> b93a6ac6c4bb [2021-03-10T00:51:01.529Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T00:51:01.814Z] ---> c3d3e3d4264b [2021-03-10T00:51:01.814Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T00:51:02.090Z] ---> Running in d0c4483736fc [2021-03-10T00:51:02.365Z] ---> Running in ec90535918b9 [2021-03-10T00:51:02.365Z] Removing intermediate container 4ea0c3ccd8df [2021-03-10T00:51:02.365Z] ---> 4169e4483c60 [2021-03-10T00:51:02.365Z] [2021-03-10T00:51:03.352Z] ---> aad929f35220 [2021-03-10T00:51:03.352Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T00:51:03.352Z] Successfully built 4169e4483c60 [2021-03-10T00:51:03.625Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-10T00:51:03.899Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 9fd6feb57c77 [2021-03-10T00:51:03.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T00:51:04.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T00:51:06.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T00:51:08.819Z] ---> f84ee41c369c [2021-03-10T00:51:08.819Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T00:51:08.820Z] ---> Running in 1f3a9c9b0ece [2021-03-10T00:51:10.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T00:52:18.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T00:52:22.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T00:52:30.671Z] Removing intermediate container ec90535918b9 [2021-03-10T00:52:30.671Z] ---> 1399bd56be53 [2021-03-10T00:52:30.671Z] [2021-03-10T00:52:30.671Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T00:52:30.671Z] ---> d10569e2745f [2021-03-10T00:52:30.671Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T00:52:30.671Z] ---> Running in 0b8a36afa958 [2021-03-10T00:52:31.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:52:31.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:52:32.156Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T00:52:32.156Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:52:32.156Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T00:52:32.156Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T00:52:32.437Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T00:52:32.437Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:52:32.437Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:52:32.437Z] OK: 7 MiB in 19 packages [2021-03-10T00:52:35.846Z] Removing intermediate container 0b8a36afa958 [2021-03-10T00:52:35.846Z] ---> cb900909fdbd [2021-03-10T00:52:35.846Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T00:52:36.118Z] ---> Running in 8104be7d4f77 [2021-03-10T00:52:36.717Z] Removing intermediate container 8104be7d4f77 [2021-03-10T00:52:36.717Z] ---> 638da2b2fc98 [2021-03-10T00:52:36.717Z] Step 13/24 : WORKDIR / [2021-03-10T00:52:36.996Z] Removing intermediate container 1f3a9c9b0ece [2021-03-10T00:52:36.996Z] ---> f3f1f86ceb75 [2021-03-10T00:52:36.996Z] [2021-03-10T00:52:36.996Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T00:52:36.996Z] ---> d10569e2745f [2021-03-10T00:52:36.996Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T00:52:36.996Z] ---> Running in 2f8107c6677a [2021-03-10T00:52:37.273Z] ---> Running in 1cc16b20850e [2021-03-10T00:52:38.261Z] Removing intermediate container 2f8107c6677a [2021-03-10T00:52:38.261Z] ---> eefdcacf16c2 [2021-03-10T00:52:38.261Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-10T00:52:38.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:52:38.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:52:39.466Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T00:52:39.466Z] ---> 6af5921312f1 [2021-03-10T00:52:39.466Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:52:39.466Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-10T00:52:39.466Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T00:52:39.466Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T00:52:39.466Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:52:39.466Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:52:39.741Z] OK: 7 MiB in 18 packages [2021-03-10T00:52:41.187Z] ---> 10ee3a3c4cc8 [2021-03-10T00:52:41.187Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T00:52:41.187Z] Removing intermediate container 9fd6feb57c77 [2021-03-10T00:52:41.187Z] ---> 4ac9fdb164b8 [2021-03-10T00:52:41.187Z] [2021-03-10T00:52:41.187Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:52:41.187Z] ---> d10569e2745f [2021-03-10T00:52:41.187Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:52:41.187Z] ---> Using cache [2021-03-10T00:52:41.187Z] ---> 554e4c24f222 [2021-03-10T00:52:41.187Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:52:41.187Z] ---> Using cache [2021-03-10T00:52:41.187Z] ---> ddb53de2aa6b [2021-03-10T00:52:41.187Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T00:52:41.461Z] ---> Running in 62918c7bd191 [2021-03-10T00:52:42.071Z] ---> 23f0365004a8 [2021-03-10T00:52:42.071Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T00:52:42.345Z] Removing intermediate container 1cc16b20850e [2021-03-10T00:52:42.345Z] ---> df1c44648607 [2021-03-10T00:52:42.345Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T00:52:42.345Z] Removing intermediate container 62918c7bd191 [2021-03-10T00:52:42.345Z] ---> d813a5fde610 [2021-03-10T00:52:42.345Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T00:52:42.345Z] ---> Running in 9050bb2fc355 [2021-03-10T00:52:42.618Z] ---> Running in a0cc4ad98866 [2021-03-10T00:52:43.217Z] Removing intermediate container 9050bb2fc355 [2021-03-10T00:52:43.217Z] ---> adbd945485ce [2021-03-10T00:52:43.217Z] Step 13/21 : WORKDIR /edgex [2021-03-10T00:52:43.217Z] Removing intermediate container a0cc4ad98866 [2021-03-10T00:52:43.217Z] ---> c21785d15e10 [2021-03-10T00:52:43.217Z] Step 15/23 : WORKDIR / [2021-03-10T00:52:43.217Z] ---> Running in 4a402cb9118c [2021-03-10T00:52:43.493Z] ---> Running in 66c4f5e03996 [2021-03-10T00:52:43.769Z] ---> efce71f22547 [2021-03-10T00:52:43.769Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T00:52:44.043Z] Removing intermediate container 4a402cb9118c [2021-03-10T00:52:44.043Z] ---> 425018f26c00 [2021-03-10T00:52:44.043Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T00:52:44.313Z] Removing intermediate container 66c4f5e03996 [2021-03-10T00:52:44.313Z] ---> d8ada62044f1 [2021-03-10T00:52:44.313Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:52:45.745Z] ---> 3a60a89b43d9 [2021-03-10T00:52:45.745Z] ---> c6bdbf089215 [2021-03-10T00:52:45.745Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T00:52:45.745Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T00:52:45.745Z] ---> 2913828e4799 [2021-03-10T00:52:45.745Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T00:52:46.024Z] Removing intermediate container d0c4483736fc [2021-03-10T00:52:46.024Z] ---> 00820443d813 [2021-03-10T00:52:46.024Z] [2021-03-10T00:52:46.024Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:52:46.024Z] ---> d10569e2745f [2021-03-10T00:52:46.024Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:52:46.024Z] ---> Using cache [2021-03-10T00:52:46.024Z] ---> 554e4c24f222 [2021-03-10T00:52:46.024Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:52:46.024Z] ---> Using cache [2021-03-10T00:52:46.024Z] ---> ddb53de2aa6b [2021-03-10T00:52:46.024Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T00:52:46.625Z] ---> Running in 71959be64b7b [2021-03-10T00:52:46.625Z] ---> 0ee8cc10af30 [2021-03-10T00:52:46.625Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-10T00:52:46.894Z] ---> Running in 8bc0b5747f20 [2021-03-10T00:52:46.895Z] ---> 9e4157aebac1 [2021-03-10T00:52:46.895Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T00:52:47.166Z] Removing intermediate container 71959be64b7b [2021-03-10T00:52:47.166Z] ---> 4123691ca2a2 [2021-03-10T00:52:47.166Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T00:52:47.166Z] ---> 2bdd038af2a2 [2021-03-10T00:52:47.166Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T00:52:47.436Z] ---> Running in 085fce793c21 [2021-03-10T00:52:48.414Z] Removing intermediate container 085fce793c21 [2021-03-10T00:52:48.414Z] ---> 831ed9cf599b [2021-03-10T00:52:48.414Z] Step 15/23 : WORKDIR / [2021-03-10T00:52:48.414Z] ---> b7110b53c993 [2021-03-10T00:52:48.414Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T00:52:48.414Z] ---> Running in 99e499a490e4 [2021-03-10T00:52:48.414Z] ---> 6f79a8568480 [2021-03-10T00:52:48.414Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T00:52:48.414Z] ---> Running in 4e2f61b2c183 [2021-03-10T00:52:48.693Z] ---> Running in 493428294c90 [2021-03-10T00:52:48.974Z] Removing intermediate container 99e499a490e4 [2021-03-10T00:52:48.974Z] ---> 1a79c4fdb773 [2021-03-10T00:52:48.974Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:52:49.248Z] Removing intermediate container 4e2f61b2c183 [2021-03-10T00:52:49.248Z] Removing intermediate container 493428294c90 [2021-03-10T00:52:49.248Z] ---> 1763598b55c6 [2021-03-10T00:52:49.248Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T00:52:49.248Z] ---> b697485d0b02 [2021-03-10T00:52:49.248Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:52:49.521Z] ---> Running in a1af1d06f695 [2021-03-10T00:52:49.521Z] ---> Running in f073a680b873 [2021-03-10T00:52:49.521Z] Removing intermediate container 8bc0b5747f20 [2021-03-10T00:52:49.521Z] ---> 079f43711bc4 [2021-03-10T00:52:49.521Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T00:52:49.795Z] ---> Running in ea23b229d763 [2021-03-10T00:52:50.066Z] ---> 6e07be22093b [2021-03-10T00:52:50.066Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T00:52:50.066Z] Removing intermediate container a1af1d06f695 [2021-03-10T00:52:50.066Z] ---> 5e90aceb212e [2021-03-10T00:52:50.066Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T00:52:50.066Z] Removing intermediate container f073a680b873 [2021-03-10T00:52:50.066Z] ---> 844f569211ed [2021-03-10T00:52:50.066Z] Step 19/21 : LABEL arch=arm64 [2021-03-10T00:52:50.349Z] ---> Running in 5cf67cb13413 [2021-03-10T00:52:50.349Z] ---> Running in a6d17bbce7b8 [2021-03-10T00:52:50.349Z] Removing intermediate container ea23b229d763 [2021-03-10T00:52:50.349Z] ---> c324b268fd47 [2021-03-10T00:52:50.349Z] Step 22/24 : LABEL arch=arm64 [2021-03-10T00:52:50.946Z] ---> Running in c3b9b09b0328 [2021-03-10T00:52:50.946Z] Removing intermediate container 5cf67cb13413 [2021-03-10T00:52:50.946Z] ---> 0cd973e2d7c7 [2021-03-10T00:52:50.946Z] Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:52:50.946Z] Removing intermediate container a6d17bbce7b8 [2021-03-10T00:52:50.946Z] ---> c0029771472c [2021-03-10T00:52:50.946Z] Step 20/21 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:52:51.219Z] ---> Running in 8592c90cd916 [2021-03-10T00:52:51.219Z] ---> Running in 5578f1f03e3b [2021-03-10T00:52:51.494Z] Removing intermediate container c3b9b09b0328 [2021-03-10T00:52:51.494Z] ---> f418af911442 [2021-03-10T00:52:51.494Z] Step 23/24 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:52:51.494Z] ---> 4ae0e8ba2e7f [2021-03-10T00:52:51.494Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T00:52:51.494Z] ---> Running in 8d96e9a6d51c [2021-03-10T00:52:51.769Z] Removing intermediate container 8592c90cd916 [2021-03-10T00:52:51.769Z] ---> 36e7ed655bea [2021-03-10T00:52:51.769Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T00:52:52.041Z] Removing intermediate container 5578f1f03e3b [2021-03-10T00:52:52.041Z] ---> 1b1b74b27bf5 [2021-03-10T00:52:52.041Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:52:52.041Z] ---> Running in 2782e4b924f2 [2021-03-10T00:52:52.311Z] ---> Running in b076d47282ee [2021-03-10T00:52:52.311Z] Removing intermediate container 8d96e9a6d51c [2021-03-10T00:52:52.311Z] ---> 0fefb97f868f [2021-03-10T00:52:52.311Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T00:52:52.584Z] ---> Running in 2c8a5baf193a [2021-03-10T00:52:52.584Z] ---> c2405ad4f617 [2021-03-10T00:52:52.584Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T00:52:52.584Z] Removing intermediate container 2782e4b924f2 [2021-03-10T00:52:52.584Z] ---> 5c3f75edd843 [2021-03-10T00:52:52.584Z] [2021-03-10T00:52:52.852Z] Removing intermediate container b076d47282ee [2021-03-10T00:52:52.852Z] ---> 683cfb090d01 [2021-03-10T00:52:52.852Z] [2021-03-10T00:52:53.125Z] ---> Running in 52e3a296bf99 [2021-03-10T00:52:53.125Z] Successfully built 5c3f75edd843 [2021-03-10T00:52:53.125Z] Removing intermediate container 2c8a5baf193a [2021-03-10T00:52:53.125Z] ---> 3313e364f369 [2021-03-10T00:52:53.125Z] [2021-03-10T00:52:53.125Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-10T00:52:53.396Z]  Building docker-security-proxy-setup-go ... done Successfully built 683cfb090d01 [2021-03-10T00:52:53.396Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-10T00:52:53.665Z]  Building docker-core-command-go ... done Successfully built 3313e364f369 [2021-03-10T00:52:53.665Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-10T00:52:53.665Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 52e3a296bf99 [2021-03-10T00:52:53.665Z] ---> 013eaeb9ee81 [2021-03-10T00:52:53.665Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:52:53.935Z] ---> Running in ebd365af6464 [2021-03-10T00:52:54.208Z] Removing intermediate container ebd365af6464 [2021-03-10T00:52:54.208Z] ---> f452b0a7e0ee [2021-03-10T00:52:54.208Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T00:52:54.486Z] ---> Running in 79239542d04a [2021-03-10T00:52:54.757Z] Removing intermediate container 79239542d04a [2021-03-10T00:52:54.757Z] ---> 9307a0f6f9ee [2021-03-10T00:52:54.757Z] Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce [2021-03-10T00:52:55.031Z] ---> Running in 2a31432afc4b [2021-03-10T00:52:55.626Z] Removing intermediate container 2a31432afc4b [2021-03-10T00:52:55.626Z] ---> 5e00e045f022 [2021-03-10T00:52:55.626Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:52:55.626Z] ---> Running in 43d867640045 [2021-03-10T00:52:56.219Z] Removing intermediate container 43d867640045 [2021-03-10T00:52:56.219Z] ---> f4a6129257a5 [2021-03-10T00:52:56.219Z] [2021-03-10T00:52:56.492Z] Successfully built f4a6129257a5 [2021-03-10T00:52:56.492Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-10T00:52:57.101Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-03-10T00:52:57.133Z] $ docker stop --time=1 dd6f7527b350fe6069c0f15abae2041cc4701fa641c3b138a575098995762c21 [2021-03-10T00:52:59.113Z] $ docker rm -f dd6f7527b350fe6069c0f15abae2041cc4701fa641c3b138a575098995762c21 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T00:52:59.806Z] + + dockergrep docker images [2021-03-10T00:52:59.806Z] [2021-03-10T00:53:00.077Z] docker-core-metadata-go-arm64 latest f4a6129257a5 4 seconds ago 17.9MB [2021-03-10T00:53:00.077Z] docker-security-proxy-setup-go-arm64 latest 5c3f75edd843 7 seconds ago 23.4MB [2021-03-10T00:53:00.077Z] docker-core-command-go-arm64 latest 683cfb090d01 7 seconds ago 16.2MB [2021-03-10T00:53:00.077Z] docker-security-secretstore-setup-go-arm64 latest 3313e364f369 7 seconds ago 23.7MB [2021-03-10T00:53:00.077Z] docker-sys-mgmt-agent-go-arm64 latest 4169e4483c60 About a minute ago 300MB [2021-03-10T00:53:00.077Z] docker-core-data-go-arm64 latest d888e5b4d18c 3 minutes ago 21.3MB [2021-03-10T00:53:00.077Z] docker-security-bootstrapper-go-arm64 latest 51b7e1e485fd 3 minutes ago 17.8MB [2021-03-10T00:53:00.077Z] docker-support-notifications-go-arm64 latest 50e7ebe80c59 3 minutes ago 16.9MB [2021-03-10T00:53:00.077Z] docker-support-scheduler-go-arm64 latest 51d27c651697 3 minutes ago 16.3MB [2021-03-10T00:53:00.077Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:53:01.220Z] ---> job-cost.sh [2021-03-10T00:53:01.220Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-adea [2021-03-10T00:53:48.177Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T00:55:24.924Z] lf-activate-venv(): INFO: Adding /tmp/venv-adea/bin to PATH [2021-03-10T00:55:24.924Z] INFO: No Stack... [2021-03-10T00:55:25.196Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T00:55:25.786Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T00:55:26.123Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-03-10T00:55:26.123Z] + cut -d, -f6 [Pipeline] lock [2021-03-10T00:55:26.224Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-6-stack-cost] [2021-03-10T00:55:26.238Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3223-6-stack-cost] did not exist. Created. [2021-03-10T00:55:26.238Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T00:55:26.670Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T00:55:26.990Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T00:55:27.034Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:29.421Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:30.440Z] ---> package-listing.sh [2021-03-10T00:55:30.440Z] ++ facter osfamily [2021-03-10T00:55:30.440Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T00:55:30.440Z] + OS_FAMILY=redhat [2021-03-10T00:55:30.440Z] + workspace=/w/workspace/edgex-go/6 [2021-03-10T00:55:30.440Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T00:55:30.440Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T00:55:30.440Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T00:55:30.440Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T00:55:30.440Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-10T00:55:30.440Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T00:55:30.440Z] + case "${OS_FAMILY}" in [2021-03-10T00:55:30.440Z] + rpm -qa [2021-03-10T00:55:30.440Z] + sort [2021-03-10T00:55:35.747Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T00:55:35.747Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T00:55:35.747Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T00:55:35.747Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-10T00:55:35.747Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-03-10T00:55:35.747Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-03-10T00:55:35.761Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T00:55:36.051Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:55:36.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T00:55:36.365Z] [2021-03-10T00:55:36.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:55:36.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T00:55:36.729Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T00:55:36.729Z] df20fa9351a1: Pulling fs layer [2021-03-10T00:55:36.729Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T00:55:36.729Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T00:55:36.729Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T00:55:36.729Z] 93b61091891f: Pulling fs layer [2021-03-10T00:55:36.729Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T00:55:36.729Z] 5e14af77c1be: Pulling fs layer [2021-03-10T00:55:36.729Z] 01666e4c0597: Pulling fs layer [2021-03-10T00:55:36.729Z] aa168da1d23b: Pulling fs layer [2021-03-10T00:55:36.729Z] 93b9cdb0e59b: Waiting [2021-03-10T00:55:36.729Z] 93b61091891f: Waiting [2021-03-10T00:55:36.729Z] 46f8f816bc3b: Waiting [2021-03-10T00:55:36.729Z] 5e14af77c1be: Waiting [2021-03-10T00:55:36.729Z] aa168da1d23b: Waiting [2021-03-10T00:55:36.729Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T00:55:36.729Z] 36b3adc4ff6f: Download complete [2021-03-10T00:55:36.729Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T00:55:36.729Z] 46f8f816bc3b: Download complete [2021-03-10T00:55:36.729Z] df20fa9351a1: Verifying Checksum [2021-03-10T00:55:36.729Z] df20fa9351a1: Download complete [2021-03-10T00:55:36.995Z] 93b9cdb0e59b: Download complete [2021-03-10T00:55:36.995Z] 5e14af77c1be: Download complete [2021-03-10T00:55:36.995Z] 01666e4c0597: Verifying Checksum [2021-03-10T00:55:36.995Z] 01666e4c0597: Download complete [2021-03-10T00:55:36.995Z] 93b61091891f: Verifying Checksum [2021-03-10T00:55:36.995Z] 93b61091891f: Download complete [2021-03-10T00:55:36.995Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T00:55:36.995Z] 8ad3a11d3b57: Download complete [2021-03-10T00:55:37.269Z] df20fa9351a1: Pull complete [2021-03-10T00:55:37.551Z] 36b3adc4ff6f: Pull complete [2021-03-10T00:55:38.521Z] 8ad3a11d3b57: Pull complete [2021-03-10T00:55:38.521Z] 46f8f816bc3b: Pull complete [2021-03-10T00:55:39.096Z] aa168da1d23b: Verifying Checksum [2021-03-10T00:55:39.096Z] aa168da1d23b: Download complete [2021-03-10T00:55:40.050Z] 93b61091891f: Pull complete [2021-03-10T00:55:40.050Z] 93b9cdb0e59b: Pull complete [2021-03-10T00:55:40.332Z] 5e14af77c1be: Pull complete [2021-03-10T00:55:40.332Z] 01666e4c0597: Pull complete [2021-03-10T00:55:48.593Z] aa168da1d23b: Pull complete [2021-03-10T00:55:48.593Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T00:55:48.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T00:55:48.593Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T00:55:48.797Z] prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container [2021-03-10T00:55:48.851Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T00:55:52.344Z] $ docker top 093a9d42e8dda5a9a1bba58591f48801ab9b855c5ad9c129f4798c827ed0008a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:55:52.962Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T00:55:53.271Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T00:55:53.570Z] + ls /var/log/sa-host [2021-03-10T00:55:53.570Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T00:55:53.570Z] file_magic: OK [2021-03-10T00:55:53.570Z] HZ: Using current value: 100 [2021-03-10T00:55:53.570Z] file_header: OK [2021-03-10T00:55:53.570Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-10T00:55:53.570Z] Statistics: [2021-03-10T00:55:53.570Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T00:55:53.570Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T00:55:53.570Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T00:55:53.570Z] file_magic: OK [2021-03-10T00:55:53.570Z] HZ: Using current value: 100 [2021-03-10T00:55:53.570Z] file_header: OK [2021-03-10T00:55:53.570Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-10T00:55:53.570Z] Statistics: [2021-03-10T00:55:53.570Z] Hnuu...uuuununununu... [2021-03-10T00:55:53.570Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T00:55:53.813Z] provisioning config files... [2021-03-10T00:55:53.833Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config7602375129011052718tmp [Pipeline] { [Pipeline] echo [2021-03-10T00:55:53.919Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:54.221Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T00:55:54.231Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T00:55:54.334Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:54.642Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T00:55:54.654Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:54.963Z] ---> sudo-logs.sh [2021-03-10T00:55:54.963Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T00:55:55.088Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:55.387Z] ---> job-cost.sh [2021-03-10T00:55:55.388Z] lf-activate-venv: SKIPPING [2021-03-10T00:55:55.388Z] DEBUG: total: 0.20999999344348907 [2021-03-10T00:55:55.388Z] INFO: Retrieving Stack Cost... [2021-03-10T00:55:56.777Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T00:55:57.039Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T00:55:57.054Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:57.349Z] ---> logs-deploy.sh [2021-03-10T00:55:57.349Z] lf-activate-venv: SKIPPING [2021-03-10T00:55:57.349Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/6 [2021-03-10T00:55:57.349Z] INFO: archiving workspace using pattern(s): [2021-03-10T00:55:58.764Z] Archives upload complete. [2021-03-10T00:55:58.764Z] INFO: archiving logs to Nexus