Pull request #3450 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f4220afd50626d78ec8f8ceac213ee9c65afae84+38d8ac8cf9377e12442077cf8ccce54130d64734 (22927fcb62dcc9ad9cdac20b4a1ffbee7aeb7d04) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4373 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit f4220afd50626d78ec8f8ceac213ee9c65afae84 > 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/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4220afd50626d78ec8f8ceac213ee9c65afae84 # timeout=10 Merge succeeded, producing 770894f7c267c719991090a7815f929e0cb2523b Checking out Revision 770894f7c267c719991090a7815f929e0cb2523b (PR-3450) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 770894f7c267c719991090a7815f929e0cb2523b # timeout=10 Commit message: "Merge commit '38d8ac8cf9377e12442077cf8ccce54130d64734' into HEAD" > git rev-list --no-walk f4220afd50626d78ec8f8ceac213ee9c65afae84 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T07:23:08.470Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T07:23:08.596Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T07:23:08.620Z] ========================================================= [2021-05-11T07:23:08.621Z] EdgeX Global Pipelines Version Info [2021-05-11T07:23:08.621Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:23:10.135Z] ------------------- [2021-05-11T07:23:10.135Z] stable info: [2021-05-11T07:23:10.135Z] ------------------- [2021-05-11T07:23:10.135Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T07:23:10.135Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T07:23:10.135Z] Message: update stable to v1.0.191 [2021-05-11T07:23:11.080Z] ------------------- [2021-05-11T07:23:11.080Z] experimental info: [2021-05-11T07:23:11.080Z] ------------------- [2021-05-11T07:23:11.080Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T07:23:11.080Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T07:23:11.080Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T07:23:11.203Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-11T07:23:11.226Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-11T07:23:11.248Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T07:23:11.270Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T07:23:11.293Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T07:23:11.315Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T07:23:11.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T07:23:11.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-11T07:23:11.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-11T07:23:11.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-11T07:23:11.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T07:23:11.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T07:23:11.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T07:23:11.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T07:23:11.513Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T07:23:11.558Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T07:23:11.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T07:23:11.605Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T07:23:11.628Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T07:23:11.652Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T07:23:11.674Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T07:23:11.698Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T07:23:11.720Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3450 [Pipeline] echo [2021-05-11T07:23:11.743Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3450 [Pipeline] echo [2021-05-11T07:23:11.765Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3450 [Pipeline] echo [2021-05-11T07:23:11.787Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 770894f7c267c719991090a7815f929e0cb2523b [Pipeline] echo [2021-05-11T07:23:11.808Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 770894f [Pipeline] echo [2021-05-11T07:23:11.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:23:11.899Z] provisioning config files... [2021-05-11T07:23:11.958Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3925204876411601341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:23:12.273Z] ---> docker-login.sh [2021-05-11T07:23:12.273Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:23:12.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:12.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:12.535Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:12.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:12.535Z] [2021-05-11T07:23:12.535Z] Login Succeeded [2021-05-11T07:23:12.535Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:23:12.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:12.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:12.798Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:12.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:12.798Z] [2021-05-11T07:23:12.798Z] Login Succeeded [2021-05-11T07:23:12.798Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:23:13.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:13.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:13.061Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:13.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:13.061Z] [2021-05-11T07:23:13.061Z] Login Succeeded [2021-05-11T07:23:13.061Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:23:13.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:13.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:13.322Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:13.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:13.322Z] [2021-05-11T07:23:13.322Z] Login Succeeded [2021-05-11T07:23:13.322Z] docker.io [2021-05-11T07:23:13.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:13.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:13.584Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:13.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:13.584Z] [2021-05-11T07:23:13.584Z] Login Succeeded [2021-05-11T07:23:13.584Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:23:13.593Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:23:13.929Z] ++ 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-05-11T07:23:13.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:23:13.929Z] ++ dirname cmd/core-command/Dockerfile [2021-05-11T07:23:13.929Z] ++ cut -d/ -f2 [2021-05-11T07:23:13.929Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-11T07:23:13.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:23:13.929Z] ++ dirname cmd/core-data/Dockerfile [2021-05-11T07:23:13.929Z] ++ cut -d/ -f2 [2021-05-11T07:23:13.929Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-11T07:23:13.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:23:13.929Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-11T07:23:13.929Z] ++ cut -d/ -f2 [2021-05-11T07:23:13.929Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-11T07:23:13.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:23:13.929Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-11T07:23:13.929Z] ++ cut -d/ -f2 [2021-05-11T07:23:13.929Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-11T07:23:13.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:23:13.929Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-11T07:23:13.929Z] ++ cut -d/ -f2 [2021-05-11T07:23:13.929Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-11T07:23:13.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:23:13.929Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-11T07:23:13.929Z] ++ cut -d/ -f2 [2021-05-11T07:23:13.929Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-11T07:23:13.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:23:13.929Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-11T07:23:13.929Z] ++ cut -d/ -f2 [2021-05-11T07:23:13.929Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-11T07:23:13.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:23:13.929Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-11T07:23:13.929Z] ++ cut -d/ -f2 [2021-05-11T07:23:13.929Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-11T07:23:13.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:23:13.929Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-11T07:23:13.929Z] ++ cut -d/ -f2 [2021-05-11T07:23:13.929Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-11T07:23:14.017Z] 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-05-11T07:23:14.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:23:14.646Z] [2021-05-11T07:23:14.646Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:23:15.014Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:23:15.014Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T07:23:15.014Z] 31603596830f: Pulling fs layer [2021-05-11T07:23:15.014Z] 54011a49482f: Pulling fs layer [2021-05-11T07:23:15.014Z] a6820b24f6d8: Pulling fs layer [2021-05-11T07:23:15.014Z] f581987b2513: Pulling fs layer [2021-05-11T07:23:15.014Z] f581987b2513: Waiting [2021-05-11T07:23:15.014Z] 54011a49482f: Verifying Checksum [2021-05-11T07:23:15.014Z] 54011a49482f: Download complete [2021-05-11T07:23:15.275Z] 31603596830f: Verifying Checksum [2021-05-11T07:23:15.276Z] 31603596830f: Download complete [2021-05-11T07:23:15.276Z] f581987b2513: Verifying Checksum [2021-05-11T07:23:15.276Z] f581987b2513: Download complete [2021-05-11T07:23:15.276Z] a6820b24f6d8: Verifying Checksum [2021-05-11T07:23:15.276Z] a6820b24f6d8: Download complete [2021-05-11T07:23:15.540Z] 31603596830f: Pull complete [2021-05-11T07:23:15.805Z] 54011a49482f: Pull complete [2021-05-11T07:23:16.750Z] a6820b24f6d8: Pull complete [2021-05-11T07:23:16.750Z] f581987b2513: Pull complete [2021-05-11T07:23:16.750Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T07:23:16.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:23:16.750Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T07:23:16.852Z] prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container [2021-05-11T07:23:16.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-05-11T07:23:19.428Z] $ docker top 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:23:19.654Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:23:19.654Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:23:19.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:23:19.886Z] $ docker exec 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f ssh-agent [2021-05-11T07:23:20.049Z] SSH_AUTH_SOCK=/tmp/ssh-mvoHySk69aBE/agent.13 [2021-05-11T07:23:20.049Z] SSH_AGENT_PID=18 [2021-05-11T07:23:20.062Z] Running ssh-add (command line suppressed) [2021-05-11T07:23:20.178Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_9002775760441744454.key (/w/workspace/edgex-go/2@tmp/private_key_9002775760441744454.key) [2021-05-11T07:23:20.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:23:20.536Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T07:23:20.559Z] $ docker exec --env ******** --env ******** 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f ssh-agent -k [2021-05-11T07:23:20.673Z] unset SSH_AUTH_SOCK; [2021-05-11T07:23:20.674Z] unset SSH_AGENT_PID; [2021-05-11T07:23:20.674Z] echo Agent pid 18 killed; [2021-05-11T07:23:20.728Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T07:23:20.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:23:20.772Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:23:20.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:23:20.945Z] $ docker exec 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f ssh-agent [2021-05-11T07:23:21.105Z] SSH_AUTH_SOCK=/tmp/ssh-b1Z5xevKVNZy/agent.49 [2021-05-11T07:23:21.105Z] SSH_AGENT_PID=54 [2021-05-11T07:23:21.113Z] Running ssh-add (command line suppressed) [2021-05-11T07:23:21.236Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1582672564425207648.key (/w/workspace/edgex-go/2@tmp/private_key_1582672564425207648.key) [2021-05-11T07:23:21.291Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:23:21.593Z] + git semver init [2021-05-11T07:23:21.593Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:23:21.593Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-05-11T07:23:21.593Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-05-11T07:23:21.593Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:23:21.593Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:23:21.593Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:23:21.593Z] # $SEMVER_BRANCH = PR-3450 [2021-05-11T07:23:21.593Z] # $SEMVER_TEMP = /tmp/semver-437705537 [2021-05-11T07:23:21.593Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-11T07:23:48.251Z] # '/tmp/semver-437705537' -> '/w/workspace/edgex-go/2/.semver' [2021-05-11T07:23:48.251Z] # -> Force: false [2021-05-11T07:23:48.251Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-05-11T07:23:48.267Z] $ docker exec --env ******** --env ******** 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f ssh-agent -k [2021-05-11T07:23:48.487Z] unset SSH_AUTH_SOCK; [2021-05-11T07:23:48.487Z] unset SSH_AGENT_PID; [2021-05-11T07:23:48.487Z] echo Agent pid 54 killed; [2021-05-11T07:23:48.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:23:48.919Z] + git semver [Pipeline] } [2021-05-11T07:23:48.938Z] $ docker stop --time=1 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f [2021-05-11T07:23:50.865Z] $ docker rm -f 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:23:51.328Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T07:23:51.781Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T07:23:51.785Z] [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-05-11T07:23:52.287Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:23:52.586Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:23:52.886Z] + sudo service docker restart [2021-05-11T07:23:52.886Z] + true [2021-05-11T07:23:52.886Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-11T07:23:53.471Z] ========================================================= [2021-05-11T07:23:53.471Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T07:23:53.471Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:23:53.790Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T07:23:58.025Z] Sending build context to Docker daemon 330.2MB [2021-05-11T07:23:58.025Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:23:58.025Z] Step 2/6 : FROM ${BASE} [2021-05-11T07:23:58.025Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T07:23:58.025Z] 540db60ca938: Pulling fs layer [2021-05-11T07:23:58.025Z] adcc1eea9eea: Pulling fs layer [2021-05-11T07:23:58.025Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T07:23:58.025Z] 0510c868ecb4: Pulling fs layer [2021-05-11T07:23:58.025Z] afea3b2eda06: Pulling fs layer [2021-05-11T07:23:58.025Z] 7809a108b3ef: Pulling fs layer [2021-05-11T07:23:58.025Z] f706445af74f: Pulling fs layer [2021-05-11T07:23:58.025Z] 0510c868ecb4: Waiting [2021-05-11T07:23:58.025Z] afea3b2eda06: Waiting [2021-05-11T07:23:58.025Z] 7809a108b3ef: Waiting [2021-05-11T07:23:58.025Z] f706445af74f: Waiting [2021-05-11T07:23:58.025Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T07:23:58.025Z] 4c4ab2625f07: Download complete [2021-05-11T07:23:58.025Z] adcc1eea9eea: Verifying Checksum [2021-05-11T07:23:58.025Z] adcc1eea9eea: Download complete [2021-05-11T07:23:58.025Z] afea3b2eda06: Verifying Checksum [2021-05-11T07:23:58.025Z] afea3b2eda06: Download complete [2021-05-11T07:23:58.025Z] 540db60ca938: Download complete [2021-05-11T07:23:58.025Z] 7809a108b3ef: Verifying Checksum [2021-05-11T07:23:58.025Z] 7809a108b3ef: Download complete [2021-05-11T07:23:58.293Z] 540db60ca938: Pull complete [2021-05-11T07:23:59.247Z] f706445af74f: Verifying Checksum [2021-05-11T07:23:59.247Z] f706445af74f: Download complete [2021-05-11T07:23:59.823Z] adcc1eea9eea: Pull complete [2021-05-11T07:24:00.085Z] 4c4ab2625f07: Pull complete [2021-05-11T07:24:00.085Z] 0510c868ecb4: Verifying Checksum [2021-05-11T07:24:00.085Z] 0510c868ecb4: Download complete [2021-05-11T07:24:05.449Z] 0510c868ecb4: Pull complete [2021-05-11T07:24:05.449Z] afea3b2eda06: Pull complete [2021-05-11T07:24:05.449Z] 7809a108b3ef: Pull complete [2021-05-11T07:24:06.913Z] Still waiting to schedule task [2021-05-11T07:24:06.913Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T07:24:09.795Z] f706445af74f: Pull complete [2021-05-11T07:24:09.795Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T07:24:09.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T07:24:09.795Z] ---> b068be0155e3 [2021-05-11T07:24:09.795Z] 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-05-11T07:24:11.193Z] ---> Running in ee15bc813887 [2021-05-11T07:24:11.774Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:24:13.168Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:24:14.116Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T07:24:14.379Z] (2/12) Installing file (5.39-r0) [2021-05-11T07:24:14.379Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T07:24:14.644Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T07:24:24.661Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T07:24:24.661Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T07:24:24.661Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T07:24:24.661Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T07:24:24.661Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T07:24:24.661Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:24:24.661Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T07:24:24.661Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:24:24.661Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:24:24.661Z] OK: 219 MiB in 52 packages [2021-05-11T07:24:28.891Z] Removing intermediate container ee15bc813887 [2021-05-11T07:24:28.891Z] ---> 3ff1b15b7486 [2021-05-11T07:24:28.891Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T07:24:28.891Z] ---> Running in 520e332a568b [2021-05-11T07:24:28.891Z] Removing intermediate container 520e332a568b [2021-05-11T07:24:28.891Z] ---> 5372a6a4e6fa [2021-05-11T07:24:28.891Z] Step 5/6 : COPY go.mod . [2021-05-11T07:24:29.155Z] ---> 98dfddd205f8 [2021-05-11T07:24:29.155Z] Step 6/6 : RUN go mod download [2021-05-11T07:24:29.155Z] ---> Running in bf448c1b238c [2021-05-11T07:24:55.794Z] Removing intermediate container bf448c1b238c [2021-05-11T07:24:55.794Z] ---> e6cb28647a36 [2021-05-11T07:24:55.794Z] Successfully built e6cb28647a36 [2021-05-11T07:24:55.794Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:56.107Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:24:56.107Z] . [Pipeline] withDockerContainer [2021-05-11T07:24:56.209Z] prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container [2021-05-11T07:24:56.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-05-11T07:24:57.074Z] $ docker top b1aa80266cfae52818b230662799b668a3d65dec459ed6252b6096321b7ad9bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:24:57.489Z] + go version [2021-05-11T07:24:57.489Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T07:24:57.505Z] $ docker stop --time=1 b1aa80266cfae52818b230662799b668a3d65dec459ed6252b6096321b7ad9bd [2021-05-11T07:24:58.923Z] $ docker rm -f b1aa80266cfae52818b230662799b668a3d65dec459ed6252b6096321b7ad9bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:59.441Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:24:59.441Z] . [Pipeline] withDockerContainer [2021-05-11T07:24:59.538Z] prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container [2021-05-11T07:24:59.594Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-05-11T07:25:00.202Z] $ docker top 735e5a9b57529a822f2a64a2547913c2fc92c2c92a8bb57a7474ecba241d2216 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T07:25:00.310Z] ========================================================= [2021-05-11T07:25:00.310Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T07:25:00.310Z] ========================================================= [Pipeline] sh [2021-05-11T07:25:00.600Z] + go mod tidy [Pipeline] sh [2021-05-11T07:25:02.829Z] + make test [2021-05-11T07:25:02.829Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:25:11.019Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T07:25:33.189Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T07:25:37.470Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T07:25:37.470Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T07:25:37.470Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T07:25:40.858Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T07:25:40.858Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T07:25:40.858Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T07:25:40.858Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T07:25:42.277Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T07:25:42.867Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T07:25:45.462Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T07:25:45.462Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T07:25:45.462Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T07:25:47.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements [2021-05-11T07:25:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T07:25:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T07:25:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T07:25:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T07:25:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T07:25:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T07:25:47.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.066s coverage: 19.8% of statements [2021-05-11T07:25:47.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements [2021-05-11T07:25:51.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.8% of statements [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T07:25:51.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.109s coverage: 81.2% of statements [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T07:25:51.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T07:25:51.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T07:25:51.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T07:25:51.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T07:25:52.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.198s coverage: 87.7% of statements [2021-05-11T07:25:52.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T07:25:52.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:25:52.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements [2021-05-11T07:25:52.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T07:25:54.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements [2021-05-11T07:25:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T07:25:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T07:25:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T07:25:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T07:25:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T07:25:54.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.131s coverage: 100.0% of statements [2021-05-11T07:25:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T07:25:54.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-05-11T07:25:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T07:25:54.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.173s coverage: 86.7% of statements [2021-05-11T07:25:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T07:25:54.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2021-05-11T07:25:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T07:25:55.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements [2021-05-11T07:25:55.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T07:25:55.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T07:25:55.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T07:25:55.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T07:25:57.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 95.1% of statements [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T07:25:57.803Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T07:25:57.803Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.9% of statements [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T07:25:57.803Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.053s coverage: 22.0% of statements [2021-05-11T07:25:57.803Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T07:25:57.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements [2021-05-11T07:25:58.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements [2021-05-11T07:25:58.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-05-11T07:25:58.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2021-05-11T07:25:58.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-05-11T07:26:11.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.078s coverage: 94.4% of statements [2021-05-11T07:26:11.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-05-11T07:26:14.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.275s coverage: 81.8% of statements [2021-05-11T07:26:14.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.104s coverage: 92.9% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 76.0% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.095s coverage: 87.2% of statements [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.2% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 64.4% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.361s coverage: 66.9% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 43.4% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T07:26:22.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T07:26:22.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.088s coverage: 22.7% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.163s coverage: 92.6% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.733s coverage: 28.7% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.173s coverage: 97.6% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T07:26:24.280Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T07:26:24.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T07:26:24.550Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-05-11T07:26:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 28.1% of statements [2021-05-11T07:26:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T07:26:25.083Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.033s coverage: 85.7% of statements [2021-05-11T07:26:25.083Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T07:26:25.083Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-11T07:26:25.660Z] GO111MODULE=on go vet ./... [2021-05-11T07:27:04.577Z] gofmt -l . [2021-05-11T07:27:04.577Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:27:04.577Z] ./bin/test-go-mod-tidy.sh [2021-05-11T07:27:04.577Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T07:27:04.887Z] + ls -al . [2021-05-11T07:27:04.887Z] total 828 [2021-05-11T07:27:04.887Z] drwxrwxr-x 10 1001 1001 4096 May 11 07:27 . [2021-05-11T07:27:04.887Z] drwxr-xr-x 4 root root 28 May 11 07:24 .. [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 11 May 11 07:23 .dockerignore [2021-05-11T07:27:04.887Z] drwxrwxr-x 8 1001 1001 179 May 11 07:23 .git [2021-05-11T07:27:04.887Z] drwxrwxr-x 3 1001 1001 125 May 11 07:23 .github [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 818 May 11 07:23 .gitignore [2021-05-11T07:27:04.887Z] drwx------ 3 1001 1001 60 May 11 07:23 .semver [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 166 May 11 07:23 .sonarcloud.properties [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 8609 May 11 07:23 Attribution.txt [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 3804 May 11 07:23 CONTRIBUTING.md [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 931 May 11 07:23 Dockerfile.build [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 863 May 11 07:23 Jenkinsfile [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 10775 May 11 07:23 LICENSE [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 5774 May 11 07:23 Makefile [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 7978 May 11 07:23 README.md [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 6755 May 11 07:23 SECURITY.md [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 5 May 11 07:23 VERSION [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 4131 May 11 07:23 ZMQWindows.md [2021-05-11T07:27:04.887Z] drwxrwxr-x 2 1001 1001 117 May 11 07:23 bin [2021-05-11T07:27:04.887Z] drwxrwxr-x 14 1001 1001 4096 May 11 07:23 cmd [2021-05-11T07:27:04.887Z] -rw-r--r-- 1 root root 719397 May 11 07:26 coverage.out [2021-05-11T07:27:04.887Z] -rw-r--r-- 1 root root 1060 May 11 07:26 go.mod [2021-05-11T07:27:04.887Z] -rw-r--r-- 1 root root 21706 May 11 07:25 go.sum [2021-05-11T07:27:04.887Z] drwxrwxr-x 8 1001 1001 127 May 11 07:23 internal [2021-05-11T07:27:04.887Z] drwxrwxr-x 4 1001 1001 26 May 11 07:23 openapi [2021-05-11T07:27:04.887Z] drwxrwxr-x 4 1001 1001 71 May 11 07:23 snap [2021-05-11T07:27:04.887Z] -rw-rw-r-- 1 1001 1001 168 May 11 07:23 version.go [Pipeline] sh [2021-05-11T07:27:05.187Z] + '[' -e coverage.out ] [2021-05-11T07:27:05.187Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T07:27:05.416Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T07:27:05.828Z] + make build [2021-05-11T07:27:05.828Z] 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-05-11T07:27:07.894Z] 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-05-11T07:27:13.808Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4376 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws [2021-05-11T07:27:13.828Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-11T07:27:19.694Z] using credential edgex-jenkins-ssh [2021-05-11T07:27:19.718Z] Cloning the remote Git repository [2021-05-11T07:27:19.762Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:27:19.866Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-11T07:27:19.971Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:27:19.972Z] > git --version # timeout=10 [2021-05-11T07:27:19.991Z] > git --version # 'git version 2.17.1' [2021-05-11T07:27:19.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:27:20.071Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:27:20.304Z] 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-05-11T07:27:20.304Z] 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-05-11T07:27:21.697Z] 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-05-11T07:27:21.967Z] 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-05-11T07:27:23.373Z] 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-05-11T07:27:25.301Z] 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-05-11T07:27:26.256Z] 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-05-11T07:27:27.210Z] 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-05-11T07:27:29.130Z] 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-05-11T07:27:30.087Z] 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-05-11T07:27:32.714Z] $ docker stop --time=1 735e5a9b57529a822f2a64a2547913c2fc92c2c92a8bb57a7474ecba241d2216 [2021-05-11T07:27:34.609Z] $ docker rm -f 735e5a9b57529a822f2a64a2547913c2fc92c2c92a8bb57a7474ecba241d2216 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:27:36.126Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:27:36.152Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:27:36.176Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:27:36.209Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:27:36.210Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:27:36.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:27:36.296Z] [2021-05-11T07:27:36.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:27:36.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:27:36.627Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-11T07:27:36.627Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-11T07:27:36.627Z] ca9280d653b3: Pulling fs layer [2021-05-11T07:27:36.627Z] 7e9c9ca2126c: Pulling fs layer [2021-05-11T07:27:36.889Z] cbdbe7a5bc2a: Download complete [2021-05-11T07:27:36.966Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit f4220afd50626d78ec8f8ceac213ee9c65afae84 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T07:27:37.118Z] Failed in branch arm64 [2021-05-11T07:27:37.158Z] cbdbe7a5bc2a: Pull complete [2021-05-11T07:27:37.158Z] ca9280d653b3: Verifying Checksum [2021-05-11T07:27:37.158Z] ca9280d653b3: Download complete [2021-05-11T07:27:36.222Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:27:36.984Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:27:36.996Z] > git checkout -f f4220afd50626d78ec8f8ceac213ee9c65afae84 # timeout=10 [2021-05-11T07:27:38.561Z] ca9280d653b3: Pull complete [2021-05-11T07:27:38.561Z] 7e9c9ca2126c: Download complete [2021-05-11T07:27:45.183Z] 7e9c9ca2126c: Pull complete [2021-05-11T07:27:45.183Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-11T07:27:45.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:27:45.183Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-11T07:27:45.320Z] prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container [2021-05-11T07:27:45.375Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-05-11T07:27:48.568Z] $ docker top 927055f9f46b101bc15bd4f4589fc7c4c9e75cff6c0bc9e66dd719ab2ef81acd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:27:49.044Z] + + docker-composegrep build parallel --help [2021-05-11T07:27:49.044Z] [2021-05-11T07:27:49.994Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T07:27:50.011Z] $ docker stop --time=1 927055f9f46b101bc15bd4f4589fc7c4c9e75cff6c0bc9e66dd719ab2ef81acd [2021-05-11T07:27:51.385Z] $ docker rm -f 927055f9f46b101bc15bd4f4589fc7c4c9e75cff6c0bc9e66dd719ab2ef81acd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:27:51.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:27:51.880Z] . [Pipeline] withDockerContainer [2021-05-11T07:27:51.983Z] prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container [2021-05-11T07:27:52.030Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-05-11T07:27:52.932Z] $ docker top e37eddcf6c984badb6067bc4968c6576a688f536d13888eb68f25c762cda5ac0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:27:53.366Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T07:27:54.314Z] Building docker-core-command-go ... [2021-05-11T07:27:54.314Z] Building docker-core-data-go ... [2021-05-11T07:27:54.314Z] Building docker-core-metadata-go ... [2021-05-11T07:27:54.314Z] Building docker-security-bootstrapper-go ... [2021-05-11T07:27:54.314Z] Building docker-security-proxy-setup-go ... [2021-05-11T07:27:54.314Z] Building docker-security-secretstore-setup-go ... [2021-05-11T07:27:54.314Z] Building docker-support-notifications-go ... [2021-05-11T07:27:54.314Z] Building docker-support-scheduler-go ... [2021-05-11T07:27:54.314Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T07:27:54.314Z] Building docker-core-data-go [2021-05-11T07:27:54.314Z] Building docker-security-secretstore-setup-go [2021-05-11T07:27:54.314Z] Building docker-support-scheduler-go [2021-05-11T07:27:54.314Z] Building docker-sys-mgmt-agent-go [2021-05-11T07:27:54.314Z] Building docker-security-proxy-setup-go [2021-05-11T07:28:33.212Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:28:33.213Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:28:33.213Z] ---> e6cb28647a36 [2021-05-11T07:28:33.213Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:28:33.213Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:28:33.213Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:28:33.213Z] ---> e6cb28647a36 [2021-05-11T07:28:33.213Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:28:33.213Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:28:33.213Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:28:33.213Z] ---> e6cb28647a36 [2021-05-11T07:28:33.213Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:28:33.213Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:28:33.213Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:28:33.213Z] ---> e6cb28647a36 [2021-05-11T07:28:33.213Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T07:28:33.213Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:28:33.213Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:28:33.213Z] ---> e6cb28647a36 [2021-05-11T07:28:33.213Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T07:28:33.213Z] ---> Running in 31b3804ba569 [2021-05-11T07:28:33.213Z] ---> Running in 72875c82d8e3 [2021-05-11T07:28:33.213Z] ---> Running in f1d4bc4102e0 [2021-05-11T07:28:33.213Z] ---> Running in 1cb0e83c514d [2021-05-11T07:28:33.213Z] ---> Running in dfe0ae89dc19 [2021-05-11T07:28:33.213Z] Removing intermediate container 1cb0e83c514d [2021-05-11T07:28:33.213Z] ---> 0dbe9af8baea [2021-05-11T07:28:33.213Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:28:33.213Z] Removing intermediate container 31b3804ba569 [2021-05-11T07:28:33.213Z] ---> 7333ca02baff [2021-05-11T07:28:33.213Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:28:33.213Z] Removing intermediate container f1d4bc4102e0 [2021-05-11T07:28:33.213Z] ---> 0c8308097d93 [2021-05-11T07:28:33.213Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:28:33.213Z] Removing intermediate container dfe0ae89dc19 [2021-05-11T07:28:33.213Z] ---> 8880a450d571 [2021-05-11T07:28:33.213Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:28:33.213Z] Removing intermediate container 72875c82d8e3 [2021-05-11T07:28:33.213Z] ---> 78f4fce56697 [2021-05-11T07:28:33.213Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:28:33.213Z] ---> Running in c1de11760b26 [2021-05-11T07:28:33.213Z] ---> Running in 2cd1bbfd1110 [2021-05-11T07:28:33.213Z] ---> Running in 88513bc88767 [2021-05-11T07:28:33.213Z] ---> Running in 37e0ec7cb100 [2021-05-11T07:28:33.213Z] ---> Running in 02268c03828e [2021-05-11T07:28:33.213Z] Removing intermediate container 88513bc88767 [2021-05-11T07:28:33.213Z] ---> 8e2030ed27e8 [2021-05-11T07:28:33.213Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T07:28:33.213Z] Removing intermediate container 2cd1bbfd1110 [2021-05-11T07:28:33.213Z] ---> aac99cad21b9 [2021-05-11T07:28:33.213Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T07:28:33.213Z] ---> Running in b230d081fa63 [2021-05-11T07:28:33.213Z] Removing intermediate container c1de11760b26 [2021-05-11T07:28:33.213Z] ---> e149f5d63d2f [2021-05-11T07:28:33.213Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T07:28:33.213Z] ---> Running in 3c900566c147 [2021-05-11T07:28:33.213Z] ---> Running in bea486cb3d6b [2021-05-11T07:28:33.213Z] Removing intermediate container 37e0ec7cb100 [2021-05-11T07:28:33.213Z] ---> 58a757314d51 [2021-05-11T07:28:33.213Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T07:28:33.213Z] Removing intermediate container 02268c03828e [2021-05-11T07:28:33.213Z] ---> 3d8e309dafd7 [2021-05-11T07:28:33.213Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T07:28:33.213Z] ---> Running in b0774b052568 [2021-05-11T07:28:33.213Z] ---> Running in f928c05bdbee [2021-05-11T07:28:33.213Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:33.213Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:33.213Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:33.476Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:33.476Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:34.865Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:34.865Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:34.865Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:35.140Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:35.140Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:35.404Z] OK: 219 MiB in 52 packages [2021-05-11T07:28:35.667Z] OK: 219 MiB in 52 packages [2021-05-11T07:28:35.934Z] OK: 219 MiB in 52 packages [2021-05-11T07:28:36.206Z] OK: 219 MiB in 52 packages [2021-05-11T07:28:36.206Z] Removing intermediate container b230d081fa63 [2021-05-11T07:28:36.206Z] ---> 2beac0db2a26 [2021-05-11T07:28:36.206Z] Step 6/26 : COPY go.mod . [2021-05-11T07:28:36.206Z] Removing intermediate container 3c900566c147 [2021-05-11T07:28:36.206Z] ---> 29a9e7b2068c [2021-05-11T07:28:36.206Z] Step 6/22 : COPY go.mod . [2021-05-11T07:28:36.479Z] Removing intermediate container b0774b052568 [2021-05-11T07:28:36.479Z] ---> 5abf2be62753 [2021-05-11T07:28:36.479Z] Step 6/23 : COPY go.mod . [2021-05-11T07:28:36.740Z] ---> 8870e8f3b002 [2021-05-11T07:28:36.740Z] Step 7/26 : RUN go mod download [2021-05-11T07:28:36.740Z] ---> 2674821cf993 [2021-05-11T07:28:36.740Z] Step 7/22 : RUN go mod download [2021-05-11T07:28:36.740Z] ---> Running in a2915ad05422 [2021-05-11T07:28:37.003Z] ---> Running in 2d4dabdd41b8 [2021-05-11T07:28:37.003Z] ---> ca30dba6a45a [2021-05-11T07:28:37.003Z] Step 7/23 : RUN go mod download [2021-05-11T07:28:37.003Z] Removing intermediate container f928c05bdbee [2021-05-11T07:28:37.003Z] ---> 5eedea1e2ab2 [2021-05-11T07:28:37.003Z] Step 6/24 : COPY go.mod . [2021-05-11T07:28:37.268Z] OK: 219 MiB in 52 packages [2021-05-11T07:28:37.268Z] ---> Running in 0a3b7fd0f644 [2021-05-11T07:28:37.538Z] ---> 322c4b9fdf90 [2021-05-11T07:28:37.538Z] Step 7/24 : RUN go mod download [2021-05-11T07:28:37.802Z] ---> Running in 0172fcb71b31 [2021-05-11T07:28:38.067Z] Removing intermediate container bea486cb3d6b [2021-05-11T07:28:38.067Z] ---> 85cb32ac926a [2021-05-11T07:28:38.067Z] Step 6/24 : COPY go.mod . [2021-05-11T07:28:38.336Z] ---> 95ca01b11003 [2021-05-11T07:28:38.336Z] Step 7/24 : RUN go mod download [2021-05-11T07:28:38.599Z] ---> Running in 57eb8393c90d [2021-05-11T07:28:39.175Z] Removing intermediate container 0a3b7fd0f644 [2021-05-11T07:28:39.175Z] ---> c2533c1f6c3c [2021-05-11T07:28:39.175Z] Step 8/23 : COPY . . [2021-05-11T07:28:39.439Z] Removing intermediate container 2d4dabdd41b8 [2021-05-11T07:28:39.439Z] ---> 8bc06c4f0bf9 [2021-05-11T07:28:39.439Z] Step 8/22 : COPY . . [2021-05-11T07:28:39.439Z] Removing intermediate container a2915ad05422 [2021-05-11T07:28:39.439Z] ---> d4583be94f11 [2021-05-11T07:28:39.439Z] Step 8/26 : COPY . . [2021-05-11T07:28:39.439Z] Removing intermediate container 0172fcb71b31 [2021-05-11T07:28:39.439Z] ---> dfa8e0006eb9 [2021-05-11T07:28:39.439Z] Step 8/24 : COPY . . [2021-05-11T07:28:44.771Z] Removing intermediate container 57eb8393c90d [2021-05-11T07:28:44.771Z] ---> c3048b7bad62 [2021-05-11T07:28:44.771Z] Step 8/24 : COPY . . [2021-05-11T07:29:23.954Z] ---> 8c00a4447221 [2021-05-11T07:29:23.954Z] Step 9/26 : RUN go mod tidy [2021-05-11T07:29:23.954Z] ---> Running in 2cb3f6d91065 [2021-05-11T07:29:23.954Z] ---> 39235297c584 [2021-05-11T07:29:23.954Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:29:23.954Z] ---> ec315b9c87d5 [2021-05-11T07:29:23.954Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:29:23.954Z] ---> d372fd447995 [2021-05-11T07:29:23.954Z] Step 9/22 : RUN go mod tidy [2021-05-11T07:29:23.954Z] ---> 02ae1686c690 [2021-05-11T07:29:23.954Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:29:23.954Z] ---> Running in 7b48e743dc7c [2021-05-11T07:29:23.954Z] ---> Running in e329c1ae3a07 [2021-05-11T07:29:23.954Z] ---> Running in fff81534ab1d [2021-05-11T07:29:23.954Z] ---> Running in 259e922bb398 [2021-05-11T07:29:23.954Z] Removing intermediate container 2cb3f6d91065 [2021-05-11T07:29:23.954Z] ---> 59430c72f9ad [2021-05-11T07:29:23.954Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T07:29:24.217Z] ---> Running in 2429bc8f567e [2021-05-11T07:29:24.217Z] Removing intermediate container e329c1ae3a07 [2021-05-11T07:29:24.217Z] ---> edc625b2b825 [2021-05-11T07:29:24.217Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T07:29:24.481Z] ---> Running in c068835be1cd [2021-05-11T07:29:24.481Z] Removing intermediate container fff81534ab1d [2021-05-11T07:29:24.481Z] ---> 6905a964d6f4 [2021-05-11T07:29:24.481Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T07:29:24.744Z] Removing intermediate container 259e922bb398 [2021-05-11T07:29:24.744Z] ---> 66da60c70287 [2021-05-11T07:29:24.744Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T07:29:24.744Z] Removing intermediate container 7b48e743dc7c [2021-05-11T07:29:24.744Z] ---> 2aab06b8649e [2021-05-11T07:29:24.744Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T07:29:25.008Z] ---> Running in 8213d0496410 [2021-05-11T07:29:25.008Z] ---> Running in ca67ed4c402d [2021-05-11T07:29:25.008Z] ---> Running in 4534d45f3d4f [2021-05-11T07:29:25.273Z] 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-05-11T07:29:25.553Z] 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-05-11T07:29:25.823Z] 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-05-11T07:29:26.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-05-11T07:29:26.800Z] 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-05-11T07:30:05.739Z] 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-05-11T07:30:05.739Z] 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-05-11T07:30:05.739Z] Removing intermediate container 8213d0496410 [2021-05-11T07:30:05.739Z] ---> b220e03cbd96 [2021-05-11T07:30:05.739Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T07:30:06.000Z] ---> Running in 5abf17c94ee6 [2021-05-11T07:30:10.221Z] 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-05-11T07:30:12.159Z] Removing intermediate container ca67ed4c402d [2021-05-11T07:30:12.159Z] ---> ab53f52757c1 [2021-05-11T07:30:12.159Z] [2021-05-11T07:30:12.159Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T07:30:12.159Z] Removing intermediate container 4534d45f3d4f [2021-05-11T07:30:12.159Z] ---> 57393de1c992 [2021-05-11T07:30:12.159Z] [2021-05-11T07:30:12.159Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:30:12.159Z] 3.12: Pulling from library/alpine [2021-05-11T07:30:12.159Z] 3.12: Pulling from library/alpine [2021-05-11T07:30:12.739Z] Removing intermediate container 2429bc8f567e [2021-05-11T07:30:12.739Z] ---> ed917af9e024 [2021-05-11T07:30:12.739Z] [2021-05-11T07:30:12.739Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T07:30:12.739Z] 3.12: Pulling from library/alpine [2021-05-11T07:30:13.005Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:30:13.005Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:30:13.005Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:30:13.005Z] Status: Image is up to date for alpine:3.12 [2021-05-11T07:30:13.005Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:30:13.005Z] Status: Image is up to date for alpine:3.12 [2021-05-11T07:30:13.005Z] ---> 13621d1b12d4 [2021-05-11T07:30:13.005Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T07:30:13.005Z] ---> 13621d1b12d4 [2021-05-11T07:30:13.005Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T07:30:13.005Z] ---> 13621d1b12d4 [2021-05-11T07:30:13.005Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:30:14.394Z] ---> Running in e53769560b0c [2021-05-11T07:30:14.394Z] ---> Running in f99341eaba5e [2021-05-11T07:30:14.394Z] ---> Running in ab83ec1e02ec [2021-05-11T07:30:14.394Z] Removing intermediate container c068835be1cd [2021-05-11T07:30:14.394Z] ---> c44829c6cc36 [2021-05-11T07:30:14.394Z] [2021-05-11T07:30:14.394Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:30:14.394Z] ---> 13621d1b12d4 [2021-05-11T07:30:14.394Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T07:30:14.658Z] ---> Running in aee35a8c699b [2021-05-11T07:30:14.658Z] Removing intermediate container 5abf17c94ee6 [2021-05-11T07:30:14.658Z] ---> e8dede9de37d [2021-05-11T07:30:14.658Z] [2021-05-11T07:30:14.658Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T07:30:14.922Z] 20.10.0: Pulling from library/docker [2021-05-11T07:30:15.184Z] Removing intermediate container aee35a8c699b [2021-05-11T07:30:15.184Z] ---> 451db6df057c [2021-05-11T07:30:15.184Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T07:30:15.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:15.455Z] ---> Running in 77b43c4ff179 [2021-05-11T07:30:15.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:15.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:16.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:16.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:16.009Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T07:30:16.009Z] Removing intermediate container 77b43c4ff179 [2021-05-11T07:30:16.009Z] ---> eea984501f5c [2021-05-11T07:30:16.009Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T07:30:16.009Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:30:16.009Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T07:30:16.270Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T07:30:16.270Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:30:16.270Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T07:30:16.270Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:30:16.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:16.270Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T07:30:16.534Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T07:30:16.534Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:30:16.534Z] OK: 6 MiB in 15 packages [2021-05-11T07:30:16.534Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:30:16.534Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T07:30:16.534Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T07:30:16.534Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:30:16.797Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:30:16.797Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:30:16.797Z] OK: 7 MiB in 18 packages [2021-05-11T07:30:17.061Z] OK: 7 MiB in 20 packages [2021-05-11T07:30:17.681Z] ---> Running in 6ae5fc69c09c [2021-05-11T07:30:18.261Z] Removing intermediate container 6ae5fc69c09c [2021-05-11T07:30:18.261Z] ---> 32a22e30529e [2021-05-11T07:30:18.261Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:30:19.212Z] ---> Running in c6809452a90c [2021-05-11T07:30:19.212Z] Removing intermediate container ab83ec1e02ec [2021-05-11T07:30:19.212Z] ---> 0fb960bb0e8b [2021-05-11T07:30:19.212Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:30:20.158Z] Removing intermediate container f99341eaba5e [2021-05-11T07:30:20.158Z] ---> 0d6c29db7074 [2021-05-11T07:30:20.158Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:30:20.733Z] ---> Running in 7b5e70a73317 [2021-05-11T07:30:20.733Z] Removing intermediate container e53769560b0c [2021-05-11T07:30:20.733Z] ---> cab24598a76c [2021-05-11T07:30:20.733Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:30:21.005Z] ---> Running in 1141d523257d [2021-05-11T07:30:21.005Z] ---> Running in c816b7312087 [2021-05-11T07:30:21.270Z] Removing intermediate container 7b5e70a73317 [2021-05-11T07:30:21.271Z] ---> c80667534417 [2021-05-11T07:30:21.271Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T07:30:21.271Z] Removing intermediate container 1141d523257d [2021-05-11T07:30:21.271Z] ---> 01e82f769bd7 [2021-05-11T07:30:21.271Z] Step 14/22 : WORKDIR /edgex [2021-05-11T07:30:21.534Z] ---> Running in 0628e46a3493 [2021-05-11T07:30:21.534Z] ---> Running in c3281c009ba5 [2021-05-11T07:30:21.534Z] Removing intermediate container c816b7312087 [2021-05-11T07:30:21.534Z] ---> 727d67456636 [2021-05-11T07:30:21.534Z] Step 14/26 : WORKDIR / [2021-05-11T07:30:21.797Z] ---> Running in 139ecc64aacf [2021-05-11T07:30:21.797Z] Removing intermediate container 0628e46a3493 [2021-05-11T07:30:21.797Z] ---> 8e9ec09aae5b [2021-05-11T07:30:21.797Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:30:22.063Z] Removing intermediate container c3281c009ba5 [2021-05-11T07:30:22.063Z] ---> fc4643379501 [2021-05-11T07:30:22.063Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T07:30:22.063Z] ---> Running in aef438057210 [2021-05-11T07:30:22.063Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T07:30:22.063Z] Removing intermediate container 139ecc64aacf [2021-05-11T07:30:22.063Z] ---> a9b61c567623 [2021-05-11T07:30:22.063Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T07:30:22.328Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T07:30:22.328Z] ---> aefe523efa57 [2021-05-11T07:30:22.328Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:30:22.328Z] Removing intermediate container c6809452a90c [2021-05-11T07:30:22.328Z] ---> e921b5b06f76 [2021-05-11T07:30:22.328Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T07:30:22.592Z] ---> Running in 4b25f43afc10 [2021-05-11T07:30:22.592Z] ---> b819f7bf0cef [2021-05-11T07:30:22.592Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T07:30:22.592Z] ---> Running in 73e6274dda5e [2021-05-11T07:30:22.592Z] Removing intermediate container aef438057210 [2021-05-11T07:30:22.592Z] ---> 8a16a8d998db [2021-05-11T07:30:22.592Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:30:22.592Z] ---> edccb90717c4 [2021-05-11T07:30:22.592Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T07:30:22.854Z] Removing intermediate container 4b25f43afc10 [2021-05-11T07:30:22.854Z] ---> 43e2a257738c [2021-05-11T07:30:22.854Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T07:30:23.118Z] ---> 023260801f9c [2021-05-11T07:30:23.118Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T07:30:23.118Z] ---> Running in 5af2eeb55b31 [2021-05-11T07:30:23.118Z] ---> f80fa6f75a23 [2021-05-11T07:30:23.118Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T07:30:23.118Z] ---> 8dc41b77c796 [2021-05-11T07:30:23.118Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T07:30:23.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:24.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:24.341Z] ---> 582dc9439e69 [2021-05-11T07:30:24.342Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T07:30:24.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:24.342Z] ---> 869d7e09adff [2021-05-11T07:30:24.342Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T07:30:24.342Z] ---> 135d6bd2a91e [2021-05-11T07:30:24.342Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T07:30:24.607Z] ---> Running in 39aebd9d63f1 [2021-05-11T07:30:24.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:24.607Z] ---> ed28ad03c5b9 [2021-05-11T07:30:24.607Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T07:30:24.607Z] Removing intermediate container 39aebd9d63f1 [2021-05-11T07:30:24.607Z] ---> 07e6aa3cba1d [2021-05-11T07:30:24.607Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T07:30:24.873Z] ---> e05452b6efd8 [2021-05-11T07:30:24.873Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T07:30:24.873Z] ---> Running in 2304f99bdd4e [2021-05-11T07:30:24.873Z] ---> Running in 553aec71683a [2021-05-11T07:30:25.139Z] Removing intermediate container 2304f99bdd4e [2021-05-11T07:30:25.139Z] ---> 18b8d2c70fc2 [2021-05-11T07:30:25.139Z] Step 20/22 : LABEL arch=x86_64 [2021-05-11T07:30:25.139Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T07:30:25.139Z] Removing intermediate container 553aec71683a [2021-05-11T07:30:25.139Z] ---> 44bc8bb80f81 [2021-05-11T07:30:25.139Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:30:25.139Z] ---> Running in 2efbfc3705f0 [2021-05-11T07:30:25.139Z] ---> c636aece5e2e [2021-05-11T07:30:25.139Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T07:30:25.139Z] ---> Running in 2a76a145b8b9 [2021-05-11T07:30:25.401Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T07:30:25.401Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:30:25.401Z] Removing intermediate container 2efbfc3705f0 [2021-05-11T07:30:25.401Z] ---> c10262f72e34 [2021-05-11T07:30:25.401Z] Step 21/22 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b [2021-05-11T07:30:25.401Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T07:30:25.663Z] ---> Running in c8f0644ad2d3 [2021-05-11T07:30:25.663Z] Removing intermediate container 2a76a145b8b9 [2021-05-11T07:30:25.663Z] ---> 53e04efdc740 [2021-05-11T07:30:25.663Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T07:30:25.663Z] ---> Running in 667fc0f5753c [2021-05-11T07:30:25.663Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:30:25.663Z] ---> 1f8bcb4222ee [2021-05-11T07:30:25.663Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T07:30:25.663Z] Removing intermediate container c8f0644ad2d3 [2021-05-11T07:30:25.663Z] ---> 8b4b33e6658e [2021-05-11T07:30:25.663Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T07:30:25.928Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:30:25.928Z] Executing bash-5.0.17-r0.post-install [2021-05-11T07:30:25.928Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:30:25.928Z] ---> Running in 87c605c9e4c5 [2021-05-11T07:30:25.928Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T07:30:25.928Z] Removing intermediate container 667fc0f5753c [2021-05-11T07:30:25.928Z] ---> 4a517c117a3f [2021-05-11T07:30:25.928Z] Step 22/23 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b [2021-05-11T07:30:26.191Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T07:30:26.191Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T07:30:26.191Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T07:30:26.191Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T07:30:26.191Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T07:30:26.191Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T07:30:26.191Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T07:30:26.191Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T07:30:26.191Z] ---> Running in 09c5689da68d [2021-05-11T07:30:26.191Z] ---> b94d769ae488 [2021-05-11T07:30:26.191Z] Step 22/26 : 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-05-11T07:30:26.191Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T07:30:26.191Z] Removing intermediate container 87c605c9e4c5 [2021-05-11T07:30:26.191Z] ---> 2f03fae7f7e9 [2021-05-11T07:30:26.191Z] [2021-05-11T07:30:26.461Z] ---> Running in 69c11eebad47 [2021-05-11T07:30:26.461Z] Removing intermediate container 09c5689da68d [2021-05-11T07:30:26.461Z] ---> 4f08e86d4bda [2021-05-11T07:30:26.461Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:30:26.724Z] Successfully built 2f03fae7f7e9 [2021-05-11T07:30:26.724Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-11T07:30:26.724Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-05-11T07:30:26.724Z] ---> Running in b61f0dbb47a5 [2021-05-11T07:30:27.298Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T07:30:27.559Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T07:30:27.559Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:30:27.559Z] OK: 8 MiB in 20 packages [2021-05-11T07:30:29.494Z] Removing intermediate container b61f0dbb47a5 [2021-05-11T07:30:29.494Z] ---> fd3458896750 [2021-05-11T07:30:29.494Z] [2021-05-11T07:30:32.068Z] Successfully built fd3458896750 [2021-05-11T07:30:32.068Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-11T07:30:32.068Z] Building docker-support-notifications-go [2021-05-11T07:30:36.285Z]  Building docker-support-scheduler-go ... done (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T07:30:36.285Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T07:30:36.285Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T07:30:36.553Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T07:30:36.553Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T07:30:36.553Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T07:30:36.553Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T07:30:37.126Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T07:30:37.703Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T07:30:39.099Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T07:30:39.099Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T07:30:39.099Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T07:30:39.099Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T07:30:39.674Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T07:30:40.620Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T07:30:40.620Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T07:30:41.567Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T07:30:41.835Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T07:30:41.835Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T07:30:42.098Z] Removing intermediate container 69c11eebad47 [2021-05-11T07:30:42.098Z] ---> e72de099b9bc [2021-05-11T07:30:42.098Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T07:30:42.098Z] Removing intermediate container 73e6274dda5e [2021-05-11T07:30:42.098Z] ---> 3a4834b7d776 [2021-05-11T07:30:42.098Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:30:43.058Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T07:30:44.005Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T07:30:44.005Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T07:30:44.005Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T07:30:44.270Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T07:30:44.270Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T07:30:44.270Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T07:30:44.850Z] ---> Running in d49ba6521f9f [2021-05-11T07:30:44.850Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T07:30:45.115Z] OK: 72 MiB in 59 packages [2021-05-11T07:30:46.526Z] ---> 6686c72db15c [2021-05-11T07:30:46.526Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T07:30:47.919Z] Removing intermediate container d49ba6521f9f [2021-05-11T07:30:47.919Z] ---> 3db1fda1e79e [2021-05-11T07:30:47.919Z] Step 24/26 : LABEL arch=x86_64 [2021-05-11T07:30:52.185Z] ---> Running in ec1afd830c40 [2021-05-11T07:30:53.147Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:30:53.147Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:30:53.147Z] ---> e6cb28647a36 [2021-05-11T07:30:53.147Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:30:53.147Z] ---> Using cache [2021-05-11T07:30:53.147Z] ---> 78f4fce56697 [2021-05-11T07:30:53.147Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:30:53.147Z] ---> Using cache [2021-05-11T07:30:53.147Z] ---> 3d8e309dafd7 [2021-05-11T07:30:53.147Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:30:53.147Z] ---> 7aa954bd6b24 [2021-05-11T07:30:53.147Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T07:30:54.557Z] Collecting docker-compose==1.23.2 [2021-05-11T07:30:54.557Z] ---> Running in aaf35b801c5e [2021-05-11T07:30:54.557Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T07:30:54.557Z] Removing intermediate container ec1afd830c40 [2021-05-11T07:30:54.557Z] ---> 8e1385500922 [2021-05-11T07:30:54.557Z] Step 25/26 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b [2021-05-11T07:30:54.826Z] 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-05-11T07:30:54.826Z] ---> e6a7444266b3 [2021-05-11T07:30:54.826Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T07:30:55.088Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T07:30:55.088Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T07:30:55.088Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:30:55.088Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:30:55.088Z] ---> e6cb28647a36 [2021-05-11T07:30:55.088Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:30:55.088Z] ---> Using cache [2021-05-11T07:30:55.088Z] ---> 78f4fce56697 [2021-05-11T07:30:55.088Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:30:55.088Z] ---> Using cache [2021-05-11T07:30:55.088Z] ---> 3d8e309dafd7 [2021-05-11T07:30:55.088Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T07:30:56.036Z] ---> Running in 90e4d88e7feb [2021-05-11T07:30:56.036Z] ---> Running in d4aa65c5ec59 [2021-05-11T07:30:56.036Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T07:30:56.036Z] ---> Running in 1980a8e322cb [2021-05-11T07:30:56.036Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T07:30:56.308Z] Removing intermediate container 90e4d88e7feb [2021-05-11T07:30:56.308Z] ---> a31e6fb3e13c [2021-05-11T07:30:56.308Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T07:30:56.309Z] ---> Running in cf5a063866f6 [2021-05-11T07:30:56.309Z] Removing intermediate container 1980a8e322cb [2021-05-11T07:30:56.309Z] ---> 5fde71e024b4 [2021-05-11T07:30:56.309Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:30:56.309Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:56.572Z] ---> Running in 0afa0de6b423 [2021-05-11T07:30:56.572Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:56.572Z] Removing intermediate container cf5a063866f6 [2021-05-11T07:30:56.572Z] ---> b317919662d2 [2021-05-11T07:30:56.572Z] [2021-05-11T07:30:56.835Z] Removing intermediate container 0afa0de6b423 [2021-05-11T07:30:56.835Z] ---> eb8fe896c349 [2021-05-11T07:30:56.835Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:30:56.835Z] ---> Running in 9909f84e9322 [2021-05-11T07:30:56.835Z] Successfully built b317919662d2 [2021-05-11T07:30:56.835Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-11T07:30:56.835Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-05-11T07:30:57.098Z] Removing intermediate container 9909f84e9322 [2021-05-11T07:30:57.098Z] ---> 01082901d953 [2021-05-11T07:30:57.098Z] Step 23/24 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b [2021-05-11T07:30:57.098Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T07:30:57.098Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T07:30:57.098Z] ---> Running in f64c135d0af8 [2021-05-11T07:30:57.363Z] Removing intermediate container f64c135d0af8 [2021-05-11T07:30:57.363Z] ---> a024e536bb63 [2021-05-11T07:30:57.363Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:30:57.363Z] ---> Running in 0a92c3a787e1 [2021-05-11T07:30:57.941Z] Collecting PyYAML<4,>=3.10 [2021-05-11T07:30:57.941Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T07:30:57.941Z] Removing intermediate container 0a92c3a787e1 [2021-05-11T07:30:57.941Z] ---> 667093a0df90 [2021-05-11T07:30:57.941Z] [2021-05-11T07:30:57.941Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:58.223Z] Successfully built 667093a0df90 [2021-05-11T07:30:58.223Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:30:58.815Z] Successfully tagged docker-core-data-go:latest [2021-05-11T07:30:58.815Z] Building docker-core-metadata-go [2021-05-11T07:30:59.101Z]  Building docker-core-data-go ... done OK: 219 MiB in 52 packages [2021-05-11T07:30:59.379Z] OK: 219 MiB in 52 packages [2021-05-11T07:31:01.313Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T07:31:01.313Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T07:31:02.259Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T07:31:02.259Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T07:31:03.662Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T07:31:03.662Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T07:31:06.245Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T07:31:06.245Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T07:31:06.245Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T07:31:06.245Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T07:31:06.245Z] 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-05-11T07:31:06.245Z] Collecting idna<2.8,>=2.5 [2021-05-11T07:31:06.245Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T07:31:06.522Z] Removing intermediate container aaf35b801c5e [2021-05-11T07:31:06.522Z] ---> 8895b27e3d62 [2021-05-11T07:31:06.522Z] Step 6/24 : COPY go.mod . [2021-05-11T07:31:06.522Z] Removing intermediate container d4aa65c5ec59 [2021-05-11T07:31:06.522Z] ---> 22865a780e4e [2021-05-11T07:31:06.522Z] Step 6/23 : COPY go.mod . [2021-05-11T07:31:06.784Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T07:31:06.784Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T07:31:06.785Z] 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-05-11T07:31:07.048Z] ---> e1f2af9ee323 [2021-05-11T07:31:07.048Z] Step 7/24 : RUN go mod download [2021-05-11T07:31:07.048Z] ---> 239a5cf635d0 [2021-05-11T07:31:07.048Z] Step 7/23 : RUN go mod download [2021-05-11T07:31:07.631Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T07:31:07.631Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T07:31:08.582Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T07:31:08.582Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T07:31:08.582Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T07:31:08.582Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T07:31:09.162Z] Installing collected packages: idna, urllib3, requests, dockerpty, texttable, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, docopt, cached-property, docker-compose [2021-05-11T07:31:09.162Z] Attempting uninstall: idna [2021-05-11T07:31:09.162Z] Found existing installation: idna 2.9 [2021-05-11T07:31:09.162Z] Uninstalling idna-2.9: [2021-05-11T07:31:09.162Z] Successfully uninstalled idna-2.9 [2021-05-11T07:31:10.113Z] ---> Running in f61be210de01 [2021-05-11T07:31:10.113Z] ---> Running in 82c3dffdb3ae [2021-05-11T07:31:10.113Z] Attempting uninstall: urllib3 [2021-05-11T07:31:10.113Z] Found existing installation: urllib3 1.25.9 [2021-05-11T07:31:10.113Z] Uninstalling urllib3-1.25.9: [2021-05-11T07:31:10.113Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T07:31:10.694Z] Attempting uninstall: requests [2021-05-11T07:31:10.694Z] Found existing installation: requests 2.23.0 [2021-05-11T07:31:10.694Z] Uninstalling requests-2.23.0: [2021-05-11T07:31:10.694Z] Successfully uninstalled requests-2.23.0 [2021-05-11T07:31:14.044Z] Running setup.py install for dockerpty: started [2021-05-11T07:31:16.658Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T07:31:16.659Z] Running setup.py install for texttable: started [2021-05-11T07:31:16.926Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:31:16.926Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:31:16.926Z] ---> e6cb28647a36 [2021-05-11T07:31:16.926Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T07:31:16.926Z] ---> Using cache [2021-05-11T07:31:16.926Z] ---> 78f4fce56697 [2021-05-11T07:31:16.926Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:31:16.926Z] ---> Using cache [2021-05-11T07:31:16.926Z] ---> 3d8e309dafd7 [2021-05-11T07:31:16.926Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T07:31:16.926Z] ---> Using cache [2021-05-11T07:31:16.926Z] ---> 8895b27e3d62 [2021-05-11T07:31:16.926Z] Step 6/32 : COPY go.mod . [2021-05-11T07:31:16.926Z] ---> Using cache [2021-05-11T07:31:16.926Z] ---> e1f2af9ee323 [2021-05-11T07:31:16.926Z] Step 7/32 : RUN go mod download [2021-05-11T07:31:16.926Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T07:31:16.926Z] Running setup.py install for PyYAML: started [2021-05-11T07:31:17.191Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:31:17.191Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:31:17.191Z] ---> e6cb28647a36 [2021-05-11T07:31:17.191Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:31:17.191Z] ---> Using cache [2021-05-11T07:31:17.191Z] ---> 78f4fce56697 [2021-05-11T07:31:17.191Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:31:17.191Z] ---> Using cache [2021-05-11T07:31:17.191Z] ---> 3d8e309dafd7 [2021-05-11T07:31:17.191Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:31:17.191Z] ---> Using cache [2021-05-11T07:31:17.191Z] ---> 8895b27e3d62 [2021-05-11T07:31:17.191Z] Step 6/24 : COPY go.mod . [2021-05-11T07:31:17.191Z] ---> Using cache [2021-05-11T07:31:17.191Z] ---> e1f2af9ee323 [2021-05-11T07:31:17.191Z] Step 7/24 : RUN go mod download [2021-05-11T07:31:18.136Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T07:31:18.397Z] ---> Running in 9b934646f57a [2021-05-11T07:31:18.397Z] ---> Running in 9248a95a08da [2021-05-11T07:31:20.324Z] Removing intermediate container 82c3dffdb3ae [2021-05-11T07:31:20.324Z] ---> a6b5a38205c5 [2021-05-11T07:31:20.324Z] Step 8/23 : COPY . . [2021-05-11T07:31:20.324Z] Running setup.py install for docopt: started [2021-05-11T07:31:20.324Z] Removing intermediate container f61be210de01 [2021-05-11T07:31:20.324Z] ---> 0b41c6402142 [2021-05-11T07:31:20.324Z] Step 8/24 : COPY . . [2021-05-11T07:31:20.899Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T07:31:24.296Z] 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.59.0 [2021-05-11T07:31:27.775Z] Removing intermediate container 9b934646f57a [2021-05-11T07:31:27.775Z] ---> 1df8db5f790e [2021-05-11T07:31:27.775Z] Step 8/32 : COPY . . [2021-05-11T07:31:31.110Z] Removing intermediate container 9248a95a08da [2021-05-11T07:31:31.110Z] ---> b8afd9962ffb [2021-05-11T07:31:31.110Z] Step 8/24 : COPY . . [2021-05-11T07:32:10.015Z] ---> 6bcf52072e02 [2021-05-11T07:32:10.015Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:32:10.015Z] ---> c83d64a77c5f [2021-05-11T07:32:10.015Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:32:10.015Z] ---> 670d227c0e33 [2021-05-11T07:32:10.015Z] Step 9/32 : RUN go mod tidy [2021-05-11T07:32:10.015Z] ---> Running in e77c79881a3b [2021-05-11T07:32:10.015Z] ---> Running in 7696ebb4e80a [2021-05-11T07:32:10.015Z] ---> Running in ff4a95becffe [2021-05-11T07:32:10.015Z] ---> 52b6f0de53e8 [2021-05-11T07:32:10.015Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:32:10.015Z] Removing intermediate container 5af2eeb55b31 [2021-05-11T07:32:10.015Z] ---> 6465710f761f [2021-05-11T07:32:10.015Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T07:32:10.015Z] ---> Running in b1dee7dcc86b [2021-05-11T07:32:10.015Z] ---> Running in 57fe1e5ab76e [2021-05-11T07:32:10.015Z] Removing intermediate container 57fe1e5ab76e [2021-05-11T07:32:10.015Z] ---> 8023123bdfe4 [2021-05-11T07:32:10.015Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T07:32:10.015Z] ---> Running in f22c7203345c [2021-05-11T07:32:10.015Z] Removing intermediate container f22c7203345c [2021-05-11T07:32:10.015Z] ---> 4a3367d67d31 [2021-05-11T07:32:10.015Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T07:32:10.015Z] ---> 227dcbf89bb8 [2021-05-11T07:32:10.015Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T07:32:10.015Z] ---> 0da5ae3877aa [2021-05-11T07:32:10.015Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T07:32:10.015Z] ---> bc11c3df16cd [2021-05-11T07:32:10.015Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T07:32:10.015Z] ---> Running in 5a7c2a0f7a9f [2021-05-11T07:32:10.015Z] Removing intermediate container 5a7c2a0f7a9f [2021-05-11T07:32:10.015Z] ---> 2bcfc6276aae [2021-05-11T07:32:10.015Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:32:10.015Z] ---> Running in 9d2a0871020d [2021-05-11T07:32:10.277Z] Removing intermediate container 9d2a0871020d [2021-05-11T07:32:10.277Z] ---> 431a088de9ab [2021-05-11T07:32:10.277Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:32:10.277Z] ---> Running in f86f9e37d2c0 [2021-05-11T07:32:10.572Z] Removing intermediate container f86f9e37d2c0 [2021-05-11T07:32:10.572Z] ---> 0b3d13106126 [2021-05-11T07:32:10.572Z] Step 23/24 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b [2021-05-11T07:32:10.572Z] ---> Running in 4370d809f241 [2021-05-11T07:32:11.526Z] Removing intermediate container 4370d809f241 [2021-05-11T07:32:11.526Z] ---> 296e9cf19424 [2021-05-11T07:32:11.526Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:32:11.789Z] ---> Running in a8da40743a22 [2021-05-11T07:32:12.370Z] Removing intermediate container a8da40743a22 [2021-05-11T07:32:12.370Z] ---> b63d1b6d1b70 [2021-05-11T07:32:12.370Z] [2021-05-11T07:32:12.370Z] Removing intermediate container ff4a95becffe [2021-05-11T07:32:12.370Z] ---> 98e227ac4358 [2021-05-11T07:32:12.370Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T07:32:12.370Z] Removing intermediate container e77c79881a3b [2021-05-11T07:32:12.370Z] ---> 2d28d7e41ea4 [2021-05-11T07:32:12.370Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T07:32:12.370Z] Successfully built b63d1b6d1b70 [2021-05-11T07:32:12.370Z] Removing intermediate container b1dee7dcc86b [2021-05-11T07:32:12.370Z] ---> b35df903946b [2021-05-11T07:32:12.370Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T07:32:12.634Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-11T07:32:12.634Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in cc1e3552e1b9 [2021-05-11T07:32:12.634Z] ---> Running in fbae320c02c3 [2021-05-11T07:32:12.634Z] ---> Running in ece7d614ac74 [2021-05-11T07:32:12.634Z] Removing intermediate container 7696ebb4e80a [2021-05-11T07:32:12.634Z] ---> 707d19950bba [2021-05-11T07:32:12.634Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T07:32:12.899Z] ---> Running in 313c334652d4 [2021-05-11T07:32:13.869Z] 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-05-11T07:32:13.869Z] 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-05-11T07:32:13.869Z] 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-05-11T07:32:13.869Z] 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-05-11T07:32:52.753Z] Removing intermediate container 313c334652d4 [2021-05-11T07:32:52.753Z] ---> 93effa4b53e1 [2021-05-11T07:32:52.753Z] [2021-05-11T07:32:52.753Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T07:32:52.753Z] Removing intermediate container fbae320c02c3 [2021-05-11T07:32:52.753Z] ---> 8471dc1841ba [2021-05-11T07:32:52.753Z] [2021-05-11T07:32:52.753Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:32:52.753Z] ---> 13621d1b12d4 [2021-05-11T07:32:52.753Z] ---> 13621d1b12d4 [2021-05-11T07:32:52.753Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:32:52.753Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T07:32:52.753Z] ---> Using cache [2021-05-11T07:32:52.753Z] ---> 0fb960bb0e8b [2021-05-11T07:32:52.753Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:32:52.753Z] ---> Using cache [2021-05-11T07:32:52.753Z] ---> c80667534417 [2021-05-11T07:32:52.753Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T07:32:53.706Z] ---> Running in e955df5068e4 [2021-05-11T07:32:53.706Z] ---> Running in c55ad8fe0a25 [2021-05-11T07:32:54.106Z] Removing intermediate container cc1e3552e1b9 [2021-05-11T07:32:54.106Z] ---> 768929e6689e [2021-05-11T07:32:54.106Z] [2021-05-11T07:32:54.106Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:32:54.106Z] ---> 13621d1b12d4 [2021-05-11T07:32:54.106Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T07:32:54.368Z] ---> Running in 525ccf1a7b97 [2021-05-11T07:32:55.315Z] Removing intermediate container e955df5068e4 [2021-05-11T07:32:55.315Z] ---> 9fbe17489827 [2021-05-11T07:32:55.315Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T07:32:56.260Z] Removing intermediate container c55ad8fe0a25 [2021-05-11T07:32:56.260Z] ---> 26c96780330a [2021-05-11T07:32:56.260Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:32:56.260Z] ---> Running in 22f9b696ed70 [2021-05-11T07:32:56.260Z] ---> Running in 9f48b80cf1a7 [2021-05-11T07:32:56.260Z] Removing intermediate container ece7d614ac74 [2021-05-11T07:32:56.260Z] ---> 06e6ad8764af [2021-05-11T07:32:56.260Z] [2021-05-11T07:32:56.260Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:32:56.260Z] ---> 13621d1b12d4 [2021-05-11T07:32:56.260Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:32:56.260Z] ---> Using cache [2021-05-11T07:32:56.260Z] ---> 0fb960bb0e8b [2021-05-11T07:32:56.260Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:32:56.260Z] ---> Using cache [2021-05-11T07:32:56.260Z] ---> c80667534417 [2021-05-11T07:32:56.260Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T07:32:56.524Z] ---> Running in a2c2beee896c [2021-05-11T07:32:56.524Z] Removing intermediate container 9f48b80cf1a7 [2021-05-11T07:32:56.524Z] ---> b0ba8d1ecf53 [2021-05-11T07:32:56.524Z] Step 16/24 : WORKDIR / [2021-05-11T07:32:56.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:32:56.524Z] ---> Running in ebed5862fe08 [2021-05-11T07:32:56.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:32:56.797Z] Removing intermediate container a2c2beee896c [2021-05-11T07:32:56.797Z] ---> 23e85cac126e [2021-05-11T07:32:56.797Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:32:56.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:32:56.797Z] ---> Running in 1e876c5ece16 [2021-05-11T07:32:56.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:32:56.797Z] Removing intermediate container ebed5862fe08 [2021-05-11T07:32:56.797Z] ---> 8b226fd53ea9 [2021-05-11T07:32:56.797Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:32:57.060Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T07:32:57.060Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:32:57.060Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:32:57.060Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:32:57.060Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T07:32:57.060Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:32:57.323Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:32:57.586Z] OK: 6 MiB in 16 packages [2021-05-11T07:32:57.586Z] OK: 6 MiB in 16 packages [2021-05-11T07:32:57.586Z] Removing intermediate container 1e876c5ece16 [2021-05-11T07:32:57.586Z] ---> 6d9e2b653a26 [2021-05-11T07:32:57.586Z] Step 16/24 : WORKDIR / [2021-05-11T07:32:57.586Z] ---> cd7f44f54b2d [2021-05-11T07:32:57.586Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T07:32:57.586Z] ---> Running in 2de5dc32de7f [2021-05-11T07:32:58.166Z] Removing intermediate container 2de5dc32de7f [2021-05-11T07:32:58.166Z] ---> cdff076c4419 [2021-05-11T07:32:58.166Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:32:58.166Z] Removing intermediate container 22f9b696ed70 [2021-05-11T07:32:58.166Z] ---> aea774bb1bcf [2021-05-11T07:32:58.166Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T07:32:58.739Z] ---> Running in 11386c8be193 [2021-05-11T07:32:58.739Z] ---> daee9a341cc8 [2021-05-11T07:32:58.739Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T07:32:59.686Z] ---> f2d8b81131aa [2021-05-11T07:32:59.686Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T07:32:59.686Z] Removing intermediate container 525ccf1a7b97 [2021-05-11T07:32:59.686Z] ---> 702fcd785f88 [2021-05-11T07:32:59.686Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:32:59.950Z] Removing intermediate container 11386c8be193 [2021-05-11T07:32:59.950Z] ---> 33aeb7f1ac24 [2021-05-11T07:32:59.950Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T07:32:59.950Z] ---> Running in 098fef9767a1 [2021-05-11T07:32:59.950Z] ---> 8f4e5850efa6 [2021-05-11T07:32:59.950Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T07:32:59.950Z] ---> Running in 0e1b0868c45d [2021-05-11T07:33:00.218Z] ---> Running in a00fd76896e2 [2021-05-11T07:33:00.218Z] Removing intermediate container 098fef9767a1 [2021-05-11T07:33:00.218Z] ---> 0190487c4c7b [2021-05-11T07:33:00.218Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T07:33:00.218Z] ---> Running in 09cb81ab7917 [2021-05-11T07:33:00.481Z] ---> 663d2cacd9de [2021-05-11T07:33:00.481Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T07:33:00.481Z] Removing intermediate container 0e1b0868c45d [2021-05-11T07:33:00.481Z] ---> 5c97296bc3fc [2021-05-11T07:33:00.481Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T07:33:00.481Z] Removing intermediate container a00fd76896e2 [2021-05-11T07:33:00.481Z] ---> 1267eba2cb66 [2021-05-11T07:33:00.481Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:33:00.746Z] ---> Running in 64bc7726bb2f [2021-05-11T07:33:00.746Z] ---> Running in 636428b6b7e6 [2021-05-11T07:33:00.746Z] Removing intermediate container 09cb81ab7917 [2021-05-11T07:33:00.746Z] ---> d65b3c1a343f [2021-05-11T07:33:00.746Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:33:00.746Z] ---> e619d79c09f8 [2021-05-11T07:33:00.746Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T07:33:01.010Z] ---> Running in b131c1b9140b [2021-05-11T07:33:01.010Z] ---> Running in 0a10fc59244d [2021-05-11T07:33:01.010Z] Removing intermediate container 636428b6b7e6 [2021-05-11T07:33:01.010Z] ---> aa05febb6646 [2021-05-11T07:33:01.010Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:33:01.275Z] ---> Running in d4750764dbc4 [2021-05-11T07:33:01.275Z] Removing intermediate container b131c1b9140b [2021-05-11T07:33:01.275Z] ---> 2fa0974ce16e [2021-05-11T07:33:01.275Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:33:01.275Z] Removing intermediate container 0a10fc59244d [2021-05-11T07:33:01.275Z] ---> 1c4673fa0960 [2021-05-11T07:33:01.275Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:33:01.539Z] ---> Running in f9db066a0cc3 [2021-05-11T07:33:01.539Z] Removing intermediate container d4750764dbc4 [2021-05-11T07:33:01.539Z] ---> 473c8426e144 [2021-05-11T07:33:01.539Z] Step 23/24 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b [2021-05-11T07:33:02.122Z] ---> 9325c6c68fa5 [2021-05-11T07:33:02.122Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T07:33:02.122Z] ---> Running in 8cda8c80f12c [2021-05-11T07:33:02.122Z] Removing intermediate container f9db066a0cc3 [2021-05-11T07:33:02.122Z] ---> 463e06682394 [2021-05-11T07:33:02.122Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:33:02.391Z] ---> Running in 16d9bcfdd78f [2021-05-11T07:33:02.391Z] Removing intermediate container 64bc7726bb2f [2021-05-11T07:33:02.391Z] ---> 135119b5bd3e [2021-05-11T07:33:02.391Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T07:33:02.391Z] Removing intermediate container 8cda8c80f12c [2021-05-11T07:33:02.391Z] ---> 47cd357ce5db [2021-05-11T07:33:02.391Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:33:02.654Z] ---> Running in 610abbd7c3f6 [2021-05-11T07:33:02.654Z] ---> Running in b1208644855a [2021-05-11T07:33:02.654Z] Removing intermediate container 16d9bcfdd78f [2021-05-11T07:33:02.654Z] ---> 44ea365fc551 [2021-05-11T07:33:02.654Z] Step 23/24 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b [2021-05-11T07:33:02.654Z] ---> 9bee27db2138 [2021-05-11T07:33:02.654Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T07:33:02.654Z] ---> Running in 7d97b1e601e7 [2021-05-11T07:33:02.918Z] Removing intermediate container 610abbd7c3f6 [2021-05-11T07:33:02.918Z] ---> 1d6eb9748ce8 [2021-05-11T07:33:02.918Z] [2021-05-11T07:33:02.918Z] Removing intermediate container b1208644855a [2021-05-11T07:33:02.918Z] ---> 05f632c568fa [2021-05-11T07:33:02.918Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T07:33:03.182Z] ---> af74c1e73afa [2021-05-11T07:33:03.182Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T07:33:03.182Z] Removing intermediate container 7d97b1e601e7 [2021-05-11T07:33:03.182Z] ---> cc6e38510414 [2021-05-11T07:33:03.182Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:33:03.182Z] Successfully built 1d6eb9748ce8 [2021-05-11T07:33:03.452Z] Successfully tagged docker-core-command-go:latest [2021-05-11T07:33:03.452Z]  Building docker-core-command-go ... done  ---> Running in 174a4ffe40ae [2021-05-11T07:33:03.452Z] ---> Running in 0666ff6ffc42 [2021-05-11T07:33:03.452Z] ---> 96b1a79721e9 [2021-05-11T07:33:03.452Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T07:33:03.715Z] ---> Running in 17f6f7c9707f [2021-05-11T07:33:03.715Z] Removing intermediate container 174a4ffe40ae [2021-05-11T07:33:03.715Z] ---> 0b52ecd6693a [2021-05-11T07:33:03.716Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:33:03.716Z] Removing intermediate container 0666ff6ffc42 [2021-05-11T07:33:03.716Z] ---> c0a25c2fa1c6 [2021-05-11T07:33:03.716Z] [2021-05-11T07:33:03.991Z] ---> Running in 5aca82c3b42e [2021-05-11T07:33:03.991Z] Successfully built c0a25c2fa1c6 [2021-05-11T07:33:03.991Z] Successfully tagged docker-core-metadata-go:latest [2021-05-11T07:33:04.254Z]  Building docker-core-metadata-go ... done Removing intermediate container 5aca82c3b42e [2021-05-11T07:33:04.254Z] ---> 4ddfe58bb334 [2021-05-11T07:33:04.254Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T07:33:04.254Z] ---> Running in 542f6449e5c8 [2021-05-11T07:33:04.520Z] Removing intermediate container 542f6449e5c8 [2021-05-11T07:33:04.520Z] ---> 4c99e5f0399f [2021-05-11T07:33:04.520Z] Step 22/23 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b [2021-05-11T07:33:04.520Z] ---> Running in db1482fb4c11 [2021-05-11T07:33:04.783Z] Removing intermediate container db1482fb4c11 [2021-05-11T07:33:04.783Z] ---> fa86dfb9d3b9 [2021-05-11T07:33:04.783Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:33:04.783Z] ---> Running in bbc51e2f15fd [2021-05-11T07:33:05.045Z] Removing intermediate container 17f6f7c9707f [2021-05-11T07:33:05.045Z] ---> 34c3b7319738 [2021-05-11T07:33:05.045Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:33:05.045Z] Removing intermediate container bbc51e2f15fd [2021-05-11T07:33:05.045Z] ---> c586c372bda5 [2021-05-11T07:33:05.045Z] [2021-05-11T07:33:05.307Z] Successfully built c586c372bda5 [2021-05-11T07:33:05.307Z] Successfully tagged docker-support-notifications-go:latest [2021-05-11T07:33:05.307Z]  Building docker-support-notifications-go ... done  ---> e31d6e6569f4 [2021-05-11T07:33:05.307Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T07:33:05.882Z] ---> 7239a493e0de [2021-05-11T07:33:05.882Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T07:33:06.143Z] ---> 4a14a35d9180 [2021-05-11T07:33:06.143Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T07:33:06.406Z] ---> c5eacbefbd02 [2021-05-11T07:33:06.406Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T07:33:06.668Z] ---> 43cef6245149 [2021-05-11T07:33:06.668Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T07:33:06.930Z] ---> Running in 9a4fcac49e6b [2021-05-11T07:33:06.930Z] Removing intermediate container 9a4fcac49e6b [2021-05-11T07:33:06.930Z] ---> 6ee55ba6b569 [2021-05-11T07:33:06.930Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T07:33:07.194Z] ---> 0e5b47a9ba08 [2021-05-11T07:33:07.195Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T07:33:07.463Z] ---> Running in a1f7818bf1f2 [2021-05-11T07:33:08.409Z] Removing intermediate container a1f7818bf1f2 [2021-05-11T07:33:08.409Z] ---> 68b3e9080bac [2021-05-11T07:33:08.409Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T07:33:08.409Z] ---> Running in 7b235f68852d [2021-05-11T07:33:08.409Z] Removing intermediate container 7b235f68852d [2021-05-11T07:33:08.409Z] ---> 18bcb37078de [2021-05-11T07:33:08.409Z] Step 29/32 : CMD ["gate"] [2021-05-11T07:33:08.672Z] ---> Running in fbd5ce256692 [2021-05-11T07:33:08.934Z] Removing intermediate container fbd5ce256692 [2021-05-11T07:33:08.934Z] ---> e7bf94828d07 [2021-05-11T07:33:08.934Z] Step 30/32 : LABEL arch=x86_64 [2021-05-11T07:33:09.510Z] ---> Running in 58cd65b77c9f [2021-05-11T07:33:09.510Z] Removing intermediate container 58cd65b77c9f [2021-05-11T07:33:09.510Z] ---> 08dd2d871b3f [2021-05-11T07:33:09.510Z] Step 31/32 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b [2021-05-11T07:33:10.085Z] ---> Running in afedf77388d4 [2021-05-11T07:33:10.085Z] Removing intermediate container afedf77388d4 [2021-05-11T07:33:10.085Z] ---> e133ef23cd50 [2021-05-11T07:33:10.085Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T07:33:10.347Z] ---> Running in e2fbfbf8bfe2 [2021-05-11T07:33:10.610Z] Removing intermediate container e2fbfbf8bfe2 [2021-05-11T07:33:10.610Z] ---> 1041e4b83bac [2021-05-11T07:33:10.610Z] [2021-05-11T07:33:10.610Z] Successfully built 1041e4b83bac [2021-05-11T07:33:10.610Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-11T07:33:11.589Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-05-11T07:33:11.640Z] $ docker stop --time=1 e37eddcf6c984badb6067bc4968c6576a688f536d13888eb68f25c762cda5ac0 [2021-05-11T07:33:13.400Z] $ docker rm -f e37eddcf6c984badb6067bc4968c6576a688f536d13888eb68f25c762cda5ac0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:33:13.900Z] + docker images [2021-05-11T07:33:13.901Z] + grep docker [2021-05-11T07:33:14.166Z] docker-security-bootstrapper-go latest 1041e4b83bac 4 seconds ago 18.2MB [2021-05-11T07:33:14.166Z] docker-support-notifications-go latest c586c372bda5 10 seconds ago 17.7MB [2021-05-11T07:33:14.166Z] docker-core-metadata-go latest c0a25c2fa1c6 11 seconds ago 18.6MB [2021-05-11T07:33:14.166Z] docker-core-command-go latest 1d6eb9748ce8 12 seconds ago 17MB [2021-05-11T07:33:14.166Z] docker-sys-mgmt-agent-go latest b63d1b6d1b70 About a minute ago 312MB [2021-05-11T07:33:14.166Z] docker-core-data-go latest 667093a0df90 2 minutes ago 21.5MB [2021-05-11T07:33:14.166Z] docker-security-secretstore-setup-go latest b317919662d2 2 minutes ago 25.7MB [2021-05-11T07:33:14.166Z] docker-support-scheduler-go latest fd3458896750 2 minutes ago 17.1MB [2021-05-11T07:33:14.166Z] docker-security-proxy-setup-go latest 2f03fae7f7e9 2 minutes ago 25.3MB [2021-05-11T07:33:14.166Z] docker 20.10.0 aefe523efa57 5 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-05-11T07:33:29.639Z] Still waiting to schedule task [2021-05-11T07:33:29.639Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-11T07:34:19.916Z] Running on prd-ubuntu18.04-docker-8c-8g-4380 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws [2021-05-11T07:34:19.935Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-11T07:34:22.249Z] using credential edgex-jenkins-ssh [2021-05-11T07:34:22.288Z] Cloning the remote Git repository [2021-05-11T07:34:22.310Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:34:22.373Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-11T07:34:22.399Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:34:22.400Z] > git --version # timeout=10 [2021-05-11T07:34:22.405Z] > git --version # 'git version 2.17.1' [2021-05-11T07:34:22.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:34:22.426Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:34:32.452Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit f4220afd50626d78ec8f8ceac213ee9c65afae84 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T07:34:32.611Z] Failed in branch amd64 [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] } [2021-05-11T07:34:31.932Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:34:31.939Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:34:31.951Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:34:31.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:34:31.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:34:31.990Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:34:32.465Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:34:32.470Z] > git checkout -f f4220afd50626d78ec8f8ceac213ee9c65afae84 # timeout=10 [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-05-11T07:34:33.539Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:34:34.425Z] ---> package-listing.sh [2021-05-11T07:34:34.425Z] ++ facter osfamily [2021-05-11T07:34:34.425Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T07:34:34.425Z] + OS_FAMILY=redhat [2021-05-11T07:34:34.425Z] + workspace=/w/workspace/edgex-go/2 [2021-05-11T07:34:34.425Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T07:34:34.425Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T07:34:34.425Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T07:34:34.425Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T07:34:34.425Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-11T07:34:34.425Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T07:34:34.425Z] + case "${OS_FAMILY}" in [2021-05-11T07:34:34.425Z] + rpm -qa [2021-05-11T07:34:34.425Z] + sort [2021-05-11T07:34:39.730Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T07:34:39.730Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T07:34:39.730Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T07:34:39.730Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-11T07:34:39.730Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-05-11T07:34:39.730Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-05-11T07:34:39.743Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T07:34:40.036Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:34:40.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:34:40.346Z] [2021-05-11T07:34:40.346Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:34:40.680Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:34:40.680Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T07:34:40.680Z] df20fa9351a1: Pulling fs layer [2021-05-11T07:34:40.680Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T07:34:40.680Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T07:34:40.680Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T07:34:40.680Z] 93b61091891f: Pulling fs layer [2021-05-11T07:34:40.680Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T07:34:40.680Z] 5e14af77c1be: Pulling fs layer [2021-05-11T07:34:40.680Z] 01666e4c0597: Pulling fs layer [2021-05-11T07:34:40.680Z] aa168da1d23b: Pulling fs layer [2021-05-11T07:34:40.680Z] 46f8f816bc3b: Waiting [2021-05-11T07:34:40.680Z] 93b61091891f: Waiting [2021-05-11T07:34:40.680Z] 93b9cdb0e59b: Waiting [2021-05-11T07:34:40.680Z] 5e14af77c1be: Waiting [2021-05-11T07:34:40.680Z] 01666e4c0597: Waiting [2021-05-11T07:34:40.680Z] aa168da1d23b: Waiting [2021-05-11T07:34:40.680Z] 36b3adc4ff6f: Download complete [2021-05-11T07:34:40.680Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T07:34:40.680Z] 46f8f816bc3b: Download complete [2021-05-11T07:34:40.680Z] df20fa9351a1: Download complete [2021-05-11T07:34:40.949Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T07:34:40.949Z] 93b9cdb0e59b: Download complete [2021-05-11T07:34:40.949Z] 5e14af77c1be: Verifying Checksum [2021-05-11T07:34:40.949Z] 5e14af77c1be: Download complete [2021-05-11T07:34:40.949Z] 01666e4c0597: Verifying Checksum [2021-05-11T07:34:40.949Z] 01666e4c0597: Download complete [2021-05-11T07:34:40.949Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T07:34:40.949Z] 8ad3a11d3b57: Download complete [2021-05-11T07:34:40.949Z] 93b61091891f: Verifying Checksum [2021-05-11T07:34:40.949Z] 93b61091891f: Download complete [2021-05-11T07:34:41.211Z] df20fa9351a1: Pull complete [2021-05-11T07:34:41.474Z] 36b3adc4ff6f: Pull complete [2021-05-11T07:34:42.431Z] 8ad3a11d3b57: Pull complete [2021-05-11T07:34:43.006Z] aa168da1d23b: Verifying Checksum [2021-05-11T07:34:43.006Z] aa168da1d23b: Download complete [2021-05-11T07:34:43.957Z] 46f8f816bc3b: Pull complete [2021-05-11T07:34:44.533Z] 93b61091891f: Pull complete [2021-05-11T07:34:44.534Z] 93b9cdb0e59b: Pull complete [2021-05-11T07:34:44.799Z] 5e14af77c1be: Pull complete [2021-05-11T07:34:44.799Z] 01666e4c0597: Pull complete [2021-05-11T07:34:53.279Z] aa168da1d23b: Pull complete [2021-05-11T07:34:53.279Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T07:34:53.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:34:53.542Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T07:34:54.109Z] prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container [2021-05-11T07:34:54.161Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-05-11T07:34:58.579Z] $ docker top 3db40ecc3e86a7e9610c5a1b5933989dded2b2c058a9b90148e7d4058ef4ec06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:34:59.045Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T07:34:59.340Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T07:34:59.640Z] + ls /var/log/sa-host [2021-05-11T07:34:59.640Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T07:34:59.640Z] file_magic: OK [2021-05-11T07:34:59.640Z] HZ: Using current value: 100 [2021-05-11T07:34:59.640Z] file_header: OK [2021-05-11T07:34:59.640Z] 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-05-11T07:34:59.640Z] Statistics: [2021-05-11T07:34:59.640Z] 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-05-11T07:34:59.640Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T07:34:59.640Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T07:34:59.640Z] file_magic: OK [2021-05-11T07:34:59.640Z] HZ: Using current value: 100 [2021-05-11T07:34:59.640Z] file_header: OK [2021-05-11T07:34:59.640Z] 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-05-11T07:34:59.640Z] Statistics: [2021-05-11T07:34:59.640Z] Hnuu...uuuununununu... [2021-05-11T07:34:59.640Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T07:34:59.824Z] provisioning config files... [2021-05-11T07:34:59.847Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1976428821628573248tmp [Pipeline] { [Pipeline] echo [2021-05-11T07:34:59.889Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:35:00.187Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T07:35:00.197Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T07:35:00.222Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:35:00.522Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T07:35:00.533Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:35:00.834Z] ---> sudo-logs.sh [2021-05-11T07:35:00.835Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T07:35:00.863Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:35:01.170Z] ---> job-cost.sh [2021-05-11T07:35:01.170Z] lf-activate-venv: SKIPPING [2021-05-11T07:35:01.170Z] INFO: No Stack... [2021-05-11T07:35:03.087Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T07:35:03.660Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T07:35:03.675Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:35:03.973Z] ---> logs-deploy.sh [2021-05-11T07:35:03.973Z] lf-activate-venv: SKIPPING [2021-05-11T07:35:03.973Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3450/2 [2021-05-11T07:35:03.973Z] INFO: archiving workspace using pattern(s): [2021-05-11T07:35:05.362Z] Archives upload complete. [2021-05-11T07:35:05.362Z] INFO: archiving logs to Nexus