Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 20c75560c217fc27b5a51c0fdc3646b4f6efdf57+bf41993ae39f966b0d993bd56432d2f66e6af597 (ac2e71f03c84d73d98ef7a210cbec72351e31246) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30945 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 Merge succeeded, producing 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 Checking out Revision 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 # timeout=10 Commit message: "Merge commit 'bf41993ae39f966b0d993bd56432d2f66e6af597' into HEAD" > git rev-list --no-walk 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-22T22:13:42.698Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-22T22:13:42.953Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-22T22:13:43.036Z] ========================================================= [2021-03-22T22:13:43.036Z] EdgeX Global Pipelines Version Info [2021-03-22T22:13:43.036Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:13:44.918Z] ------------------- [2021-03-22T22:13:44.918Z] stable info: [2021-03-22T22:13:44.918Z] ------------------- [2021-03-22T22:13:44.918Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-22T22:13:44.918Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T22:13:44.918Z] Message: update stable to v1.0.186 [2021-03-22T22:13:45.863Z] ------------------- [2021-03-22T22:13:45.864Z] experimental info: [2021-03-22T22:13:45.864Z] ------------------- [2021-03-22T22:13:45.864Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-22T22:13:45.864Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T22:13:45.864Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-22T22:13:46.093Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-22T22:13:46.178Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-22T22:13:46.263Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-22T22:13:46.347Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-22T22:13:46.447Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-22T22:13:46.526Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-22T22:13:46.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-22T22:13:46.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-22T22:13:46.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-22T22:13:46.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-22T22:13:46.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-22T22:13:47.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-22T22:13:47.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-22T22:13:47.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-22T22:13:47.350Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T22:13:47.435Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T22:13:47.547Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-22T22:13:47.635Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-22T22:13:47.719Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-22T22:13:47.814Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-22T22:13:47.916Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-22T22:13:48.056Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-22T22:13:48.149Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-22T22:13:48.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-22T22:13:48.309Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-22T22:13:48.385Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [Pipeline] echo [2021-03-22T22:13:48.464Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ecb2f6 [Pipeline] echo [2021-03-22T22:13:48.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T22:13:48.717Z] provisioning config files... [2021-03-22T22:13:48.746Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config6511966959014207303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:13:49.094Z] ---> docker-login.sh [2021-03-22T22:13:49.094Z] nexus3.edgexfoundry.org:10001 [2021-03-22T22:13:49.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:49.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:49.357Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:49.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:49.357Z] [2021-03-22T22:13:49.357Z] Login Succeeded [2021-03-22T22:13:49.357Z] nexus3.edgexfoundry.org:10002 [2021-03-22T22:13:49.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:49.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:49.619Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:49.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:49.619Z] [2021-03-22T22:13:49.619Z] Login Succeeded [2021-03-22T22:13:49.619Z] nexus3.edgexfoundry.org:10003 [2021-03-22T22:13:49.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:49.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:49.882Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:49.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:49.882Z] [2021-03-22T22:13:49.882Z] Login Succeeded [2021-03-22T22:13:49.882Z] nexus3.edgexfoundry.org:10004 [2021-03-22T22:13:49.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:49.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:49.882Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:49.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:49.882Z] [2021-03-22T22:13:49.882Z] Login Succeeded [2021-03-22T22:13:49.882Z] docker.io [2021-03-22T22:13:50.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:50.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:50.405Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:50.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:50.405Z] [2021-03-22T22:13:50.405Z] Login Succeeded [2021-03-22T22:13:50.405Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T22:13:50.415Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T22:13:50.893Z] ++ 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-22T22:13:50.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:50.893Z] ++ dirname cmd/core-command/Dockerfile [2021-03-22T22:13:50.893Z] ++ cut -d/ -f2 [2021-03-22T22:13:50.893Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-22T22:13:50.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:50.893Z] ++ dirname cmd/core-data/Dockerfile [2021-03-22T22:13:50.893Z] ++ cut -d/ -f2 [2021-03-22T22:13:50.893Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-22T22:13:50.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:50.893Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-22T22:13:50.893Z] ++ cut -d/ -f2 [2021-03-22T22:13:50.893Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-22T22:13:50.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:50.893Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-22T22:13:50.893Z] ++ cut -d/ -f2 [2021-03-22T22:13:50.893Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-22T22:13:50.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:50.893Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-22T22:13:50.893Z] ++ cut -d/ -f2 [2021-03-22T22:13:50.893Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-22T22:13:50.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:50.893Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-22T22:13:50.893Z] ++ cut -d/ -f2 [2021-03-22T22:13:50.893Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-22T22:13:50.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:50.893Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-22T22:13:50.893Z] ++ cut -d/ -f2 [2021-03-22T22:13:50.893Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-22T22:13:50.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:50.893Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-22T22:13:50.893Z] ++ cut -d/ -f2 [2021-03-22T22:13:50.893Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-22T22:13:50.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:50.893Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-22T22:13:50.893Z] ++ cut -d/ -f2 [2021-03-22T22:13:50.893Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-22T22:13:50.959Z] 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-22T22:13:51.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:13:51.848Z] [2021-03-22T22:13:51.848Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:13:52.207Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:13:52.207Z] latest: Pulling from edgex-devops/git-semver [2021-03-22T22:13:52.207Z] 31603596830f: Pulling fs layer [2021-03-22T22:13:52.207Z] 2a8b12db71e7: Pulling fs layer [2021-03-22T22:13:52.207Z] 6ca5941a6612: Pulling fs layer [2021-03-22T22:13:52.207Z] ecc8261a40a4: Pulling fs layer [2021-03-22T22:13:52.207Z] ecc8261a40a4: Waiting [2021-03-22T22:13:52.207Z] 2a8b12db71e7: Verifying Checksum [2021-03-22T22:13:52.207Z] 2a8b12db71e7: Download complete [2021-03-22T22:13:52.207Z] 31603596830f: Verifying Checksum [2021-03-22T22:13:52.207Z] 31603596830f: Download complete [2021-03-22T22:13:52.471Z] ecc8261a40a4: Verifying Checksum [2021-03-22T22:13:52.471Z] ecc8261a40a4: Download complete [2021-03-22T22:13:52.471Z] 6ca5941a6612: Verifying Checksum [2021-03-22T22:13:52.471Z] 6ca5941a6612: Download complete [2021-03-22T22:13:52.732Z] 31603596830f: Pull complete [2021-03-22T22:13:52.732Z] 2a8b12db71e7: Pull complete [2021-03-22T22:13:53.696Z] 6ca5941a6612: Pull complete [2021-03-22T22:13:53.696Z] ecc8261a40a4: Pull complete [2021-03-22T22:13:53.958Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-22T22:13:53.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:13:53.958Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-22T22:13:54.055Z] prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container [2021-03-22T22:13:54.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-22T22:13:56.623Z] $ docker top e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-22T22:13:56.881Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T22:13:56.881Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T22:13:57.084Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T22:13:57.093Z] $ docker exec e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 ssh-agent [2021-03-22T22:13:57.246Z] SSH_AUTH_SOCK=/tmp/ssh-yspW2zyd0kVH/agent.11 [2021-03-22T22:13:57.247Z] SSH_AGENT_PID=16 [2021-03-22T22:13:57.256Z] Running ssh-add (command line suppressed) [2021-03-22T22:13:57.377Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_7816118458732390609.key (/w/workspace/edgex-go/24@tmp/private_key_7816118458732390609.key) [2021-03-22T22:13:57.423Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T22:13:57.750Z] + git tag --points-at HEAD [Pipeline] } [2021-03-22T22:13:57.777Z] $ docker exec --env ******** --env ******** e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 ssh-agent -k [2021-03-22T22:13:57.886Z] unset SSH_AUTH_SOCK; [2021-03-22T22:13:57.887Z] unset SSH_AGENT_PID; [2021-03-22T22:13:57.887Z] echo Agent pid 16 killed; [2021-03-22T22:13:57.930Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-22T22:13:58.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T22:13:58.084Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T22:13:58.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T22:13:58.256Z] $ docker exec e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 ssh-agent [2021-03-22T22:13:58.416Z] SSH_AUTH_SOCK=/tmp/ssh-E8ypMkdHdAyR/agent.47 [2021-03-22T22:13:58.416Z] SSH_AGENT_PID=52 [2021-03-22T22:13:58.426Z] Running ssh-add (command line suppressed) [2021-03-22T22:13:58.561Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_1282259406289361018.key (/w/workspace/edgex-go/24@tmp/private_key_1282259406289361018.key) [2021-03-22T22:13:58.608Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T22:13:58.946Z] + git semver init [2021-03-22T22:13:58.946Z] # -> Open(): unable to determine branch for HEAD [2021-03-22T22:13:58.946Z] # $GIT_DIR = /w/workspace/edgex-go/24/.git [2021-03-22T22:13:58.946Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/24 [2021-03-22T22:13:58.946Z] # $SEMVER_REMOTE_NAME = origin [2021-03-22T22:13:58.946Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-22T22:13:58.946Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-22T22:13:58.946Z] # $SEMVER_BRANCH = PR-3234 [2021-03-22T22:13:58.946Z] # $SEMVER_TEMP = /tmp/semver-978819251 [2021-03-22T22:13:58.946Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-22T22:14:17.127Z] # '/tmp/semver-978819251' -> '/w/workspace/edgex-go/24/.semver' [2021-03-22T22:14:17.127Z] # -> Force: false [2021-03-22T22:14:17.127Z] # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } [2021-03-22T22:14:17.156Z] $ docker exec --env ******** --env ******** e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 ssh-agent -k [2021-03-22T22:14:17.418Z] unset SSH_AUTH_SOCK; [2021-03-22T22:14:17.418Z] unset SSH_AGENT_PID; [2021-03-22T22:14:17.418Z] echo Agent pid 52 killed; [2021-03-22T22:14:17.505Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T22:14:17.954Z] + git semver [Pipeline] } [2021-03-22T22:14:17.979Z] $ docker stop --time=1 e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 [2021-03-22T22:14:19.529Z] $ docker rm -f e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:14:20.058Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-22T22:14:20.594Z] Stashed 1 file(s) [Pipeline] echo [2021-03-22T22:14:20.597Z] [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-22T22:14:21.456Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:14:21.756Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:14:22.056Z] + sudo service docker restart [2021-03-22T22:14:22.057Z] + true [2021-03-22T22:14:22.057Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-22T22:14:22.647Z] ========================================================= [2021-03-22T22:14:22.647Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-22T22:14:22.647Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:14:22.984Z] + 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-22T22:14:26.310Z] Sending build context to Docker daemon 328.7MB [2021-03-22T22:14:26.310Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T22:14:26.310Z] Step 2/6 : FROM ${BASE} [2021-03-22T22:14:26.310Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-22T22:14:26.310Z] 188c0c94c7c5: Pulling fs layer [2021-03-22T22:14:26.310Z] 0ef7d3d256c8: Pulling fs layer [2021-03-22T22:14:26.310Z] de9db76c5a1d: Pulling fs layer [2021-03-22T22:14:26.310Z] bca2f99d35d6: Pulling fs layer [2021-03-22T22:14:26.310Z] 93359f2a8cfa: Pulling fs layer [2021-03-22T22:14:26.310Z] 7c6f9722023f: Pulling fs layer [2021-03-22T22:14:26.310Z] a35cf1a2eb13: Pulling fs layer [2021-03-22T22:14:26.310Z] bca2f99d35d6: Waiting [2021-03-22T22:14:26.310Z] 93359f2a8cfa: Waiting [2021-03-22T22:14:26.310Z] 7c6f9722023f: Waiting [2021-03-22T22:14:26.310Z] a35cf1a2eb13: Waiting [2021-03-22T22:14:26.310Z] de9db76c5a1d: Verifying Checksum [2021-03-22T22:14:26.310Z] de9db76c5a1d: Download complete [2021-03-22T22:14:26.310Z] 0ef7d3d256c8: Verifying Checksum [2021-03-22T22:14:26.310Z] 0ef7d3d256c8: Download complete [2021-03-22T22:14:26.310Z] 93359f2a8cfa: Verifying Checksum [2021-03-22T22:14:26.310Z] 93359f2a8cfa: Download complete [2021-03-22T22:14:26.310Z] 7c6f9722023f: Verifying Checksum [2021-03-22T22:14:26.310Z] 7c6f9722023f: Download complete [2021-03-22T22:14:26.310Z] 188c0c94c7c5: Verifying Checksum [2021-03-22T22:14:26.310Z] 188c0c94c7c5: Download complete [2021-03-22T22:14:26.890Z] 188c0c94c7c5: Pull complete [2021-03-22T22:14:27.469Z] 0ef7d3d256c8: Pull complete [2021-03-22T22:14:28.046Z] de9db76c5a1d: Pull complete [2021-03-22T22:14:28.046Z] a35cf1a2eb13: Download complete [2021-03-22T22:14:28.624Z] bca2f99d35d6: Verifying Checksum [2021-03-22T22:14:28.624Z] bca2f99d35d6: Download complete [2021-03-22T22:14:33.943Z] bca2f99d35d6: Pull complete [2021-03-22T22:14:34.210Z] 93359f2a8cfa: Pull complete [2021-03-22T22:14:34.210Z] 7c6f9722023f: Pull complete [2021-03-22T22:14:35.950Z] Still waiting to schedule task [2021-03-22T22:14:35.950Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-22T22:14:39.536Z] a35cf1a2eb13: Pull complete [2021-03-22T22:14:39.536Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-22T22:14:39.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-22T22:14:39.536Z] ---> a62c8e92a672 [2021-03-22T22:14:39.536Z] 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-22T22:14:39.536Z] ---> Running in 4b5ccac4c621 [2021-03-22T22:14:39.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:14:40.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:14:40.745Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T22:14:40.745Z] (2/12) Installing file (5.38-r0) [2021-03-22T22:14:41.010Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T22:14:41.010Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T22:14:46.312Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T22:14:46.312Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T22:14:46.312Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T22:14:46.312Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T22:14:46.312Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T22:14:46.312Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T22:14:46.312Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T22:14:46.312Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T22:14:46.577Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:14:46.577Z] OK: 233 MiB in 51 packages [2021-03-22T22:14:50.802Z] Removing intermediate container 4b5ccac4c621 [2021-03-22T22:14:50.802Z] ---> 0af715cbd16f [2021-03-22T22:14:50.802Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T22:14:50.802Z] ---> Running in ce28c5e948dc [2021-03-22T22:14:50.802Z] Removing intermediate container ce28c5e948dc [2021-03-22T22:14:50.802Z] ---> 76c2a0d1cb05 [2021-03-22T22:14:50.802Z] Step 5/6 : COPY go.mod . [2021-03-22T22:14:50.802Z] ---> 301057d6c468 [2021-03-22T22:14:50.802Z] Step 6/6 : RUN go mod download [2021-03-22T22:14:50.802Z] ---> Running in c9816e010620 [2021-03-22T22:15:12.882Z] Removing intermediate container c9816e010620 [2021-03-22T22:15:12.882Z] ---> 3eaa401d2107 [2021-03-22T22:15:12.882Z] Successfully built 3eaa401d2107 [2021-03-22T22:15:12.882Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:15:13.212Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T22:15:13.212Z] . [Pipeline] withDockerContainer [2021-03-22T22:15:13.333Z] prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container [2021-03-22T22:15:13.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-22T22:15:14.155Z] $ docker top e72402cce6dcc0e56cb43a594102feaa727043ea6e950682a5ddee7bb5846952 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:15:14.643Z] + go version [2021-03-22T22:15:14.643Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-22T22:15:14.669Z] $ docker stop --time=1 e72402cce6dcc0e56cb43a594102feaa727043ea6e950682a5ddee7bb5846952 [2021-03-22T22:15:15.999Z] $ docker rm -f e72402cce6dcc0e56cb43a594102feaa727043ea6e950682a5ddee7bb5846952 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:15:16.776Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T22:15:16.776Z] . [Pipeline] withDockerContainer [2021-03-22T22:15:16.876Z] prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container [2021-03-22T22:15:16.936Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-22T22:15:17.693Z] $ docker top bf210e1a476c55c5534f48c85e195b9235b05d5bdb86858834c1fb7436d5a51a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T22:15:17.897Z] ========================================================= [2021-03-22T22:15:17.897Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T22:15:17.897Z] ========================================================= [Pipeline] sh [2021-03-22T22:15:18.551Z] + make test [2021-03-22T22:15:18.551Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T22:15:28.628Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T22:15:46.897Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T22:15:47.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T22:15:50.463Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T22:15:50.463Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T22:15:51.901Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T22:15:51.901Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T22:15:51.901Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T22:15:51.901Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T22:15:52.857Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T22:15:53.127Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T22:15:55.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T22:15:55.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T22:15:55.723Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T22:15:58.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements [2021-03-22T22:15:58.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T22:15:58.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T22:15:58.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T22:15:58.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T22:15:58.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T22:15:58.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T22:15:58.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.072s coverage: 19.8% of statements [2021-03-22T22:15:58.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.107s coverage: 100.0% of statements [2021-03-22T22:16:02.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.864s coverage: 27.1% of statements [2021-03-22T22:16:02.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T22:16:02.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T22:16:02.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T22:16:02.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T22:16:02.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T22:16:02.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T22:16:02.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-03-22T22:16:02.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T22:16:02.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-03-22T22:16:02.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T22:16:02.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T22:16:02.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 71.3% of statements [2021-03-22T22:16:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T22:16:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T22:16:03.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 82.9% of statements [2021-03-22T22:16:03.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T22:16:03.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:16:03.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-03-22T22:16:03.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T22:16:06.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T22:16:06.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T22:16:06.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T22:16:06.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T22:16:06.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T22:16:06.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T22:16:06.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T22:16:08.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.355s coverage: 92.8% of statements [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T22:16:08.526Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T22:16:08.526Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T22:16:08.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T22:16:08.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2021-03-22T22:16:08.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements [2021-03-22T22:16:08.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-03-22T22:16:08.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements [2021-03-22T22:16:09.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.026s coverage: 87.5% of statements [2021-03-22T22:16:21.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2021-03-22T22:16:21.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-03-22T22:16:23.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.197s coverage: 81.7% of statements [2021-03-22T22:16:31.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T22:16:31.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T22:16:31.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T22:16:31.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T22:16:31.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-03-22T22:16:31.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T22:16:31.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.6% of statements [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 64.4% of statements [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 69.0% of statements [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 38.4% of statements [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 47.0% of statements [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T22:16:31.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 87.1% of statements [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:16:31.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T22:16:32.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.731s coverage: 29.1% of statements [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T22:16:32.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T22:16:32.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.077s coverage: 100.0% of statements [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T22:16:32.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T22:16:33.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 96.5% of statements [2021-03-22T22:16:33.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T22:16:33.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:16:33.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T22:16:33.101Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-03-22T22:16:33.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T22:16:33.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-03-22T22:16:33.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T22:16:33.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T22:16:33.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T22:16:33.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T22:16:33.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-03-22T22:16:33.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T22:16:33.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T22:16:33.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-03-22T22:16:33.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-22T22:16:34.278Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-03-22T22:16:34.546Z] GO111MODULE=on go vet ./... [2021-03-22T22:17:06.821Z] gofmt -l . [2021-03-22T22:17:06.821Z] [ "`gofmt -l .`" = "" ] [2021-03-22T22:17:06.821Z] ./bin/test-go-mod-tidy.sh [2021-03-22T22:17:06.821Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T22:17:07.137Z] + ls -al . [2021-03-22T22:17:07.137Z] total 772 [2021-03-22T22:17:07.137Z] drwxrwxr-x 10 1001 1001 4096 Mar 22 22:17 . [2021-03-22T22:17:07.137Z] drwxr-xr-x 4 root root 30 Mar 22 22:15 .. [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 22:13 .dockerignore [2021-03-22T22:17:07.137Z] drwxrwxr-x 8 1001 1001 179 Mar 22 22:13 .git [2021-03-22T22:17:07.137Z] drwxrwxr-x 3 1001 1001 125 Mar 22 22:13 .github [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 22:13 .gitignore [2021-03-22T22:17:07.137Z] drwx------ 3 1001 1001 60 Mar 22 22:14 .semver [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 22:13 .sonarcloud.properties [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:13 Attribution.txt [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:13 CONTRIBUTING.md [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 22:13 Dockerfile.build [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 22:13 Jenkinsfile [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:13 LICENSE [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:13 Makefile [2021-03-22T22:17:07.137Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:13 README.md [2021-03-22T22:17:07.138Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:13 SECURITY.md [2021-03-22T22:17:07.138Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 22:14 VERSION [2021-03-22T22:17:07.138Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:13 ZMQWindows.md [2021-03-22T22:17:07.138Z] drwxrwxr-x 2 1001 1001 117 Mar 22 22:13 bin [2021-03-22T22:17:07.138Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 22:13 cmd [2021-03-22T22:17:07.138Z] -rw-r--r-- 1 root root 659965 Mar 22 22:16 coverage.out [2021-03-22T22:17:07.138Z] -rw-r--r-- 1 root root 1056 Mar 22 22:17 go.mod [2021-03-22T22:17:07.138Z] -rw-r--r-- 1 root root 22327 Mar 22 22:17 go.sum [2021-03-22T22:17:07.138Z] drwxrwxr-x 8 1001 1001 127 Mar 22 22:13 internal [2021-03-22T22:17:07.138Z] drwxrwxr-x 4 1001 1001 26 Mar 22 22:13 openapi [2021-03-22T22:17:07.138Z] drwxrwxr-x 4 1001 1001 71 Mar 22 22:13 snap [2021-03-22T22:17:07.138Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 22:13 version.go [Pipeline] sh [2021-03-22T22:17:07.444Z] + '[' -e coverage.out ] [2021-03-22T22:17:07.444Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T22:17:07.693Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T22:17:07.991Z] + make build [2021-03-22T22:17:07.992Z] 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-22T22:17:08.684Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30948 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-22T22:17:08.733Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2021-03-22T22:17:11.322Z] 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-22T22:17:14.060Z] using credential edgex-jenkins-ssh [2021-03-22T22:17:14.117Z] Cloning the remote Git repository [2021-03-22T22:17:14.190Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:17:14.304Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2021-03-22T22:17:14.389Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:17:14.390Z] > git --version # timeout=10 [2021-03-22T22:17:14.417Z] > git --version # 'git version 2.17.1' [2021-03-22T22:17:14.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:17:14.472Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:17:21.515Z] 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-22T22:17:21.515Z] 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-22T22:17:22.909Z] 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-22T22:17:23.487Z] 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-22T22:17:24.905Z] 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-22T22:17:26.341Z] 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-22T22:17:27.753Z] 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-22T22:17:28.708Z] 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-22T22:17:30.110Z] 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-22T22:17:30.651Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-22T22:17:31.045Z] Failed in branch arm64 [2021-03-22T22:17:31.072Z] 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-22T22:17:29.848Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:17:29.867Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:17:29.892Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:17:29.962Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:17:29.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:17:29.976Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T22:17:30.672Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:17:30.697Z] > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [Pipeline] } [2021-03-22T22:17:33.057Z] $ docker stop --time=1 bf210e1a476c55c5534f48c85e195b9235b05d5bdb86858834c1fb7436d5a51a [2021-03-22T22:17:34.683Z] $ docker rm -f bf210e1a476c55c5534f48c85e195b9235b05d5bdb86858834c1fb7436d5a51a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:17:36.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:17:36.439Z] [2021-03-22T22:17:36.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:17:36.790Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:17:36.790Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-22T22:17:36.790Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-22T22:17:36.790Z] ca9280d653b3: Pulling fs layer [2021-03-22T22:17:36.790Z] 7e9c9ca2126c: Pulling fs layer [2021-03-22T22:17:37.061Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-22T22:17:37.061Z] cbdbe7a5bc2a: Download complete [2021-03-22T22:17:37.324Z] cbdbe7a5bc2a: Pull complete [2021-03-22T22:17:37.324Z] ca9280d653b3: Verifying Checksum [2021-03-22T22:17:37.324Z] ca9280d653b3: Download complete [2021-03-22T22:17:38.730Z] 7e9c9ca2126c: Verifying Checksum [2021-03-22T22:17:38.730Z] 7e9c9ca2126c: Download complete [2021-03-22T22:17:38.730Z] ca9280d653b3: Pull complete [2021-03-22T22:17:46.907Z] 7e9c9ca2126c: Pull complete [2021-03-22T22:17:46.907Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-22T22:17:46.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:17:46.907Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-22T22:17:47.064Z] prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container [2021-03-22T22:17:47.136Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T22:17:50.278Z] $ docker top ce5d7ead8c1ce30a12200a480ec73f41714b48d35b48c7f2a09bb3868cfc2737 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:17:50.797Z] + docker-compose build --help [2021-03-22T22:17:50.797Z] + grep parallel [2021-03-22T22:17:51.742Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T22:17:51.766Z] $ docker stop --time=1 ce5d7ead8c1ce30a12200a480ec73f41714b48d35b48c7f2a09bb3868cfc2737 [2021-03-22T22:17:53.123Z] $ docker rm -f ce5d7ead8c1ce30a12200a480ec73f41714b48d35b48c7f2a09bb3868cfc2737 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:17:53.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:17:53.779Z] . [Pipeline] withDockerContainer [2021-03-22T22:17:53.872Z] prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container [2021-03-22T22:17:53.986Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-22T22:17:54.701Z] $ docker top 14a3a80d828c6887419ee89c5d0b2f4e5afd3da42cd4f4b67a2e2763a267fa7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:17:55.201Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T22:17:56.146Z] Building docker-core-command-go ... [2021-03-22T22:17:56.146Z] Building docker-core-data-go ... [2021-03-22T22:17:56.146Z] Building docker-core-metadata-go ... [2021-03-22T22:17:56.146Z] Building docker-security-bootstrapper-go ... [2021-03-22T22:17:56.146Z] Building docker-security-proxy-setup-go ... [2021-03-22T22:17:56.146Z] Building docker-security-secretstore-setup-go ... [2021-03-22T22:17:56.146Z] Building docker-support-notifications-go ... [2021-03-22T22:17:56.146Z] Building docker-support-scheduler-go ... [2021-03-22T22:17:56.146Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T22:17:56.146Z] Building docker-security-secretstore-setup-go [2021-03-22T22:17:56.146Z] Building docker-core-metadata-go [2021-03-22T22:17:56.146Z] Building docker-security-proxy-setup-go [2021-03-22T22:17:56.146Z] Building docker-support-scheduler-go [2021-03-22T22:17:56.146Z] Building docker-support-notifications-go [2021-03-22T22:18:28.358Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:28.358Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:28.358Z] ---> 3eaa401d2107 [2021-03-22T22:18:28.358Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T22:18:28.358Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:28.358Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:28.358Z] ---> 3eaa401d2107 [2021-03-22T22:18:28.358Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:18:28.358Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:28.358Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:28.358Z] ---> 3eaa401d2107 [2021-03-22T22:18:28.358Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:18:28.358Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:28.358Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:28.358Z] ---> 3eaa401d2107 [2021-03-22T22:18:28.358Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T22:18:28.685Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:28.686Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:28.686Z] ---> 3eaa401d2107 [2021-03-22T22:18:28.686Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:18:29.261Z] ---> Running in 5947469ee13f [2021-03-22T22:18:29.261Z] ---> Running in b67a2b709a5e [2021-03-22T22:18:29.261Z] ---> Running in 41255728aeaa [2021-03-22T22:18:29.261Z] ---> Running in da130bacc820 [2021-03-22T22:18:29.261Z] ---> Running in ade493ca9e22 [2021-03-22T22:18:29.834Z] Removing intermediate container 41255728aeaa [2021-03-22T22:18:29.834Z] ---> c2f2f33606fa [2021-03-22T22:18:29.834Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:29.834Z] Removing intermediate container da130bacc820 [2021-03-22T22:18:29.834Z] ---> b20f5ad72426 [2021-03-22T22:18:29.834Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:29.834Z] Removing intermediate container b67a2b709a5e [2021-03-22T22:18:29.834Z] ---> 47c52e8157e3 [2021-03-22T22:18:29.834Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:29.834Z] Removing intermediate container 5947469ee13f [2021-03-22T22:18:29.834Z] ---> 858463074f64 [2021-03-22T22:18:29.834Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:29.834Z] Removing intermediate container ade493ca9e22 [2021-03-22T22:18:29.834Z] ---> 1b7c33abb738 [2021-03-22T22:18:29.834Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:29.834Z] ---> Running in 0398da4caa10 [2021-03-22T22:18:29.834Z] ---> Running in 607dcace5177 [2021-03-22T22:18:30.097Z] ---> Running in d4205964991c [2021-03-22T22:18:30.097Z] ---> Running in 796ebd5822fe [2021-03-22T22:18:30.097Z] ---> Running in 8a032cf7c6a6 [2021-03-22T22:18:32.043Z] Removing intermediate container 607dcace5177 [2021-03-22T22:18:32.043Z] ---> 207efb5e65ae [2021-03-22T22:18:32.043Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T22:18:32.043Z] ---> Running in f2fa48955f1f [2021-03-22T22:18:32.043Z] Removing intermediate container d4205964991c [2021-03-22T22:18:32.043Z] ---> 24f8ad69ab38 [2021-03-22T22:18:32.043Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T22:18:32.305Z] ---> Running in c907ac888a23 [2021-03-22T22:18:32.305Z] Removing intermediate container 0398da4caa10 [2021-03-22T22:18:32.305Z] ---> d167f0350235 [2021-03-22T22:18:32.305Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T22:18:32.567Z] Removing intermediate container 796ebd5822fe [2021-03-22T22:18:32.567Z] ---> 3041e7d540b6 [2021-03-22T22:18:32.567Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:18:32.567Z] Removing intermediate container 8a032cf7c6a6 [2021-03-22T22:18:32.567Z] ---> 04b1f06ffc0b [2021-03-22T22:18:32.567Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T22:18:32.829Z] ---> Running in 84d696eda5c4 [2021-03-22T22:18:32.829Z] ---> Running in fba73b642cc4 [2021-03-22T22:18:32.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:32.829Z] ---> Running in 4a9b62e96e4c [2021-03-22T22:18:33.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:33.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:33.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:33.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:33.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:33.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:34.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:34.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:34.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:34.444Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:34.444Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:34.711Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:34.711Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:35.287Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:35.287Z] Removing intermediate container f2fa48955f1f [2021-03-22T22:18:35.287Z] ---> 2990fa441b70 [2021-03-22T22:18:35.287Z] Step 6/21 : COPY go.mod . [2021-03-22T22:18:35.287Z] Removing intermediate container c907ac888a23 [2021-03-22T22:18:35.287Z] ---> 32a3346ed300 [2021-03-22T22:18:35.287Z] Step 6/24 : COPY go.mod . [2021-03-22T22:18:35.556Z] Removing intermediate container fba73b642cc4 [2021-03-22T22:18:35.557Z] ---> 03cf7e6a8c9a [2021-03-22T22:18:35.557Z] Step 6/23 : COPY go.mod . [2021-03-22T22:18:35.823Z] Removing intermediate container 4a9b62e96e4c [2021-03-22T22:18:35.823Z] ---> 59b9b306f238 [2021-03-22T22:18:35.823Z] Step 6/22 : COPY go.mod . [2021-03-22T22:18:35.823Z] ---> 6f0facf5740b [2021-03-22T22:18:35.823Z] Step 7/21 : RUN go mod download [2021-03-22T22:18:35.823Z] ---> b7eae7aa3a47 [2021-03-22T22:18:35.823Z] Step 7/24 : RUN go mod download [2021-03-22T22:18:36.085Z] ---> Running in 6b5ae934a61e [2021-03-22T22:18:36.085Z] ---> Running in 297108a3b7d5 [2021-03-22T22:18:36.085Z] Removing intermediate container 84d696eda5c4 [2021-03-22T22:18:36.085Z] ---> 5f4e9682bbb7 [2021-03-22T22:18:36.085Z] Step 6/22 : COPY go.mod . [2021-03-22T22:18:36.085Z] ---> 4889c0085756 [2021-03-22T22:18:36.085Z] Step 7/23 : RUN go mod download [2021-03-22T22:18:36.347Z] ---> 6c647256f82e [2021-03-22T22:18:36.347Z] Step 7/22 : RUN go mod download [2021-03-22T22:18:36.347Z] ---> Running in be1fb5a5b533 [2021-03-22T22:18:36.618Z] ---> Running in 0bc08e0e6521 [2021-03-22T22:18:36.618Z] ---> 043efcf426b1 [2021-03-22T22:18:36.618Z] Step 7/22 : RUN go mod download [2021-03-22T22:18:36.888Z] ---> Running in 471908a22232 [2021-03-22T22:18:39.495Z] Removing intermediate container 0bc08e0e6521 [2021-03-22T22:18:39.495Z] ---> f6df69482135 [2021-03-22T22:18:39.495Z] Step 8/22 : COPY . . [2021-03-22T22:18:39.495Z] Removing intermediate container be1fb5a5b533 [2021-03-22T22:18:39.495Z] ---> 3621a707b763 [2021-03-22T22:18:39.495Z] Step 8/23 : COPY . . [2021-03-22T22:18:39.495Z] Removing intermediate container 297108a3b7d5 [2021-03-22T22:18:39.495Z] ---> 8a4ca3a80848 [2021-03-22T22:18:39.495Z] Step 8/24 : COPY . . [2021-03-22T22:18:39.495Z] Removing intermediate container 471908a22232 [2021-03-22T22:18:39.495Z] ---> 2852e2daba9b [2021-03-22T22:18:39.495Z] Step 8/22 : COPY . . [2021-03-22T22:18:39.495Z] Removing intermediate container 6b5ae934a61e [2021-03-22T22:18:39.495Z] ---> 2d6538c2939d [2021-03-22T22:18:39.495Z] Step 8/21 : COPY . . [2021-03-22T22:19:18.449Z] ---> 3d996bdc3a3c [2021-03-22T22:19:18.449Z] ---> fefa75868abb [2021-03-22T22:19:18.449Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T22:19:18.449Z] [2021-03-22T22:19:18.449Z] ---> 74ad5e8f46d4 [2021-03-22T22:19:18.449Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T22:19:18.449Z] ---> Running in 6efb75e8a538 [2021-03-22T22:19:18.449Z] ---> Running in 6b23b46d517f [2021-03-22T22:19:18.449Z] ---> Running in 7219d73dbc28 [2021-03-22T22:19:18.449Z] ---> 6359b1e38219 [2021-03-22T22:19:18.449Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T22:19:18.449Z] ---> 4bd2045d89f6 [2021-03-22T22:19:18.449Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T22:19:18.449Z] ---> Running in 4a867526287e [2021-03-22T22:19:18.449Z] ---> Running in 19e98eef37d3 [2021-03-22T22:19:18.449Z] 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-22T22:19:18.449Z] 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-22T22:19:18.449Z] 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-22T22:19:18.449Z] 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-22T22:19:18.449Z] 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-22T22:19:50.761Z] 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-22T22:19:50.761Z] 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-22T22:20:01.031Z] Removing intermediate container 7219d73dbc28 [2021-03-22T22:20:01.031Z] ---> 0c688ee56ff3 [2021-03-22T22:20:01.031Z] [2021-03-22T22:20:01.031Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T22:20:01.031Z] Removing intermediate container 6b23b46d517f [2021-03-22T22:20:01.031Z] ---> 4612aff387be [2021-03-22T22:20:01.031Z] [2021-03-22T22:20:01.031Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T22:20:01.031Z] 3.12: Pulling from library/alpine [2021-03-22T22:20:01.031Z] 3.12: Pulling from library/alpine [2021-03-22T22:20:01.031Z] Removing intermediate container 19e98eef37d3 [2021-03-22T22:20:01.031Z] ---> 1d9077d31f41 [2021-03-22T22:20:01.031Z] [2021-03-22T22:20:01.031Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:20:01.031Z] 3.12: Pulling from library/alpine [2021-03-22T22:20:01.297Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:20:01.298Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:20:01.298Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:20:01.298Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:20:01.298Z] ---> 88dd2752d2ea [2021-03-22T22:20:01.298Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:20:01.298Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:20:01.298Z] ---> 88dd2752d2ea [2021-03-22T22:20:01.298Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T22:20:01.298Z] Status: Image is up to date for alpine:3.12 [2021-03-22T22:20:01.298Z] ---> 88dd2752d2ea [2021-03-22T22:20:01.298Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T22:20:05.549Z] ---> Running in 00b9532125ea [2021-03-22T22:20:05.549Z] ---> Running in 5766b7090933 [2021-03-22T22:20:05.549Z] ---> Running in b491f4541440 [2021-03-22T22:20:05.549Z] Removing intermediate container 6efb75e8a538 [2021-03-22T22:20:05.549Z] ---> 1d7d384bdaf2 [2021-03-22T22:20:05.549Z] [2021-03-22T22:20:05.549Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:20:05.549Z] ---> 88dd2752d2ea [2021-03-22T22:20:05.549Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T22:20:05.549Z] Removing intermediate container 4a867526287e [2021-03-22T22:20:05.549Z] ---> 0a0c21e025fe [2021-03-22T22:20:05.549Z] [2021-03-22T22:20:05.549Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:20:05.549Z] ---> 88dd2752d2ea [2021-03-22T22:20:05.549Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:20:05.549Z] ---> Running in 19f5b34e4ccf [2021-03-22T22:20:05.822Z] ---> Running in 6b829d47a850 [2021-03-22T22:20:06.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:06.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:06.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:06.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:06.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:06.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:06.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:06.716Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T22:20:06.716Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:20:06.716Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T22:20:06.716Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T22:20:06.716Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T22:20:06.716Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:20:07.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:07.001Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:20:07.001Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:20:07.001Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:20:07.001Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:20:07.001Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T22:20:07.001Z] OK: 6 MiB in 15 packages [2021-03-22T22:20:07.001Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T22:20:07.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:07.001Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T22:20:07.001Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:20:07.001Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:20:07.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:07.001Z] OK: 7 MiB in 18 packages [2021-03-22T22:20:07.001Z] OK: 7 MiB in 19 packages [2021-03-22T22:20:07.001Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:20:07.001Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:20:07.001Z] OK: 6 MiB in 15 packages [2021-03-22T22:20:07.275Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T22:20:07.275Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:20:07.275Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:20:07.275Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:20:07.275Z] OK: 6 MiB in 16 packages [2021-03-22T22:20:10.608Z] Removing intermediate container 5766b7090933 [2021-03-22T22:20:10.608Z] ---> 2f4fe17b2df7 [2021-03-22T22:20:10.608Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:20:10.608Z] Removing intermediate container 6b829d47a850 [2021-03-22T22:20:10.608Z] ---> 447fbe27287f [2021-03-22T22:20:10.608Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:20:10.876Z] Removing intermediate container b491f4541440 [2021-03-22T22:20:10.876Z] ---> a73da94cd89f [2021-03-22T22:20:10.876Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:20:10.876Z] Removing intermediate container 00b9532125ea [2021-03-22T22:20:10.876Z] ---> 2af5fdcbebc7 [2021-03-22T22:20:10.876Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:20:10.876Z] Removing intermediate container 19f5b34e4ccf [2021-03-22T22:20:10.876Z] ---> ff4beb533b77 [2021-03-22T22:20:10.876Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:20:10.876Z] ---> Running in cd290aefdb93 [2021-03-22T22:20:10.876Z] ---> Running in 99bd0b841f22 [2021-03-22T22:20:10.876Z] ---> Running in 426e686283c9 [2021-03-22T22:20:10.876Z] ---> Running in 78a0d5a35441 [2021-03-22T22:20:10.876Z] ---> Running in f85243e86adb [2021-03-22T22:20:11.139Z] Removing intermediate container cd290aefdb93 [2021-03-22T22:20:11.139Z] ---> c19925bc3162 [2021-03-22T22:20:11.139Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T22:20:11.139Z] Removing intermediate container 99bd0b841f22 [2021-03-22T22:20:11.139Z] ---> ea1ef3b20ff7 [2021-03-22T22:20:11.139Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T22:20:11.402Z] ---> Running in e2e00b55d11a [2021-03-22T22:20:11.402Z] ---> Running in 8041d38f98bc [2021-03-22T22:20:11.402Z] Removing intermediate container 426e686283c9 [2021-03-22T22:20:11.402Z] ---> 54b6a3b32bc9 [2021-03-22T22:20:11.402Z] Step 13/24 : WORKDIR / [2021-03-22T22:20:11.402Z] Removing intermediate container f85243e86adb [2021-03-22T22:20:11.402Z] ---> 170b38b45454 [2021-03-22T22:20:11.402Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T22:20:11.402Z] Removing intermediate container 78a0d5a35441 [2021-03-22T22:20:11.402Z] ---> bbdea86ad7d9 [2021-03-22T22:20:11.402Z] Step 13/21 : WORKDIR /edgex [2021-03-22T22:20:11.668Z] ---> Running in e525b8ca432b [2021-03-22T22:20:11.668Z] ---> Running in ee0664fd35ea [2021-03-22T22:20:11.668Z] ---> Running in 8dd12584a2d1 [2021-03-22T22:20:11.668Z] Removing intermediate container e2e00b55d11a [2021-03-22T22:20:11.668Z] ---> d7458027cbd2 [2021-03-22T22:20:11.668Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:20:11.937Z] Removing intermediate container 8041d38f98bc [2021-03-22T22:20:11.937Z] ---> 6e38d5a2a6c5 [2021-03-22T22:20:11.937Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:20:11.937Z] ---> Running in 8b50c09c4a15 [2021-03-22T22:20:13.386Z] ---> Running in c3fe228aabac [2021-03-22T22:20:13.386Z] Removing intermediate container e525b8ca432b [2021-03-22T22:20:13.386Z] ---> 8b4c618dbcaa [2021-03-22T22:20:13.386Z] 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-22T22:20:13.386Z] Removing intermediate container 8dd12584a2d1 [2021-03-22T22:20:13.386Z] ---> 710d3a07e262 [2021-03-22T22:20:13.386Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:20:13.386Z] Removing intermediate container ee0664fd35ea [2021-03-22T22:20:13.386Z] ---> 8ec1270fea31 [2021-03-22T22:20:13.386Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T22:20:13.386Z] Removing intermediate container 8b50c09c4a15 [2021-03-22T22:20:13.386Z] ---> 614e6856cb8b [2021-03-22T22:20:13.386Z] Step 15/23 : WORKDIR / [2021-03-22T22:20:13.386Z] ---> Running in 3ec1c9d1b08c [2021-03-22T22:20:13.386Z] Removing intermediate container c3fe228aabac [2021-03-22T22:20:13.386Z] ---> 7351f2d60620 [2021-03-22T22:20:13.386Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:20:13.386Z] ---> Running in 6b90b9d7061d [2021-03-22T22:20:13.386Z] ---> 372ea5e221f9 [2021-03-22T22:20:13.386Z] 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-22T22:20:13.386Z] ---> dd89aa021f6e [2021-03-22T22:20:13.386Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T22:20:13.386Z] Removing intermediate container 3ec1c9d1b08c [2021-03-22T22:20:13.386Z] ---> 4b51043b156b [2021-03-22T22:20:13.386Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:20:13.386Z] ---> bcaed3ed0aad [2021-03-22T22:20:13.386Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T22:20:13.386Z] Removing intermediate container 6b90b9d7061d [2021-03-22T22:20:13.386Z] ---> 2eb9ff1c2a20 [2021-03-22T22:20:13.386Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:20:13.386Z] ---> c4ae66442fce [2021-03-22T22:20:13.386Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T22:20:13.651Z] ---> e642d107981a [2021-03-22T22:20:13.651Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T22:20:13.651Z] ---> 35d9d7b7e8ec [2021-03-22T22:20:13.651Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T22:20:13.918Z] ---> 7a370d3c915c [2021-03-22T22:20:13.918Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T22:20:13.918Z] ---> 191886d155f1 [2021-03-22T22:20:13.918Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T22:20:14.188Z] ---> d889237be3a2 [2021-03-22T22:20:14.188Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T22:20:14.458Z] ---> 7faeca80bc6e [2021-03-22T22:20:14.458Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T22:20:15.057Z] ---> c5b1f641290c [2021-03-22T22:20:15.057Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T22:20:15.057Z] ---> 847ef11c4962 [2021-03-22T22:20:15.057Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T22:20:15.057Z] ---> 450aabc8e000 [2021-03-22T22:20:15.057Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T22:20:15.057Z] ---> Running in aa2e4c3d5bcb [2021-03-22T22:20:15.057Z] ---> 48903cfe4335 [2021-03-22T22:20:15.057Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T22:20:15.057Z] ---> a33100455ab0 [2021-03-22T22:20:15.057Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T22:20:15.057Z] ---> Running in fcb8f0884be9 [2021-03-22T22:20:15.337Z] ---> Running in b2cc3afed87c [2021-03-22T22:20:15.337Z] Removing intermediate container aa2e4c3d5bcb [2021-03-22T22:20:15.337Z] ---> 62f0cb1c7390 [2021-03-22T22:20:15.337Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T22:20:15.602Z] ---> 97b951324837 [2021-03-22T22:20:15.602Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T22:20:15.602Z] Removing intermediate container fcb8f0884be9 [2021-03-22T22:20:15.602Z] ---> 94d35d077ad3 [2021-03-22T22:20:15.602Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:20:15.602Z] ---> Running in 3fae6bcb04f8 [2021-03-22T22:20:15.872Z] ---> Running in cb54359ed982 [2021-03-22T22:20:15.872Z] ---> Running in c9f495c58f8b [2021-03-22T22:20:15.872Z] Removing intermediate container b2cc3afed87c [2021-03-22T22:20:15.872Z] ---> 634c2aa2d812 [2021-03-22T22:20:15.872Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:20:15.872Z] ---> 398810e57fa3 [2021-03-22T22:20:15.872Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T22:20:15.872Z] ---> Running in 3e01a4f3934c [2021-03-22T22:20:16.136Z] Removing intermediate container 3fae6bcb04f8 [2021-03-22T22:20:16.136Z] ---> e8640b5c5257 [2021-03-22T22:20:16.136Z] Step 19/21 : LABEL arch=x86_64 [2021-03-22T22:20:16.136Z] Removing intermediate container c9f495c58f8b [2021-03-22T22:20:16.136Z] ---> 86671a5df8d4 [2021-03-22T22:20:16.136Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:20:16.399Z] Removing intermediate container cb54359ed982 [2021-03-22T22:20:16.399Z] ---> bb7f008269e8 [2021-03-22T22:20:16.399Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T22:20:16.399Z] ---> 7c9403cd9827 [2021-03-22T22:20:16.399Z] 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-22T22:20:16.399Z] ---> Running in 5df516fc4554 [2021-03-22T22:20:16.399Z] ---> Running in 9530aff43f09 [2021-03-22T22:20:16.399Z] Removing intermediate container 3e01a4f3934c [2021-03-22T22:20:16.399Z] ---> a1ce9eeb556a [2021-03-22T22:20:16.399Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T22:20:16.664Z] ---> Running in 83ff752f6285 [2021-03-22T22:20:16.664Z] ---> Running in 82f549599679 [2021-03-22T22:20:16.664Z] ---> Running in bc882aee79f2 [2021-03-22T22:20:16.926Z] Removing intermediate container 5df516fc4554 [2021-03-22T22:20:16.926Z] ---> 7931cf6968b0 [2021-03-22T22:20:16.926Z] Step 20/21 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [2021-03-22T22:20:16.926Z] Removing intermediate container 9530aff43f09 [2021-03-22T22:20:16.926Z] ---> 419b172368dc [2021-03-22T22:20:16.926Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:20:17.201Z] ---> Running in b819afe66214 [2021-03-22T22:20:17.201Z] Removing intermediate container 83ff752f6285 [2021-03-22T22:20:17.201Z] ---> b3f5569a6e7a [2021-03-22T22:20:17.201Z] Step 21/22 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [2021-03-22T22:20:17.201Z] ---> Running in ea2e25861df4 [2021-03-22T22:20:17.201Z] Removing intermediate container bc882aee79f2 [2021-03-22T22:20:17.201Z] ---> 6acc94c6dc45 [2021-03-22T22:20:17.201Z] Step 21/22 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [2021-03-22T22:20:17.201Z] ---> Running in 6701df561860 [2021-03-22T22:20:17.469Z] ---> Running in a1ef3d8bf8f1 [2021-03-22T22:20:17.469Z] Removing intermediate container b819afe66214 [2021-03-22T22:20:17.469Z] ---> 5b2eb8573bb6 [2021-03-22T22:20:17.469Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T22:20:17.469Z] ---> Running in a928738f3b4b [2021-03-22T22:20:17.469Z] Removing intermediate container ea2e25861df4 [2021-03-22T22:20:17.469Z] ---> 428c874effae [2021-03-22T22:20:17.469Z] Step 22/23 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [2021-03-22T22:20:17.742Z] Removing intermediate container 6701df561860 [2021-03-22T22:20:17.742Z] ---> c64ccf348555 [2021-03-22T22:20:17.742Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:20:17.742Z] Removing intermediate container a1ef3d8bf8f1 [2021-03-22T22:20:17.742Z] ---> bb12b5fe0797 [2021-03-22T22:20:17.742Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:20:17.742Z] ---> Running in d0ca78d828a9 [2021-03-22T22:20:18.012Z] ---> Running in b61e4024c3c2 [2021-03-22T22:20:18.012Z] Removing intermediate container a928738f3b4b [2021-03-22T22:20:18.012Z] ---> 52bbf8a48545 [2021-03-22T22:20:18.012Z] [2021-03-22T22:20:18.012Z] ---> Running in ec6647964aa2 [2021-03-22T22:20:18.275Z] Removing intermediate container d0ca78d828a9 [2021-03-22T22:20:18.275Z] ---> faa26c436334 [2021-03-22T22:20:18.275Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:20:18.275Z] Successfully built 52bbf8a48545 [2021-03-22T22:20:18.538Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-22T22:20:18.538Z] Building docker-sys-mgmt-agent-go [2021-03-22T22:20:18.538Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b61e4024c3c2 [2021-03-22T22:20:18.538Z] ---> 3fcc808f4076 [2021-03-22T22:20:18.538Z] [2021-03-22T22:20:18.538Z] ---> Running in 71befb8d1b81 [2021-03-22T22:20:18.538Z] Removing intermediate container 82f549599679 [2021-03-22T22:20:18.538Z] ---> fb3f1eb6eb88 [2021-03-22T22:20:18.538Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T22:20:18.538Z] Removing intermediate container ec6647964aa2 [2021-03-22T22:20:18.538Z] ---> 412984ca8723 [2021-03-22T22:20:18.538Z] [2021-03-22T22:20:18.538Z] Successfully built 3fcc808f4076 [2021-03-22T22:20:18.805Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-22T22:20:18.805Z] Building docker-security-bootstrapper-go [2021-03-22T22:20:18.805Z]  Building docker-support-scheduler-go ... done  ---> Running in f8776d21b5d1 [2021-03-22T22:20:18.805Z] Removing intermediate container 71befb8d1b81 [2021-03-22T22:20:18.805Z] ---> a17cd1754e23 [2021-03-22T22:20:18.805Z] Successfully built 412984ca8723 [2021-03-22T22:20:18.805Z] [2021-03-22T22:20:19.080Z] Successfully tagged docker-support-notifications-go:latest [2021-03-22T22:20:19.080Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-22T22:20:19.080Z] Successfully built a17cd1754e23 [2021-03-22T22:20:19.080Z] Removing intermediate container f8776d21b5d1 [2021-03-22T22:20:19.080Z] ---> cccc3489e683 [2021-03-22T22:20:19.080Z] Step 22/24 : LABEL arch=x86_64 [2021-03-22T22:20:19.080Z] Successfully tagged docker-core-metadata-go:latest [2021-03-22T22:20:19.080Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-22T22:20:19.080Z] ---> Running in c7c55554ee4d [2021-03-22T22:20:19.345Z] Removing intermediate container c7c55554ee4d [2021-03-22T22:20:19.345Z] ---> a0ac10603168 [2021-03-22T22:20:19.345Z] Step 23/24 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [2021-03-22T22:20:19.345Z] ---> Running in 29ce06031ae2 [2021-03-22T22:20:19.609Z] Removing intermediate container 29ce06031ae2 [2021-03-22T22:20:19.609Z] ---> 5c9908fed3c6 [2021-03-22T22:20:19.609Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T22:20:19.609Z] ---> Running in fb71bc335249 [2021-03-22T22:20:23.885Z] Removing intermediate container fb71bc335249 [2021-03-22T22:20:23.885Z] ---> 10c27bad2133 [2021-03-22T22:20:23.885Z] [2021-03-22T22:20:23.885Z] Successfully built 10c27bad2133 [2021-03-22T22:20:23.885Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-22T22:20:46.067Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:20:46.067Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:20:46.067Z] ---> 3eaa401d2107 [2021-03-22T22:20:46.067Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:20:46.067Z] ---> Using cache [2021-03-22T22:20:46.067Z] ---> 1b7c33abb738 [2021-03-22T22:20:46.067Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:20:46.067Z] ---> Using cache [2021-03-22T22:20:46.067Z] ---> 04b1f06ffc0b [2021-03-22T22:20:46.067Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T22:20:46.067Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:20:46.067Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:20:46.067Z] ---> 3eaa401d2107 [2021-03-22T22:20:46.067Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:20:46.067Z] ---> Using cache [2021-03-22T22:20:46.067Z] ---> 1b7c33abb738 [2021-03-22T22:20:46.067Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:20:46.067Z] ---> Using cache [2021-03-22T22:20:46.067Z] ---> 04b1f06ffc0b [2021-03-22T22:20:46.067Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:20:46.067Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:20:46.067Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:20:46.067Z] ---> 3eaa401d2107 [2021-03-22T22:20:46.067Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T22:20:46.067Z] ---> Using cache [2021-03-22T22:20:46.067Z] ---> 1b7c33abb738 [2021-03-22T22:20:46.067Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:20:46.067Z] ---> Using cache [2021-03-22T22:20:46.067Z] ---> 04b1f06ffc0b [2021-03-22T22:20:46.067Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T22:20:46.067Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:20:46.067Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:20:46.067Z] ---> 3eaa401d2107 [2021-03-22T22:20:46.067Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T22:20:46.067Z] ---> Using cache [2021-03-22T22:20:46.067Z] ---> 1b7c33abb738 [2021-03-22T22:20:46.067Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:20:46.067Z] ---> Using cache [2021-03-22T22:20:46.067Z] ---> 04b1f06ffc0b [2021-03-22T22:20:46.067Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T22:20:47.461Z] ---> Running in b04f643f4ecf [2021-03-22T22:20:47.461Z] ---> Running in 8e71fabb5388 [2021-03-22T22:20:47.461Z] ---> Running in 5719c8422087 [2021-03-22T22:20:47.461Z] ---> Running in 8ea2bef586b6 [2021-03-22T22:20:48.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:48.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:48.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:48.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:49.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:49.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:49.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:49.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:50.070Z] OK: 233 MiB in 51 packages [2021-03-22T22:20:50.337Z] OK: 233 MiB in 51 packages [2021-03-22T22:20:50.600Z] OK: 233 MiB in 51 packages [2021-03-22T22:20:50.600Z] OK: 233 MiB in 51 packages [2021-03-22T22:20:51.997Z] Removing intermediate container 5719c8422087 [2021-03-22T22:20:51.997Z] ---> f2ab52bda36e [2021-03-22T22:20:51.997Z] Step 6/31 : COPY go.mod . [2021-03-22T22:20:51.997Z] Removing intermediate container b04f643f4ecf [2021-03-22T22:20:51.997Z] ---> 4ad10ac409e6 [2021-03-22T22:20:51.997Z] Step 6/23 : COPY go.mod . [2021-03-22T22:20:51.997Z] Removing intermediate container 8ea2bef586b6 [2021-03-22T22:20:51.997Z] ---> b907d5e5fc6c [2021-03-22T22:20:51.997Z] Step 6/26 : COPY go.mod . [2021-03-22T22:20:51.997Z] Removing intermediate container 8e71fabb5388 [2021-03-22T22:20:51.997Z] ---> 044f2a0ad32c [2021-03-22T22:20:51.997Z] Step 6/23 : COPY go.mod . [2021-03-22T22:20:51.997Z] ---> cb7a95b11898 [2021-03-22T22:20:51.997Z] Step 7/31 : RUN go mod download [2021-03-22T22:20:51.997Z] ---> e159b50d60c5 [2021-03-22T22:20:51.997Z] Step 7/23 : RUN go mod download [2021-03-22T22:20:51.997Z] ---> d003b2d0cfde [2021-03-22T22:20:51.997Z] Step 7/26 : RUN go mod download [2021-03-22T22:20:52.262Z] ---> Running in 33abe3e5f5de [2021-03-22T22:20:52.262Z] ---> 16ebf05a83d2 [2021-03-22T22:20:52.262Z] Step 7/23 : RUN go mod download [2021-03-22T22:20:52.262Z] ---> Running in 8dcaae949ed4 [2021-03-22T22:20:52.262Z] ---> Running in 3c5ed0441743 [2021-03-22T22:20:52.526Z] ---> Running in d1f0f2135adf [2021-03-22T22:20:55.155Z] Removing intermediate container 8dcaae949ed4 [2021-03-22T22:20:55.155Z] ---> 2a55b51b2d4b [2021-03-22T22:20:55.155Z] Step 8/23 : COPY . . [2021-03-22T22:20:55.155Z] Removing intermediate container 33abe3e5f5de [2021-03-22T22:20:55.155Z] ---> 6f71528b7ccf [2021-03-22T22:20:55.155Z] Step 8/31 : COPY . . [2021-03-22T22:20:55.155Z] Removing intermediate container d1f0f2135adf [2021-03-22T22:20:55.155Z] ---> 36a31162f167 [2021-03-22T22:20:55.155Z] Step 8/23 : COPY . . [2021-03-22T22:20:55.155Z] Removing intermediate container 3c5ed0441743 [2021-03-22T22:20:55.155Z] ---> 131868acb0cc [2021-03-22T22:20:55.155Z] Step 8/26 : COPY . . [2021-03-22T22:21:27.761Z] ---> 3b6f9bfbb6f7 [2021-03-22T22:21:27.761Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T22:21:27.761Z] ---> ea57f48ee516 [2021-03-22T22:21:27.761Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T22:21:27.761Z] ---> Running in 53610c4151d5 [2021-03-22T22:21:27.761Z] ---> 2768d4ef41c5 [2021-03-22T22:21:27.761Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T22:21:27.761Z] ---> cd92cd6d2b90 [2021-03-22T22:21:27.761Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T22:21:27.761Z] ---> Running in 6f6cf7c005de [2021-03-22T22:21:27.761Z] ---> Running in 966a9e9c122c [2021-03-22T22:21:27.761Z] ---> Running in af5e3c10bd92 [2021-03-22T22:21:27.761Z] 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-22T22:21:27.761Z] 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-22T22:21:27.761Z] 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-22T22:21:27.761Z] 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-22T22:22:00.078Z] Removing intermediate container 53610c4151d5 [2021-03-22T22:22:00.078Z] ---> fde144be4d74 [2021-03-22T22:22:00.078Z] [2021-03-22T22:22:00.078Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T22:22:00.078Z] ---> 88dd2752d2ea [2021-03-22T22:22:00.078Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T22:22:00.078Z] Removing intermediate container 6f6cf7c005de [2021-03-22T22:22:00.078Z] ---> 37ea04f83932 [2021-03-22T22:22:00.078Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T22:22:00.078Z] Removing intermediate container 966a9e9c122c [2021-03-22T22:22:00.078Z] ---> ac8c1a55148a [2021-03-22T22:22:00.078Z] [2021-03-22T22:22:00.078Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:22:00.078Z] ---> 88dd2752d2ea [2021-03-22T22:22:00.078Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:22:00.078Z] ---> Using cache [2021-03-22T22:22:00.078Z] ---> 447fbe27287f [2021-03-22T22:22:00.078Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:22:00.078Z] ---> Using cache [2021-03-22T22:22:00.078Z] ---> c19925bc3162 [2021-03-22T22:22:00.078Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T22:22:00.078Z] ---> Running in 58572e411195 [2021-03-22T22:22:00.078Z] ---> Running in 9d217e2b66c8 [2021-03-22T22:22:00.078Z] ---> Running in 4196024f795e [2021-03-22T22:22:00.078Z] Removing intermediate container 9d217e2b66c8 [2021-03-22T22:22:00.078Z] ---> 6b1ee3ea2419 [2021-03-22T22:22:00.078Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T22:22:00.341Z] Removing intermediate container 4196024f795e [2021-03-22T22:22:00.341Z] ---> 1ebf52494fa7 [2021-03-22T22:22:00.341Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:22:00.341Z] ---> Running in 5bf5cebafe53 [2021-03-22T22:22:01.300Z] ---> Running in ad59554ed161 [2021-03-22T22:22:01.579Z] 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-22T22:22:02.173Z] Removing intermediate container ad59554ed161 [2021-03-22T22:22:02.173Z] ---> 5ee6b121510d [2021-03-22T22:22:02.173Z] Step 15/23 : WORKDIR / [2021-03-22T22:22:02.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:02.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:02.707Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:22:02.707Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T22:22:02.707Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:22:02.707Z] OK: 6 MiB in 16 packages [2021-03-22T22:22:03.286Z] ---> Running in fe4ceef0c7d0 [2021-03-22T22:22:03.549Z] Removing intermediate container af5e3c10bd92 [2021-03-22T22:22:03.549Z] ---> b77222469ce0 [2021-03-22T22:22:03.549Z] [2021-03-22T22:22:03.549Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:22:03.549Z] ---> 88dd2752d2ea [2021-03-22T22:22:03.549Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T22:22:03.549Z] ---> Running in 5ff78c092d70 [2021-03-22T22:22:03.820Z] Removing intermediate container fe4ceef0c7d0 [2021-03-22T22:22:03.820Z] ---> 6f2638c7db7b [2021-03-22T22:22:03.820Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:22:04.088Z] Removing intermediate container 5ff78c092d70 [2021-03-22T22:22:04.088Z] ---> d9fa9a04b3c6 [2021-03-22T22:22:04.088Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T22:22:04.088Z] Removing intermediate container 5bf5cebafe53 [2021-03-22T22:22:04.088Z] ---> 6f354b2d8bc7 [2021-03-22T22:22:04.088Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T22:22:04.088Z] ---> Running in 44b667aa20e6 [2021-03-22T22:22:04.088Z] ---> Running in 2c856d724828 [2021-03-22T22:22:04.356Z] Removing intermediate container 58572e411195 [2021-03-22T22:22:04.356Z] ---> 031a4a330e24 [2021-03-22T22:22:04.356Z] [2021-03-22T22:22:04.356Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T22:22:04.356Z] ---> ce7fffe82054 [2021-03-22T22:22:04.356Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T22:22:04.356Z] 20.10.0: Pulling from library/docker [2021-03-22T22:22:04.356Z] Removing intermediate container 2c856d724828 [2021-03-22T22:22:04.356Z] ---> e24ed2041130 [2021-03-22T22:22:04.356Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T22:22:04.949Z] Removing intermediate container 44b667aa20e6 [2021-03-22T22:22:04.949Z] ---> 848e4eb23dd2 [2021-03-22T22:22:04.949Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T22:22:05.528Z] ---> Running in 26a413937b94 [2021-03-22T22:22:05.799Z] ---> Running in 1444504d2dba [2021-03-22T22:22:05.799Z] ---> f8ffdf67962c [2021-03-22T22:22:05.799Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T22:22:05.799Z] Removing intermediate container 26a413937b94 [2021-03-22T22:22:05.799Z] ---> fc3f74991593 [2021-03-22T22:22:05.799Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:22:06.384Z] ---> Running in 768b0c8a396b [2021-03-22T22:22:06.651Z] Removing intermediate container 1444504d2dba [2021-03-22T22:22:06.651Z] ---> 9e122c9e4925 [2021-03-22T22:22:06.652Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T22:22:06.652Z] ---> d1bc047ab0f1 [2021-03-22T22:22:06.652Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T22:22:06.922Z] ---> Running in 6c7b8ffc41d6 [2021-03-22T22:22:06.922Z] ---> Running in 69b55aa51b76 [2021-03-22T22:22:07.194Z] Removing intermediate container 69b55aa51b76 [2021-03-22T22:22:07.194Z] ---> fa649d9d717e [2021-03-22T22:22:07.194Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:22:07.461Z] ---> Running in d01dab9356d9 [2021-03-22T22:22:07.730Z] Removing intermediate container d01dab9356d9 [2021-03-22T22:22:07.730Z] ---> 23f5dff53f1c [2021-03-22T22:22:07.730Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:22:08.000Z] ---> Running in f165ef90123b [2021-03-22T22:22:08.274Z] Removing intermediate container f165ef90123b [2021-03-22T22:22:08.274Z] ---> 992984bdf8b8 [2021-03-22T22:22:08.274Z] Step 22/23 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [2021-03-22T22:22:08.274Z] ---> Running in cdbbb2932c4d [2021-03-22T22:22:08.539Z] Removing intermediate container 768b0c8a396b [2021-03-22T22:22:08.539Z] ---> 3ab1acc68894 [2021-03-22T22:22:08.539Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T22:22:08.539Z] Removing intermediate container 6c7b8ffc41d6 [2021-03-22T22:22:08.539Z] ---> f74e9fe35ef0 [2021-03-22T22:22:08.539Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T22:22:08.539Z] ---> Running in d639b3dbb852 [2021-03-22T22:22:08.804Z] ---> Running in 56c0955eacd9 [2021-03-22T22:22:08.804Z] Removing intermediate container cdbbb2932c4d [2021-03-22T22:22:08.804Z] ---> d9dd7c231a55 [2021-03-22T22:22:08.804Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:22:09.074Z] ---> Running in f6fcd152ae8a [2021-03-22T22:22:09.074Z] Removing intermediate container 56c0955eacd9 [2021-03-22T22:22:09.074Z] ---> 36ac4ceea425 [2021-03-22T22:22:09.074Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T22:22:09.347Z] Removing intermediate container f6fcd152ae8a [2021-03-22T22:22:09.347Z] ---> 87f86c9d0771 [2021-03-22T22:22:09.347Z] [2021-03-22T22:22:09.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:10.203Z] ---> ac2f25d1593c [2021-03-22T22:22:10.203Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T22:22:10.203Z] Successfully built 87f86c9d0771 [2021-03-22T22:22:10.203Z] Successfully tagged docker-core-command-go:latest [2021-03-22T22:22:10.474Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:10.474Z] ---> Running in 29d3ced2f75b [2021-03-22T22:22:11.056Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T22:22:11.056Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T22:22:11.322Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T22:22:11.322Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T22:22:11.322Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T22:22:11.322Z] ---> aefe523efa57 [2021-03-22T22:22:11.322Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T22:22:11.322Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T22:22:11.599Z] ---> Running in e8e74802aa6f [2021-03-22T22:22:11.599Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T22:22:11.599Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T22:22:11.599Z] Removing intermediate container 29d3ced2f75b [2021-03-22T22:22:11.599Z] ---> 7486f269a330 [2021-03-22T22:22:11.599Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:22:11.861Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:22:11.861Z] OK: 8 MiB in 20 packages [2021-03-22T22:22:12.126Z] ---> 8b9eab64a10a [2021-03-22T22:22:12.126Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T22:22:12.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:12.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:12.126Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T22:22:12.126Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T22:22:12.391Z] Executing bash-5.0.17-r0.post-install [2021-03-22T22:22:12.391Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:22:12.391Z] OK: 12 MiB in 22 packages [2021-03-22T22:22:12.391Z] Removing intermediate container d639b3dbb852 [2021-03-22T22:22:12.391Z] ---> 2d892cd7c00f [2021-03-22T22:22:12.391Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:22:12.655Z] ---> 670b95b15c81 [2021-03-22T22:22:12.655Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T22:22:12.655Z] ---> 825d23bd2d74 [2021-03-22T22:22:12.655Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T22:22:12.916Z] Removing intermediate container e8e74802aa6f [2021-03-22T22:22:12.916Z] ---> f3866d7b1fff [2021-03-22T22:22:12.916Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T22:22:13.180Z] ---> Running in f87e85d52172 [2021-03-22T22:22:13.180Z] ---> bb1df84e7142 [2021-03-22T22:22:13.180Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T22:22:13.442Z] ---> 195786f1b764 [2021-03-22T22:22:13.442Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T22:22:13.442Z] Removing intermediate container f87e85d52172 [2021-03-22T22:22:13.442Z] ---> fadafe67392d [2021-03-22T22:22:13.442Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T22:22:13.709Z] ---> Running in 81c6625bc36a [2021-03-22T22:22:13.709Z] ---> 70866b03bfab [2021-03-22T22:22:13.709Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T22:22:13.709Z] ---> c78e2530221c [2021-03-22T22:22:13.709Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T22:22:13.709Z] ---> Running in 6ddb63cf9f6c [2021-03-22T22:22:13.976Z] Removing intermediate container 81c6625bc36a [2021-03-22T22:22:13.976Z] ---> 79413bdd39bc [2021-03-22T22:22:13.976Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T22:22:13.976Z] ---> Running in b70c62eff47c [2021-03-22T22:22:13.976Z] ---> 900f34b76843 [2021-03-22T22:22:13.976Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T22:22:13.976Z] Removing intermediate container 6ddb63cf9f6c [2021-03-22T22:22:13.976Z] ---> e5fe3de0afc4 [2021-03-22T22:22:13.976Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:22:14.242Z] ---> Running in 6fabd8145a8f [2021-03-22T22:22:14.242Z] ---> Running in 044ce9985bef [2021-03-22T22:22:14.512Z] Removing intermediate container b70c62eff47c [2021-03-22T22:22:14.512Z] ---> b8e76133559f [2021-03-22T22:22:14.512Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T22:22:14.512Z] Removing intermediate container 044ce9985bef [2021-03-22T22:22:14.512Z] ---> 6fc294c8abf2 [2021-03-22T22:22:14.512Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:22:14.512Z] Removing intermediate container 6fabd8145a8f [2021-03-22T22:22:14.512Z] ---> 7e5eee055338 [2021-03-22T22:22:14.512Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T22:22:14.778Z] ---> Running in 3f167ab8c621 [2021-03-22T22:22:15.040Z] ---> 81a02e5214b8 [2021-03-22T22:22:15.040Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T22:22:15.040Z] ---> 3d405c85aa0d [2021-03-22T22:22:15.040Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T22:22:15.040Z] Removing intermediate container 3f167ab8c621 [2021-03-22T22:22:15.040Z] ---> 824a77571f37 [2021-03-22T22:22:15.040Z] Step 22/23 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [2021-03-22T22:22:15.040Z] ---> Running in 9a9174594a12 [2021-03-22T22:22:15.040Z] ---> Running in b24c5d7dad14 [2021-03-22T22:22:15.304Z] ---> 4e1f61f6ff18 [2021-03-22T22:22:15.304Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T22:22:15.885Z] Removing intermediate container b24c5d7dad14 [2021-03-22T22:22:15.885Z] ---> ab97e4e40ec7 [2021-03-22T22:22:15.885Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:22:15.885Z] ---> 0e9d328eef81 [2021-03-22T22:22:15.885Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T22:22:15.885Z] ---> Running in 4a75acdcfa8b [2021-03-22T22:22:16.150Z] ---> Running in d816d62f1c60 [2021-03-22T22:22:16.414Z] Removing intermediate container 4a75acdcfa8b [2021-03-22T22:22:16.414Z] ---> 32be6353eeeb [2021-03-22T22:22:16.414Z] [2021-03-22T22:22:16.676Z] Successfully built 32be6353eeeb [2021-03-22T22:22:16.676Z] Successfully tagged docker-core-data-go:latest [2021-03-22T22:22:16.676Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:16.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:16.963Z] Removing intermediate container 9a9174594a12 [2021-03-22T22:22:16.963Z] ---> 2ac43c5a44e1 [2021-03-22T22:22:16.963Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T22:22:16.963Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T22:22:16.963Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T22:22:16.963Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T22:22:16.963Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T22:22:16.963Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T22:22:16.963Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T22:22:16.963Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T22:22:16.963Z] ---> Running in 331954493bd1 [2021-03-22T22:22:18.894Z] Removing intermediate container 331954493bd1 [2021-03-22T22:22:18.894Z] ---> 489fa2f41dbf [2021-03-22T22:22:18.894Z] Step 28/31 : CMD ["gate"] [2021-03-22T22:22:20.817Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T22:22:20.817Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T22:22:21.080Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T22:22:21.080Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T22:22:21.080Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T22:22:21.080Z] ---> Running in 7ebeec653056 [2021-03-22T22:22:21.080Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T22:22:21.080Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T22:22:21.080Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T22:22:21.080Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T22:22:21.080Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T22:22:21.341Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T22:22:21.341Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T22:22:21.341Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T22:22:21.341Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T22:22:21.341Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T22:22:21.341Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T22:22:21.914Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T22:22:22.176Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T22:22:22.176Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T22:22:22.176Z] Removing intermediate container 7ebeec653056 [2021-03-22T22:22:22.176Z] ---> 7b0fef121155 [2021-03-22T22:22:22.176Z] Step 29/31 : LABEL arch=x86_64 [2021-03-22T22:22:22.176Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T22:22:22.439Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T22:22:22.439Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T22:22:22.439Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T22:22:22.439Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T22:22:22.700Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T22:22:22.700Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T22:22:23.279Z] ---> Running in f9cf20c6f4cc [2021-03-22T22:22:23.279Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:22:23.279Z] OK: 71 MiB in 55 packages [2021-03-22T22:22:23.540Z] Removing intermediate container f9cf20c6f4cc [2021-03-22T22:22:23.540Z] ---> ea8dda17144f [2021-03-22T22:22:23.540Z] Step 30/31 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [2021-03-22T22:22:23.811Z] ---> Running in 8cd0c792c18f [2021-03-22T22:22:24.083Z] Removing intermediate container 8cd0c792c18f [2021-03-22T22:22:24.083Z] ---> 21cd5b6ada8f [2021-03-22T22:22:24.083Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T22:22:24.663Z] ---> Running in c09c6e19df79 [2021-03-22T22:22:27.229Z] Removing intermediate container c09c6e19df79 [2021-03-22T22:22:27.229Z] ---> decf0e0efbc9 [2021-03-22T22:22:27.229Z] [2021-03-22T22:22:28.618Z] Successfully built decf0e0efbc9 [2021-03-22T22:22:28.618Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-22T22:22:28.885Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d816d62f1c60 [2021-03-22T22:22:28.885Z] ---> 07d067504462 [2021-03-22T22:22:28.885Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T22:22:28.885Z] ---> Running in 146f2151c847 [2021-03-22T22:22:30.278Z] Collecting docker-compose==1.23.2 [2021-03-22T22:22:30.539Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T22:22:30.539Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T22:22:30.539Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T22:22:31.112Z] 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-22T22:22:31.112Z] Collecting PyYAML<4,>=3.10 [2021-03-22T22:22:31.112Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T22:22:32.058Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T22:22:32.058Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T22:22:32.633Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T22:22:32.633Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T22:22:32.894Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T22:22:32.894Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T22:22:33.155Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T22:22:33.155Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T22:22:33.155Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T22:22:33.416Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T22:22:33.679Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T22:22:33.941Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T22:22:33.941Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T22:22:33.941Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T22:22:34.202Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T22:22:34.202Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T22:22:34.202Z] 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-22T22:22:34.202Z] Collecting idna<2.8,>=2.5 [2021-03-22T22:22:34.202Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T22:22:34.202Z] 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-22T22:22:34.202Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T22:22:34.202Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T22:22:34.466Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T22:22:34.466Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T22:22:34.466Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T22:22:34.466Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T22:22:34.466Z] Installing collected packages: texttable, PyYAML, docopt, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, docker-compose [2021-03-22T22:22:34.466Z] Running setup.py install for texttable: started [2021-03-22T22:22:35.039Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T22:22:35.039Z] Running setup.py install for PyYAML: started [2021-03-22T22:22:35.613Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T22:22:35.613Z] Running setup.py install for docopt: started [2021-03-22T22:22:35.874Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T22:22:36.136Z] Attempting uninstall: urllib3 [2021-03-22T22:22:36.136Z] Found existing installation: urllib3 1.25.9 [2021-03-22T22:22:36.136Z] Uninstalling urllib3-1.25.9: [2021-03-22T22:22:36.136Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T22:22:36.402Z] Attempting uninstall: idna [2021-03-22T22:22:36.402Z] Found existing installation: idna 2.9 [2021-03-22T22:22:36.402Z] Uninstalling idna-2.9: [2021-03-22T22:22:36.402Z] Successfully uninstalled idna-2.9 [2021-03-22T22:22:36.402Z] Attempting uninstall: requests [2021-03-22T22:22:36.402Z] Found existing installation: requests 2.23.0 [2021-03-22T22:22:36.402Z] Uninstalling requests-2.23.0: [2021-03-22T22:22:36.665Z] Successfully uninstalled requests-2.23.0 [2021-03-22T22:22:36.940Z] Running setup.py install for dockerpty: started [2021-03-22T22:22:37.519Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T22:22:37.800Z] 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-22T22:22:42.028Z] Removing intermediate container 146f2151c847 [2021-03-22T22:22:42.028Z] ---> db6579ecf201 [2021-03-22T22:22:42.028Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T22:22:42.028Z] ---> Running in 1972a19a71e9 [2021-03-22T22:22:42.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:42.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:42.292Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:22:42.292Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T22:22:42.292Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T22:22:42.292Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:22:42.292Z] OK: 72 MiB in 58 packages [2021-03-22T22:22:42.870Z] Removing intermediate container 1972a19a71e9 [2021-03-22T22:22:42.870Z] ---> 423ad27a00c4 [2021-03-22T22:22:42.870Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T22:22:42.870Z] ---> Running in afd69d6237fa [2021-03-22T22:22:43.131Z] Removing intermediate container afd69d6237fa [2021-03-22T22:22:43.131Z] ---> 9147cbf5a935 [2021-03-22T22:22:43.131Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:22:43.131Z] ---> Running in 8d912c283007 [2021-03-22T22:22:43.393Z] Removing intermediate container 8d912c283007 [2021-03-22T22:22:43.393Z] ---> 4f2e13b07e1b [2021-03-22T22:22:43.393Z] Step 24/26 : LABEL arch=x86_64 [2021-03-22T22:22:43.393Z] ---> Running in 4e8a0656233f [2021-03-22T22:22:43.393Z] Removing intermediate container 4e8a0656233f [2021-03-22T22:22:43.393Z] ---> ff5fc7a0f6da [2021-03-22T22:22:43.393Z] Step 25/26 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [2021-03-22T22:22:43.654Z] ---> Running in 33e42bfc7b47 [2021-03-22T22:22:43.654Z] Removing intermediate container 33e42bfc7b47 [2021-03-22T22:22:43.654Z] ---> f70a52022d93 [2021-03-22T22:22:43.654Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T22:22:43.654Z] ---> Running in 5edc23142995 [2021-03-22T22:22:43.917Z] Removing intermediate container 5edc23142995 [2021-03-22T22:22:43.917Z] ---> 5e9d2ee8401c [2021-03-22T22:22:43.917Z] [2021-03-22T22:22:44.490Z] Successfully built 5e9d2ee8401c [2021-03-22T22:22:44.490Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-22T22:22:44.763Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T22:22:44.779Z] $ docker stop --time=1 14a3a80d828c6887419ee89c5d0b2f4e5afd3da42cd4f4b67a2e2763a267fa7a [2021-03-22T22:22:46.319Z] $ docker rm -f 14a3a80d828c6887419ee89c5d0b2f4e5afd3da42cd4f4b67a2e2763a267fa7a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:22:46.903Z] + docker images [2021-03-22T22:22:46.904Z] + grep docker [2021-03-22T22:22:47.179Z] docker-sys-mgmt-agent-go latest 5e9d2ee8401c 4 seconds ago 313MB [2021-03-22T22:22:47.179Z] docker-security-bootstrapper-go latest decf0e0efbc9 23 seconds ago 18.8MB [2021-03-22T22:22:47.179Z] docker-core-data-go latest 32be6353eeeb 31 seconds ago 22.6MB [2021-03-22T22:22:47.179Z] docker-core-command-go latest 87f86c9d0771 38 seconds ago 17.3MB [2021-03-22T22:22:47.179Z] docker-security-secretstore-setup-go latest 10c27bad2133 2 minutes ago 24.9MB [2021-03-22T22:22:47.179Z] docker-support-notifications-go latest 412984ca8723 2 minutes ago 17.9MB [2021-03-22T22:22:47.179Z] docker-support-scheduler-go latest 3fcc808f4076 2 minutes ago 17.3MB [2021-03-22T22:22:47.179Z] docker-core-metadata-go latest a17cd1754e23 2 minutes ago 19.1MB [2021-03-22T22:22:47.179Z] docker-security-proxy-setup-go latest 52bbf8a48545 2 minutes ago 24.7MB [2021-03-22T22:22:47.179Z] 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-22T22:23:02.857Z] Still waiting to schedule task [2021-03-22T22:23:02.857Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-22T22:24:28.795Z] Running on prd-ubuntu18.04-docker-8c-8g-30952 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-22T22:24:28.851Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2021-03-22T22:24:31.079Z] using credential edgex-jenkins-ssh [2021-03-22T22:24:31.136Z] Cloning the remote Git repository [2021-03-22T22:24:31.118Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:24:31.185Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2021-03-22T22:24:31.219Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:24:31.219Z] > git --version # timeout=10 [2021-03-22T22:24:31.230Z] > git --version # 'git version 2.17.1' [2021-03-22T22:24:31.231Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:24:31.254Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:24:37.216Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:24:37.232Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:24:37.243Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:24:37.256Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:24:37.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:24:37.260Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T22:24:37.842Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-22T22:24:38.385Z] 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] } [2021-03-22T22:24:37.833Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:24:37.838Z] > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [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-22T22:24:40.239Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:24:41.124Z] ---> package-listing.sh [2021-03-22T22:24:41.124Z] ++ facter osfamily [2021-03-22T22:24:41.124Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-22T22:24:41.124Z] + OS_FAMILY=redhat [2021-03-22T22:24:41.124Z] + workspace=/w/workspace/edgex-go/24 [2021-03-22T22:24:41.124Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-22T22:24:41.124Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-22T22:24:41.124Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-22T22:24:41.124Z] + PACKAGES=/tmp/packages_start.txt [2021-03-22T22:24:41.124Z] + '[' /w/workspace/edgex-go/24 ']' [2021-03-22T22:24:41.124Z] + PACKAGES=/tmp/packages_end.txt [2021-03-22T22:24:41.124Z] + case "${OS_FAMILY}" in [2021-03-22T22:24:41.124Z] + rpm -qa [2021-03-22T22:24:41.124Z] + sort [2021-03-22T22:24:46.426Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-22T22:24:46.426Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-22T22:24:46.426Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-22T22:24:46.426Z] + '[' /w/workspace/edgex-go/24 ']' [2021-03-22T22:24:46.426Z] + mkdir -p /w/workspace/edgex-go/24/archives/ [2021-03-22T22:24:46.426Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo [2021-03-22T22:24:46.440Z] 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-22T22:24:46.734Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:24:47.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:24:47.047Z] [2021-03-22T22:24:47.047Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:24:47.397Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:24:47.397Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-22T22:24:47.397Z] df20fa9351a1: Pulling fs layer [2021-03-22T22:24:47.397Z] 36b3adc4ff6f: Pulling fs layer [2021-03-22T22:24:47.397Z] 8ad3a11d3b57: Pulling fs layer [2021-03-22T22:24:47.397Z] 46f8f816bc3b: Pulling fs layer [2021-03-22T22:24:47.397Z] 93b61091891f: Pulling fs layer [2021-03-22T22:24:47.397Z] 93b9cdb0e59b: Pulling fs layer [2021-03-22T22:24:47.397Z] 5e14af77c1be: Pulling fs layer [2021-03-22T22:24:47.397Z] 01666e4c0597: Pulling fs layer [2021-03-22T22:24:47.397Z] aa168da1d23b: Pulling fs layer [2021-03-22T22:24:47.397Z] 93b61091891f: Waiting [2021-03-22T22:24:47.397Z] 01666e4c0597: Waiting [2021-03-22T22:24:47.397Z] aa168da1d23b: Waiting [2021-03-22T22:24:47.397Z] 93b9cdb0e59b: Waiting [2021-03-22T22:24:47.397Z] 46f8f816bc3b: Waiting [2021-03-22T22:24:47.397Z] 36b3adc4ff6f: Verifying Checksum [2021-03-22T22:24:47.397Z] 36b3adc4ff6f: Download complete [2021-03-22T22:24:47.397Z] 46f8f816bc3b: Verifying Checksum [2021-03-22T22:24:47.397Z] 46f8f816bc3b: Download complete [2021-03-22T22:24:47.659Z] df20fa9351a1: Download complete [2021-03-22T22:24:47.659Z] 93b9cdb0e59b: Verifying Checksum [2021-03-22T22:24:47.659Z] 93b9cdb0e59b: Download complete [2021-03-22T22:24:47.659Z] 5e14af77c1be: Verifying Checksum [2021-03-22T22:24:47.659Z] 5e14af77c1be: Download complete [2021-03-22T22:24:47.659Z] 01666e4c0597: Verifying Checksum [2021-03-22T22:24:47.659Z] 01666e4c0597: Download complete [2021-03-22T22:24:47.659Z] 93b61091891f: Verifying Checksum [2021-03-22T22:24:47.659Z] 93b61091891f: Download complete [2021-03-22T22:24:47.659Z] 8ad3a11d3b57: Verifying Checksum [2021-03-22T22:24:47.659Z] 8ad3a11d3b57: Download complete [2021-03-22T22:24:47.923Z] df20fa9351a1: Pull complete [2021-03-22T22:24:48.194Z] 36b3adc4ff6f: Pull complete [2021-03-22T22:24:49.177Z] 8ad3a11d3b57: Pull complete [2021-03-22T22:24:49.774Z] aa168da1d23b: Verifying Checksum [2021-03-22T22:24:49.774Z] aa168da1d23b: Download complete [2021-03-22T22:24:50.041Z] 46f8f816bc3b: Pull complete [2021-03-22T22:24:51.964Z] 93b61091891f: Pull complete [2021-03-22T22:24:51.964Z] 93b9cdb0e59b: Pull complete [2021-03-22T22:24:51.964Z] 5e14af77c1be: Pull complete [2021-03-22T22:24:52.227Z] 01666e4c0597: Pull complete [2021-03-22T22:25:07.224Z] aa168da1d23b: Pull complete [2021-03-22T22:25:07.224Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-22T22:25:07.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:25:07.224Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-22T22:25:07.445Z] prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container [2021-03-22T22:25:07.510Z] $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-22T22:25:10.405Z] $ docker top eee6bf6310ffc600fbe666c3b3aec958f66444f54d281b22c14a2717d39dd96a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:25:10.993Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-22T22:25:11.299Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-22T22:25:11.598Z] + ls /var/log/sa-host [2021-03-22T22:25:11.598Z] + sadf -c /var/log/sa-host/sa22 [2021-03-22T22:25:11.598Z] file_magic: OK [2021-03-22T22:25:11.598Z] HZ: Using current value: 100 [2021-03-22T22:25:11.598Z] file_header: OK [2021-03-22T22:25:11.598Z] 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-22T22:25:11.598Z] Statistics: [2021-03-22T22:25:11.598Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-22T22:25:11.598Z] File successfully converted to sysstat format version 12.2.1 [2021-03-22T22:25:11.598Z] + sadf -c /var/log/sa-host/sa23 [2021-03-22T22:25:11.598Z] file_magic: OK [2021-03-22T22:25:11.598Z] HZ: Using current value: 100 [2021-03-22T22:25:11.598Z] file_header: OK [2021-03-22T22:25:11.598Z] 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-22T22:25:11.598Z] Statistics: [2021-03-22T22:25:11.599Z] Hnuu...uuuununununu... [2021-03-22T22:25:11.599Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-22T22:25:11.801Z] provisioning config files... [2021-03-22T22:25:11.818Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config1451628235750315826tmp [Pipeline] { [Pipeline] echo [2021-03-22T22:25:11.916Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:25:12.214Z] ---> create-netrc.sh [Pipeline] } [2021-03-22T22:25:12.223Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-22T22:25:12.306Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:25:12.606Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-22T22:25:12.617Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:25:12.927Z] ---> sudo-logs.sh [2021-03-22T22:25:12.927Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-22T22:25:12.987Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:25:13.284Z] ---> job-cost.sh [2021-03-22T22:25:13.284Z] lf-activate-venv: SKIPPING [2021-03-22T22:25:13.284Z] INFO: No Stack... [2021-03-22T22:25:14.229Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-22T22:25:14.802Z] INFO: Archiving Costs [Pipeline] echo [2021-03-22T22:25:14.817Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:25:15.115Z] ---> logs-deploy.sh [2021-03-22T22:25:15.115Z] lf-activate-venv: SKIPPING [2021-03-22T22:25:15.115Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/24 [2021-03-22T22:25:15.115Z] INFO: archiving workspace using pattern(s): [2021-03-22T22:25:16.505Z] Archives upload complete. [2021-03-22T22:25:16.505Z] INFO: archiving logs to Nexus