Pull request #2850 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of andresrinivasan for edgexfoundry/edgex-go Loading trusted files from base branch master at 30fe914c5ad8e4d98bae6ee0071c56635472cae5 rather than 1689726a066024037b752ff50bec3c296e6bf539 Obtained Jenkinsfile from 30fe914c5ad8e4d98bae6ee0071c56635472cae5 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9517 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 1689726a066024037b752ff50bec3c296e6bf539 Merge succeeded, producing 1689726a066024037b752ff50bec3c296e6bf539 Checking out Revision 1689726a066024037b752ff50bec3c296e6bf539 (PR-2850) > git config core.sparsecheckout # timeout=10 > git checkout -f 1689726a066024037b752ff50bec3c296e6bf539 # 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 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1689726a066024037b752ff50bec3c296e6bf539 # timeout=10 Commit message: "feat(security): Add security-redis-bootstrap service" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-28T16:40:08.837Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 08f1ccab20f4d354bf5f6520d9f6f9bf8b1718d2 # timeout=10 [2020-10-28T16:40:09.116Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T16:40:09.248Z] ========================================================= [2020-10-28T16:40:09.248Z] EdgeX Global Pipelines Version Info [2020-10-28T16:40:09.248Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:40:10.913Z] ------------------- [2020-10-28T16:40:10.913Z] stable info: [2020-10-28T16:40:10.913Z] ------------------- [2020-10-28T16:40:10.913Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T16:40:10.913Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T16:40:10.913Z] Message: update stable to v1.0.148 [2020-10-28T16:40:11.860Z] ------------------- [2020-10-28T16:40:11.861Z] experimental info: [2020-10-28T16:40:11.861Z] ------------------- [2020-10-28T16:40:11.861Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T16:40:11.861Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T16:40:11.861Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-28T16:40:12.148Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-28T16:40:12.253Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-28T16:40:12.352Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T16:40:12.450Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T16:40:12.558Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T16:40:12.656Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T16:40:12.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T16:40:12.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-28T16:40:12.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-28T16:40:13.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-28T16:40:13.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T16:40:13.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T16:40:13.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T16:40:13.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T16:40:13.565Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T16:40:13.667Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T16:40:13.768Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-28T16:40:13.865Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T16:40:13.974Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-28T16:40:14.081Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-28T16:40:14.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-28T16:40:14.272Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2850 [Pipeline] echo [2020-10-28T16:40:14.366Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2850 [Pipeline] echo [2020-10-28T16:40:14.457Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2850 [Pipeline] echo [2020-10-28T16:40:14.555Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1689726a066024037b752ff50bec3c296e6bf539 [Pipeline] echo [2020-10-28T16:40:14.648Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1689726 [Pipeline] echo [2020-10-28T16:40:14.740Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-28T16:40:15.129Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/core-command/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/core-data/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-28T16:40:15.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:40:15.129Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-28T16:40:15.129Z] ++ cut -d/ -f2 [2020-10-28T16:40:15.129Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-28T16:40:15.203Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-10-28T16:40:16.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T16:40:17.011Z] [2020-10-28T16:40:17.011Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:40:17.413Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T16:40:17.413Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T16:40:17.413Z] 31603596830f: Pulling fs layer [2020-10-28T16:40:17.413Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T16:40:17.413Z] 6ca5941a6612: Pulling fs layer [2020-10-28T16:40:17.413Z] ecc8261a40a4: Pulling fs layer [2020-10-28T16:40:17.413Z] ecc8261a40a4: Waiting [2020-10-28T16:40:17.413Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T16:40:17.413Z] 2a8b12db71e7: Download complete [2020-10-28T16:40:17.678Z] 6ca5941a6612: Verifying Checksum [2020-10-28T16:40:17.678Z] 6ca5941a6612: Download complete [2020-10-28T16:40:17.678Z] ecc8261a40a4: Verifying Checksum [2020-10-28T16:40:17.678Z] ecc8261a40a4: Download complete [2020-10-28T16:40:17.948Z] 31603596830f: Verifying Checksum [2020-10-28T16:40:17.948Z] 31603596830f: Download complete [2020-10-28T16:40:18.213Z] 31603596830f: Pull complete [2020-10-28T16:40:18.482Z] 2a8b12db71e7: Pull complete [2020-10-28T16:40:19.449Z] 6ca5941a6612: Pull complete [2020-10-28T16:40:19.449Z] ecc8261a40a4: Pull complete [2020-10-28T16:40:19.449Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T16:40:19.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T16:40:19.450Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T16:40:19.565Z] prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container [2020-10-28T16:40:19.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10004/edgex-devops/git-semver:latest cat [2020-10-28T16:40:22.067Z] $ docker top 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T16:40:22.369Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T16:40:22.369Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T16:40:22.602Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T16:40:22.605Z] $ docker exec 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb ssh-agent [2020-10-28T16:40:22.767Z] SSH_AUTH_SOCK=/tmp/ssh-V1Vsa3EVipJZ/agent.11 [2020-10-28T16:40:22.767Z] SSH_AGENT_PID=16 [2020-10-28T16:40:22.776Z] Running ssh-add (command line suppressed) [2020-10-28T16:40:22.896Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_5506704883473177125.key (/w/workspace/edgex-go/7@tmp/private_key_5506704883473177125.key) [2020-10-28T16:40:22.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T16:40:23.283Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T16:40:23.304Z] $ docker exec --env ******** --env ******** 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb ssh-agent -k [2020-10-28T16:40:23.413Z] unset SSH_AUTH_SOCK; [2020-10-28T16:40:23.414Z] unset SSH_AGENT_PID; [2020-10-28T16:40:23.414Z] echo Agent pid 16 killed; [2020-10-28T16:40:23.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T16:40:23.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T16:40:23.615Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T16:40:23.797Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T16:40:23.801Z] $ docker exec 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb ssh-agent [2020-10-28T16:40:23.975Z] SSH_AUTH_SOCK=/tmp/ssh-nOHyxRulk2Pj/agent.45 [2020-10-28T16:40:23.975Z] SSH_AGENT_PID=51 [2020-10-28T16:40:23.982Z] Running ssh-add (command line suppressed) [2020-10-28T16:40:24.118Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_7398587966152285864.key (/w/workspace/edgex-go/7@tmp/private_key_7398587966152285864.key) [2020-10-28T16:40:24.185Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T16:40:24.529Z] + git semver init [2020-10-28T16:40:24.529Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T16:40:24.529Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2020-10-28T16:40:24.529Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2020-10-28T16:40:24.529Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T16:40:24.529Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T16:40:24.529Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T16:40:24.529Z] # $SEMVER_BRANCH = PR-2850 [2020-10-28T16:40:24.529Z] # $SEMVER_TEMP = /tmp/semver-144645469 [2020-10-28T16:40:24.529Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-28T16:40:46.601Z] # '/tmp/semver-144645469' -> '/w/workspace/edgex-go/7/.semver' [2020-10-28T16:40:46.601Z] # -> Force: false [2020-10-28T16:40:46.601Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2020-10-28T16:40:46.616Z] $ docker exec --env ******** --env ******** 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb ssh-agent -k [2020-10-28T16:40:46.846Z] unset SSH_AUTH_SOCK; [2020-10-28T16:40:46.848Z] unset SSH_AGENT_PID; [2020-10-28T16:40:46.848Z] echo Agent pid 51 killed; [2020-10-28T16:40:46.925Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T16:40:47.524Z] + git semver [Pipeline] } [2020-10-28T16:40:47.544Z] $ docker stop --time=1 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb [2020-10-28T16:40:49.111Z] $ docker rm -f 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T16:40:49.719Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T16:40:50.335Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T16:40:50.338Z] [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] echo [2020-10-28T16:40:51.044Z] ========================================================= [2020-10-28T16:40:51.044Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T16:40:51.044Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:40:51.388Z] + 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 . [2020-10-28T16:40:54.708Z] Sending build context to Docker daemon 325.9MB [2020-10-28T16:40:54.708Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T16:40:54.708Z] Step 2/7 : FROM ${BASE} [2020-10-28T16:40:54.708Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T16:40:54.708Z] df20fa9351a1: Pulling fs layer [2020-10-28T16:40:54.708Z] ed8968b2872e: Pulling fs layer [2020-10-28T16:40:54.708Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T16:40:54.708Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T16:40:54.708Z] e73272ec9a57: Pulling fs layer [2020-10-28T16:40:54.708Z] 1e910a182e73: Pulling fs layer [2020-10-28T16:40:54.708Z] 4e634b169226: Pulling fs layer [2020-10-28T16:40:54.708Z] e871e8e8d7a9: Waiting [2020-10-28T16:40:54.708Z] e73272ec9a57: Waiting [2020-10-28T16:40:54.708Z] 1e910a182e73: Waiting [2020-10-28T16:40:54.708Z] 4e634b169226: Waiting [2020-10-28T16:40:54.708Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T16:40:54.708Z] a92cc7c5fd73: Download complete [2020-10-28T16:40:54.708Z] ed8968b2872e: Download complete [2020-10-28T16:40:54.708Z] e73272ec9a57: Verifying Checksum [2020-10-28T16:40:54.708Z] e73272ec9a57: Download complete [2020-10-28T16:40:54.708Z] 1e910a182e73: Verifying Checksum [2020-10-28T16:40:54.708Z] 1e910a182e73: Download complete [2020-10-28T16:40:54.708Z] df20fa9351a1: Verifying Checksum [2020-10-28T16:40:55.662Z] df20fa9351a1: Pull complete [2020-10-28T16:40:55.926Z] ed8968b2872e: Pull complete [2020-10-28T16:40:56.189Z] a92cc7c5fd73: Pull complete [2020-10-28T16:40:56.455Z] 4e634b169226: Verifying Checksum [2020-10-28T16:40:56.455Z] 4e634b169226: Download complete [2020-10-28T16:40:57.406Z] e871e8e8d7a9: Verifying Checksum [2020-10-28T16:40:57.406Z] e871e8e8d7a9: Download complete [2020-10-28T16:41:02.756Z] e871e8e8d7a9: Pull complete [2020-10-28T16:41:02.756Z] e73272ec9a57: Pull complete [2020-10-28T16:41:02.756Z] 1e910a182e73: Pull complete [2020-10-28T16:41:05.814Z] Still waiting to schedule task [2020-10-28T16:41:05.814Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-28T16:41:08.067Z] 4e634b169226: Pull complete [2020-10-28T16:41:08.068Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T16:41:08.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T16:41:08.068Z] ---> f7629b54cfaa [2020-10-28T16:41:08.068Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-28T16:41:08.068Z] ---> Running in 3fb96393cdd0 [2020-10-28T16:41:08.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:41:09.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:41:09.796Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T16:41:10.059Z] (2/12) Installing file (5.38-r0) [2020-10-28T16:41:10.059Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T16:41:10.059Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T16:41:15.377Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T16:41:15.377Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T16:41:15.377Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T16:41:15.377Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T16:41:15.377Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T16:41:15.640Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T16:41:15.640Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T16:41:15.640Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T16:41:15.908Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T16:41:15.908Z] OK: 233 MiB in 51 packages [2020-10-28T16:41:19.230Z] Removing intermediate container 3fb96393cdd0 [2020-10-28T16:41:19.230Z] ---> 323399fc6b87 [2020-10-28T16:41:19.230Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T16:41:19.230Z] ---> Running in 25faea3f66a7 [2020-10-28T16:41:19.230Z] Removing intermediate container 25faea3f66a7 [2020-10-28T16:41:19.230Z] ---> c500202be032 [2020-10-28T16:41:19.230Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T16:41:19.503Z] latest: Pulling from library/docker [2020-10-28T16:41:19.767Z] 188c0c94c7c5: Pulling fs layer [2020-10-28T16:41:19.767Z] 0c7c675703d6: Pulling fs layer [2020-10-28T16:41:19.767Z] cc8c12a437cb: Pulling fs layer [2020-10-28T16:41:19.767Z] c5dafad2182a: Pulling fs layer [2020-10-28T16:41:19.767Z] 5aa711733414: Pulling fs layer [2020-10-28T16:41:19.767Z] 058f73b55e4b: Pulling fs layer [2020-10-28T16:41:19.767Z] 8c9c664faf12: Pulling fs layer [2020-10-28T16:41:19.767Z] c5dafad2182a: Waiting [2020-10-28T16:41:19.767Z] 5aa711733414: Waiting [2020-10-28T16:41:19.767Z] 058f73b55e4b: Waiting [2020-10-28T16:41:19.767Z] 8c9c664faf12: Waiting [2020-10-28T16:41:19.767Z] cc8c12a437cb: Verifying Checksum [2020-10-28T16:41:19.767Z] cc8c12a437cb: Download complete [2020-10-28T16:41:20.034Z] 188c0c94c7c5: Verifying Checksum [2020-10-28T16:41:20.034Z] 188c0c94c7c5: Download complete [2020-10-28T16:41:20.034Z] 0c7c675703d6: Verifying Checksum [2020-10-28T16:41:20.034Z] 0c7c675703d6: Download complete [2020-10-28T16:41:20.034Z] 5aa711733414: Verifying Checksum [2020-10-28T16:41:20.034Z] 5aa711733414: Download complete [2020-10-28T16:41:20.034Z] 058f73b55e4b: Verifying Checksum [2020-10-28T16:41:20.034Z] 058f73b55e4b: Download complete [2020-10-28T16:41:20.338Z] 8c9c664faf12: Verifying Checksum [2020-10-28T16:41:20.338Z] 8c9c664faf12: Download complete [2020-10-28T16:41:20.338Z] 188c0c94c7c5: Pull complete [2020-10-28T16:41:20.602Z] 0c7c675703d6: Pull complete [2020-10-28T16:41:20.603Z] cc8c12a437cb: Pull complete [2020-10-28T16:41:20.866Z] c5dafad2182a: Download complete [2020-10-28T16:41:23.454Z] c5dafad2182a: Pull complete [2020-10-28T16:41:23.454Z] 5aa711733414: Pull complete [2020-10-28T16:41:23.454Z] 058f73b55e4b: Pull complete [2020-10-28T16:41:23.454Z] 8c9c664faf12: Pull complete [2020-10-28T16:41:23.454Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T16:41:23.454Z] Status: Downloaded newer image for docker:latest [2020-10-28T16:41:25.398Z] ---> 02be90daf540 [2020-10-28T16:41:25.398Z] Step 6/7 : COPY go.mod . [2020-10-28T16:41:25.398Z] ---> 63ae3c657313 [2020-10-28T16:41:25.398Z] Step 7/7 : RUN go mod download [2020-10-28T16:41:25.398Z] ---> Running in ab0a41a93257 [2020-10-28T16:41:47.415Z] Removing intermediate container ab0a41a93257 [2020-10-28T16:41:47.415Z] ---> 1b2b5561b5a6 [2020-10-28T16:41:47.415Z] Successfully built 1b2b5561b5a6 [2020-10-28T16:41:47.415Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:41:47.790Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T16:41:47.790Z] . [Pipeline] withDockerContainer [2020-10-28T16:41:47.905Z] prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container [2020-10-28T16:41:47.957Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T16:41:48.834Z] $ docker top 8d0dc7622e0e8d00abb7fcaadef0c18598585fa4ec3e48909de94d94a4dc03eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:41:49.380Z] + go version [2020-10-28T16:41:49.380Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T16:41:49.395Z] $ docker stop --time=1 8d0dc7622e0e8d00abb7fcaadef0c18598585fa4ec3e48909de94d94a4dc03eb [2020-10-28T16:41:50.758Z] $ docker rm -f 8d0dc7622e0e8d00abb7fcaadef0c18598585fa4ec3e48909de94d94a4dc03eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:41:51.614Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T16:41:51.614Z] . [Pipeline] withDockerContainer [2020-10-28T16:41:51.711Z] prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container [2020-10-28T16:41:51.762Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T16:41:52.487Z] $ docker top efa1bed6629ea5c24ae2a5bdd9f0a5fc13a6e785e0ba724f118203f94bc013dc -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-28T16:41:52.667Z] ========================================================= [2020-10-28T16:41:52.667Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-28T16:41:52.667Z] ========================================================= [Pipeline] sh [2020-10-28T16:41:52.967Z] + make test [2020-10-28T16:41:52.967Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-28T16:41:55.547Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-28T16:42:05.676Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-28T16:42:11.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-28T16:42:11.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-28T16:42:11.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-10-28T16:42:11.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-28T16:42:11.623Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-28T16:42:13.042Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-10-28T16:42:13.042Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-28T16:42:13.042Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-28T16:42:13.640Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-28T16:42:13.920Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-28T16:42:14.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-28T16:42:14.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-28T16:42:14.201Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-28T16:42:17.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.029s coverage: 46.6% of statements [2020-10-28T16:42:17.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-28T16:42:17.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-28T16:42:17.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-28T16:42:17.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-28T16:42:17.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-28T16:42:21.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.049s coverage: 27.1% of statements [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-28T16:42:21.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.014s coverage: 100.0% of statements [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-28T16:42:21.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-28T16:42:21.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.035s coverage: 64.9% of statements [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-28T16:42:21.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.033s coverage: 84.5% of statements [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-28T16:42:21.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-28T16:42:22.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.116s coverage: 28.6% of statements [2020-10-28T16:42:22.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-28T16:42:22.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-28T16:42:22.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-28T16:42:22.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-28T16:42:22.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-28T16:42:22.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements [2020-10-28T16:42:22.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-28T16:42:22.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.017s coverage: 100.0% of statements [2020-10-28T16:42:22.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-28T16:42:23.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.041s coverage: 86.7% of statements [2020-10-28T16:42:23.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-28T16:42:23.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-10-28T16:42:23.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-28T16:42:23.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.016s coverage: 100.0% of statements [2020-10-28T16:42:23.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-28T16:42:23.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-28T16:42:23.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-28T16:42:23.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-28T16:42:24.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.043s coverage: 95.7% of statements [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-28T16:42:24.568Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements [2020-10-28T16:42:24.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-28T16:42:24.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-28T16:42:24.569Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.012s coverage: 0.0% of statements [no tests to run] [2020-10-28T16:42:24.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-28T16:42:24.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-28T16:42:24.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.069s coverage: 63.5% of statements [2020-10-28T16:42:24.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-28T16:42:24.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-28T16:42:24.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements [2020-10-28T16:42:24.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.012s coverage: 91.3% of statements [2020-10-28T16:42:24.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2020-10-28T16:42:24.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.012s coverage: 73.7% of statements [2020-10-28T16:42:25.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.013s coverage: 100.0% of statements [2020-10-28T16:42:26.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.086s coverage: 55.9% of statements [2020-10-28T16:42:26.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-28T16:42:26.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-28T16:42:26.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-10-28T16:42:26.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-10-28T16:42:26.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-10-28T16:42:26.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.701s coverage: 86.3% of statements [2020-10-28T16:42:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.390s coverage: 72.2% of statements [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.034s coverage: 48.4% of statements [2020-10-28T16:42:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-28T16:42:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-28T16:42:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements [2020-10-28T16:42:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.005s coverage: 96.8% of statements [2020-10-28T16:42:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.031s coverage: 36.5% of statements [2020-10-28T16:42:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-28T16:42:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.094s coverage: 84.1% of statements [2020-10-28T16:42:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements [2020-10-28T16:42:29.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-10-28T16:42:29.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-28T16:42:29.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-28T16:42:29.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements [2020-10-28T16:42:29.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-28T16:42:29.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.008s coverage: 83.8% of statements [2020-10-28T16:42:29.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-28T16:42:31.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.075s coverage: 47.1% of statements [2020-10-28T16:42:31.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-28T16:42:31.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-28T16:42:31.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.005s coverage: 100.0% of statements [2020-10-28T16:42:31.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-28T16:42:31.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-28T16:42:31.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-28T16:42:31.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-10-28T16:42:31.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-28T16:42:31.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.030s coverage: 100.0% of statements [2020-10-28T16:42:31.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-28T16:42:31.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.049s coverage: 29.1% of statements [2020-10-28T16:42:31.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-28T16:42:31.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-28T16:42:31.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-28T16:42:31.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-28T16:42:31.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-28T16:42:31.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements [2020-10-28T16:42:31.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-28T16:42:31.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements [2020-10-28T16:42:31.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-28T16:42:31.791Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements [2020-10-28T16:42:31.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-28T16:42:32.064Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-10-28T16:42:32.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-28T16:42:32.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-28T16:42:32.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-28T16:42:32.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-28T16:42:32.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements [2020-10-28T16:42:32.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-28T16:42:32.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-28T16:42:32.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements [2020-10-28T16:42:32.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements [2020-10-28T16:42:32.911Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-10-28T16:42:33.173Z] GO111MODULE=on go vet ./... [2020-10-28T16:42:39.822Z] gofmt -l . [2020-10-28T16:42:40.401Z] [ "`gofmt -l .`" = "" ] [2020-10-28T16:42:40.980Z] ./bin/test-go-mod-tidy.sh [2020-10-28T16:42:41.559Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-28T16:42:43.795Z] + ls -al . [2020-10-28T16:42:43.795Z] total 632 [2020-10-28T16:42:43.795Z] drwxrwxr-x 10 1001 1001 4096 Oct 28 16:42 . [2020-10-28T16:42:43.795Z] drwxr-xr-x 4 root root 28 Oct 28 16:41 .. [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 16:40 .dockerignore [2020-10-28T16:42:43.795Z] drwxrwxr-x 8 1001 1001 179 Oct 28 16:40 .git [2020-10-28T16:42:43.795Z] drwxrwxr-x 3 1001 1001 125 Oct 28 16:40 .github [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 944 Oct 28 16:40 .gitignore [2020-10-28T16:42:43.795Z] drwx------ 3 1001 1001 47 Oct 28 16:40 .semver [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 16:40 .sonarcloud.properties [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 16:40 CONTRIBUTING.md [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 1035 Oct 28 16:40 Dockerfile.build [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 863 Oct 28 16:40 Jenkinsfile [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 16:40 LICENSE [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 6611 Oct 28 16:40 Makefile [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 6447 Oct 28 16:40 README.md [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 259 Oct 28 16:40 SECURITY.md [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 16:40 VERSION [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 16:40 ZMQWindows.md [2020-10-28T16:42:43.795Z] drwxrwxr-x 2 1001 1001 117 Oct 28 16:40 bin [2020-10-28T16:42:43.795Z] drwxrwxr-x 15 1001 1001 4096 Oct 28 16:40 cmd [2020-10-28T16:42:43.795Z] -rw-r--r-- 1 root root 539324 Oct 28 16:42 coverage.out [2020-10-28T16:42:43.795Z] -rw-r--r-- 1 root root 1041 Oct 28 16:42 go.mod [2020-10-28T16:42:43.795Z] -rw-r--r-- 1 root root 19010 Oct 28 16:42 go.sum [2020-10-28T16:42:43.795Z] drwxrwxr-x 8 1001 1001 127 Oct 28 16:40 internal [2020-10-28T16:42:43.795Z] drwxrwxr-x 4 1001 1001 26 Oct 28 16:40 openapi [2020-10-28T16:42:43.795Z] drwxrwxr-x 4 1001 1001 71 Oct 28 16:40 snap [2020-10-28T16:42:43.795Z] -rw-rw-r-- 1 1001 1001 168 Oct 28 16:40 version.go [Pipeline] sh [2020-10-28T16:42:44.100Z] + '[' -e coverage.out ] [2020-10-28T16:42:44.100Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-28T16:42:44.937Z] Stashed 1 file(s) [Pipeline] sh [2020-10-28T16:42:45.370Z] + make build [2020-10-28T16:42:45.370Z] 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 [2020-10-28T16:42:53.853Z] 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 [2020-10-28T16:42:57.172Z] 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 [2020-10-28T16:42:58.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-28T16:42:59.526Z] 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 [2020-10-28T16:43:00.924Z] 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 [2020-10-28T16:43:01.517Z] 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 [2020-10-28T16:43:02.861Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9518 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws [2020-10-28T16:43:02.927Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [2020-10-28T16:43:02.933Z] 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 [Pipeline] checkout [2020-10-28T16:43:04.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-28T16:43:05.292Z] 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 [2020-10-28T16:43:06.687Z] 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 [2020-10-28T16:43:07.651Z] 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 [2020-10-28T16:43:08.217Z] using credential edgex-jenkins-ssh [2020-10-28T16:43:08.277Z] Cloning the remote Git repository [2020-10-28T16:43:08.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-10-28T16:43:08.331Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:43:08.433Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-10-28T16:43:08.520Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:43:08.520Z] > git --version # timeout=10 [2020-10-28T16:43:08.544Z] > git --version # 'git version 2.17.1' [2020-10-28T16:43:08.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:43:08.600Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2020-10-28T16:43:09.578Z] $ docker stop --time=1 efa1bed6629ea5c24ae2a5bdd9f0a5fc13a6e785e0ba724f118203f94bc013dc [2020-10-28T16:43:11.229Z] $ docker rm -f efa1bed6629ea5c24ae2a5bdd9f0a5fc13a6e785e0ba724f118203f94bc013dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:43:14.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T16:43:14.677Z] [2020-10-28T16:43:14.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:43:15.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T16:43:15.034Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-28T16:43:15.034Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-28T16:43:15.034Z] ca9280d653b3: Pulling fs layer [2020-10-28T16:43:15.034Z] 7e9c9ca2126c: Pulling fs layer [2020-10-28T16:43:15.610Z] cbdbe7a5bc2a: Download complete [2020-10-28T16:43:15.878Z] ca9280d653b3: Verifying Checksum [2020-10-28T16:43:15.878Z] ca9280d653b3: Download complete [2020-10-28T16:43:16.147Z] cbdbe7a5bc2a: Pull complete [2020-10-28T16:43:17.109Z] ca9280d653b3: Pull complete [2020-10-28T16:43:17.109Z] 7e9c9ca2126c: Download complete [2020-10-28T16:43:25.297Z] 7e9c9ca2126c: Pull complete [2020-10-28T16:43:25.297Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-28T16:43:25.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T16:43:25.297Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-28T16:43:25.517Z] prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container [2020-10-28T16:43:25.570Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-28T16:43:26.593Z] $ docker top e6689b23f46b5e658375cdc3d26cd258d13831a9cd95d2edb518f9b4d1c9f122 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:43:27.124Z] + docker-compose build --help [2020-10-28T16:43:27.124Z] + grep parallel [2020-10-28T16:43:28.076Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T16:43:28.093Z] $ docker stop --time=1 e6689b23f46b5e658375cdc3d26cd258d13831a9cd95d2edb518f9b4d1c9f122 [2020-10-28T16:43:28.377Z] Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:43:29.443Z] $ docker rm -f e6689b23f46b5e658375cdc3d26cd258d13831a9cd95d2edb518f9b4d1c9f122 [2020-10-28T16:43:27.532Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T16:43:27.555Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T16:43:27.592Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T16:43:27.631Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:43:27.632Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:43:27.642Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T16:43:28.398Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T16:43:28.457Z] > git checkout -f 1689726a066024037b752ff50bec3c296e6bf539 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T16:43:29.817Z] Failed in branch arm64 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:43:30.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T16:43:30.311Z] . [Pipeline] withDockerContainer [2020-10-28T16:43:30.409Z] prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container [2020-10-28T16:43:30.463Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-28T16:43:31.100Z] $ docker top a5427a89dba68318d05c65f6963b6fedb2725425133157ed148193eb89b12c71 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:43:31.623Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T16:43:32.570Z] Building docker-core-command-go ... [2020-10-28T16:43:32.570Z] Building docker-core-data-go ... [2020-10-28T16:43:32.570Z] Building docker-core-metadata-go ... [2020-10-28T16:43:32.570Z] Building docker-security-bootstrap-redis-go ... [2020-10-28T16:43:32.570Z] Building docker-security-proxy-setup-go ... [2020-10-28T16:43:32.570Z] Building docker-security-secrets-setup-go ... [2020-10-28T16:43:32.570Z] Building docker-security-secretstore-setup-go ... [2020-10-28T16:43:32.570Z] Building docker-support-logging-go ... [2020-10-28T16:43:32.570Z] Building docker-support-notifications-go ... [2020-10-28T16:43:32.570Z] Building docker-support-scheduler-go ... [2020-10-28T16:43:32.570Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T16:43:32.570Z] Building docker-security-proxy-setup-go [2020-10-28T16:43:32.570Z] Building docker-core-metadata-go [2020-10-28T16:43:32.570Z] Building docker-core-command-go [2020-10-28T16:43:32.570Z] Building docker-core-data-go [2020-10-28T16:43:32.570Z] Building docker-security-secretstore-setup-go [2020-10-28T16:44:04.827Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:44:04.827Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:44:04.827Z] ---> 1b2b5561b5a6 [2020-10-28T16:44:04.827Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T16:44:04.827Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:44:04.827Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:44:04.827Z] ---> 1b2b5561b5a6 [2020-10-28T16:44:04.827Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T16:44:04.827Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:44:04.827Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:44:04.827Z] ---> 1b2b5561b5a6 [2020-10-28T16:44:04.827Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T16:44:04.827Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:44:04.827Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:44:04.827Z] ---> 1b2b5561b5a6 [2020-10-28T16:44:04.827Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:44:05.091Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:44:05.091Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:44:05.091Z] ---> 1b2b5561b5a6 [2020-10-28T16:44:05.091Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:44:06.043Z] ---> Running in e7f7e449f6a7 [2020-10-28T16:44:06.043Z] ---> Running in c7ea29ba7058 [2020-10-28T16:44:06.043Z] ---> Running in a90d56dc442c [2020-10-28T16:44:06.043Z] ---> Running in 39da5cb047bd [2020-10-28T16:44:06.043Z] ---> Running in 5b3937401e75 [2020-10-28T16:44:06.626Z] Removing intermediate container 5b3937401e75 [2020-10-28T16:44:06.626Z] ---> ae3863f143ac [2020-10-28T16:44:06.626Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:44:06.626Z] Removing intermediate container e7f7e449f6a7 [2020-10-28T16:44:06.626Z] ---> a35bdce0482a [2020-10-28T16:44:06.626Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:44:06.626Z] Removing intermediate container 39da5cb047bd [2020-10-28T16:44:06.626Z] ---> 78e3bef65ba4 [2020-10-28T16:44:06.626Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:44:06.626Z] Removing intermediate container a90d56dc442c [2020-10-28T16:44:06.626Z] ---> a9736c57e5e2 [2020-10-28T16:44:06.626Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:44:06.626Z] Removing intermediate container c7ea29ba7058 [2020-10-28T16:44:06.626Z] ---> 30dbe80b3bfb [2020-10-28T16:44:06.626Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:44:06.626Z] ---> Running in 6321b265d87d [2020-10-28T16:44:06.626Z] ---> Running in a23b29a27fc5 [2020-10-28T16:44:06.626Z] ---> Running in 690abec2b55f [2020-10-28T16:44:06.626Z] ---> Running in 4ef46c327f04 [2020-10-28T16:44:06.626Z] ---> Running in 171a2e5e4814 [2020-10-28T16:44:08.573Z] Removing intermediate container 690abec2b55f [2020-10-28T16:44:08.573Z] ---> 8f684dddd9cc [2020-10-28T16:44:08.573Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T16:44:08.838Z] Removing intermediate container a23b29a27fc5 [2020-10-28T16:44:08.838Z] ---> 3b3af0a37b36 [2020-10-28T16:44:08.838Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T16:44:08.838Z] ---> Running in ae79327ccd34 [2020-10-28T16:44:09.102Z] ---> Running in 773d0c8a817b [2020-10-28T16:44:09.102Z] Removing intermediate container 6321b265d87d [2020-10-28T16:44:09.102Z] ---> 64ec48ff971b [2020-10-28T16:44:09.102Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T16:44:09.102Z] Removing intermediate container 171a2e5e4814 [2020-10-28T16:44:09.102Z] ---> ae8e6bf1d5ed [2020-10-28T16:44:09.102Z] Step 5/24 : RUN apk update && apk add make git [2020-10-28T16:44:09.367Z] ---> Running in dca92bcda3fa [2020-10-28T16:44:09.367Z] ---> Running in a0f2fdb2c5ce [2020-10-28T16:44:09.367Z] Removing intermediate container 4ef46c327f04 [2020-10-28T16:44:09.367Z] ---> 7ff6910e4a6c [2020-10-28T16:44:09.367Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T16:44:09.642Z] ---> Running in 54bf9e5dfb16 [2020-10-28T16:44:10.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:10.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:10.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:10.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:10.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:10.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:11.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:11.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:11.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:11.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:44:11.365Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:44:11.365Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:44:11.365Z] OK: 12752 distinct packages available [2020-10-28T16:44:11.652Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:44:11.652Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:44:11.652Z] OK: 12752 distinct packages available [2020-10-28T16:44:11.652Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:44:11.652Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:44:11.652Z] OK: 12752 distinct packages available [2020-10-28T16:44:11.652Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:44:11.652Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:44:11.652Z] OK: 12752 distinct packages available [2020-10-28T16:44:11.927Z] OK: 233 MiB in 51 packages [2020-10-28T16:44:11.927Z] OK: 233 MiB in 51 packages [2020-10-28T16:44:11.927Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:44:11.927Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:44:11.927Z] OK: 12752 distinct packages available [2020-10-28T16:44:11.927Z] OK: 233 MiB in 51 packages [2020-10-28T16:44:11.927Z] OK: 233 MiB in 51 packages [2020-10-28T16:44:12.190Z] OK: 233 MiB in 51 packages [2020-10-28T16:44:12.767Z] Removing intermediate container 773d0c8a817b [2020-10-28T16:44:12.767Z] ---> bb6b83bcdb5c [2020-10-28T16:44:12.767Z] Step 6/20 : COPY go.mod . [2020-10-28T16:44:13.033Z] Removing intermediate container dca92bcda3fa [2020-10-28T16:44:13.033Z] ---> 72fcf9febe74 [2020-10-28T16:44:13.033Z] Step 6/23 : COPY go.mod . [2020-10-28T16:44:13.033Z] Removing intermediate container ae79327ccd34 [2020-10-28T16:44:13.033Z] ---> 98019c3290a5 [2020-10-28T16:44:13.033Z] Step 6/22 : COPY go.mod . [2020-10-28T16:44:13.296Z] ---> c7fad7439f28 [2020-10-28T16:44:13.296Z] Step 7/20 : RUN go mod download [2020-10-28T16:44:13.296Z] Removing intermediate container a0f2fdb2c5ce [2020-10-28T16:44:13.296Z] ---> c605b0fcd0a9 [2020-10-28T16:44:13.296Z] Step 6/24 : COPY go.mod . [2020-10-28T16:44:13.296Z] ---> Running in c03716a9eec1 [2020-10-28T16:44:13.296Z] Removing intermediate container 54bf9e5dfb16 [2020-10-28T16:44:13.296Z] ---> b15b632e51fc [2020-10-28T16:44:13.296Z] Step 6/22 : COPY go.mod . [2020-10-28T16:44:13.559Z] ---> 9024ae1d4b94 [2020-10-28T16:44:13.559Z] Step 7/23 : RUN go mod download [2020-10-28T16:44:13.559Z] ---> 5a2b25a34be5 [2020-10-28T16:44:13.559Z] Step 7/22 : RUN go mod download [2020-10-28T16:44:13.825Z] ---> Running in ce051addfa9c [2020-10-28T16:44:13.825Z] ---> Running in 7b6ea6bac3a6 [2020-10-28T16:44:13.825Z] ---> c0cd8799aa02 [2020-10-28T16:44:13.825Z] Step 7/24 : RUN go mod download [2020-10-28T16:44:14.088Z] ---> 9c1f07c00689 [2020-10-28T16:44:14.088Z] Step 7/22 : RUN go mod download [2020-10-28T16:44:14.088Z] ---> Running in ab0d5d292834 [2020-10-28T16:44:14.088Z] ---> Running in 0b8a59f1fd84 [2020-10-28T16:44:16.071Z] Removing intermediate container c03716a9eec1 [2020-10-28T16:44:16.071Z] ---> 1e54c38145e5 [2020-10-28T16:44:16.071Z] Step 8/20 : COPY . . [2020-10-28T16:44:19.408Z] Removing intermediate container ce051addfa9c [2020-10-28T16:44:19.408Z] ---> 7fd34fd272c9 [2020-10-28T16:44:19.408Z] Step 8/23 : COPY . . [2020-10-28T16:44:19.674Z] Removing intermediate container 7b6ea6bac3a6 [2020-10-28T16:44:19.674Z] ---> 80c155b72814 [2020-10-28T16:44:19.674Z] Step 8/22 : COPY . . [2020-10-28T16:44:25.000Z] Removing intermediate container ab0d5d292834 [2020-10-28T16:44:25.000Z] ---> f1ed432fcd30 [2020-10-28T16:44:25.000Z] Step 8/24 : COPY . . [2020-10-28T16:44:25.000Z] Removing intermediate container 0b8a59f1fd84 [2020-10-28T16:44:25.000Z] ---> e768d5f3b08a [2020-10-28T16:44:25.000Z] Step 8/22 : COPY . . [2020-10-28T16:45:04.406Z] ---> 25eeb48baf9c [2020-10-28T16:45:04.406Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T16:45:04.406Z] ---> Running in 964f2b03d75d [2020-10-28T16:45:04.406Z] ---> 58bea882ff0d [2020-10-28T16:45:04.406Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T16:45:04.406Z] ---> a0f9ab4a5a31 [2020-10-28T16:45:04.406Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T16:45:04.406Z] ---> 5c39e63ea7d0 [2020-10-28T16:45:04.406Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T16:45:04.406Z] ---> 7f2b81a75b9d [2020-10-28T16:45:04.406Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-10-28T16:45:04.406Z] ---> Running in 0c952d679d7f [2020-10-28T16:45:04.406Z] ---> Running in f1d8fa749528 [2020-10-28T16:45:04.406Z] ---> Running in 91e580989b5a [2020-10-28T16:45:04.406Z] ---> Running in ce4a5b94fb19 [2020-10-28T16:45:04.406Z] 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 [2020-10-28T16:45:04.406Z] 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 [2020-10-28T16:45:04.406Z] 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 [2020-10-28T16:45:04.406Z] 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 [2020-10-28T16:45:04.406Z] 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 [2020-10-28T16:45:31.102Z] 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 [2020-10-28T16:45:34.453Z] Removing intermediate container 964f2b03d75d [2020-10-28T16:45:34.453Z] ---> 37d432b6d0c6 [2020-10-28T16:45:34.453Z] [2020-10-28T16:45:34.453Z] Step 10/20 : FROM alpine [2020-10-28T16:45:35.454Z] latest: Pulling from library/alpine [2020-10-28T16:45:35.737Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T16:45:35.737Z] Status: Downloaded newer image for alpine:latest [2020-10-28T16:45:35.737Z] ---> d6e46aa2470d [2020-10-28T16:45:35.737Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T16:45:35.737Z] ---> Running in 3b9794f9eb4c [2020-10-28T16:45:37.703Z] Removing intermediate container ce4a5b94fb19 [2020-10-28T16:45:37.703Z] ---> cd7f4b7d342a [2020-10-28T16:45:37.703Z] [2020-10-28T16:45:37.703Z] Step 10/24 : FROM alpine:3.10 [2020-10-28T16:45:37.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:45:37.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:45:38.243Z] 3.10: Pulling from library/alpine [2020-10-28T16:45:38.243Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:45:38.243Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:45:38.243Z] OK: 12744 distinct packages available [2020-10-28T16:45:38.524Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T16:45:38.524Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T16:45:38.524Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T16:45:38.524Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T16:45:38.524Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:45:38.524Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T16:45:38.801Z] OK: 7 MiB in 18 packages [2020-10-28T16:45:40.208Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T16:45:40.208Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T16:45:40.208Z] ---> be4e4bea2c2e [2020-10-28T16:45:40.208Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T16:45:42.763Z] ---> Running in e1a9f1a2526e [2020-10-28T16:45:42.764Z] Removing intermediate container 3b9794f9eb4c [2020-10-28T16:45:42.764Z] ---> 20a8f18a4525 [2020-10-28T16:45:42.764Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T16:45:42.764Z] Removing intermediate container 91e580989b5a [2020-10-28T16:45:42.764Z] ---> 12d6071b98a8 [2020-10-28T16:45:42.764Z] [2020-10-28T16:45:42.764Z] Step 10/22 : FROM scratch [2020-10-28T16:45:42.764Z] ---> [2020-10-28T16:45:42.764Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:45:43.029Z] ---> Running in 06ddca265e71 [2020-10-28T16:45:43.303Z] ---> Running in 0ceeef7899e5 [2020-10-28T16:45:43.303Z] Removing intermediate container 06ddca265e71 [2020-10-28T16:45:43.303Z] ---> e23e98604527 [2020-10-28T16:45:43.303Z] Step 13/20 : WORKDIR /edgex [2020-10-28T16:45:43.303Z] ---> Running in d07cbdd7606f [2020-10-28T16:45:43.573Z] Removing intermediate container 0ceeef7899e5 [2020-10-28T16:45:43.573Z] ---> 800183ae971b [2020-10-28T16:45:43.573Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T16:45:43.573Z] ---> Running in 2d471ec46fc6 [2020-10-28T16:45:43.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:45:43.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:45:43.837Z] Removing intermediate container d07cbdd7606f [2020-10-28T16:45:43.837Z] ---> 11d596fb306b [2020-10-28T16:45:43.837Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T16:45:44.101Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T16:45:44.101Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T16:45:44.101Z] OK: 10346 distinct packages available [2020-10-28T16:45:44.101Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T16:45:45.246Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T16:45:45.246Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T16:45:45.247Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T16:45:45.247Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T16:45:45.247Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T16:45:45.247Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T16:45:45.247Z] OK: 7 MiB in 19 packages [2020-10-28T16:45:45.247Z] Removing intermediate container 2d471ec46fc6 [2020-10-28T16:45:45.247Z] ---> e55e2c10c9d8 [2020-10-28T16:45:45.247Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T16:45:47.801Z] ---> 1202ad33d1ce [2020-10-28T16:45:47.801Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T16:45:47.801Z] ---> Running in aadf4033c76e [2020-10-28T16:45:48.751Z] Removing intermediate container f1d8fa749528 [2020-10-28T16:45:48.751Z] ---> 7722e1c63126 [2020-10-28T16:45:48.751Z] [2020-10-28T16:45:48.751Z] Step 10/22 : FROM scratch [2020-10-28T16:45:48.751Z] ---> [2020-10-28T16:45:48.751Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:45:48.751Z] ---> Using cache [2020-10-28T16:45:48.751Z] ---> 800183ae971b [2020-10-28T16:45:48.751Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T16:45:48.751Z] Removing intermediate container aadf4033c76e [2020-10-28T16:45:48.751Z] ---> de5502848a40 [2020-10-28T16:45:48.751Z] Step 14/22 : WORKDIR / [2020-10-28T16:45:48.751Z] ---> f0baea6b8eb1 [2020-10-28T16:45:48.751Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T16:45:49.015Z] Removing intermediate container e1a9f1a2526e [2020-10-28T16:45:49.015Z] ---> 2c2f7bd18902 [2020-10-28T16:45:49.015Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T16:45:49.015Z] ---> Running in a3030ac988fe [2020-10-28T16:45:49.015Z] ---> Running in 17c9eca804a3 [2020-10-28T16:45:49.279Z] ---> Running in 9c8eddcd904a [2020-10-28T16:45:49.279Z] ---> Running in 91d96bf84ea9 [2020-10-28T16:45:51.200Z] Removing intermediate container a3030ac988fe [2020-10-28T16:45:51.201Z] ---> d8606eb56b96 [2020-10-28T16:45:51.201Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T16:45:51.201Z] Removing intermediate container 17c9eca804a3 [2020-10-28T16:45:51.201Z] ---> ef6fb8b5d69b [2020-10-28T16:45:51.201Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T16:45:51.466Z] Removing intermediate container 9c8eddcd904a [2020-10-28T16:45:51.466Z] ---> 531e438758be [2020-10-28T16:45:51.466Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T16:45:51.466Z] ---> Running in 347f39b1e89a [2020-10-28T16:45:51.466Z] Removing intermediate container 91d96bf84ea9 [2020-10-28T16:45:51.466Z] ---> 3afdb3d537d6 [2020-10-28T16:45:51.466Z] Step 13/24 : WORKDIR / [2020-10-28T16:45:51.466Z] Removing intermediate container 0c952d679d7f [2020-10-28T16:45:51.466Z] ---> 3b647de03e97 [2020-10-28T16:45:51.466Z] [2020-10-28T16:45:51.466Z] Step 10/23 : FROM alpine [2020-10-28T16:45:51.466Z] ---> d6e46aa2470d [2020-10-28T16:45:51.466Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:45:51.466Z] ---> Running in a1e547bcadb3 [2020-10-28T16:45:51.466Z] ---> Running in 2fcdcb25cfcd [2020-10-28T16:45:51.729Z] ---> Running in afa1865347a3 [2020-10-28T16:45:51.729Z] Removing intermediate container 347f39b1e89a [2020-10-28T16:45:51.729Z] ---> 618a32d775ef [2020-10-28T16:45:51.729Z] Step 14/22 : WORKDIR / [2020-10-28T16:45:51.729Z] ---> 2fc95847dd32 [2020-10-28T16:45:51.729Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T16:45:51.992Z] ---> Running in 53ae2a1286c8 [2020-10-28T16:45:51.992Z] Removing intermediate container 2fcdcb25cfcd [2020-10-28T16:45:51.992Z] ---> 6d42f2498003 [2020-10-28T16:45:51.992Z] Step 18/20 : LABEL arch=x86_64 [2020-10-28T16:45:51.992Z] Removing intermediate container a1e547bcadb3 [2020-10-28T16:45:51.992Z] ---> 90e6207cb565 [2020-10-28T16:45:51.992Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-28T16:45:52.256Z] ---> Running in af9d999af59a [2020-10-28T16:45:52.256Z] Removing intermediate container afa1865347a3 [2020-10-28T16:45:52.256Z] ---> a8dcad658164 [2020-10-28T16:45:52.256Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T16:45:52.256Z] Removing intermediate container 53ae2a1286c8 [2020-10-28T16:45:52.256Z] ---> 8f910be2eff6 [2020-10-28T16:45:52.256Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T16:45:52.518Z] ---> Running in b522463eec9f [2020-10-28T16:45:52.518Z] ---> 4a44da3e726d [2020-10-28T16:45:52.518Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-28T16:45:52.518Z] ---> eef07003b0ea [2020-10-28T16:45:52.518Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T16:45:53.475Z] Removing intermediate container af9d999af59a [2020-10-28T16:45:53.475Z] ---> 0784ea77b7ae [2020-10-28T16:45:53.475Z] Step 19/20 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:45:53.475Z] ---> 17ece838188a [2020-10-28T16:45:53.475Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T16:45:53.475Z] Removing intermediate container b522463eec9f [2020-10-28T16:45:53.475Z] ---> 968c00c885fa [2020-10-28T16:45:53.475Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T16:45:53.475Z] ---> 0efce245c387 [2020-10-28T16:45:53.475Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T16:45:53.475Z] ---> c2083851db0e [2020-10-28T16:45:53.475Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T16:45:53.475Z] ---> Running in 5e967fdd6eec [2020-10-28T16:45:53.739Z] ---> Running in 803304e26804 [2020-10-28T16:45:53.739Z] ---> Running in 62c2e080c4a9 [2020-10-28T16:45:54.001Z] Removing intermediate container 5e967fdd6eec [2020-10-28T16:45:54.001Z] ---> e91eed3f7a1d [2020-10-28T16:45:54.001Z] Step 20/20 : LABEL version=0.0.0 [2020-10-28T16:45:54.001Z] ---> cc72fde941dc [2020-10-28T16:45:54.001Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T16:45:54.001Z] ---> Running in b21932d0e28d [2020-10-28T16:45:54.264Z] Removing intermediate container 803304e26804 [2020-10-28T16:45:54.264Z] ---> cca4da2d8408 [2020-10-28T16:45:54.264Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:45:54.264Z] ---> a356ac13cc83 [2020-10-28T16:45:54.264Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T16:45:54.264Z] Removing intermediate container 62c2e080c4a9 [2020-10-28T16:45:54.264Z] ---> 3499b4f04eb4 [2020-10-28T16:45:54.264Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:45:54.264Z] ---> Running in 1d9cc6dac6b5 [2020-10-28T16:45:54.526Z] ---> Running in 7565849bd06c [2020-10-28T16:45:54.788Z] Removing intermediate container b21932d0e28d [2020-10-28T16:45:54.788Z] ---> 9b1ab8856360 [2020-10-28T16:45:54.788Z] [2020-10-28T16:45:55.378Z] Successfully built 9b1ab8856360 [2020-10-28T16:45:55.379Z] ---> 47917d53f080 [2020-10-28T16:45:55.379Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T16:45:55.379Z] ---> c0b6a85f400a [2020-10-28T16:45:55.379Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T16:45:55.379Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-28T16:45:55.379Z] Building docker-security-bootstrap-redis-go [2020-10-28T16:45:55.379Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7565849bd06c [2020-10-28T16:45:55.379Z] ---> 320a8f98eba4 [2020-10-28T16:45:55.379Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T16:45:55.379Z] ---> Running in 64be9330a033 [2020-10-28T16:45:55.642Z] ---> Running in 75c026022107 [2020-10-28T16:45:55.642Z] Removing intermediate container 64be9330a033 [2020-10-28T16:45:55.642Z] ---> 5aec1aafac22 [2020-10-28T16:45:55.642Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:45:56.221Z] ---> fda437f98fdd [2020-10-28T16:45:56.221Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T16:45:56.221Z] ---> Running in 0c6ef9df9d1d [2020-10-28T16:45:56.221Z] Removing intermediate container 75c026022107 [2020-10-28T16:45:56.221Z] ---> 7e68b17e796c [2020-10-28T16:45:56.221Z] Step 21/22 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:45:56.487Z] Removing intermediate container 1d9cc6dac6b5 [2020-10-28T16:45:56.487Z] ---> 21cb6d6cdcaa [2020-10-28T16:45:56.487Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T16:45:56.487Z] ---> Running in 505f95667589 [2020-10-28T16:45:56.751Z] ---> Running in 9f25009f62f1 [2020-10-28T16:45:56.751Z] Removing intermediate container 0c6ef9df9d1d [2020-10-28T16:45:56.751Z] ---> 7598bf8c3e25 [2020-10-28T16:45:56.751Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T16:45:56.751Z] ---> ddcc654fd7a7 [2020-10-28T16:45:56.751Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T16:45:57.014Z] ---> Running in 6d29a8613050 [2020-10-28T16:45:58.403Z] ---> Running in b544e3f68474 [2020-10-28T16:45:58.403Z] Removing intermediate container 505f95667589 [2020-10-28T16:45:58.403Z] ---> 5347fa73153b [2020-10-28T16:45:58.403Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:45:59.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:46:00.067Z] Removing intermediate container 6d29a8613050 [2020-10-28T16:46:00.067Z] ---> d845d93abf57 [2020-10-28T16:46:00.067Z] Step 21/22 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:46:00.067Z] ---> Running in a35626c2f291 [2020-10-28T16:46:00.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:46:00.597Z] ---> Running in 6de44ac6a58a [2020-10-28T16:46:00.861Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T16:46:00.861Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T16:46:01.125Z] Removing intermediate container a35626c2f291 [2020-10-28T16:46:01.126Z] ---> 8fb4d2ff131c [2020-10-28T16:46:01.126Z] [2020-10-28T16:46:01.126Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T16:46:01.126Z] Successfully built 8fb4d2ff131c [2020-10-28T16:46:01.390Z] Successfully tagged docker-core-command-go:latest [2020-10-28T16:46:01.390Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-10-28T16:46:01.390Z] Removing intermediate container 6de44ac6a58a [2020-10-28T16:46:01.390Z] ---> 5db6320f8535 [2020-10-28T16:46:01.390Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:46:01.390Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T16:46:01.390Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T16:46:01.971Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:46:02.241Z] OK: 8 MiB in 19 packages [2020-10-28T16:46:02.828Z] ---> Running in 94ea8e450aa1 [2020-10-28T16:46:06.196Z] Removing intermediate container 94ea8e450aa1 [2020-10-28T16:46:06.196Z] ---> 20f967ff01ad [2020-10-28T16:46:06.196Z] [2020-10-28T16:46:09.534Z] Successfully built 20f967ff01ad [2020-10-28T16:46:10.942Z] Successfully tagged docker-core-metadata-go:latest [2020-10-28T16:46:10.942Z] Building docker-support-scheduler-go [2020-10-28T16:46:11.211Z]  Building docker-core-metadata-go ... done Removing intermediate container b544e3f68474 [2020-10-28T16:46:11.211Z] ---> a1480446aa86 [2020-10-28T16:46:11.211Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T16:46:11.481Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:46:11.481Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:46:11.481Z] ---> 1b2b5561b5a6 [2020-10-28T16:46:11.481Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:46:11.481Z] ---> Using cache [2020-10-28T16:46:11.481Z] ---> 30dbe80b3bfb [2020-10-28T16:46:11.481Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:46:11.481Z] ---> Using cache [2020-10-28T16:46:11.481Z] ---> ae8e6bf1d5ed [2020-10-28T16:46:11.481Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T16:46:11.481Z] ---> Using cache [2020-10-28T16:46:11.481Z] ---> c605b0fcd0a9 [2020-10-28T16:46:11.481Z] Step 6/22 : COPY go.mod . [2020-10-28T16:46:11.481Z] ---> Using cache [2020-10-28T16:46:11.481Z] ---> c0cd8799aa02 [2020-10-28T16:46:11.481Z] Step 7/22 : RUN go mod download [2020-10-28T16:46:11.481Z] ---> Using cache [2020-10-28T16:46:11.481Z] ---> f1ed432fcd30 [2020-10-28T16:46:11.481Z] Step 8/22 : COPY . . [2020-10-28T16:46:11.481Z] ---> Using cache [2020-10-28T16:46:11.481Z] ---> 7f2b81a75b9d [2020-10-28T16:46:11.481Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-10-28T16:46:12.441Z] Removing intermediate container 9f25009f62f1 [2020-10-28T16:46:12.441Z] ---> ec9f0df22895 [2020-10-28T16:46:12.441Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T16:46:15.016Z] ---> Running in e838983dc992 [2020-10-28T16:46:15.016Z] ---> Running in 86b5568c4429 [2020-10-28T16:46:16.420Z] ---> 21ff224188b1 [2020-10-28T16:46:16.420Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T16:46:17.843Z] Removing intermediate container e838983dc992 [2020-10-28T16:46:17.843Z] ---> 702451830699 [2020-10-28T16:46:17.843Z] Step 22/24 : LABEL arch=x86_64 [2020-10-28T16:46:19.812Z] ---> Running in 9570a57c0ab4 [2020-10-28T16:46:19.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-10-28T16:46:19.812Z] ---> 9cca1b6fdce3 [2020-10-28T16:46:19.812Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T16:46:20.405Z] Removing intermediate container 9570a57c0ab4 [2020-10-28T16:46:20.405Z] ---> b0b936feddc9 [2020-10-28T16:46:20.405Z] Step 23/24 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:46:20.674Z] ---> Running in 6aa19e3ea513 [2020-10-28T16:46:20.674Z] ---> e60d7e85c939 [2020-10-28T16:46:20.674Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T16:46:21.262Z] ---> Running in 461221e79d4e [2020-10-28T16:46:22.229Z] Removing intermediate container 6aa19e3ea513 [2020-10-28T16:46:22.229Z] ---> 044a732288b1 [2020-10-28T16:46:22.229Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T16:46:22.492Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:46:22.492Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:46:22.760Z] ---> 1b2b5561b5a6 [2020-10-28T16:46:22.760Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T16:46:22.760Z] ---> Using cache [2020-10-28T16:46:22.760Z] ---> 30dbe80b3bfb [2020-10-28T16:46:22.760Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:46:22.760Z] ---> Using cache [2020-10-28T16:46:22.760Z] ---> ae8e6bf1d5ed [2020-10-28T16:46:22.760Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T16:46:23.746Z] ---> Running in 545c5079b755 [2020-10-28T16:46:23.746Z] Removing intermediate container 461221e79d4e [2020-10-28T16:46:23.746Z] ---> 5f8e0f2bce6f [2020-10-28T16:46:23.746Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:46:24.022Z] ---> Running in 119798198f30 [2020-10-28T16:46:24.022Z] ---> Running in 35a275e3615c [2020-10-28T16:46:24.299Z] Removing intermediate container 545c5079b755 [2020-10-28T16:46:24.299Z] ---> 5f3ddd2926be [2020-10-28T16:46:24.299Z] [2020-10-28T16:46:24.568Z] Successfully built 5f3ddd2926be [2020-10-28T16:46:24.568Z] Removing intermediate container 35a275e3615c [2020-10-28T16:46:24.568Z] ---> 909dc9e43a2f [2020-10-28T16:46:24.568Z] Step 21/23 : LABEL arch=x86_64 [2020-10-28T16:46:24.568Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-28T16:46:24.568Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-10-28T16:46:24.858Z] ---> Running in 060506f02443 [2020-10-28T16:46:26.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:46:27.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:46:27.675Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:46:27.675Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:46:27.675Z] OK: 12752 distinct packages available [2020-10-28T16:46:28.258Z] OK: 233 MiB in 51 packages [2020-10-28T16:46:28.258Z] Removing intermediate container 060506f02443 [2020-10-28T16:46:28.258Z] ---> c7688e4544b7 [2020-10-28T16:46:28.258Z] Step 22/23 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:46:33.063Z] ---> Running in fb50a46a8725 [2020-10-28T16:46:35.059Z] Removing intermediate container fb50a46a8725 [2020-10-28T16:46:35.059Z] ---> 2c6d1372ea96 [2020-10-28T16:46:35.059Z] Step 23/23 : LABEL version=0.0.0 [2020-10-28T16:46:36.500Z] ---> Running in efd87e3113ea [2020-10-28T16:46:36.500Z] Removing intermediate container 119798198f30 [2020-10-28T16:46:36.500Z] ---> 56b8d2a0a379 [2020-10-28T16:46:36.500Z] Step 6/27 : COPY go.mod . [2020-10-28T16:46:36.500Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:46:36.500Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:46:36.500Z] ---> 1b2b5561b5a6 [2020-10-28T16:46:36.500Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T16:46:36.500Z] ---> Using cache [2020-10-28T16:46:36.500Z] ---> 30dbe80b3bfb [2020-10-28T16:46:36.500Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:46:36.500Z] ---> Using cache [2020-10-28T16:46:36.500Z] ---> ae8e6bf1d5ed [2020-10-28T16:46:36.500Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T16:46:36.500Z] ---> Using cache [2020-10-28T16:46:36.500Z] ---> c605b0fcd0a9 [2020-10-28T16:46:36.500Z] Step 6/21 : COPY go.mod . [2020-10-28T16:46:36.500Z] ---> Using cache [2020-10-28T16:46:36.500Z] ---> c0cd8799aa02 [2020-10-28T16:46:36.500Z] Step 7/21 : RUN go mod download [2020-10-28T16:46:36.500Z] ---> Using cache [2020-10-28T16:46:36.500Z] ---> f1ed432fcd30 [2020-10-28T16:46:36.500Z] Step 8/21 : COPY . . [2020-10-28T16:46:36.500Z] ---> Using cache [2020-10-28T16:46:36.500Z] ---> 7f2b81a75b9d [2020-10-28T16:46:36.500Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T16:46:37.470Z] Removing intermediate container efd87e3113ea [2020-10-28T16:46:37.470Z] ---> 572a18bb522e [2020-10-28T16:46:37.470Z] [2020-10-28T16:46:37.732Z] ---> Running in 453c99422f74 [2020-10-28T16:46:37.732Z] ---> 79b3f72fccdb [2020-10-28T16:46:37.732Z] Step 7/27 : RUN go mod download [2020-10-28T16:46:37.732Z] Successfully built 572a18bb522e [2020-10-28T16:46:37.732Z] Successfully tagged docker-core-data-go:latest [2020-10-28T16:46:37.732Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-10-28T16:46:37.996Z] ---> Running in 7a63e5dae998 [2020-10-28T16:46:40.588Z] 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 [2020-10-28T16:46:47.269Z] Removing intermediate container 7a63e5dae998 [2020-10-28T16:46:47.269Z] ---> 656db83366d7 [2020-10-28T16:46:47.269Z] Step 8/27 : COPY . . [2020-10-28T16:46:47.269Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:46:47.269Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:46:47.269Z] ---> 1b2b5561b5a6 [2020-10-28T16:46:47.269Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:46:47.269Z] ---> Using cache [2020-10-28T16:46:47.269Z] ---> 30dbe80b3bfb [2020-10-28T16:46:47.269Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:46:47.269Z] ---> Using cache [2020-10-28T16:46:47.269Z] ---> ae8e6bf1d5ed [2020-10-28T16:46:47.269Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T16:46:49.895Z] Removing intermediate container 86b5568c4429 [2020-10-28T16:46:49.895Z] ---> 7ed27de04887 [2020-10-28T16:46:49.895Z] [2020-10-28T16:46:49.895Z] Step 10/22 : FROM alpine:3.10 [2020-10-28T16:46:49.895Z] ---> be4e4bea2c2e [2020-10-28T16:46:49.895Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T16:46:49.895Z] ---> Using cache [2020-10-28T16:46:49.895Z] ---> 2c2f7bd18902 [2020-10-28T16:46:49.895Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-10-28T16:46:50.487Z] ---> Running in 2b5f39e4fbab [2020-10-28T16:46:53.886Z] ---> Running in 266e57470c08 [2020-10-28T16:46:56.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:46:56.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:46:57.390Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:46:57.390Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:46:57.390Z] OK: 12752 distinct packages available [2020-10-28T16:46:57.662Z] OK: 233 MiB in 51 packages [2020-10-28T16:46:57.936Z] OK: 233 MiB in 51 packages [2020-10-28T16:46:57.936Z] Removing intermediate container 266e57470c08 [2020-10-28T16:46:57.936Z] ---> 17979cf3e844 [2020-10-28T16:46:57.936Z] Step 13/22 : WORKDIR / [2020-10-28T16:46:59.381Z] ---> Running in 7b7a427ca91a [2020-10-28T16:47:00.830Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:47:00.830Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T16:47:00.830Z] ---> 1b2b5561b5a6 [2020-10-28T16:47:00.830Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T16:47:00.830Z] ---> Using cache [2020-10-28T16:47:00.830Z] ---> 30dbe80b3bfb [2020-10-28T16:47:00.830Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T16:47:02.789Z] Removing intermediate container 7b7a427ca91a [2020-10-28T16:47:02.789Z] ---> 682582709fdc [2020-10-28T16:47:02.789Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-10-28T16:47:02.789Z] ---> Running in 19a60eb724f1 [2020-10-28T16:47:03.062Z] Removing intermediate container 2b5f39e4fbab [2020-10-28T16:47:03.062Z] ---> 3018008e349f [2020-10-28T16:47:03.062Z] Step 6/22 : COPY go.mod . [2020-10-28T16:47:03.334Z] ---> ae83b62bf2ed [2020-10-28T16:47:03.334Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-10-28T16:47:04.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:47:05.014Z] ---> db77d8d6cd4c [2020-10-28T16:47:05.014Z] Step 7/22 : RUN go mod download [2020-10-28T16:47:05.283Z] ---> 6ebc61377a64 [2020-10-28T16:47:05.283Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-10-28T16:47:05.283Z] ---> Running in 44acf079dc09 [2020-10-28T16:47:05.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:47:06.136Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:47:06.136Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:47:06.136Z] OK: 12752 distinct packages available [2020-10-28T16:47:06.404Z] OK: 233 MiB in 51 packages [2020-10-28T16:47:07.803Z] ---> 2da1375ff458 [2020-10-28T16:47:07.803Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-10-28T16:47:11.132Z] ---> 756861a79b24 [2020-10-28T16:47:11.133Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-10-28T16:47:12.088Z] ---> Running in 74a00f189010 [2020-10-28T16:47:12.088Z] Removing intermediate container 19a60eb724f1 [2020-10-28T16:47:12.088Z] ---> bc1f4092b436 [2020-10-28T16:47:12.088Z] Step 5/29 : COPY go.mod . [2020-10-28T16:47:12.088Z] Removing intermediate container 453c99422f74 [2020-10-28T16:47:12.088Z] ---> 91696079aaae [2020-10-28T16:47:12.088Z] [2020-10-28T16:47:12.088Z] Step 10/21 : FROM scratch [2020-10-28T16:47:12.088Z] ---> [2020-10-28T16:47:12.088Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:47:12.088Z] ---> e63a89a675c5 [2020-10-28T16:47:12.088Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T16:47:12.369Z] ---> Running in 301bc3899479 [2020-10-28T16:47:12.369Z] ---> Using cache [2020-10-28T16:47:12.369Z] ---> 800183ae971b [2020-10-28T16:47:12.369Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T16:47:12.369Z] ---> 6dc9799e468f [2020-10-28T16:47:12.369Z] Step 6/29 : RUN go mod download [2020-10-28T16:47:12.369Z] Removing intermediate container 44acf079dc09 [2020-10-28T16:47:12.369Z] ---> c5557370d0cf [2020-10-28T16:47:12.369Z] Step 8/22 : COPY . . [2020-10-28T16:47:12.643Z] ---> Running in 4e2ba8f93828 [2020-10-28T16:47:12.643Z] ---> Running in 760b45ddf7e0 [2020-10-28T16:47:12.919Z] Removing intermediate container 4e2ba8f93828 [2020-10-28T16:47:12.919Z] ---> 04e8c8a9b40e [2020-10-28T16:47:12.919Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T16:47:12.919Z] 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 [2020-10-28T16:47:13.183Z] ---> Running in d1b33472b78c [2020-10-28T16:47:13.775Z] Removing intermediate container d1b33472b78c [2020-10-28T16:47:13.775Z] ---> 96f8b576ab5d [2020-10-28T16:47:13.775Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T16:47:14.043Z] Removing intermediate container 74a00f189010 [2020-10-28T16:47:14.043Z] ---> 9c8521d1d7a1 [2020-10-28T16:47:14.043Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-10-28T16:47:15.017Z] ---> Running in 22a11c507797 [2020-10-28T16:47:17.609Z] ---> 17d8c219ea7d [2020-10-28T16:47:17.609Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T16:47:20.231Z] Removing intermediate container 22a11c507797 [2020-10-28T16:47:20.231Z] ---> 41711b425df3 [2020-10-28T16:47:20.231Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T16:47:20.231Z] Removing intermediate container 760b45ddf7e0 [2020-10-28T16:47:20.231Z] ---> 3880a8bb32b8 [2020-10-28T16:47:20.231Z] Step 7/29 : COPY . . [2020-10-28T16:47:20.504Z] ---> Running in 62b8e49d98d8 [2020-10-28T16:47:22.469Z] ---> 24f0237fb007 [2020-10-28T16:47:22.469Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T16:47:23.066Z] Removing intermediate container 62b8e49d98d8 [2020-10-28T16:47:23.066Z] ---> 5bab0c290a56 [2020-10-28T16:47:23.066Z] Step 21/22 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:47:25.016Z] ---> Running in ecbc93e52f92 [2020-10-28T16:47:28.355Z] ---> 4d7ace0d1625 [2020-10-28T16:47:28.355Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T16:47:31.720Z] ---> Running in 705efc94762c [2020-10-28T16:47:31.720Z] Removing intermediate container ecbc93e52f92 [2020-10-28T16:47:31.720Z] ---> c6277b46b893 [2020-10-28T16:47:31.720Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:47:33.688Z] ---> Running in af515c0db1dc [2020-10-28T16:47:35.104Z] Removing intermediate container 705efc94762c [2020-10-28T16:47:35.104Z] ---> 937dbd7cf748 [2020-10-28T16:47:35.104Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:47:39.358Z] Removing intermediate container af515c0db1dc [2020-10-28T16:47:39.358Z] ---> 1774ce4a0120 [2020-10-28T16:47:39.358Z] [2020-10-28T16:47:39.358Z] ---> Running in 2c131dc11b75 [2020-10-28T16:47:40.318Z] Successfully built 1774ce4a0120 [2020-10-28T16:47:40.318Z] ---> 49870a7ec71e [2020-10-28T16:47:40.318Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T16:47:40.318Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-10-28T16:47:40.318Z] Building docker-support-notifications-go [2020-10-28T16:47:40.584Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 2c131dc11b75 [2020-10-28T16:47:40.584Z] ---> 7fa09c9e9632 [2020-10-28T16:47:40.584Z] Step 19/21 : LABEL arch=x86_64 [2020-10-28T16:47:40.584Z] ---> Running in 8ee4af3c431d [2020-10-28T16:47:40.584Z] ---> Running in 08fb1eab92aa [2020-10-28T16:47:43.513Z] Removing intermediate container 08fb1eab92aa [2020-10-28T16:47:43.513Z] ---> ccab94ada4d7 [2020-10-28T16:47:43.513Z] Step 20/21 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:47:44.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-28T16:47:46.033Z] ---> Running in 9997a796ef24 [2020-10-28T16:47:48.638Z] Removing intermediate container 9997a796ef24 [2020-10-28T16:47:48.638Z] ---> 76407b16d7c1 [2020-10-28T16:47:48.638Z] Step 21/21 : LABEL version=0.0.0 [2020-10-28T16:47:50.627Z] ---> Running in 8f88c549e724 [2020-10-28T16:47:52.053Z] ---> eeeac08b17c8 [2020-10-28T16:47:52.053Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T16:47:52.053Z] Removing intermediate container 301bc3899479 [2020-10-28T16:47:52.053Z] ---> 8481cd381397 [2020-10-28T16:47:52.053Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T16:47:52.318Z] Removing intermediate container 8f88c549e724 [2020-10-28T16:47:52.318Z] ---> 02256d69c240 [2020-10-28T16:47:52.318Z] [2020-10-28T16:47:52.586Z] ---> Running in e33af789ec22 [2020-10-28T16:47:52.586Z] ---> Running in ee8228e651a5 [2020-10-28T16:47:52.870Z] Successfully built 02256d69c240 [2020-10-28T16:47:52.870Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-28T16:47:54.850Z]  Building docker-support-scheduler-go ... done 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 [2020-10-28T16:47:54.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-28T16:47:59.153Z] Removing intermediate container e33af789ec22 [2020-10-28T16:47:59.153Z] ---> e83a6aa59574 [2020-10-28T16:47:59.153Z] [2020-10-28T16:47:59.153Z] Step 11/27 : FROM docker:latest [2020-10-28T16:47:59.153Z] ---> 6972c414f322 [2020-10-28T16:47:59.153Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T16:47:59.153Z] ---> Running in bb681d3a7e0c [2020-10-28T16:48:00.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:48:00.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:48:00.662Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T16:48:00.662Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T16:48:00.928Z] Executing bash-5.0.17-r0.post-install [2020-10-28T16:48:00.928Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:48:00.928Z] OK: 12 MiB in 22 packages [2020-10-28T16:48:01.191Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:48:01.191Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:48:01.191Z] ---> 1b2b5561b5a6 [2020-10-28T16:48:01.191Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T16:48:01.191Z] ---> Using cache [2020-10-28T16:48:01.191Z] ---> 30dbe80b3bfb [2020-10-28T16:48:01.191Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:48:01.191Z] ---> Using cache [2020-10-28T16:48:01.191Z] ---> ae8e6bf1d5ed [2020-10-28T16:48:01.191Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T16:48:02.630Z] ---> Running in 0a09b13bc91e [2020-10-28T16:48:03.225Z] Removing intermediate container bb681d3a7e0c [2020-10-28T16:48:03.225Z] ---> 8405859c611b [2020-10-28T16:48:03.225Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T16:48:03.225Z] ---> Running in 844d6c2959c6 [2020-10-28T16:48:03.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:48:04.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:48:05.086Z] Removing intermediate container 844d6c2959c6 [2020-10-28T16:48:05.086Z] ---> ecf427d30ba5 [2020-10-28T16:48:05.086Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T16:48:05.086Z] ---> Running in f7823332e765 [2020-10-28T16:48:05.357Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:48:05.357Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:48:05.357Z] OK: 12752 distinct packages available [2020-10-28T16:48:05.626Z] OK: 233 MiB in 51 packages [2020-10-28T16:48:06.205Z] Removing intermediate container f7823332e765 [2020-10-28T16:48:06.205Z] ---> e8bb1b404035 [2020-10-28T16:48:06.205Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T16:48:07.163Z] ---> Running in c804b0bbcee6 [2020-10-28T16:48:07.427Z] Removing intermediate container 8ee4af3c431d [2020-10-28T16:48:07.427Z] ---> 14727a2ac832 [2020-10-28T16:48:07.427Z] [2020-10-28T16:48:07.427Z] Step 10/22 : FROM scratch [2020-10-28T16:48:07.427Z] ---> [2020-10-28T16:48:07.427Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T16:48:07.692Z] Removing intermediate container c804b0bbcee6 [2020-10-28T16:48:07.692Z] ---> cc4aedb31d4b [2020-10-28T16:48:07.692Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T16:48:07.692Z] Removing intermediate container 0a09b13bc91e [2020-10-28T16:48:07.692Z] ---> ea47c06a1961 [2020-10-28T16:48:07.692Z] Step 6/24 : COPY go.mod . [2020-10-28T16:48:07.967Z] ---> Running in b781ae92beeb [2020-10-28T16:48:07.967Z] ---> Running in 24b257386091 [2020-10-28T16:48:08.229Z] Removing intermediate container b781ae92beeb [2020-10-28T16:48:08.229Z] ---> 293fa40016fe [2020-10-28T16:48:08.229Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T16:48:08.229Z] ---> Running in 11b1dfc7a50e [2020-10-28T16:48:08.229Z] ---> f7d81de0504f [2020-10-28T16:48:08.229Z] Step 7/24 : RUN go mod download [2020-10-28T16:48:08.229Z] Removing intermediate container 24b257386091 [2020-10-28T16:48:08.229Z] ---> 45c06dfe34d0 [2020-10-28T16:48:08.229Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T16:48:08.505Z] ---> Running in c34ec19d250d [2020-10-28T16:48:08.505Z] Removing intermediate container 11b1dfc7a50e [2020-10-28T16:48:08.505Z] ---> d5d032958d1b [2020-10-28T16:48:08.505Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T16:48:08.505Z] ---> Running in fcfa446f19cc [2020-10-28T16:48:09.091Z] Removing intermediate container fcfa446f19cc [2020-10-28T16:48:09.091Z] ---> 642a4a939e3a [2020-10-28T16:48:09.091Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T16:48:09.091Z] ---> 584abb0f493c [2020-10-28T16:48:09.091Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T16:48:10.041Z] ---> 5b05d2d3440a [2020-10-28T16:48:10.041Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T16:48:10.619Z] ---> d0510128e5ab [2020-10-28T16:48:10.619Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T16:48:10.881Z] Removing intermediate container ee8228e651a5 [2020-10-28T16:48:10.881Z] ---> 38ab81d7fa11 [2020-10-28T16:48:10.882Z] [2020-10-28T16:48:10.882Z] Step 9/29 : FROM alpine:latest [2020-10-28T16:48:10.882Z] ---> d6e46aa2470d [2020-10-28T16:48:10.882Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-28T16:48:11.458Z] ---> ae60ab54e791 [2020-10-28T16:48:11.458Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T16:48:11.721Z] ---> Running in 1e24290f5aec [2020-10-28T16:48:11.721Z] ---> 3d1884f20441 [2020-10-28T16:48:11.721Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T16:48:11.721Z] Removing intermediate container c34ec19d250d [2020-10-28T16:48:11.721Z] ---> ea74a58ae89d [2020-10-28T16:48:11.721Z] Step 8/24 : COPY . . [2020-10-28T16:48:11.985Z] ---> 005fc573d7c3 [2020-10-28T16:48:11.985Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T16:48:11.985Z] ---> Running in f7555d585a94 [2020-10-28T16:48:11.985Z] Removing intermediate container 1e24290f5aec [2020-10-28T16:48:11.985Z] ---> 7c02f6abd4bf [2020-10-28T16:48:11.985Z] Step 11/29 : USER root [2020-10-28T16:48:12.956Z] ---> Running in 1e364857f035 [2020-10-28T16:48:13.224Z] ---> 74daaa2034bb [2020-10-28T16:48:13.224Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T16:48:13.224Z] ---> Running in b883ed0a6bc7 [2020-10-28T16:48:13.493Z] Removing intermediate container 1e364857f035 [2020-10-28T16:48:13.493Z] ---> 7257d25ffd49 [2020-10-28T16:48:13.493Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T16:48:13.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:48:13.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:48:13.756Z] ---> Running in ec5f492f7267 [2020-10-28T16:48:13.756Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T16:48:14.020Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T16:48:14.285Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T16:48:14.285Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T16:48:14.555Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T16:48:14.555Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T16:48:14.555Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T16:48:14.936Z] Removing intermediate container b883ed0a6bc7 [2020-10-28T16:48:14.936Z] ---> ee9b34d6aad6 [2020-10-28T16:48:14.936Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:48:20.272Z] ---> Running in 036ea5a2d7ee [2020-10-28T16:48:20.534Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T16:48:20.534Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T16:48:20.534Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T16:48:20.534Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T16:48:20.534Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T16:48:20.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:48:20.534Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T16:48:20.798Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T16:48:20.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:48:21.060Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:48:21.060Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:48:21.060Z] OK: 12744 distinct packages available [2020-10-28T16:48:21.323Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T16:48:21.323Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T16:48:21.323Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:48:21.323Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T16:48:22.271Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T16:48:22.533Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T16:48:23.109Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T16:48:23.687Z] OK: 6 MiB in 16 packages [2020-10-28T16:48:23.950Z] Removing intermediate container 036ea5a2d7ee [2020-10-28T16:48:23.950Z] ---> 77b7a394dd49 [2020-10-28T16:48:23.950Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T16:48:25.346Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T16:48:25.346Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T16:48:25.346Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T16:48:25.607Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T16:48:26.566Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T16:48:27.141Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T16:48:28.090Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T16:48:28.090Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T16:48:28.668Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T16:48:28.934Z] ---> Running in d291ffa796aa [2020-10-28T16:48:28.934Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T16:48:29.202Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T16:48:29.202Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T16:48:29.202Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T16:48:29.475Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T16:48:29.739Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T16:48:29.739Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T16:48:30.315Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:48:31.261Z] OK: 71 MiB in 55 packages [2020-10-28T16:48:31.261Z] Removing intermediate container d291ffa796aa [2020-10-28T16:48:31.261Z] ---> 51197bbb89ac [2020-10-28T16:48:31.261Z] Step 21/22 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:48:31.838Z] Removing intermediate container ec5f492f7267 [2020-10-28T16:48:31.838Z] ---> 86ea600b4036 [2020-10-28T16:48:31.838Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T16:48:32.152Z] ---> Running in 79b9898b0132 [2020-10-28T16:48:32.153Z] ---> Running in acf93c810f9b [2020-10-28T16:48:32.153Z] ---> b1ca9fc72139 [2020-10-28T16:48:32.153Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T16:48:32.419Z] ---> Running in 2bca33271863 [2020-10-28T16:48:32.419Z] Removing intermediate container 79b9898b0132 [2020-10-28T16:48:32.419Z] ---> 70b7ed1ca0ad [2020-10-28T16:48:32.419Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:48:32.686Z] Removing intermediate container acf93c810f9b [2020-10-28T16:48:32.686Z] ---> 0b0fa92ed014 [2020-10-28T16:48:32.686Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T16:48:33.263Z] ---> Running in b8af64a6b7f9 [2020-10-28T16:48:33.838Z] ---> Running in 9dee409a7f02 [2020-10-28T16:48:34.417Z] 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 [2020-10-28T16:48:34.998Z] Removing intermediate container b8af64a6b7f9 [2020-10-28T16:48:34.998Z] ---> 970cfedf6efd [2020-10-28T16:48:34.998Z] [2020-10-28T16:48:35.262Z] Successfully built 970cfedf6efd [2020-10-28T16:48:35.526Z] Successfully tagged docker-support-logging-go:latest [2020-10-28T16:48:35.526Z]  Building docker-support-logging-go ... done Removing intermediate container 9dee409a7f02 [2020-10-28T16:48:35.526Z] ---> bf41c2584672 [2020-10-28T16:48:35.526Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T16:48:36.966Z] ---> Running in bdea00772f5a [2020-10-28T16:48:42.346Z] Removing intermediate container bdea00772f5a [2020-10-28T16:48:42.346Z] ---> acea9d536b91 [2020-10-28T16:48:42.346Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T16:48:42.346Z] Removing intermediate container f7555d585a94 [2020-10-28T16:48:42.346Z] ---> 70fd7908c807 [2020-10-28T16:48:42.346Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T16:48:42.346Z] ---> Running in 1c3c3d102ca7 [2020-10-28T16:48:42.949Z] ---> bfa913efd961 [2020-10-28T16:48:42.949Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T16:48:43.231Z] ---> f184621d66ea [2020-10-28T16:48:43.231Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T16:48:43.504Z] ---> f8e96716010c [2020-10-28T16:48:43.504Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T16:48:44.088Z] ---> d47cd5dd7f8e [2020-10-28T16:48:44.088Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T16:48:44.088Z] Collecting docker-compose==1.23.2 [2020-10-28T16:48:44.088Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T16:48:44.356Z] ---> 1e9509454e85 [2020-10-28T16:48:44.356Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T16:48:44.634Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T16:48:44.634Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T16:48:44.634Z] ---> Running in 4b0fa0f3983c [2020-10-28T16:48:44.634Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T16:48:44.634Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T16:48:45.226Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T16:48:45.226Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T16:48:46.639Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T16:48:46.639Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T16:48:48.035Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-28T16:48:48.035Z] Collecting PyYAML<4,>=3.10 [2020-10-28T16:48:48.035Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T16:48:48.611Z] Removing intermediate container 4b0fa0f3983c [2020-10-28T16:48:48.611Z] ---> bbe79c53955d [2020-10-28T16:48:48.611Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T16:48:48.885Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T16:48:48.885Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T16:48:49.460Z] ---> 0b0a5e00493d [2020-10-28T16:48:49.460Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T16:48:49.728Z] ---> Running in af68c94d1fd9 [2020-10-28T16:48:49.728Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T16:48:49.728Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T16:48:49.728Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T16:48:49.728Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T16:48:50.694Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T16:48:50.694Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T16:48:50.694Z] 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) [2020-10-28T16:48:50.694Z] Collecting idna<2.8,>=2.5 [2020-10-28T16:48:50.694Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T16:48:50.694Z] 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) [2020-10-28T16:48:50.694Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T16:48:50.957Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T16:48:50.957Z] Removing intermediate container af68c94d1fd9 [2020-10-28T16:48:50.957Z] ---> 894d75665eae [2020-10-28T16:48:50.957Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T16:48:50.957Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T16:48:50.957Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T16:48:50.957Z] ---> Running in 06c0981f3740 [2020-10-28T16:48:50.957Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T16:48:50.957Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T16:48:50.957Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T16:48:50.957Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T16:48:51.294Z] Installing collected packages: websocket-client, texttable, cached-property, docopt, PyYAML, jsonschema, idna, urllib3, requests, dockerpty, docker-pycreds, docker, docker-compose [2020-10-28T16:48:51.294Z] Running setup.py install for texttable: started [2020-10-28T16:48:52.118Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T16:48:52.118Z] Running setup.py install for docopt: started [2020-10-28T16:48:52.467Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T16:48:52.467Z] Running setup.py install for PyYAML: started [2020-10-28T16:48:53.442Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T16:48:53.705Z] Removing intermediate container 2bca33271863 [2020-10-28T16:48:53.705Z] ---> f1cc90689a84 [2020-10-28T16:48:53.705Z] [2020-10-28T16:48:53.705Z] Step 10/24 : FROM scratch [2020-10-28T16:48:53.705Z] ---> [2020-10-28T16:48:53.705Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T16:48:53.966Z] Attempting uninstall: idna [2020-10-28T16:48:53.966Z] Found existing installation: idna 2.9 [2020-10-28T16:48:53.966Z] Uninstalling idna-2.9: [2020-10-28T16:48:53.966Z] Removing intermediate container 06c0981f3740 [2020-10-28T16:48:53.966Z] ---> d3e971efb863 [2020-10-28T16:48:53.966Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T16:48:53.966Z] Successfully uninstalled idna-2.9 [2020-10-28T16:48:54.229Z] ---> Running in 3578d19391c1 [2020-10-28T16:48:54.229Z] ---> Using cache [2020-10-28T16:48:54.229Z] ---> 293fa40016fe [2020-10-28T16:48:54.229Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T16:48:54.229Z] Attempting uninstall: urllib3 [2020-10-28T16:48:54.229Z] Found existing installation: urllib3 1.25.9 [2020-10-28T16:48:54.229Z] Uninstalling urllib3-1.25.9: [2020-10-28T16:48:54.229Z] ---> Running in db420c100971 [2020-10-28T16:48:54.229Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T16:48:54.491Z] Removing intermediate container 3578d19391c1 [2020-10-28T16:48:54.491Z] ---> 313a53d6012d [2020-10-28T16:48:54.491Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T16:48:54.754Z] Attempting uninstall: requests [2020-10-28T16:48:54.754Z] Found existing installation: requests 2.23.0 [2020-10-28T16:48:54.754Z] Uninstalling requests-2.23.0: [2020-10-28T16:48:55.017Z] Successfully uninstalled requests-2.23.0 [2020-10-28T16:48:55.280Z] Removing intermediate container db420c100971 [2020-10-28T16:48:55.280Z] ---> ae23ade600dc [2020-10-28T16:48:55.280Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T16:48:55.280Z] ---> Running in f6ce41a9c437 [2020-10-28T16:48:55.280Z] Running setup.py install for dockerpty: started [2020-10-28T16:48:55.542Z] ---> Running in 38eeb8472bd2 [2020-10-28T16:48:55.542Z] Removing intermediate container f6ce41a9c437 [2020-10-28T16:48:55.542Z] ---> 228371d6d8b0 [2020-10-28T16:48:55.542Z] Step 27/29 : LABEL arch=x86_64 [2020-10-28T16:48:55.542Z] ---> Running in 583f6c1920b5 [2020-10-28T16:48:55.806Z] Removing intermediate container 38eeb8472bd2 [2020-10-28T16:48:55.806Z] ---> 86d8fad704c4 [2020-10-28T16:48:55.806Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T16:48:55.806Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T16:48:55.806Z] Removing intermediate container 583f6c1920b5 [2020-10-28T16:48:55.806Z] ---> 5fae8a0d12f0 [2020-10-28T16:48:55.806Z] Step 28/29 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:48:57.198Z] ---> Running in a28ac238e61e [2020-10-28T16:48:57.198Z] ---> 624673fba9fc [2020-10-28T16:48:57.198Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T16:48:57.461Z] Removing intermediate container a28ac238e61e [2020-10-28T16:48:57.461Z] ---> b6b35e6dcfd3 [2020-10-28T16:48:57.461Z] Step 29/29 : LABEL version=0.0.0 [2020-10-28T16:48:57.461Z] 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.57.0 [2020-10-28T16:48:58.412Z] ---> Running in 63e3fcb23671 [2020-10-28T16:48:58.412Z] ---> 8b4db3c54684 [2020-10-28T16:48:58.412Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T16:48:58.412Z] Removing intermediate container 63e3fcb23671 [2020-10-28T16:48:58.412Z] ---> 5295f7b67714 [2020-10-28T16:48:58.412Z] [2020-10-28T16:48:58.988Z] Successfully built 5295f7b67714 [2020-10-28T16:48:59.251Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-28T16:48:59.251Z]  Building docker-security-secrets-setup-go ... done  ---> 65e4aa6e13ac [2020-10-28T16:48:59.251Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T16:49:00.644Z] ---> 8be3e7ba7fb7 [2020-10-28T16:49:00.644Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T16:49:00.908Z] Removing intermediate container 1c3c3d102ca7 [2020-10-28T16:49:00.908Z] ---> 14b7353c140f [2020-10-28T16:49:00.908Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T16:49:00.908Z] ---> Running in dde796eb66a1 [2020-10-28T16:49:01.498Z] ---> f7861354d8e0 [2020-10-28T16:49:01.498Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T16:49:01.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:49:01.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:49:01.762Z] ---> e3debb72f954 [2020-10-28T16:49:01.762Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T16:49:01.762Z] ---> Running in 59d2d4845d4d [2020-10-28T16:49:01.762Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T16:49:01.762Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T16:49:01.762Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T16:49:01.762Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:49:02.031Z] OK: 72 MiB in 58 packages [2020-10-28T16:49:02.031Z] Removing intermediate container 59d2d4845d4d [2020-10-28T16:49:02.031Z] ---> 5902d24d4a92 [2020-10-28T16:49:02.031Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:49:02.031Z] ---> Running in fc8a8f9dda1e [2020-10-28T16:49:02.294Z] Removing intermediate container fc8a8f9dda1e [2020-10-28T16:49:02.294Z] ---> 41f84808aa20 [2020-10-28T16:49:02.294Z] Step 22/24 : LABEL arch=x86_64 [2020-10-28T16:49:02.557Z] ---> Running in 96c55a3e9b29 [2020-10-28T16:49:02.557Z] Removing intermediate container dde796eb66a1 [2020-10-28T16:49:02.557Z] ---> ed60fb6ac5a5 [2020-10-28T16:49:02.557Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T16:49:02.557Z] ---> Running in 1dee2416d529 [2020-10-28T16:49:02.819Z] Removing intermediate container 96c55a3e9b29 [2020-10-28T16:49:02.819Z] ---> a63c2b51ba3b [2020-10-28T16:49:02.819Z] Step 23/24 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:49:02.819Z] ---> Running in 6eb91a5f82cc [2020-10-28T16:49:02.819Z] Removing intermediate container 1dee2416d529 [2020-10-28T16:49:02.819Z] ---> dc04295e1536 [2020-10-28T16:49:02.819Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:49:02.819Z] ---> Running in 79d38bde37b9 [2020-10-28T16:49:03.081Z] Removing intermediate container 6eb91a5f82cc [2020-10-28T16:49:03.081Z] ---> d6ee9be596ee [2020-10-28T16:49:03.081Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T16:49:03.081Z] ---> Running in 7c2fb6c2fa5b [2020-10-28T16:49:03.081Z] Removing intermediate container 79d38bde37b9 [2020-10-28T16:49:03.081Z] ---> dda6693d287b [2020-10-28T16:49:03.081Z] Step 25/27 : LABEL arch=x86_64 [2020-10-28T16:49:03.346Z] ---> Running in 67169a43ca28 [2020-10-28T16:49:03.346Z] Removing intermediate container 7c2fb6c2fa5b [2020-10-28T16:49:03.346Z] ---> 0bfcec609b12 [2020-10-28T16:49:03.346Z] [2020-10-28T16:49:03.346Z] Successfully built 0bfcec609b12 [2020-10-28T16:49:03.346Z] Successfully tagged docker-support-notifications-go:latest [2020-10-28T16:49:03.346Z]  Building docker-support-notifications-go ... done Removing intermediate container 67169a43ca28 [2020-10-28T16:49:03.346Z] ---> dbbfab9ea4ac [2020-10-28T16:49:03.346Z] Step 26/27 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 [2020-10-28T16:49:03.607Z] ---> Running in 31cc91dc63a3 [2020-10-28T16:49:03.869Z] Removing intermediate container 31cc91dc63a3 [2020-10-28T16:49:03.869Z] ---> fd38bbc65f66 [2020-10-28T16:49:03.869Z] Step 27/27 : LABEL version=0.0.0 [2020-10-28T16:49:03.869Z] ---> Running in c0921f1c44b6 [2020-10-28T16:49:03.869Z] Removing intermediate container c0921f1c44b6 [2020-10-28T16:49:03.869Z] ---> be062fabbeb3 [2020-10-28T16:49:03.869Z] [2020-10-28T16:49:04.816Z] Successfully built be062fabbeb3 [2020-10-28T16:49:04.816Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-28T16:49:05.088Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-28T16:49:05.109Z] $ docker stop --time=1 a5427a89dba68318d05c65f6963b6fedb2725425133157ed148193eb89b12c71 [2020-10-28T16:49:06.774Z] $ docker rm -f a5427a89dba68318d05c65f6963b6fedb2725425133157ed148193eb89b12c71 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T16:49:07.318Z] + docker images [2020-10-28T16:49:07.318Z] + grep docker [2020-10-28T16:49:07.318Z] docker-support-notifications-go latest 0bfcec609b12 4 seconds ago 13.6MB [2020-10-28T16:49:07.318Z] docker-sys-mgmt-agent-go latest be062fabbeb3 4 seconds ago 290MB [2020-10-28T16:49:07.318Z] docker-security-secrets-setup-go latest 5295f7b67714 9 seconds ago 24MB [2020-10-28T16:49:07.318Z] docker-support-logging-go latest 970cfedf6efd 34 seconds ago 11.1MB [2020-10-28T16:49:07.318Z] docker-support-scheduler-go latest 02256d69c240 About a minute ago 12.3MB [2020-10-28T16:49:07.318Z] docker-security-bootstrap-redis-go latest 1774ce4a0120 About a minute ago 15.9MB [2020-10-28T16:49:07.318Z] docker-core-data-go latest 572a18bb522e 2 minutes ago 23.7MB [2020-10-28T16:49:07.318Z] docker-security-secretstore-setup-go latest 5f3ddd2926be 2 minutes ago 24.8MB [2020-10-28T16:49:07.318Z] docker-core-metadata-go latest 20f967ff01ad 3 minutes ago 14.5MB [2020-10-28T16:49:07.318Z] docker-core-command-go latest 8fb4d2ff131c 3 minutes ago 12.2MB [2020-10-28T16:49:07.318Z] docker-security-proxy-setup-go latest 9b1ab8856360 3 minutes ago 15.8MB [2020-10-28T16:49:07.318Z] docker latest 6972c414f322 6 days ago 217MB [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 [2020-10-28T16:49:23.059Z] Still waiting to schedule task [2020-10-28T16:49:23.059Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-28T16:50:22.316Z] Running on prd-centos7-docker-8c-8g-9522 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws [2020-10-28T16:50:22.385Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2020-10-28T16:50:24.544Z] using credential edgex-jenkins-ssh [2020-10-28T16:50:24.601Z] Cloning the remote Git repository [2020-10-28T16:50:24.620Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:50:24.695Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-10-28T16:50:24.718Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:50:24.719Z] > git --version # timeout=10 [2020-10-28T16:50:24.724Z] > git --version # 'git version 2.16.5' [2020-10-28T16:50:24.725Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:50:24.747Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T16:50:33.276Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T16:50:33.282Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T16:50:33.294Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T16:50:33.311Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:50:33.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:50:33.314Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T16:50:33.879Z] Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 1689726a066024037b752ff50bec3c296e6bf539 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T16:50:34.760Z] 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] } [2020-10-28T16:50:33.886Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T16:50:33.891Z] > git checkout -f 1689726a066024037b752ff50bec3c296e6bf539 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:50:37.088Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:50:37.976Z] ---> package-listing.sh [2020-10-28T16:50:37.976Z] ++ facter osfamily [2020-10-28T16:50:37.976Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T16:50:37.976Z] + OS_FAMILY=redhat [2020-10-28T16:50:37.976Z] + workspace=/w/workspace/edgex-go/7 [2020-10-28T16:50:37.976Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T16:50:37.976Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T16:50:37.976Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T16:50:37.976Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T16:50:37.976Z] + '[' /w/workspace/edgex-go/7 ']' [2020-10-28T16:50:37.976Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T16:50:37.976Z] + case "${OS_FAMILY}" in [2020-10-28T16:50:37.976Z] + rpm -qa [2020-10-28T16:50:37.976Z] + sort [2020-10-28T16:50:42.199Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T16:50:42.200Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T16:50:42.200Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T16:50:42.200Z] + '[' /w/workspace/edgex-go/7 ']' [2020-10-28T16:50:42.200Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2020-10-28T16:50:42.200Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2020-10-28T16:50:42.214Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-28T16:50:42.509Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:50:42.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T16:50:42.813Z] [2020-10-28T16:50:42.813Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:50:43.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T16:50:43.169Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T16:50:43.169Z] df20fa9351a1: Already exists [2020-10-28T16:50:43.169Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T16:50:43.169Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T16:50:43.169Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T16:50:43.169Z] 93b61091891f: Pulling fs layer [2020-10-28T16:50:43.169Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T16:50:43.169Z] 5e14af77c1be: Pulling fs layer [2020-10-28T16:50:43.169Z] 01666e4c0597: Pulling fs layer [2020-10-28T16:50:43.169Z] aa168da1d23b: Pulling fs layer [2020-10-28T16:50:43.169Z] 5e14af77c1be: Waiting [2020-10-28T16:50:43.169Z] 01666e4c0597: Waiting [2020-10-28T16:50:43.169Z] aa168da1d23b: Waiting [2020-10-28T16:50:43.169Z] 93b61091891f: Waiting [2020-10-28T16:50:43.169Z] 93b9cdb0e59b: Waiting [2020-10-28T16:50:43.169Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T16:50:43.169Z] 46f8f816bc3b: Download complete [2020-10-28T16:50:43.169Z] 36b3adc4ff6f: Verifying Checksum [2020-10-28T16:50:43.169Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T16:50:43.169Z] 93b9cdb0e59b: Download complete [2020-10-28T16:50:43.169Z] 5e14af77c1be: Verifying Checksum [2020-10-28T16:50:43.169Z] 5e14af77c1be: Download complete [2020-10-28T16:50:43.169Z] 01666e4c0597: Verifying Checksum [2020-10-28T16:50:43.169Z] 01666e4c0597: Download complete [2020-10-28T16:50:43.433Z] 93b61091891f: Verifying Checksum [2020-10-28T16:50:43.433Z] 93b61091891f: Download complete [2020-10-28T16:50:43.694Z] 36b3adc4ff6f: Pull complete [2020-10-28T16:50:44.275Z] 8ad3a11d3b57: Download complete [2020-10-28T16:50:44.854Z] 8ad3a11d3b57: Pull complete [2020-10-28T16:50:45.119Z] 46f8f816bc3b: Pull complete [2020-10-28T16:50:45.693Z] aa168da1d23b: Verifying Checksum [2020-10-28T16:50:45.693Z] aa168da1d23b: Download complete [2020-10-28T16:50:47.082Z] 93b61091891f: Pull complete [2020-10-28T16:50:47.343Z] 93b9cdb0e59b: Pull complete [2020-10-28T16:50:47.613Z] 5e14af77c1be: Pull complete [2020-10-28T16:50:47.613Z] 01666e4c0597: Pull complete [2020-10-28T16:51:05.773Z] aa168da1d23b: Pull complete [2020-10-28T16:51:05.773Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T16:51:05.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T16:51:05.773Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T16:51:06.054Z] prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container [2020-10-28T16:51:06.114Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-lftools-log-publisher:alpine cat [2020-10-28T16:51:09.420Z] $ docker top a89849687b75e8ada8d30586d82b6a3caedb94c9250a88cefd0f25c2765c77de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:51:09.976Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T16:51:10.277Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T16:51:10.576Z] + ls /var/log/sa-host [2020-10-28T16:51:10.576Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T16:51:10.576Z] file_magic: OK [2020-10-28T16:51:10.576Z] HZ: Using current value: 100 [2020-10-28T16:51:10.576Z] file_header: OK [2020-10-28T16:51:10.576Z] 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 [2020-10-28T16:51:10.576Z] Statistics: [2020-10-28T16:51:10.576Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T16:51:10.576Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T16:51:10.576Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T16:51:10.576Z] file_magic: OK [2020-10-28T16:51:10.576Z] HZ: Using current value: 100 [2020-10-28T16:51:10.576Z] file_header: OK [2020-10-28T16:51:10.576Z] 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 [2020-10-28T16:51:10.576Z] Statistics: [2020-10-28T16:51:10.576Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T16:51:10.576Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T16:51:11.203Z] provisioning config files... [2020-10-28T16:51:11.248Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config2575938390222497114tmp [Pipeline] { [Pipeline] echo [2020-10-28T16:51:11.356Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:51:11.758Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T16:51:11.772Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T16:51:11.886Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:51:12.198Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T16:51:12.215Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:51:12.516Z] ---> sudo-logs.sh [2020-10-28T16:51:12.516Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T16:51:12.527Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:51:12.826Z] ---> job-cost.sh [2020-10-28T16:51:12.827Z] lf-activate-venv: SKIPPING [2020-10-28T16:51:12.827Z] INFO: No Stack... [2020-10-28T16:51:14.754Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T16:51:15.017Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T16:51:15.031Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:51:15.333Z] ---> logs-deploy.sh [2020-10-28T16:51:15.333Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2850/7 [2020-10-28T16:51:15.333Z] INFO: archiving workspace using pattern(s): [2020-10-28T16:51:16.727Z] Archives upload complete. [2020-10-28T16:51:16.989Z] INFO: archiving logs to Nexus