Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55+ffa292a08661baeb026f188275a19c5914c89a0e (1565aaa395344b7d599a8ccf1a883d9ab8c8b8af) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32239 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/48 [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/48 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 Merge succeeded, producing f415019efd607e65978b74d2e103af9d7ecc09df Checking out Revision f415019efd607e65978b74d2e103af9d7ecc09df (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # 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 ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f415019efd607e65978b74d2e103af9d7ecc09df # timeout=10 Commit message: "Merge commit 'ffa292a08661baeb026f188275a19c5914c89a0e' into HEAD" > git rev-list --no-walk 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T12:44:14.127Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T12:44:14.450Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T12:44:14.546Z] ========================================================= [2021-03-31T12:44:14.546Z] EdgeX Global Pipelines Version Info [2021-03-31T12:44:14.546Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:44:16.070Z] ------------------- [2021-03-31T12:44:16.070Z] stable info: [2021-03-31T12:44:16.070Z] ------------------- [2021-03-31T12:44:16.070Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T12:44:16.070Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T12:44:16.070Z] Message: update stable to v1.0.186 [2021-03-31T12:44:17.018Z] ------------------- [2021-03-31T12:44:17.018Z] experimental info: [2021-03-31T12:44:17.018Z] ------------------- [2021-03-31T12:44:17.018Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T12:44:17.018Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T12:44:17.018Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T12:44:17.266Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T12:44:17.353Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T12:44:17.437Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T12:44:17.520Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T12:44:17.601Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T12:44:17.692Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T12:44:17.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T12:44:17.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T12:44:17.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T12:44:18.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T12:44:18.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T12:44:18.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T12:44:18.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T12:44:18.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T12:44:18.489Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:44:18.573Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:44:18.655Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T12:44:18.737Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T12:44:18.836Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T12:44:19.008Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T12:44:19.105Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T12:44:19.193Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T12:44:19.281Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T12:44:19.378Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T12:44:19.466Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-31T12:44:19.559Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f415019efd607e65978b74d2e103af9d7ecc09df [Pipeline] echo [2021-03-31T12:44:19.667Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f415019 [Pipeline] echo [2021-03-31T12:44:19.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:44:19.933Z] provisioning config files... [2021-03-31T12:44:19.962Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/48@tmp/config4724261038780759088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:44:20.340Z] ---> docker-login.sh [2021-03-31T12:44:20.340Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:44:20.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:20.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:20.600Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:20.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:20.600Z] [2021-03-31T12:44:20.600Z] Login Succeeded [2021-03-31T12:44:20.600Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:44:20.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:20.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:20.863Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:20.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:20.863Z] [2021-03-31T12:44:20.863Z] Login Succeeded [2021-03-31T12:44:20.863Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:44:20.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:21.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:21.124Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:21.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:21.124Z] [2021-03-31T12:44:21.124Z] Login Succeeded [2021-03-31T12:44:21.124Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:44:21.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:21.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:21.124Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:21.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:21.124Z] [2021-03-31T12:44:21.124Z] Login Succeeded [2021-03-31T12:44:21.124Z] docker.io [2021-03-31T12:44:21.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:21.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:21.649Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:21.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:21.649Z] [2021-03-31T12:44:21.649Z] Login Succeeded [2021-03-31T12:44:21.649Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:44:21.658Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:44:22.194Z] ++ 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-31T12:44:22.194Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:22.194Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T12:44:22.194Z] ++ cut -d/ -f2 [2021-03-31T12:44:22.194Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T12:44:22.194Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:22.194Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T12:44:22.194Z] ++ cut -d/ -f2 [2021-03-31T12:44:22.194Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T12:44:22.194Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:22.194Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T12:44:22.194Z] ++ cut -d/ -f2 [2021-03-31T12:44:22.194Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T12:44:22.194Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:22.194Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T12:44:22.194Z] ++ cut -d/ -f2 [2021-03-31T12:44:22.194Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T12:44:22.194Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:22.194Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T12:44:22.194Z] ++ cut -d/ -f2 [2021-03-31T12:44:22.194Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T12:44:22.194Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:22.194Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:44:22.194Z] ++ cut -d/ -f2 [2021-03-31T12:44:22.194Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:44:22.194Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:22.194Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T12:44:22.194Z] ++ cut -d/ -f2 [2021-03-31T12:44:22.194Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T12:44:22.194Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:22.194Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T12:44:22.194Z] ++ cut -d/ -f2 [2021-03-31T12:44:22.194Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T12:44:22.194Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:22.194Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T12:44:22.194Z] ++ cut -d/ -f2 [2021-03-31T12:44:22.194Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T12:44:22.265Z] 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-31T12:44:23.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:44:23.132Z] [2021-03-31T12:44:23.132Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:44:23.472Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:44:23.472Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T12:44:23.472Z] 31603596830f: Pulling fs layer [2021-03-31T12:44:23.472Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T12:44:23.472Z] 6ca5941a6612: Pulling fs layer [2021-03-31T12:44:23.472Z] ecc8261a40a4: Pulling fs layer [2021-03-31T12:44:23.472Z] ecc8261a40a4: Waiting [2021-03-31T12:44:23.472Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T12:44:23.472Z] 2a8b12db71e7: Download complete [2021-03-31T12:44:23.472Z] 31603596830f: Verifying Checksum [2021-03-31T12:44:23.472Z] 31603596830f: Download complete [2021-03-31T12:44:23.733Z] ecc8261a40a4: Verifying Checksum [2021-03-31T12:44:23.733Z] ecc8261a40a4: Download complete [2021-03-31T12:44:23.733Z] 6ca5941a6612: Verifying Checksum [2021-03-31T12:44:23.733Z] 6ca5941a6612: Download complete [2021-03-31T12:44:23.995Z] 31603596830f: Pull complete [2021-03-31T12:44:23.995Z] 2a8b12db71e7: Pull complete [2021-03-31T12:44:24.943Z] 6ca5941a6612: Pull complete [2021-03-31T12:44:25.204Z] ecc8261a40a4: Pull complete [2021-03-31T12:44:25.204Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T12:44:25.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:44:25.204Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T12:44:25.357Z] prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container [2021-03-31T12:44:25.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T12:44:27.946Z] $ docker top b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T12:44:28.231Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:44:28.231Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:44:28.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:44:28.449Z] $ docker exec b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d ssh-agent [2021-03-31T12:44:28.613Z] SSH_AUTH_SOCK=/tmp/ssh-kZstc1q7lcTy/agent.12 [2021-03-31T12:44:28.613Z] SSH_AGENT_PID=17 [2021-03-31T12:44:28.626Z] Running ssh-add (command line suppressed) [2021-03-31T12:44:28.739Z] Identity added: /w/workspace/edgex-go/48@tmp/private_key_2725971440452537132.key (/w/workspace/edgex-go/48@tmp/private_key_2725971440452537132.key) [2021-03-31T12:44:28.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:44:29.126Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T12:44:29.147Z] $ docker exec --env ******** --env ******** b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d ssh-agent -k [2021-03-31T12:44:29.250Z] unset SSH_AUTH_SOCK; [2021-03-31T12:44:29.251Z] unset SSH_AGENT_PID; [2021-03-31T12:44:29.251Z] echo Agent pid 17 killed; [2021-03-31T12:44:29.293Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T12:44:29.431Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:44:29.431Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:44:29.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:44:29.623Z] $ docker exec b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d ssh-agent [2021-03-31T12:44:29.790Z] SSH_AUTH_SOCK=/tmp/ssh-BwwJS3Yrhj5x/agent.47 [2021-03-31T12:44:29.790Z] SSH_AGENT_PID=52 [2021-03-31T12:44:29.797Z] Running ssh-add (command line suppressed) [2021-03-31T12:44:29.916Z] Identity added: /w/workspace/edgex-go/48@tmp/private_key_9129742436220227753.key (/w/workspace/edgex-go/48@tmp/private_key_9129742436220227753.key) [2021-03-31T12:44:29.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:44:30.299Z] + git semver init [2021-03-31T12:44:30.299Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T12:44:30.299Z] # $GIT_DIR = /w/workspace/edgex-go/48/.git [2021-03-31T12:44:30.299Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/48 [2021-03-31T12:44:30.299Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T12:44:30.299Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T12:44:30.299Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T12:44:30.299Z] # $SEMVER_BRANCH = PR-3234 [2021-03-31T12:44:30.299Z] # $SEMVER_TEMP = /tmp/semver-379711429 [2021-03-31T12:44:30.299Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T12:44:48.497Z] # '/tmp/semver-379711429' -> '/w/workspace/edgex-go/48/.semver' [2021-03-31T12:44:48.497Z] # -> Force: false [2021-03-31T12:44:48.497Z] # $SEMVER_DIR = /w/workspace/edgex-go/48/.semver [Pipeline] } [2021-03-31T12:44:48.511Z] $ docker exec --env ******** --env ******** b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d ssh-agent -k [2021-03-31T12:44:48.737Z] unset SSH_AUTH_SOCK; [2021-03-31T12:44:48.738Z] unset SSH_AGENT_PID; [2021-03-31T12:44:48.738Z] echo Agent pid 52 killed; [2021-03-31T12:44:48.803Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:44:49.334Z] + git semver [Pipeline] } [2021-03-31T12:44:49.353Z] $ docker stop --time=1 b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d [2021-03-31T12:44:50.905Z] $ docker rm -f b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:44:51.428Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T12:44:51.939Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T12:44:51.942Z] [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-31T12:44:52.765Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:44:53.063Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:44:53.368Z] + sudo service docker restart [2021-03-31T12:44:53.368Z] + true [2021-03-31T12:44:53.368Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T12:44:53.954Z] ========================================================= [2021-03-31T12:44:53.954Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T12:44:53.954Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:44:54.289Z] + 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-31T12:44:57.625Z] Sending build context to Docker daemon 328.9MB [2021-03-31T12:44:57.625Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:44:57.625Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:44:57.625Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T12:44:57.625Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T12:44:57.625Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T12:44:57.625Z] de9db76c5a1d: Pulling fs layer [2021-03-31T12:44:57.625Z] bca2f99d35d6: Pulling fs layer [2021-03-31T12:44:57.625Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T12:44:57.625Z] 7c6f9722023f: Pulling fs layer [2021-03-31T12:44:57.625Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T12:44:57.625Z] bca2f99d35d6: Waiting [2021-03-31T12:44:57.625Z] 93359f2a8cfa: Waiting [2021-03-31T12:44:57.625Z] 7c6f9722023f: Waiting [2021-03-31T12:44:57.625Z] a35cf1a2eb13: Waiting [2021-03-31T12:44:57.625Z] de9db76c5a1d: Verifying Checksum [2021-03-31T12:44:57.625Z] de9db76c5a1d: Download complete [2021-03-31T12:44:57.625Z] 0ef7d3d256c8: Download complete [2021-03-31T12:44:57.625Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T12:44:57.625Z] 93359f2a8cfa: Download complete [2021-03-31T12:44:57.890Z] 7c6f9722023f: Verifying Checksum [2021-03-31T12:44:57.890Z] 7c6f9722023f: Download complete [2021-03-31T12:44:57.890Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T12:44:57.890Z] 188c0c94c7c5: Download complete [2021-03-31T12:44:58.470Z] 188c0c94c7c5: Pull complete [2021-03-31T12:44:58.470Z] 0ef7d3d256c8: Pull complete [2021-03-31T12:44:58.732Z] de9db76c5a1d: Pull complete [2021-03-31T12:44:59.685Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T12:44:59.685Z] a35cf1a2eb13: Download complete [2021-03-31T12:45:00.264Z] bca2f99d35d6: Verifying Checksum [2021-03-31T12:45:00.264Z] bca2f99d35d6: Download complete [2021-03-31T12:45:05.615Z] bca2f99d35d6: Pull complete [2021-03-31T12:45:05.615Z] 93359f2a8cfa: Pull complete [2021-03-31T12:45:05.615Z] 7c6f9722023f: Pull complete [2021-03-31T12:45:07.277Z] Still waiting to schedule task [2021-03-31T12:45:07.277Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-31T12:45:10.929Z] a35cf1a2eb13: Pull complete [2021-03-31T12:45:10.929Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T12:45:10.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T12:45:10.929Z] ---> a62c8e92a672 [2021-03-31T12:45:10.929Z] 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-31T12:45:10.929Z] ---> Running in 90af43be1ff2 [2021-03-31T12:45:10.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:45:11.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:45:12.447Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:45:12.447Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:45:12.712Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:45:12.712Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:45:27.671Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:45:27.671Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:45:27.671Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:45:27.671Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:45:27.671Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:45:27.671Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:45:27.671Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:45:27.671Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:45:27.934Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:45:27.934Z] OK: 233 MiB in 51 packages [2021-03-31T12:45:31.256Z] Removing intermediate container 90af43be1ff2 [2021-03-31T12:45:31.257Z] ---> a9c01fa78bed [2021-03-31T12:45:31.257Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:45:31.257Z] ---> Running in 2a07ac9e5d32 [2021-03-31T12:45:31.519Z] Removing intermediate container 2a07ac9e5d32 [2021-03-31T12:45:31.519Z] ---> e10c4bc4da17 [2021-03-31T12:45:31.519Z] Step 5/6 : COPY go.mod . [2021-03-31T12:45:31.782Z] ---> 91ebda67ed5c [2021-03-31T12:45:31.782Z] Step 6/6 : RUN go mod download [2021-03-31T12:45:31.782Z] ---> Running in 81a65d4d1635 [2021-03-31T12:45:53.817Z] Removing intermediate container 81a65d4d1635 [2021-03-31T12:45:53.817Z] ---> e03c726dc6f0 [2021-03-31T12:45:53.817Z] Successfully built e03c726dc6f0 [2021-03-31T12:45:53.817Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:45:54.140Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:45:54.140Z] . [Pipeline] withDockerContainer [2021-03-31T12:45:54.260Z] prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container [2021-03-31T12:45:54.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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 ******** ci-base-image-x86_64 cat [2021-03-31T12:45:55.183Z] $ docker top 4ff73c69e350bd5a0c735ceb5892299b751e9dc56229648cc2d05d1ad28e391e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:45:55.754Z] + go version [2021-03-31T12:45:55.754Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T12:45:55.770Z] $ docker stop --time=1 4ff73c69e350bd5a0c735ceb5892299b751e9dc56229648cc2d05d1ad28e391e [2021-03-31T12:45:57.147Z] $ docker rm -f 4ff73c69e350bd5a0c735ceb5892299b751e9dc56229648cc2d05d1ad28e391e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:45:57.925Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:45:57.925Z] . [Pipeline] withDockerContainer [2021-03-31T12:45:58.025Z] prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container [2021-03-31T12:45:58.069Z] $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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 ******** ci-base-image-x86_64 cat [2021-03-31T12:45:58.749Z] $ docker top 979d1a03c6a9a49267155f1b3382912c01631aacd09665225fc24fd81f5101ec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:45:58.938Z] ========================================================= [2021-03-31T12:45:58.938Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:45:58.938Z] ========================================================= [Pipeline] sh [2021-03-31T12:45:59.230Z] + make test [2021-03-31T12:45:59.230Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:46:07.456Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T12:46:26.385Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:46:28.982Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:46:31.595Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:46:31.595Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:46:33.010Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:46:33.010Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:46:33.010Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:46:33.010Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T12:46:33.976Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:46:34.566Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T12:46:37.171Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:46:37.171Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:46:37.171Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:46:39.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements [2021-03-31T12:46:39.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:46:39.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:46:39.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:46:39.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:46:39.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:46:39.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:46:39.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements [2021-03-31T12:46:40.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.082s coverage: 100.0% of statements [2021-03-31T12:46:43.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.205s coverage: 27.1% of statements [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:46:43.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:46:43.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:46:43.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 71.3% of statements [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:46:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:46:44.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.159s coverage: 82.9% of statements [2021-03-31T12:46:44.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:46:44.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:46:44.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.055s coverage: 78.9% of statements [2021-03-31T12:46:44.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T12:46:47.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.473s coverage: 28.6% of statements [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T12:46:47.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T12:46:47.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T12:46:47.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.145s coverage: 86.7% of statements [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T12:46:47.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T12:46:47.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T12:46:47.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T12:46:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.531s coverage: 92.8% of statements [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T12:46:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T12:46:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 1.0% of statements [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T12:46:50.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T12:46:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements [2021-03-31T12:46:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 79.5% of statements [2021-03-31T12:46:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-03-31T12:46:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-03-31T12:46:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-03-31T12:47:03.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.076s coverage: 94.4% of statements [2021-03-31T12:47:03.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements [2021-03-31T12:47:05.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.250s coverage: 82.6% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.6% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 64.4% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 69.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 38.4% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 87.1% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.773s coverage: 29.1% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.090s coverage: 95.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T12:47:15.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T12:47:15.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-03-31T12:47:15.456Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-31T12:47:15.456Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-31T12:47:15.718Z] GO111MODULE=on go vet ./... [2021-03-31T12:47:24.287Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32242 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T12:47:24.338Z] Running in /w/workspace/edgex-go/48 [Pipeline] { [Pipeline] checkout [2021-03-31T12:47:29.930Z] using credential edgex-jenkins-ssh [2021-03-31T12:47:30.002Z] Cloning the remote Git repository [2021-03-31T12:47:30.067Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:47:30.186Z] > git init /w/workspace/edgex-go/48 # timeout=10 [2021-03-31T12:47:30.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:47:30.265Z] > git --version # timeout=10 [2021-03-31T12:47:30.288Z] > git --version # 'git version 2.17.1' [2021-03-31T12:47:30.290Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:47:30.368Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:47:42.463Z] gofmt -l . [2021-03-31T12:47:42.463Z] [ "`gofmt -l .`" = "" ] [2021-03-31T12:47:42.463Z] ./bin/test-go-mod-tidy.sh [2021-03-31T12:47:43.420Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T12:47:43.986Z] + ls -al . [2021-03-31T12:47:43.986Z] total 780 [2021-03-31T12:47:43.986Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 12:47 . [2021-03-31T12:47:43.987Z] drwxr-xr-x 4 root root 30 Mar 31 12:45 .. [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:44 .dockerignore [2021-03-31T12:47:43.987Z] drwxrwxr-x 8 1001 1001 179 Mar 31 12:44 .git [2021-03-31T12:47:43.987Z] drwxrwxr-x 3 1001 1001 125 Mar 31 12:44 .github [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:44 .gitignore [2021-03-31T12:47:43.987Z] drwx------ 3 1001 1001 60 Mar 31 12:44 .semver [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:44 .sonarcloud.properties [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:44 Attribution.txt [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:44 CONTRIBUTING.md [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:44 Dockerfile.build [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:44 Jenkinsfile [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:44 LICENSE [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:44 Makefile [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:44 README.md [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:44 SECURITY.md [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 12:44 VERSION [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:44 ZMQWindows.md [2021-03-31T12:47:43.987Z] drwxrwxr-x 2 1001 1001 117 Mar 31 12:44 bin [2021-03-31T12:47:43.987Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:44 cmd [2021-03-31T12:47:43.987Z] -rw-r--r-- 1 root root 669470 Mar 31 12:47 coverage.out [2021-03-31T12:47:43.987Z] -rw-r--r-- 1 root root 1057 Mar 31 12:47 go.mod [2021-03-31T12:47:43.987Z] -rw-r--r-- 1 root root 22533 Mar 31 12:47 go.sum [2021-03-31T12:47:43.987Z] drwxrwxr-x 8 1001 1001 127 Mar 31 12:44 internal [2021-03-31T12:47:43.987Z] drwxrwxr-x 4 1001 1001 26 Mar 31 12:44 openapi [2021-03-31T12:47:43.987Z] drwxrwxr-x 4 1001 1001 71 Mar 31 12:44 snap [2021-03-31T12:47:43.987Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:44 version.go [Pipeline] sh [2021-03-31T12:47:44.290Z] + '[' -e coverage.out ] [2021-03-31T12:47:44.290Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T12:47:44.489Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T12:47:44.788Z] + make build [2021-03-31T12:47:44.788Z] 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-31T12:47:49.016Z] 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-31T12:47:50.480Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-03-31T12:47:49.670Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:47:49.694Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:47:49.730Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:47:49.771Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:47:49.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:47:49.787Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:47:50.502Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:47:50.519Z] > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T12:47:51.063Z] Failed in branch arm64 [2021-03-31T12:47:57.283Z] 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-31T12:47:58.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T12:48:00.164Z] 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-31T12:48:00.425Z] 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-31T12:48:02.364Z] 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-31T12:48:03.800Z] 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-31T12:48:05.212Z] 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-31T12:48:06.606Z] 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-31T12:48:07.568Z] 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-31T12:48:08.979Z] 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-31T12:48:11.594Z] $ docker stop --time=1 979d1a03c6a9a49267155f1b3382912c01631aacd09665225fc24fd81f5101ec [2021-03-31T12:48:13.670Z] $ docker rm -f 979d1a03c6a9a49267155f1b3382912c01631aacd09665225fc24fd81f5101ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:48:15.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:48:15.535Z] [2021-03-31T12:48:15.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:48:15.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:48:15.964Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T12:48:15.964Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T12:48:15.964Z] ca9280d653b3: Pulling fs layer [2021-03-31T12:48:15.964Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T12:48:15.964Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T12:48:15.964Z] cbdbe7a5bc2a: Download complete [2021-03-31T12:48:16.563Z] cbdbe7a5bc2a: Pull complete [2021-03-31T12:48:16.563Z] ca9280d653b3: Verifying Checksum [2021-03-31T12:48:16.563Z] ca9280d653b3: Download complete [2021-03-31T12:48:18.041Z] ca9280d653b3: Pull complete [2021-03-31T12:48:18.041Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T12:48:18.041Z] 7e9c9ca2126c: Download complete [2021-03-31T12:48:24.695Z] 7e9c9ca2126c: Pull complete [2021-03-31T12:48:24.695Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T12:48:24.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:48:24.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T12:48:24.874Z] prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container [2021-03-31T12:48:24.927Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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-devops/edgex-compose:latest cat [2021-03-31T12:48:28.022Z] $ docker top b6f788671b31ad1cb0850b23d5d068895c33d7825159d34d5f314c24005f6e7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:48:28.530Z] + docker-compose build --help [2021-03-31T12:48:28.530Z] + grep parallel [2021-03-31T12:48:29.479Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:48:29.493Z] $ docker stop --time=1 b6f788671b31ad1cb0850b23d5d068895c33d7825159d34d5f314c24005f6e7a [2021-03-31T12:48:30.859Z] $ docker rm -f b6f788671b31ad1cb0850b23d5d068895c33d7825159d34d5f314c24005f6e7a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:48:31.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:48:31.535Z] . [Pipeline] withDockerContainer [2021-03-31T12:48:31.648Z] prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container [2021-03-31T12:48:31.698Z] $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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-31T12:48:32.291Z] $ docker top c7696430eca147c5c1ea6ecc0ecfefce0b792c30a7801346cf60eff6cb8729f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:48:32.757Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:48:33.706Z] Building docker-core-command-go ... [2021-03-31T12:48:33.706Z] Building docker-core-data-go ... [2021-03-31T12:48:33.706Z] Building docker-core-metadata-go ... [2021-03-31T12:48:33.706Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:48:33.706Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:48:33.706Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:48:33.706Z] Building docker-support-notifications-go ... [2021-03-31T12:48:33.706Z] Building docker-support-scheduler-go ... [2021-03-31T12:48:33.706Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:48:33.706Z] Building docker-support-notifications-go [2021-03-31T12:48:33.706Z] Building docker-core-command-go [2021-03-31T12:48:33.706Z] Building docker-security-secretstore-setup-go [2021-03-31T12:48:33.706Z] Building docker-support-scheduler-go [2021-03-31T12:48:33.706Z] Building docker-security-bootstrapper-go [2021-03-31T12:49:05.978Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:49:05.978Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:49:05.978Z] ---> e03c726dc6f0 [2021-03-31T12:49:05.978Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T12:49:05.978Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:49:05.978Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:49:05.978Z] ---> e03c726dc6f0 [2021-03-31T12:49:05.978Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:49:05.978Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:49:05.978Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:49:05.978Z] ---> e03c726dc6f0 [2021-03-31T12:49:05.978Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:49:05.978Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:49:05.978Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:49:05.978Z] ---> e03c726dc6f0 [2021-03-31T12:49:05.978Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T12:49:06.242Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:49:06.242Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:49:06.242Z] ---> e03c726dc6f0 [2021-03-31T12:49:06.242Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:49:07.201Z] ---> Running in d300522c1b76 [2021-03-31T12:49:07.201Z] ---> Running in c784cc652161 [2021-03-31T12:49:07.201Z] ---> Running in 1f225c11bb97 [2021-03-31T12:49:07.201Z] ---> Running in 3f06cd016aee [2021-03-31T12:49:07.201Z] ---> Running in 45b1ad1abbc7 [2021-03-31T12:49:07.462Z] Removing intermediate container 1f225c11bb97 [2021-03-31T12:49:07.463Z] ---> 0311fee45e39 [2021-03-31T12:49:07.463Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:49:07.463Z] Removing intermediate container c784cc652161 [2021-03-31T12:49:07.463Z] ---> 1998eb1f9ba9 [2021-03-31T12:49:07.463Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:49:07.463Z] Removing intermediate container d300522c1b76 [2021-03-31T12:49:07.463Z] ---> f4a5ee082059 [2021-03-31T12:49:07.463Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:49:07.463Z] Removing intermediate container 45b1ad1abbc7 [2021-03-31T12:49:07.463Z] ---> c6c6d3508cfa [2021-03-31T12:49:07.463Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:49:07.725Z] Removing intermediate container 3f06cd016aee [2021-03-31T12:49:07.725Z] ---> 6c4b775e5de0 [2021-03-31T12:49:07.725Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:49:07.725Z] ---> Running in f1f0c453c2c2 [2021-03-31T12:49:07.725Z] ---> Running in 4b70cd727a59 [2021-03-31T12:49:07.725Z] ---> Running in a90509424bb3 [2021-03-31T12:49:07.725Z] ---> Running in cccfd450f237 [2021-03-31T12:49:07.725Z] ---> Running in 919ac3add710 [2021-03-31T12:49:10.296Z] Removing intermediate container 919ac3add710 [2021-03-31T12:49:10.296Z] ---> 3b53fc0f66ea [2021-03-31T12:49:10.296Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T12:49:10.296Z] Removing intermediate container f1f0c453c2c2 [2021-03-31T12:49:10.296Z] ---> 0f2d21a20c62 [2021-03-31T12:49:10.296Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T12:49:10.296Z] Removing intermediate container 4b70cd727a59 [2021-03-31T12:49:10.296Z] ---> ed5c31582054 [2021-03-31T12:49:10.296Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T12:49:10.296Z] Removing intermediate container a90509424bb3 [2021-03-31T12:49:10.296Z] ---> 5139403ec6c9 [2021-03-31T12:49:10.296Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T12:49:10.296Z] ---> Running in b8387cf5f466 [2021-03-31T12:49:10.296Z] ---> Running in b744f3849a84 [2021-03-31T12:49:10.296Z] Removing intermediate container cccfd450f237 [2021-03-31T12:49:10.296Z] ---> 551a84b2da96 [2021-03-31T12:49:10.296Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:49:10.296Z] ---> Running in cfcf4797dd56 [2021-03-31T12:49:10.296Z] ---> Running in e48b459dddad [2021-03-31T12:49:10.558Z] ---> Running in 92bd3b4f3d7b [2021-03-31T12:49:11.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:11.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:11.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:11.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:11.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:11.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:11.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:12.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:12.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:12.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:49:12.479Z] OK: 233 MiB in 51 packages [2021-03-31T12:49:12.746Z] OK: 233 MiB in 51 packages [2021-03-31T12:49:12.746Z] OK: 233 MiB in 51 packages [2021-03-31T12:49:12.746Z] OK: 233 MiB in 51 packages [2021-03-31T12:49:13.012Z] OK: 233 MiB in 51 packages [2021-03-31T12:49:13.607Z] Removing intermediate container b8387cf5f466 [2021-03-31T12:49:13.607Z] ---> d6a2a647221f [2021-03-31T12:49:13.607Z] Step 6/31 : COPY go.mod . [2021-03-31T12:49:13.607Z] Removing intermediate container b744f3849a84 [2021-03-31T12:49:13.607Z] ---> 975e03af5682 [2021-03-31T12:49:13.607Z] Step 6/24 : COPY go.mod . [2021-03-31T12:49:13.607Z] Removing intermediate container e48b459dddad [2021-03-31T12:49:13.607Z] ---> 0989fa0065ed [2021-03-31T12:49:13.607Z] Step 6/22 : COPY go.mod . [2021-03-31T12:49:13.882Z] Removing intermediate container cfcf4797dd56 [2021-03-31T12:49:13.882Z] ---> 90139de1f719 [2021-03-31T12:49:13.882Z] Step 6/22 : COPY go.mod . [2021-03-31T12:49:13.882Z] Removing intermediate container 92bd3b4f3d7b [2021-03-31T12:49:13.882Z] ---> a19b7521f89b [2021-03-31T12:49:13.882Z] Step 6/23 : COPY go.mod . [2021-03-31T12:49:14.152Z] ---> 19f33518c28f [2021-03-31T12:49:14.152Z] Step 7/31 : RUN go mod download [2021-03-31T12:49:14.152Z] ---> 211cd8d966ef [2021-03-31T12:49:14.152Z] Step 7/24 : RUN go mod download [2021-03-31T12:49:14.152Z] ---> 57a03d2eb1bb [2021-03-31T12:49:14.152Z] Step 7/22 : RUN go mod download [2021-03-31T12:49:14.152Z] ---> Running in 663c6fa64024 [2021-03-31T12:49:14.426Z] ---> 72f75e218241 [2021-03-31T12:49:14.426Z] Step 7/22 : RUN go mod download [2021-03-31T12:49:14.426Z] ---> 7c6ef2db5e41 [2021-03-31T12:49:14.426Z] Step 7/23 : RUN go mod download [2021-03-31T12:49:14.426Z] ---> Running in 2eb57cd72687 [2021-03-31T12:49:14.696Z] ---> Running in 145969dd9e94 [2021-03-31T12:49:14.696Z] ---> Running in 2b9b8af8b742 [2021-03-31T12:49:14.696Z] ---> Running in 7c02fa53a73b [2021-03-31T12:49:17.284Z] Removing intermediate container 663c6fa64024 [2021-03-31T12:49:17.284Z] ---> bed29056a4ed [2021-03-31T12:49:17.284Z] Step 8/31 : COPY . . [2021-03-31T12:49:17.284Z] Removing intermediate container 2b9b8af8b742 [2021-03-31T12:49:17.284Z] ---> 943915f4f7e2 [2021-03-31T12:49:17.284Z] Step 8/22 : COPY . . [2021-03-31T12:49:17.284Z] Removing intermediate container 145969dd9e94 [2021-03-31T12:49:17.284Z] ---> bfa56cad6169 [2021-03-31T12:49:17.284Z] Step 8/22 : COPY . . [2021-03-31T12:49:17.284Z] Removing intermediate container 2eb57cd72687 [2021-03-31T12:49:17.284Z] ---> 1c90eaecd614 [2021-03-31T12:49:17.284Z] Step 8/24 : COPY . . [2021-03-31T12:49:17.284Z] Removing intermediate container 7c02fa53a73b [2021-03-31T12:49:17.284Z] ---> 1d591e51a858 [2021-03-31T12:49:17.284Z] Step 8/23 : COPY . . [2021-03-31T12:49:56.227Z] ---> e43866aaa834 [2021-03-31T12:49:56.227Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T12:49:56.227Z] ---> 7df689b65f20 [2021-03-31T12:49:56.227Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T12:49:56.227Z] ---> 15c90d27da8c [2021-03-31T12:49:56.227Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T12:49:56.227Z] ---> 0ce4fd345dc7 [2021-03-31T12:49:56.227Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T12:49:56.227Z] ---> Running in 58aca55c44f3 [2021-03-31T12:49:56.227Z] ---> Running in 03efd7b01b07 [2021-03-31T12:49:56.227Z] ---> Running in c132486a4123 [2021-03-31T12:49:56.227Z] ---> Running in 26121af19863 [2021-03-31T12:49:56.227Z] ---> c4e6dcb72005 [2021-03-31T12:49:56.227Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T12:49:56.227Z] ---> Running in 77cea18f91c8 [2021-03-31T12:49:56.227Z] 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-31T12:49:56.227Z] 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-31T12:49:56.227Z] 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-31T12:49:56.227Z] 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-31T12:49:56.227Z] 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-31T12:50:28.496Z] 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-31T12:50:31.072Z] Removing intermediate container 58aca55c44f3 [2021-03-31T12:50:31.072Z] ---> f688db89f479 [2021-03-31T12:50:31.072Z] [2021-03-31T12:50:31.072Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:50:31.072Z] Removing intermediate container 03efd7b01b07 [2021-03-31T12:50:31.072Z] ---> 39f994834cf6 [2021-03-31T12:50:31.072Z] [2021-03-31T12:50:31.072Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T12:50:31.072Z] 3.12: Pulling from library/alpine [2021-03-31T12:50:31.072Z] 3.12: Pulling from library/alpine [2021-03-31T12:50:33.671Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:50:33.671Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:50:33.671Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T12:50:33.671Z] Status: Image is up to date for alpine:3.12 [2021-03-31T12:50:33.671Z] ---> 42cb162f0360 [2021-03-31T12:50:33.671Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:50:35.661Z] ---> 42cb162f0360 [2021-03-31T12:50:35.661Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T12:50:37.125Z] Removing intermediate container 77cea18f91c8 [2021-03-31T12:50:37.125Z] ---> a1691b545ec3 [2021-03-31T12:50:37.125Z] [2021-03-31T12:50:37.125Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T12:50:37.125Z] Removing intermediate container c132486a4123 [2021-03-31T12:50:37.125Z] ---> c416e565de20 [2021-03-31T12:50:37.125Z] [2021-03-31T12:50:37.125Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:50:37.125Z] ---> 42cb162f0360 [2021-03-31T12:50:37.125Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T12:50:37.125Z] ---> 42cb162f0360 [2021-03-31T12:50:37.125Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T12:50:37.125Z] ---> Running in 0eee22c2069d [2021-03-31T12:50:37.125Z] ---> Running in d54def11d0ae [2021-03-31T12:50:37.489Z] ---> Running in 626aaf498a41 [2021-03-31T12:50:37.489Z] Removing intermediate container 26121af19863 [2021-03-31T12:50:37.489Z] ---> d74bd2a7aa0a [2021-03-31T12:50:37.489Z] [2021-03-31T12:50:37.489Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:50:37.489Z] ---> 42cb162f0360 [2021-03-31T12:50:37.489Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:50:37.489Z] ---> Running in ca22e2bb58ac [2021-03-31T12:50:37.755Z] ---> Running in e2b08b41b71a [2021-03-31T12:50:37.755Z] Removing intermediate container 0eee22c2069d [2021-03-31T12:50:37.755Z] ---> 49af83ac89b1 [2021-03-31T12:50:37.755Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T12:50:37.755Z] ---> Running in 19f785864f0a [2021-03-31T12:50:38.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.330Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:38.330Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:38.330Z] OK: 6 MiB in 15 packages [2021-03-31T12:50:38.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.873Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T12:50:38.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.873Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:50:38.873Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T12:50:38.873Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T12:50:38.873Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:38.873Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T12:50:38.873Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:38.873Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:50:38.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:38.873Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T12:50:38.873Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:38.873Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:38.873Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:38.873Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:39.138Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:50:39.138Z] OK: 6 MiB in 15 packages [2021-03-31T12:50:39.138Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:39.138Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T12:50:39.138Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:39.138Z] OK: 6 MiB in 16 packages [2021-03-31T12:50:39.138Z] OK: 6 MiB in 16 packages [2021-03-31T12:50:39.138Z] OK: 7 MiB in 20 packages [2021-03-31T12:50:40.085Z] Removing intermediate container d54def11d0ae [2021-03-31T12:50:40.085Z] ---> e528be0a798e [2021-03-31T12:50:40.085Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:50:40.350Z] ---> Running in 9ede85ea967a [2021-03-31T12:50:40.612Z] Removing intermediate container e2b08b41b71a [2021-03-31T12:50:40.612Z] ---> a5274db001e5 [2021-03-31T12:50:40.612Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:50:41.559Z] Removing intermediate container 19f785864f0a [2021-03-31T12:50:41.559Z] ---> df589345a5b9 [2021-03-31T12:50:41.559Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T12:50:42.131Z] ---> Running in cf0e0ed0a4f4 [2021-03-31T12:50:42.131Z] Removing intermediate container 9ede85ea967a [2021-03-31T12:50:42.131Z] ---> 9a80ca351c0e [2021-03-31T12:50:42.131Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T12:50:42.131Z] ---> Running in 516f0180d846 [2021-03-31T12:50:42.131Z] Removing intermediate container ca22e2bb58ac [2021-03-31T12:50:42.131Z] ---> f78407cf88bc [2021-03-31T12:50:42.131Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:50:42.396Z] Removing intermediate container 626aaf498a41 [2021-03-31T12:50:42.396Z] ---> a8cbc19bac0b [2021-03-31T12:50:42.396Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:50:42.396Z] ---> Running in 9ec14d1b189d [2021-03-31T12:50:42.396Z] ---> Running in 87b3caf7600e [2021-03-31T12:50:42.396Z] ---> Running in 1d07f6588419 [2021-03-31T12:50:42.396Z] Removing intermediate container cf0e0ed0a4f4 [2021-03-31T12:50:42.396Z] ---> 3cd5e56bd524 [2021-03-31T12:50:42.396Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T12:50:42.658Z] Removing intermediate container 516f0180d846 [2021-03-31T12:50:42.658Z] ---> b78dec6dcf4a [2021-03-31T12:50:42.658Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T12:50:42.918Z] ---> Running in 4c498f9c97b4 [2021-03-31T12:50:42.918Z] Removing intermediate container 9ec14d1b189d [2021-03-31T12:50:42.918Z] ---> 4a107ee6cd89 [2021-03-31T12:50:42.918Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:50:43.492Z] ---> Running in a446f5045412 [2021-03-31T12:50:43.492Z] Removing intermediate container 87b3caf7600e [2021-03-31T12:50:43.492Z] ---> c58892c9a792 [2021-03-31T12:50:43.492Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T12:50:43.752Z] Removing intermediate container 1d07f6588419 [2021-03-31T12:50:43.752Z] ---> d7847ec71de5 [2021-03-31T12:50:43.752Z] Step 13/24 : WORKDIR / [2021-03-31T12:50:43.752Z] ---> Running in 8c3aa19c27da [2021-03-31T12:50:43.752Z] ---> Running in b09027aa5609 [2021-03-31T12:50:43.752Z] Removing intermediate container 4c498f9c97b4 [2021-03-31T12:50:43.752Z] ---> 89671e98c732 [2021-03-31T12:50:43.752Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:50:43.752Z] Removing intermediate container a446f5045412 [2021-03-31T12:50:43.752Z] ---> 1f6448c131a4 [2021-03-31T12:50:43.752Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T12:50:43.753Z] ---> Running in 0ecb75bcb3b2 [2021-03-31T12:50:44.015Z] ---> Running in f085d6cec48c [2021-03-31T12:50:44.015Z] ---> Running in 9f6735d21ab8 [2021-03-31T12:50:44.015Z] Removing intermediate container 8c3aa19c27da [2021-03-31T12:50:44.015Z] ---> 6f7db009f0c5 [2021-03-31T12:50:44.015Z] Step 15/23 : WORKDIR / [2021-03-31T12:50:44.015Z] Removing intermediate container b09027aa5609 [2021-03-31T12:50:44.015Z] ---> d4973f91d856 [2021-03-31T12:50:44.015Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:50:44.280Z] ---> Running in 5c6049bb78b6 [2021-03-31T12:50:44.280Z] Removing intermediate container 0ecb75bcb3b2 [2021-03-31T12:50:44.280Z] ---> 7244d6d52b5c [2021-03-31T12:50:44.280Z] 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-31T12:50:44.547Z] ---> Running in a38b4e826c71 [2021-03-31T12:50:44.547Z] Removing intermediate container f085d6cec48c [2021-03-31T12:50:44.547Z] ---> b74acfb6a4cf [2021-03-31T12:50:44.547Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:50:44.818Z] Removing intermediate container a38b4e826c71 [2021-03-31T12:50:44.818Z] ---> 8c526bb63d41 [2021-03-31T12:50:44.818Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:50:44.818Z] Removing intermediate container 5c6049bb78b6 [2021-03-31T12:50:44.818Z] ---> 34a51e830c98 [2021-03-31T12:50:44.818Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:50:44.818Z] ---> 4aec7f9dbffb [2021-03-31T12:50:44.818Z] 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-31T12:50:44.818Z] ---> d7a276b4f013 [2021-03-31T12:50:44.818Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T12:50:45.089Z] ---> da4a65bf4972 [2021-03-31T12:50:45.089Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T12:50:45.360Z] ---> 0212ff0f2e0c [2021-03-31T12:50:45.360Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T12:50:45.360Z] ---> ac097818d5c8 [2021-03-31T12:50:45.360Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T12:50:45.649Z] ---> ff906db5878e [2021-03-31T12:50:45.649Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T12:50:45.918Z] ---> 091b13a72962 [2021-03-31T12:50:45.918Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T12:50:45.918Z] ---> a33862b28321 [2021-03-31T12:50:45.918Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T12:50:45.918Z] Removing intermediate container 9f6735d21ab8 [2021-03-31T12:50:45.918Z] ---> a6f6c97d337d [2021-03-31T12:50:45.918Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T12:50:45.918Z] ---> 2ed95c447ea5 [2021-03-31T12:50:45.918Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T12:50:46.196Z] ---> Running in cd8a342810d5 [2021-03-31T12:50:46.196Z] ---> f6bc01adb764 [2021-03-31T12:50:46.196Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T12:50:46.461Z] ---> Running in 11cc7d33875f [2021-03-31T12:50:46.461Z] ---> d3baafe51c56 [2021-03-31T12:50:46.461Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T12:50:46.461Z] ---> cd078b954abc [2021-03-31T12:50:46.461Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T12:50:46.461Z] Removing intermediate container cd8a342810d5 [2021-03-31T12:50:46.461Z] ---> f392e70f817f [2021-03-31T12:50:46.461Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T12:50:46.461Z] ---> 981bce2bc348 [2021-03-31T12:50:46.461Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T12:50:46.731Z] ---> Running in 6fc3779e4120 [2021-03-31T12:50:46.731Z] ---> Running in d24da04686fc [2021-03-31T12:50:46.731Z] Removing intermediate container 11cc7d33875f [2021-03-31T12:50:46.731Z] ---> 02349cd59d44 [2021-03-31T12:50:46.731Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:50:46.994Z] ---> 54445aaedf81 [2021-03-31T12:50:46.994Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T12:50:46.994Z] ---> Running in 60c3df6d7452 [2021-03-31T12:50:46.994Z] Removing intermediate container d24da04686fc [2021-03-31T12:50:46.994Z] ---> 341470a057f5 [2021-03-31T12:50:46.994Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:50:47.257Z] Removing intermediate container 6fc3779e4120 [2021-03-31T12:50:47.257Z] ---> f42c41cc00a5 [2021-03-31T12:50:47.257Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:50:47.257Z] ---> Running in 93d263a0f940 [2021-03-31T12:50:47.257Z] ---> 3811fa87ea1d [2021-03-31T12:50:47.257Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T12:50:47.257Z] ---> Running in f04a4e500255 [2021-03-31T12:50:47.520Z] ---> Running in 3b20ca26d7f4 [2021-03-31T12:50:47.520Z] Removing intermediate container 60c3df6d7452 [2021-03-31T12:50:47.520Z] ---> dc6f6201b20f [2021-03-31T12:50:47.520Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:50:47.784Z] ---> Running in 8df78892baa8 [2021-03-31T12:50:47.784Z] Removing intermediate container f04a4e500255 [2021-03-31T12:50:47.784Z] ---> bc2955a5a5cc [2021-03-31T12:50:47.784Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:50:47.784Z] ---> 3ff731d7a146 [2021-03-31T12:50:47.784Z] 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-31T12:50:47.784Z] Removing intermediate container 3b20ca26d7f4 [2021-03-31T12:50:47.784Z] ---> 0611dcac96d4 [2021-03-31T12:50:47.784Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:50:48.047Z] ---> Running in caa033063ce0 [2021-03-31T12:50:48.047Z] ---> Running in 5f626089685e [2021-03-31T12:50:48.047Z] ---> Running in eb34bf34e829 [2021-03-31T12:50:48.308Z] Removing intermediate container 8df78892baa8 [2021-03-31T12:50:48.308Z] ---> 426552f1c4d5 [2021-03-31T12:50:48.308Z] Step 21/22 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df [2021-03-31T12:50:48.308Z] Removing intermediate container caa033063ce0 [2021-03-31T12:50:48.308Z] ---> 64a99b56f219 [2021-03-31T12:50:48.308Z] Step 21/22 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df [2021-03-31T12:50:48.572Z] ---> Running in 3837a8197351 [2021-03-31T12:50:48.572Z] Removing intermediate container 5f626089685e [2021-03-31T12:50:48.572Z] ---> 556feb0d79a4 [2021-03-31T12:50:48.572Z] Step 22/23 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df [2021-03-31T12:50:48.572Z] ---> Running in 5b38f14a39da [2021-03-31T12:50:48.835Z] ---> Running in 3602aa49b8f7 [2021-03-31T12:50:48.835Z] Removing intermediate container 3837a8197351 [2021-03-31T12:50:48.835Z] ---> 9bc9c9b7e5cb [2021-03-31T12:50:48.835Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:50:50.066Z] Removing intermediate container 5b38f14a39da [2021-03-31T12:50:50.066Z] ---> 118b55f38d99 [2021-03-31T12:50:50.066Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:50:50.066Z] ---> Running in 4397089da7bc [2021-03-31T12:50:50.066Z] ---> Running in e8c99b8ceb56 [2021-03-31T12:50:50.066Z] Removing intermediate container 3602aa49b8f7 [2021-03-31T12:50:50.066Z] ---> 47d42891d194 [2021-03-31T12:50:50.066Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:50:50.066Z] Removing intermediate container 93d263a0f940 [2021-03-31T12:50:50.066Z] ---> 868c483f97a6 [2021-03-31T12:50:50.066Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:50:50.066Z] ---> Running in 5ee09f83f756 [2021-03-31T12:50:50.066Z] Removing intermediate container 4397089da7bc [2021-03-31T12:50:50.066Z] ---> 553f47f7bfe7 [2021-03-31T12:50:50.066Z] [2021-03-31T12:50:50.066Z] Removing intermediate container e8c99b8ceb56 [2021-03-31T12:50:50.066Z] ---> 373aa0076a18 [2021-03-31T12:50:50.066Z] [2021-03-31T12:50:50.066Z] Removing intermediate container eb34bf34e829 [2021-03-31T12:50:50.066Z] ---> 1433a6b29c3f [2021-03-31T12:50:50.066Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T12:50:50.066Z] ---> eb840b2eea81 [2021-03-31T12:50:50.066Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T12:50:50.066Z] Successfully built 553f47f7bfe7 [2021-03-31T12:50:50.066Z] ---> Running in bc06f3eaae83 [2021-03-31T12:50:50.066Z] Removing intermediate container 5ee09f83f756 [2021-03-31T12:50:50.066Z] ---> 55e95ed46ac5 [2021-03-31T12:50:50.066Z] [2021-03-31T12:50:50.066Z] Successfully built 373aa0076a18 [2021-03-31T12:50:50.066Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T12:50:50.066Z] Building docker-core-data-go [2021-03-31T12:50:50.066Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T12:50:50.066Z] Building docker-core-metadata-go [2021-03-31T12:50:50.333Z]  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Successfully built 55e95ed46ac5 [2021-03-31T12:50:50.333Z] Successfully tagged docker-core-command-go:latest [2021-03-31T12:50:50.333Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-31T12:50:50.597Z] Removing intermediate container bc06f3eaae83 [2021-03-31T12:50:50.597Z] ---> 5fc3ed80c2bc [2021-03-31T12:50:50.597Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T12:50:50.597Z] ---> Running in dad40841c820 [2021-03-31T12:50:50.862Z] ---> cf7900fea92d [2021-03-31T12:50:50.862Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T12:50:50.862Z] Removing intermediate container dad40841c820 [2021-03-31T12:50:50.862Z] ---> cff0551dff31 [2021-03-31T12:50:50.862Z] Step 23/24 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df [2021-03-31T12:50:50.862Z] ---> Running in c7300fe88223 [2021-03-31T12:50:51.129Z] ---> 75f0b3da2573 [2021-03-31T12:50:51.129Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T12:50:51.129Z] Removing intermediate container c7300fe88223 [2021-03-31T12:50:51.129Z] ---> 85e0905bb942 [2021-03-31T12:50:51.129Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T12:50:51.400Z] ---> Running in dc5c1e334379 [2021-03-31T12:50:51.400Z] ---> 9984362f3a17 [2021-03-31T12:50:51.400Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T12:50:51.697Z] Removing intermediate container dc5c1e334379 [2021-03-31T12:50:51.697Z] ---> 29c66300e4a5 [2021-03-31T12:50:51.697Z] [2021-03-31T12:50:51.965Z] Successfully built 29c66300e4a5 [2021-03-31T12:50:52.545Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T12:50:52.546Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T12:50:55.885Z] ---> 97b0b9937631 [2021-03-31T12:50:55.885Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T12:50:56.161Z] ---> Running in 160dfb2f024c [2021-03-31T12:50:58.730Z] Removing intermediate container 160dfb2f024c [2021-03-31T12:50:58.730Z] ---> b85c641c2444 [2021-03-31T12:50:58.730Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T12:50:59.309Z] ---> 1228951875c5 [2021-03-31T12:50:59.309Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T12:50:59.309Z] ---> Running in 4c1bb89ad00a [2021-03-31T12:51:04.640Z] Removing intermediate container 4c1bb89ad00a [2021-03-31T12:51:04.640Z] ---> 480860143138 [2021-03-31T12:51:04.640Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T12:51:04.640Z] ---> Running in bfc43df7e5ca [2021-03-31T12:51:04.640Z] Removing intermediate container bfc43df7e5ca [2021-03-31T12:51:04.640Z] ---> 428501c90ae2 [2021-03-31T12:51:04.640Z] Step 28/31 : CMD ["gate"] [2021-03-31T12:51:04.640Z] ---> Running in 0fda05afe312 [2021-03-31T12:51:04.640Z] Removing intermediate container 0fda05afe312 [2021-03-31T12:51:04.640Z] ---> 9040a2fb469c [2021-03-31T12:51:04.640Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T12:51:08.034Z] ---> Running in 4cff4eb75064 [2021-03-31T12:51:08.313Z] Removing intermediate container 4cff4eb75064 [2021-03-31T12:51:08.313Z] ---> 95a447d6201c [2021-03-31T12:51:08.313Z] Step 30/31 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df [2021-03-31T12:51:08.900Z] ---> Running in a0fef6519c8d [2021-03-31T12:51:09.879Z] Removing intermediate container a0fef6519c8d [2021-03-31T12:51:09.879Z] ---> 5a3d119152fa [2021-03-31T12:51:09.879Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T12:51:13.247Z] ---> Running in 7821c2e40971 [2021-03-31T12:51:14.251Z] Removing intermediate container 7821c2e40971 [2021-03-31T12:51:14.251Z] ---> 85b932fadac0 [2021-03-31T12:51:14.251Z] [2021-03-31T12:51:15.241Z] Successfully built 85b932fadac0 [2021-03-31T12:51:15.241Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T12:51:17.867Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:17.867Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:51:17.867Z] ---> e03c726dc6f0 [2021-03-31T12:51:17.867Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:51:17.867Z] ---> Using cache [2021-03-31T12:51:17.867Z] ---> 6c4b775e5de0 [2021-03-31T12:51:17.867Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:51:17.867Z] ---> Using cache [2021-03-31T12:51:17.867Z] ---> 3b53fc0f66ea [2021-03-31T12:51:17.867Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:51:17.867Z] ---> Using cache [2021-03-31T12:51:17.867Z] ---> d6a2a647221f [2021-03-31T12:51:17.867Z] Step 6/23 : COPY go.mod . [2021-03-31T12:51:17.867Z] ---> Using cache [2021-03-31T12:51:17.867Z] ---> 19f33518c28f [2021-03-31T12:51:17.867Z] Step 7/23 : RUN go mod download [2021-03-31T12:51:17.867Z] ---> Using cache [2021-03-31T12:51:17.867Z] ---> bed29056a4ed [2021-03-31T12:51:17.867Z] Step 8/23 : COPY . . [2021-03-31T12:51:18.240Z] ---> Using cache [2021-03-31T12:51:18.240Z] ---> 15c90d27da8c [2021-03-31T12:51:18.240Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T12:51:18.508Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:18.508Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:51:18.508Z] ---> e03c726dc6f0 [2021-03-31T12:51:18.508Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T12:51:18.508Z] ---> Using cache [2021-03-31T12:51:18.508Z] ---> 6c4b775e5de0 [2021-03-31T12:51:18.508Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:51:18.508Z] ---> Using cache [2021-03-31T12:51:18.508Z] ---> 3b53fc0f66ea [2021-03-31T12:51:18.508Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T12:51:18.508Z] ---> Using cache [2021-03-31T12:51:18.508Z] ---> d6a2a647221f [2021-03-31T12:51:18.508Z] Step 6/21 : COPY go.mod . [2021-03-31T12:51:18.508Z] ---> Using cache [2021-03-31T12:51:18.508Z] ---> 19f33518c28f [2021-03-31T12:51:18.508Z] Step 7/21 : RUN go mod download [2021-03-31T12:51:18.508Z] ---> Using cache [2021-03-31T12:51:18.508Z] ---> bed29056a4ed [2021-03-31T12:51:18.508Z] Step 8/21 : COPY . . [2021-03-31T12:51:18.771Z] ---> Using cache [2021-03-31T12:51:18.771Z] ---> 15c90d27da8c [2021-03-31T12:51:18.771Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T12:51:19.035Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:19.036Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:51:19.036Z] ---> e03c726dc6f0 [2021-03-31T12:51:19.036Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:51:19.036Z] ---> Using cache [2021-03-31T12:51:19.036Z] ---> 6c4b775e5de0 [2021-03-31T12:51:19.036Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:51:19.036Z] ---> Using cache [2021-03-31T12:51:19.036Z] ---> 3b53fc0f66ea [2021-03-31T12:51:19.036Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T12:51:19.618Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:19.618Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:51:19.618Z] ---> e03c726dc6f0 [2021-03-31T12:51:19.618Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T12:51:19.618Z] ---> Using cache [2021-03-31T12:51:19.618Z] ---> 6c4b775e5de0 [2021-03-31T12:51:19.618Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:51:19.618Z] ---> Using cache [2021-03-31T12:51:19.618Z] ---> 3b53fc0f66ea [2021-03-31T12:51:19.618Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T12:51:20.567Z] ---> Running in eba8b19e69f0 [2021-03-31T12:51:20.567Z] ---> Running in 5f824dc3b57a [2021-03-31T12:51:20.567Z] ---> Running in f60851c4f6a1 [2021-03-31T12:51:20.567Z] ---> Running in 7fc0f14c4a48 [2021-03-31T12:51:21.525Z] 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-31T12:51:21.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:21.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:21.797Z] 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-31T12:51:22.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:22.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:22.990Z] OK: 233 MiB in 51 packages [2021-03-31T12:51:22.991Z] OK: 233 MiB in 51 packages [2021-03-31T12:51:24.407Z] Removing intermediate container 7fc0f14c4a48 [2021-03-31T12:51:24.407Z] ---> bc5451097733 [2021-03-31T12:51:24.407Z] Step 6/26 : COPY go.mod . [2021-03-31T12:51:24.407Z] Removing intermediate container eba8b19e69f0 [2021-03-31T12:51:24.407Z] ---> d19ba10d307c [2021-03-31T12:51:24.407Z] Step 6/23 : COPY go.mod . [2021-03-31T12:51:25.014Z] ---> f8d278a3ed10 [2021-03-31T12:51:25.014Z] Step 7/23 : RUN go mod download [2021-03-31T12:51:25.014Z] ---> 4a3d2a8ebd86 [2021-03-31T12:51:25.014Z] Step 7/26 : RUN go mod download [2021-03-31T12:51:25.014Z] ---> Running in 8f093935117b [2021-03-31T12:51:25.014Z] ---> Running in 9687fe7e2b38 [2021-03-31T12:51:28.401Z] Removing intermediate container 8f093935117b [2021-03-31T12:51:28.401Z] ---> 82cae3be1cdf [2021-03-31T12:51:28.401Z] Step 8/26 : COPY . . [2021-03-31T12:51:28.401Z] Removing intermediate container 9687fe7e2b38 [2021-03-31T12:51:28.401Z] ---> e742aefeddda [2021-03-31T12:51:28.401Z] Step 8/23 : COPY . . [2021-03-31T12:51:46.748Z] 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-31T12:51:56.855Z] ---> f2f3efed77b1 [2021-03-31T12:51:56.855Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T12:51:56.855Z] ---> Running in c8f477d5861c [2021-03-31T12:51:56.855Z] Removing intermediate container 5f824dc3b57a [2021-03-31T12:51:56.855Z] ---> fdc67efe3260 [2021-03-31T12:51:56.855Z] [2021-03-31T12:51:56.855Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:51:56.855Z] ---> 42cb162f0360 [2021-03-31T12:51:56.855Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:51:56.855Z] ---> Using cache [2021-03-31T12:51:56.855Z] ---> a5274db001e5 [2021-03-31T12:51:56.855Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:51:56.855Z] ---> Using cache [2021-03-31T12:51:56.855Z] ---> 3cd5e56bd524 [2021-03-31T12:51:56.855Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T12:51:56.855Z] Removing intermediate container f60851c4f6a1 [2021-03-31T12:51:56.855Z] ---> 3932a58fc68f [2021-03-31T12:51:56.855Z] [2021-03-31T12:51:56.855Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T12:51:56.855Z] ---> 42cb162f0360 [2021-03-31T12:51:56.855Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T12:51:56.855Z] ---> abdf1eca29cc [2021-03-31T12:51:56.855Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T12:51:57.805Z] ---> Running in d9256f80cab1 [2021-03-31T12:51:57.805Z] ---> Running in 9edd27fd9785 [2021-03-31T12:51:57.805Z] ---> Running in 6d844bab4eac [2021-03-31T12:51:58.075Z] Removing intermediate container d9256f80cab1 [2021-03-31T12:51:58.075Z] ---> e4dbdfbd6f71 [2021-03-31T12:51:58.075Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:51:58.075Z] 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-31T12:51:58.075Z] ---> Running in 295688144bd4 [2021-03-31T12:51:58.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:58.686Z] Removing intermediate container 295688144bd4 [2021-03-31T12:51:58.686Z] ---> add50c33f994 [2021-03-31T12:51:58.686Z] Step 15/23 : WORKDIR / [2021-03-31T12:51:58.686Z] 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-31T12:51:58.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:58.686Z] ---> Running in a6f86e37ecc2 [2021-03-31T12:51:58.686Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T12:51:58.952Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:51:58.952Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T12:51:58.952Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T12:51:58.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:51:58.952Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:51:59.219Z] OK: 7 MiB in 18 packages [2021-03-31T12:51:59.219Z] Removing intermediate container a6f86e37ecc2 [2021-03-31T12:51:59.219Z] ---> 3da93feea39d [2021-03-31T12:51:59.219Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:52:00.202Z] ---> 1f5f63421f62 [2021-03-31T12:52:00.202Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T12:52:00.799Z] Removing intermediate container 9edd27fd9785 [2021-03-31T12:52:00.799Z] ---> 2af03b9445d1 [2021-03-31T12:52:00.799Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:52:01.072Z] ---> Running in 0619a56308df [2021-03-31T12:52:01.072Z] ---> 0b39329f5761 [2021-03-31T12:52:01.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T12:52:01.344Z] Removing intermediate container 0619a56308df [2021-03-31T12:52:01.344Z] ---> 3e5bba221d01 [2021-03-31T12:52:01.344Z] Step 13/21 : WORKDIR /edgex [2021-03-31T12:52:01.344Z] ---> Running in b7f33845122e [2021-03-31T12:52:01.621Z] ---> 0332b92a8612 [2021-03-31T12:52:01.621Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T12:52:01.621Z] ---> Running in 55a084c499d7 [2021-03-31T12:52:01.621Z] Removing intermediate container b7f33845122e [2021-03-31T12:52:01.621Z] ---> 9af04b5bd189 [2021-03-31T12:52:01.621Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T12:52:02.216Z] Removing intermediate container 55a084c499d7 [2021-03-31T12:52:02.217Z] ---> 99fa41db7b46 [2021-03-31T12:52:02.217Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:52:02.217Z] ---> Running in 753a86285eba [2021-03-31T12:52:02.489Z] ---> f1c7992bbb11 [2021-03-31T12:52:02.489Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T12:52:02.760Z] Removing intermediate container 753a86285eba [2021-03-31T12:52:02.760Z] ---> b744835aca60 [2021-03-31T12:52:02.760Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:52:03.041Z] ---> Running in 2e15acada0be [2021-03-31T12:52:03.315Z] ---> 7170a7c91224 [2021-03-31T12:52:03.315Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T12:52:03.315Z] Removing intermediate container 2e15acada0be [2021-03-31T12:52:03.315Z] ---> ea307d561095 [2021-03-31T12:52:03.315Z] Step 22/23 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df [2021-03-31T12:52:03.582Z] ---> Running in 6bfea99bf541 [2021-03-31T12:52:03.853Z] Removing intermediate container 6bfea99bf541 [2021-03-31T12:52:03.853Z] ---> e2641620ac94 [2021-03-31T12:52:03.853Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:52:04.131Z] ---> Running in 59d026149c68 [2021-03-31T12:52:04.131Z] ---> 900e3eb610c7 [2021-03-31T12:52:04.131Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T12:52:04.410Z] ---> Running in dc99c77e6d1e [2021-03-31T12:52:04.410Z] Removing intermediate container 59d026149c68 [2021-03-31T12:52:04.410Z] ---> 4d51191dd667 [2021-03-31T12:52:04.410Z] [2021-03-31T12:52:05.017Z] Successfully built 4d51191dd667 [2021-03-31T12:52:05.017Z] Removing intermediate container dc99c77e6d1e [2021-03-31T12:52:05.017Z] ---> 3217de8c0121 [2021-03-31T12:52:05.017Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T12:52:05.017Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T12:52:05.017Z]  Building docker-core-metadata-go ... done  ---> Running in f2f79d4817f5 [2021-03-31T12:52:05.288Z] Removing intermediate container f2f79d4817f5 [2021-03-31T12:52:05.288Z] ---> 5db80ed6a7b2 [2021-03-31T12:52:05.288Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T12:52:05.566Z] ---> Running in 9b150b276199 [2021-03-31T12:52:05.841Z] Removing intermediate container 9b150b276199 [2021-03-31T12:52:05.841Z] ---> 3e6bbcfa6ade [2021-03-31T12:52:05.841Z] Step 20/21 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df [2021-03-31T12:52:05.841Z] ---> Running in 1f5cc4c39f64 [2021-03-31T12:52:06.453Z] Removing intermediate container 1f5cc4c39f64 [2021-03-31T12:52:06.453Z] ---> 533521d2632e [2021-03-31T12:52:06.453Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T12:52:06.453Z] ---> Running in 2502006cf8fa [2021-03-31T12:52:06.722Z] Removing intermediate container 2502006cf8fa [2021-03-31T12:52:06.722Z] ---> 524d38a7c123 [2021-03-31T12:52:06.722Z] [2021-03-31T12:52:06.996Z] Successfully built 524d38a7c123 [2021-03-31T12:52:06.996Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T12:52:19.927Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6d844bab4eac [2021-03-31T12:52:19.927Z] ---> ac9b36689016 [2021-03-31T12:52:19.927Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T12:52:19.927Z] ---> Running in 77b23b077397 [2021-03-31T12:52:19.927Z] 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-31T12:52:21.877Z] Removing intermediate container c8f477d5861c [2021-03-31T12:52:21.877Z] ---> 56c612250483 [2021-03-31T12:52:21.877Z] [2021-03-31T12:52:21.877Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:52:21.877Z] ---> 42cb162f0360 [2021-03-31T12:52:21.877Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T12:52:21.877Z] Removing intermediate container 77b23b077397 [2021-03-31T12:52:21.877Z] ---> 1da66e7972a9 [2021-03-31T12:52:21.877Z] [2021-03-31T12:52:21.877Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T12:52:21.877Z] 20.10.0: Pulling from library/docker [2021-03-31T12:52:21.877Z] ---> Running in 2d43e620e863 [2021-03-31T12:52:21.877Z] Removing intermediate container 2d43e620e863 [2021-03-31T12:52:21.877Z] ---> 3d5539a935d3 [2021-03-31T12:52:21.877Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T12:52:22.139Z] ---> Running in ff09f06856e1 [2021-03-31T12:52:22.715Z] Removing intermediate container ff09f06856e1 [2021-03-31T12:52:22.715Z] ---> e5a941454257 [2021-03-31T12:52:22.715Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T12:52:22.977Z] ---> Running in e0b76b5ab0c1 [2021-03-31T12:52:23.239Z] Removing intermediate container e0b76b5ab0c1 [2021-03-31T12:52:23.239Z] ---> c990acdb5ff5 [2021-03-31T12:52:23.239Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:52:23.239Z] ---> Running in 6e27208e167d [2021-03-31T12:52:24.652Z] Removing intermediate container 6e27208e167d [2021-03-31T12:52:24.652Z] ---> c92299a00264 [2021-03-31T12:52:24.652Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T12:52:24.916Z] ---> Running in 7a37c7d3a96b [2021-03-31T12:52:25.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:26.443Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T12:52:26.443Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T12:52:26.443Z] ---> aefe523efa57 [2021-03-31T12:52:26.443Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T12:52:26.443Z] ---> Running in d46b59417160 [2021-03-31T12:52:26.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:26.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:26.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:27.232Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T12:52:27.232Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T12:52:27.232Z] Executing bash-5.0.17-r0.post-install [2021-03-31T12:52:27.232Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:27.232Z] OK: 12 MiB in 22 packages [2021-03-31T12:52:27.805Z] Removing intermediate container d46b59417160 [2021-03-31T12:52:27.805Z] ---> 4711b49244b2 [2021-03-31T12:52:27.805Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T12:52:27.805Z] ---> Running in 847cc9d4989e [2021-03-31T12:52:28.066Z] Removing intermediate container 847cc9d4989e [2021-03-31T12:52:28.066Z] ---> a0afa229bb26 [2021-03-31T12:52:28.066Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T12:52:28.066Z] ---> Running in 782ba6aafc48 [2021-03-31T12:52:28.066Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:52:28.327Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T12:52:28.327Z] Removing intermediate container 782ba6aafc48 [2021-03-31T12:52:28.327Z] ---> 1f12ca999469 [2021-03-31T12:52:28.327Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T12:52:28.327Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T12:52:28.327Z] ---> Running in abedacc77f5f [2021-03-31T12:52:28.587Z] Removing intermediate container abedacc77f5f [2021-03-31T12:52:28.587Z] ---> 54b1e75cd583 [2021-03-31T12:52:28.587Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T12:52:28.587Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T12:52:29.528Z] ---> 2544aa66f5ca [2021-03-31T12:52:29.528Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T12:52:29.528Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T12:52:29.790Z] ---> 09ab08c6e0ad [2021-03-31T12:52:29.790Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T12:52:30.051Z] ---> 2608cc9e0562 [2021-03-31T12:52:30.052Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T12:52:30.052Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T12:52:30.052Z] ---> Running in 9fe4c78bbd55 [2021-03-31T12:52:30.052Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:30.052Z] OK: 8 MiB in 20 packages [2021-03-31T12:52:30.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:30.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:30.627Z] Removing intermediate container 7a37c7d3a96b [2021-03-31T12:52:30.627Z] ---> 915793f570f3 [2021-03-31T12:52:30.627Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:52:30.888Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T12:52:30.888Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T12:52:30.888Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T12:52:30.888Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T12:52:30.888Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T12:52:30.888Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T12:52:30.888Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T12:52:34.193Z] ---> 9acd717ffd61 [2021-03-31T12:52:34.193Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T12:52:34.193Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T12:52:34.193Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T12:52:34.193Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T12:52:34.193Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T12:52:34.193Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T12:52:34.193Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T12:52:34.193Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T12:52:34.193Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T12:52:34.193Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T12:52:34.193Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T12:52:34.193Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T12:52:34.193Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T12:52:34.193Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T12:52:34.193Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T12:52:34.193Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T12:52:34.193Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T12:52:34.193Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T12:52:34.193Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T12:52:34.193Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T12:52:34.193Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T12:52:34.193Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T12:52:34.193Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T12:52:34.193Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T12:52:34.193Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T12:52:34.193Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T12:52:34.193Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T12:52:34.453Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:34.453Z] OK: 71 MiB in 55 packages [2021-03-31T12:52:36.367Z] ---> 5ee0fac968aa [2021-03-31T12:52:36.367Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T12:52:36.948Z] ---> c4ef0037b8bc [2021-03-31T12:52:36.948Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T12:52:40.258Z] ---> Running in 2f5de7e05de8 [2021-03-31T12:52:40.258Z] Removing intermediate container 9fe4c78bbd55 [2021-03-31T12:52:40.258Z] ---> 24a16e9551d0 [2021-03-31T12:52:40.258Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T12:52:40.258Z] ---> Running in 3b25165aeab5 [2021-03-31T12:52:40.258Z] Removing intermediate container 2f5de7e05de8 [2021-03-31T12:52:40.258Z] ---> 1ac74ff94b0c [2021-03-31T12:52:40.258Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:52:40.839Z] ---> Running in a96f3b01c6b6 [2021-03-31T12:52:41.101Z] Removing intermediate container a96f3b01c6b6 [2021-03-31T12:52:41.101Z] ---> badc588c531a [2021-03-31T12:52:41.101Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:52:41.101Z] ---> Running in fb9638a8573a [2021-03-31T12:52:41.362Z] Removing intermediate container fb9638a8573a [2021-03-31T12:52:41.362Z] ---> 70380ba91c9f [2021-03-31T12:52:41.362Z] Step 22/23 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df [2021-03-31T12:52:41.362Z] ---> Running in edd00414e788 [2021-03-31T12:52:41.625Z] Removing intermediate container edd00414e788 [2021-03-31T12:52:41.625Z] ---> c0f45e34eefc [2021-03-31T12:52:41.625Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:52:41.625Z] ---> Running in 919b98536b98 [2021-03-31T12:52:41.887Z] Removing intermediate container 919b98536b98 [2021-03-31T12:52:41.887Z] ---> 00f40f5bf78e [2021-03-31T12:52:41.887Z] [2021-03-31T12:52:41.887Z] Successfully built 00f40f5bf78e [2021-03-31T12:52:41.887Z] Successfully tagged docker-core-data-go:latest [2021-03-31T12:52:42.148Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-31T12:52:42.148Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T12:52:42.409Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T12:52:42.409Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T12:52:42.983Z] Collecting PyYAML<4,>=3.10 [2021-03-31T12:52:42.983Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T12:52:43.925Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T12:52:43.925Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T12:52:45.310Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T12:52:45.310Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T12:52:45.571Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T12:52:45.571Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T12:52:45.834Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T12:52:45.834Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T12:52:45.834Z] 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-31T12:52:45.834Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T12:52:45.834Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T12:52:46.413Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T12:52:46.413Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T12:52:46.413Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T12:52:46.674Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T12:52:46.674Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T12:52:46.674Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T12:52:46.674Z] Collecting idna<2.8,>=2.5 [2021-03-31T12:52:46.674Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T12:52:46.674Z] 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-31T12:52:46.674Z] 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-31T12:52:46.934Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T12:52:46.934Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T12:52:46.934Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T12:52:46.934Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T12:52:46.934Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T12:52:46.934Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T12:52:47.194Z] Installing collected packages: dockerpty, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, docopt, cached-property, docker-compose [2021-03-31T12:52:47.194Z] Running setup.py install for dockerpty: started [2021-03-31T12:52:47.455Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T12:52:47.455Z] Running setup.py install for PyYAML: started [2021-03-31T12:52:48.029Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T12:52:48.029Z] Attempting uninstall: idna [2021-03-31T12:52:48.029Z] Found existing installation: idna 2.9 [2021-03-31T12:52:48.029Z] Uninstalling idna-2.9: [2021-03-31T12:52:48.029Z] Successfully uninstalled idna-2.9 [2021-03-31T12:52:48.289Z] Attempting uninstall: urllib3 [2021-03-31T12:52:48.289Z] Found existing installation: urllib3 1.25.9 [2021-03-31T12:52:48.289Z] Uninstalling urllib3-1.25.9: [2021-03-31T12:52:48.289Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T12:52:48.550Z] Attempting uninstall: requests [2021-03-31T12:52:48.550Z] Found existing installation: requests 2.23.0 [2021-03-31T12:52:48.550Z] Uninstalling requests-2.23.0: [2021-03-31T12:52:48.550Z] Successfully uninstalled requests-2.23.0 [2021-03-31T12:52:49.123Z] Running setup.py install for texttable: started [2021-03-31T12:52:49.384Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T12:52:49.384Z] Running setup.py install for docopt: started [2021-03-31T12:52:49.954Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T12:52:50.246Z] 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-31T12:52:52.808Z] Removing intermediate container 3b25165aeab5 [2021-03-31T12:52:52.808Z] ---> d7e27addd690 [2021-03-31T12:52:52.808Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T12:52:52.808Z] ---> Running in 0000ae878025 [2021-03-31T12:52:53.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:53.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:53.643Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:52:53.643Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T12:52:53.643Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T12:52:53.643Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:53.643Z] OK: 72 MiB in 58 packages [2021-03-31T12:52:54.215Z] Removing intermediate container 0000ae878025 [2021-03-31T12:52:54.215Z] ---> f2557529d51f [2021-03-31T12:52:54.215Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T12:52:54.215Z] ---> Running in 27506e6805fc [2021-03-31T12:52:54.215Z] Removing intermediate container 27506e6805fc [2021-03-31T12:52:54.215Z] ---> fbec904550d7 [2021-03-31T12:52:54.215Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:52:54.475Z] ---> Running in 4d3d3f06bba3 [2021-03-31T12:52:54.475Z] Removing intermediate container 4d3d3f06bba3 [2021-03-31T12:52:54.475Z] ---> 9e4450166bfc [2021-03-31T12:52:54.475Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T12:52:54.475Z] ---> Running in 3c6eb39629c5 [2021-03-31T12:52:54.738Z] Removing intermediate container 3c6eb39629c5 [2021-03-31T12:52:54.738Z] ---> 3fb27d69d1b0 [2021-03-31T12:52:54.738Z] Step 25/26 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df [2021-03-31T12:52:54.738Z] ---> Running in b89aaa705100 [2021-03-31T12:52:55.001Z] Removing intermediate container b89aaa705100 [2021-03-31T12:52:55.001Z] ---> 6dbfc516a8ef [2021-03-31T12:52:55.001Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T12:52:55.001Z] ---> Running in 9943e725b394 [2021-03-31T12:52:55.262Z] Removing intermediate container 9943e725b394 [2021-03-31T12:52:55.262Z] ---> a201144dd539 [2021-03-31T12:52:55.262Z] [2021-03-31T12:52:55.262Z] Successfully built a201144dd539 [2021-03-31T12:52:55.262Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T12:52:55.533Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T12:52:55.540Z] $ docker stop --time=1 c7696430eca147c5c1ea6ecc0ecfefce0b792c30a7801346cf60eff6cb8729f2 [2021-03-31T12:52:57.092Z] $ docker rm -f c7696430eca147c5c1ea6ecc0ecfefce0b792c30a7801346cf60eff6cb8729f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:52:57.624Z] + docker images [2021-03-31T12:52:57.624Z] + grep docker [2021-03-31T12:52:57.885Z] docker-sys-mgmt-agent-go latest a201144dd539 2 seconds ago 314MB [2021-03-31T12:52:57.885Z] docker-core-data-go latest 00f40f5bf78e 16 seconds ago 22.7MB [2021-03-31T12:52:57.885Z] docker-security-proxy-setup-go latest 524d38a7c123 51 seconds ago 25.4MB [2021-03-31T12:52:57.885Z] docker-core-metadata-go latest 4d51191dd667 53 seconds ago 19MB [2021-03-31T12:52:57.885Z] docker-security-bootstrapper-go latest 85b932fadac0 About a minute ago 18.9MB [2021-03-31T12:52:57.885Z] docker-security-secretstore-setup-go latest 29c66300e4a5 2 minutes ago 25.7MB [2021-03-31T12:52:57.885Z] docker-support-scheduler-go latest 553f47f7bfe7 2 minutes ago 17.4MB [2021-03-31T12:52:57.885Z] docker-support-notifications-go latest 373aa0076a18 2 minutes ago 17.9MB [2021-03-31T12:52:57.885Z] docker-core-command-go latest 55e95ed46ac5 2 minutes ago 17.3MB [2021-03-31T12:52:57.885Z] 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-31T12:53:13.583Z] Still waiting to schedule task [2021-03-31T12:53:13.584Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-31T12:54:53.195Z] Running on prd-ubuntu18.04-docker-8c-8g-32250 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T12:54:53.313Z] Running in /w/workspace/edgex-go/48 [Pipeline] { [Pipeline] checkout [2021-03-31T12:54:55.636Z] using credential edgex-jenkins-ssh [2021-03-31T12:54:55.688Z] Cloning the remote Git repository [2021-03-31T12:54:55.721Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:54:55.789Z] > git init /w/workspace/edgex-go/48 # timeout=10 [2021-03-31T12:54:55.823Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:54:55.824Z] > git --version # timeout=10 [2021-03-31T12:54:55.831Z] > git --version # 'git version 2.17.1' [2021-03-31T12:54:55.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:54:55.853Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:55:09.030Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T12:55:09.661Z] Failed in branch amd64 [2021-03-31T12:55:08.489Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:55:08.498Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:55:08.516Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:55:08.528Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:55:08.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:55:08.532Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:55:09.071Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:55:09.075Z] > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:55:11.498Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:55:12.387Z] ---> package-listing.sh [2021-03-31T12:55:12.387Z] ++ facter osfamily [2021-03-31T12:55:12.387Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T12:55:12.387Z] + OS_FAMILY=redhat [2021-03-31T12:55:12.387Z] + workspace=/w/workspace/edgex-go/48 [2021-03-31T12:55:12.387Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T12:55:12.387Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T12:55:12.387Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T12:55:12.387Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T12:55:12.387Z] + '[' /w/workspace/edgex-go/48 ']' [2021-03-31T12:55:12.387Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T12:55:12.387Z] + case "${OS_FAMILY}" in [2021-03-31T12:55:12.387Z] + rpm -qa [2021-03-31T12:55:12.387Z] + sort [2021-03-31T12:55:17.687Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T12:55:17.687Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T12:55:17.687Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T12:55:17.687Z] + '[' /w/workspace/edgex-go/48 ']' [2021-03-31T12:55:17.687Z] + mkdir -p /w/workspace/edgex-go/48/archives/ [2021-03-31T12:55:17.687Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/48/archives/ [Pipeline] echo [2021-03-31T12:55:17.700Z] 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/48/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T12:55:17.993Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:55:18.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T12:55:18.300Z] [2021-03-31T12:55:18.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:55:18.799Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T12:55:18.799Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T12:55:18.799Z] df20fa9351a1: Pulling fs layer [2021-03-31T12:55:18.799Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T12:55:18.799Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T12:55:18.799Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T12:55:18.799Z] 93b61091891f: Pulling fs layer [2021-03-31T12:55:18.799Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T12:55:18.799Z] 5e14af77c1be: Pulling fs layer [2021-03-31T12:55:18.799Z] 01666e4c0597: Pulling fs layer [2021-03-31T12:55:18.799Z] aa168da1d23b: Pulling fs layer [2021-03-31T12:55:18.799Z] 46f8f816bc3b: Waiting [2021-03-31T12:55:18.799Z] 93b61091891f: Waiting [2021-03-31T12:55:18.799Z] 93b9cdb0e59b: Waiting [2021-03-31T12:55:18.799Z] 5e14af77c1be: Waiting [2021-03-31T12:55:18.799Z] 01666e4c0597: Waiting [2021-03-31T12:55:18.799Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T12:55:18.799Z] 36b3adc4ff6f: Download complete [2021-03-31T12:55:18.799Z] 46f8f816bc3b: Download complete [2021-03-31T12:55:18.799Z] df20fa9351a1: Verifying Checksum [2021-03-31T12:55:18.799Z] df20fa9351a1: Download complete [2021-03-31T12:55:18.799Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T12:55:18.799Z] 93b9cdb0e59b: Download complete [2021-03-31T12:55:18.799Z] 5e14af77c1be: Verifying Checksum [2021-03-31T12:55:18.799Z] 5e14af77c1be: Download complete [2021-03-31T12:55:18.799Z] 93b61091891f: Download complete [2021-03-31T12:55:19.140Z] 01666e4c0597: Verifying Checksum [2021-03-31T12:55:19.140Z] 01666e4c0597: Download complete [2021-03-31T12:55:19.140Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T12:55:19.140Z] 8ad3a11d3b57: Download complete [2021-03-31T12:55:19.140Z] df20fa9351a1: Pull complete [2021-03-31T12:55:19.420Z] 36b3adc4ff6f: Pull complete [2021-03-31T12:55:20.812Z] aa168da1d23b: Verifying Checksum [2021-03-31T12:55:20.812Z] aa168da1d23b: Download complete [2021-03-31T12:55:21.074Z] 8ad3a11d3b57: Pull complete [2021-03-31T12:55:21.074Z] 46f8f816bc3b: Pull complete [2021-03-31T12:55:21.646Z] 93b61091891f: Pull complete [2021-03-31T12:55:21.646Z] 93b9cdb0e59b: Pull complete [2021-03-31T12:55:21.907Z] 5e14af77c1be: Pull complete [2021-03-31T12:55:21.907Z] 01666e4c0597: Pull complete [2021-03-31T12:55:30.067Z] aa168da1d23b: Pull complete [2021-03-31T12:55:30.638Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T12:55:30.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T12:55:30.638Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T12:55:30.808Z] prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container [2021-03-31T12:55:30.858Z] $ 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/48/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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T12:55:37.858Z] $ docker top 71b817696fdd9348562b7e2e8e54f43f0b30ce8d95899526f95110b693970617 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:55:38.426Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T12:55:38.728Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T12:55:39.027Z] + ls /var/log/sa-host [2021-03-31T12:55:39.027Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T12:55:39.027Z] file_magic: OK [2021-03-31T12:55:39.027Z] HZ: Using current value: 100 [2021-03-31T12:55:39.027Z] file_header: OK [2021-03-31T12:55:39.027Z] 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-31T12:55:39.027Z] Statistics: [2021-03-31T12:55:39.027Z] Hnuu...uuuununununu... [2021-03-31T12:55:39.027Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T12:55:39.027Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T12:55:39.027Z] file_magic: OK [2021-03-31T12:55:39.027Z] HZ: Using current value: 100 [2021-03-31T12:55:39.027Z] file_header: OK [2021-03-31T12:55:39.027Z] 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-31T12:55:39.027Z] Statistics: [2021-03-31T12:55:39.027Z] HRHnuu...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-31T12:55:39.027Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T12:55:39.355Z] provisioning config files... [2021-03-31T12:55:39.374Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/48@tmp/config1707253909657088748tmp [Pipeline] { [Pipeline] echo [2021-03-31T12:55:39.439Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:55:39.736Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T12:55:39.745Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T12:55:39.834Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:55:40.136Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T12:55:40.146Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:55:40.440Z] ---> sudo-logs.sh [2021-03-31T12:55:40.440Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T12:55:40.495Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:55:40.795Z] ---> job-cost.sh [2021-03-31T12:55:40.795Z] lf-activate-venv: SKIPPING [2021-03-31T12:55:40.795Z] INFO: No Stack... [2021-03-31T12:55:41.738Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T12:55:42.309Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T12:55:42.322Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:55:42.616Z] ---> logs-deploy.sh [2021-03-31T12:55:42.617Z] lf-activate-venv: SKIPPING [2021-03-31T12:55:42.617Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/48 [2021-03-31T12:55:42.617Z] INFO: archiving workspace using pattern(s): [2021-03-31T12:55:44.002Z] Archives upload complete. [2021-03-31T12:55:44.002Z] INFO: archiving logs to Nexus