Pull request #3314 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 230efa915a5a331c14751e0f7925e6b0f52b8528+76b4535fa5fa3514bc34c1137a1fac177e39ac4f (a62f4dfa90572ee84803fa40635ad2848fc2b2a2) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31844’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31850 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 Merge succeeded, producing 8515aee03a28549260a321cde231cd8b07b555e3 Checking out Revision 8515aee03a28549260a321cde231cd8b07b555e3 (PR-3314) > git config core.sparsecheckout # timeout=10 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # 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 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8515aee03a28549260a321cde231cd8b07b555e3 # timeout=10 Commit message: "Merge commit '76b4535fa5fa3514bc34c1137a1fac177e39ac4f' into HEAD" > git rev-list --no-walk 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T21:00:12.710Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T21:00:12.987Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T21:00:13.129Z] ========================================================= [2021-03-29T21:00:13.129Z] EdgeX Global Pipelines Version Info [2021-03-29T21:00:13.129Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:00:15.194Z] ------------------- [2021-03-29T21:00:15.194Z] stable info: [2021-03-29T21:00:15.194Z] ------------------- [2021-03-29T21:00:15.194Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T21:00:15.194Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T21:00:15.194Z] Message: update stable to v1.0.186 [2021-03-29T21:00:15.771Z] ------------------- [2021-03-29T21:00:15.771Z] experimental info: [2021-03-29T21:00:15.771Z] ------------------- [2021-03-29T21:00:15.771Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T21:00:15.771Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T21:00:15.771Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T21:00:16.035Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T21:00:16.127Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T21:00:16.217Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T21:00:16.308Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T21:00:16.417Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T21:00:16.534Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T21:00:16.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T21:00:16.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T21:00:16.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T21:00:17.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T21:00:17.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T21:00:17.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T21:00:17.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T21:00:17.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T21:00:17.739Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T21:00:17.828Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T21:00:17.933Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T21:00:18.102Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T21:00:18.187Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T21:00:18.279Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T21:00:18.379Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T21:00:18.476Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T21:00:18.602Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3314 [Pipeline] echo [2021-03-29T21:00:18.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3314 [Pipeline] echo [2021-03-29T21:00:18.837Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3314 [Pipeline] echo [2021-03-29T21:00:18.974Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8515aee03a28549260a321cde231cd8b07b555e3 [Pipeline] echo [2021-03-29T21:00:19.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8515aee [Pipeline] echo [2021-03-29T21:00:19.169Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T21:00:19.343Z] provisioning config files... [2021-03-29T21:00:19.374Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5563899501592197286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:00:19.735Z] ---> docker-login.sh [2021-03-29T21:00:19.735Z] nexus3.edgexfoundry.org:10001 [2021-03-29T21:00:20.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:00:20.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:00:20.275Z] Configure a credential helper to remove this warning. See [2021-03-29T21:00:20.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:00:20.275Z] [2021-03-29T21:00:20.275Z] Login Succeeded [2021-03-29T21:00:20.275Z] nexus3.edgexfoundry.org:10002 [2021-03-29T21:00:20.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:00:20.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:00:20.552Z] Configure a credential helper to remove this warning. See [2021-03-29T21:00:20.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:00:20.552Z] [2021-03-29T21:00:20.552Z] Login Succeeded [2021-03-29T21:00:20.552Z] nexus3.edgexfoundry.org:10003 [2021-03-29T21:00:20.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:00:20.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:00:20.552Z] Configure a credential helper to remove this warning. See [2021-03-29T21:00:20.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:00:20.552Z] [2021-03-29T21:00:20.552Z] Login Succeeded [2021-03-29T21:00:20.552Z] nexus3.edgexfoundry.org:10004 [2021-03-29T21:00:20.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:00:20.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:00:20.820Z] Configure a credential helper to remove this warning. See [2021-03-29T21:00:20.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:00:20.820Z] [2021-03-29T21:00:20.820Z] Login Succeeded [2021-03-29T21:00:20.820Z] docker.io [2021-03-29T21:00:21.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:00:21.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:00:21.348Z] Configure a credential helper to remove this warning. See [2021-03-29T21:00:21.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:00:21.348Z] [2021-03-29T21:00:21.348Z] Login Succeeded [2021-03-29T21:00:21.348Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T21:00:21.359Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T21:00:21.823Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-29T21:00:21.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:00:21.823Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T21:00:21.823Z] ++ cut -d/ -f2 [2021-03-29T21:00:21.823Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T21:00:21.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:00:21.823Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T21:00:21.823Z] ++ cut -d/ -f2 [2021-03-29T21:00:21.823Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T21:00:21.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:00:21.823Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T21:00:21.823Z] ++ cut -d/ -f2 [2021-03-29T21:00:21.823Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T21:00:21.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:00:21.823Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T21:00:21.823Z] ++ cut -d/ -f2 [2021-03-29T21:00:21.823Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T21:00:21.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:00:21.823Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T21:00:21.823Z] ++ cut -d/ -f2 [2021-03-29T21:00:21.823Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T21:00:21.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:00:21.823Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T21:00:21.823Z] ++ cut -d/ -f2 [2021-03-29T21:00:21.824Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T21:00:21.824Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:00:21.824Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T21:00:21.824Z] ++ cut -d/ -f2 [2021-03-29T21:00:21.824Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T21:00:21.824Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:00:21.824Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T21:00:21.824Z] ++ cut -d/ -f2 [2021-03-29T21:00:21.824Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T21:00:21.824Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:00:21.824Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T21:00:21.824Z] ++ cut -d/ -f2 [2021-03-29T21:00:21.824Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T21:00:21.904Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:00:22.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T21:00:22.824Z] [2021-03-29T21:00:22.824Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:00:23.190Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T21:00:23.190Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T21:00:23.190Z] 31603596830f: Pulling fs layer [2021-03-29T21:00:23.190Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T21:00:23.190Z] 6ca5941a6612: Pulling fs layer [2021-03-29T21:00:23.190Z] ecc8261a40a4: Pulling fs layer [2021-03-29T21:00:23.190Z] ecc8261a40a4: Waiting [2021-03-29T21:00:23.190Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T21:00:23.190Z] 2a8b12db71e7: Download complete [2021-03-29T21:00:23.190Z] 31603596830f: Verifying Checksum [2021-03-29T21:00:23.190Z] 31603596830f: Download complete [2021-03-29T21:00:23.455Z] ecc8261a40a4: Verifying Checksum [2021-03-29T21:00:23.455Z] ecc8261a40a4: Download complete [2021-03-29T21:00:23.455Z] 6ca5941a6612: Verifying Checksum [2021-03-29T21:00:23.455Z] 6ca5941a6612: Download complete [2021-03-29T21:00:23.717Z] 31603596830f: Pull complete [2021-03-29T21:00:23.717Z] 2a8b12db71e7: Pull complete [2021-03-29T21:00:24.682Z] 6ca5941a6612: Pull complete [2021-03-29T21:00:24.944Z] ecc8261a40a4: Pull complete [2021-03-29T21:00:24.944Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T21:00:24.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T21:00:24.944Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T21:00:25.083Z] prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container [2021-03-29T21:00:25.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-29T21:00:27.827Z] $ docker top f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T21:00:28.142Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T21:00:28.142Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T21:00:28.397Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T21:00:28.403Z] $ docker exec f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 ssh-agent [2021-03-29T21:00:28.593Z] SSH_AUTH_SOCK=/tmp/ssh-KUgUsNyvJCgO/agent.12 [2021-03-29T21:00:28.593Z] SSH_AGENT_PID=18 [2021-03-29T21:00:28.606Z] Running ssh-add (command line suppressed) [2021-03-29T21:00:28.737Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3854070898737626945.key (/w/workspace/edgex-go/4@tmp/private_key_3854070898737626945.key) [2021-03-29T21:00:28.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T21:00:29.127Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T21:00:29.154Z] $ docker exec --env ******** --env ******** f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 ssh-agent -k [2021-03-29T21:00:29.274Z] unset SSH_AUTH_SOCK; [2021-03-29T21:00:29.274Z] unset SSH_AGENT_PID; [2021-03-29T21:00:29.274Z] echo Agent pid 18 killed; [2021-03-29T21:00:29.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T21:00:29.514Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T21:00:29.514Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T21:00:29.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T21:00:29.735Z] $ docker exec f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 ssh-agent [2021-03-29T21:00:29.912Z] SSH_AUTH_SOCK=/tmp/ssh-NArwI2ZoAN6P/agent.48 [2021-03-29T21:00:29.912Z] SSH_AGENT_PID=53 [2021-03-29T21:00:29.919Z] Running ssh-add (command line suppressed) [2021-03-29T21:00:30.059Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5714144377554486660.key (/w/workspace/edgex-go/4@tmp/private_key_5714144377554486660.key) [2021-03-29T21:00:30.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T21:00:30.460Z] + git semver init [2021-03-29T21:00:30.460Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T21:00:30.460Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-29T21:00:30.460Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-29T21:00:30.460Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T21:00:30.460Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T21:00:30.460Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T21:00:30.460Z] # $SEMVER_BRANCH = PR-3314 [2021-03-29T21:00:30.460Z] # $SEMVER_TEMP = /tmp/semver-926236369 [2021-03-29T21:00:30.460Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T21:00:57.189Z] # '/tmp/semver-926236369' -> '/w/workspace/edgex-go/4/.semver' [2021-03-29T21:00:57.469Z] # -> Force: false [2021-03-29T21:00:57.469Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-29T21:00:57.491Z] $ docker exec --env ******** --env ******** f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 ssh-agent -k [2021-03-29T21:00:57.871Z] unset SSH_AUTH_SOCK; [2021-03-29T21:00:57.871Z] unset SSH_AGENT_PID; [2021-03-29T21:00:57.871Z] echo Agent pid 53 killed; [2021-03-29T21:00:58.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T21:00:58.583Z] + git semver [Pipeline] } [2021-03-29T21:00:58.629Z] $ docker stop --time=1 f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 [2021-03-29T21:01:00.434Z] $ docker rm -f f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T21:01:00.971Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T21:01:01.630Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T21:01:01.633Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T21:01:02.508Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T21:01:02.826Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T21:01:03.148Z] + sudo service docker restart [2021-03-29T21:01:03.148Z] + true [2021-03-29T21:01:03.148Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T21:01:04.125Z] ========================================================= [2021-03-29T21:01:04.125Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T21:01:04.125Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:01:04.489Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-29T21:01:09.881Z] Sending build context to Docker daemon 328.9MB [2021-03-29T21:01:09.881Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T21:01:09.881Z] Step 2/6 : FROM ${BASE} [2021-03-29T21:01:09.882Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T21:01:09.882Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T21:01:09.882Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T21:01:09.882Z] de9db76c5a1d: Pulling fs layer [2021-03-29T21:01:09.882Z] bca2f99d35d6: Pulling fs layer [2021-03-29T21:01:09.882Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T21:01:09.882Z] 7c6f9722023f: Pulling fs layer [2021-03-29T21:01:09.882Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T21:01:09.882Z] 93359f2a8cfa: Waiting [2021-03-29T21:01:09.882Z] bca2f99d35d6: Waiting [2021-03-29T21:01:09.882Z] a35cf1a2eb13: Waiting [2021-03-29T21:01:09.882Z] 7c6f9722023f: Waiting [2021-03-29T21:01:09.882Z] de9db76c5a1d: Download complete [2021-03-29T21:01:09.882Z] 0ef7d3d256c8: Download complete [2021-03-29T21:01:09.882Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T21:01:09.882Z] 93359f2a8cfa: Download complete [2021-03-29T21:01:09.882Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T21:01:09.882Z] 188c0c94c7c5: Download complete [2021-03-29T21:01:09.882Z] 7c6f9722023f: Verifying Checksum [2021-03-29T21:01:09.882Z] 7c6f9722023f: Download complete [2021-03-29T21:01:09.882Z] 188c0c94c7c5: Pull complete [2021-03-29T21:01:10.147Z] 0ef7d3d256c8: Pull complete [2021-03-29T21:01:10.413Z] de9db76c5a1d: Pull complete [2021-03-29T21:01:11.381Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T21:01:11.381Z] a35cf1a2eb13: Download complete [2021-03-29T21:01:12.332Z] bca2f99d35d6: Verifying Checksum [2021-03-29T21:01:12.332Z] bca2f99d35d6: Download complete [2021-03-29T21:01:17.000Z] Still waiting to schedule task [2021-03-29T21:01:17.000Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-29T21:01:20.609Z] bca2f99d35d6: Pull complete [2021-03-29T21:01:20.609Z] 93359f2a8cfa: Pull complete [2021-03-29T21:01:20.609Z] 7c6f9722023f: Pull complete [2021-03-29T21:01:23.948Z] a35cf1a2eb13: Pull complete [2021-03-29T21:01:23.948Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T21:01:23.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T21:01:23.948Z] ---> a62c8e92a672 [2021-03-29T21:01:23.948Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-29T21:01:24.525Z] ---> Running in c40a01ca9c31 [2021-03-29T21:01:25.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:01:26.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:01:28.451Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T21:01:29.030Z] (2/12) Installing file (5.38-r0) [2021-03-29T21:01:29.030Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T21:01:29.304Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T21:01:51.358Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T21:01:51.358Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T21:01:51.358Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T21:01:51.358Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T21:01:51.358Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T21:01:51.358Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T21:01:51.358Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T21:01:51.358Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T21:01:51.358Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:01:51.358Z] OK: 233 MiB in 51 packages [2021-03-29T21:01:54.021Z] Removing intermediate container c40a01ca9c31 [2021-03-29T21:01:54.021Z] ---> 7688214b0646 [2021-03-29T21:01:54.021Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T21:01:54.021Z] ---> Running in b3b5d59adad6 [2021-03-29T21:01:54.021Z] Removing intermediate container b3b5d59adad6 [2021-03-29T21:01:54.021Z] ---> e0920f42a5cf [2021-03-29T21:01:54.021Z] Step 5/6 : COPY go.mod . [2021-03-29T21:01:54.290Z] ---> 7f394b9afcf3 [2021-03-29T21:01:54.290Z] Step 6/6 : RUN go mod download [2021-03-29T21:01:54.561Z] ---> Running in fb2ce93e85d4 [2021-03-29T21:02:16.644Z] Removing intermediate container fb2ce93e85d4 [2021-03-29T21:02:16.645Z] ---> 5ef27a3b66f2 [2021-03-29T21:02:16.645Z] Successfully built 5ef27a3b66f2 [2021-03-29T21:02:16.645Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:02:16.968Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T21:02:16.968Z] . [Pipeline] withDockerContainer [2021-03-29T21:02:17.075Z] prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container [2021-03-29T21:02:17.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-29T21:02:18.938Z] $ docker top b51b016b52c6f657761318aa2aa0153bd17eb9b621bbdf556948c657862ee449 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:02:19.549Z] + go version [2021-03-29T21:02:19.549Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T21:02:19.579Z] $ docker stop --time=1 b51b016b52c6f657761318aa2aa0153bd17eb9b621bbdf556948c657862ee449 [2021-03-29T21:02:21.096Z] $ docker rm -f b51b016b52c6f657761318aa2aa0153bd17eb9b621bbdf556948c657862ee449 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:02:21.883Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T21:02:21.883Z] . [Pipeline] withDockerContainer [2021-03-29T21:02:21.994Z] prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container [2021-03-29T21:02:22.051Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-29T21:02:23.104Z] $ docker top bded46d3a397384b19dd77356d86a667b4bd65b61b64a7267143c255642b8967 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T21:02:23.353Z] ========================================================= [2021-03-29T21:02:23.353Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T21:02:23.353Z] ========================================================= [Pipeline] sh [2021-03-29T21:02:23.676Z] + make test [2021-03-29T21:02:23.676Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T21:02:36.058Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T21:02:58.435Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T21:03:05.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T21:03:05.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T21:03:05.316Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T21:03:07.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T21:03:07.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T21:03:07.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T21:03:07.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T21:03:08.596Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T21:03:09.178Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T21:03:11.793Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T21:03:11.793Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T21:03:11.793Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T21:03:15.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 45.9% of statements [2021-03-29T21:03:15.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T21:03:15.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T21:03:15.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T21:03:15.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T21:03:15.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T21:03:15.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T21:03:15.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 19.8% of statements [2021-03-29T21:03:15.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.124s coverage: 100.0% of statements [2021-03-29T21:03:17.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.430s coverage: 27.1% of statements [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T21:03:17.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T21:03:17.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T21:03:17.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 71.3% of statements [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T21:03:17.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T21:03:19.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.209s coverage: 82.9% of statements [2021-03-29T21:03:19.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T21:03:19.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:03:19.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.078s coverage: 78.9% of statements [2021-03-29T21:03:19.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T21:03:23.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.413s coverage: 28.6% of statements [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T21:03:23.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.129s coverage: 100.0% of statements [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T21:03:23.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T21:03:23.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T21:03:23.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.198s coverage: 97.5% of statements [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T21:03:23.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.118s coverage: 78.3% of statements [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T21:03:23.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T21:03:25.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.546s coverage: 92.8% of statements [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T21:03:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T21:03:25.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-29T21:03:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T21:03:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T21:03:25.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 1.0% of statements [2021-03-29T21:03:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T21:03:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T21:03:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T21:03:25.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements [2021-03-29T21:03:25.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements [2021-03-29T21:03:25.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements [2021-03-29T21:03:25.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2021-03-29T21:03:25.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-03-29T21:03:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements [2021-03-29T21:03:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-03-29T21:03:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.287s coverage: 82.6% of statements [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.6% of statements [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.6% of statements [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T21:03:51.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.266s coverage: 64.4% of statements [2021-03-29T21:03:51.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.423s coverage: 69.0% of statements [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.143s coverage: 38.4% of statements [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.208s coverage: 47.0% of statements [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.091s coverage: 100.0% of statements [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T21:03:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.192s coverage: 87.1% of statements [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:03:51.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T21:03:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.999s coverage: 29.1% of statements [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T21:03:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T21:03:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T21:03:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 94.6% of statements [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T21:03:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T21:03:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T21:03:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T21:03:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T21:03:53.469Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-03-29T21:03:53.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-29T21:03:53.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-29T21:03:54.331Z] GO111MODULE=on go vet ./... [2021-03-29T21:04:33.355Z] gofmt -l . [2021-03-29T21:04:33.355Z] [ "`gofmt -l .`" = "" ] [2021-03-29T21:04:33.355Z] ./bin/test-go-mod-tidy.sh [2021-03-29T21:04:33.355Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T21:04:34.010Z] + ls -al . [2021-03-29T21:04:34.010Z] total 780 [2021-03-29T21:04:34.010Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 21:04 . [2021-03-29T21:04:34.010Z] drwxr-xr-x 4 root root 28 Mar 29 21:02 .. [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 21:00 .dockerignore [2021-03-29T21:04:34.010Z] drwxrwxr-x 8 1001 1001 179 Mar 29 21:00 .git [2021-03-29T21:04:34.010Z] drwxrwxr-x 3 1001 1001 125 Mar 29 21:00 .github [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 21:00 .gitignore [2021-03-29T21:04:34.010Z] drwx------ 3 1001 1001 60 Mar 29 21:00 .semver [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 21:00 .sonarcloud.properties [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 21:00 Attribution.txt [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 21:00 CONTRIBUTING.md [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 21:00 Dockerfile.build [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 21:00 Jenkinsfile [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 21:00 LICENSE [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 21:00 Makefile [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 21:00 README.md [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 21:00 SECURITY.md [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 21:01 VERSION [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 21:00 ZMQWindows.md [2021-03-29T21:04:34.010Z] drwxrwxr-x 2 1001 1001 117 Mar 29 21:00 bin [2021-03-29T21:04:34.010Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 21:00 cmd [2021-03-29T21:04:34.010Z] -rw-r--r-- 1 root root 668090 Mar 29 21:03 coverage.out [2021-03-29T21:04:34.010Z] -rw-r--r-- 1 root root 1056 Mar 29 21:04 go.mod [2021-03-29T21:04:34.010Z] -rw-r--r-- 1 root root 22641 Mar 29 21:04 go.sum [2021-03-29T21:04:34.010Z] drwxrwxr-x 8 1001 1001 127 Mar 29 21:00 internal [2021-03-29T21:04:34.010Z] drwxrwxr-x 4 1001 1001 26 Mar 29 21:00 openapi [2021-03-29T21:04:34.010Z] drwxrwxr-x 4 1001 1001 71 Mar 29 21:00 snap [2021-03-29T21:04:34.010Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 21:00 version.go [Pipeline] sh [2021-03-29T21:04:34.325Z] + '[' -e coverage.out ] [2021-03-29T21:04:34.326Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T21:04:34.626Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T21:04:34.942Z] + make build [2021-03-29T21:04:34.942Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T21:04:38.240Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31858 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws [2021-03-29T21:04:38.302Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-29T21:04:41.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T21:04:43.792Z] using credential edgex-jenkins-ssh [2021-03-29T21:04:43.883Z] Cloning the remote Git repository [2021-03-29T21:04:43.952Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:04:44.070Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-29T21:04:44.161Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:04:44.162Z] > git --version # timeout=10 [2021-03-29T21:04:44.182Z] > git --version # 'git version 2.17.1' [2021-03-29T21:04:44.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:04:44.260Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:04:54.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T21:04:55.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T21:04:58.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T21:04:59.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T21:05:02.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T21:05:04.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T21:05:05.049Z] Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-03-29T21:05:04.140Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:05:04.157Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:05:04.192Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:05:04.231Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:05:04.232Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:05:04.250Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T21:05:05.071Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:05:05.094Z] > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T21:05:05.453Z] Failed in branch arm64 [2021-03-29T21:05:05.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T21:05:07.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T21:05:08.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T21:05:10.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-29T21:05:13.359Z] $ docker stop --time=1 bded46d3a397384b19dd77356d86a667b4bd65b61b64a7267143c255642b8967 [2021-03-29T21:05:15.082Z] $ docker rm -f bded46d3a397384b19dd77356d86a667b4bd65b61b64a7267143c255642b8967 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:05:17.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:05:17.075Z] [2021-03-29T21:05:17.075Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:05:17.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:05:17.435Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T21:05:17.435Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T21:05:17.435Z] ca9280d653b3: Pulling fs layer [2021-03-29T21:05:17.435Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T21:05:17.698Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T21:05:17.698Z] cbdbe7a5bc2a: Download complete [2021-03-29T21:05:18.288Z] cbdbe7a5bc2a: Pull complete [2021-03-29T21:05:18.288Z] ca9280d653b3: Verifying Checksum [2021-03-29T21:05:18.288Z] ca9280d653b3: Download complete [2021-03-29T21:05:19.241Z] 7e9c9ca2126c: Verifying Checksum [2021-03-29T21:05:19.241Z] 7e9c9ca2126c: Download complete [2021-03-29T21:05:20.196Z] ca9280d653b3: Pull complete [2021-03-29T21:05:26.885Z] 7e9c9ca2126c: Pull complete [2021-03-29T21:05:26.885Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T21:05:26.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:05:26.885Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T21:05:27.107Z] prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container [2021-03-29T21:05:27.245Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-29T21:05:30.124Z] $ docker top 76fc2a10b44d4e77e0c35155067b0af66576bde53b5691f174eb6b40f870f47c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:05:30.717Z] + docker-compose build --help [2021-03-29T21:05:30.717Z] + grep parallel [2021-03-29T21:05:31.760Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T21:05:31.778Z] $ docker stop --time=1 76fc2a10b44d4e77e0c35155067b0af66576bde53b5691f174eb6b40f870f47c [2021-03-29T21:05:33.154Z] $ docker rm -f 76fc2a10b44d4e77e0c35155067b0af66576bde53b5691f174eb6b40f870f47c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:05:33.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:05:33.794Z] . [Pipeline] withDockerContainer [2021-03-29T21:05:33.906Z] prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container [2021-03-29T21:05:33.961Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T21:05:34.657Z] $ docker top 3e9cee5cd199e0ff6302e08f3a799023d7010f83a3c3fd92cf63b4231b8175f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:05:35.181Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T21:05:36.128Z] Building docker-core-command-go ... [2021-03-29T21:05:36.128Z] Building docker-core-data-go ... [2021-03-29T21:05:36.128Z] Building docker-core-metadata-go ... [2021-03-29T21:05:36.128Z] Building docker-security-bootstrapper-go ... [2021-03-29T21:05:36.128Z] Building docker-security-proxy-setup-go ... [2021-03-29T21:05:36.128Z] Building docker-security-secretstore-setup-go ... [2021-03-29T21:05:36.128Z] Building docker-support-notifications-go ... [2021-03-29T21:05:36.128Z] Building docker-support-scheduler-go ... [2021-03-29T21:05:36.128Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T21:05:36.128Z] Building docker-support-notifications-go [2021-03-29T21:05:36.128Z] Building docker-core-command-go [2021-03-29T21:05:36.128Z] Building docker-security-proxy-setup-go [2021-03-29T21:05:36.128Z] Building docker-security-secretstore-setup-go [2021-03-29T21:05:36.128Z] Building docker-core-metadata-go [2021-03-29T21:06:15.985Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:15.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:15.985Z] ---> 5ef27a3b66f2 [2021-03-29T21:06:15.985Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:06:15.985Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:15.985Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:15.985Z] ---> 5ef27a3b66f2 [2021-03-29T21:06:15.985Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:06:15.985Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:15.985Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:15.985Z] ---> 5ef27a3b66f2 [2021-03-29T21:06:15.985Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T21:06:15.985Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:15.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:15.985Z] ---> 5ef27a3b66f2 [2021-03-29T21:06:15.985Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:06:15.985Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:15.985Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:15.985Z] ---> 5ef27a3b66f2 [2021-03-29T21:06:15.985Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T21:06:15.985Z] ---> Running in 84e3ac8db41a [2021-03-29T21:06:15.985Z] ---> Running in 12763ce59a01 [2021-03-29T21:06:15.985Z] ---> Running in db19cf59378f [2021-03-29T21:06:15.985Z] ---> Running in 29e6dd049eba [2021-03-29T21:06:15.985Z] ---> Running in 84cf1dd3be54 [2021-03-29T21:06:15.985Z] Removing intermediate container 12763ce59a01 [2021-03-29T21:06:15.985Z] ---> 9a8285f643b5 [2021-03-29T21:06:15.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:15.985Z] Removing intermediate container 29e6dd049eba [2021-03-29T21:06:15.985Z] ---> a437db770b88 [2021-03-29T21:06:15.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:15.985Z] Removing intermediate container db19cf59378f [2021-03-29T21:06:15.985Z] ---> 3217a57e9e10 [2021-03-29T21:06:15.985Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:15.985Z] Removing intermediate container 84cf1dd3be54 [2021-03-29T21:06:15.985Z] ---> a61cee26bb60 [2021-03-29T21:06:15.985Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:15.985Z] Removing intermediate container 84e3ac8db41a [2021-03-29T21:06:15.985Z] ---> 54693c0a3859 [2021-03-29T21:06:15.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:15.986Z] ---> Running in 4323532a0554 [2021-03-29T21:06:15.986Z] ---> Running in 74e82754ea9e [2021-03-29T21:06:15.986Z] ---> Running in 2f868bb37c1d [2021-03-29T21:06:15.986Z] ---> Running in b8435467ac12 [2021-03-29T21:06:15.986Z] ---> Running in 0d4ae8119347 [2021-03-29T21:06:17.411Z] Removing intermediate container 2f868bb37c1d [2021-03-29T21:06:17.411Z] ---> 7f05ad9aaf35 [2021-03-29T21:06:17.411Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T21:06:17.681Z] ---> Running in 3e89d70024ad [2021-03-29T21:06:17.681Z] Removing intermediate container 4323532a0554 [2021-03-29T21:06:17.681Z] ---> 2f8fe50b66a8 [2021-03-29T21:06:17.681Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:06:17.945Z] ---> Running in 3da7639d8e09 [2021-03-29T21:06:17.945Z] Removing intermediate container 74e82754ea9e [2021-03-29T21:06:17.945Z] ---> dc09168b0741 [2021-03-29T21:06:17.945Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:06:18.208Z] Removing intermediate container 0d4ae8119347 [2021-03-29T21:06:18.208Z] ---> 9a9f45ff5d72 [2021-03-29T21:06:18.208Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T21:06:18.208Z] Removing intermediate container b8435467ac12 [2021-03-29T21:06:18.208Z] ---> 4f9baf5471c0 [2021-03-29T21:06:18.208Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T21:06:18.208Z] ---> Running in e4b74489ad1e [2021-03-29T21:06:18.475Z] ---> Running in d1ee8e1ef511 [2021-03-29T21:06:18.475Z] ---> Running in 867293cda895 [2021-03-29T21:06:18.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:18.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:19.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:19.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:19.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:20.180Z] OK: 233 MiB in 51 packages [2021-03-29T21:06:20.180Z] OK: 233 MiB in 51 packages [2021-03-29T21:06:20.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:20.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:20.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:20.728Z] Removing intermediate container 3e89d70024ad [2021-03-29T21:06:20.728Z] ---> 55d59c5e6280 [2021-03-29T21:06:20.728Z] Step 6/21 : COPY go.mod . [2021-03-29T21:06:20.728Z] Removing intermediate container 3da7639d8e09 [2021-03-29T21:06:20.728Z] ---> e5ee25f21328 [2021-03-29T21:06:20.728Z] Step 6/23 : COPY go.mod . [2021-03-29T21:06:20.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:20.991Z] OK: 233 MiB in 51 packages [2021-03-29T21:06:20.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:20.991Z] ---> fe4ff43276af [2021-03-29T21:06:20.991Z] Step 7/21 : RUN go mod download [2021-03-29T21:06:20.991Z] ---> d3d970e14ba4 [2021-03-29T21:06:20.991Z] Step 7/23 : RUN go mod download [2021-03-29T21:06:21.264Z] ---> Running in 0cf664f8383b [2021-03-29T21:06:21.264Z] ---> Running in 6d3e43047684 [2021-03-29T21:06:21.870Z] OK: 233 MiB in 51 packages [2021-03-29T21:06:21.870Z] OK: 233 MiB in 51 packages [2021-03-29T21:06:22.162Z] Removing intermediate container e4b74489ad1e [2021-03-29T21:06:22.162Z] ---> 1e3e597cb8da [2021-03-29T21:06:22.162Z] Step 6/23 : COPY go.mod . [2021-03-29T21:06:22.436Z] ---> c5cea6aeaf94 [2021-03-29T21:06:22.436Z] Step 7/23 : RUN go mod download [2021-03-29T21:06:22.436Z] ---> Running in 7a1ef17c1f76 [2021-03-29T21:06:22.708Z] Removing intermediate container d1ee8e1ef511 [2021-03-29T21:06:22.708Z] ---> 4fcb2357bec6 [2021-03-29T21:06:22.708Z] Step 6/22 : COPY go.mod . [2021-03-29T21:06:22.974Z] Removing intermediate container 867293cda895 [2021-03-29T21:06:22.974Z] ---> 2f0b1f712a84 [2021-03-29T21:06:22.974Z] Step 6/24 : COPY go.mod . [2021-03-29T21:06:23.242Z] ---> 98b67eb2443e [2021-03-29T21:06:23.242Z] Step 7/22 : RUN go mod download [2021-03-29T21:06:23.510Z] ---> Running in f299d28e7903 [2021-03-29T21:06:23.510Z] ---> 599c9367f5e3 [2021-03-29T21:06:23.510Z] Step 7/24 : RUN go mod download [2021-03-29T21:06:23.773Z] ---> Running in 83803f73b87a [2021-03-29T21:06:24.041Z] Removing intermediate container 6d3e43047684 [2021-03-29T21:06:24.041Z] ---> 1033a8bd4c04 [2021-03-29T21:06:24.041Z] Step 8/23 : COPY . . [2021-03-29T21:06:24.041Z] Removing intermediate container 0cf664f8383b [2021-03-29T21:06:24.041Z] ---> ae423e209187 [2021-03-29T21:06:24.041Z] Step 8/21 : COPY . . [2021-03-29T21:06:25.484Z] Removing intermediate container 7a1ef17c1f76 [2021-03-29T21:06:25.484Z] ---> a893f5e82868 [2021-03-29T21:06:25.484Z] Step 8/23 : COPY . . [2021-03-29T21:06:32.141Z] Removing intermediate container 83803f73b87a [2021-03-29T21:06:32.141Z] ---> 10984b0f0407 [2021-03-29T21:06:32.141Z] Step 8/24 : COPY . . [2021-03-29T21:06:32.141Z] Removing intermediate container f299d28e7903 [2021-03-29T21:06:32.141Z] ---> dd9b79709739 [2021-03-29T21:06:32.141Z] Step 8/22 : COPY . . [2021-03-29T21:07:04.527Z] ---> c0d927c4ec5c [2021-03-29T21:07:04.527Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T21:07:04.527Z] ---> b1cea281789b [2021-03-29T21:07:04.527Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T21:07:05.476Z] ---> Running in 6fafa868bc12 [2021-03-29T21:07:05.476Z] ---> Running in 867652a01149 [2021-03-29T21:07:06.441Z] ---> e0b76145dd03 [2021-03-29T21:07:06.441Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T21:07:06.441Z] ---> 4063be8014ae [2021-03-29T21:07:06.441Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T21:07:06.441Z] ---> 89eb8fbd608d [2021-03-29T21:07:06.441Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T21:07:06.441Z] ---> Running in 6489b111d168 [2021-03-29T21:07:06.710Z] ---> Running in e560adef32c1 [2021-03-29T21:07:06.710Z] ---> Running in 32975a5c0f6f [2021-03-29T21:07:07.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T21:07:07.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T21:07:07.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T21:07:07.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T21:07:07.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T21:07:46.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T21:07:46.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T21:07:53.341Z] Removing intermediate container 6489b111d168 [2021-03-29T21:07:53.341Z] ---> 6f6c4d037ec7 [2021-03-29T21:07:53.341Z] [2021-03-29T21:07:53.341Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:07:53.341Z] Removing intermediate container e560adef32c1 [2021-03-29T21:07:53.341Z] ---> 77a0654a54a1 [2021-03-29T21:07:53.341Z] [2021-03-29T21:07:53.341Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:07:53.341Z] 3.12: Pulling from library/alpine [2021-03-29T21:07:53.341Z] 3.12: Pulling from library/alpine [2021-03-29T21:07:53.606Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:07:53.607Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:07:53.607Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T21:07:53.607Z] ---> 42cb162f0360 [2021-03-29T21:07:53.607Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:07:53.607Z] Status: Image is up to date for alpine:3.12 [2021-03-29T21:07:53.607Z] ---> 42cb162f0360 [2021-03-29T21:07:53.607Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T21:07:56.933Z] ---> Running in cbeba5fefaa6 [2021-03-29T21:07:56.933Z] ---> Running in a713463115ac [2021-03-29T21:07:56.933Z] Removing intermediate container 867652a01149 [2021-03-29T21:07:56.933Z] ---> 991109db506f [2021-03-29T21:07:56.933Z] [2021-03-29T21:07:56.933Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T21:07:56.933Z] ---> 42cb162f0360 [2021-03-29T21:07:56.933Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T21:07:56.933Z] Removing intermediate container 32975a5c0f6f [2021-03-29T21:07:56.933Z] ---> 5892d531be2b [2021-03-29T21:07:56.933Z] [2021-03-29T21:07:56.933Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T21:07:56.933Z] ---> 42cb162f0360 [2021-03-29T21:07:56.933Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T21:07:57.881Z] Removing intermediate container 6fafa868bc12 [2021-03-29T21:07:57.881Z] ---> 2e48a4919914 [2021-03-29T21:07:57.881Z] [2021-03-29T21:07:57.881Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:07:57.881Z] ---> 42cb162f0360 [2021-03-29T21:07:57.881Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:07:57.881Z] ---> Running in 0036d6e6e3d2 [2021-03-29T21:07:57.881Z] ---> Running in 53f0722ca845 [2021-03-29T21:07:58.148Z] ---> Running in 0ec64eb31cb9 [2021-03-29T21:07:58.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:58.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:58.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:58.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:58.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:59.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:59.033Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T21:07:59.033Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:07:59.033Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:07:59.033Z] OK: 6 MiB in 15 packages [2021-03-29T21:07:59.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:59.033Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:07:59.033Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:07:59.033Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:07:59.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:59.033Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T21:07:59.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:59.302Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:07:59.302Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T21:07:59.302Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T21:07:59.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:07:59.302Z] OK: 6 MiB in 16 packages [2021-03-29T21:07:59.302Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:07:59.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:07:59.302Z] OK: 7 MiB in 18 packages [2021-03-29T21:07:59.302Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:07:59.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:07:59.302Z] OK: 6 MiB in 15 packages [2021-03-29T21:07:59.565Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T21:07:59.565Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:07:59.565Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T21:07:59.565Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T21:07:59.565Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:07:59.565Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T21:07:59.565Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:07:59.565Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:08:00.530Z] OK: 7 MiB in 20 packages [2021-03-29T21:08:01.950Z] Removing intermediate container a713463115ac [2021-03-29T21:08:01.950Z] ---> c357daa330b7 [2021-03-29T21:08:01.950Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:08:02.216Z] Removing intermediate container cbeba5fefaa6 [2021-03-29T21:08:02.216Z] ---> 8fc1a28d8e8f [2021-03-29T21:08:02.216Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:08:02.216Z] Removing intermediate container 0036d6e6e3d2 [2021-03-29T21:08:02.216Z] ---> 96372c653662 [2021-03-29T21:08:02.216Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:08:02.216Z] ---> Running in 67a789820f27 [2021-03-29T21:08:02.800Z] ---> Running in 736f5d79eb15 [2021-03-29T21:08:02.800Z] Removing intermediate container 0ec64eb31cb9 [2021-03-29T21:08:02.800Z] ---> Running in a0e44dcf8fa5 [2021-03-29T21:08:02.800Z] ---> c8934d2454ee [2021-03-29T21:08:02.800Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:08:02.800Z] Removing intermediate container 53f0722ca845 [2021-03-29T21:08:02.800Z] ---> 6a1640355df5 [2021-03-29T21:08:02.800Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:08:02.800Z] Removing intermediate container 67a789820f27 [2021-03-29T21:08:02.800Z] ---> 26734b7eb42d [2021-03-29T21:08:02.800Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T21:08:02.800Z] ---> Running in 013d5a55650a [2021-03-29T21:08:03.065Z] ---> Running in f1f6e41aae3a [2021-03-29T21:08:03.065Z] ---> Running in 66a694721779 [2021-03-29T21:08:03.065Z] Removing intermediate container a0e44dcf8fa5 [2021-03-29T21:08:03.065Z] ---> 2df498abea4c [2021-03-29T21:08:03.065Z] Step 13/21 : WORKDIR /edgex [2021-03-29T21:08:03.065Z] Removing intermediate container 736f5d79eb15 [2021-03-29T21:08:03.065Z] ---> 455143971c2d [2021-03-29T21:08:03.065Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T21:08:03.338Z] ---> Running in 0cfb785a4ba2 [2021-03-29T21:08:03.606Z] ---> Running in 2ef78179e1ae [2021-03-29T21:08:03.606Z] Removing intermediate container 013d5a55650a [2021-03-29T21:08:03.606Z] ---> e86680a4fdd9 [2021-03-29T21:08:03.606Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T21:08:03.606Z] Removing intermediate container f1f6e41aae3a [2021-03-29T21:08:03.606Z] ---> 59c90f17ebcb [2021-03-29T21:08:03.606Z] Step 13/24 : WORKDIR / [2021-03-29T21:08:03.606Z] ---> Running in 18ee2fa6f7da [2021-03-29T21:08:03.606Z] Removing intermediate container 66a694721779 [2021-03-29T21:08:03.606Z] ---> fafd2452a01a [2021-03-29T21:08:03.606Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:08:03.868Z] ---> Running in 6edbba5705fd [2021-03-29T21:08:03.868Z] ---> Running in 50c524a5502b [2021-03-29T21:08:03.868Z] Removing intermediate container 2ef78179e1ae [2021-03-29T21:08:03.868Z] ---> 31d7acea827f [2021-03-29T21:08:03.868Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:08:04.134Z] Removing intermediate container 18ee2fa6f7da [2021-03-29T21:08:04.134Z] ---> 63e20c854770 [2021-03-29T21:08:04.134Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:08:04.134Z] Removing intermediate container 0cfb785a4ba2 [2021-03-29T21:08:04.134Z] ---> 57cf313efede [2021-03-29T21:08:04.134Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T21:08:04.134Z] ---> Running in 8bf89cc6c29d [2021-03-29T21:08:04.134Z] ---> Running in 26f37e453af1 [2021-03-29T21:08:04.398Z] Removing intermediate container 6edbba5705fd [2021-03-29T21:08:04.398Z] ---> ef2b9baf6c17 [2021-03-29T21:08:04.398Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T21:08:04.398Z] Removing intermediate container 50c524a5502b [2021-03-29T21:08:04.398Z] ---> c9572a62bf80 [2021-03-29T21:08:04.398Z] Step 15/23 : WORKDIR / [2021-03-29T21:08:04.666Z] ---> 9f14a5ccc5d2 [2021-03-29T21:08:04.666Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T21:08:04.666Z] Removing intermediate container 8bf89cc6c29d [2021-03-29T21:08:04.666Z] ---> 171b0bf8d604 [2021-03-29T21:08:04.666Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:08:04.666Z] ---> Running in e0e0add0b8bb [2021-03-29T21:08:04.666Z] Removing intermediate container 26f37e453af1 [2021-03-29T21:08:04.666Z] ---> 40f4d9132eb1 [2021-03-29T21:08:04.666Z] Step 15/23 : WORKDIR / [2021-03-29T21:08:04.934Z] ---> 102d2637aed1 [2021-03-29T21:08:04.934Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T21:08:04.934Z] ---> Running in 4e51dd29d146 [2021-03-29T21:08:05.203Z] ---> a2d0d8fccd06 [2021-03-29T21:08:05.203Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T21:08:05.203Z] Removing intermediate container e0e0add0b8bb [2021-03-29T21:08:05.203Z] ---> 0ee0de73cafd [2021-03-29T21:08:05.203Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:08:05.203Z] Removing intermediate container 4e51dd29d146 [2021-03-29T21:08:05.203Z] ---> bef55fd80464 [2021-03-29T21:08:05.203Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:08:05.203Z] ---> d5c6d111100f [2021-03-29T21:08:05.203Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T21:08:05.203Z] ---> c087bbba7076 [2021-03-29T21:08:05.203Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T21:08:06.171Z] ---> fbe8b3c87429 [2021-03-29T21:08:06.171Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T21:08:06.171Z] ---> 3453a239e55a [2021-03-29T21:08:06.171Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T21:08:06.171Z] ---> 29c1ee37b915 [2021-03-29T21:08:06.171Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T21:08:06.171Z] ---> d2537e0971ad [2021-03-29T21:08:06.171Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T21:08:06.171Z] ---> abd6f32c443f [2021-03-29T21:08:06.171Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T21:08:06.446Z] ---> Running in 5c1262cc0202 [2021-03-29T21:08:06.714Z] Removing intermediate container 5c1262cc0202 [2021-03-29T21:08:06.714Z] ---> 696d7286d369 [2021-03-29T21:08:06.714Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T21:08:06.982Z] ---> 36e0da0890c0 [2021-03-29T21:08:06.982Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T21:08:06.982Z] ---> Running in 7705d333d3ab [2021-03-29T21:08:06.982Z] ---> Running in f3d37ae12ffc [2021-03-29T21:08:06.982Z] ---> bd044b7cc654 [2021-03-29T21:08:06.982Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T21:08:06.982Z] ---> f5fe56afac8a [2021-03-29T21:08:06.982Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T21:08:06.982Z] ---> 4647db08d339 [2021-03-29T21:08:06.982Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T21:08:07.248Z] Removing intermediate container f3d37ae12ffc [2021-03-29T21:08:07.248Z] ---> e38582026dba [2021-03-29T21:08:07.248Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:08:07.248Z] Removing intermediate container 7705d333d3ab [2021-03-29T21:08:07.248Z] ---> 5361d5fa5bc9 [2021-03-29T21:08:07.248Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T21:08:07.511Z] ---> Running in e3b72c093011 [2021-03-29T21:08:07.511Z] ---> 9e6044566551 [2021-03-29T21:08:07.511Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T21:08:07.511Z] ---> Running in 90e566996564 [2021-03-29T21:08:07.511Z] ---> f99835908681 [2021-03-29T21:08:07.511Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T21:08:07.773Z] ---> Running in ef2165a51d85 [2021-03-29T21:08:08.037Z] ---> a4432e3a0d97 [2021-03-29T21:08:08.037Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T21:08:08.037Z] ---> Running in b87903763780 [2021-03-29T21:08:08.037Z] Removing intermediate container e3b72c093011 [2021-03-29T21:08:08.037Z] ---> bf5119e3c1c5 [2021-03-29T21:08:08.037Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T21:08:08.037Z] Removing intermediate container 90e566996564 [2021-03-29T21:08:08.037Z] ---> 0e77a077eda8 [2021-03-29T21:08:08.037Z] Step 20/21 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 [2021-03-29T21:08:08.037Z] Removing intermediate container ef2165a51d85 [2021-03-29T21:08:08.037Z] ---> c017ab2c3385 [2021-03-29T21:08:08.037Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:08:08.300Z] ---> Running in e35ac29d4cec [2021-03-29T21:08:08.300Z] ---> Running in a39999ec5844 [2021-03-29T21:08:08.300Z] ---> Running in 352b866d92e3 [2021-03-29T21:08:08.300Z] Removing intermediate container b87903763780 [2021-03-29T21:08:08.300Z] ---> 876002acce47 [2021-03-29T21:08:08.300Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:08:08.300Z] ---> 3d3a8dda06cb [2021-03-29T21:08:08.300Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-29T21:08:08.565Z] ---> Running in 2ab32352fd30 [2021-03-29T21:08:08.565Z] ---> Running in b4fa258e1859 [2021-03-29T21:08:08.565Z] Removing intermediate container a39999ec5844 [2021-03-29T21:08:08.565Z] ---> 855756edb00e [2021-03-29T21:08:08.565Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T21:08:08.828Z] Removing intermediate container e35ac29d4cec [2021-03-29T21:08:08.828Z] ---> 352a0790fb56 [2021-03-29T21:08:08.828Z] Step 21/22 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 [2021-03-29T21:08:08.828Z] Removing intermediate container 352b866d92e3 [2021-03-29T21:08:08.828Z] ---> 47a177b43d97 [2021-03-29T21:08:08.828Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:08:09.096Z] ---> Running in 2bd91e3e535b [2021-03-29T21:08:09.096Z] ---> Running in 613b0b485a4d [2021-03-29T21:08:09.096Z] ---> Running in 51c2573777ac [2021-03-29T21:08:09.096Z] Removing intermediate container 2ab32352fd30 [2021-03-29T21:08:09.096Z] ---> 11598fd41e8b [2021-03-29T21:08:09.097Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:08:09.097Z] ---> Running in 010b3283141f [2021-03-29T21:08:09.362Z] Removing intermediate container 2bd91e3e535b [2021-03-29T21:08:09.362Z] ---> 08e120de9b08 [2021-03-29T21:08:09.362Z] [2021-03-29T21:08:09.362Z] Removing intermediate container 613b0b485a4d [2021-03-29T21:08:09.362Z] ---> 84062e5aed70 [2021-03-29T21:08:09.362Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:08:09.362Z] Removing intermediate container 51c2573777ac [2021-03-29T21:08:09.362Z] ---> 27eb20b38c9d [2021-03-29T21:08:09.362Z] Step 22/23 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 [2021-03-29T21:08:09.625Z] ---> Running in c504bc63276c [2021-03-29T21:08:09.625Z] Successfully built 08e120de9b08 [2021-03-29T21:08:09.889Z] ---> Running in 9f3b45909761 [2021-03-29T21:08:09.889Z] Removing intermediate container 010b3283141f [2021-03-29T21:08:09.889Z] ---> 35d52e86c6b7 [2021-03-29T21:08:09.889Z] Step 22/23 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 [2021-03-29T21:08:09.889Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T21:08:09.889Z] Building docker-support-scheduler-go [2021-03-29T21:08:09.889Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9a0131d93a39 [2021-03-29T21:08:10.152Z] Removing intermediate container c504bc63276c [2021-03-29T21:08:10.152Z] ---> d14d445b3fd1 [2021-03-29T21:08:10.152Z] [2021-03-29T21:08:10.152Z] Removing intermediate container 9f3b45909761 [2021-03-29T21:08:10.152Z] ---> 1a00ecb61848 [2021-03-29T21:08:10.152Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:08:10.152Z] Successfully built d14d445b3fd1 [2021-03-29T21:08:10.416Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T21:08:10.416Z] Building docker-security-bootstrapper-go [2021-03-29T21:08:10.416Z]  Building docker-support-notifications-go ... done  ---> Running in 4c7b7be0e9f2 [2021-03-29T21:08:10.416Z] Removing intermediate container 9a0131d93a39 [2021-03-29T21:08:10.416Z] ---> b010b06748c7 [2021-03-29T21:08:10.416Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:08:10.697Z] Removing intermediate container b4fa258e1859 [2021-03-29T21:08:10.697Z] ---> c1462c95ba1c [2021-03-29T21:08:10.697Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T21:08:10.697Z] ---> Running in 52f926f29aa4 [2021-03-29T21:08:10.697Z] Removing intermediate container 4c7b7be0e9f2 [2021-03-29T21:08:10.697Z] ---> efafe0f74271 [2021-03-29T21:08:10.697Z] [2021-03-29T21:08:10.697Z] ---> Running in 095e213c6648 [2021-03-29T21:08:10.968Z] Successfully built efafe0f74271 [2021-03-29T21:08:10.968Z] Successfully tagged docker-core-command-go:latest [2021-03-29T21:08:10.968Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-29T21:08:11.243Z] Removing intermediate container 52f926f29aa4 [2021-03-29T21:08:11.243Z] ---> 4f28bce4e2d0 [2021-03-29T21:08:11.243Z] [2021-03-29T21:08:11.243Z] Removing intermediate container 095e213c6648 [2021-03-29T21:08:11.243Z] ---> 3b8bc0e0b0f9 [2021-03-29T21:08:11.243Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T21:08:11.243Z] ---> Running in 5de0ef15fe5f [2021-03-29T21:08:11.533Z] Successfully built 4f28bce4e2d0 [2021-03-29T21:08:11.533Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T21:08:11.533Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-29T21:08:11.533Z] Removing intermediate container 5de0ef15fe5f [2021-03-29T21:08:11.533Z] ---> 15016a71a71f [2021-03-29T21:08:11.533Z] Step 23/24 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 [2021-03-29T21:08:11.865Z] ---> Running in 7c7780eeb72c [2021-03-29T21:08:15.089Z] Removing intermediate container 7c7780eeb72c [2021-03-29T21:08:15.089Z] ---> e4f962531396 [2021-03-29T21:08:15.089Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T21:08:16.045Z] ---> Running in 5405d42a36ec [2021-03-29T21:08:16.630Z] Removing intermediate container 5405d42a36ec [2021-03-29T21:08:16.631Z] ---> 12e2ddc595c0 [2021-03-29T21:08:16.631Z] [2021-03-29T21:08:19.201Z] Successfully built 12e2ddc595c0 [2021-03-29T21:08:19.201Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T21:08:41.290Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:08:41.290Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:08:41.290Z] ---> 5ef27a3b66f2 [2021-03-29T21:08:41.290Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:08:41.290Z] ---> Using cache [2021-03-29T21:08:41.290Z] ---> 54693c0a3859 [2021-03-29T21:08:41.291Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:08:41.291Z] ---> Using cache [2021-03-29T21:08:41.291Z] ---> 9a9f45ff5d72 [2021-03-29T21:08:41.291Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T21:08:41.291Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:08:41.291Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:08:41.291Z] ---> 5ef27a3b66f2 [2021-03-29T21:08:41.291Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:08:41.291Z] ---> Using cache [2021-03-29T21:08:41.291Z] ---> 54693c0a3859 [2021-03-29T21:08:41.291Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:08:41.291Z] ---> Using cache [2021-03-29T21:08:41.291Z] ---> 9a9f45ff5d72 [2021-03-29T21:08:41.291Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T21:08:41.291Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:08:41.291Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:08:41.291Z] ---> 5ef27a3b66f2 [2021-03-29T21:08:41.291Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T21:08:41.291Z] ---> Using cache [2021-03-29T21:08:41.291Z] ---> 54693c0a3859 [2021-03-29T21:08:41.291Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:08:41.291Z] ---> Using cache [2021-03-29T21:08:41.291Z] ---> 9a9f45ff5d72 [2021-03-29T21:08:41.291Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T21:08:41.291Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:08:41.291Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:08:41.291Z] ---> 5ef27a3b66f2 [2021-03-29T21:08:41.291Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T21:08:41.291Z] ---> Using cache [2021-03-29T21:08:41.291Z] ---> 54693c0a3859 [2021-03-29T21:08:41.291Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:08:41.291Z] ---> Using cache [2021-03-29T21:08:41.291Z] ---> 9a9f45ff5d72 [2021-03-29T21:08:41.291Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T21:08:42.240Z] ---> Running in 0e9bf18fa754 [2021-03-29T21:08:42.240Z] ---> Running in f8d78d63e1a4 [2021-03-29T21:08:42.240Z] ---> Running in 05c596547f00 [2021-03-29T21:08:42.240Z] ---> Running in a46aacb1daf2 [2021-03-29T21:08:43.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:43.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:43.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:43.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:45.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:45.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:45.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:45.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:46.236Z] OK: 233 MiB in 51 packages [2021-03-29T21:08:46.821Z] Removing intermediate container 05c596547f00 [2021-03-29T21:08:46.821Z] ---> b6ae33bc4627 [2021-03-29T21:08:46.821Z] Step 6/31 : COPY go.mod . [2021-03-29T21:08:46.821Z] OK: 233 MiB in 51 packages [2021-03-29T21:08:47.091Z] OK: 233 MiB in 51 packages [2021-03-29T21:08:47.091Z] ---> 1b737a4b2162 [2021-03-29T21:08:47.091Z] Step 7/31 : RUN go mod download [2021-03-29T21:08:47.091Z] ---> Running in c2160e89a0d7 [2021-03-29T21:08:47.696Z] Removing intermediate container a46aacb1daf2 [2021-03-29T21:08:47.696Z] ---> e31e331e91ee [2021-03-29T21:08:47.696Z] Step 6/26 : COPY go.mod . [2021-03-29T21:08:47.960Z] ---> eff8bd498624 [2021-03-29T21:08:47.960Z] Step 7/26 : RUN go mod download [2021-03-29T21:08:47.960Z] Removing intermediate container f8d78d63e1a4 [2021-03-29T21:08:47.960Z] ---> deca43b027ec [2021-03-29T21:08:47.960Z] Step 6/23 : COPY go.mod . [2021-03-29T21:08:47.960Z] ---> Running in a6a40d400efd [2021-03-29T21:08:47.960Z] OK: 233 MiB in 51 packages [2021-03-29T21:08:48.230Z] ---> 048716989ad7 [2021-03-29T21:08:48.230Z] Step 7/23 : RUN go mod download [2021-03-29T21:08:48.230Z] ---> Running in 592fc261de9c [2021-03-29T21:08:48.820Z] Removing intermediate container 0e9bf18fa754 [2021-03-29T21:08:48.820Z] ---> 82a1c99cfc60 [2021-03-29T21:08:48.820Z] Step 6/22 : COPY go.mod . [2021-03-29T21:08:49.087Z] ---> 4aa6b70603eb [2021-03-29T21:08:49.087Z] Step 7/22 : RUN go mod download [2021-03-29T21:08:49.349Z] ---> Running in 351b78cee0ec [2021-03-29T21:08:50.309Z] Removing intermediate container c2160e89a0d7 [2021-03-29T21:08:50.309Z] ---> d752ed4bda45 [2021-03-29T21:08:50.309Z] Step 8/31 : COPY . . [2021-03-29T21:08:50.309Z] Removing intermediate container a6a40d400efd [2021-03-29T21:08:50.309Z] ---> f68880e171ad [2021-03-29T21:08:50.309Z] Step 8/26 : COPY . . [2021-03-29T21:08:51.731Z] Removing intermediate container 592fc261de9c [2021-03-29T21:08:51.731Z] ---> 56297cfe19ac [2021-03-29T21:08:51.731Z] Step 8/23 : COPY . . [2021-03-29T21:08:57.682Z] Removing intermediate container 351b78cee0ec [2021-03-29T21:08:57.682Z] ---> d9e580135697 [2021-03-29T21:08:57.682Z] Step 8/22 : COPY . . [2021-03-29T21:09:30.073Z] ---> d4498e438b90 [2021-03-29T21:09:30.073Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T21:09:30.073Z] ---> b8d3fa314b4d [2021-03-29T21:09:30.073Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T21:09:30.073Z] ---> Running in 0f29e3476461 [2021-03-29T21:09:30.073Z] ---> Running in 287c553b820d [2021-03-29T21:09:30.073Z] ---> d1ab4f691d76 [2021-03-29T21:09:30.073Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T21:09:30.073Z] ---> Running in 29a80cdc9222 [2021-03-29T21:09:30.073Z] ---> 3a87eaaeb041 [2021-03-29T21:09:30.073Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T21:09:30.073Z] ---> Running in a87678339d2e [2021-03-29T21:09:30.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T21:09:30.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T21:09:30.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T21:09:30.073Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T21:10:09.073Z] Removing intermediate container 0f29e3476461 [2021-03-29T21:10:09.073Z] ---> 3472aa6a3abf [2021-03-29T21:10:09.073Z] [2021-03-29T21:10:09.073Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T21:10:09.073Z] ---> 42cb162f0360 [2021-03-29T21:10:09.073Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T21:10:09.073Z] Removing intermediate container 287c553b820d [2021-03-29T21:10:09.073Z] ---> c1561a7b932b [2021-03-29T21:10:09.073Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T21:10:09.073Z] ---> Running in 7fd3dad0ed6b [2021-03-29T21:10:09.073Z] ---> Running in 4a558cea180d [2021-03-29T21:10:09.658Z] Removing intermediate container a87678339d2e [2021-03-29T21:10:09.658Z] ---> e6820dfd35cf [2021-03-29T21:10:09.659Z] [2021-03-29T21:10:09.659Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:10:09.659Z] ---> 42cb162f0360 [2021-03-29T21:10:09.659Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:10:09.659Z] ---> Using cache [2021-03-29T21:10:09.659Z] ---> c8934d2454ee [2021-03-29T21:10:09.659Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:10:09.659Z] ---> Using cache [2021-03-29T21:10:09.659Z] ---> e86680a4fdd9 [2021-03-29T21:10:09.659Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T21:10:09.924Z] Removing intermediate container 4a558cea180d [2021-03-29T21:10:09.924Z] ---> 08a8fcca4786 [2021-03-29T21:10:09.924Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T21:10:10.888Z] ---> Running in 448983f15534 [2021-03-29T21:10:10.888Z] ---> Running in 65390be11da5 [2021-03-29T21:10:10.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T21:10:11.159Z] Removing intermediate container 448983f15534 [2021-03-29T21:10:11.159Z] ---> bdf4a6b49236 [2021-03-29T21:10:11.159Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:10:11.760Z] ---> Running in 8bf29a6f0056 [2021-03-29T21:10:12.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:12.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:12.304Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:10:12.304Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T21:10:12.304Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:12.304Z] OK: 6 MiB in 16 packages [2021-03-29T21:10:12.574Z] Removing intermediate container 8bf29a6f0056 [2021-03-29T21:10:12.574Z] ---> 30ea787df585 [2021-03-29T21:10:12.574Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:10:13.541Z] ---> 06bfb26cb10f [2021-03-29T21:10:13.541Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T21:10:13.810Z] Removing intermediate container 29a80cdc9222 [2021-03-29T21:10:13.810Z] ---> 6beebff306ac [2021-03-29T21:10:13.810Z] [2021-03-29T21:10:13.810Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:10:13.810Z] ---> 42cb162f0360 [2021-03-29T21:10:13.810Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T21:10:13.810Z] ---> Running in 2c7a802cb773 [2021-03-29T21:10:14.075Z] Removing intermediate container 65390be11da5 [2021-03-29T21:10:14.075Z] ---> c88490d0db88 [2021-03-29T21:10:14.075Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T21:10:14.343Z] ---> Running in fc87249a749f [2021-03-29T21:10:14.343Z] Removing intermediate container 2c7a802cb773 [2021-03-29T21:10:14.343Z] ---> cc4d59d34c2b [2021-03-29T21:10:14.343Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T21:10:14.343Z] Removing intermediate container 7fd3dad0ed6b [2021-03-29T21:10:14.343Z] ---> 1459dc410187 [2021-03-29T21:10:14.343Z] [2021-03-29T21:10:14.343Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T21:10:14.343Z] ---> 9fee2bc90f97 [2021-03-29T21:10:14.343Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T21:10:14.343Z] 20.10.0: Pulling from library/docker [2021-03-29T21:10:14.343Z] ---> Running in 1d9fe1019124 [2021-03-29T21:10:14.610Z] Removing intermediate container fc87249a749f [2021-03-29T21:10:14.610Z] ---> 04f7ca96f336 [2021-03-29T21:10:14.610Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T21:10:14.610Z] ---> Running in b98b272bf3a2 [2021-03-29T21:10:15.209Z] Removing intermediate container 1d9fe1019124 [2021-03-29T21:10:15.209Z] ---> 8640526b229f [2021-03-29T21:10:15.209Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T21:10:15.209Z] ---> 1a6dc9967723 [2021-03-29T21:10:15.209Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T21:10:15.796Z] ---> Running in c466e4728825 [2021-03-29T21:10:15.796Z] ---> Running in 750c0118e2d1 [2021-03-29T21:10:15.796Z] Removing intermediate container b98b272bf3a2 [2021-03-29T21:10:15.796Z] ---> a3e0b7af862e [2021-03-29T21:10:15.796Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T21:10:15.796Z] ---> Running in 4357e46891a9 [2021-03-29T21:10:16.779Z] Removing intermediate container c466e4728825 [2021-03-29T21:10:16.779Z] ---> a2cbc62d3cd8 [2021-03-29T21:10:16.779Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:16.779Z] Removing intermediate container 750c0118e2d1 [2021-03-29T21:10:16.779Z] ---> 297df5473b9b [2021-03-29T21:10:16.779Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:10:16.779Z] ---> Running in 92133317a180 [2021-03-29T21:10:16.779Z] ---> Running in 404ccfcd7213 [2021-03-29T21:10:17.371Z] Removing intermediate container 92133317a180 [2021-03-29T21:10:17.371Z] ---> 056becaa335a [2021-03-29T21:10:17.371Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T21:10:17.371Z] ---> Running in 113640ca8e95 [2021-03-29T21:10:17.963Z] Removing intermediate container 113640ca8e95 [2021-03-29T21:10:17.963Z] ---> ec2cd0c6c99f [2021-03-29T21:10:17.963Z] Step 21/22 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 [2021-03-29T21:10:18.235Z] ---> Running in b954b5c6bad2 [2021-03-29T21:10:18.235Z] Removing intermediate container 4357e46891a9 [2021-03-29T21:10:18.236Z] ---> 1a2402a59d73 [2021-03-29T21:10:18.236Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T21:10:18.824Z] ---> Running in 2d317c771608 [2021-03-29T21:10:19.104Z] Removing intermediate container b954b5c6bad2 [2021-03-29T21:10:19.104Z] ---> b0166bb5ac1a [2021-03-29T21:10:19.104Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:10:19.397Z] Removing intermediate container 404ccfcd7213 [2021-03-29T21:10:19.397Z] ---> e305c17dc39d [2021-03-29T21:10:19.397Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T21:10:19.397Z] ---> Running in 60ab262a4e8a [2021-03-29T21:10:19.398Z] ---> Running in 5c5fdae85696 [2021-03-29T21:10:19.679Z] Removing intermediate container 2d317c771608 [2021-03-29T21:10:19.679Z] ---> cb76b7d3307c [2021-03-29T21:10:19.679Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T21:10:20.656Z] Removing intermediate container 60ab262a4e8a [2021-03-29T21:10:20.656Z] ---> 648dbd841e2d [2021-03-29T21:10:20.656Z] [2021-03-29T21:10:20.923Z] ---> 92783896317c [2021-03-29T21:10:20.923Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T21:10:21.203Z] ---> Running in fbd8235f07c4 [2021-03-29T21:10:21.203Z] Successfully built 648dbd841e2d [2021-03-29T21:10:21.203Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T21:10:21.468Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:21.468Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T21:10:21.468Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T21:10:21.468Z] ---> aefe523efa57 [2021-03-29T21:10:21.468Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T21:10:21.468Z] ---> Running in 883a79becfa3 [2021-03-29T21:10:22.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:22.050Z] Removing intermediate container fbd8235f07c4 [2021-03-29T21:10:22.050Z] ---> df9e25db1e2a [2021-03-29T21:10:22.050Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:10:22.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:22.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:22.315Z] ---> d7b0a3fc090c [2021-03-29T21:10:22.315Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T21:10:22.583Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T21:10:22.583Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T21:10:22.583Z] Executing bash-5.0.17-r0.post-install [2021-03-29T21:10:22.583Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:22.583Z] OK: 12 MiB in 22 packages [2021-03-29T21:10:23.168Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:10:23.168Z] ---> 4e55b516073a [2021-03-29T21:10:23.168Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T21:10:23.168Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T21:10:23.168Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T21:10:23.436Z] Removing intermediate container 883a79becfa3 [2021-03-29T21:10:23.436Z] ---> d1e6658b8221 [2021-03-29T21:10:23.436Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T21:10:23.436Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T21:10:23.436Z] ---> Running in b25bc0e5d3d1 [2021-03-29T21:10:23.436Z] ---> c36a17b35903 [2021-03-29T21:10:23.436Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T21:10:23.702Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T21:10:23.702Z] Removing intermediate container b25bc0e5d3d1 [2021-03-29T21:10:23.702Z] ---> 0944329894b8 [2021-03-29T21:10:23.702Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T21:10:23.702Z] ---> Running in 32e8e21705b0 [2021-03-29T21:10:23.702Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T21:10:23.702Z] ---> d264e93a9789 [2021-03-29T21:10:23.702Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T21:10:23.969Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:23.969Z] Removing intermediate container 32e8e21705b0 [2021-03-29T21:10:23.969Z] ---> 3f715b80ce41 [2021-03-29T21:10:23.969Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T21:10:23.969Z] OK: 8 MiB in 20 packages [2021-03-29T21:10:23.969Z] ---> Running in 883b903ffa5c [2021-03-29T21:10:24.238Z] ---> 6bc683ad9e8b [2021-03-29T21:10:24.238Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T21:10:24.238Z] Removing intermediate container 883b903ffa5c [2021-03-29T21:10:24.238Z] ---> 65485d76dce8 [2021-03-29T21:10:24.238Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T21:10:24.505Z] ---> Running in 6084f9e2bc48 [2021-03-29T21:10:24.778Z] Removing intermediate container 5c5fdae85696 [2021-03-29T21:10:24.778Z] ---> 064ebc0f04bd [2021-03-29T21:10:24.778Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:10:24.778Z] Removing intermediate container 6084f9e2bc48 [2021-03-29T21:10:24.778Z] ---> 089cc9d2bc86 [2021-03-29T21:10:24.778Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T21:10:25.043Z] ---> 6381451b3cbc [2021-03-29T21:10:25.043Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T21:10:25.043Z] ---> 77c572a5a916 [2021-03-29T21:10:25.043Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T21:10:25.043Z] ---> ae0de028328f [2021-03-29T21:10:25.043Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T21:10:25.316Z] ---> b46d6a6e8631 [2021-03-29T21:10:25.316Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T21:10:25.316Z] ---> Running in 85f284b825d4 [2021-03-29T21:10:25.916Z] ---> 3906e518aac9 [2021-03-29T21:10:25.916Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T21:10:25.916Z] ---> 809dede2d05d [2021-03-29T21:10:25.916Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T21:10:25.916Z] ---> Running in a25777255172 [2021-03-29T21:10:26.507Z] ---> 49d04c7828fa [2021-03-29T21:10:26.507Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T21:10:26.507Z] ---> Running in d9510e1c2941 [2021-03-29T21:10:26.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:26.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:26.772Z] Removing intermediate container d9510e1c2941 [2021-03-29T21:10:26.772Z] ---> 014a51dd2160 [2021-03-29T21:10:26.772Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:10:26.772Z] Removing intermediate container 85f284b825d4 [2021-03-29T21:10:26.772Z] ---> c3df33d64ad4 [2021-03-29T21:10:26.772Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T21:10:26.772Z] ---> Running in fc8b9691fd91 [2021-03-29T21:10:26.772Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T21:10:26.772Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T21:10:26.772Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T21:10:26.772Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T21:10:26.772Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T21:10:26.772Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T21:10:26.772Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T21:10:27.066Z] ---> Running in 91eb55dd03ec [2021-03-29T21:10:27.066Z] Removing intermediate container fc8b9691fd91 [2021-03-29T21:10:27.066Z] ---> d730d71062af [2021-03-29T21:10:27.066Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:10:30.408Z] ---> Running in 16fd1a39aa64 [2021-03-29T21:10:30.408Z] Removing intermediate container 91eb55dd03ec [2021-03-29T21:10:30.408Z] ---> 7125aa136b3d [2021-03-29T21:10:30.408Z] Step 28/31 : CMD ["gate"] [2021-03-29T21:10:30.408Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T21:10:30.408Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T21:10:30.408Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T21:10:30.408Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T21:10:30.408Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T21:10:30.408Z] ---> Running in 9323037bc1b2 [2021-03-29T21:10:30.408Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T21:10:30.408Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T21:10:30.677Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T21:10:30.677Z] Removing intermediate container 16fd1a39aa64 [2021-03-29T21:10:30.677Z] ---> 8b16172af2ed [2021-03-29T21:10:30.677Z] Step 22/23 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 [2021-03-29T21:10:30.677Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T21:10:31.256Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T21:10:31.256Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T21:10:31.256Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T21:10:31.522Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T21:10:31.522Z] ---> Running in 68eecbede745 [2021-03-29T21:10:31.522Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T21:10:31.522Z] Removing intermediate container 9323037bc1b2 [2021-03-29T21:10:31.522Z] ---> c683dbdd810d [2021-03-29T21:10:31.522Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T21:10:31.522Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T21:10:31.522Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T21:10:32.104Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T21:10:32.104Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T21:10:32.104Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T21:10:32.685Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T21:10:32.685Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T21:10:32.685Z] ---> Running in 2c7158cdec43 [2021-03-29T21:10:32.685Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T21:10:32.685Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T21:10:32.685Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T21:10:32.685Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T21:10:32.685Z] Removing intermediate container 68eecbede745 [2021-03-29T21:10:32.685Z] ---> 4f81a5f414ea [2021-03-29T21:10:32.685Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:10:32.685Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T21:10:33.647Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:33.647Z] OK: 71 MiB in 55 packages [2021-03-29T21:10:34.227Z] ---> Running in 8b4184245449 [2021-03-29T21:10:34.503Z] Removing intermediate container 2c7158cdec43 [2021-03-29T21:10:34.503Z] ---> fdd55628a03f [2021-03-29T21:10:34.503Z] Step 30/31 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 [2021-03-29T21:10:34.771Z] ---> Running in ac3187f9878e [2021-03-29T21:10:34.771Z] Removing intermediate container 8b4184245449 [2021-03-29T21:10:34.771Z] ---> ba1f49d2b7e2 [2021-03-29T21:10:34.771Z] [2021-03-29T21:10:35.038Z] Successfully built ba1f49d2b7e2 [2021-03-29T21:10:35.306Z] Successfully tagged docker-core-data-go:latest [2021-03-29T21:10:35.306Z]  Building docker-core-data-go ... done Removing intermediate container ac3187f9878e [2021-03-29T21:10:35.306Z] ---> ff9deab30d27 [2021-03-29T21:10:35.306Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T21:10:39.930Z] ---> Running in b1c0f7e1b923 [2021-03-29T21:10:39.930Z] Removing intermediate container a25777255172 [2021-03-29T21:10:39.930Z] ---> 064189afb7ad [2021-03-29T21:10:39.930Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T21:10:39.930Z] ---> Running in 117fae5ca89d [2021-03-29T21:10:39.930Z] Removing intermediate container b1c0f7e1b923 [2021-03-29T21:10:39.930Z] ---> b396e8e823db [2021-03-29T21:10:39.930Z] [2021-03-29T21:10:39.930Z] Successfully built b396e8e823db [2021-03-29T21:10:39.930Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T21:10:41.335Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-03-29T21:10:41.335Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T21:10:41.335Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T21:10:41.601Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T21:10:42.189Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T21:10:42.189Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T21:10:42.189Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T21:10:42.189Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T21:10:42.787Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T21:10:42.787Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T21:10:43.055Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T21:10:43.055Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T21:10:43.055Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T21:10:43.055Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T21:10:43.321Z] Collecting PyYAML<4,>=3.10 [2021-03-29T21:10:43.321Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T21:10:44.732Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T21:10:44.732Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T21:10:44.732Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T21:10:44.732Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T21:10:44.732Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T21:10:45.321Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T21:10:45.321Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T21:10:45.321Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-29T21:10:45.321Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-29T21:10:45.321Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T21:10:45.321Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T21:10:45.589Z] Collecting idna<2.8,>=2.5 [2021-03-29T21:10:45.589Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T21:10:45.589Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T21:10:45.589Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T21:10:45.589Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T21:10:45.589Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T21:10:45.854Z] Installing collected packages: docopt, docker-pycreds, websocket-client, urllib3, idna, requests, docker, texttable, cached-property, jsonschema, PyYAML, dockerpty, docker-compose [2021-03-29T21:10:45.855Z] Running setup.py install for docopt: started [2021-03-29T21:10:46.119Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T21:10:46.385Z] Attempting uninstall: urllib3 [2021-03-29T21:10:46.385Z] Found existing installation: urllib3 1.25.9 [2021-03-29T21:10:46.385Z] Uninstalling urllib3-1.25.9: [2021-03-29T21:10:46.385Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T21:10:46.650Z] Attempting uninstall: idna [2021-03-29T21:10:46.650Z] Found existing installation: idna 2.9 [2021-03-29T21:10:46.650Z] Uninstalling idna-2.9: [2021-03-29T21:10:46.650Z] Successfully uninstalled idna-2.9 [2021-03-29T21:10:46.915Z] Attempting uninstall: requests [2021-03-29T21:10:46.915Z] Found existing installation: requests 2.23.0 [2021-03-29T21:10:46.915Z] Uninstalling requests-2.23.0: [2021-03-29T21:10:46.915Z] Successfully uninstalled requests-2.23.0 [2021-03-29T21:10:47.497Z] Running setup.py install for texttable: started [2021-03-29T21:10:47.763Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T21:10:48.028Z] Running setup.py install for PyYAML: started [2021-03-29T21:10:48.648Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T21:10:48.649Z] Running setup.py install for dockerpty: started [2021-03-29T21:10:49.408Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T21:10:49.408Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-29T21:10:53.726Z] Removing intermediate container 117fae5ca89d [2021-03-29T21:10:53.726Z] ---> 4d01e6de5330 [2021-03-29T21:10:53.726Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T21:10:53.726Z] ---> Running in eb9524508782 [2021-03-29T21:10:53.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:53.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:54.254Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:10:54.254Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T21:10:54.254Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T21:10:54.254Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:54.254Z] OK: 72 MiB in 58 packages [2021-03-29T21:10:54.833Z] Removing intermediate container eb9524508782 [2021-03-29T21:10:54.833Z] ---> 67af70bf78bb [2021-03-29T21:10:54.833Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T21:10:55.096Z] ---> Running in eb26916fdb54 [2021-03-29T21:10:55.096Z] Removing intermediate container eb26916fdb54 [2021-03-29T21:10:55.096Z] ---> 41aa070e0a58 [2021-03-29T21:10:55.096Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:10:55.362Z] ---> Running in 4edec72b4b59 [2021-03-29T21:10:55.362Z] Removing intermediate container 4edec72b4b59 [2021-03-29T21:10:55.362Z] ---> 407ebd22d8a6 [2021-03-29T21:10:55.362Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T21:10:55.628Z] ---> Running in b8494cded858 [2021-03-29T21:10:55.628Z] Removing intermediate container b8494cded858 [2021-03-29T21:10:55.628Z] ---> ab8e0199db46 [2021-03-29T21:10:55.628Z] Step 25/26 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 [2021-03-29T21:10:55.891Z] ---> Running in c2ecd897e8f3 [2021-03-29T21:10:55.891Z] Removing intermediate container c2ecd897e8f3 [2021-03-29T21:10:55.891Z] ---> c9a808094728 [2021-03-29T21:10:55.891Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T21:10:56.153Z] ---> Running in 0d932a7c3ae5 [2021-03-29T21:10:56.153Z] Removing intermediate container 0d932a7c3ae5 [2021-03-29T21:10:56.153Z] ---> 01ef96139db6 [2021-03-29T21:10:56.153Z] [2021-03-29T21:10:56.418Z] Successfully built 01ef96139db6 [2021-03-29T21:10:56.418Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T21:10:57.009Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T21:10:57.028Z] $ docker stop --time=1 3e9cee5cd199e0ff6302e08f3a799023d7010f83a3c3fd92cf63b4231b8175f3 [2021-03-29T21:10:58.777Z] $ docker rm -f 3e9cee5cd199e0ff6302e08f3a799023d7010f83a3c3fd92cf63b4231b8175f3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T21:10:59.354Z] + docker images [2021-03-29T21:10:59.354Z] + grep docker [2021-03-29T21:10:59.618Z] docker-sys-mgmt-agent-go latest 01ef96139db6 3 seconds ago 314MB [2021-03-29T21:10:59.618Z] docker-security-bootstrapper-go latest b396e8e823db 20 seconds ago 18.9MB [2021-03-29T21:10:59.618Z] docker-core-data-go latest ba1f49d2b7e2 25 seconds ago 22.7MB [2021-03-29T21:10:59.618Z] docker-support-scheduler-go latest 648dbd841e2d 39 seconds ago 17.4MB [2021-03-29T21:10:59.618Z] docker-security-secretstore-setup-go latest 12e2ddc595c0 2 minutes ago 25.7MB [2021-03-29T21:10:59.618Z] docker-core-metadata-go latest 4f28bce4e2d0 2 minutes ago 19MB [2021-03-29T21:10:59.618Z] docker-core-command-go latest efafe0f74271 2 minutes ago 17.3MB [2021-03-29T21:10:59.618Z] docker-support-notifications-go latest d14d445b3fd1 2 minutes ago 17.9MB [2021-03-29T21:10:59.618Z] docker-security-proxy-setup-go latest 08e120de9b08 2 minutes ago 25.4MB [2021-03-29T21:10:59.618Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-29T21:11:15.286Z] Still waiting to schedule task [2021-03-29T21:11:15.286Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T21:12:08.219Z] Running on prd-ubuntu18.04-docker-8c-8g-31864 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws [2021-03-29T21:12:08.280Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-29T21:12:10.532Z] using credential edgex-jenkins-ssh [2021-03-29T21:12:10.607Z] Cloning the remote Git repository [2021-03-29T21:12:10.634Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:12:10.702Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-29T21:12:10.787Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:12:10.788Z] > git --version # timeout=10 [2021-03-29T21:12:10.798Z] > git --version # 'git version 2.17.1' [2021-03-29T21:12:10.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:12:10.824Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:12:17.456Z] Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T21:12:18.080Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [2021-03-29T21:12:16.978Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:12:16.983Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:12:17.001Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:12:17.014Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:12:17.014Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:12:17.018Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T21:12:17.467Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:12:17.471Z] > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:12:19.913Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:12:20.801Z] ---> package-listing.sh [2021-03-29T21:12:20.801Z] ++ facter osfamily [2021-03-29T21:12:20.801Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T21:12:20.801Z] + OS_FAMILY=redhat [2021-03-29T21:12:20.801Z] + workspace=/w/workspace/edgex-go/4 [2021-03-29T21:12:20.801Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T21:12:20.801Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T21:12:20.801Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T21:12:20.801Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T21:12:20.801Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-29T21:12:20.801Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T21:12:20.801Z] + case "${OS_FAMILY}" in [2021-03-29T21:12:20.801Z] + rpm -qa [2021-03-29T21:12:20.801Z] + sort [2021-03-29T21:12:26.102Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T21:12:26.102Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T21:12:26.102Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T21:12:26.102Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-29T21:12:26.102Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-29T21:12:26.102Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-29T21:12:26.117Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T21:12:26.431Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:12:26.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:12:26.751Z] [2021-03-29T21:12:26.751Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:12:27.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:12:27.100Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T21:12:27.100Z] df20fa9351a1: Pulling fs layer [2021-03-29T21:12:27.100Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T21:12:27.100Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T21:12:27.100Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T21:12:27.100Z] 93b61091891f: Pulling fs layer [2021-03-29T21:12:27.100Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T21:12:27.100Z] 5e14af77c1be: Pulling fs layer [2021-03-29T21:12:27.100Z] 01666e4c0597: Pulling fs layer [2021-03-29T21:12:27.100Z] aa168da1d23b: Pulling fs layer [2021-03-29T21:12:27.100Z] 46f8f816bc3b: Waiting [2021-03-29T21:12:27.100Z] 93b61091891f: Waiting [2021-03-29T21:12:27.100Z] 93b9cdb0e59b: Waiting [2021-03-29T21:12:27.100Z] 5e14af77c1be: Waiting [2021-03-29T21:12:27.100Z] 01666e4c0597: Waiting [2021-03-29T21:12:27.100Z] aa168da1d23b: Waiting [2021-03-29T21:12:27.100Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T21:12:27.100Z] 36b3adc4ff6f: Download complete [2021-03-29T21:12:27.101Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T21:12:27.101Z] 46f8f816bc3b: Download complete [2021-03-29T21:12:27.367Z] df20fa9351a1: Verifying Checksum [2021-03-29T21:12:27.367Z] df20fa9351a1: Download complete [2021-03-29T21:12:27.367Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T21:12:27.367Z] 93b9cdb0e59b: Download complete [2021-03-29T21:12:27.367Z] 5e14af77c1be: Verifying Checksum [2021-03-29T21:12:27.367Z] 5e14af77c1be: Download complete [2021-03-29T21:12:27.367Z] 93b61091891f: Verifying Checksum [2021-03-29T21:12:27.367Z] 93b61091891f: Download complete [2021-03-29T21:12:27.367Z] 01666e4c0597: Verifying Checksum [2021-03-29T21:12:27.367Z] 01666e4c0597: Download complete [2021-03-29T21:12:27.367Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T21:12:27.367Z] 8ad3a11d3b57: Download complete [2021-03-29T21:12:27.632Z] df20fa9351a1: Pull complete [2021-03-29T21:12:27.905Z] 36b3adc4ff6f: Pull complete [2021-03-29T21:12:29.303Z] aa168da1d23b: Verifying Checksum [2021-03-29T21:12:29.303Z] aa168da1d23b: Download complete [2021-03-29T21:12:29.303Z] 8ad3a11d3b57: Pull complete [2021-03-29T21:12:29.568Z] 46f8f816bc3b: Pull complete [2021-03-29T21:12:29.830Z] 93b61091891f: Pull complete [2021-03-29T21:12:30.092Z] 93b9cdb0e59b: Pull complete [2021-03-29T21:12:30.355Z] 5e14af77c1be: Pull complete [2021-03-29T21:12:30.355Z] 01666e4c0597: Pull complete [2021-03-29T21:12:40.459Z] aa168da1d23b: Pull complete [2021-03-29T21:12:40.459Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T21:12:40.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:12:40.459Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T21:12:40.650Z] prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container [2021-03-29T21:12:40.705Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-29T21:12:43.979Z] $ docker top 52382b7c572a8de8177388557affb2d658771bb2b8a5e698faba868624ed051c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:12:44.490Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T21:12:44.803Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T21:12:45.108Z] + ls /var/log/sa-host [2021-03-29T21:12:45.108Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T21:12:45.108Z] file_magic: OK [2021-03-29T21:12:45.108Z] HZ: Using current value: 100 [2021-03-29T21:12:45.108Z] file_header: OK [2021-03-29T21:12:45.108Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T21:12:45.108Z] Statistics: [2021-03-29T21:12:45.108Z] Hnuu...uuuununununu... [2021-03-29T21:12:45.108Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T21:12:45.108Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T21:12:45.108Z] file_magic: OK [2021-03-29T21:12:45.108Z] HZ: Using current value: 100 [2021-03-29T21:12:45.108Z] file_header: OK [2021-03-29T21:12:45.108Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T21:12:45.108Z] Statistics: [2021-03-29T21:12:45.108Z] 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... [2021-03-29T21:12:45.108Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T21:12:45.321Z] provisioning config files... [2021-03-29T21:12:45.341Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7988885017372444076tmp [Pipeline] { [Pipeline] echo [2021-03-29T21:12:45.416Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:12:45.725Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T21:12:45.735Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T21:12:45.859Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:12:46.164Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T21:12:46.175Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:12:46.476Z] ---> sudo-logs.sh [2021-03-29T21:12:46.476Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T21:12:46.551Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:12:46.853Z] ---> job-cost.sh [2021-03-29T21:12:46.853Z] lf-activate-venv: SKIPPING [2021-03-29T21:12:46.853Z] INFO: No Stack... [2021-03-29T21:12:47.798Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T21:12:48.372Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T21:12:48.387Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:12:48.687Z] ---> logs-deploy.sh [2021-03-29T21:12:48.688Z] lf-activate-venv: SKIPPING [2021-03-29T21:12:48.688Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3314/4 [2021-03-29T21:12:48.688Z] INFO: archiving workspace using pattern(s): [2021-03-29T21:12:50.609Z] Archives upload complete. [2021-03-29T21:12:50.609Z] INFO: archiving logs to Nexus