Pull request #3326 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 705bc4185db4ef14bf106ff91e59df4e4b214d02+ffa292a08661baeb026f188275a19c5914c89a0e (4e95ee0553d2b1c750c72f350e84b758ae183b4d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32237 in /w/workspace/edgexfoundry_edgex-go_PR-3326 [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 ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 705bc4185db4ef14bf106ff91e59df4e4b214d02 > 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/3326/head:refs/remotes/origin/PR-3326 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 705bc4185db4ef14bf106ff91e59df4e4b214d02 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 Merge succeeded, producing 8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc Checking out Revision 8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc (PR-3326) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc # timeout=10 Commit message: "Merge commit 'ffa292a08661baeb026f188275a19c5914c89a0e' into HEAD" > git rev-list --no-walk 705bc4185db4ef14bf106ff91e59df4e4b214d02 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T12:44:25.239Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T12:44:25.500Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T12:44:25.593Z] ========================================================= [2021-03-31T12:44:25.593Z] EdgeX Global Pipelines Version Info [2021-03-31T12:44:25.593Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:44:28.582Z] ------------------- [2021-03-31T12:44:28.582Z] stable info: [2021-03-31T12:44:28.582Z] ------------------- [2021-03-31T12:44:28.582Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T12:44:28.582Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T12:44:28.582Z] Message: update stable to v1.0.186 [2021-03-31T12:44:30.312Z] ------------------- [2021-03-31T12:44:30.312Z] experimental info: [2021-03-31T12:44:30.312Z] ------------------- [2021-03-31T12:44:30.312Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T12:44:30.312Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T12:44:30.312Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T12:44:30.682Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T12:44:30.863Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T12:44:30.945Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T12:44:31.027Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T12:44:31.123Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T12:44:31.202Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T12:44:31.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T12:44:31.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T12:44:31.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T12:44:31.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T12:44:31.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T12:44:31.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T12:44:31.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T12:44:31.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T12:44:32.038Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:44:32.128Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:44:32.231Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T12:44:32.314Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T12:44:32.404Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T12:44:32.488Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T12:44:32.613Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T12:44:32.735Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T12:44:32.814Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3326 [Pipeline] echo [2021-03-31T12:44:32.894Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3326 [Pipeline] echo [2021-03-31T12:44:32.977Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3326 [Pipeline] echo [2021-03-31T12:44:33.061Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [Pipeline] echo [2021-03-31T12:44:33.158Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b5e6c3 [Pipeline] echo [2021-03-31T12:44:33.240Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:44:33.409Z] provisioning config files... [2021-03-31T12:44:33.440Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config211785496286354663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:44:33.937Z] ---> docker-login.sh [2021-03-31T12:44:33.937Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:44:36.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:36.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:36.100Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:36.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:36.100Z] [2021-03-31T12:44:36.100Z] Login Succeeded [2021-03-31T12:44:36.100Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:44:37.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:37.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:37.248Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:37.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:37.248Z] [2021-03-31T12:44:37.248Z] Login Succeeded [2021-03-31T12:44:37.248Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:44:38.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:38.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:38.578Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:38.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:38.578Z] [2021-03-31T12:44:38.578Z] Login Succeeded [2021-03-31T12:44:38.578Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:44:39.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:39.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:39.909Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:39.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:39.909Z] [2021-03-31T12:44:39.909Z] Login Succeeded [2021-03-31T12:44:39.909Z] docker.io [2021-03-31T12:44:40.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:44:42.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:44:42.067Z] Configure a credential helper to remove this warning. See [2021-03-31T12:44:42.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:44:42.067Z] [2021-03-31T12:44:42.067Z] Login Succeeded [2021-03-31T12:44:42.067Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:44:42.108Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:44:43.017Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-31T12:44:43.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:43.017Z] ++ cut -d/ -f2 [2021-03-31T12:44:43.017Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T12:44:43.017Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T12:44:43.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:43.017Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T12:44:43.017Z] ++ cut -d/ -f2 [2021-03-31T12:44:43.017Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T12:44:43.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:43.017Z] ++ cut -d/ -f2 [2021-03-31T12:44:43.017Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T12:44:43.017Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T12:44:43.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:43.017Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T12:44:43.017Z] ++ cut -d/ -f2 [2021-03-31T12:44:43.017Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T12:44:43.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:43.017Z] ++ cut -d/ -f2 [2021-03-31T12:44:43.017Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T12:44:43.017Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T12:44:43.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:43.017Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:44:43.017Z] ++ cut -d/ -f2 [2021-03-31T12:44:43.017Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:44:43.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:43.017Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T12:44:43.017Z] ++ cut -d/ -f2 [2021-03-31T12:44:43.017Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T12:44:43.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:43.017Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T12:44:43.017Z] ++ cut -d/ -f2 [2021-03-31T12:44:43.017Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T12:44:43.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:44:43.017Z] ++ cut -d/ -f2 [2021-03-31T12:44:43.017Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T12:44:43.017Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T12:44:43.232Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:44:44.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:44:44.584Z] [2021-03-31T12:44:44.584Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:44:45.054Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:44:45.054Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T12:44:45.054Z] 31603596830f: Pulling fs layer [2021-03-31T12:44:45.054Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T12:44:45.054Z] 6ca5941a6612: Pulling fs layer [2021-03-31T12:44:45.054Z] ecc8261a40a4: Pulling fs layer [2021-03-31T12:44:45.054Z] ecc8261a40a4: Waiting [2021-03-31T12:44:45.408Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T12:44:45.408Z] 2a8b12db71e7: Download complete [2021-03-31T12:44:45.408Z] 31603596830f: Verifying Checksum [2021-03-31T12:44:45.408Z] 31603596830f: Download complete [2021-03-31T12:44:46.233Z] ecc8261a40a4: Verifying Checksum [2021-03-31T12:44:46.233Z] ecc8261a40a4: Download complete [2021-03-31T12:44:46.894Z] 6ca5941a6612: Verifying Checksum [2021-03-31T12:44:46.894Z] 6ca5941a6612: Download complete [2021-03-31T12:44:47.196Z] 31603596830f: Pull complete [2021-03-31T12:44:47.531Z] 2a8b12db71e7: Pull complete [2021-03-31T12:44:51.413Z] 6ca5941a6612: Pull complete [2021-03-31T12:44:52.106Z] ecc8261a40a4: Pull complete [2021-03-31T12:44:52.381Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T12:44:52.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:44:52.381Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T12:44:52.893Z] prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container [2021-03-31T12:44:53.898Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T12:44:57.123Z] $ docker top 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T12:44:57.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:44:57.818Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:44:58.427Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:44:58.425Z] $ docker exec 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 ssh-agent [2021-03-31T12:44:58.866Z] SSH_AUTH_SOCK=/tmp/ssh-a6wAq7L8JXih/agent.13 [2021-03-31T12:44:58.866Z] SSH_AGENT_PID=18 [2021-03-31T12:44:58.915Z] Running ssh-add (command line suppressed) [2021-03-31T12:44:59.374Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6735557441044053026.key (/w/workspace/edgex-go/2@tmp/private_key_6735557441044053026.key) [2021-03-31T12:44:59.550Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:45:00.992Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T12:45:01.091Z] $ docker exec --env ******** --env ******** 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 ssh-agent -k [2021-03-31T12:45:01.301Z] unset SSH_AUTH_SOCK; [2021-03-31T12:45:01.302Z] unset SSH_AGENT_PID; [2021-03-31T12:45:01.302Z] echo Agent pid 18 killed; [2021-03-31T12:45:01.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T12:45:01.531Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:45:01.531Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:45:02.161Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:45:02.303Z] $ docker exec 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 ssh-agent [2021-03-31T12:45:03.356Z] SSH_AUTH_SOCK=/tmp/ssh-xuLrVlxFQlAp/agent.48 [2021-03-31T12:45:03.356Z] SSH_AGENT_PID=53 [2021-03-31T12:45:03.371Z] Running ssh-add (command line suppressed) [2021-03-31T12:45:03.793Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7364037239482731798.key (/w/workspace/edgex-go/2@tmp/private_key_7364037239482731798.key) [2021-03-31T12:45:03.921Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:45:04.720Z] + git semver init [2021-03-31T12:45:04.720Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T12:45:04.720Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-31T12:45:04.720Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-31T12:45:04.720Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T12:45:04.720Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T12:45:04.720Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T12:45:04.720Z] # $SEMVER_BRANCH = PR-3326 [2021-03-31T12:45:04.720Z] # $SEMVER_TEMP = /tmp/semver-639009691 [2021-03-31T12:45:04.720Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T12:46:03.719Z] # '/tmp/semver-639009691' -> '/w/workspace/edgex-go/2/.semver' [2021-03-31T12:46:04.006Z] # -> Force: false [2021-03-31T12:46:04.006Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-31T12:46:04.037Z] $ docker exec --env ******** --env ******** 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 ssh-agent -k [2021-03-31T12:46:04.932Z] unset SSH_AUTH_SOCK; [2021-03-31T12:46:04.940Z] unset SSH_AGENT_PID; [2021-03-31T12:46:04.940Z] echo Agent pid 53 killed; [2021-03-31T12:46:05.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:46:06.713Z] + git semver [Pipeline] } [2021-03-31T12:46:06.764Z] $ docker stop --time=1 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 [2021-03-31T12:46:09.458Z] $ docker rm -f 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:46:10.708Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T12:46:12.785Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T12:46:12.788Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T12:46:14.002Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:46:15.389Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:46:15.887Z] + true [2021-03-31T12:46:15.887Z] + sudo service docker restart [2021-03-31T12:46:15.887Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T12:46:18.008Z] ========================================================= [2021-03-31T12:46:18.008Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T12:46:18.008Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:46:18.387Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-31T12:46:28.159Z] Still waiting to schedule task [2021-03-31T12:46:28.159Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-31T12:46:32.247Z] Sending build context to Docker daemon 328.9MB [2021-03-31T12:46:32.247Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:46:32.247Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:46:32.247Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T12:46:32.247Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T12:46:32.247Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T12:46:32.247Z] de9db76c5a1d: Pulling fs layer [2021-03-31T12:46:32.247Z] bca2f99d35d6: Pulling fs layer [2021-03-31T12:46:32.247Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T12:46:32.247Z] 7c6f9722023f: Pulling fs layer [2021-03-31T12:46:32.247Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T12:46:32.247Z] bca2f99d35d6: Waiting [2021-03-31T12:46:32.247Z] 93359f2a8cfa: Waiting [2021-03-31T12:46:32.247Z] 7c6f9722023f: Waiting [2021-03-31T12:46:32.247Z] a35cf1a2eb13: Waiting [2021-03-31T12:46:32.247Z] de9db76c5a1d: Verifying Checksum [2021-03-31T12:46:32.247Z] de9db76c5a1d: Download complete [2021-03-31T12:46:32.247Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T12:46:32.247Z] 0ef7d3d256c8: Download complete [2021-03-31T12:46:32.247Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T12:46:32.247Z] 93359f2a8cfa: Download complete [2021-03-31T12:46:32.248Z] 7c6f9722023f: Download complete [2021-03-31T12:46:32.549Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T12:46:32.549Z] 188c0c94c7c5: Download complete [2021-03-31T12:46:34.114Z] 188c0c94c7c5: Pull complete [2021-03-31T12:46:35.326Z] 0ef7d3d256c8: Pull complete [2021-03-31T12:46:35.619Z] de9db76c5a1d: Pull complete [2021-03-31T12:46:41.491Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T12:46:41.491Z] a35cf1a2eb13: Download complete [2021-03-31T12:46:45.514Z] bca2f99d35d6: Verifying Checksum [2021-03-31T12:46:45.514Z] bca2f99d35d6: Download complete [2021-03-31T12:47:04.851Z] bca2f99d35d6: Pull complete [2021-03-31T12:47:04.852Z] 93359f2a8cfa: Pull complete [2021-03-31T12:47:04.852Z] 7c6f9722023f: Pull complete [2021-03-31T12:47:12.635Z] a35cf1a2eb13: Pull complete [2021-03-31T12:47:12.635Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T12:47:12.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T12:47:12.635Z] ---> a62c8e92a672 [2021-03-31T12:47:12.635Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T12:47:12.635Z] ---> Running in a30d84c3e1a8 [2021-03-31T12:47:14.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:47:15.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:47:15.786Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:47:16.055Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:47:16.327Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:47:16.327Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:47:22.358Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:47:22.358Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:47:22.358Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:47:22.358Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:47:22.358Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:47:22.358Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:47:22.358Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:47:22.358Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:47:22.639Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:47:22.639Z] OK: 233 MiB in 51 packages [2021-03-31T12:47:28.456Z] Removing intermediate container a30d84c3e1a8 [2021-03-31T12:47:28.456Z] ---> 2393738ed2f4 [2021-03-31T12:47:28.456Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:47:28.456Z] ---> Running in ee974481f5b4 [2021-03-31T12:47:28.456Z] Removing intermediate container ee974481f5b4 [2021-03-31T12:47:28.456Z] ---> 2b68362a027a [2021-03-31T12:47:28.456Z] Step 5/6 : COPY go.mod . [2021-03-31T12:47:30.007Z] ---> b019dfb16752 [2021-03-31T12:47:30.007Z] Step 6/6 : RUN go mod download [2021-03-31T12:47:30.007Z] ---> Running in ba1bf9d8aafc [2021-03-31T12:48:18.265Z] Removing intermediate container ba1bf9d8aafc [2021-03-31T12:48:18.265Z] ---> 906dec4e2bfe [2021-03-31T12:48:18.265Z] Successfully built 906dec4e2bfe [2021-03-31T12:48:18.265Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:48:19.271Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:48:20.124Z] . [Pipeline] withDockerContainer [2021-03-31T12:48:20.782Z] prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container [2021-03-31T12:48:21.262Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T12:48:24.084Z] $ docker top 67b2727e8e47dc3ec8e271461ecd5ad0a4396aae76bea96ab84a0ee711ed6e4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:48:27.403Z] + go version [2021-03-31T12:48:27.403Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T12:48:27.453Z] $ docker stop --time=1 67b2727e8e47dc3ec8e271461ecd5ad0a4396aae76bea96ab84a0ee711ed6e4d [2021-03-31T12:48:29.644Z] $ docker rm -f 67b2727e8e47dc3ec8e271461ecd5ad0a4396aae76bea96ab84a0ee711ed6e4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:48:31.127Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:48:31.800Z] . [Pipeline] withDockerContainer [2021-03-31T12:48:32.111Z] prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container [2021-03-31T12:48:32.350Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T12:48:35.424Z] $ docker top 7fd6fd4b894820d11d232009f17ae6ba0d06824684102762902f5590f9fa8739 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:48:35.787Z] ========================================================= [2021-03-31T12:48:35.787Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:48:35.787Z] ========================================================= [Pipeline] sh [2021-03-31T12:48:37.347Z] + make test [2021-03-31T12:48:37.347Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:48:47.492Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32244 in /w/workspace/edgexfoundry_edgex-go_PR-3326 [Pipeline] { [Pipeline] ws [2021-03-31T12:48:47.550Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-31T12:48:52.688Z] using credential edgex-jenkins-ssh [2021-03-31T12:48:52.749Z] Cloning the remote Git repository [2021-03-31T12:48:52.808Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:48:52.912Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-31T12:48:52.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:48:52.981Z] > git --version # timeout=10 [2021-03-31T12:48:53.000Z] > git --version # 'git version 2.17.1' [2021-03-31T12:48:53.002Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:48:53.071Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:49:10.971Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 705bc4185db4ef14bf106ff91e59df4e4b214d02 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-03-31T12:49:11.258Z] ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T12:49:11.408Z] Failed in branch arm64 [2021-03-31T12:49:10.234Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:49:10.250Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:49:10.285Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:49:10.321Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:49:10.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:49:10.334Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3326/head:refs/remotes/origin/PR-3326 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:49:10.990Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:49:11.014Z] > git checkout -f 705bc4185db4ef14bf106ff91e59df4e4b214d02 # timeout=10 [2021-03-31T12:49:51.843Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:50:05.536Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:50:05.536Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:50:05.536Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:50:10.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:50:10.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:50:10.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:50:10.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T12:50:11.237Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:50:13.010Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T12:50:17.916Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:50:17.916Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:50:17.916Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:50:21.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.199s coverage: 45.9% of statements [2021-03-31T12:50:21.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:50:21.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:50:21.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:50:21.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:50:21.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:50:21.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:50:21.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.089s coverage: 19.8% of statements [2021-03-31T12:50:21.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements [2021-03-31T12:50:27.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.074s coverage: 27.1% of statements [2021-03-31T12:50:27.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:50:27.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:50:27.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:50:27.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:50:27.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:50:27.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:50:27.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.345s coverage: 100.0% of statements [2021-03-31T12:50:27.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:50:27.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.468s coverage: 100.0% of statements [2021-03-31T12:50:27.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:50:27.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:50:29.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.209s coverage: 71.3% of statements [2021-03-31T12:50:29.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:50:29.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:50:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.876s coverage: 82.9% of statements [2021-03-31T12:50:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:50:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:50:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.147s coverage: 78.9% of statements [2021-03-31T12:50:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T12:50:43.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.026s coverage: 28.6% of statements [2021-03-31T12:50:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T12:50:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T12:50:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T12:50:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T12:50:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T12:50:43.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.164s coverage: 100.0% of statements [2021-03-31T12:50:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T12:50:43.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.432s coverage: 100.0% of statements [2021-03-31T12:50:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T12:50:43.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.675s coverage: 86.7% of statements [2021-03-31T12:50:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T12:50:43.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.432s coverage: 97.5% of statements [2021-03-31T12:50:43.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T12:50:43.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.291s coverage: 78.3% of statements [2021-03-31T12:50:43.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T12:50:43.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T12:50:43.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T12:50:43.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T12:50:48.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.737s coverage: 92.8% of statements [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T12:50:48.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T12:50:48.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T12:50:48.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T12:50:48.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements [2021-03-31T12:50:48.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T12:50:48.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T12:50:48.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.137s coverage: 1.0% of statements [2021-03-31T12:50:48.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T12:50:48.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T12:50:48.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T12:50:48.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.096s coverage: 47.1% of statements [2021-03-31T12:50:48.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.182s coverage: 79.5% of statements [2021-03-31T12:50:48.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements [2021-03-31T12:50:48.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.164s coverage: 96.3% of statements [2021-03-31T12:50:50.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements [2021-03-31T12:51:02.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.168s coverage: 94.4% of statements [2021-03-31T12:51:02.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.103s coverage: 44.8% of statements [2021-03-31T12:51:05.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.391s coverage: 82.6% of statements [2021-03-31T12:51:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.272s coverage: 92.9% of statements [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T12:51:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.041s coverage: 77.8% of statements [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T12:51:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.344s coverage: 87.2% of statements [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T12:51:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.156s coverage: 100.0% of statements [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T12:51:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.190s coverage: 75.5% of statements [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T12:51:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.190s coverage: 80.8% of statements [2021-03-31T12:51:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-03-31T12:51:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.274s coverage: 84.6% of statements [2021-03-31T12:51:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.500s coverage: 91.6% of statements [2021-03-31T12:51:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T12:51:16.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.179s coverage: 64.4% of statements [2021-03-31T12:51:16.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T12:51:16.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T12:51:16.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.280s coverage: 100.0% of statements [2021-03-31T12:51:16.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.247s coverage: 91.3% of statements [2021-03-31T12:51:17.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-03-31T12:51:17.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.171s coverage: 73.7% of statements [2021-03-31T12:51:17.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-03-31T12:51:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.713s coverage: 69.0% of statements [2021-03-31T12:51:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T12:51:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T12:51:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T12:51:21.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.245s coverage: 38.4% of statements [2021-03-31T12:51:21.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T12:51:21.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T12:51:21.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.122s coverage: 89.5% of statements [2021-03-31T12:51:21.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T12:51:21.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements [2021-03-31T12:51:25.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.249s coverage: 47.0% of statements [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T12:51:25.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T12:51:25.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T12:51:25.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.233s coverage: 87.1% of statements [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:51:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T12:51:29.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.215s coverage: 29.1% of statements [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T12:51:29.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.366s coverage: 99.0% of statements [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T12:51:29.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T12:51:29.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T12:51:30.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.220s coverage: 95.0% of statements [2021-03-31T12:51:30.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T12:51:30.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:51:30.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T12:51:30.228Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.078s coverage: 0.0% of statements [2021-03-31T12:51:30.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T12:51:30.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-03-31T12:51:30.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T12:51:30.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T12:51:30.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T12:51:30.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T12:51:30.524Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-03-31T12:51:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T12:51:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T12:51:31.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-03-31T12:51:32.011Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.081s coverage: 32.1% of statements [2021-03-31T12:51:32.353Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.060s coverage: 100.0% of statements [2021-03-31T12:51:32.743Z] GO111MODULE=on go vet ./... [2021-03-31T12:52:56.475Z] gofmt -l . [2021-03-31T12:52:56.475Z] [ "`gofmt -l .`" = "" ] [2021-03-31T12:52:56.475Z] ./bin/test-go-mod-tidy.sh [2021-03-31T12:52:56.475Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T12:52:57.341Z] + ls -al . [2021-03-31T12:52:57.341Z] total 780 [2021-03-31T12:52:57.341Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 12:52 . [2021-03-31T12:52:57.341Z] drwxr-xr-x 4 root root 28 Mar 31 12:48 .. [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:44 .dockerignore [2021-03-31T12:52:57.341Z] drwxrwxr-x 8 1001 1001 179 Mar 31 12:44 .git [2021-03-31T12:52:57.341Z] drwxrwxr-x 3 1001 1001 125 Mar 31 12:44 .github [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:44 .gitignore [2021-03-31T12:52:57.341Z] drwx------ 3 1001 1001 60 Mar 31 12:46 .semver [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:44 .sonarcloud.properties [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:44 Attribution.txt [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:44 CONTRIBUTING.md [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:44 Dockerfile.build [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:44 Jenkinsfile [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:44 LICENSE [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:44 Makefile [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:44 README.md [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:44 SECURITY.md [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 12:46 VERSION [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:44 ZMQWindows.md [2021-03-31T12:52:57.341Z] drwxrwxr-x 2 1001 1001 117 Mar 31 12:44 bin [2021-03-31T12:52:57.341Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:44 cmd [2021-03-31T12:52:57.341Z] -rw-r--r-- 1 root root 669470 Mar 31 12:51 coverage.out [2021-03-31T12:52:57.341Z] -rw-r--r-- 1 root root 1056 Mar 31 12:52 go.mod [2021-03-31T12:52:57.341Z] -rw-r--r-- 1 root root 22531 Mar 31 12:52 go.sum [2021-03-31T12:52:57.341Z] drwxrwxr-x 8 1001 1001 127 Mar 31 12:44 internal [2021-03-31T12:52:57.341Z] drwxrwxr-x 4 1001 1001 26 Mar 31 12:44 openapi [2021-03-31T12:52:57.341Z] drwxrwxr-x 4 1001 1001 71 Mar 31 12:44 snap [2021-03-31T12:52:57.341Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:44 version.go [Pipeline] sh [2021-03-31T12:52:58.216Z] + '[' -e coverage.out ] [2021-03-31T12:52:58.216Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T12:52:59.042Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T12:52:59.769Z] + make build [2021-03-31T12:52:59.797Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T12:53:10.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T12:53:33.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T12:53:40.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T12:53:47.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T12:53:51.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T12:53:57.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T12:54:06.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T12:54:12.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T12:54:20.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T12:54:24.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T12:54:29.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T12:54:38.962Z] $ docker stop --time=1 7fd6fd4b894820d11d232009f17ae6ba0d06824684102762902f5590f9fa8739 [2021-03-31T12:54:42.337Z] $ docker rm -f 7fd6fd4b894820d11d232009f17ae6ba0d06824684102762902f5590f9fa8739 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:54:45.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:54:46.074Z] [2021-03-31T12:54:46.074Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:54:46.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:54:47.212Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T12:54:47.212Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T12:54:47.212Z] ca9280d653b3: Pulling fs layer [2021-03-31T12:54:47.212Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T12:54:48.437Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T12:54:48.438Z] cbdbe7a5bc2a: Download complete [2021-03-31T12:54:49.930Z] cbdbe7a5bc2a: Pull complete [2021-03-31T12:54:50.392Z] ca9280d653b3: Download complete [2021-03-31T12:54:53.406Z] ca9280d653b3: Pull complete [2021-03-31T12:54:54.024Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T12:54:54.024Z] 7e9c9ca2126c: Download complete [2021-03-31T12:55:09.855Z] 7e9c9ca2126c: Pull complete [2021-03-31T12:55:09.855Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T12:55:09.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:55:09.855Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T12:55:11.206Z] prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container [2021-03-31T12:55:11.376Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T12:55:14.633Z] $ docker top 196d4a24ec0be8ea5afb780a9152278ee1f235323c7fecedc19f5e667a766147 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:55:16.615Z] + grep parallel [2021-03-31T12:55:16.615Z] + docker-compose build --help [2021-03-31T12:55:18.827Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:55:19.117Z] $ docker stop --time=1 196d4a24ec0be8ea5afb780a9152278ee1f235323c7fecedc19f5e667a766147 [2021-03-31T12:55:21.383Z] $ docker rm -f 196d4a24ec0be8ea5afb780a9152278ee1f235323c7fecedc19f5e667a766147 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:55:22.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:55:23.172Z] . [Pipeline] withDockerContainer [2021-03-31T12:55:23.548Z] prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container [2021-03-31T12:55:24.434Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T12:55:26.062Z] $ docker top cc3485c66d20f2d858b73782ecc5102e5d0346a8ec84193ddedb9e9e185cfd6e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:55:28.011Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:55:30.308Z] Building docker-core-command-go ... [2021-03-31T12:55:30.308Z] Building docker-core-data-go ... [2021-03-31T12:55:30.308Z] Building docker-core-metadata-go ... [2021-03-31T12:55:30.308Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:55:30.308Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:55:30.309Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:55:30.309Z] Building docker-support-notifications-go ... [2021-03-31T12:55:30.309Z] Building docker-support-scheduler-go ... [2021-03-31T12:55:30.309Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:55:30.309Z] Building docker-core-command-go [2021-03-31T12:55:30.309Z] Building docker-support-scheduler-go [2021-03-31T12:55:30.309Z] Building docker-security-bootstrapper-go [2021-03-31T12:55:30.309Z] Building docker-core-metadata-go [2021-03-31T12:55:30.309Z] Building docker-sys-mgmt-agent-go [2021-03-31T12:56:54.107Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:56:54.107Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:56:54.107Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:56:54.107Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:56:54.107Z] ---> 906dec4e2bfe [2021-03-31T12:56:54.107Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:56:54.107Z] ---> 906dec4e2bfe [2021-03-31T12:56:54.107Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T12:56:54.107Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:56:54.107Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:56:54.107Z] ---> 906dec4e2bfe [2021-03-31T12:56:54.107Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:56:54.107Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:56:54.107Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:56:54.107Z] ---> 906dec4e2bfe [2021-03-31T12:56:54.107Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T12:56:54.107Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:56:54.107Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:56:54.107Z] ---> 906dec4e2bfe [2021-03-31T12:56:54.107Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:56:54.107Z] ---> Running in 77ba41eb1ea0 [2021-03-31T12:56:54.107Z] ---> Running in d59ec2edbaa4 [2021-03-31T12:56:54.107Z] ---> Running in 71cb00e9ed11 [2021-03-31T12:56:54.107Z] ---> Running in 38198057447e [2021-03-31T12:56:54.107Z] ---> Running in b9a3127df062 [2021-03-31T12:56:55.335Z] Removing intermediate container b9a3127df062 [2021-03-31T12:56:55.335Z] ---> d7774d700ec8 [2021-03-31T12:56:55.335Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:56:55.629Z] Removing intermediate container 71cb00e9ed11 [2021-03-31T12:56:55.629Z] ---> 7981efd6e5ff [2021-03-31T12:56:55.629Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:56:55.629Z] Removing intermediate container d59ec2edbaa4 [2021-03-31T12:56:55.629Z] ---> 6ee7f4746fa7 [2021-03-31T12:56:55.629Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:56:55.629Z] Removing intermediate container 38198057447e [2021-03-31T12:56:55.629Z] ---> dd4bc5524fc5 [2021-03-31T12:56:55.629Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:56:55.976Z] Removing intermediate container 77ba41eb1ea0 [2021-03-31T12:56:55.976Z] ---> 168bf462cc6b [2021-03-31T12:56:55.976Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:56:55.976Z] ---> Running in 172c8bab1801 [2021-03-31T12:56:55.976Z] ---> Running in 935e8bc6701f [2021-03-31T12:56:55.976Z] ---> Running in 255b4a2d1218 [2021-03-31T12:56:55.976Z] ---> Running in 206d81467643 [2021-03-31T12:56:55.976Z] ---> Running in 3b159fad27d8 [2021-03-31T12:57:02.267Z] Removing intermediate container 255b4a2d1218 [2021-03-31T12:57:02.267Z] ---> 4012f0ebf677 [2021-03-31T12:57:02.267Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T12:57:02.267Z] Removing intermediate container 935e8bc6701f [2021-03-31T12:57:02.267Z] ---> c4a1900d2d59 [2021-03-31T12:57:02.267Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T12:57:02.267Z] Removing intermediate container 206d81467643 [2021-03-31T12:57:02.267Z] ---> e07fd2299cf1 [2021-03-31T12:57:02.267Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:57:02.595Z] Removing intermediate container 172c8bab1801 [2021-03-31T12:57:02.595Z] ---> 9464c7c37a76 [2021-03-31T12:57:02.595Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:57:02.595Z] ---> Running in 013c04fcc600 [2021-03-31T12:57:02.595Z] Removing intermediate container 3b159fad27d8 [2021-03-31T12:57:02.595Z] ---> 6d63ad7948d2 [2021-03-31T12:57:02.595Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T12:57:02.595Z] ---> Running in 53afbe67d189 [2021-03-31T12:57:02.595Z] ---> Running in 47e0bf5598a1 [2021-03-31T12:57:02.595Z] ---> Running in 97424981972a [2021-03-31T12:57:02.905Z] ---> Running in d98ed56ca7c5 [2021-03-31T12:57:05.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:05.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:05.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:05.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:05.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:05.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:05.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:05.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:06.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:06.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:07.610Z] OK: 233 MiB in 51 packages [2021-03-31T12:57:07.610Z] OK: 233 MiB in 51 packages [2021-03-31T12:57:07.610Z] OK: 233 MiB in 51 packages [2021-03-31T12:57:08.576Z] OK: 233 MiB in 51 packages [2021-03-31T12:57:08.576Z] OK: 233 MiB in 51 packages [2021-03-31T12:57:09.491Z] Removing intermediate container 97424981972a [2021-03-31T12:57:09.491Z] ---> ea1e533f6cc1 [2021-03-31T12:57:09.491Z] Step 6/23 : COPY go.mod . [2021-03-31T12:57:09.491Z] Removing intermediate container 53afbe67d189 [2021-03-31T12:57:09.491Z] ---> ec39ca2707b2 [2021-03-31T12:57:09.491Z] Step 6/26 : COPY go.mod . [2021-03-31T12:57:09.491Z] Removing intermediate container 013c04fcc600 [2021-03-31T12:57:09.491Z] ---> 91ddb4128faf [2021-03-31T12:57:09.491Z] Step 6/23 : COPY go.mod . [2021-03-31T12:57:09.884Z] Removing intermediate container d98ed56ca7c5 [2021-03-31T12:57:09.884Z] ---> dadb65a13fc2 [2021-03-31T12:57:09.884Z] Step 6/31 : COPY go.mod . [2021-03-31T12:57:10.275Z] Removing intermediate container 47e0bf5598a1 [2021-03-31T12:57:10.275Z] ---> 6a18e61d1f1d [2021-03-31T12:57:10.275Z] Step 6/22 : COPY go.mod . [2021-03-31T12:57:10.646Z] ---> f82db8de481e [2021-03-31T12:57:10.646Z] Step 7/23 : RUN go mod download [2021-03-31T12:57:10.646Z] ---> eb7082b055f6 [2021-03-31T12:57:10.646Z] Step 7/26 : RUN go mod download [2021-03-31T12:57:10.646Z] ---> 3b722a740fab [2021-03-31T12:57:10.646Z] Step 7/23 : RUN go mod download [2021-03-31T12:57:10.646Z] ---> 97a4533bc818 [2021-03-31T12:57:10.646Z] Step 7/31 : RUN go mod download [2021-03-31T12:57:10.987Z] ---> Running in c6a88209a464 [2021-03-31T12:57:10.987Z] ---> Running in 737360d72090 [2021-03-31T12:57:10.987Z] ---> Running in 4fd7f34a86d3 [2021-03-31T12:57:10.987Z] ---> Running in 0c7876277f26 [2021-03-31T12:57:10.987Z] ---> 8c141204c4d3 [2021-03-31T12:57:10.987Z] Step 7/22 : RUN go mod download [2021-03-31T12:57:11.323Z] ---> Running in 884f9e356cb9 [2021-03-31T12:57:17.936Z] Removing intermediate container 737360d72090 [2021-03-31T12:57:17.936Z] ---> 3767a1d6549e [2021-03-31T12:57:17.936Z] Step 8/26 : COPY . . [2021-03-31T12:57:18.272Z] Removing intermediate container 884f9e356cb9 [2021-03-31T12:57:18.272Z] ---> 420bc505fb39 [2021-03-31T12:57:18.272Z] Step 8/22 : COPY . . [2021-03-31T12:57:18.592Z] Removing intermediate container c6a88209a464 [2021-03-31T12:57:18.592Z] ---> 313900976eae [2021-03-31T12:57:18.592Z] Step 8/23 : COPY . . [2021-03-31T12:57:18.592Z] Removing intermediate container 4fd7f34a86d3 [2021-03-31T12:57:18.592Z] ---> 8e6147fa4147 [2021-03-31T12:57:18.592Z] Step 8/23 : COPY . . [2021-03-31T12:57:18.592Z] Removing intermediate container 0c7876277f26 [2021-03-31T12:57:18.592Z] ---> 5ad70c06298e [2021-03-31T12:57:18.592Z] Step 8/31 : COPY . . [2021-03-31T12:59:15.415Z] ---> 91f3f96288c2 [2021-03-31T12:59:15.415Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T12:59:15.415Z] ---> 317b232a7596 [2021-03-31T12:59:15.415Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T12:59:15.415Z] ---> 6e03d5f0be5b [2021-03-31T12:59:15.415Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T12:59:16.212Z] ---> Running in 380b515b6c2a [2021-03-31T12:59:16.212Z] ---> Running in 9a48662c78c3 [2021-03-31T12:59:16.212Z] ---> Running in 7554a8fee449 [2021-03-31T12:59:17.307Z] ---> cff4c200631d [2021-03-31T12:59:17.307Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T12:59:17.307Z] ---> 5037ac2e3fa5 [2021-03-31T12:59:17.307Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T12:59:17.736Z] ---> Running in fa1624a1120e [2021-03-31T12:59:18.146Z] ---> Running in 1039a23de331 [2021-03-31T12:59:20.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T12:59:20.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T12:59:20.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T12:59:20.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T12:59:20.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T13:00:45.021Z] Removing intermediate container 7554a8fee449 [2021-03-31T13:00:45.021Z] ---> 94ab53eaf89b [2021-03-31T13:00:45.021Z] [2021-03-31T13:00:45.021Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T13:00:45.021Z] 3.12: Pulling from library/alpine [2021-03-31T13:00:45.677Z] Removing intermediate container 9a48662c78c3 [2021-03-31T13:00:45.677Z] ---> d61280ecc2cd [2021-03-31T13:00:45.677Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T13:00:49.498Z] ---> Running in 7b7321faf1c7 [2021-03-31T13:00:50.132Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T13:00:50.132Z] Removing intermediate container 380b515b6c2a [2021-03-31T13:00:50.132Z] ---> e3337f7dc807 [2021-03-31T13:00:50.132Z] [2021-03-31T13:00:50.132Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:00:50.438Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T13:00:50.438Z] ---> 42cb162f0360 [2021-03-31T13:00:50.438Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T13:00:50.438Z] ---> 42cb162f0360 [2021-03-31T13:00:50.438Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:00:50.839Z] Removing intermediate container 1039a23de331 [2021-03-31T13:00:50.839Z] ---> a31c6db2ba66 [2021-03-31T13:00:50.839Z] [2021-03-31T13:00:50.839Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T13:00:50.839Z] ---> 42cb162f0360 [2021-03-31T13:00:50.839Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:00:50.839Z] ---> Running in f0abeeaa3e96 [2021-03-31T13:00:51.309Z] ---> Running in abec1e51b234 [2021-03-31T13:00:51.629Z] ---> Running in 6780044a7b7e [2021-03-31T13:00:52.430Z] Removing intermediate container abec1e51b234 [2021-03-31T13:00:52.430Z] ---> 21b3f50b601a [2021-03-31T13:00:52.430Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T13:00:52.430Z] ---> Running in 9342969c441b [2021-03-31T13:00:52.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T13:00:53.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:00:54.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:00:54.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:00:54.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:00:55.972Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T13:00:55.972Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:00:55.972Z] OK: 6 MiB in 15 packages [2021-03-31T13:00:56.533Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T13:00:56.533Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:00:56.533Z] OK: 6 MiB in 15 packages [2021-03-31T13:00:58.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:00:58.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:00:58.971Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T13:00:58.971Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T13:00:58.971Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:00:58.971Z] OK: 6 MiB in 16 packages [2021-03-31T13:01:00.967Z] Removing intermediate container fa1624a1120e [2021-03-31T13:01:00.967Z] ---> 4e355ec822d3 [2021-03-31T13:01:00.967Z] [2021-03-31T13:01:00.967Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:01:00.967Z] ---> 42cb162f0360 [2021-03-31T13:01:00.967Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:01:01.649Z] ---> Running in 1cb9519e8ae8 [2021-03-31T13:01:02.383Z] Removing intermediate container f0abeeaa3e96 [2021-03-31T13:01:02.383Z] ---> 3d0299c035cf [2021-03-31T13:01:02.383Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:01:02.383Z] Removing intermediate container 6780044a7b7e [2021-03-31T13:01:02.383Z] ---> 1861a5a1b4c7 [2021-03-31T13:01:02.383Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:01:02.383Z] Removing intermediate container 9342969c441b [2021-03-31T13:01:02.383Z] ---> 0f1f20df401e [2021-03-31T13:01:02.383Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T13:01:02.383Z] ---> Running in 3e8dd34f9449 [2021-03-31T13:01:02.737Z] ---> Running in fde468e3ec51 [2021-03-31T13:01:02.738Z] ---> Running in 5f122fd9c2c1 [2021-03-31T13:01:03.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:04.616Z] Removing intermediate container 3e8dd34f9449 [2021-03-31T13:01:04.616Z] ---> 53a73e31320f [2021-03-31T13:01:04.616Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T13:01:04.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:04.616Z] Removing intermediate container fde468e3ec51 [2021-03-31T13:01:04.616Z] ---> 0f6646c474b5 [2021-03-31T13:01:04.616Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T13:01:05.024Z] Removing intermediate container 5f122fd9c2c1 [2021-03-31T13:01:05.024Z] ---> 7f627030b68a [2021-03-31T13:01:05.024Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T13:01:05.024Z] ---> Running in f269952a3db1 [2021-03-31T13:01:05.024Z] ---> Running in f1efbfdf07a2 [2021-03-31T13:01:05.024Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T13:01:05.024Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:01:05.321Z] OK: 6 MiB in 15 packages [2021-03-31T13:01:05.692Z] ---> Running in 6710a4455168 [2021-03-31T13:01:06.049Z] Removing intermediate container 7b7321faf1c7 [2021-03-31T13:01:06.049Z] ---> a950ad5d7569 [2021-03-31T13:01:06.049Z] [2021-03-31T13:01:06.049Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T13:01:06.427Z] Removing intermediate container f269952a3db1 [2021-03-31T13:01:06.427Z] ---> f2688b6c9843 [2021-03-31T13:01:06.427Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T13:01:06.427Z] Removing intermediate container f1efbfdf07a2 [2021-03-31T13:01:06.427Z] ---> b8380f8d9a1a [2021-03-31T13:01:06.427Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T13:01:06.427Z] Removing intermediate container 6710a4455168 [2021-03-31T13:01:06.427Z] ---> 7408f8c288d3 [2021-03-31T13:01:06.427Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T13:01:06.427Z] 20.10.0: Pulling from library/docker [2021-03-31T13:01:07.251Z] ---> Running in 0b93d13263d3 [2021-03-31T13:01:07.663Z] ---> Running in b69f66ffb30e [2021-03-31T13:01:07.663Z] ---> Running in 58271dbd2cf4 [2021-03-31T13:01:08.066Z] Removing intermediate container 1cb9519e8ae8 [2021-03-31T13:01:08.066Z] ---> 38d8c078f69b [2021-03-31T13:01:08.066Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:01:08.495Z] ---> Running in 1b9241f851fa [2021-03-31T13:01:08.881Z] Removing intermediate container 0b93d13263d3 [2021-03-31T13:01:08.881Z] ---> 0adcc9d79a8c [2021-03-31T13:01:08.881Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:01:08.881Z] Removing intermediate container b69f66ffb30e [2021-03-31T13:01:08.881Z] ---> 01c6d1ea3a56 [2021-03-31T13:01:08.881Z] Step 15/23 : WORKDIR / [2021-03-31T13:01:09.856Z] ---> Running in 2af4611c8a9a [2021-03-31T13:01:10.338Z] Removing intermediate container 1b9241f851fa [2021-03-31T13:01:10.338Z] ---> 7253c5a94efb [2021-03-31T13:01:10.338Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T13:01:10.857Z] ---> Running in 5f9b6cf0dec8 [2021-03-31T13:01:10.857Z] Removing intermediate container 2af4611c8a9a [2021-03-31T13:01:10.857Z] ---> b543bfcbb0f8 [2021-03-31T13:01:10.858Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:01:12.176Z] ---> fd3814c33e3f [2021-03-31T13:01:12.176Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T13:01:13.050Z] Removing intermediate container 5f9b6cf0dec8 [2021-03-31T13:01:13.050Z] ---> 75bacf77d385 [2021-03-31T13:01:13.050Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T13:01:13.453Z] ---> f13119a6b79d [2021-03-31T13:01:13.453Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T13:01:13.936Z] ---> Running in 26d381cfb47a [2021-03-31T13:01:14.709Z] Removing intermediate container 26d381cfb47a [2021-03-31T13:01:14.709Z] ---> 844f59ead13a [2021-03-31T13:01:14.709Z] Step 15/23 : WORKDIR / [2021-03-31T13:01:15.083Z] Removing intermediate container 58271dbd2cf4 [2021-03-31T13:01:15.083Z] ---> 509c5dbcca3c [2021-03-31T13:01:15.083Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T13:01:15.083Z] ---> Running in d3dbf1b11e69 [2021-03-31T13:01:15.083Z] ---> ce7e142206d9 [2021-03-31T13:01:15.083Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T13:01:15.463Z] ---> Running in 4844533c80c8 [2021-03-31T13:01:15.827Z] Removing intermediate container d3dbf1b11e69 [2021-03-31T13:01:15.827Z] ---> 4c4f4f760546 [2021-03-31T13:01:15.827Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:01:15.827Z] ---> f6876b727184 [2021-03-31T13:01:15.827Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T13:01:16.141Z] Removing intermediate container 4844533c80c8 [2021-03-31T13:01:16.141Z] ---> 01c1eea3d78d [2021-03-31T13:01:16.141Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T13:01:16.481Z] ---> ab714e16967e [2021-03-31T13:01:16.481Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T13:01:17.719Z] ---> Running in 16d21e11afea [2021-03-31T13:01:17.719Z] ---> 8d00873780ba [2021-03-31T13:01:17.719Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T13:01:17.719Z] ---> 7c5b4dcbf8ce [2021-03-31T13:01:17.719Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T13:01:18.087Z] ---> eb515e0a5e11 [2021-03-31T13:01:18.087Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T13:01:18.087Z] ---> Running in afa5ad9d9e1d [2021-03-31T13:01:18.702Z] ---> Running in 1c6740256e1a [2021-03-31T13:01:18.992Z] Removing intermediate container 16d21e11afea [2021-03-31T13:01:18.992Z] ---> fa6ddca36114 [2021-03-31T13:01:18.992Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:01:19.319Z] Removing intermediate container afa5ad9d9e1d [2021-03-31T13:01:19.319Z] ---> 1bf303c5351d [2021-03-31T13:01:19.319Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:01:19.319Z] ---> Running in 8a6893dbe0cc [2021-03-31T13:01:19.640Z] ---> 6555b588337b [2021-03-31T13:01:19.640Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T13:01:19.953Z] ---> Running in 2c4b5bafa098 [2021-03-31T13:01:20.810Z] Removing intermediate container 8a6893dbe0cc [2021-03-31T13:01:20.810Z] ---> 349591d3b633 [2021-03-31T13:01:20.810Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T13:01:21.189Z] Removing intermediate container 2c4b5bafa098 [2021-03-31T13:01:21.189Z] ---> 82931c36a88f [2021-03-31T13:01:21.189Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T13:01:21.189Z] ---> 933283f0c52c [2021-03-31T13:01:21.189Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T13:01:21.189Z] ---> Running in 2f00dcae1b3d [2021-03-31T13:01:21.574Z] ---> Running in 638c9af759b3 [2021-03-31T13:01:21.878Z] ---> Running in 546eabddd1ee [2021-03-31T13:01:22.284Z] Removing intermediate container 2f00dcae1b3d [2021-03-31T13:01:22.284Z] ---> 47c7f77e4c51 [2021-03-31T13:01:22.284Z] Step 21/22 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [2021-03-31T13:01:22.719Z] Removing intermediate container 638c9af759b3 [2021-03-31T13:01:22.719Z] ---> a95d2ef32431 [2021-03-31T13:01:22.719Z] Step 22/23 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [2021-03-31T13:01:22.719Z] ---> Running in 84f9df73d22a [2021-03-31T13:01:23.218Z] Removing intermediate container 546eabddd1ee [2021-03-31T13:01:23.218Z] ---> be07059fd5a0 [2021-03-31T13:01:23.218Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:01:23.218Z] ---> Running in ce7e1d07726f [2021-03-31T13:01:23.218Z] ---> Running in 187aa6f45a28 [2021-03-31T13:01:24.149Z] Removing intermediate container 84f9df73d22a [2021-03-31T13:01:24.149Z] ---> 4251c7c91dcc [2021-03-31T13:01:24.149Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T13:01:24.674Z] Removing intermediate container 187aa6f45a28 [2021-03-31T13:01:24.674Z] ---> a0fb1dff5fe6 [2021-03-31T13:01:24.674Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T13:01:24.674Z] ---> Running in 94e8ab7309c6 [2021-03-31T13:01:24.674Z] Removing intermediate container ce7e1d07726f [2021-03-31T13:01:24.674Z] ---> 8b9f8198583d [2021-03-31T13:01:24.674Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:01:24.674Z] ---> Running in 1e367996fb4a [2021-03-31T13:01:25.186Z] ---> Running in 6885a5b4aae8 [2021-03-31T13:01:25.186Z] Removing intermediate container 1c6740256e1a [2021-03-31T13:01:25.186Z] ---> 125723de9c18 [2021-03-31T13:01:25.186Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:01:25.624Z] Removing intermediate container 94e8ab7309c6 [2021-03-31T13:01:25.624Z] ---> f66d5fcf32dc [2021-03-31T13:01:25.624Z] [2021-03-31T13:01:25.624Z] Removing intermediate container 1e367996fb4a [2021-03-31T13:01:25.624Z] ---> afe60a7713f5 [2021-03-31T13:01:25.624Z] Step 22/23 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [2021-03-31T13:01:26.001Z] ---> Running in e56a7569ffba [2021-03-31T13:01:26.705Z] Removing intermediate container 6885a5b4aae8 [2021-03-31T13:01:26.705Z] ---> 186dc985a872 [2021-03-31T13:01:26.705Z] [2021-03-31T13:01:27.021Z] ---> f81794cd3431 [2021-03-31T13:01:27.021Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T13:01:27.021Z] Removing intermediate container e56a7569ffba [2021-03-31T13:01:27.021Z] ---> 6141851dfca9 [2021-03-31T13:01:27.021Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:01:27.342Z] Successfully built f66d5fcf32dc [2021-03-31T13:01:27.342Z] ---> Running in f10e183cd09f [2021-03-31T13:01:27.343Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T13:01:27.343Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-31T13:01:27.343Z] Successfully built 186dc985a872 [2021-03-31T13:01:27.343Z] Successfully tagged docker-core-command-go:latest [2021-03-31T13:01:27.343Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-31T13:01:27.985Z] Removing intermediate container f10e183cd09f [2021-03-31T13:01:27.985Z] ---> 390790c3fa65 [2021-03-31T13:01:27.985Z] [2021-03-31T13:01:28.678Z] Successfully built 390790c3fa65 [2021-03-31T13:01:28.982Z] ---> 801b33a07b7e [2021-03-31T13:01:28.982Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T13:01:28.982Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T13:01:28.982Z] Building docker-core-data-go [2021-03-31T13:01:30.181Z]  Building docker-core-metadata-go ... done  ---> 654cbac3912a [2021-03-31T13:01:30.181Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T13:01:35.151Z] ---> bbbd5984ad34 [2021-03-31T13:01:35.151Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T13:01:38.741Z] ---> 7c9636855ce7 [2021-03-31T13:01:38.741Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T13:01:39.612Z] ---> Running in c511528d578e [2021-03-31T13:01:40.383Z] Removing intermediate container c511528d578e [2021-03-31T13:01:40.383Z] ---> efacbca42d01 [2021-03-31T13:01:40.383Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T13:01:40.791Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T13:01:40.791Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T13:01:40.791Z] ---> aefe523efa57 [2021-03-31T13:01:40.791Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T13:01:44.283Z] ---> 9e7eaaecf668 [2021-03-31T13:01:44.283Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T13:01:44.283Z] ---> Running in caf3e4d5c9f6 [2021-03-31T13:01:46.748Z] ---> Running in a76d6e1c7287 [2021-03-31T13:01:48.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:48.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:49.464Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T13:01:49.464Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T13:01:49.464Z] Executing bash-5.0.17-r0.post-install [2021-03-31T13:01:49.464Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:01:49.464Z] OK: 12 MiB in 22 packages [2021-03-31T13:01:51.238Z] Removing intermediate container a76d6e1c7287 [2021-03-31T13:01:51.238Z] ---> 23682cc4574a [2021-03-31T13:01:51.238Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T13:01:52.816Z] ---> Running in c11ba3cd73ae [2021-03-31T13:01:54.685Z] Removing intermediate container caf3e4d5c9f6 [2021-03-31T13:01:54.685Z] ---> 50f7e5a1786f [2021-03-31T13:01:54.685Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T13:01:54.685Z] Removing intermediate container c11ba3cd73ae [2021-03-31T13:01:54.685Z] ---> 4c9fa4e3a5d0 [2021-03-31T13:01:54.685Z] Step 28/31 : CMD ["gate"] [2021-03-31T13:01:54.685Z] ---> Running in 243d7fcfaa53 [2021-03-31T13:01:55.039Z] ---> Running in 3e501d082b02 [2021-03-31T13:01:55.320Z] Removing intermediate container 243d7fcfaa53 [2021-03-31T13:01:55.320Z] ---> 20ea74b167ac [2021-03-31T13:01:55.320Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T13:01:55.646Z] Removing intermediate container 3e501d082b02 [2021-03-31T13:01:55.646Z] ---> 65a48f7b7ca0 [2021-03-31T13:01:55.646Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T13:01:55.646Z] ---> Running in 206a3b53e933 [2021-03-31T13:01:55.984Z] ---> Running in 5c1ede448f56 [2021-03-31T13:01:57.732Z] Removing intermediate container 206a3b53e933 [2021-03-31T13:01:57.732Z] ---> 380f7fc149b5 [2021-03-31T13:01:57.732Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T13:01:57.732Z] Removing intermediate container 5c1ede448f56 [2021-03-31T13:01:57.732Z] ---> 0c7082b2677b [2021-03-31T13:01:57.732Z] Step 30/31 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [2021-03-31T13:01:57.732Z] ---> Running in f71b9ec8cc1f [2021-03-31T13:01:57.732Z] ---> Running in 6484bebbafbe [2021-03-31T13:01:58.443Z] Removing intermediate container f71b9ec8cc1f [2021-03-31T13:01:58.443Z] ---> 483665a275e5 [2021-03-31T13:01:58.443Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T13:01:58.443Z] Removing intermediate container 6484bebbafbe [2021-03-31T13:01:58.443Z] ---> b71e218daf4e [2021-03-31T13:01:58.443Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T13:01:59.329Z] ---> Running in a742c2c6bf69 [2021-03-31T13:02:03.886Z] Removing intermediate container a742c2c6bf69 [2021-03-31T13:02:03.886Z] ---> a3bb454edf4a [2021-03-31T13:02:03.886Z] [2021-03-31T13:02:05.233Z] ---> 36e9a032814c [2021-03-31T13:02:05.233Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T13:02:05.595Z] Successfully built a3bb454edf4a [2021-03-31T13:02:05.947Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T13:02:05.947Z] Building docker-security-proxy-setup-go [2021-03-31T13:02:09.053Z]  Building docker-security-bootstrapper-go ... done  ---> dcd5462568d4 [2021-03-31T13:02:09.053Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T13:02:13.737Z] ---> 305a2b26e6da [2021-03-31T13:02:13.737Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T13:02:14.527Z] ---> Running in 661deac66412 [2021-03-31T13:02:19.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:02:19.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:02:21.602Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T13:02:21.602Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T13:02:21.602Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T13:02:21.602Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T13:02:21.602Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T13:02:21.602Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T13:02:21.603Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T13:02:28.872Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T13:02:28.872Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T13:02:28.872Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T13:02:28.872Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T13:02:28.872Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T13:02:28.872Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T13:02:29.329Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T13:02:29.329Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T13:02:29.738Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T13:02:29.738Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T13:02:30.456Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T13:02:30.772Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T13:02:31.136Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T13:02:31.485Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T13:02:31.485Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T13:02:31.485Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T13:02:31.907Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T13:02:32.220Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T13:02:32.220Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T13:02:33.083Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T13:02:33.083Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T13:02:33.515Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T13:02:33.515Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T13:02:33.515Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T13:02:34.006Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T13:02:34.006Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T13:02:34.006Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:02:34.383Z] OK: 71 MiB in 55 packages [2021-03-31T13:02:54.310Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:02:54.310Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:02:54.310Z] ---> 906dec4e2bfe [2021-03-31T13:02:54.310Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> dd4bc5524fc5 [2021-03-31T13:02:54.310Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> e07fd2299cf1 [2021-03-31T13:02:54.310Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T13:02:54.310Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:02:54.310Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:02:54.310Z] ---> 906dec4e2bfe [2021-03-31T13:02:54.310Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> dd4bc5524fc5 [2021-03-31T13:02:54.310Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> e07fd2299cf1 [2021-03-31T13:02:54.310Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> 91ddb4128faf [2021-03-31T13:02:54.310Z] Step 6/24 : COPY go.mod . [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> 3b722a740fab [2021-03-31T13:02:54.310Z] Step 7/24 : RUN go mod download [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> 8e6147fa4147 [2021-03-31T13:02:54.310Z] Step 8/24 : COPY . . [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> cff4c200631d [2021-03-31T13:02:54.310Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T13:02:54.310Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:02:54.310Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:02:54.310Z] ---> 906dec4e2bfe [2021-03-31T13:02:54.310Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> dd4bc5524fc5 [2021-03-31T13:02:54.310Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:02:54.310Z] ---> Using cache [2021-03-31T13:02:54.310Z] ---> e07fd2299cf1 [2021-03-31T13:02:54.310Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T13:02:54.310Z] ---> Running in 0b2e00efce17 [2021-03-31T13:02:54.310Z] ---> Running in 6b3b4c898fa8 [2021-03-31T13:02:54.310Z] ---> Running in c9519c5dc391 [2021-03-31T13:02:58.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T13:02:58.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:02:58.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:02:59.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:02:59.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:03:00.878Z] OK: 233 MiB in 51 packages [2021-03-31T13:03:01.651Z] OK: 233 MiB in 51 packages [2021-03-31T13:03:09.212Z] Removing intermediate container 6b3b4c898fa8 [2021-03-31T13:03:09.212Z] ---> 7429f16bef8b [2021-03-31T13:03:09.212Z] Step 6/23 : COPY go.mod . [2021-03-31T13:03:09.212Z] Removing intermediate container 0b2e00efce17 [2021-03-31T13:03:09.212Z] ---> 946f72d7e703 [2021-03-31T13:03:09.212Z] Step 6/22 : COPY go.mod . [2021-03-31T13:03:11.122Z] ---> bf7c660b53a0 [2021-03-31T13:03:11.122Z] Step 7/23 : RUN go mod download [2021-03-31T13:03:13.720Z] ---> Running in a8b34efebe3c [2021-03-31T13:03:13.720Z] ---> 4a6bb78c6185 [2021-03-31T13:03:13.720Z] Step 7/22 : RUN go mod download [2021-03-31T13:03:15.051Z] ---> Running in 884786cd821e [2021-03-31T13:03:19.019Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:03:19.019Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:03:19.019Z] ---> 906dec4e2bfe [2021-03-31T13:03:19.019Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T13:03:19.019Z] ---> Using cache [2021-03-31T13:03:19.019Z] ---> dd4bc5524fc5 [2021-03-31T13:03:19.019Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:03:19.019Z] ---> Using cache [2021-03-31T13:03:19.019Z] ---> e07fd2299cf1 [2021-03-31T13:03:19.019Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T13:03:19.019Z] ---> Using cache [2021-03-31T13:03:19.019Z] ---> 91ddb4128faf [2021-03-31T13:03:19.019Z] Step 6/21 : COPY go.mod . [2021-03-31T13:03:19.019Z] ---> Using cache [2021-03-31T13:03:19.019Z] ---> 3b722a740fab [2021-03-31T13:03:19.019Z] Step 7/21 : RUN go mod download [2021-03-31T13:03:19.019Z] ---> Using cache [2021-03-31T13:03:19.019Z] ---> 8e6147fa4147 [2021-03-31T13:03:19.019Z] Step 8/21 : COPY . . [2021-03-31T13:03:19.019Z] ---> Using cache [2021-03-31T13:03:19.019Z] ---> cff4c200631d [2021-03-31T13:03:19.020Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T13:03:19.550Z] ---> Running in b7d36eeef7c1 [2021-03-31T13:03:22.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T13:03:25.436Z] Removing intermediate container a8b34efebe3c [2021-03-31T13:03:25.436Z] ---> 695ba1afa8d8 [2021-03-31T13:03:25.436Z] Step 8/23 : COPY . . [2021-03-31T13:03:25.436Z] Removing intermediate container 884786cd821e [2021-03-31T13:03:25.436Z] ---> 388cd5bc0667 [2021-03-31T13:03:25.436Z] Step 8/22 : COPY . . [2021-03-31T13:04:18.150Z] Removing intermediate container 661deac66412 [2021-03-31T13:04:18.150Z] ---> 3ca27972f252 [2021-03-31T13:04:18.150Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T13:04:18.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T13:04:18.150Z] ---> Running in 24fd590bf81c [2021-03-31T13:04:18.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T13:05:00.455Z] Collecting docker-compose==1.23.2 [2021-03-31T13:05:00.455Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T13:05:00.455Z] Collecting PyYAML<4,>=3.10 [2021-03-31T13:05:00.455Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T13:05:00.455Z] Removing intermediate container b7d36eeef7c1 [2021-03-31T13:05:00.455Z] ---> d875f1bfb703 [2021-03-31T13:05:00.455Z] [2021-03-31T13:05:00.455Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T13:05:00.455Z] Removing intermediate container c9519c5dc391 [2021-03-31T13:05:00.455Z] ---> 128bf32ad754 [2021-03-31T13:05:00.455Z] [2021-03-31T13:05:00.455Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T13:05:00.455Z] ---> 42cb162f0360 [2021-03-31T13:05:00.455Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T13:05:00.455Z] ---> 42cb162f0360 [2021-03-31T13:05:00.455Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T13:05:00.455Z] ---> c8ec82a1d63b [2021-03-31T13:05:00.455Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T13:05:01.105Z] ---> Running in fc7ca0bc96d0 [2021-03-31T13:05:01.105Z] ---> Running in faaf5f223475 [2021-03-31T13:05:01.105Z] ---> Running in eac33ec4f4d1 [2021-03-31T13:05:01.512Z] ---> a9230d54d2e3 [2021-03-31T13:05:01.512Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T13:05:01.926Z] ---> Running in eba278b442c1 [2021-03-31T13:05:02.727Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T13:05:02.727Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T13:05:05.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:05.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:05.328Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T13:05:05.328Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T13:05:05.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:05.328Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T13:05:05.328Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:05:05.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:05.328Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T13:05:05.843Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T13:05:05.843Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:05:05.843Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:05:05.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T13:05:05.843Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T13:05:06.231Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T13:05:06.231Z] OK: 7 MiB in 18 packages [2021-03-31T13:05:06.231Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T13:05:06.231Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T13:05:06.574Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:05:06.574Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T13:05:06.574Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T13:05:06.574Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T13:05:06.574Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T13:05:06.574Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:05:07.021Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:05:07.021Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T13:05:07.021Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T13:05:07.021Z] OK: 7 MiB in 20 packages [2021-03-31T13:05:07.021Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T13:05:07.950Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T13:05:07.950Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T13:05:09.912Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T13:05:09.912Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T13:05:12.248Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T13:05:12.248Z] Removing intermediate container fc7ca0bc96d0 [2021-03-31T13:05:12.248Z] ---> 8b1f39465e9f [2021-03-31T13:05:12.248Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T13:05:12.581Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T13:05:12.581Z] Removing intermediate container faaf5f223475 [2021-03-31T13:05:12.581Z] ---> 35d8ad8a1dd6 [2021-03-31T13:05:12.581Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T13:05:12.938Z] ---> Running in 6f3958bd9d16 [2021-03-31T13:05:12.938Z] ---> Running in 935460a07597 [2021-03-31T13:05:14.302Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T13:05:14.302Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T13:05:14.724Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T13:05:14.724Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T13:05:15.092Z] Removing intermediate container 6f3958bd9d16 [2021-03-31T13:05:15.092Z] ---> 25f450d1f241 [2021-03-31T13:05:15.092Z] Step 13/21 : WORKDIR /edgex [2021-03-31T13:05:15.092Z] Removing intermediate container 935460a07597 [2021-03-31T13:05:15.092Z] ---> fd45246d6fa7 [2021-03-31T13:05:15.092Z] Step 13/24 : WORKDIR / [2021-03-31T13:05:15.092Z] Collecting idna<2.8,>=2.5 [2021-03-31T13:05:15.092Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T13:05:15.414Z] ---> Running in 302bed313037 [2021-03-31T13:05:15.414Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T13:05:15.414Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T13:05:15.414Z] ---> Running in 4e8a685305d5 [2021-03-31T13:05:15.753Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T13:05:15.753Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T13:05:16.051Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T13:05:16.051Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T13:05:16.051Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T13:05:16.051Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T13:05:16.378Z] Installing collected packages: PyYAML, dockerpty, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, cached-property, docopt, texttable, docker-compose [2021-03-31T13:05:16.378Z] Running setup.py install for PyYAML: started [2021-03-31T13:05:16.671Z] Removing intermediate container 4e8a685305d5 [2021-03-31T13:05:16.671Z] ---> 24751a306b2c [2021-03-31T13:05:16.672Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T13:05:16.672Z] Removing intermediate container 302bed313037 [2021-03-31T13:05:16.672Z] ---> ea2085daf4c3 [2021-03-31T13:05:16.672Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T13:05:18.427Z] ---> 65ba746b1be3 [2021-03-31T13:05:18.427Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T13:05:18.707Z] ---> 6a5f33a4302e [2021-03-31T13:05:18.707Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T13:05:19.335Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T13:05:19.335Z] Running setup.py install for dockerpty: started [2021-03-31T13:05:19.335Z] ---> 51e78efa3bd0 [2021-03-31T13:05:19.335Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T13:05:20.404Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T13:05:20.404Z] ---> d51fa447a4a6 [2021-03-31T13:05:20.404Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T13:05:20.404Z] ---> 53ee866a1812 [2021-03-31T13:05:20.404Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T13:05:20.404Z] Attempting uninstall: idna [2021-03-31T13:05:20.404Z] Found existing installation: idna 2.9 [2021-03-31T13:05:20.404Z] Uninstalling idna-2.9: [2021-03-31T13:05:20.754Z] Successfully uninstalled idna-2.9 [2021-03-31T13:05:21.086Z] Attempting uninstall: urllib3 [2021-03-31T13:05:21.086Z] Found existing installation: urllib3 1.25.9 [2021-03-31T13:05:21.086Z] Uninstalling urllib3-1.25.9: [2021-03-31T13:05:21.466Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T13:05:21.768Z] Attempting uninstall: requests [2021-03-31T13:05:21.768Z] Found existing installation: requests 2.23.0 [2021-03-31T13:05:22.059Z] Uninstalling requests-2.23.0: [2021-03-31T13:05:22.059Z] Successfully uninstalled requests-2.23.0 [2021-03-31T13:05:23.702Z] ---> 10c19c7ab3b8 [2021-03-31T13:05:23.702Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T13:05:23.702Z] ---> 56fc48eb6174 [2021-03-31T13:05:23.703Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T13:05:24.419Z] ---> Running in 5a00ec36d944 [2021-03-31T13:05:25.720Z] Removing intermediate container 5a00ec36d944 [2021-03-31T13:05:25.720Z] ---> 4a857838541a [2021-03-31T13:05:25.720Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T13:05:26.027Z] ---> Running in a50007660759 [2021-03-31T13:05:26.304Z] Running setup.py install for docopt: started [2021-03-31T13:05:26.304Z] ---> 29660f41942f [2021-03-31T13:05:26.304Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T13:05:27.352Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T13:05:27.352Z] Running setup.py install for texttable: started [2021-03-31T13:05:28.079Z] Removing intermediate container a50007660759 [2021-03-31T13:05:28.079Z] ---> 3013d521ca03 [2021-03-31T13:05:28.079Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T13:05:28.476Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T13:05:28.476Z] ---> cba6ec8d4f6d [2021-03-31T13:05:28.476Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T13:05:28.935Z] ---> Running in 722d378380fd [2021-03-31T13:05:30.373Z] ---> Running in 6ed456140f48 [2021-03-31T13:05:31.146Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T13:05:32.927Z] Removing intermediate container 722d378380fd [2021-03-31T13:05:32.927Z] ---> a97f5dfff191 [2021-03-31T13:05:32.927Z] Step 20/21 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [2021-03-31T13:05:33.967Z] ---> Running in 0bf615c1037a [2021-03-31T13:05:36.250Z] Removing intermediate container 0bf615c1037a [2021-03-31T13:05:36.250Z] ---> 42127407982e [2021-03-31T13:05:36.250Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T13:05:37.145Z] ---> Running in 66a038f828e8 [2021-03-31T13:05:38.329Z] Removing intermediate container 66a038f828e8 [2021-03-31T13:05:38.329Z] ---> 3fed2956e3fc [2021-03-31T13:05:38.329Z] [2021-03-31T13:05:41.316Z] Successfully built 3fed2956e3fc [2021-03-31T13:05:41.316Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T13:05:42.405Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6ed456140f48 [2021-03-31T13:05:42.405Z] ---> 4a8e1816dcc9 [2021-03-31T13:05:42.405Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T13:05:43.159Z] Removing intermediate container 24fd590bf81c [2021-03-31T13:05:43.160Z] ---> cb6dc7a61000 [2021-03-31T13:05:43.160Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T13:05:43.160Z] ---> Running in 2f7efbd4f4cc [2021-03-31T13:05:43.160Z] ---> Running in 67c70cfece2a [2021-03-31T13:05:44.487Z] Removing intermediate container 2f7efbd4f4cc [2021-03-31T13:05:44.487Z] ---> 07ef2f822ecf [2021-03-31T13:05:44.487Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T13:05:45.585Z] ---> Running in 5d98e352d832 [2021-03-31T13:05:47.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:47.505Z] Removing intermediate container 5d98e352d832 [2021-03-31T13:05:47.505Z] ---> 707e2919dfe9 [2021-03-31T13:05:47.505Z] Step 23/24 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [2021-03-31T13:05:47.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:48.323Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:05:48.323Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T13:05:48.323Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T13:05:48.776Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:05:49.071Z] OK: 72 MiB in 58 packages [2021-03-31T13:05:49.071Z] ---> Running in 3fba43402c55 [2021-03-31T13:05:51.658Z] Removing intermediate container 3fba43402c55 [2021-03-31T13:05:51.658Z] ---> de7fa32ad741 [2021-03-31T13:05:51.658Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T13:05:51.981Z] ---> Running in 7d24175c9f6c [2021-03-31T13:05:53.131Z] Removing intermediate container 67c70cfece2a [2021-03-31T13:05:53.131Z] ---> ec68df534331 [2021-03-31T13:05:53.131Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T13:05:53.510Z] Removing intermediate container 7d24175c9f6c [2021-03-31T13:05:53.510Z] ---> a3a64489591e [2021-03-31T13:05:53.510Z] [2021-03-31T13:05:53.510Z] ---> Running in 5e3f2b9812d0 [2021-03-31T13:05:55.530Z] Removing intermediate container 5e3f2b9812d0 [2021-03-31T13:05:55.530Z] ---> df1c600e41db [2021-03-31T13:05:55.530Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:05:55.530Z] Successfully built a3a64489591e [2021-03-31T13:05:55.530Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T13:05:55.877Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in d430de1d63e8 [2021-03-31T13:05:56.958Z] Removing intermediate container d430de1d63e8 [2021-03-31T13:05:56.958Z] ---> ea5c9009a186 [2021-03-31T13:05:56.958Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T13:05:57.807Z] ---> Running in f7f77f5f59c4 [2021-03-31T13:06:00.170Z] Removing intermediate container f7f77f5f59c4 [2021-03-31T13:06:00.170Z] ---> 0c506b76e62c [2021-03-31T13:06:00.170Z] Step 25/26 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [2021-03-31T13:06:00.170Z] ---> Running in 79038b46a33d [2021-03-31T13:06:01.272Z] Removing intermediate container 79038b46a33d [2021-03-31T13:06:01.272Z] ---> 23a970b46d71 [2021-03-31T13:06:01.272Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T13:06:02.727Z] ---> Running in dd9838b93c39 [2021-03-31T13:06:02.727Z] Removing intermediate container dd9838b93c39 [2021-03-31T13:06:02.727Z] ---> e90a844418b8 [2021-03-31T13:06:02.727Z] [2021-03-31T13:06:04.184Z] Successfully built e90a844418b8 [2021-03-31T13:06:04.600Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T13:06:11.344Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eac33ec4f4d1 [2021-03-31T13:06:11.344Z] ---> fa5796ce80be [2021-03-31T13:06:11.344Z] [2021-03-31T13:06:11.344Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T13:06:11.344Z] ---> 42cb162f0360 [2021-03-31T13:06:11.344Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T13:06:11.344Z] ---> Running in 112dfe8ca1a7 [2021-03-31T13:06:12.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:06:12.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:06:13.121Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T13:06:13.121Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T13:06:13.121Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:06:13.121Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:06:13.121Z] OK: 6 MiB in 16 packages [2021-03-31T13:06:14.671Z] Removing intermediate container eba278b442c1 [2021-03-31T13:06:14.671Z] ---> 3c149005d73c [2021-03-31T13:06:14.671Z] [2021-03-31T13:06:14.671Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:06:14.671Z] ---> 42cb162f0360 [2021-03-31T13:06:14.671Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T13:06:14.671Z] ---> Running in f9be65d0c0bd [2021-03-31T13:06:15.449Z] Removing intermediate container f9be65d0c0bd [2021-03-31T13:06:15.449Z] ---> 2189928d929c [2021-03-31T13:06:15.449Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T13:06:15.796Z] Removing intermediate container 112dfe8ca1a7 [2021-03-31T13:06:15.796Z] ---> 3e91ccfa26af [2021-03-31T13:06:15.796Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:06:15.796Z] ---> Running in 72460235c957 [2021-03-31T13:06:15.796Z] ---> Running in e85ee4297f36 [2021-03-31T13:06:16.134Z] Removing intermediate container 72460235c957 [2021-03-31T13:06:16.134Z] ---> 7e6743d888f2 [2021-03-31T13:06:16.134Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T13:06:16.432Z] ---> Running in c96f16183076 [2021-03-31T13:06:16.432Z] Removing intermediate container e85ee4297f36 [2021-03-31T13:06:16.432Z] ---> 5f6dbad3f862 [2021-03-31T13:06:16.432Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T13:06:16.729Z] ---> Running in cbf2512af174 [2021-03-31T13:06:17.028Z] Removing intermediate container c96f16183076 [2021-03-31T13:06:17.028Z] ---> fa26683469f2 [2021-03-31T13:06:17.028Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:06:17.438Z] Removing intermediate container cbf2512af174 [2021-03-31T13:06:17.438Z] ---> a055dc089791 [2021-03-31T13:06:17.438Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T13:06:17.438Z] ---> Running in 79e7880a8294 [2021-03-31T13:06:17.438Z] ---> Running in 403ef6845914 [2021-03-31T13:06:19.575Z] Removing intermediate container 403ef6845914 [2021-03-31T13:06:19.575Z] ---> eda9c5f58f82 [2021-03-31T13:06:19.575Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:06:19.981Z] ---> 854e4464a7b3 [2021-03-31T13:06:19.981Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T13:06:20.643Z] Removing intermediate container 79e7880a8294 [2021-03-31T13:06:20.643Z] ---> 6a33f2b54de1 [2021-03-31T13:06:20.643Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T13:06:20.643Z] ---> Running in 41cd9f49d596 [2021-03-31T13:06:21.016Z] ---> 4549cb01e2e4 [2021-03-31T13:06:21.017Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T13:06:22.188Z] ---> 4132ee798954 [2021-03-31T13:06:22.188Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T13:06:22.188Z] ---> Running in 7f1e8c17a0cf [2021-03-31T13:06:22.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:06:22.820Z] Removing intermediate container 7f1e8c17a0cf [2021-03-31T13:06:22.820Z] ---> f66f8d115355 [2021-03-31T13:06:22.820Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:06:23.358Z] ---> Running in fc59dc0a46d0 [2021-03-31T13:06:23.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:06:23.645Z] Removing intermediate container fc59dc0a46d0 [2021-03-31T13:06:23.645Z] ---> a1565b49d981 [2021-03-31T13:06:23.645Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T13:06:23.958Z] ---> Running in 4ac3e78ffcce [2021-03-31T13:06:24.295Z] Removing intermediate container 4ac3e78ffcce [2021-03-31T13:06:24.295Z] ---> f490213606cf [2021-03-31T13:06:24.295Z] Step 21/22 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [2021-03-31T13:06:24.295Z] ---> Running in 1f07ca7e35b5 [2021-03-31T13:06:24.570Z] Removing intermediate container 1f07ca7e35b5 [2021-03-31T13:06:24.570Z] ---> 6f23c0bde3d9 [2021-03-31T13:06:24.570Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T13:06:24.570Z] ---> Running in 8c7fbdd002fd [2021-03-31T13:06:24.952Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T13:06:24.952Z] Removing intermediate container 8c7fbdd002fd [2021-03-31T13:06:24.952Z] ---> 2f8c673a6d8b [2021-03-31T13:06:24.952Z] [2021-03-31T13:06:24.952Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T13:06:24.952Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T13:06:25.259Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T13:06:25.259Z] Successfully built 2f8c673a6d8b [2021-03-31T13:06:25.259Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T13:06:25.642Z]  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T13:06:25.968Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T13:06:25.968Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:06:25.968Z] OK: 8 MiB in 20 packages [2021-03-31T13:06:27.225Z] Removing intermediate container 41cd9f49d596 [2021-03-31T13:06:27.225Z] ---> 0f3844b907ce [2021-03-31T13:06:27.225Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:06:28.429Z] ---> 808afdd6c302 [2021-03-31T13:06:28.429Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T13:06:29.928Z] ---> 3e902678763f [2021-03-31T13:06:29.928Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T13:06:30.608Z] ---> 351828dc169f [2021-03-31T13:06:30.608Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T13:06:30.608Z] ---> Running in 2b71857c24d1 [2021-03-31T13:06:30.928Z] Removing intermediate container 2b71857c24d1 [2021-03-31T13:06:30.928Z] ---> 33d8481e4513 [2021-03-31T13:06:30.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:06:30.928Z] ---> Running in 3d74a76302de [2021-03-31T13:06:31.232Z] Removing intermediate container 3d74a76302de [2021-03-31T13:06:31.232Z] ---> 8101f6d9aada [2021-03-31T13:06:31.232Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T13:06:31.232Z] ---> Running in 680b7792613c [2021-03-31T13:06:32.016Z] Removing intermediate container 680b7792613c [2021-03-31T13:06:32.016Z] ---> db232d5c07a4 [2021-03-31T13:06:32.016Z] Step 22/23 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [2021-03-31T13:06:32.016Z] ---> Running in 6f440893523d [2021-03-31T13:06:32.997Z] Removing intermediate container 6f440893523d [2021-03-31T13:06:32.997Z] ---> ec389425e195 [2021-03-31T13:06:32.997Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:06:32.997Z] ---> Running in 329e92e43388 [2021-03-31T13:06:33.603Z] Removing intermediate container 329e92e43388 [2021-03-31T13:06:33.603Z] ---> 15feccb84f00 [2021-03-31T13:06:33.603Z] [2021-03-31T13:06:34.262Z] Successfully built 15feccb84f00 [2021-03-31T13:06:34.262Z] Successfully tagged docker-core-data-go:latest [2021-03-31T13:06:35.414Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-31T13:06:35.485Z] $ docker stop --time=1 cc3485c66d20f2d858b73782ecc5102e5d0346a8ec84193ddedb9e9e185cfd6e [2021-03-31T13:06:38.222Z] $ docker rm -f cc3485c66d20f2d858b73782ecc5102e5d0346a8ec84193ddedb9e9e185cfd6e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T13:06:39.264Z] + docker images [2021-03-31T13:06:39.264Z] + grep docker [2021-03-31T13:06:41.348Z] docker-core-data-go latest 15feccb84f00 7 seconds ago 22.7MB [2021-03-31T13:06:41.348Z] docker-support-notifications-go latest 2f8c673a6d8b 16 seconds ago 17.9MB [2021-03-31T13:06:41.348Z] docker-sys-mgmt-agent-go latest e90a844418b8 39 seconds ago 314MB [2021-03-31T13:06:41.348Z] docker-security-secretstore-setup-go latest a3a64489591e 48 seconds ago 25.7MB [2021-03-31T13:06:41.348Z] docker-security-proxy-setup-go latest 3fed2956e3fc About a minute ago 25.4MB [2021-03-31T13:06:41.348Z] docker-security-bootstrapper-go latest a3bb454edf4a 4 minutes ago 18.9MB [2021-03-31T13:06:41.348Z] docker-core-metadata-go latest 390790c3fa65 5 minutes ago 19MB [2021-03-31T13:06:41.348Z] docker-core-command-go latest 186dc985a872 5 minutes ago 17.3MB [2021-03-31T13:06:41.348Z] docker-support-scheduler-go latest f66d5fcf32dc 5 minutes ago 17.4MB [2021-03-31T13:06:41.348Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-31T13:06:57.163Z] Still waiting to schedule task [2021-03-31T13:06:57.163Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-03-31T13:10:32.667Z] Running on prd-ubuntu18.04-docker-8c-8g-32256 in /w/workspace/edgexfoundry_edgex-go_PR-3326 [Pipeline] { [Pipeline] ws [2021-03-31T13:10:32.728Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-31T13:10:36.238Z] using credential edgex-jenkins-ssh [2021-03-31T13:10:36.290Z] Cloning the remote Git repository [2021-03-31T13:10:36.319Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T13:10:36.406Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-31T13:10:36.464Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T13:10:36.465Z] > git --version # timeout=10 [2021-03-31T13:10:36.473Z] > git --version # 'git version 2.17.1' [2021-03-31T13:10:36.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T13:10:36.510Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T13:10:44.163Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T13:10:44.174Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T13:10:44.192Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T13:10:44.213Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T13:10:44.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T13:10:44.221Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3326/head:refs/remotes/origin/PR-3326 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T13:10:44.733Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 705bc4185db4ef14bf106ff91e59df4e4b214d02 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T13:10:45.418Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:10:47.748Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:10:49.396Z] ---> package-listing.sh [2021-03-31T13:10:49.396Z] ++ facter osfamily [2021-03-31T13:10:49.396Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T13:10:49.695Z] + OS_FAMILY=redhat [2021-03-31T13:10:49.695Z] + workspace=/w/workspace/edgex-go/2 [2021-03-31T13:10:49.695Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T13:10:49.695Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T13:10:49.696Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T13:10:49.696Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T13:10:49.696Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-31T13:10:49.696Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T13:10:49.696Z] + case "${OS_FAMILY}" in [2021-03-31T13:10:49.696Z] + rpm -qa [2021-03-31T13:10:49.696Z] + sort [2021-03-31T13:11:00.941Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T13:11:00.941Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T13:11:00.941Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T13:11:00.941Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-31T13:11:00.941Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-31T13:11:00.941Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-31T13:11:00.966Z] 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-03-31T13:11:01.597Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:11:02.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:11:03.702Z] [2021-03-31T13:11:03.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:11:04.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:11:05.002Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T13:11:05.002Z] df20fa9351a1: Pulling fs layer [2021-03-31T13:11:05.002Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T13:11:05.002Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T13:11:05.002Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T13:11:05.002Z] 93b61091891f: Pulling fs layer [2021-03-31T13:11:05.002Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T13:11:05.002Z] 5e14af77c1be: Pulling fs layer [2021-03-31T13:11:05.002Z] 01666e4c0597: Pulling fs layer [2021-03-31T13:11:05.002Z] aa168da1d23b: Pulling fs layer [2021-03-31T13:11:05.002Z] 93b9cdb0e59b: Waiting [2021-03-31T13:11:05.002Z] 5e14af77c1be: Waiting [2021-03-31T13:11:05.002Z] 01666e4c0597: Waiting [2021-03-31T13:11:05.002Z] aa168da1d23b: Waiting [2021-03-31T13:11:05.002Z] 46f8f816bc3b: Waiting [2021-03-31T13:11:05.002Z] 93b61091891f: Waiting [2021-03-31T13:11:05.002Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T13:11:05.002Z] 36b3adc4ff6f: Download complete [2021-03-31T13:11:06.500Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T13:11:06.500Z] 46f8f816bc3b: Download complete [2021-03-31T13:11:06.500Z] df20fa9351a1: Verifying Checksum [2021-03-31T13:11:06.500Z] df20fa9351a1: Download complete [2021-03-31T13:11:06.500Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T13:11:06.500Z] 93b9cdb0e59b: Download complete [2021-03-31T13:11:06.500Z] 5e14af77c1be: Verifying Checksum [2021-03-31T13:11:06.500Z] 5e14af77c1be: Download complete [2021-03-31T13:11:06.500Z] 01666e4c0597: Verifying Checksum [2021-03-31T13:11:06.500Z] 01666e4c0597: Download complete [2021-03-31T13:11:06.500Z] 93b61091891f: Verifying Checksum [2021-03-31T13:11:06.500Z] 93b61091891f: Download complete [2021-03-31T13:11:07.680Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T13:11:07.680Z] 8ad3a11d3b57: Download complete [2021-03-31T13:11:08.063Z] df20fa9351a1: Pull complete [2021-03-31T13:11:08.819Z] 36b3adc4ff6f: Pull complete [2021-03-31T13:11:11.754Z] 8ad3a11d3b57: Pull complete [2021-03-31T13:11:12.392Z] 46f8f816bc3b: Pull complete [2021-03-31T13:11:15.210Z] aa168da1d23b: Verifying Checksum [2021-03-31T13:11:15.210Z] aa168da1d23b: Download complete [2021-03-31T13:11:15.832Z] 93b61091891f: Pull complete [2021-03-31T13:11:16.527Z] 93b9cdb0e59b: Pull complete [2021-03-31T13:11:17.571Z] 5e14af77c1be: Pull complete [2021-03-31T13:11:17.571Z] 01666e4c0597: Pull complete [2021-03-31T13:11:36.542Z] aa168da1d23b: Pull complete [2021-03-31T13:11:36.542Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T13:11:36.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:11:36.542Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T13:11:38.328Z] prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container [2021-03-31T13:11:38.622Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T13:11:44.477Z] $ docker top 9efdb6dee0769ebe5bb4376080f14807823cc5e251463427f0fd3673895fac18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T13:11:45.375Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T13:11:45.780Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T13:11:46.665Z] + ls /var/log/sa-host [2021-03-31T13:11:46.665Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T13:11:46.665Z] file_magic: OK [2021-03-31T13:11:46.665Z] HZ: Using current value: 100 [2021-03-31T13:11:46.665Z] file_header: OK [2021-03-31T13:11:46.665Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T13:11:46.665Z] Statistics: [2021-03-31T13:11:46.665Z] Hnuu...uuuununununu... [2021-03-31T13:11:46.665Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T13:11:46.665Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T13:11:46.665Z] file_magic: OK [2021-03-31T13:11:46.665Z] HZ: Using current value: 100 [2021-03-31T13:11:46.665Z] file_header: OK [2021-03-31T13:11:46.665Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T13:11:46.665Z] Statistics: [2021-03-31T13:11:46.665Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T13:11:46.665Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T13:11:46.869Z] provisioning config files... [2021-03-31T13:11:47.006Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3137405121450615571tmp [Pipeline] { [Pipeline] echo [2021-03-31T13:11:47.091Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:47.824Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T13:11:47.837Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T13:11:47.928Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:48.747Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T13:11:48.790Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:50.341Z] ---> sudo-logs.sh [2021-03-31T13:11:50.341Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T13:11:50.514Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:51.779Z] ---> job-cost.sh [2021-03-31T13:11:51.779Z] lf-activate-venv: SKIPPING [2021-03-31T13:11:51.779Z] INFO: No Stack... [2021-03-31T13:11:53.381Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T13:11:53.656Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T13:11:53.676Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:54.882Z] ---> logs-deploy.sh [2021-03-31T13:11:54.883Z] lf-activate-venv: SKIPPING [2021-03-31T13:11:54.883Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3326/2 [2021-03-31T13:11:54.883Z] INFO: archiving workspace using pattern(s): [2021-03-31T13:11:57.561Z] Archives upload complete. [2021-03-31T13:11:57.561Z] INFO: archiving logs to Nexus [2021-03-31T13:11:59.104Z] ---> uname -a: [2021-03-31T13:11:59.104Z] Linux prd-centos7-docker-4c-2g-32237.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-31T13:11:59.104Z] [2021-03-31T13:11:59.104Z] [2021-03-31T13:11:59.104Z] ---> lscpu: [2021-03-31T13:11:59.104Z] Architecture: x86_64 [2021-03-31T13:11:59.104Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-31T13:11:59.104Z] Byte Order: Little Endian [2021-03-31T13:11:59.104Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-31T13:11:59.104Z] CPU(s): 4 [2021-03-31T13:11:59.104Z] On-line CPU(s) list: 0-3 [2021-03-31T13:11:59.104Z] Thread(s) per core: 1 [2021-03-31T13:11:59.104Z] Core(s) per socket: 1 [2021-03-31T13:11:59.104Z] Socket(s): 4 [2021-03-31T13:11:59.104Z] NUMA node(s): 1 [2021-03-31T13:11:59.104Z] Vendor ID: GenuineIntel [2021-03-31T13:11:59.104Z] CPU family: 6 [2021-03-31T13:11:59.104Z] Model: 44 [2021-03-31T13:11:59.104Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-31T13:11:59.104Z] Stepping: 1 [2021-03-31T13:11:59.104Z] CPU MHz: 2933.438 [2021-03-31T13:11:59.104Z] BogoMIPS: 5866.87 [2021-03-31T13:11:59.104Z] Virtualization: VT-x [2021-03-31T13:11:59.104Z] Hypervisor vendor: KVM [2021-03-31T13:11:59.104Z] Virtualization type: full [2021-03-31T13:11:59.104Z] L1d cache: 128 KiB [2021-03-31T13:11:59.104Z] L1i cache: 128 KiB [2021-03-31T13:11:59.104Z] L2 cache: 16 MiB [2021-03-31T13:11:59.104Z] L3 cache: 64 MiB [2021-03-31T13:11:59.104Z] NUMA node0 CPU(s): 0-3 [2021-03-31T13:11:59.104Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-31T13:11:59.104Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-31T13:11:59.104Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-31T13:11:59.104Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-31T13:11:59.104Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-31T13:11:59.104Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-31T13:11:59.104Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-31T13:11:59.104Z] Vulnerability Srbds: Not affected [2021-03-31T13:11:59.104Z] Vulnerability Tsx async abort: Not affected [2021-03-31T13:11:59.104Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-31T13:11:59.104Z] [2021-03-31T13:11:59.104Z] [2021-03-31T13:11:59.104Z] ---> nproc: [2021-03-31T13:11:59.104Z] 4 [2021-03-31T13:11:59.104Z] [2021-03-31T13:11:59.104Z]