Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at afdb9f2a3541b593beed41fd247753118ef1ae38 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from afdb9f2a3541b593beed41fd247753118ef1ae38 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27426 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/69 [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/69 # 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 afdb9f2a3541b593beed41fd247753118ef1ae38 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 382b2afe2677e9c91a063c78630d1ff8b858e839 Checking out Revision 382b2afe2677e9c91a063c78630d1ff8b858e839 (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 382b2afe2677e9c91a063c78630d1ff8b858e839 # timeout=10 Commit message: "Merge commit 'afdb9f2a3541b593beed41fd247753118ef1ae38' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk cec897b14f5dc8efc53b182c39925dde1789c8eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-24T00:31:09.994Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-24T00:31:10.318Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-24T00:31:10.484Z] ========================================================= [2021-02-24T00:31:10.484Z] EdgeX Global Pipelines Version Info [2021-02-24T00:31:10.484Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:31:12.070Z] ------------------- [2021-02-24T00:31:12.070Z] stable info: [2021-02-24T00:31:12.070Z] ------------------- [2021-02-24T00:31:12.070Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-24T00:31:12.070Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T00:31:12.070Z] Message: update stable to v1.0.181 [2021-02-24T00:31:13.026Z] ------------------- [2021-02-24T00:31:13.026Z] experimental info: [2021-02-24T00:31:13.026Z] ------------------- [2021-02-24T00:31:13.026Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-24T00:31:13.026Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T00:31:13.026Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-24T00:31:13.286Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-24T00:31:13.370Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-24T00:31:13.465Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-24T00:31:13.546Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-24T00:31:13.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-24T00:31:13.769Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-24T00:31:13.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-24T00:31:13.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-24T00:31:14.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-24T00:31:14.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-24T00:31:14.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-24T00:31:14.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-24T00:31:14.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-24T00:31:14.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-24T00:31:14.660Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-24T00:31:14.773Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-24T00:31:14.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-24T00:31:14.993Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-24T00:31:15.078Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-24T00:31:15.155Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-24T00:31:15.233Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-24T00:31:15.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-24T00:31:15.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-24T00:31:15.471Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-24T00:31:15.550Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 382b2afe2677e9c91a063c78630d1ff8b858e839 [Pipeline] echo [2021-02-24T00:31:15.693Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 382b2af [Pipeline] echo [2021-02-24T00:31:15.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T00:31:16.003Z] provisioning config files... [2021-02-24T00:31:16.043Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/69@tmp/config2638801117430934250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:31:16.397Z] ---> docker-login.sh [2021-02-24T00:31:16.397Z] nexus3.edgexfoundry.org:10001 [2021-02-24T00:31:16.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:31:16.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:31:16.661Z] Configure a credential helper to remove this warning. See [2021-02-24T00:31:16.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:31:16.661Z] [2021-02-24T00:31:16.661Z] Login Succeeded [2021-02-24T00:31:16.661Z] nexus3.edgexfoundry.org:10002 [2021-02-24T00:31:16.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:31:16.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:31:16.927Z] Configure a credential helper to remove this warning. See [2021-02-24T00:31:16.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:31:16.927Z] [2021-02-24T00:31:16.927Z] Login Succeeded [2021-02-24T00:31:16.927Z] nexus3.edgexfoundry.org:10003 [2021-02-24T00:31:17.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:31:17.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:31:17.189Z] Configure a credential helper to remove this warning. See [2021-02-24T00:31:17.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:31:17.189Z] [2021-02-24T00:31:17.189Z] Login Succeeded [2021-02-24T00:31:17.189Z] nexus3.edgexfoundry.org:10004 [2021-02-24T00:31:17.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:31:17.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:31:17.452Z] Configure a credential helper to remove this warning. See [2021-02-24T00:31:17.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:31:17.452Z] [2021-02-24T00:31:17.452Z] Login Succeeded [2021-02-24T00:31:17.452Z] docker.io [2021-02-24T00:31:17.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:31:17.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:31:17.715Z] Configure a credential helper to remove this warning. See [2021-02-24T00:31:17.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:31:17.715Z] [2021-02-24T00:31:17.715Z] Login Succeeded [2021-02-24T00:31:17.715Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T00:31:17.724Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T00:31:18.176Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-24T00:31:18.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:31:18.176Z] ++ dirname cmd/core-command/Dockerfile [2021-02-24T00:31:18.176Z] ++ cut -d/ -f2 [2021-02-24T00:31:18.176Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-24T00:31:18.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:31:18.176Z] ++ dirname cmd/core-data/Dockerfile [2021-02-24T00:31:18.176Z] ++ cut -d/ -f2 [2021-02-24T00:31:18.176Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-24T00:31:18.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:31:18.176Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-24T00:31:18.176Z] ++ cut -d/ -f2 [2021-02-24T00:31:18.176Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-24T00:31:18.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:31:18.176Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-24T00:31:18.176Z] ++ cut -d/ -f2 [2021-02-24T00:31:18.176Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-24T00:31:18.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:31:18.176Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-24T00:31:18.176Z] ++ cut -d/ -f2 [2021-02-24T00:31:18.176Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-24T00:31:18.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:31:18.176Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-24T00:31:18.176Z] ++ cut -d/ -f2 [2021-02-24T00:31:18.176Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-24T00:31:18.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:31:18.176Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-24T00:31:18.176Z] ++ cut -d/ -f2 [2021-02-24T00:31:18.176Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-24T00:31:18.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:31:18.176Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-24T00:31:18.176Z] ++ cut -d/ -f2 [2021-02-24T00:31:18.176Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-24T00:31:18.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:31:18.176Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-24T00:31:18.176Z] ++ cut -d/ -f2 [2021-02-24T00:31:18.176Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-24T00:31:18.255Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:31:19.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T00:31:19.131Z] [2021-02-24T00:31:19.131Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:31:19.478Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T00:31:19.478Z] latest: Pulling from edgex-devops/git-semver [2021-02-24T00:31:19.478Z] 31603596830f: Pulling fs layer [2021-02-24T00:31:19.478Z] 2a8b12db71e7: Pulling fs layer [2021-02-24T00:31:19.478Z] 6ca5941a6612: Pulling fs layer [2021-02-24T00:31:19.478Z] ecc8261a40a4: Pulling fs layer [2021-02-24T00:31:19.478Z] ecc8261a40a4: Waiting [2021-02-24T00:31:19.478Z] 2a8b12db71e7: Verifying Checksum [2021-02-24T00:31:19.478Z] 2a8b12db71e7: Download complete [2021-02-24T00:31:19.744Z] 31603596830f: Verifying Checksum [2021-02-24T00:31:19.744Z] 31603596830f: Download complete [2021-02-24T00:31:19.744Z] ecc8261a40a4: Verifying Checksum [2021-02-24T00:31:19.744Z] ecc8261a40a4: Download complete [2021-02-24T00:31:19.744Z] 6ca5941a6612: Verifying Checksum [2021-02-24T00:31:19.744Z] 6ca5941a6612: Download complete [2021-02-24T00:31:20.010Z] 31603596830f: Pull complete [2021-02-24T00:31:20.278Z] 2a8b12db71e7: Pull complete [2021-02-24T00:31:21.240Z] 6ca5941a6612: Pull complete [2021-02-24T00:31:21.240Z] ecc8261a40a4: Pull complete [2021-02-24T00:31:21.240Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-24T00:31:21.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T00:31:21.503Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-24T00:31:21.611Z] prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container [2021-02-24T00:31:21.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-24T00:31:24.200Z] $ docker top 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-24T00:31:24.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T00:31:24.582Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T00:31:24.859Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T00:31:24.863Z] $ docker exec 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a ssh-agent [2021-02-24T00:31:25.051Z] SSH_AUTH_SOCK=/tmp/ssh-xn9UjiBMQO7F/agent.12 [2021-02-24T00:31:25.051Z] SSH_AGENT_PID=18 [2021-02-24T00:31:25.063Z] Running ssh-add (command line suppressed) [2021-02-24T00:31:25.202Z] Identity added: /w/workspace/edgex-go/69@tmp/private_key_3537562291621957863.key (/w/workspace/edgex-go/69@tmp/private_key_3537562291621957863.key) [2021-02-24T00:31:25.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T00:31:25.597Z] + git tag --points-at HEAD [Pipeline] } [2021-02-24T00:31:25.626Z] $ docker exec --env ******** --env ******** 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a ssh-agent -k [2021-02-24T00:31:25.752Z] unset SSH_AUTH_SOCK; [2021-02-24T00:31:25.752Z] unset SSH_AGENT_PID; [2021-02-24T00:31:25.752Z] echo Agent pid 18 killed; [2021-02-24T00:31:25.800Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-24T00:31:25.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T00:31:25.927Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T00:31:26.110Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T00:31:26.114Z] $ docker exec 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a ssh-agent [2021-02-24T00:31:26.298Z] SSH_AUTH_SOCK=/tmp/ssh-IsVX1EdmivB4/agent.47 [2021-02-24T00:31:26.298Z] SSH_AGENT_PID=52 [2021-02-24T00:31:26.306Z] Running ssh-add (command line suppressed) [2021-02-24T00:31:26.454Z] Identity added: /w/workspace/edgex-go/69@tmp/private_key_1817827126801312922.key (/w/workspace/edgex-go/69@tmp/private_key_1817827126801312922.key) [2021-02-24T00:31:26.510Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T00:31:26.847Z] + git semver init [2021-02-24T00:31:26.847Z] # -> Open(): unable to determine branch for HEAD [2021-02-24T00:31:26.847Z] # $GIT_DIR = /w/workspace/edgex-go/69/.git [2021-02-24T00:31:26.847Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/69 [2021-02-24T00:31:26.847Z] # $SEMVER_REMOTE_NAME = origin [2021-02-24T00:31:26.847Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-24T00:31:26.847Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-24T00:31:26.847Z] # $SEMVER_BRANCH = PR-2858 [2021-02-24T00:31:26.847Z] # $SEMVER_TEMP = /tmp/semver-620623760 [2021-02-24T00:31:26.847Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-24T00:31:53.528Z] # '/tmp/semver-620623760' -> '/w/workspace/edgex-go/69/.semver' [2021-02-24T00:31:53.528Z] # -> Force: false [2021-02-24T00:31:53.528Z] # $SEMVER_DIR = /w/workspace/edgex-go/69/.semver [Pipeline] } [2021-02-24T00:31:53.541Z] $ docker exec --env ******** --env ******** 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a ssh-agent -k [2021-02-24T00:31:53.840Z] unset SSH_AUTH_SOCK; [2021-02-24T00:31:53.841Z] unset SSH_AGENT_PID; [2021-02-24T00:31:53.841Z] echo Agent pid 52 killed; [2021-02-24T00:31:53.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T00:31:54.439Z] + git semver [Pipeline] } [2021-02-24T00:31:54.462Z] $ docker stop --time=1 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a [2021-02-24T00:31:56.092Z] $ docker rm -f 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T00:31:56.670Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-24T00:31:57.250Z] Stashed 1 file(s) [Pipeline] echo [2021-02-24T00:31:57.253Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T00:31:58.104Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-24T00:31:58.408Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T00:31:58.710Z] + sudo service docker restart [2021-02-24T00:31:58.711Z] + true [2021-02-24T00:31:58.711Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-24T00:31:59.301Z] ========================================================= [2021-02-24T00:31:59.301Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-24T00:31:59.301Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:31:59.643Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-24T00:32:03.904Z] Sending build context to Docker daemon 328MB [2021-02-24T00:32:03.904Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T00:32:03.904Z] Step 2/6 : FROM ${BASE} [2021-02-24T00:32:03.904Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-24T00:32:03.904Z] 188c0c94c7c5: Pulling fs layer [2021-02-24T00:32:03.904Z] 0ef7d3d256c8: Pulling fs layer [2021-02-24T00:32:03.904Z] de9db76c5a1d: Pulling fs layer [2021-02-24T00:32:03.904Z] bca2f99d35d6: Pulling fs layer [2021-02-24T00:32:03.904Z] 93359f2a8cfa: Pulling fs layer [2021-02-24T00:32:03.904Z] 7c6f9722023f: Pulling fs layer [2021-02-24T00:32:03.904Z] a35cf1a2eb13: Pulling fs layer [2021-02-24T00:32:03.904Z] 93359f2a8cfa: Waiting [2021-02-24T00:32:03.904Z] 7c6f9722023f: Waiting [2021-02-24T00:32:03.904Z] a35cf1a2eb13: Waiting [2021-02-24T00:32:03.904Z] bca2f99d35d6: Waiting [2021-02-24T00:32:03.904Z] de9db76c5a1d: Download complete [2021-02-24T00:32:03.904Z] 0ef7d3d256c8: Download complete [2021-02-24T00:32:03.904Z] 93359f2a8cfa: Verifying Checksum [2021-02-24T00:32:03.904Z] 93359f2a8cfa: Download complete [2021-02-24T00:32:03.904Z] 7c6f9722023f: Verifying Checksum [2021-02-24T00:32:03.904Z] 7c6f9722023f: Download complete [2021-02-24T00:32:03.904Z] 188c0c94c7c5: Download complete [2021-02-24T00:32:04.173Z] 188c0c94c7c5: Pull complete [2021-02-24T00:32:04.445Z] 0ef7d3d256c8: Pull complete [2021-02-24T00:32:04.445Z] de9db76c5a1d: Pull complete [2021-02-24T00:32:05.420Z] a35cf1a2eb13: Verifying Checksum [2021-02-24T00:32:05.420Z] a35cf1a2eb13: Download complete [2021-02-24T00:32:05.686Z] bca2f99d35d6: Verifying Checksum [2021-02-24T00:32:05.686Z] bca2f99d35d6: Download complete [2021-02-24T00:32:12.333Z] bca2f99d35d6: Pull complete [2021-02-24T00:32:12.333Z] 93359f2a8cfa: Pull complete [2021-02-24T00:32:12.333Z] 7c6f9722023f: Pull complete [2021-02-24T00:32:12.598Z] Still waiting to schedule task [2021-02-24T00:32:12.598Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-24T00:32:17.658Z] a35cf1a2eb13: Pull complete [2021-02-24T00:32:17.658Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-24T00:32:17.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-24T00:32:17.658Z] ---> a62c8e92a672 [2021-02-24T00:32:17.658Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-24T00:32:17.658Z] ---> Running in 7e9a35e457ec [2021-02-24T00:32:18.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:32:19.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:32:19.761Z] (1/12) Installing libmagic (5.38-r0) [2021-02-24T00:32:19.761Z] (2/12) Installing file (5.38-r0) [2021-02-24T00:32:20.023Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-24T00:32:20.023Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-24T00:32:34.970Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-24T00:32:34.971Z] (6/12) Installing patch (2.7.6-r6) [2021-02-24T00:32:34.971Z] (7/12) Installing build-base (0.5-r2) [2021-02-24T00:32:34.971Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-24T00:32:34.971Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-24T00:32:34.971Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-24T00:32:34.971Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-24T00:32:34.971Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-24T00:32:34.971Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:32:34.971Z] OK: 233 MiB in 51 packages [2021-02-24T00:32:36.899Z] Removing intermediate container 7e9a35e457ec [2021-02-24T00:32:36.899Z] ---> 938aeaa72305 [2021-02-24T00:32:36.899Z] Step 4/6 : WORKDIR /edgex-go [2021-02-24T00:32:36.899Z] ---> Running in 9a7adc2cecd1 [2021-02-24T00:32:37.161Z] Removing intermediate container 9a7adc2cecd1 [2021-02-24T00:32:37.161Z] ---> eeb1854a4726 [2021-02-24T00:32:37.161Z] Step 5/6 : COPY go.mod . [2021-02-24T00:32:37.426Z] ---> 01adc0fbc278 [2021-02-24T00:32:37.426Z] Step 6/6 : RUN go mod download [2021-02-24T00:32:37.426Z] ---> Running in f4a3f27b1359 [2021-02-24T00:32:59.472Z] Removing intermediate container f4a3f27b1359 [2021-02-24T00:32:59.472Z] ---> 1bfbde85c781 [2021-02-24T00:32:59.472Z] Successfully built 1bfbde85c781 [2021-02-24T00:32:59.472Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:32:59.860Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T00:32:59.860Z] . [Pipeline] withDockerContainer [2021-02-24T00:32:59.970Z] prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container [2021-02-24T00:33:00.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-24T00:33:00.871Z] $ docker top 17414d1328c696ca509ec196264668373a3e879f009fd7540aca726724d61c05 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:33:01.383Z] + go version [2021-02-24T00:33:01.383Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-24T00:33:01.397Z] $ docker stop --time=1 17414d1328c696ca509ec196264668373a3e879f009fd7540aca726724d61c05 [2021-02-24T00:33:02.789Z] $ docker rm -f 17414d1328c696ca509ec196264668373a3e879f009fd7540aca726724d61c05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:33:03.716Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T00:33:03.716Z] . [Pipeline] withDockerContainer [2021-02-24T00:33:03.829Z] prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container [2021-02-24T00:33:03.877Z] $ 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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-24T00:33:04.601Z] $ docker top d6a6b98f07eb6850775801bd204c6b05109efe14eacb6462dfcd9a0e0a8d94bb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-24T00:33:04.837Z] ========================================================= [2021-02-24T00:33:04.837Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-24T00:33:04.837Z] ========================================================= [Pipeline] sh [2021-02-24T00:33:05.130Z] + make test [2021-02-24T00:33:05.130Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-24T00:33:13.332Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-24T00:33:31.596Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-24T00:33:38.274Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-24T00:33:38.274Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-24T00:33:38.274Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-24T00:33:40.888Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-24T00:33:40.888Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-24T00:33:40.888Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-24T00:33:40.888Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-24T00:33:40.888Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-24T00:33:41.470Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-24T00:33:43.423Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-24T00:33:43.423Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-24T00:33:43.423Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-24T00:33:46.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements [2021-02-24T00:33:46.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-24T00:33:46.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-24T00:33:46.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-24T00:33:46.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-24T00:33:46.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-24T00:33:46.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-24T00:33:46.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-24T00:33:46.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements [2021-02-24T00:33:48.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements [2021-02-24T00:33:48.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-24T00:33:48.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-24T00:33:48.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-24T00:33:48.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-24T00:33:48.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-24T00:33:48.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-24T00:33:48.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-02-24T00:33:48.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-24T00:33:48.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-02-24T00:33:48.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-24T00:33:48.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-24T00:33:48.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements [2021-02-24T00:33:48.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-24T00:33:48.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-24T00:33:49.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.431s coverage: 82.3% of statements [2021-02-24T00:33:49.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-24T00:33:49.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:33:49.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-24T00:33:49.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-24T00:33:52.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-24T00:33:52.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-24T00:33:52.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-24T00:33:52.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-24T00:33:52.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-24T00:33:52.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-24T00:33:52.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-24T00:33:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.473s coverage: 92.8% of statements [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-24T00:33:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-24T00:33:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-24T00:33:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-24T00:33:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements [2021-02-24T00:33:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements [2021-02-24T00:33:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-02-24T00:33:54.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-02-24T00:33:54.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-02-24T00:34:07.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements [2021-02-24T00:34:07.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-02-24T00:34:17.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.6% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 62.4% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 68.9% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 36.6% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.102s coverage: 89.4% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.746s coverage: 29.1% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 92.9% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-24T00:34:17.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-24T00:34:17.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-02-24T00:34:18.055Z] GO111MODULE=on go vet ./... [2021-02-24T00:34:50.279Z] gofmt -l . [2021-02-24T00:34:50.279Z] [ "`gofmt -l .`" = "" ] [2021-02-24T00:34:50.279Z] ./bin/test-go-mod-tidy.sh [2021-02-24T00:34:50.279Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-24T00:34:50.598Z] + ls -al . [2021-02-24T00:34:50.598Z] total 708 [2021-02-24T00:34:50.598Z] drwxrwxr-x 10 1001 1001 4096 Feb 24 00:34 . [2021-02-24T00:34:50.598Z] drwxr-xr-x 4 root root 30 Feb 24 00:33 .. [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 11 Feb 24 00:31 .dockerignore [2021-02-24T00:34:50.598Z] drwxrwxr-x 8 1001 1001 179 Feb 24 00:31 .git [2021-02-24T00:34:50.598Z] drwxrwxr-x 3 1001 1001 125 Feb 24 00:31 .github [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 818 Feb 24 00:31 .gitignore [2021-02-24T00:34:50.598Z] drwx------ 3 1001 1001 60 Feb 24 00:31 .semver [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 166 Feb 24 00:31 .sonarcloud.properties [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 8475 Feb 24 00:31 Attribution.txt [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 3804 Feb 24 00:31 CONTRIBUTING.md [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 931 Feb 24 00:31 Dockerfile.build [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 863 Feb 24 00:31 Jenkinsfile [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 10775 Feb 24 00:31 LICENSE [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 5774 Feb 24 00:31 Makefile [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 6524 Feb 24 00:31 README.md [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 6755 Feb 24 00:31 SECURITY.md [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 5 Feb 24 00:31 VERSION [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 4131 Feb 24 00:31 ZMQWindows.md [2021-02-24T00:34:50.598Z] drwxrwxr-x 2 1001 1001 117 Feb 24 00:31 bin [2021-02-24T00:34:50.598Z] drwxrwxr-x 14 1001 1001 4096 Feb 24 00:31 cmd [2021-02-24T00:34:50.598Z] -rw-r--r-- 1 root root 594620 Feb 24 00:34 coverage.out [2021-02-24T00:34:50.598Z] -rw-r--r-- 1 root root 1055 Feb 24 00:34 go.mod [2021-02-24T00:34:50.598Z] -rw-r--r-- 1 root root 21410 Feb 24 00:34 go.sum [2021-02-24T00:34:50.598Z] drwxrwxr-x 8 1001 1001 127 Feb 24 00:31 internal [2021-02-24T00:34:50.598Z] drwxrwxr-x 4 1001 1001 26 Feb 24 00:31 openapi [2021-02-24T00:34:50.598Z] drwxrwxr-x 4 1001 1001 71 Feb 24 00:31 snap [2021-02-24T00:34:50.598Z] -rw-rw-r-- 1 1001 1001 168 Feb 24 00:31 version.go [Pipeline] sh [2021-02-24T00:34:50.913Z] + '[' -e coverage.out ] [2021-02-24T00:34:50.913Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-24T00:34:51.163Z] Stashed 1 file(s) [Pipeline] sh [2021-02-24T00:34:51.466Z] + make build [2021-02-24T00:34:51.466Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-24T00:34:55.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-24T00:35:03.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-24T00:35:05.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-24T00:35:06.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-24T00:35:07.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-24T00:35:08.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-24T00:35:10.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-24T00:35:11.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-24T00:35:12.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-24T00:35:13.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-24T00:35:15.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-24T00:35:16.989Z] $ docker stop --time=1 d6a6b98f07eb6850775801bd204c6b05109efe14eacb6462dfcd9a0e0a8d94bb [2021-02-24T00:35:18.657Z] $ docker rm -f d6a6b98f07eb6850775801bd204c6b05109efe14eacb6462dfcd9a0e0a8d94bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:35:20.516Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T00:35:20.516Z] [2021-02-24T00:35:20.516Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:35:20.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T00:35:20.886Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-24T00:35:20.886Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-24T00:35:20.886Z] ca9280d653b3: Pulling fs layer [2021-02-24T00:35:20.886Z] 7e9c9ca2126c: Pulling fs layer [2021-02-24T00:35:20.886Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-24T00:35:20.886Z] cbdbe7a5bc2a: Download complete [2021-02-24T00:35:21.466Z] cbdbe7a5bc2a: Pull complete [2021-02-24T00:35:21.466Z] ca9280d653b3: Download complete [2021-02-24T00:35:22.419Z] ca9280d653b3: Pull complete [2021-02-24T00:35:22.419Z] 7e9c9ca2126c: Verifying Checksum [2021-02-24T00:35:22.419Z] 7e9c9ca2126c: Download complete [2021-02-24T00:35:29.029Z] 7e9c9ca2126c: Pull complete [2021-02-24T00:35:29.029Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-24T00:35:29.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T00:35:29.029Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-24T00:35:29.175Z] prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container [2021-02-24T00:35:29.224Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-24T00:35:32.004Z] $ docker top d74e389d8e3fdc570c73120f7dc8e53cba281f14f8d4135b93274d6a5785c6e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:35:32.518Z] + docker-compose build --help [2021-02-24T00:35:32.518Z] + grep parallel [2021-02-24T00:35:32.638Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27431 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-24T00:35:32.733Z] Running in /w/workspace/edgex-go/69 [Pipeline] { [Pipeline] checkout [2021-02-24T00:35:33.465Z] --parallel Build images in parallel. [Pipeline] } [2021-02-24T00:35:33.479Z] $ docker stop --time=1 d74e389d8e3fdc570c73120f7dc8e53cba281f14f8d4135b93274d6a5785c6e3 [2021-02-24T00:35:34.859Z] $ docker rm -f d74e389d8e3fdc570c73120f7dc8e53cba281f14f8d4135b93274d6a5785c6e3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:35:35.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T00:35:35.580Z] . [Pipeline] withDockerContainer [2021-02-24T00:35:35.682Z] prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container [2021-02-24T00:35:35.733Z] $ 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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-24T00:35:36.555Z] $ docker top 1e4c56aaeb01625e3477da576e42bce1ca15f17721b28e5057481cabfecb2157 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:35:37.090Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-24T00:35:37.867Z] using credential edgex-jenkins-ssh [2021-02-24T00:35:37.929Z] Cloning the remote Git repository [2021-02-24T00:35:38.046Z] Building docker-core-command-go ... [2021-02-24T00:35:38.046Z] Building docker-core-data-go ... [2021-02-24T00:35:38.046Z] Building docker-core-metadata-go ... [2021-02-24T00:35:38.046Z] Building docker-security-bootstrapper-go ... [2021-02-24T00:35:38.046Z] Building docker-security-proxy-setup-go ... [2021-02-24T00:35:38.046Z] Building docker-security-secretstore-setup-go ... [2021-02-24T00:35:38.046Z] Building docker-support-notifications-go ... [2021-02-24T00:35:38.046Z] Building docker-support-scheduler-go ... [2021-02-24T00:35:38.046Z] Building docker-sys-mgmt-agent-go ... [2021-02-24T00:35:38.046Z] Building docker-core-metadata-go [2021-02-24T00:35:38.046Z] Building docker-core-command-go [2021-02-24T00:35:38.046Z] Building docker-security-proxy-setup-go [2021-02-24T00:35:38.046Z] Building docker-security-secretstore-setup-go [2021-02-24T00:35:38.046Z] Building docker-support-notifications-go [2021-02-24T00:35:37.998Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:35:38.120Z] > git init /w/workspace/edgex-go/69 # timeout=10 [2021-02-24T00:35:38.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:35:38.225Z] > git --version # timeout=10 [2021-02-24T00:35:38.251Z] > git --version # 'git version 2.17.1' [2021-02-24T00:35:38.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:35:38.348Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T00:35:56.679Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T00:35:56.696Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T00:35:56.724Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T00:35:56.768Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:35:56.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:35:56.783Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-24T00:35:57.633Z] Merging remotes/origin/master commit afdb9f2a3541b593beed41fd247753118ef1ae38 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-24T00:35:59.152Z] Merge succeeded, producing b5fddc16786821f16aa6ef69f6c4f8cb3e72a1ba [2021-02-24T00:35:59.153Z] Checking out Revision b5fddc16786821f16aa6ef69f6c4f8cb3e72a1ba (PR-2858) [2021-02-24T00:35:57.658Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T00:35:57.678Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-24T00:35:58.071Z] > git remote # timeout=10 [2021-02-24T00:35:58.099Z] > git config --get remote.origin.url # timeout=10 [2021-02-24T00:35:58.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:35:58.155Z] > git merge afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 [2021-02-24T00:35:59.134Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-24T00:35:59.162Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T00:35:59.177Z] > git checkout -f b5fddc16786821f16aa6ef69f6c4f8cb3e72a1ba # timeout=10 [2021-02-24T00:36:03.623Z] Commit message: "Merge commit 'afdb9f2a3541b593beed41fd247753118ef1ae38' into HEAD" [2021-02-24T00:36:03.655Z] First time build. Skipping changelog. [2021-02-24T00:36:03.634Z] > git rev-list --no-walk cec897b14f5dc8efc53b182c39925dde1789c8eb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T00:36:05.219Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-24T00:36:05.649Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T00:36:05.993Z] + + sudotrue service [2021-02-24T00:36:05.994Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T00:36:08.057Z] provisioning config files... [2021-02-24T00:36:08.116Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/69@tmp/config3898834480507310243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:36:08.531Z] ---> docker-login.sh [2021-02-24T00:36:08.531Z] nexus3.edgexfoundry.org:10001 [2021-02-24T00:36:09.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:36:09.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:36:09.803Z] Configure a credential helper to remove this warning. See [2021-02-24T00:36:09.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:36:09.803Z] [2021-02-24T00:36:09.803Z] Login Succeeded [2021-02-24T00:36:09.803Z] nexus3.edgexfoundry.org:10002 [2021-02-24T00:36:10.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:36:10.276Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:36:10.276Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:36:10.276Z] ---> 1bfbde85c781 [2021-02-24T00:36:10.276Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T00:36:10.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:36:10.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:36:10.276Z] ---> 1bfbde85c781 [2021-02-24T00:36:10.276Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:36:10.276Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:36:10.276Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:36:10.276Z] ---> 1bfbde85c781 [2021-02-24T00:36:10.276Z] Step 3/21 : WORKDIR /edgex-go [2021-02-24T00:36:10.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:36:10.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:36:10.276Z] ---> 1bfbde85c781 [2021-02-24T00:36:10.276Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:36:10.276Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:36:10.276Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:36:10.276Z] ---> 1bfbde85c781 [2021-02-24T00:36:10.276Z] Step 3/24 : WORKDIR /edgex-go [2021-02-24T00:36:10.276Z] ---> Running in 961c60078af1 [2021-02-24T00:36:10.276Z] ---> Running in c7dc495a15ec [2021-02-24T00:36:10.276Z] ---> Running in 2543229b156b [2021-02-24T00:36:10.276Z] ---> Running in b5f9e7f58f50 [2021-02-24T00:36:10.276Z] ---> Running in 32da29c3c4e1 [2021-02-24T00:36:10.276Z] Removing intermediate container 2543229b156b [2021-02-24T00:36:10.276Z] ---> 282125bd783f [2021-02-24T00:36:10.276Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:36:10.276Z] Removing intermediate container b5f9e7f58f50 [2021-02-24T00:36:10.276Z] ---> 557ecba66229 [2021-02-24T00:36:10.277Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:36:10.277Z] Removing intermediate container c7dc495a15ec [2021-02-24T00:36:10.277Z] ---> 94ac852e08a2 [2021-02-24T00:36:10.277Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:36:10.277Z] Removing intermediate container 961c60078af1 [2021-02-24T00:36:10.277Z] ---> 627ee8b814d6 [2021-02-24T00:36:10.277Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:36:10.277Z] Removing intermediate container 32da29c3c4e1 [2021-02-24T00:36:10.277Z] ---> 504f10823ec1 [2021-02-24T00:36:10.277Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:36:10.277Z] ---> Running in dd2985d924a6 [2021-02-24T00:36:10.277Z] ---> Running in 5bf0f747dde0 [2021-02-24T00:36:10.277Z] ---> Running in 93a42cf28bb1 [2021-02-24T00:36:10.277Z] ---> Running in 24af51c32c41 [2021-02-24T00:36:10.277Z] ---> Running in f4c0b84aea1f [2021-02-24T00:36:10.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:36:10.351Z] Configure a credential helper to remove this warning. See [2021-02-24T00:36:10.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:36:10.351Z] [2021-02-24T00:36:10.351Z] Login Succeeded [2021-02-24T00:36:10.351Z] nexus3.edgexfoundry.org:10003 [2021-02-24T00:36:10.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:36:10.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:36:10.900Z] Configure a credential helper to remove this warning. See [2021-02-24T00:36:10.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:36:10.900Z] [2021-02-24T00:36:10.900Z] Login Succeeded [2021-02-24T00:36:10.900Z] nexus3.edgexfoundry.org:10004 [2021-02-24T00:36:11.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:36:11.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:36:11.449Z] Configure a credential helper to remove this warning. See [2021-02-24T00:36:11.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:36:11.449Z] [2021-02-24T00:36:11.449Z] Login Succeeded [2021-02-24T00:36:11.449Z] docker.io [2021-02-24T00:36:11.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:36:11.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:36:11.996Z] Configure a credential helper to remove this warning. See [2021-02-24T00:36:11.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:36:11.996Z] [2021-02-24T00:36:11.996Z] Login Succeeded [2021-02-24T00:36:12.273Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T00:36:12.290Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-24T00:36:12.519Z] Removing intermediate container 5bf0f747dde0 [2021-02-24T00:36:12.519Z] ---> 7df6acf84efa [2021-02-24T00:36:12.519Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-24T00:36:12.519Z] Removing intermediate container 93a42cf28bb1 [2021-02-24T00:36:12.519Z] ---> f9309307a592 [2021-02-24T00:36:12.519Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-24T00:36:12.519Z] Removing intermediate container dd2985d924a6 [2021-02-24T00:36:12.519Z] ---> bddd96db4747 [2021-02-24T00:36:12.519Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] echo [2021-02-24T00:36:12.767Z] ========================================================= [2021-02-24T00:36:12.767Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-24T00:36:12.767Z] ========================================================= [2021-02-24T00:36:12.786Z] ---> Running in 17a3188aa1e7 [2021-02-24T00:36:12.786Z] ---> Running in a76b5be5c13f [2021-02-24T00:36:12.786Z] Removing intermediate container 24af51c32c41 [2021-02-24T00:36:12.786Z] ---> c7bcbb77a231 [2021-02-24T00:36:12.786Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-24T00:36:12.786Z] ---> Running in 6c9bfdaaec73 [2021-02-24T00:36:12.786Z] Removing intermediate container f4c0b84aea1f [2021-02-24T00:36:12.786Z] ---> 385d25f93529 [2021-02-24T00:36:12.786Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T00:36:12.786Z] ---> Running in 7d1ae2234b2b [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:36:13.051Z] ---> Running in 15861d0997b4 [2021-02-24T00:36:13.150Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-24T00:36:14.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:36:14.871Z] OK: 233 MiB in 51 packages [2021-02-24T00:36:15.161Z] OK: 233 MiB in 51 packages [2021-02-24T00:36:15.161Z] OK: 233 MiB in 51 packages [2021-02-24T00:36:15.161Z] OK: 233 MiB in 51 packages [2021-02-24T00:36:15.161Z] OK: 233 MiB in 51 packages [2021-02-24T00:36:15.745Z] Removing intermediate container 17a3188aa1e7 [2021-02-24T00:36:15.745Z] ---> 256772b819fd [2021-02-24T00:36:15.745Z] Step 6/24 : COPY go.mod . [2021-02-24T00:36:15.805Z] Sending build context to Docker daemon 166.4MB [2021-02-24T00:36:15.805Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T00:36:15.805Z] Step 2/6 : FROM ${BASE} [2021-02-24T00:36:15.805Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-24T00:36:15.805Z] 5f621e34cdf4: Pulling fs layer [2021-02-24T00:36:15.805Z] a4357932f1b6: Pulling fs layer [2021-02-24T00:36:15.805Z] 18c013af1878: Pulling fs layer [2021-02-24T00:36:15.805Z] 00ac8860ef70: Pulling fs layer [2021-02-24T00:36:15.805Z] 63d7cb157983: Pulling fs layer [2021-02-24T00:36:15.805Z] b116817d02f9: Pulling fs layer [2021-02-24T00:36:15.806Z] 745a02a5169b: Pulling fs layer [2021-02-24T00:36:15.806Z] 00ac8860ef70: Waiting [2021-02-24T00:36:15.806Z] 63d7cb157983: Waiting [2021-02-24T00:36:15.806Z] b116817d02f9: Waiting [2021-02-24T00:36:15.806Z] 745a02a5169b: Waiting [2021-02-24T00:36:15.806Z] 18c013af1878: Verifying Checksum [2021-02-24T00:36:15.806Z] 18c013af1878: Download complete [2021-02-24T00:36:15.806Z] a4357932f1b6: Verifying Checksum [2021-02-24T00:36:15.806Z] a4357932f1b6: Download complete [2021-02-24T00:36:15.806Z] 63d7cb157983: Verifying Checksum [2021-02-24T00:36:15.806Z] 63d7cb157983: Download complete [2021-02-24T00:36:15.806Z] b116817d02f9: Download complete [2021-02-24T00:36:15.806Z] 5f621e34cdf4: Verifying Checksum [2021-02-24T00:36:15.806Z] 5f621e34cdf4: Download complete [2021-02-24T00:36:16.010Z] Removing intermediate container 7d1ae2234b2b [2021-02-24T00:36:16.010Z] ---> cf7bddb0905c [2021-02-24T00:36:16.010Z] Step 6/22 : COPY go.mod . [2021-02-24T00:36:16.010Z] ---> 94d1acfaa229 [2021-02-24T00:36:16.010Z] Step 7/24 : RUN go mod download [2021-02-24T00:36:16.272Z] Removing intermediate container 15861d0997b4 [2021-02-24T00:36:16.272Z] ---> fbef00dcb4f1 [2021-02-24T00:36:16.272Z] Step 6/23 : COPY go.mod . [2021-02-24T00:36:16.272Z] ---> Running in 94f0bd3e2bbd [2021-02-24T00:36:16.420Z] 5f621e34cdf4: Pull complete [2021-02-24T00:36:16.544Z] Removing intermediate container 6c9bfdaaec73 [2021-02-24T00:36:16.544Z] ---> 25c5f7c8fbd0 [2021-02-24T00:36:16.544Z] Step 6/23 : COPY go.mod . [2021-02-24T00:36:16.544Z] ---> 67bb25a73817 [2021-02-24T00:36:16.544Z] Step 7/22 : RUN go mod download [2021-02-24T00:36:16.544Z] Removing intermediate container a76b5be5c13f [2021-02-24T00:36:16.544Z] ---> 2877391fe89a [2021-02-24T00:36:16.544Z] Step 6/21 : COPY go.mod . [2021-02-24T00:36:16.544Z] ---> 630fc4acc585 [2021-02-24T00:36:16.544Z] Step 7/23 : RUN go mod download [2021-02-24T00:36:16.812Z] ---> Running in 1e1e1cfc456c [2021-02-24T00:36:16.812Z] ---> Running in 0ce1d9157045 [2021-02-24T00:36:16.812Z] ---> 13315e5d3316 [2021-02-24T00:36:16.812Z] Step 7/23 : RUN go mod download [2021-02-24T00:36:17.024Z] a4357932f1b6: Pull complete [2021-02-24T00:36:17.090Z] ---> Running in 02ac5b2f8818 [2021-02-24T00:36:17.090Z] ---> e7886bd1724c [2021-02-24T00:36:17.090Z] Step 7/21 : RUN go mod download [2021-02-24T00:36:17.300Z] 18c013af1878: Pull complete [2021-02-24T00:36:17.353Z] ---> Running in 977690e9ff8d [2021-02-24T00:36:17.899Z] 745a02a5169b: Verifying Checksum [2021-02-24T00:36:18.789Z] Removing intermediate container 94f0bd3e2bbd [2021-02-24T00:36:18.789Z] ---> b3cf774ce059 [2021-02-24T00:36:18.789Z] Step 8/24 : COPY . . [2021-02-24T00:36:19.343Z] 00ac8860ef70: Verifying Checksum [2021-02-24T00:36:19.343Z] 00ac8860ef70: Download complete [2021-02-24T00:36:20.729Z] Removing intermediate container 0ce1d9157045 [2021-02-24T00:36:20.730Z] ---> 9d13e725173e [2021-02-24T00:36:20.730Z] Step 8/23 : COPY . . [2021-02-24T00:36:21.679Z] Removing intermediate container 1e1e1cfc456c [2021-02-24T00:36:21.679Z] ---> 5529cbfca36e [2021-02-24T00:36:21.679Z] Step 8/22 : COPY . . [2021-02-24T00:36:25.030Z] Removing intermediate container 977690e9ff8d [2021-02-24T00:36:25.030Z] ---> d5dfc1a14b7a [2021-02-24T00:36:25.030Z] Step 8/21 : COPY . . [2021-02-24T00:36:25.297Z] Removing intermediate container 02ac5b2f8818 [2021-02-24T00:36:25.297Z] ---> e24413557cdb [2021-02-24T00:36:25.297Z] Step 8/23 : COPY . . [2021-02-24T00:36:29.493Z] 00ac8860ef70: Pull complete [2021-02-24T00:36:29.493Z] 63d7cb157983: Pull complete [2021-02-24T00:36:29.493Z] b116817d02f9: Pull complete [2021-02-24T00:36:32.868Z] 745a02a5169b: Pull complete [2021-02-24T00:36:32.868Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-24T00:36:32.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-24T00:36:32.868Z] ---> b7e6874047d6 [2021-02-24T00:36:32.868Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-24T00:36:36.280Z] ---> Running in 81db60625988 [2021-02-24T00:36:37.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:36:38.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:36:39.295Z] (1/12) Installing libmagic (5.38-r0) [2021-02-24T00:36:39.567Z] (2/12) Installing file (5.38-r0) [2021-02-24T00:36:39.567Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-24T00:36:39.839Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-24T00:36:43.222Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-24T00:36:43.492Z] (6/12) Installing patch (2.7.6-r6) [2021-02-24T00:36:43.492Z] (7/12) Installing build-base (0.5-r2) [2021-02-24T00:36:43.492Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-24T00:36:43.764Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-24T00:36:43.764Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-24T00:36:43.764Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-24T00:36:44.038Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-24T00:36:44.038Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:36:44.038Z] OK: 217 MiB in 51 packages [2021-02-24T00:36:48.348Z] Removing intermediate container 81db60625988 [2021-02-24T00:36:48.348Z] ---> fe37d577c008 [2021-02-24T00:36:48.348Z] Step 4/6 : WORKDIR /edgex-go [2021-02-24T00:36:48.348Z] ---> Running in bde43f090ef9 [2021-02-24T00:36:48.620Z] Removing intermediate container bde43f090ef9 [2021-02-24T00:36:48.620Z] ---> 2f86b70f5ee8 [2021-02-24T00:36:48.620Z] Step 5/6 : COPY go.mod . [2021-02-24T00:36:49.597Z] ---> a97ca6a64e19 [2021-02-24T00:36:49.597Z] Step 6/6 : RUN go mod download [2021-02-24T00:36:49.597Z] ---> Running in 36071b7ebc79 [2021-02-24T00:37:04.275Z] ---> 35e61b4d40ab [2021-02-24T00:37:04.275Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-24T00:37:04.275Z] ---> 6830ff3d77e6 [2021-02-24T00:37:04.275Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-24T00:37:04.275Z] ---> 9f233562bd32 [2021-02-24T00:37:04.275Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-24T00:37:04.275Z] ---> Running in 47198cbaf66f [2021-02-24T00:37:04.275Z] ---> Running in e6fa0f41025e [2021-02-24T00:37:04.275Z] ---> bca5e59990a6 [2021-02-24T00:37:04.275Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-24T00:37:04.275Z] ---> 8d3317946b7f [2021-02-24T00:37:04.275Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-24T00:37:04.275Z] ---> Running in 7ee1e27fe49c [2021-02-24T00:37:04.275Z] ---> Running in 952bb68d4c1e [2021-02-24T00:37:04.275Z] ---> Running in 52f5dab72ad5 [2021-02-24T00:37:04.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-24T00:37:04.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-24T00:37:04.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-24T00:37:04.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-24T00:37:04.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-24T00:37:21.973Z] Removing intermediate container 36071b7ebc79 [2021-02-24T00:37:21.973Z] ---> 2a48f1120035 [2021-02-24T00:37:21.973Z] Successfully built 2a48f1120035 [2021-02-24T00:37:21.973Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:37:22.318Z] + docker inspect -f . ci-base-image-arm64 [2021-02-24T00:37:22.318Z] . [Pipeline] withDockerContainer [2021-02-24T00:37:22.614Z] prd-ubuntu18.04-docker-arm64-4c-16g-27431 does not seem to be running inside a container [2021-02-24T00:37:22.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-24T00:37:24.377Z] $ docker top 5f71a8d3f0c63d0c5363e85feea5fb94ac270ada6deb390f10ff2b98e4d073da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:37:25.427Z] + go version [2021-02-24T00:37:25.427Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-24T00:37:25.451Z] $ docker stop --time=1 5f71a8d3f0c63d0c5363e85feea5fb94ac270ada6deb390f10ff2b98e4d073da [2021-02-24T00:37:27.418Z] $ docker rm -f 5f71a8d3f0c63d0c5363e85feea5fb94ac270ada6deb390f10ff2b98e4d073da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:37:28.439Z] + docker inspect -f . ci-base-image-arm64 [2021-02-24T00:37:28.439Z] . [Pipeline] withDockerContainer [2021-02-24T00:37:28.711Z] prd-ubuntu18.04-docker-arm64-4c-16g-27431 does not seem to be running inside a container [2021-02-24T00:37:28.788Z] $ 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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-24T00:37:30.278Z] $ docker top 7b9e72a31e54e850654eff1c5f562ed7c55026fc98e9c8558346f5c8cb0ff738 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-24T00:37:30.679Z] ========================================================= [2021-02-24T00:37:30.679Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-24T00:37:30.679Z] ========================================================= [Pipeline] sh [2021-02-24T00:37:31.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-24T00:37:31.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-24T00:37:31.326Z] + make test [2021-02-24T00:37:31.326Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-24T00:37:43.371Z] Removing intermediate container 952bb68d4c1e [2021-02-24T00:37:43.371Z] ---> 7ab40ce82d94 [2021-02-24T00:37:43.371Z] [2021-02-24T00:37:43.371Z] Step 10/21 : FROM alpine:3.12 [2021-02-24T00:37:43.371Z] Removing intermediate container e6fa0f41025e [2021-02-24T00:37:43.371Z] ---> 647c8e52c633 [2021-02-24T00:37:43.371Z] Removing intermediate container 47198cbaf66f [2021-02-24T00:37:43.371Z] [2021-02-24T00:37:43.371Z] ---> cc3a63becb22 [2021-02-24T00:37:43.371Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:37:43.371Z] Step 10/24 : FROM alpine:3.12 [2021-02-24T00:37:43.371Z] [2021-02-24T00:37:43.371Z] Removing intermediate container 52f5dab72ad5 [2021-02-24T00:37:43.371Z] ---> 391882ce299c [2021-02-24T00:37:43.371Z] [2021-02-24T00:37:43.371Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T00:37:43.371Z] 3.12: Pulling from library/alpine [2021-02-24T00:37:43.371Z] 3.12: Pulling from library/alpine [2021-02-24T00:37:43.371Z] 3.12: Pulling from library/alpine [2021-02-24T00:37:43.371Z] 3.12: Pulling from library/alpine [2021-02-24T00:37:43.637Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T00:37:43.637Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T00:37:43.637Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T00:37:43.637Z] Status: Downloaded newer image for alpine:3.12 [2021-02-24T00:37:43.637Z] Status: Downloaded newer image for alpine:3.12 [2021-02-24T00:37:43.637Z] Status: Image is up to date for alpine:3.12 [2021-02-24T00:37:43.637Z] ---> 389fef711851 [2021-02-24T00:37:43.637Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-24T00:37:43.637Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T00:37:43.637Z] Status: Image is up to date for alpine:3.12 [2021-02-24T00:37:43.637Z] ---> 389fef711851 [2021-02-24T00:37:43.637Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-24T00:37:43.637Z] ---> 389fef711851 [2021-02-24T00:37:43.637Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:37:43.637Z] ---> 389fef711851 [2021-02-24T00:37:43.637Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-24T00:37:45.033Z] ---> Running in da44a039c35a [2021-02-24T00:37:45.034Z] ---> Running in 755d2436b031 [2021-02-24T00:37:45.034Z] ---> Running in 8026586052d8 [2021-02-24T00:37:45.034Z] ---> Running in c82f3cd33789 [2021-02-24T00:37:45.311Z] Removing intermediate container 7ee1e27fe49c [2021-02-24T00:37:45.311Z] ---> cfb5f9ba8f98 [2021-02-24T00:37:45.311Z] [2021-02-24T00:37:45.311Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:37:45.311Z] ---> 389fef711851 [2021-02-24T00:37:45.311Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:37:45.580Z] ---> Running in 12d38dcbf3e0 [2021-02-24T00:37:45.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.411Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-24T00:37:46.411Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-24T00:37:46.411Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:46.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.411Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:37:46.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.411Z] OK: 6 MiB in 16 packages [2021-02-24T00:37:46.411Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T00:37:46.411Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:46.411Z] OK: 6 MiB in 15 packages [2021-02-24T00:37:46.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.680Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-24T00:37:46.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.680Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:37:46.680Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-24T00:37:46.680Z] (4/5) Installing curl (7.69.1-r3) [2021-02-24T00:37:46.680Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-24T00:37:46.680Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:46.680Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:37:46.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:46.680Z] OK: 7 MiB in 19 packages [2021-02-24T00:37:46.945Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-24T00:37:46.945Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:37:46.945Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T00:37:46.945Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:46.945Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-24T00:37:46.945Z] OK: 6 MiB in 15 packages [2021-02-24T00:37:46.945Z] (4/4) Installing curl (7.69.1-r3) [2021-02-24T00:37:46.945Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:46.945Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:37:46.945Z] OK: 7 MiB in 18 packages [2021-02-24T00:37:48.344Z] Removing intermediate container 755d2436b031 [2021-02-24T00:37:48.344Z] ---> ec1af2b21eed [2021-02-24T00:37:48.344Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:37:48.617Z] ---> Running in de149403c220 [2021-02-24T00:37:48.879Z] Removing intermediate container da44a039c35a [2021-02-24T00:37:48.880Z] ---> 360ac1fbe3ff [2021-02-24T00:37:48.880Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:37:50.270Z] ---> Running in c2126f074ad2 [2021-02-24T00:37:50.270Z] Removing intermediate container de149403c220 [2021-02-24T00:37:50.270Z] ---> 7bf78d868d07 [2021-02-24T00:37:50.270Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-24T00:37:50.531Z] Removing intermediate container 8026586052d8 [2021-02-24T00:37:50.531Z] ---> c57445442885 [2021-02-24T00:37:50.531Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T00:37:50.531Z] Removing intermediate container c82f3cd33789 [2021-02-24T00:37:50.531Z] ---> 67c7aa668c98 [2021-02-24T00:37:50.531Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T00:37:50.531Z] Removing intermediate container 12d38dcbf3e0 [2021-02-24T00:37:50.531Z] ---> 9481d6b7806f [2021-02-24T00:37:50.531Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:37:50.796Z] Removing intermediate container c2126f074ad2 [2021-02-24T00:37:50.796Z] ---> 50593865224e [2021-02-24T00:37:50.796Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-24T00:37:50.796Z] ---> Running in 67176f252ee9 [2021-02-24T00:37:50.796Z] ---> Running in 2d93db13c597 [2021-02-24T00:37:50.796Z] ---> Running in 0ad02c78b0c3 [2021-02-24T00:37:50.796Z] ---> Running in 02308f346e13 [2021-02-24T00:37:50.796Z] ---> Running in a07c0dc63544 [2021-02-24T00:37:51.062Z] Removing intermediate container 67176f252ee9 [2021-02-24T00:37:51.062Z] ---> 70c92bd03886 [2021-02-24T00:37:51.062Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T00:37:51.062Z] Removing intermediate container 2d93db13c597 [2021-02-24T00:37:51.062Z] ---> 02a5b633ad33 [2021-02-24T00:37:51.062Z] Step 13/21 : WORKDIR /edgex [2021-02-24T00:37:51.324Z] ---> Running in 9cdfcf57eba3 [2021-02-24T00:37:51.324Z] Removing intermediate container 0ad02c78b0c3 [2021-02-24T00:37:51.324Z] ---> df94fda4bc0b [2021-02-24T00:37:51.324Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-24T00:37:51.324Z] Removing intermediate container 02308f346e13 [2021-02-24T00:37:51.324Z] ---> 46ea0cbd37ea [2021-02-24T00:37:51.324Z] Step 13/24 : WORKDIR / [2021-02-24T00:37:51.324Z] Removing intermediate container a07c0dc63544 [2021-02-24T00:37:51.324Z] ---> 930db39702df [2021-02-24T00:37:51.324Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T00:37:51.324Z] ---> Running in 9d2e4b0bc6d4 [2021-02-24T00:37:51.587Z] ---> Running in 6108a9ec1194 [2021-02-24T00:37:51.587Z] ---> Running in 09bdc67f7dff [2021-02-24T00:37:51.587Z] ---> Running in 1821807fbd9a [2021-02-24T00:37:51.587Z] Removing intermediate container 9cdfcf57eba3 [2021-02-24T00:37:51.587Z] ---> 8bfb0c07cf50 [2021-02-24T00:37:51.587Z] Step 15/23 : WORKDIR / [2021-02-24T00:37:51.849Z] ---> Running in db7d99a48622 [2021-02-24T00:37:51.849Z] Removing intermediate container 9d2e4b0bc6d4 [2021-02-24T00:37:51.849Z] ---> 0e9e3c107699 [2021-02-24T00:37:51.849Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-24T00:37:52.116Z] Removing intermediate container 6108a9ec1194 [2021-02-24T00:37:52.116Z] ---> ae60c7bd83e9 [2021-02-24T00:37:52.116Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T00:37:52.116Z] Removing intermediate container 1821807fbd9a [2021-02-24T00:37:52.116Z] ---> a36e0b0871c8 [2021-02-24T00:37:52.116Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:37:52.116Z] Removing intermediate container 09bdc67f7dff [2021-02-24T00:37:52.116Z] ---> e8d882e74957 [2021-02-24T00:37:52.116Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-24T00:37:52.386Z] ---> Running in e539a08cb040 [2021-02-24T00:37:52.386Z] Removing intermediate container db7d99a48622 [2021-02-24T00:37:52.386Z] ---> 85c984af4645 [2021-02-24T00:37:52.386Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:37:52.652Z] ---> 190b04e38b45 [2021-02-24T00:37:52.652Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-24T00:37:52.652Z] Removing intermediate container e539a08cb040 [2021-02-24T00:37:52.652Z] ---> d07529ba9bf4 [2021-02-24T00:37:52.652Z] Step 15/23 : WORKDIR / [2021-02-24T00:37:52.652Z] ---> 7fd439c40747 [2021-02-24T00:37:52.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-24T00:37:52.924Z] ---> e430a4f5f421 [2021-02-24T00:37:52.924Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-24T00:37:52.924Z] ---> 280aa7ce5151 [2021-02-24T00:37:52.924Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-24T00:37:52.924Z] ---> Running in 6c672ce2878a [2021-02-24T00:37:53.197Z] ---> c429ce5aa934 [2021-02-24T00:37:53.197Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-24T00:37:53.462Z] ---> a74eea8d0af9 [2021-02-24T00:37:53.462Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-24T00:37:53.462Z] Removing intermediate container 6c672ce2878a [2021-02-24T00:37:53.462Z] ---> a0d9b5d6aa25 [2021-02-24T00:37:53.462Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:37:53.462Z] ---> eff9a71b78dc [2021-02-24T00:37:53.462Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-24T00:37:53.462Z] ---> 8bfbcb730288 [2021-02-24T00:37:53.462Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-24T00:37:53.724Z] ---> 5958e6423877 [2021-02-24T00:37:53.724Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-24T00:37:53.724Z] ---> d566cbd7975d [2021-02-24T00:37:53.724Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-24T00:37:54.669Z] ---> 0151a7a8ea33 [2021-02-24T00:37:54.669Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-24T00:37:54.669Z] ---> Running in f44439ff31ce [2021-02-24T00:37:54.669Z] ---> 39e09c5ea7ae [2021-02-24T00:37:54.669Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-24T00:37:54.669Z] ---> 5d7cc0ae23a0 [2021-02-24T00:37:54.669Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-24T00:37:54.669Z] ---> 501361352210 [2021-02-24T00:37:54.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-24T00:37:54.669Z] ---> 8910134ab1b0 [2021-02-24T00:37:54.669Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-24T00:37:54.935Z] ---> Running in 9586347cc706 [2021-02-24T00:37:54.935Z] ---> Running in e57a3410be9b [2021-02-24T00:37:54.935Z] Removing intermediate container f44439ff31ce [2021-02-24T00:37:54.935Z] ---> a67727cc82ae [2021-02-24T00:37:54.935Z] Step 18/21 : CMD ["--init=true"] [2021-02-24T00:37:55.199Z] ---> Running in 2d6fe6c3d63e [2021-02-24T00:37:55.199Z] Removing intermediate container 9586347cc706 [2021-02-24T00:37:55.199Z] ---> 303765d9db12 [2021-02-24T00:37:55.199Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:37:55.199Z] Removing intermediate container e57a3410be9b [2021-02-24T00:37:55.199Z] ---> 58d3a5e036f3 [2021-02-24T00:37:55.199Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:37:55.469Z] ---> 048137dec942 [2021-02-24T00:37:55.469Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-24T00:37:55.469Z] ---> 4cf2719017c7 [2021-02-24T00:37:55.469Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-24T00:37:55.469Z] ---> Running in 1b840c5c72ca [2021-02-24T00:37:55.469Z] ---> Running in a4b87caf25d7 [2021-02-24T00:37:55.469Z] ---> Running in 79433f33bc56 [2021-02-24T00:37:55.469Z] Removing intermediate container 2d6fe6c3d63e [2021-02-24T00:37:55.469Z] ---> 324a5f735712 [2021-02-24T00:37:55.469Z] Step 19/21 : LABEL arch=x86_64 [2021-02-24T00:37:55.733Z] ---> Running in 42c78bda72c8 [2021-02-24T00:37:55.733Z] ---> 935f66f49ea4 [2021-02-24T00:37:55.733Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-24T00:37:55.997Z] Removing intermediate container 79433f33bc56 [2021-02-24T00:37:55.997Z] ---> 16e261a210c8 [2021-02-24T00:37:55.997Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:37:55.997Z] Removing intermediate container 1b840c5c72ca [2021-02-24T00:37:55.997Z] ---> d990febe871c [2021-02-24T00:37:55.997Z] Step 21/23 : LABEL arch=x86_64 [2021-02-24T00:37:55.997Z] Removing intermediate container a4b87caf25d7 [2021-02-24T00:37:55.997Z] ---> c50b06c53a76 [2021-02-24T00:37:55.997Z] Step 20/22 : LABEL arch=x86_64 [2021-02-24T00:37:55.997Z] ---> Running in 29213fc174c5 [2021-02-24T00:37:56.259Z] ---> Running in 2773aabd7c90 [2021-02-24T00:37:56.259Z] ---> Running in b51f060b854e [2021-02-24T00:37:56.259Z] ---> Running in a0bd69de71b1 [2021-02-24T00:37:56.259Z] Removing intermediate container 42c78bda72c8 [2021-02-24T00:37:56.259Z] ---> b76c4ea37545 [2021-02-24T00:37:56.259Z] Step 20/21 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:37:56.521Z] ---> Running in 47de35a29a19 [2021-02-24T00:37:56.783Z] Removing intermediate container 2773aabd7c90 [2021-02-24T00:37:56.783Z] ---> ff6ef84cdcc1 [2021-02-24T00:37:56.783Z] Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:37:56.783Z] Removing intermediate container b51f060b854e [2021-02-24T00:37:56.783Z] ---> 7f45caa7b66e [2021-02-24T00:37:56.783Z] Step 21/23 : LABEL arch=x86_64 [2021-02-24T00:37:56.783Z] Removing intermediate container a0bd69de71b1 [2021-02-24T00:37:56.783Z] ---> 9d32f638828b [2021-02-24T00:37:56.783Z] Step 21/22 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:37:57.049Z] ---> Running in 742989ad5f3e [2021-02-24T00:37:57.049Z] ---> Running in eedcecc45819 [2021-02-24T00:37:57.049Z] ---> Running in 2c862a06ef36 [2021-02-24T00:37:57.049Z] Removing intermediate container 47de35a29a19 [2021-02-24T00:37:57.049Z] ---> f0480840ce01 [2021-02-24T00:37:57.049Z] Step 21/21 : LABEL version=0.0.0 [2021-02-24T00:37:57.049Z] ---> Running in 38924d89ec1e [2021-02-24T00:37:57.311Z] Removing intermediate container eedcecc45819 [2021-02-24T00:37:57.311Z] ---> 53c0a7311493 [2021-02-24T00:37:57.311Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:37:57.311Z] Removing intermediate container 742989ad5f3e [2021-02-24T00:37:57.311Z] ---> b9c378a1294d [2021-02-24T00:37:57.311Z] Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:37:57.574Z] Removing intermediate container 2c862a06ef36 [2021-02-24T00:37:57.574Z] ---> 2ba3b3684c98 [2021-02-24T00:37:57.574Z] Step 22/22 : LABEL version=0.0.0 [2021-02-24T00:37:57.574Z] Removing intermediate container 38924d89ec1e [2021-02-24T00:37:57.574Z] ---> d3be1a34a0ec [2021-02-24T00:37:57.574Z] [2021-02-24T00:37:57.837Z] ---> Running in 2d0a51cc3ce0 [2021-02-24T00:37:57.837Z] ---> Running in c366f09ccc2a [2021-02-24T00:37:57.837Z] ---> Running in 237794d3abf0 [2021-02-24T00:37:57.837Z] Removing intermediate container 29213fc174c5 [2021-02-24T00:37:57.837Z] ---> 07a5b20a0d70 [2021-02-24T00:37:57.837Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-24T00:37:58.101Z] ---> Running in ed9cfde9af22 [2021-02-24T00:37:58.101Z] Successfully built d3be1a34a0ec [2021-02-24T00:37:58.101Z] Removing intermediate container 237794d3abf0 [2021-02-24T00:37:58.101Z] ---> da067e022529 [2021-02-24T00:37:58.101Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:37:58.101Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-24T00:37:58.101Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-02-24T00:37:58.101Z] Removing intermediate container 2d0a51cc3ce0 [2021-02-24T00:37:58.101Z] ---> ecbdaf11abcd [2021-02-24T00:37:58.101Z] [2021-02-24T00:37:58.143Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-24T00:37:58.365Z] Removing intermediate container c366f09ccc2a [2021-02-24T00:37:58.365Z] ---> 15932f3b7246 [2021-02-24T00:37:58.365Z] [2021-02-24T00:37:58.365Z] ---> Running in fe103033c8f3 [2021-02-24T00:37:58.365Z] Successfully built ecbdaf11abcd [2021-02-24T00:37:58.365Z] Successfully built 15932f3b7246 [2021-02-24T00:37:58.365Z] Successfully tagged docker-support-notifications-go:latest [2021-02-24T00:37:58.365Z] Building docker-security-bootstrapper-go [2021-02-24T00:37:58.365Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest [2021-02-24T00:37:58.365Z] Building docker-core-data-go [2021-02-24T00:37:58.635Z]  Building docker-core-command-go ... done Removing intermediate container ed9cfde9af22 [2021-02-24T00:37:58.635Z] ---> 61c9f46fac55 [2021-02-24T00:37:58.635Z] Step 22/24 : LABEL arch=x86_64 [2021-02-24T00:37:58.635Z] ---> Running in 3e0bb0d1a867 [2021-02-24T00:37:58.635Z] Removing intermediate container fe103033c8f3 [2021-02-24T00:37:58.635Z] ---> 7b3d749fae82 [2021-02-24T00:37:58.635Z] [2021-02-24T00:37:58.900Z] Successfully built 7b3d749fae82 [2021-02-24T00:37:58.900Z] Successfully tagged docker-core-metadata-go:latest [2021-02-24T00:37:58.900Z] Building docker-sys-mgmt-agent-go [2021-02-24T00:37:58.900Z]  Building docker-core-metadata-go ... done Removing intermediate container 3e0bb0d1a867 [2021-02-24T00:37:58.900Z] ---> 8ee5af8587b6 [2021-02-24T00:37:58.900Z] Step 23/24 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:37:58.900Z] ---> Running in 1c1b9394939a [2021-02-24T00:37:59.171Z] Removing intermediate container 1c1b9394939a [2021-02-24T00:37:59.171Z] ---> 0aacf7d6dada [2021-02-24T00:37:59.171Z] Step 24/24 : LABEL version=0.0.0 [2021-02-24T00:37:59.171Z] ---> Running in d3a9533d14e7 [2021-02-24T00:37:59.437Z] Removing intermediate container d3a9533d14e7 [2021-02-24T00:37:59.437Z] ---> 4d756caedfaa [2021-02-24T00:37:59.437Z] [2021-02-24T00:37:59.437Z] Successfully built 4d756caedfaa [2021-02-24T00:37:59.437Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-24T00:38:26.151Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:38:26.151Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:38:26.151Z] ---> 1bfbde85c781 [2021-02-24T00:38:26.151Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 504f10823ec1 [2021-02-24T00:38:26.151Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 385d25f93529 [2021-02-24T00:38:26.151Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-24T00:38:26.151Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:38:26.151Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:38:26.151Z] ---> 1bfbde85c781 [2021-02-24T00:38:26.151Z] Step 3/26 : WORKDIR /edgex-go [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 504f10823ec1 [2021-02-24T00:38:26.151Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 385d25f93529 [2021-02-24T00:38:26.151Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-24T00:38:26.151Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:38:26.151Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:38:26.151Z] ---> 1bfbde85c781 [2021-02-24T00:38:26.151Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 504f10823ec1 [2021-02-24T00:38:26.151Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 385d25f93529 [2021-02-24T00:38:26.151Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> fbef00dcb4f1 [2021-02-24T00:38:26.151Z] Step 6/22 : COPY go.mod . [2021-02-24T00:38:26.151Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:38:26.151Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:38:26.151Z] ---> 1bfbde85c781 [2021-02-24T00:38:26.151Z] Step 3/30 : WORKDIR /edgex-go [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 504f10823ec1 [2021-02-24T00:38:26.151Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 385d25f93529 [2021-02-24T00:38:26.151Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> fbef00dcb4f1 [2021-02-24T00:38:26.151Z] Step 6/30 : COPY go.mod . [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 630fc4acc585 [2021-02-24T00:38:26.151Z] Step 7/30 : RUN go mod download [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 630fc4acc585 [2021-02-24T00:38:26.151Z] Step 7/22 : RUN go mod download [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 9d13e725173e [2021-02-24T00:38:26.151Z] Step 8/22 : COPY . . [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 9d13e725173e [2021-02-24T00:38:26.151Z] Step 8/30 : COPY . . [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 6830ff3d77e6 [2021-02-24T00:38:26.151Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-24T00:38:26.151Z] ---> Using cache [2021-02-24T00:38:26.151Z] ---> 6830ff3d77e6 [2021-02-24T00:38:26.151Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-24T00:38:26.151Z] ---> Running in 8c501f280ce4 [2021-02-24T00:38:26.151Z] ---> Running in 558fb4f3b2ac [2021-02-24T00:38:26.151Z] ---> Running in 590537f68a21 [2021-02-24T00:38:26.151Z] ---> Running in 64737d178a56 [2021-02-24T00:38:26.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-24T00:38:26.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-24T00:38:26.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:26.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:26.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:26.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:27.023Z] OK: 233 MiB in 51 packages [2021-02-24T00:38:27.023Z] OK: 233 MiB in 51 packages [2021-02-24T00:38:28.460Z] Removing intermediate container 8c501f280ce4 [2021-02-24T00:38:28.460Z] ---> b132737792d2 [2021-02-24T00:38:28.460Z] Step 6/26 : COPY go.mod . [2021-02-24T00:38:28.460Z] Removing intermediate container 64737d178a56 [2021-02-24T00:38:28.460Z] ---> 6a6202d53fc1 [2021-02-24T00:38:28.460Z] Step 6/23 : COPY go.mod . [2021-02-24T00:38:29.880Z] ---> 4a06fcaf15ae [2021-02-24T00:38:29.880Z] Step 7/23 : RUN go mod download [2021-02-24T00:38:29.880Z] ---> b7c2ddab2a08 [2021-02-24T00:38:29.880Z] Step 7/26 : RUN go mod download [2021-02-24T00:38:29.880Z] ---> Running in 57b19028f92f [2021-02-24T00:38:30.162Z] ---> Running in 0c6702b4f1c7 [2021-02-24T00:38:33.559Z] Removing intermediate container 57b19028f92f [2021-02-24T00:38:33.559Z] ---> f32b0b452487 [2021-02-24T00:38:33.559Z] Step 8/23 : COPY . . [2021-02-24T00:38:33.842Z] Removing intermediate container 0c6702b4f1c7 [2021-02-24T00:38:33.842Z] ---> 769751afb773 [2021-02-24T00:38:33.842Z] Step 8/26 : COPY . . [2021-02-24T00:38:54.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-24T00:38:54.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-24T00:39:00.699Z] Removing intermediate container 558fb4f3b2ac [2021-02-24T00:39:00.700Z] ---> 1e91c1b69476 [2021-02-24T00:39:00.700Z] [2021-02-24T00:39:00.700Z] Step 10/30 : FROM alpine:3.12 [2021-02-24T00:39:00.700Z] ---> 389fef711851 [2021-02-24T00:39:00.700Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-24T00:39:02.109Z] ---> Running in 42bad6be2286 [2021-02-24T00:39:02.109Z] ---> 8e93fe1bec1b [2021-02-24T00:39:02.109Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-24T00:39:02.691Z] ---> Running in 6e50d4187f2f [2021-02-24T00:39:02.691Z] ---> 12411e2178e3 [2021-02-24T00:39:02.691Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-24T00:39:02.691Z] Removing intermediate container 590537f68a21 [2021-02-24T00:39:02.691Z] ---> 609228e1258f [2021-02-24T00:39:02.691Z] [2021-02-24T00:39:02.691Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T00:39:02.691Z] ---> 389fef711851 [2021-02-24T00:39:02.691Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:39:02.691Z] ---> Using cache [2021-02-24T00:39:02.691Z] ---> 9481d6b7806f [2021-02-24T00:39:02.691Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:39:02.691Z] ---> Using cache [2021-02-24T00:39:02.691Z] ---> df94fda4bc0b [2021-02-24T00:39:02.691Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-24T00:39:02.691Z] Removing intermediate container 42bad6be2286 [2021-02-24T00:39:02.691Z] ---> 757d19955639 [2021-02-24T00:39:02.691Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-24T00:39:02.963Z] ---> Running in 0f7f89ed86d5 [2021-02-24T00:39:02.963Z] ---> Running in 9a958bb46814 [2021-02-24T00:39:02.963Z] ---> Running in 916b43f7bc1a [2021-02-24T00:39:03.235Z] Removing intermediate container 916b43f7bc1a [2021-02-24T00:39:03.235Z] ---> dd82ad5d0594 [2021-02-24T00:39:03.235Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T00:39:03.235Z] ---> Running in 33b63507de94 [2021-02-24T00:39:03.302Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-24T00:39:03.302Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-24T00:39:03.504Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-24T00:39:03.504Z] Removing intermediate container 33b63507de94 [2021-02-24T00:39:03.504Z] ---> cf2f0ccdab24 [2021-02-24T00:39:03.504Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:39:03.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-24T00:39:03.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:04.037Z] ---> 448ceeaa38ae [2021-02-24T00:39:04.037Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-24T00:39:04.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:04.037Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-24T00:39:04.317Z] (2/2) Installing su-exec (0.2-r1) [2021-02-24T00:39:04.317Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:39:04.317Z] OK: 6 MiB in 16 packages [2021-02-24T00:39:04.614Z] ---> f19074a58ed1 [2021-02-24T00:39:04.614Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-24T00:39:05.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-24T00:39:05.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-24T00:39:05.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-24T00:39:05.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-24T00:39:06.051Z] ---> f539a6374dde [2021-02-24T00:39:06.051Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-24T00:39:06.051Z] ---> Running in 8d731447b3c4 [2021-02-24T00:39:06.319Z] Removing intermediate container 9a958bb46814 [2021-02-24T00:39:06.319Z] ---> a303926799a1 [2021-02-24T00:39:06.319Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-24T00:39:06.587Z] ---> Running in 09b98581e09a [2021-02-24T00:39:06.587Z] Removing intermediate container 8d731447b3c4 [2021-02-24T00:39:06.587Z] ---> 2cfe592b5e7c [2021-02-24T00:39:06.587Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:39:06.587Z] ---> Running in 8a29ee09085f [2021-02-24T00:39:06.858Z] Removing intermediate container 09b98581e09a [2021-02-24T00:39:06.858Z] ---> c1da68f0ffd5 [2021-02-24T00:39:06.858Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-24T00:39:07.125Z] ---> Running in 3baa08289be2 [2021-02-24T00:39:07.125Z] Removing intermediate container 8a29ee09085f [2021-02-24T00:39:07.125Z] ---> 9386c0c357af [2021-02-24T00:39:07.125Z] Step 20/22 : LABEL arch=x86_64 [2021-02-24T00:39:07.125Z] ---> Running in 9a6deff92160 [2021-02-24T00:39:07.715Z] Removing intermediate container 3baa08289be2 [2021-02-24T00:39:07.715Z] ---> 21375088f2cf [2021-02-24T00:39:07.715Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-24T00:39:07.715Z] ---> Running in 220ff9bfaca2 [2021-02-24T00:39:07.715Z] Removing intermediate container 9a6deff92160 [2021-02-24T00:39:07.715Z] ---> e52d8e02a80a [2021-02-24T00:39:07.715Z] Step 21/22 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:39:07.715Z] ---> Running in 27798d78613e [2021-02-24T00:39:08.322Z] Removing intermediate container 27798d78613e [2021-02-24T00:39:08.322Z] ---> 00d738012540 [2021-02-24T00:39:08.322Z] Step 22/22 : LABEL version=0.0.0 [2021-02-24T00:39:08.322Z] ---> Running in 6b1161bb9fed [2021-02-24T00:39:08.574Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-24T00:39:08.601Z] Removing intermediate container 6b1161bb9fed [2021-02-24T00:39:08.601Z] ---> d58ebc77bab9 [2021-02-24T00:39:08.601Z] [2021-02-24T00:39:09.563Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-24T00:39:10.038Z] Successfully built d58ebc77bab9 [2021-02-24T00:39:10.038Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-24T00:39:12.686Z]  Building docker-support-scheduler-go ... done Removing intermediate container 220ff9bfaca2 [2021-02-24T00:39:12.686Z] ---> 2b2f1356711e [2021-02-24T00:39:12.686Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-24T00:39:12.686Z] ---> Running in 91a090bec219 [2021-02-24T00:39:12.686Z] Removing intermediate container 91a090bec219 [2021-02-24T00:39:12.686Z] ---> 5824dabf4a0f [2021-02-24T00:39:12.686Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-24T00:39:13.274Z] ---> 3d02560f49ad [2021-02-24T00:39:13.274Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-24T00:39:13.274Z] ---> Running in 059349f1ef70 [2021-02-24T00:39:15.889Z] Removing intermediate container 059349f1ef70 [2021-02-24T00:39:15.889Z] ---> 560736dabc03 [2021-02-24T00:39:15.889Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:39:16.469Z] ---> 8b4795ab5eb8 [2021-02-24T00:39:16.469Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-24T00:39:17.432Z] ---> 1c59e4e84ca9 [2021-02-24T00:39:17.432Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-24T00:39:17.869Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-24T00:39:17.870Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-24T00:39:17.870Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-24T00:39:18.016Z] ---> 631f269b8b0c [2021-02-24T00:39:18.016Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-24T00:39:18.619Z] ---> 98a2635c1197 [2021-02-24T00:39:18.619Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-24T00:39:18.619Z] ---> Running in ba6eb95a4822 [2021-02-24T00:39:18.899Z] Removing intermediate container ba6eb95a4822 [2021-02-24T00:39:18.899Z] ---> 935a746249cb [2021-02-24T00:39:18.899Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-24T00:39:19.514Z] ---> 6daa4957d374 [2021-02-24T00:39:19.514Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-24T00:39:20.114Z] ---> Running in a77a2d45e599 [2021-02-24T00:39:21.535Z] Removing intermediate container a77a2d45e599 [2021-02-24T00:39:21.535Z] ---> f005987bb5ef [2021-02-24T00:39:21.535Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-24T00:39:21.798Z] ---> Running in b9b664f49234 [2021-02-24T00:39:22.067Z] Removing intermediate container b9b664f49234 [2021-02-24T00:39:22.067Z] ---> 3292d88a5604 [2021-02-24T00:39:22.067Z] Step 27/30 : CMD ["gate"] [2021-02-24T00:39:23.022Z] ---> Running in f490b08611f7 [2021-02-24T00:39:23.599Z] Removing intermediate container 0f7f89ed86d5 [2021-02-24T00:39:23.599Z] ---> d03484d35c17 [2021-02-24T00:39:23.599Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-24T00:39:23.864Z] Removing intermediate container f490b08611f7 [2021-02-24T00:39:23.864Z] ---> 4bcf3de46846 [2021-02-24T00:39:23.864Z] Step 28/30 : LABEL arch=x86_64 [2021-02-24T00:39:23.864Z] ---> Running in d4102b8351af [2021-02-24T00:39:24.134Z] ---> Running in f3791a892d84 [2021-02-24T00:39:24.400Z] Removing intermediate container f3791a892d84 [2021-02-24T00:39:24.400Z] ---> 1b82458e83a6 [2021-02-24T00:39:24.400Z] Step 29/30 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:39:24.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.359s coverage: 45.9% of statements [2021-02-24T00:39:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-24T00:39:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-24T00:39:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-24T00:39:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-24T00:39:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-24T00:39:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-24T00:39:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-24T00:39:24.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements [2021-02-24T00:39:24.666Z] ---> Running in 2df4275c7ac3 [2021-02-24T00:39:24.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-24T00:39:24.928Z] Removing intermediate container 2df4275c7ac3 [2021-02-24T00:39:24.928Z] ---> 7ae390309b12 [2021-02-24T00:39:24.928Z] Step 30/30 : LABEL version=0.0.0 [2021-02-24T00:39:25.194Z] ---> Running in 4e7c7a08815c [2021-02-24T00:39:26.586Z] Removing intermediate container 4e7c7a08815c [2021-02-24T00:39:26.586Z] ---> e54b33041b2a [2021-02-24T00:39:26.586Z] [2021-02-24T00:39:27.197Z] Successfully built e54b33041b2a [2021-02-24T00:39:27.197Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-24T00:39:28.287Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d4102b8351af [2021-02-24T00:39:28.287Z] ---> 32d109dd3cd0 [2021-02-24T00:39:28.287Z] [2021-02-24T00:39:28.287Z] Step 11/26 : FROM docker:20.10.0 [2021-02-24T00:39:28.287Z] 20.10.0: Pulling from library/docker [2021-02-24T00:39:28.287Z] Removing intermediate container 6e50d4187f2f [2021-02-24T00:39:28.287Z] ---> 85c9d79c2f7d [2021-02-24T00:39:28.287Z] [2021-02-24T00:39:28.287Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:39:28.287Z] ---> 389fef711851 [2021-02-24T00:39:28.287Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-24T00:39:28.287Z] ---> Running in 7a9ad9136cb1 [2021-02-24T00:39:28.575Z] Removing intermediate container 7a9ad9136cb1 [2021-02-24T00:39:28.575Z] ---> bf405b39862a [2021-02-24T00:39:28.575Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-24T00:39:28.575Z] ---> Running in c3f951c7dde2 [2021-02-24T00:39:29.245Z] Removing intermediate container c3f951c7dde2 [2021-02-24T00:39:29.245Z] ---> acb26b78a108 [2021-02-24T00:39:29.245Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-24T00:39:29.245Z] ---> Running in 74b3db4d416b [2021-02-24T00:39:29.533Z] Removing intermediate container 74b3db4d416b [2021-02-24T00:39:29.533Z] ---> 8a5f55a5f47c [2021-02-24T00:39:29.533Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:39:29.815Z] ---> Running in f1d6d7c951ef [2021-02-24T00:39:31.221Z] Removing intermediate container f1d6d7c951ef [2021-02-24T00:39:31.221Z] ---> a10ce10999a9 [2021-02-24T00:39:31.221Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-24T00:39:31.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-24T00:39:31.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-24T00:39:31.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-24T00:39:31.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 65.8% of statements [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-24T00:39:31.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-24T00:39:31.505Z] ---> Running in a8dd7433c87d [2021-02-24T00:39:32.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:32.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:33.237Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-24T00:39:33.237Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-24T00:39:33.237Z] ---> aefe523efa57 [2021-02-24T00:39:33.237Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-24T00:39:33.237Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-24T00:39:33.237Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-24T00:39:33.500Z] ---> Running in 070cce23f2cf [2021-02-24T00:39:33.500Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-24T00:39:33.500Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-24T00:39:33.767Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-24T00:39:33.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:34.033Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-24T00:39:34.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:34.033Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:39:34.033Z] OK: 8 MiB in 20 packages [2021-02-24T00:39:34.033Z] (1/2) Installing readline (8.0.4-r0) [2021-02-24T00:39:34.033Z] (2/2) Installing bash (5.0.17-r0) [2021-02-24T00:39:34.033Z] Executing bash-5.0.17-r0.post-install [2021-02-24T00:39:34.033Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:39:34.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.685s coverage: 82.3% of statements [2021-02-24T00:39:34.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-24T00:39:34.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:39:34.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-24T00:39:34.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-24T00:39:34.295Z] OK: 12 MiB in 22 packages [2021-02-24T00:39:34.558Z] Removing intermediate container a8dd7433c87d [2021-02-24T00:39:34.558Z] ---> a4d84438d747 [2021-02-24T00:39:34.558Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:39:34.819Z] Removing intermediate container 070cce23f2cf [2021-02-24T00:39:34.819Z] ---> 348307fbccbe [2021-02-24T00:39:34.819Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-24T00:39:34.819Z] ---> Running in 70412570f6d2 [2021-02-24T00:39:34.819Z] ---> 6cf75b4259ff [2021-02-24T00:39:34.819Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-24T00:39:35.094Z] Removing intermediate container 70412570f6d2 [2021-02-24T00:39:35.094Z] ---> 75444d8dc13c [2021-02-24T00:39:35.094Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-24T00:39:35.094Z] ---> Running in bcd114994c3a [2021-02-24T00:39:35.358Z] Removing intermediate container bcd114994c3a [2021-02-24T00:39:35.358Z] ---> 52c658d4b8ae [2021-02-24T00:39:35.358Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-24T00:39:35.358Z] ---> Running in cdaffe47f406 [2021-02-24T00:39:35.621Z] ---> 8ccb9c5a9bcd [2021-02-24T00:39:35.622Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-24T00:39:35.622Z] Removing intermediate container cdaffe47f406 [2021-02-24T00:39:35.622Z] ---> 27ac16eb0117 [2021-02-24T00:39:35.622Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-24T00:39:35.885Z] ---> 4accde8f6358 [2021-02-24T00:39:35.886Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-24T00:39:36.162Z] ---> Running in e0cae9129239 [2021-02-24T00:39:36.162Z] ---> 8f02e6c51cc8 [2021-02-24T00:39:36.162Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-24T00:39:36.427Z] Removing intermediate container e0cae9129239 [2021-02-24T00:39:36.427Z] ---> 38fba2f56424 [2021-02-24T00:39:36.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:39:36.427Z] ---> Running in cd8a87b85e80 [2021-02-24T00:39:37.000Z] ---> cf1d7c1ee9a5 [2021-02-24T00:39:37.001Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-24T00:39:37.263Z] Removing intermediate container cd8a87b85e80 [2021-02-24T00:39:37.264Z] ---> 35ef66ee14ed [2021-02-24T00:39:37.264Z] Step 21/23 : LABEL arch=x86_64 [2021-02-24T00:39:37.264Z] ---> Running in 75fc032f1fe7 [2021-02-24T00:39:37.525Z] Removing intermediate container 75fc032f1fe7 [2021-02-24T00:39:37.525Z] ---> 6b1f0e5aed4a [2021-02-24T00:39:37.525Z] Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:39:37.525Z] ---> 55d8151f31d9 [2021-02-24T00:39:37.525Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-24T00:39:37.525Z] ---> Running in 1b1d30374c7b [2021-02-24T00:39:37.525Z] ---> Running in 723464614d23 [2021-02-24T00:39:37.789Z] Removing intermediate container 1b1d30374c7b [2021-02-24T00:39:37.789Z] ---> e90a7b720d84 [2021-02-24T00:39:37.789Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:39:37.789Z] ---> Running in aa1733696e7e [2021-02-24T00:39:38.053Z] Removing intermediate container aa1733696e7e [2021-02-24T00:39:38.053Z] ---> fbaa718081b0 [2021-02-24T00:39:38.053Z] [2021-02-24T00:39:38.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:38.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:38.314Z] Successfully built fbaa718081b0 [2021-02-24T00:39:38.314Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-24T00:39:38.314Z] (2/33) Installing expat (2.2.9-r1) [2021-02-24T00:39:38.314Z] (3/33) Installing libffi (3.3-r2) [2021-02-24T00:39:38.314Z] (4/33) Installing gdbm (1.13-r1) [2021-02-24T00:39:38.314Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-24T00:39:38.314Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-24T00:39:38.314Z] Successfully tagged docker-core-data-go:latest [2021-02-24T00:39:38.314Z]  Building docker-core-data-go ... done (7/33) Installing python3 (3.8.5-r1) [2021-02-24T00:39:39.708Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-24T00:39:39.708Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-24T00:39:39.708Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-24T00:39:39.708Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-24T00:39:39.708Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-24T00:39:39.708Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-24T00:39:39.708Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-24T00:39:39.971Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-24T00:39:40.560Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-24T00:39:40.560Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-24T00:39:40.560Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-24T00:39:40.560Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-24T00:39:40.560Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-24T00:39:40.560Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-24T00:39:40.560Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-24T00:39:40.560Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-24T00:39:40.560Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-24T00:39:40.560Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-24T00:39:40.560Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-24T00:39:40.560Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-24T00:39:40.560Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-24T00:39:40.560Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-24T00:39:40.560Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-24T00:39:40.560Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-24T00:39:40.560Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-24T00:39:40.560Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-24T00:39:40.821Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:39:40.821Z] OK: 71 MiB in 55 packages [2021-02-24T00:39:42.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.337s coverage: 28.6% of statements [2021-02-24T00:39:42.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-24T00:39:42.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-24T00:39:42.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-24T00:39:42.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-24T00:39:42.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-24T00:39:42.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements [2021-02-24T00:39:42.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-24T00:39:42.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2021-02-24T00:39:42.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-24T00:39:42.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.298s coverage: 86.7% of statements [2021-02-24T00:39:42.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-24T00:39:42.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements [2021-02-24T00:39:42.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-24T00:39:43.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.267s coverage: 78.3% of statements [2021-02-24T00:39:43.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-24T00:39:43.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-24T00:39:43.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-24T00:39:43.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-24T00:39:48.982Z] Removing intermediate container 723464614d23 [2021-02-24T00:39:48.982Z] ---> cf31b8f7160a [2021-02-24T00:39:48.982Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-24T00:39:48.982Z] ---> Running in 025d5e4680b5 [2021-02-24T00:39:49.928Z] Collecting docker-compose==1.23.2 [2021-02-24T00:39:49.929Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-24T00:39:50.192Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-24T00:39:50.192Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-24T00:39:50.192Z] Collecting cached-property<2,>=1.2.0 [2021-02-24T00:39:50.192Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-24T00:39:50.454Z] Collecting jsonschema<3,>=2.5.1 [2021-02-24T00:39:50.454Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-24T00:39:50.454Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-24T00:39:50.715Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-24T00:39:50.715Z] Collecting docker<4.0,>=3.6.0 [2021-02-24T00:39:50.715Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-24T00:39:50.977Z] Collecting texttable<0.10,>=0.9.0 [2021-02-24T00:39:50.977Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-24T00:39:51.239Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-24T00:39:51.502Z] Collecting PyYAML<4,>=3.10 [2021-02-24T00:39:51.502Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-24T00:39:51.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.255s coverage: 92.8% of statements [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-24T00:39:51.641Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-24T00:39:51.641Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.215s coverage: 0.1% of statements [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-24T00:39:51.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-24T00:39:51.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 45.5% of statements [2021-02-24T00:39:51.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.086s coverage: 79.5% of statements [2021-02-24T00:39:51.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements [2021-02-24T00:39:51.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.110s coverage: 96.3% of statements [2021-02-24T00:39:51.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-02-24T00:39:52.447Z] Collecting docopt<0.7,>=0.6.1 [2021-02-24T00:39:52.448Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-24T00:39:53.024Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-24T00:39:53.024Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-24T00:39:53.287Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-24T00:39:53.287Z] Collecting idna<2.8,>=2.5 [2021-02-24T00:39:53.287Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-24T00:39:53.287Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-24T00:39:53.552Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-24T00:39:53.552Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-24T00:39:53.552Z] Collecting docker-pycreds>=0.4.0 [2021-02-24T00:39:53.552Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-24T00:39:53.552Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-24T00:39:53.552Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-24T00:39:53.552Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-24T00:39:53.552Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-24T00:39:53.813Z] Installing collected packages: idna, urllib3, requests, cached-property, jsonschema, websocket-client, docker-pycreds, docker, texttable, PyYAML, docopt, dockerpty, docker-compose [2021-02-24T00:39:53.813Z] Attempting uninstall: idna [2021-02-24T00:39:53.813Z] Found existing installation: idna 2.9 [2021-02-24T00:39:53.813Z] Uninstalling idna-2.9: [2021-02-24T00:39:53.813Z] Successfully uninstalled idna-2.9 [2021-02-24T00:39:54.074Z] Attempting uninstall: urllib3 [2021-02-24T00:39:54.074Z] Found existing installation: urllib3 1.25.9 [2021-02-24T00:39:54.074Z] Uninstalling urllib3-1.25.9: [2021-02-24T00:39:54.074Z] Successfully uninstalled urllib3-1.25.9 [2021-02-24T00:39:54.336Z] Attempting uninstall: requests [2021-02-24T00:39:54.336Z] Found existing installation: requests 2.23.0 [2021-02-24T00:39:54.336Z] Uninstalling requests-2.23.0: [2021-02-24T00:39:54.336Z] Successfully uninstalled requests-2.23.0 [2021-02-24T00:39:54.908Z] Running setup.py install for texttable: started [2021-02-24T00:39:55.482Z] Running setup.py install for texttable: finished with status 'done' [2021-02-24T00:39:55.482Z] Running setup.py install for PyYAML: started [2021-02-24T00:39:56.071Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-24T00:39:56.071Z] Running setup.py install for docopt: started [2021-02-24T00:39:56.333Z] Running setup.py install for docopt: finished with status 'done' [2021-02-24T00:39:56.333Z] Running setup.py install for dockerpty: started [2021-02-24T00:39:56.910Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-24T00:39:57.182Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-24T00:40:00.494Z] Removing intermediate container 025d5e4680b5 [2021-02-24T00:40:00.494Z] ---> a5da8f5d9be6 [2021-02-24T00:40:00.494Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-24T00:40:00.494Z] ---> Running in 79103b3cf531 [2021-02-24T00:40:01.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:40:01.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:40:01.345Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:40:01.345Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-24T00:40:01.345Z] (3/3) Installing curl (7.69.1-r3) [2021-02-24T00:40:01.345Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:40:01.345Z] OK: 72 MiB in 58 packages [2021-02-24T00:40:01.926Z] Removing intermediate container 79103b3cf531 [2021-02-24T00:40:01.926Z] ---> fb5950ac44ec [2021-02-24T00:40:01.926Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-24T00:40:01.926Z] ---> Running in f8727220af40 [2021-02-24T00:40:02.188Z] Removing intermediate container f8727220af40 [2021-02-24T00:40:02.188Z] ---> a7bff64d765f [2021-02-24T00:40:02.188Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:40:02.188Z] ---> Running in 931884edc1be [2021-02-24T00:40:02.451Z] Removing intermediate container 931884edc1be [2021-02-24T00:40:02.451Z] ---> b5b67e01fb73 [2021-02-24T00:40:02.451Z] Step 24/26 : LABEL arch=x86_64 [2021-02-24T00:40:02.451Z] ---> Running in 061d8cab6eb2 [2021-02-24T00:40:02.713Z] Removing intermediate container 061d8cab6eb2 [2021-02-24T00:40:02.713Z] ---> f3fa5773ad39 [2021-02-24T00:40:02.713Z] Step 25/26 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:40:02.713Z] ---> Running in 1193f4c95973 [2021-02-24T00:40:02.975Z] Removing intermediate container 1193f4c95973 [2021-02-24T00:40:02.975Z] ---> 26557b8a4b27 [2021-02-24T00:40:02.975Z] Step 26/26 : LABEL version=0.0.0 [2021-02-24T00:40:02.975Z] ---> Running in 0fdec709c612 [2021-02-24T00:40:02.975Z] Removing intermediate container 0fdec709c612 [2021-02-24T00:40:02.975Z] ---> 1816a2570bf6 [2021-02-24T00:40:02.975Z] [2021-02-24T00:40:03.240Z] Successfully built 1816a2570bf6 [2021-02-24T00:40:03.240Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-24T00:40:03.569Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-24T00:40:03.582Z] $ docker stop --time=1 1e4c56aaeb01625e3477da576e42bce1ca15f17721b28e5057481cabfecb2157 [2021-02-24T00:40:05.182Z] $ docker rm -f 1e4c56aaeb01625e3477da576e42bce1ca15f17721b28e5057481cabfecb2157 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T00:40:05.740Z] + docker images [2021-02-24T00:40:05.740Z] + grep docker [2021-02-24T00:40:06.000Z] docker-sys-mgmt-agent-go latest 1816a2570bf6 3 seconds ago 313MB [2021-02-24T00:40:06.000Z] docker-core-data-go latest fbaa718081b0 28 seconds ago 22.4MB [2021-02-24T00:40:06.000Z] docker-security-bootstrapper-go latest e54b33041b2a 40 seconds ago 18.3MB [2021-02-24T00:40:06.000Z] docker-support-scheduler-go latest d58ebc77bab9 57 seconds ago 17.2MB [2021-02-24T00:40:06.000Z] docker-security-secretstore-setup-go latest 4d756caedfaa 2 minutes ago 24.9MB [2021-02-24T00:40:06.000Z] docker-core-metadata-go latest 7b3d749fae82 2 minutes ago 19MB [2021-02-24T00:40:06.000Z] docker-support-notifications-go latest ecbdaf11abcd 2 minutes ago 17.7MB [2021-02-24T00:40:06.000Z] docker-security-proxy-setup-go latest d3be1a34a0ec 2 minutes ago 24.7MB [2021-02-24T00:40:06.000Z] docker-core-command-go latest 15932f3b7246 2 minutes ago 17MB [2021-02-24T00:40:06.000Z] 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-02-24T00:40:06.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements [2021-02-24T00:40:06.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.074s coverage: 44.8% of statements [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.147s coverage: 84.6% of statements [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.166s coverage: 91.6% of statements [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.533s coverage: 62.4% of statements [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-02-24T00:40:19.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.883s coverage: 68.9% of statements [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-24T00:40:19.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-24T00:40:21.678Z] Still waiting to schedule task [2021-02-24T00:40:21.679Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-27432’ [2021-02-24T00:40:21.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.353s coverage: 36.6% of statements [2021-02-24T00:40:21.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-24T00:40:21.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-24T00:40:21.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements [2021-02-24T00:40:27.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.473s coverage: 47.0% of statements [2021-02-24T00:40:27.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-24T00:40:27.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-24T00:40:27.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-24T00:40:27.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-24T00:40:27.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-24T00:40:27.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-02-24T00:40:27.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-24T00:40:27.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements [2021-02-24T00:40:27.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-24T00:40:27.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-24T00:40:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-24T00:40:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-24T00:40:27.235Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.348s coverage: 89.4% of statements [2021-02-24T00:40:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-24T00:40:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:40:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-24T00:40:35.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.168s coverage: 29.1% of statements [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-24T00:40:35.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-24T00:40:35.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.122s coverage: 100.0% of statements [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-24T00:40:35.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.183s coverage: 92.9% of statements [2021-02-24T00:40:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-24T00:40:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:40:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-24T00:40:35.534Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-24T00:40:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-24T00:40:35.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-02-24T00:40:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-24T00:40:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-24T00:40:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-24T00:40:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-24T00:40:35.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-02-24T00:40:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-24T00:40:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-24T00:40:35.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-02-24T00:40:35.807Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-24T00:40:36.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-02-24T00:40:36.996Z] GO111MODULE=on go vet ./... [2021-02-24T00:41:58.795Z] gofmt -l . [2021-02-24T00:41:58.795Z] [ "`gofmt -l .`" = "" ] [2021-02-24T00:41:58.795Z] ./bin/test-go-mod-tidy.sh [2021-02-24T00:41:58.795Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-24T00:42:00.415Z] + ls -al . [2021-02-24T00:42:00.415Z] total 736 [2021-02-24T00:42:00.415Z] drwxrwxr-x 9 1001 1001 4096 Feb 24 00:41 . [2021-02-24T00:42:00.415Z] drwxr-xr-x 4 root root 4096 Feb 24 00:37 .. [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 11 Feb 24 00:35 .dockerignore [2021-02-24T00:42:00.415Z] drwxrwxr-x 8 1001 1001 4096 Feb 24 00:36 .git [2021-02-24T00:42:00.415Z] drwxrwxr-x 3 1001 1001 4096 Feb 24 00:35 .github [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 818 Feb 24 00:35 .gitignore [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 166 Feb 24 00:35 .sonarcloud.properties [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 8475 Feb 24 00:35 Attribution.txt [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 3804 Feb 24 00:35 CONTRIBUTING.md [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 931 Feb 24 00:35 Dockerfile.build [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 863 Feb 24 00:35 Jenkinsfile [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 10775 Feb 24 00:35 LICENSE [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 5774 Feb 24 00:35 Makefile [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 6524 Feb 24 00:35 README.md [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 6755 Feb 24 00:35 SECURITY.md [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 5 Feb 24 00:31 VERSION [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 4131 Feb 24 00:35 ZMQWindows.md [2021-02-24T00:42:00.415Z] drwxrwxr-x 2 1001 1001 4096 Feb 24 00:35 bin [2021-02-24T00:42:00.415Z] drwxrwxr-x 14 1001 1001 4096 Feb 24 00:35 cmd [2021-02-24T00:42:00.415Z] -rw-r--r-- 1 root root 594620 Feb 24 00:40 coverage.out [2021-02-24T00:42:00.415Z] -rw-r--r-- 1 root root 1055 Feb 24 00:41 go.mod [2021-02-24T00:42:00.415Z] -rw-r--r-- 1 root root 21410 Feb 24 00:41 go.sum [2021-02-24T00:42:00.415Z] drwxrwxr-x 8 1001 1001 4096 Feb 24 00:35 internal [2021-02-24T00:42:00.415Z] drwxrwxr-x 4 1001 1001 4096 Feb 24 00:35 openapi [2021-02-24T00:42:00.415Z] drwxrwxr-x 4 1001 1001 4096 Feb 24 00:35 snap [2021-02-24T00:42:00.415Z] -rw-rw-r-- 1 1001 1001 168 Feb 24 00:35 version.go [Pipeline] sh [2021-02-24T00:42:01.066Z] + '[' -e coverage.out ] [2021-02-24T00:42:01.066Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-24T00:42:01.087Z] Warning: overwriting stash ‘coverage-report’ [2021-02-24T00:42:02.368Z] Stashed 1 file(s) [Pipeline] sh [2021-02-24T00:42:03.050Z] + make build [2021-02-24T00:42:03.050Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-24T00:42:15.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-24T00:42:38.099Z] Running on prd-ubuntu18.04-docker-8c-8g-27434 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-24T00:42:38.157Z] Running in /w/workspace/edgex-go/69 [Pipeline] { [Pipeline] checkout [2021-02-24T00:42:40.306Z] using credential edgex-jenkins-ssh [2021-02-24T00:42:40.412Z] Cloning the remote Git repository [2021-02-24T00:42:40.419Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:42:40.491Z] > git init /w/workspace/edgex-go/69 # timeout=10 [2021-02-24T00:42:40.517Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:42:40.517Z] > git --version # timeout=10 [2021-02-24T00:42:40.524Z] > git --version # 'git version 2.17.1' [2021-02-24T00:42:40.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:42:40.554Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T00:42:42.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-24T00:42:47.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-24T00:42:52.089Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-24T00:42:54.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-24T00:42:59.323Z] Merging remotes/origin/master commit afdb9f2a3541b593beed41fd247753118ef1ae38 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-24T00:42:59.638Z] Merge succeeded, producing 6c9096c86060698bf8a2231f2889c94bf0d83b92 [2021-02-24T00:42:59.639Z] Checking out Revision 6c9096c86060698bf8a2231f2889c94bf0d83b92 (PR-2858) [2021-02-24T00:42:58.608Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T00:42:58.615Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T00:42:58.628Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T00:42:58.646Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:42:58.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:42:58.650Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-24T00:42:59.329Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T00:42:59.335Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-24T00:42:59.414Z] > git remote # timeout=10 [2021-02-24T00:42:59.423Z] > git config --get remote.origin.url # timeout=10 [2021-02-24T00:42:59.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:42:59.435Z] > git merge afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 [2021-02-24T00:42:59.627Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-24T00:42:59.637Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T00:42:59.642Z] > git checkout -f 6c9096c86060698bf8a2231f2889c94bf0d83b92 # timeout=10 [2021-02-24T00:43:00.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-24T00:43:03.337Z] Commit message: "Merge commit 'afdb9f2a3541b593beed41fd247753118ef1ae38' into HEAD" [2021-02-24T00:43:03.349Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:43:03.339Z] > git rev-list --no-walk cec897b14f5dc8efc53b182c39925dde1789c8eb # timeout=10 [2021-02-24T00:43:04.555Z] + echo snap-build.sh [2021-02-24T00:43:04.555Z] snap-build.sh [2021-02-24T00:43:04.555Z] + SNAP_BASE_DIR=. [2021-02-24T00:43:04.555Z] + '[' '!' -z /w/workspace/edgex-go/69 ']' [2021-02-24T00:43:04.555Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/69 [2021-02-24T00:43:04.555Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/69]' [2021-02-24T00:43:04.555Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/69] [2021-02-24T00:43:04.555Z] + cd /w/workspace/edgex-go/69 [2021-02-24T00:43:04.555Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-24T00:43:04.555Z] Reading package lists... [2021-02-24T00:43:04.555Z] Building dependency tree... [2021-02-24T00:43:04.555Z] Reading state information... [2021-02-24T00:43:04.824Z] The following packages were automatically installed and are no longer required: [2021-02-24T00:43:04.824Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-24T00:43:04.824Z] uidmap xdelta3 [2021-02-24T00:43:04.824Z] Use 'sudo apt autoremove' to remove them. [2021-02-24T00:43:04.824Z] The following packages will be REMOVED: [2021-02-24T00:43:04.824Z] lxd* lxd-client* [2021-02-24T00:43:05.092Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-24T00:43:05.092Z] After this operation, 31.7 MB disk space will be freed. [2021-02-24T00:43:06.157Z] (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-02-24T00:43:06.158Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-24T00:43:06.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-24T00:43:07.110Z] Removing lxd dnsmasq configuration [2021-02-24T00:43:07.110Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-24T00:43:07.375Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-24T00:43:08.325Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-24T00:43:08.849Z] (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-02-24T00:43:08.849Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-24T00:43:09.570Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-24T00:43:10.238Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-24T00:43:10.499Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-24T00:43:11.905Z] + sudo snap remove --purge lxd [2021-02-24T00:43:11.905Z] snap "lxd" is not installed [2021-02-24T00:43:11.905Z] + sudo groupadd --force --system lxd [2021-02-24T00:43:11.906Z] ++ whoami [2021-02-24T00:43:11.906Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-24T00:43:12.168Z] + newgrp - lxd [2021-02-24T00:43:12.168Z] + sudo snap install lxd [2021-02-24T00:43:14.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-24T00:43:18.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-24T00:43:20.431Z] 2021-02-24T00:43:17Z INFO Waiting for automatic snapd restart... [2021-02-24T00:43:23.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-24T00:43:32.030Z] $ docker stop --time=1 7b9e72a31e54e850654eff1c5f562ed7c55026fc98e9c8558346f5c8cb0ff738 [2021-02-24T00:43:34.722Z] $ docker rm -f 7b9e72a31e54e850654eff1c5f562ed7c55026fc98e9c8558346f5c8cb0ff738 [2021-02-24T00:43:35.355Z] lxd 4.11 from Canonical* installed [2021-02-24T00:43:35.355Z] + sudo lxd init --auto [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:43:36.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T00:43:36.856Z] [2021-02-24T00:43:36.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:43:37.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T00:43:37.245Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-24T00:43:37.245Z] 29e5d40040c1: Pulling fs layer [2021-02-24T00:43:37.245Z] 1ce36da41761: Pulling fs layer [2021-02-24T00:43:37.245Z] 25b303627fd3: Pulling fs layer [2021-02-24T00:43:37.842Z] 29e5d40040c1: Verifying Checksum [2021-02-24T00:43:37.842Z] 29e5d40040c1: Download complete [2021-02-24T00:43:38.118Z] 1ce36da41761: Verifying Checksum [2021-02-24T00:43:38.118Z] 1ce36da41761: Download complete [2021-02-24T00:43:38.394Z] 29e5d40040c1: Pull complete [2021-02-24T00:43:39.830Z] 1ce36da41761: Pull complete [2021-02-24T00:43:39.830Z] 25b303627fd3: Download complete [2021-02-24T00:43:45.383Z] + sudo snap install --classic snapcraft [2021-02-24T00:43:49.615Z] snapcraft 4.5.1 from Canonical* installed [2021-02-24T00:43:49.615Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-24T00:43:49.615Z] + patch --verbose -p1 [2021-02-24T00:43:49.615Z] Hmm... Looks like a unified diff to me... [2021-02-24T00:43:49.615Z] The text leading up to this was: [2021-02-24T00:43:49.615Z] -------------------------- [2021-02-24T00:43:49.615Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-24T00:43:49.615Z] |From: Tony Espy [2021-02-24T00:43:49.615Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-24T00:43:49.615Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-24T00:43:49.615Z] | [2021-02-24T00:43:49.615Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-24T00:43:49.615Z] |optimize the snap CI check run for pull requests. When [2021-02-24T00:43:49.615Z] |applied, it essentially strips out everything (apps and [2021-02-24T00:43:49.615Z] |parts) from the snapcraft.yaml file except those required [2021-02-24T00:43:49.615Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-24T00:43:49.615Z] |catch changes to edgex-go that break the snap build. [2021-02-24T00:43:49.615Z] | [2021-02-24T00:43:49.615Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-24T00:43:49.615Z] |to update this patch file, otherwise it may fail to apply, [2021-02-24T00:43:49.615Z] |resulting in a failed snap build CI check in the associated [2021-02-24T00:43:49.615Z] |pull request. [2021-02-24T00:43:49.615Z] | [2021-02-24T00:43:49.615Z] |Note - in addition to applying this patch, the pipeline also [2021-02-24T00:43:49.615Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-24T00:43:49.615Z] |need to build the finally binary .snap file (and it won't [2021-02-24T00:43:49.615Z] |work with the patch applied). This further reduces the build [2021-02-24T00:43:49.615Z] |time. [2021-02-24T00:43:49.615Z] |--- [2021-02-24T00:43:49.615Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-24T00:43:49.615Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-24T00:43:49.615Z] | [2021-02-24T00:43:49.615Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-24T00:43:49.615Z] |index 1e537489..faf42425 100644 [2021-02-24T00:43:49.615Z] |--- a/snap/snapcraft.yaml [2021-02-24T00:43:49.615Z] |+++ b/snap/snapcraft.yaml [2021-02-24T00:43:49.615Z] -------------------------- [2021-02-24T00:43:49.615Z] patching file snap/snapcraft.yaml [2021-02-24T00:43:49.615Z] Using Plan A... [2021-02-24T00:43:49.615Z] Hunk #1 succeeded at 73. [2021-02-24T00:43:49.615Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-24T00:43:49.615Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-24T00:43:49.615Z] Hunk #4 FAILED at 222. [2021-02-24T00:43:49.615Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-02-24T00:43:49.615Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-02-24T00:43:49.615Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-02-24T00:43:49.615Z] Hunk #8 FAILED at 411. [2021-02-24T00:43:49.615Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-24T00:43:49.615Z] Hmm... Ignoring the trailing garbage. [2021-02-24T00:43:49.615Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-24T00:43:50.006Z] 25b303627fd3: Pull complete [2021-02-24T00:43:50.006Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-24T00:43:50.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T00:43:50.006Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withDockerContainer [2021-02-24T00:43:50.405Z] prd-ubuntu18.04-docker-arm64-4c-16g-27431 does not seem to be running inside a container [2021-02-24T00:43:50.476Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-24T00:43:53.553Z] $ docker top 1474994f780562cc7307493cec223ffef5988af4bb4807a1917cca4c40836ca4 -eo pid,comm [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } [2021-02-24T00:43:54.049Z] Failed in branch amd64 [2021-02-24T00:43:54.565Z] + docker-compose build --help [2021-02-24T00:43:54.565Z] + grep parallel [2021-02-24T00:43:58.846Z] --parallel Build images in parallel. [Pipeline] } [2021-02-24T00:43:59.140Z] $ docker stop --time=1 1474994f780562cc7307493cec223ffef5988af4bb4807a1917cca4c40836ca4 [2021-02-24T00:44:01.055Z] $ docker rm -f 1474994f780562cc7307493cec223ffef5988af4bb4807a1917cca4c40836ca4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:44:02.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T00:44:02.042Z] . [Pipeline] withDockerContainer [2021-02-24T00:44:02.350Z] prd-ubuntu18.04-docker-arm64-4c-16g-27431 does not seem to be running inside a container [2021-02-24T00:44:02.419Z] $ 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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-24T00:44:03.830Z] $ docker top 2f9f0e4c60245df07fedcff48a71eae33410a078c7e64137a8bebb4dee64404b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:44:04.819Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-24T00:44:09.092Z] Building docker-core-command-go ... [2021-02-24T00:44:09.092Z] Building docker-core-data-go ... [2021-02-24T00:44:09.092Z] Building docker-core-metadata-go ... [2021-02-24T00:44:09.092Z] Building docker-security-bootstrapper-go ... [2021-02-24T00:44:09.092Z] Building docker-security-proxy-setup-go ... [2021-02-24T00:44:09.092Z] Building docker-security-secretstore-setup-go ... [2021-02-24T00:44:09.092Z] Building docker-support-notifications-go ... [2021-02-24T00:44:09.092Z] Building docker-support-scheduler-go ... [2021-02-24T00:44:09.092Z] Building docker-sys-mgmt-agent-go ... [2021-02-24T00:44:09.092Z] Building docker-core-metadata-go [2021-02-24T00:44:09.092Z] Building docker-support-scheduler-go [2021-02-24T00:44:09.092Z] Building docker-core-command-go [2021-02-24T00:44:09.092Z] Building docker-sys-mgmt-agent-go [2021-02-24T00:44:09.092Z] Building docker-security-bootstrapper-go [2021-02-24T00:45:32.151Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:45:32.151Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:45:32.151Z] ---> 2a48f1120035 [2021-02-24T00:45:32.151Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:45:32.152Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:45:32.152Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:45:32.152Z] ---> 2a48f1120035 [2021-02-24T00:45:32.152Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:45:32.152Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:45:32.152Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:45:32.152Z] ---> 2a48f1120035 [2021-02-24T00:45:32.152Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T00:45:32.152Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:45:32.152Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:45:32.152Z] ---> 2a48f1120035 [2021-02-24T00:45:32.152Z] Step 3/26 : WORKDIR /edgex-go [2021-02-24T00:45:32.152Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:45:32.152Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:45:32.152Z] ---> 2a48f1120035 [2021-02-24T00:45:32.152Z] Step 3/30 : WORKDIR /edgex-go [2021-02-24T00:45:32.152Z] ---> Running in 0480d12ec54f [2021-02-24T00:45:32.152Z] ---> Running in 7e206a4851c1 [2021-02-24T00:45:32.152Z] ---> Running in add019606102 [2021-02-24T00:45:32.152Z] ---> Running in 7b268f98accc [2021-02-24T00:45:32.152Z] ---> Running in d4a399f68ca3 [2021-02-24T00:45:32.152Z] Removing intermediate container 7e206a4851c1 [2021-02-24T00:45:32.152Z] ---> 22f32749fee7 [2021-02-24T00:45:32.152Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:45:32.152Z] Removing intermediate container add019606102 [2021-02-24T00:45:32.152Z] ---> c5e8be9b7e5b [2021-02-24T00:45:32.152Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:45:32.152Z] Removing intermediate container d4a399f68ca3 [2021-02-24T00:45:32.152Z] ---> 90428373864d [2021-02-24T00:45:32.152Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:45:32.152Z] Removing intermediate container 7b268f98accc [2021-02-24T00:45:32.152Z] ---> 26a3e5ca94e7 [2021-02-24T00:45:32.152Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:45:32.152Z] Removing intermediate container 0480d12ec54f [2021-02-24T00:45:32.152Z] ---> 63da9c6d6ed1 [2021-02-24T00:45:32.152Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:45:32.152Z] ---> Running in bf27f983a280 [2021-02-24T00:45:32.152Z] ---> Running in 6ef7bd6a0767 [2021-02-24T00:45:32.152Z] ---> Running in 100b6e9868fa [2021-02-24T00:45:32.152Z] ---> Running in c45142920189 [2021-02-24T00:45:32.152Z] ---> Running in 9f11b3024964 [2021-02-24T00:45:32.152Z] Removing intermediate container bf27f983a280 [2021-02-24T00:45:32.152Z] ---> 5d4652ef2aa8 [2021-02-24T00:45:32.152Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-24T00:45:32.152Z] ---> Running in f43312747630 [2021-02-24T00:45:32.152Z] Removing intermediate container 100b6e9868fa [2021-02-24T00:45:32.152Z] ---> d0b0be99cb58 [2021-02-24T00:45:32.152Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-24T00:45:32.152Z] Removing intermediate container 6ef7bd6a0767 [2021-02-24T00:45:32.152Z] ---> babf9ba088c8 [2021-02-24T00:45:32.152Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-24T00:45:32.152Z] ---> Running in 4023a15b1305 [2021-02-24T00:45:32.152Z] ---> Running in 146e44760200 [2021-02-24T00:45:32.152Z] Removing intermediate container c45142920189 [2021-02-24T00:45:32.152Z] ---> 2b817d3f7544 [2021-02-24T00:45:32.152Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T00:45:32.152Z] Removing intermediate container 9f11b3024964 [2021-02-24T00:45:32.152Z] ---> 85ec90580ddd [2021-02-24T00:45:32.152Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T00:45:32.152Z] ---> Running in 5ad8d9bff977 [2021-02-24T00:45:32.152Z] ---> Running in 144c314ed618 [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] OK: 217 MiB in 51 packages [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:45:32.152Z] OK: 217 MiB in 51 packages [2021-02-24T00:45:32.152Z] Removing intermediate container f43312747630 [2021-02-24T00:45:32.152Z] ---> c765ee75c294 [2021-02-24T00:45:32.152Z] Step 6/30 : COPY go.mod . [2021-02-24T00:45:32.152Z] OK: 217 MiB in 51 packages [2021-02-24T00:45:32.152Z] OK: 217 MiB in 51 packages [2021-02-24T00:45:32.152Z] OK: 217 MiB in 51 packages [2021-02-24T00:45:32.152Z] ---> eae12e790ecf [2021-02-24T00:45:32.152Z] Step 7/30 : RUN go mod download [2021-02-24T00:45:32.425Z] ---> Running in 75e9adcd9249 [2021-02-24T00:45:32.701Z] Removing intermediate container 4023a15b1305 [2021-02-24T00:45:32.701Z] ---> 7964a6e87ba3 [2021-02-24T00:45:32.701Z] Step 6/26 : COPY go.mod . [2021-02-24T00:45:32.979Z] Removing intermediate container 146e44760200 [2021-02-24T00:45:32.979Z] ---> 828ee89c7bf1 [2021-02-24T00:45:32.979Z] Step 6/22 : COPY go.mod . [2021-02-24T00:45:33.271Z] Removing intermediate container 5ad8d9bff977 [2021-02-24T00:45:33.271Z] ---> cce84f9e7d4d [2021-02-24T00:45:33.271Z] Step 6/23 : COPY go.mod . [2021-02-24T00:45:33.271Z] Removing intermediate container 144c314ed618 [2021-02-24T00:45:33.271Z] ---> 2e34ec423e53 [2021-02-24T00:45:33.271Z] Step 6/23 : COPY go.mod . [2021-02-24T00:45:33.549Z] ---> 24c555ce5051 [2021-02-24T00:45:33.549Z] Step 7/26 : RUN go mod download [2021-02-24T00:45:34.147Z] ---> Running in dc460a7fff83 [2021-02-24T00:45:34.147Z] ---> 34c849e12664 [2021-02-24T00:45:34.147Z] Step 7/22 : RUN go mod download [2021-02-24T00:45:34.426Z] ---> 6c2783da68b7 [2021-02-24T00:45:34.426Z] Step 7/23 : RUN go mod download [2021-02-24T00:45:34.426Z] ---> Running in 0d042a6bb5d9 [2021-02-24T00:45:34.426Z] ---> e5f9ea300198 [2021-02-24T00:45:34.426Z] Step 7/23 : RUN go mod download [2021-02-24T00:45:34.721Z] ---> Running in 97509b437109 [2021-02-24T00:45:34.721Z] ---> Running in 995375b3cd7c [2021-02-24T00:45:36.153Z] Removing intermediate container 75e9adcd9249 [2021-02-24T00:45:36.153Z] ---> b5bc8383b861 [2021-02-24T00:45:36.153Z] Step 8/30 : COPY . . [2021-02-24T00:45:38.797Z] Removing intermediate container dc460a7fff83 [2021-02-24T00:45:38.797Z] ---> c9e0019de797 [2021-02-24T00:45:38.797Z] Step 8/26 : COPY . . [2021-02-24T00:45:40.233Z] Removing intermediate container 0d042a6bb5d9 [2021-02-24T00:45:40.233Z] ---> 91727719262c [2021-02-24T00:45:40.233Z] Step 8/22 : COPY . . [2021-02-24T00:45:40.509Z] Removing intermediate container 97509b437109 [2021-02-24T00:45:40.509Z] ---> 5e16e07121a7 [2021-02-24T00:45:40.509Z] Step 8/23 : COPY . . [2021-02-24T00:45:40.509Z] Removing intermediate container 995375b3cd7c [2021-02-24T00:45:40.510Z] ---> 4d81202e9714 [2021-02-24T00:45:40.510Z] Step 8/23 : COPY . . [2021-02-24T00:46:02.695Z] ---> 0b86139dd189 [2021-02-24T00:46:02.695Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-24T00:46:02.695Z] ---> Running in 9bb85688483a [2021-02-24T00:46:02.695Z] ---> e315823baa4f [2021-02-24T00:46:02.695Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-24T00:46:02.695Z] ---> 8feceb653ba8 [2021-02-24T00:46:02.695Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-24T00:46:02.695Z] ---> b672d3306377 [2021-02-24T00:46:02.695Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-24T00:46:02.695Z] ---> Running in 3e37bc804219 [2021-02-24T00:46:02.974Z] ---> 1dbf53ad9181 [2021-02-24T00:46:02.975Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-24T00:46:02.975Z] ---> Running in 2d59427171a2 [2021-02-24T00:46:02.975Z] ---> Running in baf0fece7e40 [2021-02-24T00:46:03.250Z] ---> Running in e974efd89ee1 [2021-02-24T00:46:04.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-24T00:46:04.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-24T00:46:05.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-24T00:46:05.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-24T00:46:05.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-24T00:47:57.293Z] Removing intermediate container 9bb85688483a [2021-02-24T00:47:57.293Z] ---> ca727fa8ef70 [2021-02-24T00:47:57.293Z] [2021-02-24T00:47:57.293Z] Step 10/30 : FROM alpine:3.12 [2021-02-24T00:47:57.293Z] 3.12: Pulling from library/alpine [2021-02-24T00:47:57.293Z] Removing intermediate container 3e37bc804219 [2021-02-24T00:47:57.293Z] ---> c1d74b033226 [2021-02-24T00:47:57.293Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-24T00:47:57.293Z] ---> Running in e6ed6e7e3844 [2021-02-24T00:47:57.293Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T00:47:57.293Z] Status: Downloaded newer image for alpine:3.12 [2021-02-24T00:47:57.293Z] ---> afeebe901d6b [2021-02-24T00:47:57.293Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-24T00:47:57.293Z] ---> Running in 69a6894a5a38 [2021-02-24T00:47:57.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-24T00:47:57.293Z] Removing intermediate container 69a6894a5a38 [2021-02-24T00:47:57.293Z] ---> 1adb13606f70 [2021-02-24T00:47:57.293Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-24T00:47:57.293Z] ---> Running in a7fa450b6860 [2021-02-24T00:47:57.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:47:57.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:47:57.293Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-24T00:47:57.293Z] (2/2) Installing su-exec (0.2-r1) [2021-02-24T00:47:57.293Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:47:57.293Z] OK: 5 MiB in 16 packages [2021-02-24T00:47:58.286Z] Removing intermediate container a7fa450b6860 [2021-02-24T00:47:58.286Z] ---> a817231cde11 [2021-02-24T00:47:58.286Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-24T00:47:58.572Z] ---> Running in dc842acdecab [2021-02-24T00:47:59.179Z] Removing intermediate container e6ed6e7e3844 [2021-02-24T00:47:59.179Z] ---> 2c1cb8f7a39e [2021-02-24T00:47:59.179Z] [2021-02-24T00:47:59.179Z] Step 11/26 : FROM docker:20.10.0 [2021-02-24T00:47:59.179Z] 20.10.0: Pulling from library/docker [2021-02-24T00:47:59.783Z] Removing intermediate container dc842acdecab [2021-02-24T00:47:59.783Z] ---> 7a21453a0e94 [2021-02-24T00:47:59.783Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-24T00:48:00.079Z] ---> Running in cce6cd7faf80 [2021-02-24T00:48:01.533Z] Removing intermediate container cce6cd7faf80 [2021-02-24T00:48:01.533Z] ---> 5b57031ae00d [2021-02-24T00:48:01.533Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-24T00:48:02.153Z] ---> Running in a8deeee4dbd4 [2021-02-24T00:48:06.482Z] Removing intermediate container baf0fece7e40 [2021-02-24T00:48:06.482Z] ---> d87cd7bab0a3 [2021-02-24T00:48:06.482Z] [2021-02-24T00:48:06.482Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:48:06.482Z] ---> afeebe901d6b [2021-02-24T00:48:06.482Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:48:06.759Z] Removing intermediate container 2d59427171a2 [2021-02-24T00:48:06.759Z] ---> c67b840434c7 [2021-02-24T00:48:06.759Z] [2021-02-24T00:48:06.759Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T00:48:06.759Z] ---> afeebe901d6b [2021-02-24T00:48:06.759Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:48:07.039Z] ---> Running in d6c5492d9424 [2021-02-24T00:48:07.317Z] ---> Running in 4ebdaedb446f [2021-02-24T00:48:07.317Z] Removing intermediate container a8deeee4dbd4 [2021-02-24T00:48:07.317Z] ---> 134aa6744f5d [2021-02-24T00:48:07.317Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-24T00:48:07.920Z] ---> Running in d21805fea4bf [2021-02-24T00:48:08.913Z] Removing intermediate container d21805fea4bf [2021-02-24T00:48:08.913Z] ---> 518a4deb5f94 [2021-02-24T00:48:08.913Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-24T00:48:09.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:48:09.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:48:09.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:48:09.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:48:10.016Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T00:48:10.016Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:48:10.016Z] OK: 5 MiB in 15 packages [2021-02-24T00:48:10.301Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T00:48:10.301Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:48:10.579Z] OK: 5 MiB in 15 packages [2021-02-24T00:48:11.191Z] ---> 2953f90024c8 [2021-02-24T00:48:11.191Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-24T00:48:11.539Z] ---> Running in d0225492bd19 [2021-02-24T00:48:12.207Z] Removing intermediate container 4ebdaedb446f [2021-02-24T00:48:12.207Z] ---> ce211780fdce [2021-02-24T00:48:12.207Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:48:12.526Z] ---> Running in 8ecdd93f52a6 [2021-02-24T00:48:12.526Z] Removing intermediate container d6c5492d9424 [2021-02-24T00:48:12.526Z] ---> 156ef2b7f910 [2021-02-24T00:48:12.526Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:48:13.179Z] ---> Running in 69135639f19a [2021-02-24T00:48:13.816Z] Removing intermediate container 8ecdd93f52a6 [2021-02-24T00:48:13.816Z] ---> caf3bfa43dd4 [2021-02-24T00:48:13.816Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-24T00:48:14.087Z] Removing intermediate container 69135639f19a [2021-02-24T00:48:14.087Z] ---> 2a0c3dae96ba [2021-02-24T00:48:14.087Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-24T00:48:14.358Z] ---> Running in 1669455d7720 [2021-02-24T00:48:14.629Z] ---> Running in 2cd29318ab24 [2021-02-24T00:48:14.908Z] Removing intermediate container 1669455d7720 [2021-02-24T00:48:14.908Z] ---> 24c02c99256c [2021-02-24T00:48:15.191Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T00:48:15.191Z] Removing intermediate container e974efd89ee1 [2021-02-24T00:48:15.191Z] ---> 209f4a1fa5f0 [2021-02-24T00:48:15.191Z] [2021-02-24T00:48:15.191Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:48:15.191Z] ---> afeebe901d6b [2021-02-24T00:48:15.191Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:48:15.191Z] ---> Using cache [2021-02-24T00:48:15.191Z] ---> 156ef2b7f910 [2021-02-24T00:48:15.191Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:48:15.191Z] ---> Using cache [2021-02-24T00:48:15.191Z] ---> 2a0c3dae96ba [2021-02-24T00:48:15.191Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-24T00:48:15.462Z] ---> Running in 64a809510c88 [2021-02-24T00:48:15.462Z] Removing intermediate container 2cd29318ab24 [2021-02-24T00:48:15.462Z] ---> 422d9bd1861c [2021-02-24T00:48:15.462Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T00:48:15.737Z] ---> Running in ea83ce048234 [2021-02-24T00:48:15.737Z] Removing intermediate container d0225492bd19 [2021-02-24T00:48:15.737Z] ---> 756ae0bab819 [2021-02-24T00:48:15.737Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:48:15.737Z] ---> Running in 29159182073c [2021-02-24T00:48:16.006Z] Removing intermediate container 64a809510c88 [2021-02-24T00:48:16.006Z] ---> 0d211da71316 [2021-02-24T00:48:16.006Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:48:16.296Z] Removing intermediate container ea83ce048234 [2021-02-24T00:48:16.296Z] ---> 41057cbd447f [2021-02-24T00:48:16.296Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T00:48:16.569Z] Removing intermediate container 29159182073c [2021-02-24T00:48:16.569Z] ---> 12aa25919fd7 [2021-02-24T00:48:16.569Z] Step 15/23 : WORKDIR / [2021-02-24T00:48:16.845Z] ---> Running in 22fd77d97de4 [2021-02-24T00:48:16.845Z] ---> 1db45bd0a1b7 [2021-02-24T00:48:16.845Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-24T00:48:16.845Z] ---> Running in f9064f5ab464 [2021-02-24T00:48:17.121Z] ---> 76702cf9f1dd [2021-02-24T00:48:17.121Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-24T00:48:17.394Z] Removing intermediate container 22fd77d97de4 [2021-02-24T00:48:17.394Z] ---> 369a20998453 [2021-02-24T00:48:17.394Z] Step 15/23 : WORKDIR / [2021-02-24T00:48:17.669Z] Removing intermediate container f9064f5ab464 [2021-02-24T00:48:17.669Z] ---> 4d14c873b643 [2021-02-24T00:48:17.669Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:48:17.945Z] ---> Running in 5e6fa65c3c66 [2021-02-24T00:48:18.550Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-24T00:48:18.550Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-24T00:48:18.550Z] ---> eeaf43b92773 [2021-02-24T00:48:18.550Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-24T00:48:18.824Z] ---> Running in d3d8d87016da [2021-02-24T00:48:18.824Z] ---> a40ae130ada2 [2021-02-24T00:48:18.824Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-24T00:48:18.824Z] Removing intermediate container 5e6fa65c3c66 [2021-02-24T00:48:18.824Z] ---> 6fb318e43905 [2021-02-24T00:48:18.824Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:48:19.102Z] ---> 075e7a43d94c [2021-02-24T00:48:19.102Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-24T00:48:19.102Z] ---> 17cb2ee4e751 [2021-02-24T00:48:19.102Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-24T00:48:20.100Z] ---> d340ef64f1c8 [2021-02-24T00:48:20.100Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ ---> b645cb2cd22d [2021-02-24T00:48:20.100Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-24T00:48:20.100Z] [2021-02-24T00:48:20.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:48:20.376Z] ---> 7dda95e679e5 [2021-02-24T00:48:20.376Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-24T00:48:20.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:48:20.650Z] ---> Running in 982286f68e36 [2021-02-24T00:48:20.932Z] ---> fca25bc4c6d2 [2021-02-24T00:48:20.932Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-24T00:48:21.210Z] ---> d4dcdf15318d [2021-02-24T00:48:21.210Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-24T00:48:21.493Z] (1/2) Installing readline (8.0.4-r0) [2021-02-24T00:48:21.493Z] (2/2) Installing bash (5.0.17-r0) [2021-02-24T00:48:21.493Z] Executing bash-5.0.17-r0.post-install [2021-02-24T00:48:21.493Z] Removing intermediate container 982286f68e36 [2021-02-24T00:48:21.493Z] ---> dcb635d11daa [2021-02-24T00:48:21.493Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:48:21.493Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:48:21.493Z] OK: 12 MiB in 22 packages [2021-02-24T00:48:22.099Z] ---> Running in c083159ead10 [2021-02-24T00:48:22.099Z] ---> Running in eeed79980662 [2021-02-24T00:48:22.099Z] ---> 39b31fbd1871 [2021-02-24T00:48:22.099Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-24T00:48:22.388Z] ---> d30bdf71d11f [2021-02-24T00:48:22.388Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-24T00:48:22.388Z] ---> Running in 85abe464317e [2021-02-24T00:48:22.671Z] Removing intermediate container c083159ead10 [2021-02-24T00:48:22.671Z] ---> c39ae9387374 [2021-02-24T00:48:22.671Z] Step 20/22 : LABEL arch=arm64 [2021-02-24T00:48:22.671Z] Removing intermediate container eeed79980662 [2021-02-24T00:48:22.671Z] ---> f9a14a277db4 [2021-02-24T00:48:22.671Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-24T00:48:22.956Z] ---> Running in c955d2f3d175 [2021-02-24T00:48:22.956Z] Removing intermediate container 85abe464317e [2021-02-24T00:48:22.956Z] ---> 7d8a73697fd0 [2021-02-24T00:48:22.956Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:48:23.235Z] ---> Running in 9ed31f7cd4cf [2021-02-24T00:48:23.511Z] ---> 255a1e8a3f06 [2021-02-24T00:48:23.511Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-24T00:48:23.511Z] Removing intermediate container d3d8d87016da [2021-02-24T00:48:23.511Z] ---> 2748965f5566 [2021-02-24T00:48:23.511Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-24T00:48:23.511Z] Removing intermediate container c955d2f3d175 [2021-02-24T00:48:23.511Z] ---> 04b861d4b36f [2021-02-24T00:48:23.511Z] Step 21/22 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:48:23.785Z] ---> Running in 93380c025c9b [2021-02-24T00:48:23.785Z] ---> Running in e2611e7c7c3c [2021-02-24T00:48:23.785Z] ---> 8c064f7730c4 [2021-02-24T00:48:23.785Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-24T00:48:24.061Z] ---> Running in f68208fd5bf2 [2021-02-24T00:48:24.061Z] Removing intermediate container 9ed31f7cd4cf [2021-02-24T00:48:24.061Z] ---> fcd103433c50 [2021-02-24T00:48:24.061Z] Step 21/23 : LABEL arch=arm64 [2021-02-24T00:48:24.336Z] ---> Running in 6559a7840e4b [2021-02-24T00:48:24.336Z] ---> Running in 2c590a732ad4 [2021-02-24T00:48:24.613Z] Removing intermediate container e2611e7c7c3c [2021-02-24T00:48:24.613Z] ---> be933f687e00 [2021-02-24T00:48:24.613Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-24T00:48:24.613Z] Removing intermediate container 93380c025c9b [2021-02-24T00:48:24.613Z] ---> 6c6fd13e3a85 [2021-02-24T00:48:24.613Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:48:24.613Z] Removing intermediate container f68208fd5bf2 [2021-02-24T00:48:24.613Z] ---> f9124f469586 [2021-02-24T00:48:24.613Z] Step 22/22 : LABEL version=0.0.0 [2021-02-24T00:48:24.886Z] ---> Running in 8fd9fd2f0c87 [2021-02-24T00:48:24.886Z] ---> Running in 5b1a66fdd213 [2021-02-24T00:48:24.886Z] ---> Running in 77bd7540c94e [2021-02-24T00:48:25.163Z] Removing intermediate container 2c590a732ad4 [2021-02-24T00:48:25.163Z] ---> 5a1d5c86ae97 [2021-02-24T00:48:25.163Z] Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:48:25.436Z] ---> Running in 83552b410f32 [2021-02-24T00:48:25.708Z] Removing intermediate container 5b1a66fdd213 [2021-02-24T00:48:25.708Z] ---> 03ac7eba60f8 [2021-02-24T00:48:25.708Z] Step 21/23 : LABEL arch=arm64 [2021-02-24T00:48:25.708Z] Removing intermediate container 8fd9fd2f0c87 [2021-02-24T00:48:25.708Z] ---> 4199972239b9 [2021-02-24T00:48:25.708Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-24T00:48:25.708Z] Removing intermediate container 77bd7540c94e [2021-02-24T00:48:25.708Z] ---> 3b12d5079a42 [2021-02-24T00:48:25.708Z] [2021-02-24T00:48:25.983Z] ---> Running in b4935a09eb75 [2021-02-24T00:48:25.983Z] ---> Running in f65e6597c043 [2021-02-24T00:48:26.260Z] Removing intermediate container 83552b410f32 [2021-02-24T00:48:26.260Z] ---> 6c744e87e61f [2021-02-24T00:48:26.260Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:48:26.532Z] Successfully built 3b12d5079a42 [2021-02-24T00:48:26.532Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-24T00:48:26.532Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-24T00:48:26.532Z] ---> Running in 4fc9241cc8ac [2021-02-24T00:48:26.808Z] Removing intermediate container f65e6597c043 [2021-02-24T00:48:26.808Z] ---> 48d2a7fef6b6 [2021-02-24T00:48:26.808Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-24T00:48:26.808Z] Removing intermediate container b4935a09eb75 [2021-02-24T00:48:26.808Z] ---> c1c3df3ebd9c [2021-02-24T00:48:26.808Z] Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:48:27.084Z] ---> Running in 09373188cb4c [2021-02-24T00:48:27.358Z] Removing intermediate container 4fc9241cc8ac [2021-02-24T00:48:27.358Z] ---> 5e5a372c1cc8 [2021-02-24T00:48:27.358Z] [2021-02-24T00:48:27.358Z] Removing intermediate container 6559a7840e4b [2021-02-24T00:48:27.358Z] ---> 605b0b744142 [2021-02-24T00:48:27.358Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-24T00:48:27.639Z] Successfully built 5e5a372c1cc8 [2021-02-24T00:48:27.913Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-24T00:48:27.913Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-24T00:48:27.913Z] ---> Running in e7a3f290b4d5 [2021-02-24T00:48:28.186Z] Removing intermediate container 09373188cb4c [2021-02-24T00:48:28.186Z] ---> a8e9ca3a44e1 [2021-02-24T00:48:28.186Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:48:28.465Z] ---> 323ce26d09c3 [2021-02-24T00:48:28.465Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-24T00:48:28.465Z] ---> Running in e06fd7a87445 [2021-02-24T00:48:28.744Z] Removing intermediate container e7a3f290b4d5 [2021-02-24T00:48:28.744Z] ---> 104d119a0af6 [2021-02-24T00:48:28.744Z] Step 27/30 : CMD ["gate"] [2021-02-24T00:48:29.356Z] ---> Running in cc6762c1eb9b [2021-02-24T00:48:29.356Z] Removing intermediate container e06fd7a87445 [2021-02-24T00:48:29.356Z] ---> e8d3ed7ad303 [2021-02-24T00:48:29.356Z] [2021-02-24T00:48:29.632Z] ---> 246dfb16e9dd [2021-02-24T00:48:29.632Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-24T00:48:29.909Z] Successfully built e8d3ed7ad303 [2021-02-24T00:48:30.183Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-24T00:48:30.183Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-24T00:48:30.183Z] Removing intermediate container cc6762c1eb9b [2021-02-24T00:48:30.183Z] ---> 045552730cf0 [2021-02-24T00:48:30.183Z] Step 28/30 : LABEL arch=arm64 [2021-02-24T00:48:30.783Z] ---> Running in f58377f812ae [2021-02-24T00:48:30.783Z] ---> a2f0f03450a8 [2021-02-24T00:48:30.783Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-24T00:48:31.057Z] ---> Running in 8692fb332a31 [2021-02-24T00:48:31.332Z] Removing intermediate container f58377f812ae [2021-02-24T00:48:31.332Z] ---> 327b2f7c0f9c [2021-02-24T00:48:31.332Z] Step 29/30 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:48:31.926Z] ---> Running in 3791d226c018 [2021-02-24T00:48:32.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:48:32.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:48:32.800Z] Removing intermediate container 3791d226c018 [2021-02-24T00:48:32.800Z] ---> 7d602f62a522 [2021-02-24T00:48:32.800Z] Step 30/30 : LABEL version=0.0.0 [2021-02-24T00:48:33.398Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-24T00:48:33.398Z] (2/33) Installing expat (2.2.9-r1) [2021-02-24T00:48:33.398Z] (3/33) Installing libffi (3.3-r2) [2021-02-24T00:48:33.398Z] (4/33) Installing gdbm (1.13-r1) [2021-02-24T00:48:33.398Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-24T00:48:33.398Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-24T00:48:33.398Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-24T00:48:33.673Z] ---> Running in fb1a6cbefa2b [2021-02-24T00:48:35.112Z] Removing intermediate container fb1a6cbefa2b [2021-02-24T00:48:35.112Z] ---> c3fc066ecf17 [2021-02-24T00:48:35.112Z] [2021-02-24T00:48:35.389Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-24T00:48:35.389Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-24T00:48:35.389Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-24T00:48:35.389Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-24T00:48:35.389Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-24T00:48:35.389Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-24T00:48:35.663Z] Successfully built c3fc066ecf17 [2021-02-24T00:48:35.663Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-24T00:48:35.663Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-24T00:48:35.663Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-02-24T00:48:35.663Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-24T00:48:35.663Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-24T00:48:35.663Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-24T00:48:35.663Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-24T00:48:35.936Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-24T00:48:35.936Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-24T00:48:35.936Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-24T00:48:35.936Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-24T00:48:35.936Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-24T00:48:35.936Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-24T00:48:35.936Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-24T00:48:35.936Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-24T00:48:35.936Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-24T00:48:35.936Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-24T00:48:35.936Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-24T00:48:36.213Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-24T00:48:36.213Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-24T00:48:36.213Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-24T00:48:36.213Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-24T00:48:36.213Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:48:36.213Z] OK: 71 MiB in 55 packages [2021-02-24T00:48:44.502Z] Removing intermediate container 8692fb332a31 [2021-02-24T00:48:44.502Z] ---> d96cc026dd03 [2021-02-24T00:48:44.502Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-24T00:48:44.774Z] ---> Running in 3ebe44f96b0b [2021-02-24T00:48:50.175Z] Collecting docker-compose==1.23.2 [2021-02-24T00:48:50.175Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-24T00:48:50.773Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-24T00:48:50.773Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-24T00:48:53.410Z] Collecting docker<4.0,>=3.6.0 [2021-02-24T00:48:53.411Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-24T00:48:54.004Z] Collecting cached-property<2,>=1.2.0 [2021-02-24T00:48:54.004Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-24T00:48:54.276Z] Collecting texttable<0.10,>=0.9.0 [2021-02-24T00:48:54.550Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-24T00:48:57.176Z] Collecting jsonschema<3,>=2.5.1 [2021-02-24T00:48:57.176Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-24T00:48:58.161Z] Collecting PyYAML<4,>=3.10 [2021-02-24T00:48:58.161Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-24T00:49:01.567Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-24T00:49:01.567Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-24T00:49:03.006Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-24T00:49:03.006Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-24T00:49:03.286Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-24T00:49:03.565Z] Collecting docopt<0.7,>=0.6.1 [2021-02-24T00:49:03.565Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-24T00:49:06.203Z] Collecting docker-pycreds>=0.4.0 [2021-02-24T00:49:06.203Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-24T00:49:06.203Z] Collecting idna<2.8,>=2.5 [2021-02-24T00:49:06.203Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-24T00:49:06.480Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-24T00:49:06.480Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-24T00:49:07.076Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-24T00:49:07.076Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-24T00:49:07.350Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-24T00:49:07.350Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-24T00:49:07.350Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-24T00:49:07.350Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-24T00:49:08.794Z] Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, texttable, jsonschema, PyYAML, docopt, docker-compose [2021-02-24T00:49:08.794Z] Running setup.py install for dockerpty: started [2021-02-24T00:49:10.779Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-24T00:49:11.375Z] Attempting uninstall: idna [2021-02-24T00:49:11.375Z] Found existing installation: idna 2.9 [2021-02-24T00:49:11.375Z] Uninstalling idna-2.9: [2021-02-24T00:49:11.648Z] Successfully uninstalled idna-2.9 [2021-02-24T00:49:12.251Z] Attempting uninstall: urllib3 [2021-02-24T00:49:12.251Z] Found existing installation: urllib3 1.25.9 [2021-02-24T00:49:12.251Z] Uninstalling urllib3-1.25.9: [2021-02-24T00:49:12.524Z] Successfully uninstalled urllib3-1.25.9 [2021-02-24T00:49:13.124Z] Attempting uninstall: requests [2021-02-24T00:49:13.124Z] Found existing installation: requests 2.23.0 [2021-02-24T00:49:13.124Z] Uninstalling requests-2.23.0: [2021-02-24T00:49:13.399Z] Successfully uninstalled requests-2.23.0 [2021-02-24T00:49:14.838Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:49:14.838Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:49:14.838Z] ---> 2a48f1120035 [2021-02-24T00:49:14.838Z] Step 3/24 : WORKDIR /edgex-go [2021-02-24T00:49:14.838Z] ---> Using cache [2021-02-24T00:49:14.838Z] ---> 63da9c6d6ed1 [2021-02-24T00:49:14.838Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:49:14.838Z] ---> Using cache [2021-02-24T00:49:14.838Z] ---> 85ec90580ddd [2021-02-24T00:49:14.838Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-24T00:49:14.838Z] ---> Using cache [2021-02-24T00:49:14.838Z] ---> 2e34ec423e53 [2021-02-24T00:49:14.838Z] Step 6/24 : COPY go.mod . [2021-02-24T00:49:14.838Z] ---> Using cache [2021-02-24T00:49:14.838Z] ---> e5f9ea300198 [2021-02-24T00:49:14.838Z] Step 7/24 : RUN go mod download [2021-02-24T00:49:14.838Z] ---> Using cache [2021-02-24T00:49:14.838Z] ---> 4d81202e9714 [2021-02-24T00:49:14.838Z] Step 8/24 : COPY . . [2021-02-24T00:49:14.838Z] ---> Using cache [2021-02-24T00:49:14.838Z] ---> 1dbf53ad9181 [2021-02-24T00:49:14.838Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-24T00:49:15.437Z] Running setup.py install for texttable: started [2021-02-24T00:49:16.997Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:49:16.997Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:49:16.997Z] ---> 2a48f1120035 [2021-02-24T00:49:16.997Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T00:49:16.997Z] ---> Using cache [2021-02-24T00:49:16.997Z] ---> 63da9c6d6ed1 [2021-02-24T00:49:16.997Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:49:16.997Z] ---> Using cache [2021-02-24T00:49:16.997Z] ---> 85ec90580ddd [2021-02-24T00:49:16.997Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-24T00:49:17.618Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:49:17.618Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:49:17.618Z] ---> 2a48f1120035 [2021-02-24T00:49:17.618Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:49:17.618Z] ---> Using cache [2021-02-24T00:49:17.618Z] ---> 63da9c6d6ed1 [2021-02-24T00:49:17.618Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:49:17.618Z] ---> Using cache [2021-02-24T00:49:17.618Z] ---> 85ec90580ddd [2021-02-24T00:49:17.618Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-24T00:49:17.922Z] Running setup.py install for texttable: finished with status 'done' [2021-02-24T00:49:18.933Z] Running setup.py install for PyYAML: started [2021-02-24T00:49:19.563Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:49:19.563Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:49:19.563Z] ---> 2a48f1120035 [2021-02-24T00:49:19.563Z] Step 3/21 : WORKDIR /edgex-go [2021-02-24T00:49:19.563Z] ---> Using cache [2021-02-24T00:49:19.563Z] ---> 63da9c6d6ed1 [2021-02-24T00:49:19.563Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:49:19.563Z] ---> Using cache [2021-02-24T00:49:19.563Z] ---> 85ec90580ddd [2021-02-24T00:49:19.563Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-24T00:49:19.563Z] ---> Using cache [2021-02-24T00:49:19.563Z] ---> 2e34ec423e53 [2021-02-24T00:49:19.563Z] Step 6/21 : COPY go.mod . [2021-02-24T00:49:19.563Z] ---> Using cache [2021-02-24T00:49:19.563Z] ---> e5f9ea300198 [2021-02-24T00:49:19.563Z] Step 7/21 : RUN go mod download [2021-02-24T00:49:19.563Z] ---> Using cache [2021-02-24T00:49:19.563Z] ---> 4d81202e9714 [2021-02-24T00:49:19.563Z] Step 8/21 : COPY . . [2021-02-24T00:49:19.849Z] ---> Using cache [2021-02-24T00:49:19.849Z] ---> 1dbf53ad9181 [2021-02-24T00:49:19.849Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-24T00:49:21.344Z] ---> Running in 1ca57c557dc2 [2021-02-24T00:49:21.344Z] ---> Running in 463de9c139c5 [2021-02-24T00:49:21.344Z] ---> Running in 93743c955812 [2021-02-24T00:49:21.344Z] ---> Running in 023aad358911 [2021-02-24T00:49:21.344Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-24T00:49:21.344Z] Running setup.py install for docopt: started [2021-02-24T00:49:24.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:24.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-24T00:49:24.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:24.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-24T00:49:24.325Z] Running setup.py install for docopt: finished with status 'done' [2021-02-24T00:49:24.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:24.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:25.206Z] OK: 217 MiB in 51 packages [2021-02-24T00:49:25.484Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-24T00:49:25.484Z] OK: 217 MiB in 51 packages [2021-02-24T00:49:27.475Z] Removing intermediate container 93743c955812 [2021-02-24T00:49:27.475Z] ---> 55ebcffc1b47 [2021-02-24T00:49:27.475Z] Step 6/22 : COPY go.mod . [2021-02-24T00:49:27.751Z] Removing intermediate container 1ca57c557dc2 [2021-02-24T00:49:27.751Z] ---> 24720615d6f5 [2021-02-24T00:49:27.751Z] Step 6/23 : COPY go.mod . [2021-02-24T00:49:29.233Z] ---> 2ee5433e5edc [2021-02-24T00:49:29.233Z] Step 7/22 : RUN go mod download [2021-02-24T00:49:29.233Z] ---> Running in 20335be069b7 [2021-02-24T00:49:29.233Z] ---> 338cfcd49cfb [2021-02-24T00:49:29.233Z] Step 7/23 : RUN go mod download [2021-02-24T00:49:29.846Z] ---> Running in cc3a501c9d74 [2021-02-24T00:49:33.269Z] Removing intermediate container 3ebe44f96b0b [2021-02-24T00:49:33.269Z] ---> 31ec7dfe7782 [2021-02-24T00:49:33.269Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-24T00:49:33.269Z] ---> Running in d4da96928716 [2021-02-24T00:49:35.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:35.907Z] Removing intermediate container cc3a501c9d74 [2021-02-24T00:49:35.907Z] ---> 6879222f79b0 [2021-02-24T00:49:35.907Z] Step 8/23 : COPY . . [2021-02-24T00:49:35.907Z] Removing intermediate container 20335be069b7 [2021-02-24T00:49:35.907Z] ---> 93c7bbd94562 [2021-02-24T00:49:35.907Z] Step 8/22 : COPY . . [2021-02-24T00:49:35.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:36.902Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:49:36.902Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-24T00:49:36.902Z] (3/3) Installing curl (7.69.1-r3) [2021-02-24T00:49:36.902Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:49:36.902Z] OK: 71 MiB in 58 packages [2021-02-24T00:49:41.405Z] Removing intermediate container d4da96928716 [2021-02-24T00:49:41.405Z] ---> ea94d24292f6 [2021-02-24T00:49:41.405Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-24T00:49:42.855Z] ---> Running in d2facec32c4a [2021-02-24T00:49:43.863Z] Removing intermediate container d2facec32c4a [2021-02-24T00:49:43.863Z] ---> c609921c87cb [2021-02-24T00:49:43.863Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:49:45.348Z] ---> Running in 40cb1894762d [2021-02-24T00:49:46.813Z] Removing intermediate container 40cb1894762d [2021-02-24T00:49:46.813Z] ---> d5a84f4ea504 [2021-02-24T00:49:46.813Z] Step 24/26 : LABEL arch=arm64 [2021-02-24T00:49:47.425Z] ---> Running in d2a78ff98df2 [2021-02-24T00:49:48.903Z] Removing intermediate container d2a78ff98df2 [2021-02-24T00:49:48.903Z] ---> 753636b6260f [2021-02-24T00:49:48.903Z] Step 25/26 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:49:49.183Z] ---> Running in 8671ea2aa583 [2021-02-24T00:49:50.638Z] Removing intermediate container 8671ea2aa583 [2021-02-24T00:49:50.638Z] ---> 646084457577 [2021-02-24T00:49:50.638Z] Step 26/26 : LABEL version=0.0.0 [2021-02-24T00:49:51.235Z] ---> Running in d51760f1a2b9 [2021-02-24T00:49:52.671Z] Removing intermediate container d51760f1a2b9 [2021-02-24T00:49:52.671Z] ---> 30b094883950 [2021-02-24T00:49:52.671Z] [2021-02-24T00:49:54.116Z] Successfully built 30b094883950 [2021-02-24T00:49:54.116Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-24T00:50:06.538Z]  Building docker-sys-mgmt-agent-go ... done  ---> 42acf2310dac [2021-02-24T00:50:06.538Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-24T00:50:06.538Z] ---> 2a069eee2e17 [2021-02-24T00:50:06.538Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-24T00:50:06.813Z] ---> Running in e3573f259bf0 [2021-02-24T00:50:06.813Z] ---> Running in 3af230959449 [2021-02-24T00:50:08.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-24T00:50:08.790Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-24T00:50:23.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-24T00:50:23.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-24T00:50:42.275Z] Removing intermediate container 463de9c139c5 [2021-02-24T00:50:42.275Z] ---> 79fec464f1f4 [2021-02-24T00:50:42.275Z] [2021-02-24T00:50:42.275Z] Step 10/24 : FROM alpine:3.12 [2021-02-24T00:50:42.275Z] ---> afeebe901d6b [2021-02-24T00:50:42.275Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-24T00:50:42.275Z] Removing intermediate container 023aad358911 [2021-02-24T00:50:42.275Z] ---> ea0e0698a143 [2021-02-24T00:50:42.275Z] [2021-02-24T00:50:42.275Z] Step 10/21 : FROM alpine:3.12 [2021-02-24T00:50:42.275Z] ---> afeebe901d6b [2021-02-24T00:50:42.275Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-24T00:50:42.275Z] ---> Running in 852e3a87d338 [2021-02-24T00:50:42.275Z] ---> Running in d2a4fce2df9d [2021-02-24T00:50:42.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:50:42.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:50:42.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:50:42.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:50:43.146Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-24T00:50:43.146Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:50:43.146Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-24T00:50:43.146Z] (4/5) Installing curl (7.69.1-r3) [2021-02-24T00:50:43.146Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-24T00:50:43.146Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:50:43.146Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:50:43.421Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-24T00:50:43.421Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:50:43.421Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-24T00:50:43.421Z] (4/4) Installing curl (7.69.1-r3) [2021-02-24T00:50:43.421Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:50:43.421Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:50:43.421Z] OK: 7 MiB in 19 packages [2021-02-24T00:50:43.700Z] OK: 7 MiB in 18 packages [2021-02-24T00:50:46.335Z] Removing intermediate container 852e3a87d338 [2021-02-24T00:50:46.335Z] ---> 8da96b092266 [2021-02-24T00:50:46.335Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T00:50:46.607Z] Removing intermediate container d2a4fce2df9d [2021-02-24T00:50:46.607Z] ---> 03d69e7bddea [2021-02-24T00:50:46.607Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T00:50:46.607Z] ---> Running in 2c082f0a627f [2021-02-24T00:50:46.881Z] ---> Running in baccf155dcef [2021-02-24T00:50:47.484Z] Removing intermediate container 2c082f0a627f [2021-02-24T00:50:47.484Z] ---> 79ec7c2d1f6b [2021-02-24T00:50:47.484Z] Step 13/24 : WORKDIR / [2021-02-24T00:50:47.484Z] Removing intermediate container baccf155dcef [2021-02-24T00:50:47.484Z] ---> c88164f8263b [2021-02-24T00:50:47.484Z] Step 13/21 : WORKDIR /edgex [2021-02-24T00:50:47.762Z] ---> Running in fff7211ef3c4 [2021-02-24T00:50:47.763Z] ---> Running in 862f74d74600 [2021-02-24T00:50:48.741Z] Removing intermediate container 862f74d74600 [2021-02-24T00:50:48.741Z] ---> 10707eb7b0f5 [2021-02-24T00:50:48.741Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-24T00:50:48.741Z] Removing intermediate container fff7211ef3c4 [2021-02-24T00:50:48.741Z] ---> 692a8a0acbc8 [2021-02-24T00:50:48.741Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-24T00:50:50.180Z] ---> 888bc187ba40 [2021-02-24T00:50:50.180Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-24T00:50:50.180Z] ---> b9a3bbe20de0 [2021-02-24T00:50:50.180Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-24T00:50:51.630Z] ---> 04102d52603e [2021-02-24T00:50:51.630Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-24T00:50:51.908Z] ---> 46d362f99752 [2021-02-24T00:50:51.908Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-24T00:50:53.344Z] ---> 3057ab6de985 [2021-02-24T00:50:53.344Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-24T00:50:54.510Z] ---> 3dc3d6e1babd [2021-02-24T00:50:54.510Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-24T00:50:54.510Z] ---> Running in 0b71b0a95ba1 [2021-02-24T00:50:55.131Z] ---> ef9b41d9fb69 [2021-02-24T00:50:55.131Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-24T00:50:55.455Z] Removing intermediate container 0b71b0a95ba1 [2021-02-24T00:50:55.455Z] ---> 892c4dd7eb98 [2021-02-24T00:50:55.455Z] Step 18/21 : CMD ["--init=true"] [2021-02-24T00:50:55.774Z] ---> Running in f41a16099a9e [2021-02-24T00:50:56.785Z] Removing intermediate container f41a16099a9e [2021-02-24T00:50:56.785Z] ---> 4de0a51391cd [2021-02-24T00:50:56.785Z] Step 19/21 : LABEL arch=arm64 [2021-02-24T00:50:57.073Z] ---> Running in 359b60f0b763 [2021-02-24T00:50:57.358Z] ---> 0983ca1d14ff [2021-02-24T00:50:57.358Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-24T00:50:57.961Z] Removing intermediate container 359b60f0b763 [2021-02-24T00:50:57.962Z] ---> 295d038ad4fa [2021-02-24T00:50:57.962Z] Step 20/21 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:50:58.237Z] ---> Running in e80ac219f329 [2021-02-24T00:50:58.519Z] ---> e1e8bef0fa3c [2021-02-24T00:50:58.519Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-24T00:50:58.795Z] ---> Running in 84a857efc6b8 [2021-02-24T00:50:58.795Z] Removing intermediate container e80ac219f329 [2021-02-24T00:50:58.795Z] ---> 1697b86e4d97 [2021-02-24T00:50:58.795Z] Step 21/21 : LABEL version=0.0.0 [2021-02-24T00:50:59.071Z] ---> Running in 38d61838e38e [2021-02-24T00:51:00.062Z] Removing intermediate container 38d61838e38e [2021-02-24T00:51:00.062Z] ---> f05d41066bc7 [2021-02-24T00:51:00.062Z] [2021-02-24T00:51:01.046Z] Successfully built f05d41066bc7 [2021-02-24T00:51:01.046Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-24T00:51:02.501Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 84a857efc6b8 [2021-02-24T00:51:02.501Z] ---> 20aa15698b45 [2021-02-24T00:51:02.501Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-24T00:51:02.501Z] ---> Running in a55970d4a715 [2021-02-24T00:51:03.102Z] Removing intermediate container a55970d4a715 [2021-02-24T00:51:03.102Z] ---> 9321054a118f [2021-02-24T00:51:03.102Z] Step 22/24 : LABEL arch=arm64 [2021-02-24T00:51:03.377Z] ---> Running in c000fe576fba [2021-02-24T00:51:04.374Z] Removing intermediate container c000fe576fba [2021-02-24T00:51:04.374Z] ---> 81cf984240f0 [2021-02-24T00:51:04.374Z] Step 23/24 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:51:04.374Z] ---> Running in b1045f71955d [2021-02-24T00:51:04.974Z] Removing intermediate container b1045f71955d [2021-02-24T00:51:04.974Z] ---> 03d916b8b096 [2021-02-24T00:51:04.974Z] Step 24/24 : LABEL version=0.0.0 [2021-02-24T00:51:05.249Z] ---> Running in 35f43cc9278e [2021-02-24T00:51:06.238Z] Removing intermediate container 35f43cc9278e [2021-02-24T00:51:06.238Z] ---> 7b57b95d90db [2021-02-24T00:51:06.238Z] [2021-02-24T00:51:06.514Z] Successfully built 7b57b95d90db [2021-02-24T00:51:06.514Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-24T00:51:24.829Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3af230959449 [2021-02-24T00:51:24.829Z] ---> 1970fcf520b2 [2021-02-24T00:51:24.829Z] [2021-02-24T00:51:24.829Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T00:51:24.829Z] ---> afeebe901d6b [2021-02-24T00:51:24.829Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-24T00:51:24.829Z] ---> Running in e50ea21b24e0 [2021-02-24T00:51:25.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:51:25.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:51:26.013Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-24T00:51:26.013Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-24T00:51:26.013Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:51:26.013Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:51:26.285Z] OK: 6 MiB in 16 packages [2021-02-24T00:51:28.260Z] Removing intermediate container e50ea21b24e0 [2021-02-24T00:51:28.260Z] ---> 13bec82c018d [2021-02-24T00:51:28.260Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:51:28.260Z] ---> Running in 3903368e8d64 [2021-02-24T00:51:28.850Z] Removing intermediate container 3903368e8d64 [2021-02-24T00:51:28.850Z] ---> 405e87829852 [2021-02-24T00:51:28.850Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-24T00:51:28.850Z] ---> Running in b5d4a0989fa4 [2021-02-24T00:51:29.822Z] Removing intermediate container b5d4a0989fa4 [2021-02-24T00:51:29.822Z] ---> 91dcd5e9f53d [2021-02-24T00:51:29.822Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T00:51:30.414Z] ---> Running in 0cf1f103f814 [2021-02-24T00:51:31.004Z] Removing intermediate container 0cf1f103f814 [2021-02-24T00:51:31.004Z] ---> 6c125e667ec3 [2021-02-24T00:51:31.004Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:51:31.004Z] Removing intermediate container e3573f259bf0 [2021-02-24T00:51:31.004Z] ---> 6b657c061a41 [2021-02-24T00:51:31.004Z] [2021-02-24T00:51:31.004Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:51:31.004Z] ---> afeebe901d6b [2021-02-24T00:51:31.004Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-24T00:51:31.274Z] ---> Running in 82f27d9bc9f7 [2021-02-24T00:51:31.550Z] ---> 1c2eada7edce [2021-02-24T00:51:31.550Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-24T00:51:31.550Z] Removing intermediate container 82f27d9bc9f7 [2021-02-24T00:51:31.550Z] ---> 5fff5384e4a2 [2021-02-24T00:51:31.550Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-24T00:51:31.820Z] ---> Running in d8b4025a2572 [2021-02-24T00:51:32.414Z] Removing intermediate container d8b4025a2572 [2021-02-24T00:51:32.414Z] ---> 0c4ca208d6e2 [2021-02-24T00:51:32.414Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-24T00:51:32.683Z] ---> Running in 13f8d5668623 [2021-02-24T00:51:32.683Z] ---> 5e2d3e64aa6d [2021-02-24T00:51:32.683Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-24T00:51:32.954Z] Removing intermediate container 13f8d5668623 [2021-02-24T00:51:32.954Z] ---> a57ea5e869da [2021-02-24T00:51:32.954Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:51:33.222Z] ---> Running in 8371567bb981 [2021-02-24T00:51:33.494Z] ---> 68257e37898c [2021-02-24T00:51:33.494Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-24T00:51:33.494Z] ---> Running in 6ca78db4f42b [2021-02-24T00:51:34.084Z] Removing intermediate container 6ca78db4f42b [2021-02-24T00:51:34.084Z] ---> 95c722c4c741 [2021-02-24T00:51:34.084Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:51:34.084Z] ---> Running in f62cc9511795 [2021-02-24T00:51:34.677Z] Removing intermediate container f62cc9511795 [2021-02-24T00:51:34.677Z] ---> 235c85946ab9 [2021-02-24T00:51:34.677Z] Step 20/22 : LABEL arch=arm64 [2021-02-24T00:51:34.677Z] ---> Running in 17395ddf3147 [2021-02-24T00:51:35.269Z] Removing intermediate container 17395ddf3147 [2021-02-24T00:51:35.269Z] ---> 107b1f208061 [2021-02-24T00:51:35.269Z] Step 21/22 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:51:35.539Z] ---> Running in e6718caf372f [2021-02-24T00:51:35.539Z] Removing intermediate container 8371567bb981 [2021-02-24T00:51:35.539Z] ---> e7ed79f98af5 [2021-02-24T00:51:35.539Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-24T00:51:35.539Z] ---> Running in 0bd9bbeb31e5 [2021-02-24T00:51:35.812Z] Removing intermediate container e6718caf372f [2021-02-24T00:51:35.812Z] ---> 9a85aadf9b97 [2021-02-24T00:51:35.812Z] Step 22/22 : LABEL version=0.0.0 [2021-02-24T00:51:36.082Z] ---> Running in 998c6136f605 [2021-02-24T00:51:36.671Z] Removing intermediate container 998c6136f605 [2021-02-24T00:51:36.671Z] ---> c356c56d8fa0 [2021-02-24T00:51:36.671Z] [2021-02-24T00:51:36.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:51:36.940Z] Successfully built c356c56d8fa0 [2021-02-24T00:51:36.940Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-24T00:51:37.526Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:51:38.498Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-24T00:51:38.498Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-24T00:51:38.498Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-24T00:51:38.498Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-24T00:51:38.767Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-24T00:51:39.038Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-24T00:51:39.038Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:51:39.038Z] OK: 8 MiB in 20 packages [2021-02-24T00:51:40.476Z] Removing intermediate container 0bd9bbeb31e5 [2021-02-24T00:51:40.476Z] ---> 3b667231d1d1 [2021-02-24T00:51:40.476Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:51:41.070Z] ---> b07b55ca75f7 [2021-02-24T00:51:41.070Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-24T00:51:42.509Z] ---> 0ffca93e1d98 [2021-02-24T00:51:42.509Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-24T00:51:43.099Z] ---> 6d128c3d0c6a [2021-02-24T00:51:43.099Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-24T00:51:43.099Z] ---> Running in f0b75d10de2d [2021-02-24T00:51:43.688Z] Removing intermediate container f0b75d10de2d [2021-02-24T00:51:43.688Z] ---> 6ed289783ec1 [2021-02-24T00:51:43.688Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:51:43.688Z] ---> Running in c293e572d2a4 [2021-02-24T00:51:44.282Z] Removing intermediate container c293e572d2a4 [2021-02-24T00:51:44.282Z] ---> 987bd820cc8d [2021-02-24T00:51:44.282Z] Step 21/23 : LABEL arch=arm64 [2021-02-24T00:51:44.282Z] ---> Running in 2f07ca8391fc [2021-02-24T00:51:44.556Z] Removing intermediate container 2f07ca8391fc [2021-02-24T00:51:44.556Z] ---> 73ca1955bf8c [2021-02-24T00:51:44.556Z] Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 [2021-02-24T00:51:44.828Z] ---> Running in e89ec4a2ff2b [2021-02-24T00:51:45.420Z] Removing intermediate container e89ec4a2ff2b [2021-02-24T00:51:45.420Z] ---> 65157b311cec [2021-02-24T00:51:45.420Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:51:45.420Z] ---> Running in 8d933ead16b3 [2021-02-24T00:51:45.689Z] Removing intermediate container 8d933ead16b3 [2021-02-24T00:51:45.689Z] ---> f2b4a443f940 [2021-02-24T00:51:45.689Z] [2021-02-24T00:51:46.277Z] Successfully built f2b4a443f940 [2021-02-24T00:51:46.277Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-24T00:51:46.291Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-24T00:51:46.277Z] $ docker stop --time=1 2f9f0e4c60245df07fedcff48a71eae33410a078c7e64137a8bebb4dee64404b [2021-02-24T00:51:48.119Z] $ docker rm -f 2f9f0e4c60245df07fedcff48a71eae33410a078c7e64137a8bebb4dee64404b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T00:51:48.811Z] + docker images+ [2021-02-24T00:51:48.811Z] grep docker [2021-02-24T00:51:49.084Z] docker-core-data-go-arm64 latest f2b4a443f940 3 seconds ago 21.1MB [2021-02-24T00:51:49.084Z] docker-support-notifications-go-arm64 latest c356c56d8fa0 12 seconds ago 16.8MB [2021-02-24T00:51:49.084Z] docker-security-secretstore-setup-go-arm64 latest 7b57b95d90db 43 seconds ago 23.7MB [2021-02-24T00:51:49.084Z] docker-security-proxy-setup-go-arm64 latest f05d41066bc7 49 seconds ago 23.4MB [2021-02-24T00:51:49.084Z] docker-sys-mgmt-agent-go-arm64 latest 30b094883950 About a minute ago 300MB [2021-02-24T00:51:49.084Z] docker-security-bootstrapper-go-arm64 latest c3fc066ecf17 3 minutes ago 17.3MB [2021-02-24T00:51:49.084Z] docker-core-metadata-go-arm64 latest e8d3ed7ad303 3 minutes ago 17.9MB [2021-02-24T00:51:49.084Z] docker-core-command-go-arm64 latest 5e5a372c1cc8 3 minutes ago 16.2MB [2021-02-24T00:51:49.084Z] docker-support-scheduler-go-arm64 latest 3b12d5079a42 3 minutes ago 16.3MB [2021-02-24T00:51:49.084Z] 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-02-24T00:51:49.968Z] ---> job-cost.sh [2021-02-24T00:51:49.968Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5pqj [2021-02-24T00:52:28.907Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-24T00:55:05.865Z] lf-activate-venv(): INFO: Adding /tmp/venv-5pqj/bin to PATH [2021-02-24T00:55:05.865Z] INFO: No Stack... [2021-02-24T00:55:05.865Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-24T00:55:05.865Z] INFO: Archiving Costs [Pipeline] sh [2021-02-24T00:55:06.198Z] + cat /w/workspace/edgex-go/69/archives/cost.csv [2021-02-24T00:55:06.199Z] + cut -d, -f6 [Pipeline] lock [2021-02-24T00:55:06.309Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-69-stack-cost] [2021-02-24T00:55:06.327Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-69-stack-cost] did not exist. Created. [2021-02-24T00:55:06.327Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-24T00:55:06.741Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-24T00:55:07.079Z] Stashed 1 file(s) [Pipeline] } [2021-02-24T00:55:07.098Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-69-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-02-24T00:55:11.111Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:55:12.009Z] ---> package-listing.sh [2021-02-24T00:55:12.009Z] ++ facter osfamily [2021-02-24T00:55:12.009Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-24T00:55:12.009Z] + OS_FAMILY=redhat [2021-02-24T00:55:12.009Z] + workspace=/w/workspace/edgex-go/69 [2021-02-24T00:55:12.009Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-24T00:55:12.009Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-24T00:55:12.009Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-24T00:55:12.009Z] + PACKAGES=/tmp/packages_start.txt [2021-02-24T00:55:12.009Z] + '[' /w/workspace/edgex-go/69 ']' [2021-02-24T00:55:12.009Z] + PACKAGES=/tmp/packages_end.txt [2021-02-24T00:55:12.009Z] + case "${OS_FAMILY}" in [2021-02-24T00:55:12.009Z] + rpm -qa [2021-02-24T00:55:12.009Z] + sort [2021-02-24T00:55:17.313Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-24T00:55:17.313Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-24T00:55:17.313Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-24T00:55:17.313Z] + '[' /w/workspace/edgex-go/69 ']' [2021-02-24T00:55:17.313Z] + mkdir -p /w/workspace/edgex-go/69/archives/ [2021-02-24T00:55:17.313Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/69/archives/ [Pipeline] echo [2021-02-24T00:55:17.327Z] 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/69/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-24T00:55:17.631Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:55:17.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T00:55:17.938Z] [2021-02-24T00:55:17.938Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:55:18.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T00:55:18.292Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-24T00:55:18.292Z] df20fa9351a1: Pulling fs layer [2021-02-24T00:55:18.292Z] 36b3adc4ff6f: Pulling fs layer [2021-02-24T00:55:18.292Z] 8ad3a11d3b57: Pulling fs layer [2021-02-24T00:55:18.292Z] 46f8f816bc3b: Pulling fs layer [2021-02-24T00:55:18.292Z] 93b61091891f: Pulling fs layer [2021-02-24T00:55:18.292Z] 93b9cdb0e59b: Pulling fs layer [2021-02-24T00:55:18.292Z] 5e14af77c1be: Pulling fs layer [2021-02-24T00:55:18.292Z] 01666e4c0597: Pulling fs layer [2021-02-24T00:55:18.292Z] aa168da1d23b: Pulling fs layer [2021-02-24T00:55:18.292Z] 93b9cdb0e59b: Waiting [2021-02-24T00:55:18.292Z] 5e14af77c1be: Waiting [2021-02-24T00:55:18.292Z] 01666e4c0597: Waiting [2021-02-24T00:55:18.292Z] 46f8f816bc3b: Waiting [2021-02-24T00:55:18.292Z] 93b61091891f: Waiting [2021-02-24T00:55:18.292Z] 36b3adc4ff6f: Download complete [2021-02-24T00:55:18.570Z] 46f8f816bc3b: Verifying Checksum [2021-02-24T00:55:18.570Z] 46f8f816bc3b: Download complete [2021-02-24T00:55:18.570Z] df20fa9351a1: Verifying Checksum [2021-02-24T00:55:18.570Z] df20fa9351a1: Download complete [2021-02-24T00:55:18.570Z] 93b9cdb0e59b: Verifying Checksum [2021-02-24T00:55:18.570Z] 93b9cdb0e59b: Download complete [2021-02-24T00:55:18.570Z] 93b61091891f: Verifying Checksum [2021-02-24T00:55:18.570Z] 93b61091891f: Download complete [2021-02-24T00:55:18.570Z] 5e14af77c1be: Download complete [2021-02-24T00:55:18.570Z] 01666e4c0597: Verifying Checksum [2021-02-24T00:55:18.570Z] 01666e4c0597: Download complete [2021-02-24T00:55:18.570Z] 8ad3a11d3b57: Verifying Checksum [2021-02-24T00:55:18.570Z] 8ad3a11d3b57: Download complete [2021-02-24T00:55:18.836Z] df20fa9351a1: Pull complete [2021-02-24T00:55:19.099Z] 36b3adc4ff6f: Pull complete [2021-02-24T00:55:20.525Z] aa168da1d23b: Verifying Checksum [2021-02-24T00:55:20.525Z] aa168da1d23b: Download complete [2021-02-24T00:55:20.788Z] 8ad3a11d3b57: Pull complete [2021-02-24T00:55:21.053Z] 46f8f816bc3b: Pull complete [2021-02-24T00:55:22.445Z] 93b61091891f: Pull complete [2021-02-24T00:55:22.445Z] 93b9cdb0e59b: Pull complete [2021-02-24T00:55:22.711Z] 5e14af77c1be: Pull complete [2021-02-24T00:55:22.711Z] 01666e4c0597: Pull complete [2021-02-24T00:55:34.984Z] aa168da1d23b: Pull complete [2021-02-24T00:55:34.984Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-24T00:55:34.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T00:55:34.984Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-24T00:55:35.203Z] prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container [2021-02-24T00:55:35.313Z] $ 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/69/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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-24T00:55:37.982Z] $ docker top 399365c81c7bcbfbb2257f0d444dff4f5c25f825ce0b98a9c522c0c008b62483 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:55:38.669Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-24T00:55:39.016Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-24T00:55:39.317Z] + ls /var/log/sa-host [2021-02-24T00:55:39.317Z] + sadf -c /var/log/sa-host/sa23 [2021-02-24T00:55:39.317Z] file_magic: OK [2021-02-24T00:55:39.317Z] HZ: Using current value: 100 [2021-02-24T00:55:39.317Z] file_header: OK [2021-02-24T00:55:39.317Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-24T00:55:39.317Z] Statistics: [2021-02-24T00:55:39.317Z] Hnuu...uuuununununu... [2021-02-24T00:55:39.317Z] File successfully converted to sysstat format version 12.2.1 [2021-02-24T00:55:39.317Z] + sadf -c /var/log/sa-host/sa24 [2021-02-24T00:55:39.317Z] file_magic: OK [2021-02-24T00:55:39.317Z] HZ: Using current value: 100 [2021-02-24T00:55:39.317Z] file_header: OK [2021-02-24T00:55:39.317Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-24T00:55:39.317Z] Statistics: [2021-02-24T00:55:39.317Z] 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-02-24T00:55:39.317Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-24T00:55:39.521Z] provisioning config files... [2021-02-24T00:55:39.545Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/69@tmp/config342039234129625137tmp [Pipeline] { [Pipeline] echo [2021-02-24T00:55:39.610Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:55:39.917Z] ---> create-netrc.sh [Pipeline] } [2021-02-24T00:55:39.926Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-24T00:55:40.016Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:55:40.314Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-24T00:55:40.326Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:55:40.625Z] ---> sudo-logs.sh [2021-02-24T00:55:40.626Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-24T00:55:40.793Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:55:41.094Z] ---> job-cost.sh [2021-02-24T00:55:41.095Z] lf-activate-venv: SKIPPING [2021-02-24T00:55:41.095Z] DEBUG: total: 0.20999999344348907 [2021-02-24T00:55:41.095Z] INFO: Retrieving Stack Cost... [2021-02-24T00:55:42.040Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-24T00:55:42.615Z] INFO: Archiving Costs [Pipeline] echo [2021-02-24T00:55:42.630Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:55:42.929Z] ---> logs-deploy.sh [2021-02-24T00:55:42.929Z] lf-activate-venv: SKIPPING [2021-02-24T00:55:42.929Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/69 [2021-02-24T00:55:42.929Z] INFO: archiving workspace using pattern(s): [2021-02-24T00:55:44.321Z] Archives upload complete. [2021-02-24T00:55:44.582Z] INFO: archiving logs to Nexus