Pull request #2771 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f69fcd6f6cfc821951e2cd5529adc6021efd69b2 rather than 1c639149f187acdeb59ccc96d5c4db115b5fc005 Obtained Jenkinsfile from f69fcd6f6cfc821951e2cd5529adc6021efd69b2 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4538 in /w/workspace/edgexfoundry_edgex-go_PR-2771 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/2771/head:refs/remotes/origin/PR-2771 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f69fcd6f6cfc821951e2cd5529adc6021efd69b2 into PR head commit 1c639149f187acdeb59ccc96d5c4db115b5fc005 Merge succeeded, producing 1c639149f187acdeb59ccc96d5c4db115b5fc005 Checking out Revision 1c639149f187acdeb59ccc96d5c4db115b5fc005 (PR-2771) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c639149f187acdeb59ccc96d5c4db115b5fc005 # 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 f69fcd6f6cfc821951e2cd5529adc6021efd69b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c639149f187acdeb59ccc96d5c4db115b5fc005 # timeout=10 Commit message: "feat(metadata): Implement Metadata PUT /deviceprofile V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-10T12:53:36.292Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-10T12:53:36.553Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-10T12:53:36.670Z] ========================================================= [2020-10-10T12:53:36.670Z] EdgeX Global Pipelines Version Info [2020-10-10T12:53:36.670Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ff7d5a0560a4112cd56982697e225d6eb6ad09a8 # timeout=10 [2020-10-10T12:53:38.229Z] ------------------- [2020-10-10T12:53:38.229Z] stable info: [2020-10-10T12:53:38.229Z] ------------------- [2020-10-10T12:53:38.229Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-10T12:53:38.229Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-10T12:53:38.229Z] Message: update stable to v1.0.131 [2020-10-10T12:53:39.175Z] ------------------- [2020-10-10T12:53:39.175Z] experimental info: [2020-10-10T12:53:39.175Z] ------------------- [2020-10-10T12:53:39.175Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-10T12:53:39.175Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-10T12:53:39.175Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-10T12:53:39.502Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-10T12:53:39.589Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-10T12:53:39.672Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-10T12:53:39.769Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-10T12:53:39.859Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-10T12:53:39.951Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-10T12:53:40.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-10T12:53:40.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-10T12:53:40.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-10T12:53:40.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-10T12:53:40.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-10T12:53:40.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-10T12:53:40.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-10T12:53:40.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-10T12:53:40.933Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-10T12:53:41.028Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-10T12:53:41.138Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-10T12:53:41.269Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-10T12:53:41.377Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-10T12:53:41.474Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-10T12:53:41.583Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-10T12:53:41.687Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2771 [Pipeline] echo [2020-10-10T12:53:41.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2771 [Pipeline] echo [2020-10-10T12:53:41.890Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2771 [Pipeline] echo [2020-10-10T12:53:41.978Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c639149f187acdeb59ccc96d5c4db115b5fc005 [Pipeline] echo [2020-10-10T12:53:42.071Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c63914 [Pipeline] echo [2020-10-10T12:53:42.178Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-10T12:53:42.742Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/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-10T12:53:42.742Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.742Z] ++ dirname cmd/core-command/Dockerfile [2020-10-10T12:53:42.742Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.742Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-10T12:53:42.742Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.742Z] ++ dirname cmd/core-data/Dockerfile [2020-10-10T12:53:42.742Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.742Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-10T12:53:42.742Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.742Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-10T12:53:42.742Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.742Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-10T12:53:42.742Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.742Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-10T12:53:42.742Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.742Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-10T12:53:42.742Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.742Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-10T12:53:42.742Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.742Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-10T12:53:42.743Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.743Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-10T12:53:42.743Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.743Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-10T12:53:42.743Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.743Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-10T12:53:42.743Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.743Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-10T12:53:42.743Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.743Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-10T12:53:42.743Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.743Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-10T12:53:42.743Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.743Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-10T12:53:42.743Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.743Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-10T12:53:42.743Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-10T12:53:42.743Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-10T12:53:42.743Z] ++ cut -d/ -f2 [2020-10-10T12:53:42.743Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-10T12:53:42.822Z] 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-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-10T12:53:44.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-10T12:53:44.694Z] [2020-10-10T12:53:44.694Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-10T12:53:46.527Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-10T12:53:46.989Z] latest: Pulling from edgex-devops/git-semver [2020-10-10T12:53:46.989Z] 31603596830f: Pulling fs layer [2020-10-10T12:53:46.989Z] 2a8b12db71e7: Pulling fs layer [2020-10-10T12:53:46.989Z] 6ca5941a6612: Pulling fs layer [2020-10-10T12:53:46.989Z] ecc8261a40a4: Pulling fs layer [2020-10-10T12:53:46.989Z] ecc8261a40a4: Waiting [2020-10-10T12:53:46.989Z] 2a8b12db71e7: Verifying Checksum [2020-10-10T12:53:46.989Z] 2a8b12db71e7: Download complete [2020-10-10T12:53:47.480Z] 31603596830f: Verifying Checksum [2020-10-10T12:53:47.480Z] 31603596830f: Download complete [2020-10-10T12:53:47.939Z] 31603596830f: Pull complete [2020-10-10T12:53:47.939Z] ecc8261a40a4: Verifying Checksum [2020-10-10T12:53:47.939Z] ecc8261a40a4: Download complete [2020-10-10T12:53:47.939Z] 2a8b12db71e7: Pull complete [2020-10-10T12:53:48.347Z] 6ca5941a6612: Download complete [2020-10-10T12:53:48.739Z] 6ca5941a6612: Pull complete [2020-10-10T12:53:49.129Z] ecc8261a40a4: Pull complete [2020-10-10T12:53:49.129Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-10T12:53:49.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-10T12:53:49.129Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-10T12:53:49.282Z] prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container [2020-10-10T12:53:49.362Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-10T12:53:51.990Z] $ docker top a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-10T12:53:52.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-10T12:53:52.374Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-10T12:53:52.608Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-10T12:53:52.620Z] $ docker exec a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 ssh-agent [2020-10-10T12:53:52.785Z] SSH_AUTH_SOCK=/tmp/ssh-ELOCWcfO4uvs/agent.11 [2020-10-10T12:53:52.785Z] SSH_AGENT_PID=16 [2020-10-10T12:53:52.802Z] Running ssh-add (command line suppressed) [2020-10-10T12:53:52.925Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_1066604882597714630.key (/w/workspace/edgex-go/6@tmp/private_key_1066604882597714630.key) [2020-10-10T12:53:52.984Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-10T12:53:53.362Z] + git describe --exact-match --tags HEAD [2020-10-10T12:53:53.362Z] fatal: no tag exactly matches '1c639149f187acdeb59ccc96d5c4db115b5fc005' [Pipeline] } [2020-10-10T12:53:53.396Z] $ docker exec --env ******** --env ******** a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 ssh-agent -k [2020-10-10T12:53:53.511Z] unset SSH_AUTH_SOCK; [2020-10-10T12:53:53.511Z] unset SSH_AGENT_PID; [2020-10-10T12:53:53.511Z] echo Agent pid 16 killed; [2020-10-10T12:53:53.557Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-10T12:53:53.681Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-10T12:53:53.681Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-10T12:53:53.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-10T12:53:53.786Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-10T12:53:53.971Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-10T12:53:53.984Z] $ docker exec a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 ssh-agent [2020-10-10T12:53:54.167Z] SSH_AUTH_SOCK=/tmp/ssh-dW1iNklsQFcQ/agent.45 [2020-10-10T12:53:54.167Z] SSH_AGENT_PID=50 [2020-10-10T12:53:54.183Z] Running ssh-add (command line suppressed) [2020-10-10T12:53:54.310Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_3187590309536233524.key (/w/workspace/edgex-go/6@tmp/private_key_3187590309536233524.key) [2020-10-10T12:53:54.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-10T12:53:54.775Z] + git semver init [2020-10-10T12:53:54.775Z] # -> Open(): unable to determine branch for HEAD [2020-10-10T12:53:54.775Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-10-10T12:53:54.775Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-10-10T12:53:54.775Z] # $SEMVER_REMOTE_NAME = origin [2020-10-10T12:53:54.775Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-10T12:53:54.775Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-10T12:53:54.775Z] # $SEMVER_BRANCH = PR-2771 [2020-10-10T12:53:54.775Z] # $SEMVER_TEMP = /tmp/semver-759867519 [2020-10-10T12:53:54.775Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-10T12:54:13.044Z] # '/tmp/semver-759867519' -> '/w/workspace/edgex-go/6/.semver' [2020-10-10T12:54:13.044Z] # -> Force: false [2020-10-10T12:54:13.044Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-10-10T12:54:13.062Z] $ docker exec --env ******** --env ******** a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 ssh-agent -k [2020-10-10T12:54:13.273Z] unset SSH_AUTH_SOCK; [2020-10-10T12:54:13.274Z] unset SSH_AGENT_PID; [2020-10-10T12:54:13.274Z] echo Agent pid 50 killed; [2020-10-10T12:54:13.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-10T12:54:13.802Z] + git semver [Pipeline] } [2020-10-10T12:54:13.821Z] $ docker stop --time=1 a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 [2020-10-10T12:54:15.477Z] $ docker rm -f a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-10T12:54:28.724Z] Stashed 82 file(s) [Pipeline] echo [2020-10-10T12:54:28.727Z] [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-10T12:54:29.296Z] ========================================================= [2020-10-10T12:54:29.296Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-10T12:54:29.296Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-10T12:54:29.646Z] + 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-10T12:54:32.972Z] Sending build context to Docker daemon 324.9MB [2020-10-10T12:54:32.972Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-10T12:54:32.972Z] Step 2/7 : FROM ${BASE} [2020-10-10T12:54:32.972Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-10T12:54:32.972Z] df20fa9351a1: Pulling fs layer [2020-10-10T12:54:32.972Z] ed8968b2872e: Pulling fs layer [2020-10-10T12:54:32.972Z] a92cc7c5fd73: Pulling fs layer [2020-10-10T12:54:32.972Z] e871e8e8d7a9: Pulling fs layer [2020-10-10T12:54:32.972Z] e73272ec9a57: Pulling fs layer [2020-10-10T12:54:32.972Z] 1e910a182e73: Pulling fs layer [2020-10-10T12:54:32.972Z] 4e634b169226: Pulling fs layer [2020-10-10T12:54:32.972Z] e871e8e8d7a9: Waiting [2020-10-10T12:54:32.972Z] e73272ec9a57: Waiting [2020-10-10T12:54:32.972Z] 1e910a182e73: Waiting [2020-10-10T12:54:32.972Z] 4e634b169226: Waiting [2020-10-10T12:54:32.972Z] a92cc7c5fd73: Verifying Checksum [2020-10-10T12:54:32.972Z] a92cc7c5fd73: Download complete [2020-10-10T12:54:32.972Z] ed8968b2872e: Verifying Checksum [2020-10-10T12:54:32.972Z] ed8968b2872e: Download complete [2020-10-10T12:54:32.972Z] e73272ec9a57: Verifying Checksum [2020-10-10T12:54:32.972Z] e73272ec9a57: Download complete [2020-10-10T12:54:33.248Z] 1e910a182e73: Verifying Checksum [2020-10-10T12:54:33.248Z] 1e910a182e73: Download complete [2020-10-10T12:54:33.248Z] df20fa9351a1: Verifying Checksum [2020-10-10T12:54:33.248Z] df20fa9351a1: Download complete [2020-10-10T12:54:33.825Z] df20fa9351a1: Pull complete [2020-10-10T12:54:33.825Z] ed8968b2872e: Pull complete [2020-10-10T12:54:34.088Z] a92cc7c5fd73: Pull complete [2020-10-10T12:54:35.491Z] 4e634b169226: Verifying Checksum [2020-10-10T12:54:35.491Z] 4e634b169226: Download complete [2020-10-10T12:54:36.439Z] e871e8e8d7a9: Verifying Checksum [2020-10-10T12:54:36.439Z] e871e8e8d7a9: Download complete [2020-10-10T12:54:41.761Z] e871e8e8d7a9: Pull complete [2020-10-10T12:54:41.761Z] e73272ec9a57: Pull complete [2020-10-10T12:54:41.761Z] 1e910a182e73: Pull complete [2020-10-10T12:54:44.089Z] Still waiting to schedule task [2020-10-10T12:54:44.089Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-10T12:54:45.994Z] 4e634b169226: Pull complete [2020-10-10T12:54:45.995Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-10T12:54:45.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-10T12:54:45.995Z] ---> f7629b54cfaa [2020-10-10T12:54:45.995Z] 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-10T12:54:46.257Z] ---> Running in 6e0ab3b7fd11 [2020-10-10T12:54:46.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:54:47.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:54:47.983Z] (1/12) Installing libmagic (5.38-r0) [2020-10-10T12:54:48.245Z] (2/12) Installing file (5.38-r0) [2020-10-10T12:54:48.245Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-10T12:54:48.245Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-10T12:54:52.461Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-10T12:54:52.461Z] (6/12) Installing patch (2.7.6-r6) [2020-10-10T12:54:52.461Z] (7/12) Installing build-base (0.5-r2) [2020-10-10T12:54:52.461Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-10T12:54:52.461Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-10T12:54:52.461Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-10T12:54:52.461Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-10T12:54:52.461Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-10T12:54:52.461Z] Executing busybox-1.31.1-r16.trigger [2020-10-10T12:54:52.461Z] OK: 233 MiB in 51 packages [2020-10-10T12:54:56.684Z] Removing intermediate container 6e0ab3b7fd11 [2020-10-10T12:54:56.684Z] ---> 238c1fe31ac2 [2020-10-10T12:54:56.684Z] Step 4/7 : WORKDIR /edgex-go [2020-10-10T12:54:56.684Z] ---> Running in a6874b112338 [2020-10-10T12:54:56.684Z] Removing intermediate container a6874b112338 [2020-10-10T12:54:56.684Z] ---> d4842cbcb102 [2020-10-10T12:54:56.684Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-10T12:54:56.684Z] latest: Pulling from library/docker [2020-10-10T12:54:56.684Z] df20fa9351a1: Already exists [2020-10-10T12:54:56.684Z] 25ad7478873d: Pulling fs layer [2020-10-10T12:54:56.684Z] 4684f6177b5d: Pulling fs layer [2020-10-10T12:54:56.684Z] 8ba584e970af: Pulling fs layer [2020-10-10T12:54:56.684Z] 3cdc74d2b06d: Pulling fs layer [2020-10-10T12:54:56.684Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-10T12:54:56.684Z] fca0ccc462d5: Pulling fs layer [2020-10-10T12:54:56.684Z] 3cdc74d2b06d: Waiting [2020-10-10T12:54:56.684Z] 4cf5a0d07c1f: Waiting [2020-10-10T12:54:56.684Z] fca0ccc462d5: Waiting [2020-10-10T12:54:56.684Z] 4684f6177b5d: Verifying Checksum [2020-10-10T12:54:56.684Z] 4684f6177b5d: Download complete [2020-10-10T12:54:56.956Z] 25ad7478873d: Verifying Checksum [2020-10-10T12:54:56.956Z] 25ad7478873d: Download complete [2020-10-10T12:54:56.956Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-10T12:54:56.956Z] 4cf5a0d07c1f: Download complete [2020-10-10T12:54:56.956Z] 3cdc74d2b06d: Verifying Checksum [2020-10-10T12:54:56.956Z] 3cdc74d2b06d: Download complete [2020-10-10T12:54:57.222Z] fca0ccc462d5: Download complete [2020-10-10T12:54:57.222Z] 25ad7478873d: Pull complete [2020-10-10T12:54:57.222Z] 4684f6177b5d: Pull complete [2020-10-10T12:54:57.484Z] 8ba584e970af: Verifying Checksum [2020-10-10T12:54:57.484Z] 8ba584e970af: Download complete [2020-10-10T12:55:00.042Z] 8ba584e970af: Pull complete [2020-10-10T12:55:00.042Z] 3cdc74d2b06d: Pull complete [2020-10-10T12:55:00.042Z] 4cf5a0d07c1f: Pull complete [2020-10-10T12:55:00.042Z] fca0ccc462d5: Pull complete [2020-10-10T12:55:00.303Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-10T12:55:00.303Z] Status: Downloaded newer image for docker:latest [2020-10-10T12:55:01.766Z] ---> ad4b1e902efc [2020-10-10T12:55:01.766Z] Step 6/7 : COPY go.mod . [2020-10-10T12:55:02.081Z] ---> 7ede6b63bb46 [2020-10-10T12:55:02.081Z] Step 7/7 : RUN go mod download [2020-10-10T12:55:02.081Z] ---> Running in 1fd7bffef3f0 [2020-10-10T12:55:24.091Z] Removing intermediate container 1fd7bffef3f0 [2020-10-10T12:55:24.091Z] ---> 35ad74ce58c9 [2020-10-10T12:55:24.091Z] Successfully built 35ad74ce58c9 [2020-10-10T12:55:24.091Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-10T12:55:24.413Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-10T12:55:24.413Z] . [Pipeline] withDockerContainer [2020-10-10T12:55:24.522Z] prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container [2020-10-10T12:55:24.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-10T12:55:25.305Z] $ docker top fddf9db33f768904b3732e7a3b3cacfce6df78fdad33973aff4b21e157dec9a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-10T12:55:25.882Z] + go version [2020-10-10T12:55:25.882Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-10T12:55:25.902Z] $ docker stop --time=1 fddf9db33f768904b3732e7a3b3cacfce6df78fdad33973aff4b21e157dec9a8 [2020-10-10T12:55:27.269Z] $ docker rm -f fddf9db33f768904b3732e7a3b3cacfce6df78fdad33973aff4b21e157dec9a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-10T12:55:28.139Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-10T12:55:28.139Z] . [Pipeline] withDockerContainer [2020-10-10T12:55:28.244Z] prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container [2020-10-10T12:55:28.297Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-10T12:55:28.949Z] $ docker top 235db0f4c99a84d52341a56aef9bc748d5951cdb839af4bc2cd84544f89ffc05 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-10T12:55:29.139Z] ========================================================= [2020-10-10T12:55:29.139Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-10T12:55:29.139Z] ========================================================= [Pipeline] sh [2020-10-10T12:55:29.429Z] + make test [2020-10-10T12:55:29.429Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-10T12:55:31.983Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-10T12:55:42.075Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-10T12:55:48.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-10T12:55:48.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-10T12:55:48.770Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-10T12:55:48.770Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-10T12:55:49.364Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.014s [2020-10-10T12:55:49.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-10T12:55:49.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-10T12:55:49.364Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-10T12:55:49.636Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-10T12:55:50.226Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-10T12:55:50.226Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-10T12:55:50.226Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-10T12:55:50.226Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-10T12:55:54.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements [2020-10-10T12:55:54.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-10T12:55:54.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-10T12:55:54.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-10T12:55:54.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-10T12:55:54.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-10T12:55:57.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.056s coverage: 27.2% of statements [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-10T12:55:57.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-10T12:55:57.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.016s coverage: 100.0% of statements [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-10T12:55:57.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.013s coverage: 84.0% of statements [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-10T12:55:57.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.016s coverage: 93.5% of statements [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-10T12:55:57.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-10T12:55:58.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.083s coverage: 28.6% of statements [2020-10-10T12:55:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-10T12:55:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-10T12:55:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-10T12:55:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-10T12:55:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-10T12:55:58.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.012s coverage: 100.0% of statements [2020-10-10T12:55:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-10T12:55:58.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.007s coverage: 100.0% of statements [2020-10-10T12:55:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-10T12:55:59.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 86.7% of statements [2020-10-10T12:55:59.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-10T12:55:59.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.029s coverage: 97.5% of statements [2020-10-10T12:55:59.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-10T12:55:59.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.019s coverage: 100.0% of statements [2020-10-10T12:55:59.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-10T12:55:59.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-10T12:55:59.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-10T12:55:59.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-10T12:55:59.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.053s coverage: 98.6% of statements [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-10T12:55:59.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-10T12:55:59.909Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2020-10-10T12:55:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-10T12:55:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-10T12:55:59.909Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.008s coverage: 0.0% of statements [no tests to run] [2020-10-10T12:55:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-10T12:55:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-10T12:56:00.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.050s coverage: 63.5% of statements [2020-10-10T12:56:00.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-10T12:56:00.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-10T12:56:00.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-10-10T12:56:01.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.093s coverage: 55.9% of statements [2020-10-10T12:56:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-10T12:56:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-10T12:56:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-10T12:56:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-10T12:56:03.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.230s coverage: 86.3% of statements [2020-10-10T12:56:03.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-10T12:56:03.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.312s coverage: 72.2% of statements [2020-10-10T12:56:03.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements [2020-10-10T12:56:03.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.138s coverage: 82.4% of statements [2020-10-10T12:56:03.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements [2020-10-10T12:56:03.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-10T12:56:03.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-10T12:56:03.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-10T12:56:03.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements [2020-10-10T12:56:03.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-10T12:56:03.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements [2020-10-10T12:56:03.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-10T12:56:03.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.042s coverage: 31.1% of statements [2020-10-10T12:56:03.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-10T12:56:03.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-10T12:56:03.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements [2020-10-10T12:56:03.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.007s coverage: 100.0% of statements [2020-10-10T12:56:04.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-10-10T12:56:04.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-10T12:56:04.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-10T12:56:04.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-10-10T12:56:04.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-10T12:56:04.672Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-10-10T12:56:04.672Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-10T12:56:06.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.031s coverage: 46.0% of statements [2020-10-10T12:56:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-10T12:56:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-10T12:56:06.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.012s coverage: 100.0% of statements [2020-10-10T12:56:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-10T12:56:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-10T12:56:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-10T12:56:06.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-10-10T12:56:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-10T12:56:06.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements [2020-10-10T12:56:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-10T12:56:07.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-10-10T12:56:07.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-10T12:56:07.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-10T12:56:07.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-10T12:56:07.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-10T12:56:07.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-10T12:56:07.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.015s coverage: 99.0% of statements [2020-10-10T12:56:07.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-10T12:56:07.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements [2020-10-10T12:56:07.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-10T12:56:07.060Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.006s coverage: 0.0% of statements [2020-10-10T12:56:07.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-10T12:56:07.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements [2020-10-10T12:56:07.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-10T12:56:07.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-10T12:56:07.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-10T12:56:07.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-10T12:56:07.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements [2020-10-10T12:56:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-10T12:56:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-10T12:56:07.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2020-10-10T12:56:07.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-10-10T12:56:08.130Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-10-10T12:56:08.392Z] GO111MODULE=on go vet ./... [2020-10-10T12:56:15.060Z] gofmt -l . [2020-10-10T12:56:15.323Z] [ "`gofmt -l .`" = "" ] [2020-10-10T12:56:15.903Z] ./bin/test-go-mod-tidy.sh [2020-10-10T12:56:16.483Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-10T12:56:18.179Z] + ls -al . [2020-10-10T12:56:18.179Z] total 584 [2020-10-10T12:56:18.179Z] drwxrwxr-x 10 1001 1001 4096 Oct 10 12:56 . [2020-10-10T12:56:18.179Z] drwxr-xr-x 4 root root 28 Oct 10 12:55 .. [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 11 Oct 10 12:53 .dockerignore [2020-10-10T12:56:18.179Z] drwxrwxr-x 8 1001 1001 179 Oct 10 12:53 .git [2020-10-10T12:56:18.179Z] drwxrwxr-x 3 1001 1001 125 Oct 10 12:53 .github [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 932 Oct 10 12:53 .gitignore [2020-10-10T12:56:18.179Z] drwx------ 3 1001 1001 47 Oct 10 12:54 .semver [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 166 Oct 10 12:53 .sonarcloud.properties [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 3804 Oct 10 12:53 CONTRIBUTING.md [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 1035 Oct 10 12:53 Dockerfile.build [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 863 Oct 10 12:53 Jenkinsfile [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 10775 Oct 10 12:53 LICENSE [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 6237 Oct 10 12:53 Makefile [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 6447 Oct 10 12:53 README.md [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 259 Oct 10 12:53 SECURITY.md [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 5 Oct 10 12:54 VERSION [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 4131 Oct 10 12:53 ZMQWindows.md [2020-10-10T12:56:18.179Z] drwxrwxr-x 2 1001 1001 117 Oct 10 12:53 bin [2020-10-10T12:56:18.179Z] drwxrwxr-x 15 1001 1001 4096 Oct 10 12:53 cmd [2020-10-10T12:56:18.179Z] -rw-r--r-- 1 root root 491444 Oct 10 12:56 coverage.out [2020-10-10T12:56:18.179Z] -rw-r--r-- 1 root root 984 Oct 10 12:56 go.mod [2020-10-10T12:56:18.179Z] -rw-r--r-- 1 root root 18876 Oct 10 12:56 go.sum [2020-10-10T12:56:18.179Z] drwxrwxr-x 8 1001 1001 127 Oct 10 12:53 internal [2020-10-10T12:56:18.179Z] drwxrwxr-x 4 1001 1001 26 Oct 10 12:53 openapi [2020-10-10T12:56:18.179Z] drwxrwxr-x 4 1001 1001 71 Oct 10 12:53 snap [2020-10-10T12:56:18.179Z] -rw-rw-r-- 1 1001 1001 168 Oct 10 12:53 version.go [Pipeline] sh [2020-10-10T12:56:18.482Z] + '[' -e coverage.out ] [2020-10-10T12:56:18.482Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-10T12:56:18.597Z] Stashed 1 file(s) [Pipeline] sh [2020-10-10T12:56:18.900Z] + make build [2020-10-10T12:56:18.900Z] 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-10T12:56:27.135Z] 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-10T12:56:30.469Z] 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-10T12:56:30.562Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4539 in /w/workspace/edgexfoundry_edgex-go_PR-2771 [Pipeline] { [Pipeline] ws [2020-10-10T12:56:30.636Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-10-10T12:56:31.429Z] 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-10T12:56:32.819Z] 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-10T12:56:34.217Z] 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-10T12:56:34.217Z] 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-10T12:56:35.707Z] 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-10T12:56:35.782Z] using credential edgex-jenkins-ssh [2020-10-10T12:56:35.843Z] Cloning the remote Git repository [2020-10-10T12:56:35.926Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-10T12:56:36.036Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-10-10T12:56:36.110Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-10T12:56:36.110Z] > git --version # timeout=10 [2020-10-10T12:56:36.126Z] > git --version # 'git version 2.17.1' [2020-10-10T12:56:36.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-10T12:56:36.209Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-10T12:56:37.284Z] 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-10T12:56:38.252Z] 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-10T12:56:39.213Z] 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-10T12:56:40.188Z] 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-10T12:56:41.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-10T12:56:42.135Z] $ docker stop --time=1 235db0f4c99a84d52341a56aef9bc748d5951cdb839af4bc2cd84544f89ffc05 [2020-10-10T12:56:43.770Z] $ docker rm -f 235db0f4c99a84d52341a56aef9bc748d5951cdb839af4bc2cd84544f89ffc05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-10T12:56:47.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-10T12:56:47.205Z] [2020-10-10T12:56:47.205Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-10T12:56:47.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-10T12:56:47.553Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-10T12:56:47.553Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-10T12:56:47.553Z] ca9280d653b3: Pulling fs layer [2020-10-10T12:56:47.553Z] 7e9c9ca2126c: Pulling fs layer [2020-10-10T12:56:48.131Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-10T12:56:48.131Z] cbdbe7a5bc2a: Download complete [2020-10-10T12:56:48.396Z] ca9280d653b3: Verifying Checksum [2020-10-10T12:56:48.396Z] ca9280d653b3: Download complete [2020-10-10T12:56:48.396Z] cbdbe7a5bc2a: Pull complete [2020-10-10T12:56:49.354Z] 7e9c9ca2126c: Download complete [2020-10-10T12:56:49.624Z] ca9280d653b3: Pull complete [2020-10-10T12:56:56.639Z] Merging remotes/origin/master commit f69fcd6f6cfc821951e2cd5529adc6021efd69b2 into PR head commit 1c639149f187acdeb59ccc96d5c4db115b5fc005 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-10T12:56:57.073Z] Failed in branch arm64 [2020-10-10T12:56:55.845Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-10T12:56:55.863Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-10T12:56:55.891Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-10T12:56:55.923Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-10T12:56:55.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-10T12:56:55.936Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2771/head:refs/remotes/origin/PR-2771 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-10T12:56:56.681Z] > git config core.sparsecheckout # timeout=10 [2020-10-10T12:56:56.696Z] > git checkout -f 1c639149f187acdeb59ccc96d5c4db115b5fc005 # timeout=10 [2020-10-10T12:56:57.798Z] 7e9c9ca2126c: Pull complete [2020-10-10T12:56:57.799Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-10T12:56:57.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-10T12:56:57.799Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-10T12:56:57.943Z] prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container [2020-10-10T12:56:57.994Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-10T12:56:58.842Z] $ docker top eba139e8b7ad220c333f0e61f5e483f9918d557041650228f70768c61290271e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-10T12:56:59.348Z] + docker-compose build --help [2020-10-10T12:56:59.348Z] + grep parallel [2020-10-10T12:57:00.292Z] --parallel Build images in parallel. [Pipeline] } [2020-10-10T12:57:00.307Z] $ docker stop --time=1 eba139e8b7ad220c333f0e61f5e483f9918d557041650228f70768c61290271e [2020-10-10T12:57:01.697Z] $ docker rm -f eba139e8b7ad220c333f0e61f5e483f9918d557041650228f70768c61290271e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-10T12:57:02.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-10T12:57:02.348Z] . [Pipeline] withDockerContainer [2020-10-10T12:57:02.454Z] prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container [2020-10-10T12:57:02.505Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-10T12:57:03.253Z] $ docker top 53f2a57af59b59c1297e235da894c3e3bba25111c9149810d8e1ab7e9a46b8d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-10T12:57:03.731Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-10T12:57:04.676Z] Building docker-core-command-go ... [2020-10-10T12:57:04.676Z] Building docker-core-data-go ... [2020-10-10T12:57:04.676Z] Building docker-core-metadata-go ... [2020-10-10T12:57:04.676Z] Building docker-security-proxy-setup-go ... [2020-10-10T12:57:04.676Z] Building docker-security-secrets-setup-go ... [2020-10-10T12:57:04.676Z] Building docker-security-secretstore-setup-go ... [2020-10-10T12:57:04.677Z] Building docker-support-logging-go ... [2020-10-10T12:57:04.677Z] Building docker-support-notifications-go ... [2020-10-10T12:57:04.677Z] Building docker-support-scheduler-go ... [2020-10-10T12:57:04.677Z] Building docker-sys-mgmt-agent-go ... [2020-10-10T12:57:04.677Z] Building docker-core-command-go [2020-10-10T12:57:04.677Z] Building docker-security-secretstore-setup-go [2020-10-10T12:57:04.677Z] Building docker-sys-mgmt-agent-go [2020-10-10T12:57:04.677Z] Building docker-support-notifications-go [2020-10-10T12:57:04.677Z] Building docker-support-scheduler-go [2020-10-10T12:57:31.342Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T12:57:31.342Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-10T12:57:31.342Z] ---> 35ad74ce58c9 [2020-10-10T12:57:31.342Z] Step 3/27 : WORKDIR /edgex-go [2020-10-10T12:57:31.342Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T12:57:31.342Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-10T12:57:31.342Z] ---> 35ad74ce58c9 [2020-10-10T12:57:31.342Z] Step 3/24 : WORKDIR /edgex-go [2020-10-10T12:57:31.342Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T12:57:31.342Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-10T12:57:31.342Z] ---> 35ad74ce58c9 [2020-10-10T12:57:31.342Z] Step 3/22 : WORKDIR /edgex-go [2020-10-10T12:57:31.342Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T12:57:31.342Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-10T12:57:31.342Z] ---> 35ad74ce58c9 [2020-10-10T12:57:31.342Z] Step 3/26 : WORKDIR /edgex-go [2020-10-10T12:57:31.342Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T12:57:31.342Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-10T12:57:31.342Z] ---> 35ad74ce58c9 [2020-10-10T12:57:31.342Z] Step 3/21 : WORKDIR /edgex-go [2020-10-10T12:57:32.736Z] ---> Running in b272944a3263 [2020-10-10T12:57:32.736Z] ---> Running in c0f00cb70070 [2020-10-10T12:57:32.736Z] ---> Running in 8f5bb940e279 [2020-10-10T12:57:32.736Z] ---> Running in cec1002caffb [2020-10-10T12:57:32.736Z] ---> Running in e369d34977fa [2020-10-10T12:57:33.322Z] Removing intermediate container c0f00cb70070 [2020-10-10T12:57:33.322Z] ---> 3f663bf6fc02 [2020-10-10T12:57:33.322Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T12:57:33.322Z] Removing intermediate container e369d34977fa [2020-10-10T12:57:33.322Z] ---> 33ed4a12b312 [2020-10-10T12:57:33.322Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T12:57:33.322Z] Removing intermediate container 8f5bb940e279 [2020-10-10T12:57:33.322Z] ---> 93d594cd6ae7 [2020-10-10T12:57:33.322Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T12:57:33.322Z] Removing intermediate container cec1002caffb [2020-10-10T12:57:33.322Z] ---> 8df24cfc8f5f [2020-10-10T12:57:33.322Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T12:57:33.322Z] Removing intermediate container b272944a3263 [2020-10-10T12:57:33.322Z] ---> f7c442fff99b [2020-10-10T12:57:33.323Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T12:57:33.588Z] ---> Running in fca259e5b51d [2020-10-10T12:57:33.588Z] ---> Running in 7700d026bcf1 [2020-10-10T12:57:33.588Z] ---> Running in 63a0b546253c [2020-10-10T12:57:33.588Z] ---> Running in 0cf2684cc384 [2020-10-10T12:57:33.588Z] ---> Running in d06645790b30 [2020-10-10T12:57:35.529Z] Removing intermediate container fca259e5b51d [2020-10-10T12:57:35.529Z] ---> 5cb29ba1c162 [2020-10-10T12:57:35.529Z] Step 5/21 : RUN apk update && apk add make git [2020-10-10T12:57:35.529Z] Removing intermediate container 7700d026bcf1 [2020-10-10T12:57:35.529Z] ---> 4d271b1f6509 [2020-10-10T12:57:35.529Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-10T12:57:35.529Z] ---> Running in 28e23af2ece1 [2020-10-10T12:57:35.791Z] ---> Running in c8512276b9fd [2020-10-10T12:57:36.053Z] Removing intermediate container 63a0b546253c [2020-10-10T12:57:36.053Z] ---> 28d87823ff80 [2020-10-10T12:57:36.053Z] Step 5/22 : RUN apk update && apk add make git [2020-10-10T12:57:36.053Z] Removing intermediate container 0cf2684cc384 [2020-10-10T12:57:36.053Z] ---> 96e3a4e0e468 [2020-10-10T12:57:36.053Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-10T12:57:36.053Z] Removing intermediate container d06645790b30 [2020-10-10T12:57:36.053Z] ---> 1980cc873779 [2020-10-10T12:57:36.053Z] Step 5/26 : RUN apk update && apk add make git [2020-10-10T12:57:36.316Z] ---> Running in a5179351dbb7 [2020-10-10T12:57:36.316Z] ---> Running in 9fe012583002 [2020-10-10T12:57:36.316Z] ---> Running in 4a25dc190bc3 [2020-10-10T12:57:36.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:36.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:36.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:37.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:37.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:37.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:37.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:37.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:37.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:37.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:57:37.949Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-10T12:57:37.949Z] v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-10T12:57:37.949Z] OK: 12752 distinct packages available [2020-10-10T12:57:37.949Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-10T12:57:37.949Z] v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-10T12:57:37.949Z] OK: 12752 distinct packages available [2020-10-10T12:57:38.214Z] OK: 233 MiB in 51 packages [2020-10-10T12:57:38.214Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-10T12:57:38.214Z] v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-10T12:57:38.214Z] OK: 12752 distinct packages available [2020-10-10T12:57:38.214Z] OK: 233 MiB in 51 packages [2020-10-10T12:57:38.488Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-10T12:57:38.488Z] v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-10T12:57:38.488Z] OK: 12752 distinct packages available [2020-10-10T12:57:38.488Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-10T12:57:38.488Z] v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-10T12:57:38.488Z] OK: 12752 distinct packages available [2020-10-10T12:57:38.488Z] OK: 233 MiB in 51 packages [2020-10-10T12:57:38.759Z] OK: 233 MiB in 51 packages [2020-10-10T12:57:38.759Z] OK: 233 MiB in 51 packages [2020-10-10T12:57:38.759Z] Removing intermediate container c8512276b9fd [2020-10-10T12:57:38.759Z] ---> aad9ba09c6b3 [2020-10-10T12:57:38.759Z] Step 6/27 : COPY go.mod . [2020-10-10T12:57:39.024Z] Removing intermediate container 28e23af2ece1 [2020-10-10T12:57:39.024Z] ---> 1e16443bc157 [2020-10-10T12:57:39.024Z] Step 6/21 : COPY go.mod . [2020-10-10T12:57:39.292Z] Removing intermediate container a5179351dbb7 [2020-10-10T12:57:39.292Z] ---> 619a11cd783d [2020-10-10T12:57:39.292Z] Step 6/22 : COPY go.mod . [2020-10-10T12:57:39.292Z] ---> f2fa36246a05 [2020-10-10T12:57:39.292Z] Step 7/27 : RUN go mod download [2020-10-10T12:57:39.292Z] ---> be020a1b84e7 [2020-10-10T12:57:39.292Z] Step 7/21 : RUN go mod download [2020-10-10T12:57:39.563Z] ---> Running in b56c24f0053d [2020-10-10T12:57:39.563Z] ---> Running in 22cc7fa43296 [2020-10-10T12:57:39.830Z] Removing intermediate container 4a25dc190bc3 [2020-10-10T12:57:39.830Z] ---> 652952520179 [2020-10-10T12:57:39.830Z] Step 6/26 : COPY go.mod . [2020-10-10T12:57:39.830Z] ---> 5fd5439f145b [2020-10-10T12:57:39.830Z] Step 7/22 : RUN go mod download [2020-10-10T12:57:39.830Z] Removing intermediate container 9fe012583002 [2020-10-10T12:57:39.830Z] ---> 23dabaafda8d [2020-10-10T12:57:39.830Z] Step 6/24 : COPY go.mod . [2020-10-10T12:57:40.096Z] ---> Running in 5e4fc62791bd [2020-10-10T12:57:40.367Z] ---> 3d06a9682063 [2020-10-10T12:57:40.367Z] Step 7/26 : RUN go mod download [2020-10-10T12:57:40.367Z] ---> 6b9159efbd8d [2020-10-10T12:57:40.367Z] Step 7/24 : RUN go mod download [2020-10-10T12:57:40.634Z] ---> Running in 5f6e4d5573be [2020-10-10T12:57:40.634Z] ---> Running in 75473e017d0b [2020-10-10T12:57:42.578Z] Removing intermediate container 5e4fc62791bd [2020-10-10T12:57:42.578Z] ---> b1482be1129e [2020-10-10T12:57:42.578Z] Step 8/22 : COPY . . [2020-10-10T12:57:42.578Z] Removing intermediate container 22cc7fa43296 [2020-10-10T12:57:42.578Z] ---> 892f373c40c5 [2020-10-10T12:57:42.578Z] Step 8/21 : COPY . . [2020-10-10T12:57:42.578Z] Removing intermediate container b56c24f0053d [2020-10-10T12:57:42.578Z] ---> 6153cdb0f8c6 [2020-10-10T12:57:42.578Z] Step 8/27 : COPY . . [2020-10-10T12:57:43.163Z] Removing intermediate container 75473e017d0b [2020-10-10T12:57:43.163Z] ---> c93e6207b134 [2020-10-10T12:57:43.163Z] Step 8/24 : COPY . . [2020-10-10T12:57:44.523Z] Removing intermediate container 5f6e4d5573be [2020-10-10T12:57:44.523Z] ---> ff2769dadcef [2020-10-10T12:57:44.523Z] Step 8/26 : COPY . . [2020-10-10T12:58:17.003Z] ---> 77387b65d4ab [2020-10-10T12:58:17.003Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-10T12:58:17.583Z] ---> 211655eb318d [2020-10-10T12:58:17.583Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-10T12:58:17.848Z] ---> 62c26b728b02 [2020-10-10T12:58:17.848Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-10T12:58:17.848Z] ---> 1187b23d18a1 [2020-10-10T12:58:17.848Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-10T12:58:17.848Z] ---> Running in db4e76f9e182 [2020-10-10T12:58:17.848Z] ---> Running in d3efb588ac31 [2020-10-10T12:58:17.848Z] ---> 5cd59646875e [2020-10-10T12:58:17.848Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-10T12:58:17.848Z] ---> Running in a43ada4f4bca [2020-10-10T12:58:17.848Z] ---> Running in 317e6640ec47 [2020-10-10T12:58:18.109Z] ---> Running in 88d04e990b4f [2020-10-10T12:58:19.076Z] 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-10T12:58:19.076Z] 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-10T12:58:19.076Z] 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-10T12:58:19.348Z] 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-10T12:58:19.348Z] 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-10T12:58:51.624Z] 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-10T12:58:51.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-10T12:58:51.624Z] Removing intermediate container d3efb588ac31 [2020-10-10T12:58:51.624Z] ---> 8157537a96b0 [2020-10-10T12:58:51.624Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-10T12:58:51.624Z] ---> Running in a4518fa8f09f [2020-10-10T12:58:51.624Z] 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-10T12:58:58.244Z] Removing intermediate container 317e6640ec47 [2020-10-10T12:58:58.244Z] ---> 85ba7316b999 [2020-10-10T12:58:58.244Z] [2020-10-10T12:58:58.244Z] Step 10/22 : FROM scratch [2020-10-10T12:58:58.244Z] ---> [2020-10-10T12:58:58.244Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-10T12:58:58.244Z] Removing intermediate container a43ada4f4bca [2020-10-10T12:58:58.244Z] ---> 8bd4f111555f [2020-10-10T12:58:58.244Z] [2020-10-10T12:58:58.244Z] Step 10/24 : FROM scratch [2020-10-10T12:58:58.244Z] ---> [2020-10-10T12:58:58.244Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-10T12:58:58.244Z] Removing intermediate container db4e76f9e182 [2020-10-10T12:58:58.244Z] ---> b5ea4ec7d019 [2020-10-10T12:58:58.244Z] [2020-10-10T12:58:58.244Z] Step 10/21 : FROM scratch [2020-10-10T12:58:58.244Z] ---> [2020-10-10T12:58:58.245Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-10T12:58:58.245Z] ---> Running in d3131ace8eb2 [2020-10-10T12:58:58.245Z] ---> Running in ee8cc07cd3cb [2020-10-10T12:58:58.245Z] ---> Running in bbe0a9268f2f [2020-10-10T12:58:58.245Z] Removing intermediate container a4518fa8f09f [2020-10-10T12:58:58.245Z] ---> ebb3bf01c8c3 [2020-10-10T12:58:58.245Z] [2020-10-10T12:58:58.245Z] Step 11/27 : FROM docker:latest [2020-10-10T12:58:58.245Z] ---> 809cc4dba987 [2020-10-10T12:58:58.245Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-10T12:58:58.245Z] ---> Running in db06700cb681 [2020-10-10T12:58:58.818Z] Removing intermediate container d3131ace8eb2 [2020-10-10T12:58:58.818Z] ---> 78ffebb7940b [2020-10-10T12:58:58.818Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-10T12:58:59.080Z] Removing intermediate container ee8cc07cd3cb [2020-10-10T12:58:59.080Z] ---> 62e9b55c397e [2020-10-10T12:58:59.080Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-10T12:58:59.080Z] Removing intermediate container bbe0a9268f2f [2020-10-10T12:58:59.080Z] ---> c4a05747509d [2020-10-10T12:58:59.080Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-10T12:58:59.352Z] ---> Running in 2a342d227913 [2020-10-10T12:58:59.352Z] ---> Running in 92e98b4d996f [2020-10-10T12:58:59.352Z] ---> Running in df782f93f041 [2020-10-10T12:58:59.620Z] Removing intermediate container 88d04e990b4f [2020-10-10T12:58:59.620Z] ---> 23754edb8c74 [2020-10-10T12:58:59.620Z] [2020-10-10T12:58:59.620Z] Step 10/26 : FROM alpine:3.10 [2020-10-10T12:58:59.620Z] Removing intermediate container 2a342d227913 [2020-10-10T12:58:59.620Z] ---> 665563e57949 [2020-10-10T12:58:59.620Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-10T12:58:59.620Z] ---> Running in 4b461d539814 [2020-10-10T12:58:59.620Z] Removing intermediate container 92e98b4d996f [2020-10-10T12:58:59.620Z] ---> a7ca4bfa5ffd [2020-10-10T12:58:59.620Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-10T12:58:59.620Z] Removing intermediate container df782f93f041 [2020-10-10T12:58:59.620Z] ---> 63b0ba88d322 [2020-10-10T12:58:59.620Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-10T12:58:59.883Z] ---> Running in 465838d6890e [2020-10-10T12:58:59.883Z] ---> Running in 052de45c4ccc [2020-10-10T12:58:59.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:58:59.883Z] 3.10: Pulling from library/alpine [2020-10-10T12:58:59.883Z] Removing intermediate container 4b461d539814 [2020-10-10T12:58:59.883Z] ---> 203bbcbd5214 [2020-10-10T12:58:59.883Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-10T12:58:59.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:59:00.147Z] Removing intermediate container 052de45c4ccc [2020-10-10T12:59:00.147Z] ---> 8efddcabc53e [2020-10-10T12:59:00.147Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-10T12:59:00.147Z] Removing intermediate container 465838d6890e [2020-10-10T12:59:00.147Z] ---> d08a789a6a50 [2020-10-10T12:59:00.147Z] Step 14/22 : WORKDIR / [2020-10-10T12:59:00.147Z] ---> Running in dddc65fa3216 [2020-10-10T12:59:00.147Z] (1/2) Installing readline (8.0.4-r0) [2020-10-10T12:59:00.147Z] (2/2) Installing bash (5.0.17-r0) [2020-10-10T12:59:00.147Z] Executing bash-5.0.17-r0.post-install [2020-10-10T12:59:00.147Z] ---> bbd623b55576 [2020-10-10T12:59:00.147Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-10T12:59:00.147Z] Executing busybox-1.31.1-r16.trigger [2020-10-10T12:59:00.409Z] OK: 12 MiB in 22 packages [2020-10-10T12:59:00.674Z] ---> 7485a765f86c [2020-10-10T12:59:00.674Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-10T12:59:00.674Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-10T12:59:02.069Z] Status: Downloaded newer image for alpine:3.10 [2020-10-10T12:59:02.069Z] ---> be4e4bea2c2e [2020-10-10T12:59:02.069Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-10T12:59:03.016Z] Removing intermediate container dddc65fa3216 [2020-10-10T12:59:03.016Z] ---> f71a67e8b540 [2020-10-10T12:59:03.016Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-10T12:59:03.277Z] ---> 4496829249ea [2020-10-10T12:59:03.277Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-10T12:59:03.277Z] ---> Running in 212862599a74 [2020-10-10T12:59:03.540Z] ---> 43f5e17c8a47 [2020-10-10T12:59:03.540Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-10T12:59:03.540Z] ---> 58e1a407b790 [2020-10-10T12:59:03.540Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-10T12:59:03.804Z] Removing intermediate container db06700cb681 [2020-10-10T12:59:03.804Z] ---> d19657bd43b7 [2020-10-10T12:59:03.804Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-10T12:59:04.069Z] ---> 09e082fda06c [2020-10-10T12:59:04.069Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-10T12:59:04.069Z] ---> Running in 5df435d64eac [2020-10-10T12:59:04.069Z] ---> e9f04e3eed32 [2020-10-10T12:59:04.069Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-10T12:59:04.330Z] ---> d9eb622316c1 [2020-10-10T12:59:04.330Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-10T12:59:04.330Z] ---> Running in 2a9c6082df74 [2020-10-10T12:59:04.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:59:04.596Z] ---> 5bfd1f647641 [2020-10-10T12:59:04.596Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-10T12:59:04.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:59:04.596Z] ---> ed35aeaa83b3 [2020-10-10T12:59:04.596Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-10T12:59:04.596Z] Removing intermediate container 2a9c6082df74 [2020-10-10T12:59:04.596Z] ---> 390f8a9190c7 [2020-10-10T12:59:04.596Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-10T12:59:04.870Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-10T12:59:04.870Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-10T12:59:04.870Z] OK: 10346 distinct packages available [2020-10-10T12:59:04.870Z] ---> Running in eaac10137d03 [2020-10-10T12:59:04.870Z] ---> Running in 7685fb16c03d [2020-10-10T12:59:05.137Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-10T12:59:05.137Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-10T12:59:05.137Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-10T12:59:05.137Z] Removing intermediate container eaac10137d03 [2020-10-10T12:59:05.137Z] ---> 20238e7ab920 [2020-10-10T12:59:05.137Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-10T12:59:05.137Z] (4/5) Installing curl (7.66.0-r1) [2020-10-10T12:59:05.137Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-10T12:59:05.137Z] Executing busybox-1.30.1-r3.trigger [2020-10-10T12:59:05.137Z] Executing ca-certificates-20191127-r2.trigger [2020-10-10T12:59:05.137Z] OK: 7 MiB in 19 packages [2020-10-10T12:59:05.713Z] ---> Running in caac13a87b27 [2020-10-10T12:59:05.713Z] ---> 333675858f07 [2020-10-10T12:59:05.713Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-10T12:59:05.713Z] Removing intermediate container 7685fb16c03d [2020-10-10T12:59:05.713Z] ---> c11fcb0c644c [2020-10-10T12:59:05.713Z] Step 19/21 : LABEL arch=x86_64 [2020-10-10T12:59:05.976Z] ---> Running in 3d56de262033 [2020-10-10T12:59:06.237Z] Removing intermediate container caac13a87b27 [2020-10-10T12:59:06.237Z] ---> 769da25fa2ff [2020-10-10T12:59:06.237Z] Step 20/22 : LABEL arch=x86_64 [2020-10-10T12:59:06.237Z] Removing intermediate container 5df435d64eac [2020-10-10T12:59:06.237Z] ---> aaa0e22e9266 [2020-10-10T12:59:06.237Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-10T12:59:06.499Z] ---> 43ec8a454b46 [2020-10-10T12:59:06.499Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-10T12:59:06.761Z] ---> Running in 913fd80a6fde [2020-10-10T12:59:07.029Z] Removing intermediate container 3d56de262033 [2020-10-10T12:59:07.029Z] ---> 59671aa40bed [2020-10-10T12:59:07.029Z] Step 20/21 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T12:59:07.029Z] ---> Running in 4211c5a14cc8 [2020-10-10T12:59:07.029Z] ---> Running in 3900ec7efc5f [2020-10-10T12:59:07.029Z] ---> Running in 3982e2711048 [2020-10-10T12:59:07.029Z] Removing intermediate container 212862599a74 [2020-10-10T12:59:07.029Z] ---> a4baaf8baee6 [2020-10-10T12:59:07.029Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-10T12:59:07.294Z] Removing intermediate container 913fd80a6fde [2020-10-10T12:59:07.294Z] ---> 8ab5674e00c5 [2020-10-10T12:59:07.294Z] Step 21/22 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T12:59:07.294Z] ---> Running in ab60344afced [2020-10-10T12:59:07.294Z] ---> Running in 895671b41729 [2020-10-10T12:59:07.294Z] Removing intermediate container 4211c5a14cc8 [2020-10-10T12:59:07.294Z] ---> 3507e3705a6b [2020-10-10T12:59:07.294Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-10T12:59:07.558Z] Removing intermediate container 3900ec7efc5f [2020-10-10T12:59:07.558Z] ---> caad2561d098 [2020-10-10T12:59:07.558Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-10T12:59:07.558Z] Removing intermediate container 3982e2711048 [2020-10-10T12:59:07.558Z] ---> 605533128b81 [2020-10-10T12:59:07.558Z] Step 21/21 : LABEL version=0.0.0 [2020-10-10T12:59:07.558Z] ---> Running in 78210b15e319 [2020-10-10T12:59:07.558Z] ---> Running in c0cb0cfee4ff [2020-10-10T12:59:07.819Z] ---> Running in 93ba19136ae1 [2020-10-10T12:59:07.819Z] Removing intermediate container ab60344afced [2020-10-10T12:59:07.819Z] ---> 18c24e688c5c [2020-10-10T12:59:07.819Z] Step 13/26 : WORKDIR / [2020-10-10T12:59:07.819Z] Removing intermediate container 895671b41729 [2020-10-10T12:59:07.819Z] ---> 8031b610f403 [2020-10-10T12:59:07.819Z] Step 22/22 : LABEL version=0.0.0 [2020-10-10T12:59:07.819Z] ---> Running in 7b21f76132f5 [2020-10-10T12:59:08.081Z] ---> Running in d61d97658a2b [2020-10-10T12:59:08.081Z] Removing intermediate container 78210b15e319 [2020-10-10T12:59:08.081Z] ---> f39a12839eff [2020-10-10T12:59:08.081Z] Step 22/24 : LABEL arch=x86_64 [2020-10-10T12:59:08.081Z] Removing intermediate container c0cb0cfee4ff [2020-10-10T12:59:08.081Z] ---> 2f70712de552 [2020-10-10T12:59:08.081Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-10T12:59:08.081Z] Removing intermediate container 93ba19136ae1 [2020-10-10T12:59:08.081Z] ---> 87a4396f6095 [2020-10-10T12:59:08.081Z] [2020-10-10T12:59:08.343Z] ---> Running in 801cabd0a47a [2020-10-10T12:59:08.343Z] ---> Running in f131a7d478f9 [2020-10-10T12:59:08.607Z] Successfully built 87a4396f6095 [2020-10-10T12:59:08.607Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-10T12:59:08.607Z] Removing intermediate container 7b21f76132f5 [2020-10-10T12:59:08.607Z] ---> b86eab6be56b [2020-10-10T12:59:08.607Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-10T12:59:08.607Z] Building docker-core-metadata-go [2020-10-10T12:59:08.607Z]  Building docker-support-scheduler-go ... done Removing intermediate container d61d97658a2b [2020-10-10T12:59:08.607Z] ---> e486d542ffd7 [2020-10-10T12:59:08.607Z] [2020-10-10T12:59:08.878Z] Removing intermediate container 801cabd0a47a [2020-10-10T12:59:08.878Z] ---> a73286c77bae [2020-10-10T12:59:08.878Z] Step 23/24 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T12:59:08.878Z] Removing intermediate container f131a7d478f9 [2020-10-10T12:59:08.878Z] ---> 8e3175cf3756 [2020-10-10T12:59:08.878Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-10T12:59:08.878Z] Successfully built e486d542ffd7 [2020-10-10T12:59:08.878Z] ---> Running in 1ebcee9933b1 [2020-10-10T12:59:08.878Z] Successfully tagged docker-core-command-go:latest [2020-10-10T12:59:08.878Z] Building docker-core-data-go [2020-10-10T12:59:09.152Z]  Building docker-core-command-go ... done  ---> daa222f5aa50 [2020-10-10T12:59:09.152Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-10T12:59:09.152Z] Removing intermediate container 1ebcee9933b1 [2020-10-10T12:59:09.152Z] ---> 05084bd56d26 [2020-10-10T12:59:09.152Z] Step 24/24 : LABEL version=0.0.0 [2020-10-10T12:59:09.152Z] ---> Running in 110b935d4731 [2020-10-10T12:59:09.731Z] ---> de84e4add353 [2020-10-10T12:59:09.731Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-10T12:59:11.827Z] ---> 78633a0018cc [2020-10-10T12:59:11.827Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-10T12:59:11.827Z] Removing intermediate container 110b935d4731 [2020-10-10T12:59:11.827Z] ---> d21aa3051b06 [2020-10-10T12:59:11.827Z] [2020-10-10T12:59:11.827Z] Successfully built d21aa3051b06 [2020-10-10T12:59:11.827Z] Successfully tagged docker-support-notifications-go:latest [2020-10-10T12:59:11.827Z] Building docker-security-proxy-setup-go [2020-10-10T12:59:11.827Z]  Building docker-support-notifications-go ... done  ---> c270ffcefc91 [2020-10-10T12:59:11.827Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-10T12:59:18.437Z] ---> fd08d03af1ec [2020-10-10T12:59:18.437Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-10T12:59:18.437Z] ---> a5c84167c557 [2020-10-10T12:59:18.437Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-10T12:59:18.700Z] ---> d1154edfa48a [2020-10-10T12:59:18.700Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-10T12:59:18.700Z] ---> e07f3440b100 [2020-10-10T12:59:18.700Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-10T12:59:18.700Z] ---> Running in c2d4249cefa0 [2020-10-10T12:59:19.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:59:19.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:59:19.926Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-10T12:59:19.926Z] (2/33) Installing expat (2.2.9-r1) [2020-10-10T12:59:19.926Z] (3/33) Installing libffi (3.3-r2) [2020-10-10T12:59:19.926Z] (4/33) Installing gdbm (1.13-r1) [2020-10-10T12:59:20.516Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-10T12:59:20.516Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-10T12:59:20.516Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-10T12:59:24.769Z] ---> 98d93999ecd4 [2020-10-10T12:59:24.769Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-10T12:59:28.112Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-10T12:59:28.112Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-10T12:59:28.112Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-10T12:59:28.112Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-10T12:59:28.113Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-10T12:59:29.068Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-10T12:59:29.647Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-10T12:59:30.229Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-10T12:59:30.494Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-10T12:59:31.069Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-10T12:59:32.022Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-10T12:59:32.022Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-10T12:59:32.292Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-10T12:59:32.578Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-10T12:59:32.578Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-10T12:59:32.841Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-10T12:59:33.790Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T12:59:33.790Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-10T12:59:33.790Z] ---> 35ad74ce58c9 [2020-10-10T12:59:33.791Z] Step 3/22 : WORKDIR /edgex-go [2020-10-10T12:59:33.791Z] ---> Using cache [2020-10-10T12:59:33.791Z] ---> f7c442fff99b [2020-10-10T12:59:33.791Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T12:59:33.791Z] ---> Using cache [2020-10-10T12:59:33.791Z] ---> 1980cc873779 [2020-10-10T12:59:33.791Z] Step 5/22 : RUN apk update && apk add make git [2020-10-10T12:59:33.791Z] ---> Using cache [2020-10-10T12:59:33.791Z] ---> 652952520179 [2020-10-10T12:59:33.791Z] Step 6/22 : COPY go.mod . [2020-10-10T12:59:33.791Z] ---> Using cache [2020-10-10T12:59:33.791Z] ---> 3d06a9682063 [2020-10-10T12:59:33.791Z] Step 7/22 : RUN go mod download [2020-10-10T12:59:33.791Z] ---> Using cache [2020-10-10T12:59:33.791Z] ---> ff2769dadcef [2020-10-10T12:59:33.791Z] Step 8/22 : COPY . . [2020-10-10T12:59:33.791Z] ---> Using cache [2020-10-10T12:59:33.791Z] ---> 5cd59646875e [2020-10-10T12:59:33.791Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-10T12:59:33.791Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T12:59:33.791Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-10T12:59:33.791Z] ---> 35ad74ce58c9 [2020-10-10T12:59:33.791Z] Step 3/23 : WORKDIR /edgex-go [2020-10-10T12:59:33.791Z] ---> Using cache [2020-10-10T12:59:33.791Z] ---> f7c442fff99b [2020-10-10T12:59:33.791Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T12:59:33.791Z] ---> Using cache [2020-10-10T12:59:33.791Z] ---> 1980cc873779 [2020-10-10T12:59:33.791Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-10T12:59:34.750Z] ---> a8229c78c188 [2020-10-10T12:59:34.751Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-10T12:59:34.751Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-10T12:59:34.751Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-10T12:59:34.751Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-10T12:59:35.018Z] ---> Running in a850d5aabfb2 [2020-10-10T12:59:35.018Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-10T12:59:35.018Z] ---> Running in 8d2d8e2acb16 [2020-10-10T12:59:35.018Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-10T12:59:35.018Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-10T12:59:35.018Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-10T12:59:35.018Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-10T12:59:35.018Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-10T12:59:35.018Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-10T12:59:35.280Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T12:59:35.280Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-10T12:59:35.280Z] ---> 35ad74ce58c9 [2020-10-10T12:59:35.280Z] Step 3/20 : WORKDIR /edgex-go [2020-10-10T12:59:35.280Z] ---> Using cache [2020-10-10T12:59:35.280Z] ---> f7c442fff99b [2020-10-10T12:59:35.280Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T12:59:35.280Z] ---> Using cache [2020-10-10T12:59:35.280Z] ---> 1980cc873779 [2020-10-10T12:59:35.280Z] Step 5/20 : RUN apk update && apk add make git [2020-10-10T12:59:35.280Z] ---> Using cache [2020-10-10T12:59:35.280Z] ---> 652952520179 [2020-10-10T12:59:35.280Z] Step 6/20 : COPY go.mod . [2020-10-10T12:59:35.280Z] ---> Using cache [2020-10-10T12:59:35.280Z] ---> 3d06a9682063 [2020-10-10T12:59:35.280Z] Step 7/20 : RUN go mod download [2020-10-10T12:59:35.280Z] ---> Using cache [2020-10-10T12:59:35.280Z] ---> ff2769dadcef [2020-10-10T12:59:35.280Z] Step 8/20 : COPY . . [2020-10-10T12:59:35.280Z] ---> Using cache [2020-10-10T12:59:35.280Z] ---> 5cd59646875e [2020-10-10T12:59:35.280Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-10T12:59:35.854Z] Executing busybox-1.31.1-r16.trigger [2020-10-10T12:59:35.854Z] OK: 71 MiB in 55 packages [2020-10-10T12:59:36.431Z] 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-10T12:59:36.431Z] ---> 2f206dc97210 [2020-10-10T12:59:36.431Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-10T12:59:36.431Z] ---> Running in be2e610cfecb [2020-10-10T12:59:36.431Z] ---> Running in 9b6fda6e245f [2020-10-10T12:59:36.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T12:59:37.668Z] 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-10T12:59:37.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T12:59:38.266Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-10T12:59:38.266Z] v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-10T12:59:38.266Z] OK: 12752 distinct packages available [2020-10-10T12:59:38.547Z] OK: 233 MiB in 51 packages [2020-10-10T12:59:40.511Z] Removing intermediate container 9b6fda6e245f [2020-10-10T12:59:40.511Z] ---> 6d236199fee3 [2020-10-10T12:59:40.511Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-10T12:59:41.491Z] ---> Running in 1bc136767490 [2020-10-10T12:59:43.485Z] Removing intermediate container 8d2d8e2acb16 [2020-10-10T12:59:43.485Z] ---> 6a6b2e826875 [2020-10-10T12:59:43.485Z] Step 6/23 : COPY go.mod . [2020-10-10T12:59:43.762Z] Removing intermediate container 1bc136767490 [2020-10-10T12:59:43.762Z] ---> 9d3df3856c86 [2020-10-10T12:59:43.762Z] Step 24/26 : LABEL arch=x86_64 [2020-10-10T12:59:46.357Z] ---> Running in 5f6e20d896e3 [2020-10-10T12:59:46.632Z] ---> ac15e2d73ba9 [2020-10-10T12:59:46.632Z] Step 7/23 : RUN go mod download [2020-10-10T12:59:47.608Z] ---> Running in 464bfdd3439f [2020-10-10T12:59:48.564Z] Removing intermediate container 5f6e20d896e3 [2020-10-10T12:59:48.564Z] ---> d52f10569be0 [2020-10-10T12:59:48.564Z] Step 25/26 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T12:59:49.326Z] ---> Running in 417a787dc952 [2020-10-10T12:59:50.074Z] Removing intermediate container 417a787dc952 [2020-10-10T12:59:50.074Z] ---> 7f40d6a96f62 [2020-10-10T12:59:50.074Z] Step 26/26 : LABEL version=0.0.0 [2020-10-10T12:59:50.074Z] Removing intermediate container c2d4249cefa0 [2020-10-10T12:59:50.074Z] ---> 46bba7ce885c [2020-10-10T12:59:50.074Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-10T12:59:50.074Z] ---> Running in 415791ea3f26 [2020-10-10T12:59:50.549Z] ---> Running in e336ea4e6103 [2020-10-10T12:59:50.549Z] Removing intermediate container 415791ea3f26 [2020-10-10T12:59:50.549Z] ---> 372cc36e9fcc [2020-10-10T12:59:50.549Z] [2020-10-10T12:59:50.830Z] Successfully built 372cc36e9fcc [2020-10-10T12:59:50.830Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-10T12:59:50.830Z] Building docker-support-logging-go [2020-10-10T12:59:55.085Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 464bfdd3439f [2020-10-10T12:59:55.085Z] ---> 54775ef31759 [2020-10-10T12:59:55.085Z] Step 8/23 : COPY . . [2020-10-10T12:59:55.085Z] Collecting docker-compose==1.23.2 [2020-10-10T12:59:55.085Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-10T12:59:58.425Z] Collecting docker<4.0,>=3.6.0 [2020-10-10T12:59:58.425Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-10T13:00:01.756Z] Collecting texttable<0.10,>=0.9.0 [2020-10-10T13:00:01.756Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-10T13:00:05.102Z] Collecting PyYAML<4,>=3.10 [2020-10-10T13:00:05.102Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-10T13:00:08.483Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-10T13:00:08.483Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-10T13:00:11.046Z] Collecting jsonschema<3,>=2.5.1 [2020-10-10T13:00:11.046Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-10T13:00:12.465Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-10T13:00:12.465Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-10T13:00:12.729Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T13:00:12.729Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-10T13:00:12.991Z] ---> 35ad74ce58c9 [2020-10-10T13:00:12.991Z] Step 3/22 : WORKDIR /edgex-go [2020-10-10T13:00:13.568Z] ---> Using cache [2020-10-10T13:00:13.568Z] ---> f7c442fff99b [2020-10-10T13:00:13.568Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T13:00:13.568Z] ---> Using cache [2020-10-10T13:00:13.568Z] ---> 1980cc873779 [2020-10-10T13:00:13.568Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-10T13:00:14.542Z] Collecting cached-property<2,>=1.2.0 [2020-10-10T13:00:14.542Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-10T13:00:14.542Z] Removing intermediate container be2e610cfecb [2020-10-10T13:00:14.542Z] ---> aee38524f4b9 [2020-10-10T13:00:14.542Z] [2020-10-10T13:00:14.542Z] Step 10/20 : FROM alpine [2020-10-10T13:00:14.542Z] ---> Running in 66c3abc17785 [2020-10-10T13:00:14.811Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-10T13:00:14.811Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-10T13:00:14.811Z] 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-10T13:00:14.811Z] latest: Pulling from library/alpine [2020-10-10T13:00:14.811Z] Collecting docopt<0.7,>=0.6.1 [2020-10-10T13:00:14.811Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-10T13:00:15.391Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-10T13:00:15.391Z] Status: Downloaded newer image for alpine:latest [2020-10-10T13:00:15.391Z] ---> a24bb4013296 [2020-10-10T13:00:15.391Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-10T13:00:16.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T13:00:16.799Z] Collecting docker-pycreds>=0.4.0 [2020-10-10T13:00:16.799Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-10T13:00:16.799Z] 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-10T13:00:16.799Z] 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-10T13:00:17.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T13:00:17.378Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-10T13:00:17.378Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-10T13:00:17.378Z] ---> Running in 6fd88c386ed4 [2020-10-10T13:00:17.378Z] Collecting idna<2.8,>=2.5 [2020-10-10T13:00:17.378Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-10T13:00:17.640Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-10T13:00:17.640Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-10T13:00:17.640Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-10T13:00:17.640Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-10T13:00:17.640Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, PyYAML, jsonschema, dockerpty, cached-property, docopt, docker-compose [2020-10-10T13:00:18.215Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-10T13:00:18.215Z] v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-10T13:00:18.215Z] OK: 12752 distinct packages available [2020-10-10T13:00:18.478Z] OK: 233 MiB in 51 packages [2020-10-10T13:00:18.743Z] OK: 233 MiB in 51 packages [2020-10-10T13:00:18.743Z] Attempting uninstall: urllib3 [2020-10-10T13:00:18.743Z] Found existing installation: urllib3 1.25.9 [2020-10-10T13:00:18.743Z] Uninstalling urllib3-1.25.9: [2020-10-10T13:00:18.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T13:00:19.007Z] Successfully uninstalled urllib3-1.25.9 [2020-10-10T13:00:19.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T13:00:19.271Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-10T13:00:19.271Z] v3.12.0-381-g200ba6e281 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-10T13:00:19.271Z] OK: 12750 distinct packages available [2020-10-10T13:00:19.533Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-10T13:00:19.533Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-10T13:00:20.478Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-10T13:00:20.478Z] (4/4) Installing curl (7.69.1-r1) [2020-10-10T13:00:20.478Z] Executing busybox-1.31.1-r16.trigger [2020-10-10T13:00:20.478Z] Executing ca-certificates-20191127-r4.trigger [2020-10-10T13:00:20.478Z] OK: 7 MiB in 18 packages [2020-10-10T13:00:21.054Z] Attempting uninstall: idna [2020-10-10T13:00:21.054Z] Found existing installation: idna 2.9 [2020-10-10T13:00:21.054Z] Uninstalling idna-2.9: [2020-10-10T13:00:21.054Z] Removing intermediate container a850d5aabfb2 [2020-10-10T13:00:21.054Z] ---> a9131600255a [2020-10-10T13:00:21.054Z] [2020-10-10T13:00:21.054Z] Step 10/22 : FROM scratch [2020-10-10T13:00:21.054Z] ---> [2020-10-10T13:00:21.054Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-10T13:00:21.054Z] Successfully uninstalled idna-2.9 [2020-10-10T13:00:21.631Z] ---> Using cache [2020-10-10T13:00:21.631Z] ---> c4a05747509d [2020-10-10T13:00:21.631Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-10T13:00:21.631Z] Attempting uninstall: requests [2020-10-10T13:00:21.631Z] Found existing installation: requests 2.23.0 [2020-10-10T13:00:21.631Z] Uninstalling requests-2.23.0: [2020-10-10T13:00:21.631Z] Successfully uninstalled requests-2.23.0 [2020-10-10T13:00:21.895Z] ---> Running in 405c4a518776 [2020-10-10T13:00:21.895Z] ---> 529b34885809 [2020-10-10T13:00:21.895Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-10T13:00:22.158Z] Removing intermediate container 66c3abc17785 [2020-10-10T13:00:22.158Z] ---> fd2548d7fd04 [2020-10-10T13:00:22.158Z] Step 6/22 : COPY go.mod . [2020-10-10T13:00:22.739Z] ---> Running in eec5fa014451 [2020-10-10T13:00:23.311Z] Removing intermediate container 405c4a518776 [2020-10-10T13:00:23.311Z] ---> ee5206ceae8b [2020-10-10T13:00:23.311Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-10T13:00:23.311Z] Running setup.py install for texttable: started [2020-10-10T13:00:23.574Z] ---> 3bee7e17b1f0 [2020-10-10T13:00:23.574Z] Step 7/22 : RUN go mod download [2020-10-10T13:00:23.574Z] Removing intermediate container 6fd88c386ed4 [2020-10-10T13:00:23.574Z] ---> 82509913b3c3 [2020-10-10T13:00:23.574Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-10T13:00:23.574Z] ---> Running in f885ca8921c7 [2020-10-10T13:00:23.574Z] ---> Running in de5cde3278b9 [2020-10-10T13:00:23.836Z] ---> Running in 5ca7d1950c33 [2020-10-10T13:00:24.127Z] Running setup.py install for texttable: finished with status 'done' [2020-10-10T13:00:24.127Z] Running setup.py install for PyYAML: started [2020-10-10T13:00:24.127Z] Removing intermediate container f885ca8921c7 [2020-10-10T13:00:24.127Z] ---> df959cf173b8 [2020-10-10T13:00:24.127Z] Step 14/22 : WORKDIR / [2020-10-10T13:00:24.127Z] 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-10T13:00:24.127Z] Removing intermediate container 5ca7d1950c33 [2020-10-10T13:00:24.127Z] ---> a4471f310619 [2020-10-10T13:00:24.127Z] Step 13/20 : WORKDIR /edgex [2020-10-10T13:00:24.127Z] ---> Running in 7abb731c516d [2020-10-10T13:00:24.127Z] ---> Running in 080a8f5989f9 [2020-10-10T13:00:25.095Z] Removing intermediate container 7abb731c516d [2020-10-10T13:00:25.095Z] ---> 324ebac1d5a1 [2020-10-10T13:00:25.095Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-10T13:00:25.365Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-10T13:00:25.365Z] Removing intermediate container 080a8f5989f9 [2020-10-10T13:00:25.365Z] ---> 76332829e61a [2020-10-10T13:00:25.365Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-10T13:00:25.365Z] Running setup.py install for dockerpty: started [2020-10-10T13:00:25.646Z] ---> b964a73785b6 [2020-10-10T13:00:25.646Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-10T13:00:25.915Z] ---> 0028285aba2d [2020-10-10T13:00:25.915Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-10T13:00:25.915Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-10T13:00:25.915Z] Running setup.py install for docopt: started [2020-10-10T13:00:26.510Z] Running setup.py install for docopt: finished with status 'done' [2020-10-10T13:00:26.788Z] ---> 4257cd3f36c9 [2020-10-10T13:00:26.788Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-10T13:00:27.391Z] ---> 084c13f9c64e [2020-10-10T13:00:27.392Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-10T13:00:27.676Z] Removing intermediate container de5cde3278b9 [2020-10-10T13:00:27.676Z] ---> dce054737fb0 [2020-10-10T13:00:27.676Z] Step 8/22 : COPY . . [2020-10-10T13:00:27.676Z] 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-10T13:00:27.676Z] ---> e48a39003910 [2020-10-10T13:00:27.676Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-10T13:00:27.676Z] ---> Running in 174651cf0d96 [2020-10-10T13:00:29.667Z] ---> Running in 836aa24be941 [2020-10-10T13:00:31.112Z] Removing intermediate container 174651cf0d96 [2020-10-10T13:00:31.112Z] ---> 3528e3731b82 [2020-10-10T13:00:31.112Z] Step 17/20 : CMD ["--init=true"] [2020-10-10T13:00:34.451Z] ---> Running in 07c1d54be892 [2020-10-10T13:00:34.451Z] Removing intermediate container 836aa24be941 [2020-10-10T13:00:34.451Z] ---> 91ca3bb0c27a [2020-10-10T13:00:34.451Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-10T13:00:37.033Z] ---> Running in 87e1e64db4e3 [2020-10-10T13:00:39.586Z] Removing intermediate container 07c1d54be892 [2020-10-10T13:00:39.586Z] ---> 85e6e690bbd9 [2020-10-10T13:00:39.586Z] Step 18/20 : LABEL arch=x86_64 [2020-10-10T13:00:39.850Z] Removing intermediate container e336ea4e6103 [2020-10-10T13:00:39.850Z] ---> daab82e44a78 [2020-10-10T13:00:39.850Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-10T13:00:43.196Z] ---> Running in fa429dc2181b [2020-10-10T13:00:43.196Z] ---> Running in deef91345502 [2020-10-10T13:00:43.196Z] Removing intermediate container 87e1e64db4e3 [2020-10-10T13:00:43.196Z] ---> 3f99604441ac [2020-10-10T13:00:43.196Z] Step 20/22 : LABEL arch=x86_64 [2020-10-10T13:00:44.604Z] ---> Running in c8b661e70f0d [2020-10-10T13:00:46.034Z] Removing intermediate container fa429dc2181b [2020-10-10T13:00:46.034Z] ---> a75927724c59 [2020-10-10T13:00:46.034Z] Step 19/20 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T13:00:47.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T13:00:47.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T13:00:47.739Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-10T13:00:47.739Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-10T13:00:47.739Z] (3/3) Installing curl (7.69.1-r1) [2020-10-10T13:00:47.739Z] Executing busybox-1.31.1-r16.trigger [2020-10-10T13:00:47.739Z] OK: 72 MiB in 58 packages [2020-10-10T13:00:47.739Z] ---> Running in a669c28c05a1 [2020-10-10T13:00:47.739Z] Removing intermediate container c8b661e70f0d [2020-10-10T13:00:47.739Z] ---> 25ef0e94ad91 [2020-10-10T13:00:47.739Z] Step 21/22 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T13:00:49.884Z] ---> Running in 15e5c203a5c0 [2020-10-10T13:00:50.467Z] Removing intermediate container a669c28c05a1 [2020-10-10T13:00:50.467Z] ---> b9716157b350 [2020-10-10T13:00:50.467Z] Step 20/20 : LABEL version=0.0.0 [2020-10-10T13:00:50.730Z] ---> d119bc60f759 [2020-10-10T13:00:50.730Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-10T13:00:50.730Z] ---> Running in 3d5b71305edd [2020-10-10T13:00:50.993Z] ---> Running in 1c12430430b7 [2020-10-10T13:00:50.993Z] Removing intermediate container 15e5c203a5c0 [2020-10-10T13:00:50.994Z] ---> 7d504173cd46 [2020-10-10T13:00:50.994Z] Step 22/22 : LABEL version=0.0.0 [2020-10-10T13:00:50.994Z] Removing intermediate container deef91345502 [2020-10-10T13:00:50.994Z] ---> ab0e5d82e0c8 [2020-10-10T13:00:50.994Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-10T13:00:51.260Z] ---> Running in 62c7575a1663 [2020-10-10T13:00:51.260Z] ---> Running in 5c443fbe5661 [2020-10-10T13:00:51.260Z] Removing intermediate container 3d5b71305edd [2020-10-10T13:00:51.260Z] ---> 412dd564b58f [2020-10-10T13:00:51.260Z] [2020-10-10T13:00:51.528Z] Successfully built 412dd564b58f [2020-10-10T13:00:51.528Z] Removing intermediate container 5c443fbe5661 [2020-10-10T13:00:51.528Z] ---> 28f14921c4ee [2020-10-10T13:00:51.528Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-10T13:00:51.528Z] Removing intermediate container 62c7575a1663 [2020-10-10T13:00:51.528Z] ---> f3642b4a94b7 [2020-10-10T13:00:51.528Z] [2020-10-10T13:00:51.528Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-10T13:00:51.528Z] Building docker-security-secrets-setup-go [2020-10-10T13:00:51.793Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9683116af8c4 [2020-10-10T13:00:51.793Z] 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-10T13:00:51.793Z] Successfully built f3642b4a94b7 [2020-10-10T13:00:51.793Z] Successfully tagged docker-core-metadata-go:latest [2020-10-10T13:00:51.793Z]  Building docker-core-metadata-go ... done Removing intermediate container 9683116af8c4 [2020-10-10T13:00:51.793Z] ---> 6ce5c017ba4c [2020-10-10T13:00:51.793Z] Step 25/27 : LABEL arch=x86_64 [2020-10-10T13:00:52.056Z] ---> Running in 0164948df679 [2020-10-10T13:00:52.649Z] Removing intermediate container 0164948df679 [2020-10-10T13:00:52.649Z] ---> ff8e18060a3d [2020-10-10T13:00:52.649Z] Step 26/27 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T13:00:54.592Z] ---> Running in 21a8614852f5 [2020-10-10T13:00:57.203Z] Removing intermediate container 21a8614852f5 [2020-10-10T13:00:57.203Z] ---> fb82848bb429 [2020-10-10T13:00:57.203Z] Step 27/27 : LABEL version=0.0.0 [2020-10-10T13:00:57.203Z] ---> Running in 6dd681a588a7 [2020-10-10T13:00:57.479Z] Removing intermediate container 6dd681a588a7 [2020-10-10T13:00:57.479Z] ---> 6decafbae566 [2020-10-10T13:00:57.479Z] [2020-10-10T13:00:57.479Z] Successfully built 6decafbae566 [2020-10-10T13:00:57.767Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-10T13:01:07.887Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eec5fa014451 [2020-10-10T13:01:07.887Z] ---> 34b57eef585f [2020-10-10T13:01:07.887Z] [2020-10-10T13:01:07.887Z] Step 10/23 : FROM alpine [2020-10-10T13:01:07.887Z] ---> a24bb4013296 [2020-10-10T13:01:07.887Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-10T13:01:07.887Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-10T13:01:07.887Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-10T13:01:07.887Z] ---> 35ad74ce58c9 [2020-10-10T13:01:07.887Z] Step 3/29 : WORKDIR /edgex-go [2020-10-10T13:01:07.887Z] ---> Using cache [2020-10-10T13:01:07.887Z] ---> f7c442fff99b [2020-10-10T13:01:07.887Z] Step 4/29 : RUN apk update && apk add make git [2020-10-10T13:01:09.282Z] ---> Running in d2b0efe33f48 [2020-10-10T13:01:09.545Z] ---> Running in ed77320c4368 [2020-10-10T13:01:09.545Z] Removing intermediate container d2b0efe33f48 [2020-10-10T13:01:09.545Z] ---> cbbb8dfe35e1 [2020-10-10T13:01:09.545Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-10T13:01:09.808Z] ---> Running in b0b1e4253a96 [2020-10-10T13:01:10.071Z] Removing intermediate container b0b1e4253a96 [2020-10-10T13:01:10.071Z] ---> d6d66cf7e8de [2020-10-10T13:01:10.071Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-10T13:01:10.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T13:01:10.647Z] ---> Running in cb66cce03492 [2020-10-10T13:01:10.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T13:01:11.494Z] Removing intermediate container cb66cce03492 [2020-10-10T13:01:11.494Z] ---> ab8b531842e6 [2020-10-10T13:01:11.494Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-10T13:01:11.494Z] Removing intermediate container 1c12430430b7 [2020-10-10T13:01:11.494Z] ---> 801f046c211b [2020-10-10T13:01:11.494Z] [2020-10-10T13:01:11.494Z] Step 10/22 : FROM scratch [2020-10-10T13:01:11.494Z] ---> [2020-10-10T13:01:11.494Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-10T13:01:11.494Z] ---> Running in d7596f07c18d [2020-10-10T13:01:11.494Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-10T13:01:11.494Z] v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-10T13:01:11.494Z] OK: 12752 distinct packages available [2020-10-10T13:01:11.758Z] OK: 233 MiB in 51 packages [2020-10-10T13:01:11.758Z] ---> Using cache [2020-10-10T13:01:11.758Z] ---> 78ffebb7940b [2020-10-10T13:01:11.758Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-10T13:01:11.758Z] ---> Running in 1e03b7740a6a [2020-10-10T13:01:12.021Z] Removing intermediate container 1e03b7740a6a [2020-10-10T13:01:12.022Z] ---> 8c290fdc898d [2020-10-10T13:01:12.022Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-10T13:01:12.321Z] ---> Running in 454d0b5da358 [2020-10-10T13:01:12.601Z] Removing intermediate container 454d0b5da358 [2020-10-10T13:01:12.601Z] ---> 2d47bb8ce849 [2020-10-10T13:01:12.601Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-10T13:01:12.601Z] Removing intermediate container ed77320c4368 [2020-10-10T13:01:12.601Z] ---> b4e3929bffff [2020-10-10T13:01:12.601Z] Step 5/29 : COPY go.mod . [2020-10-10T13:01:12.601Z] Removing intermediate container d7596f07c18d [2020-10-10T13:01:12.601Z] ---> 246a5706c2c8 [2020-10-10T13:01:12.601Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-10T13:01:12.601Z] ---> Running in 078aebe4a096 [2020-10-10T13:01:12.883Z] ---> 301e409e55d0 [2020-10-10T13:01:12.883Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-10T13:01:12.883Z] ---> eea25bfaf2a6 [2020-10-10T13:01:12.883Z] Step 6/29 : RUN go mod download [2020-10-10T13:01:13.165Z] ---> Running in 59f1b0aabb1e [2020-10-10T13:01:13.428Z] ---> 2a0e5541fbd2 [2020-10-10T13:01:13.428Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-10T13:01:13.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T13:01:14.065Z] ---> b2b21594ede7 [2020-10-10T13:01:14.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-10T13:01:14.065Z] ---> ff26b41c4275 [2020-10-10T13:01:14.065Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-10T13:01:14.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T13:01:14.363Z] ---> Running in e7c33de7f3e1 [2020-10-10T13:01:14.363Z] Removing intermediate container e7c33de7f3e1 [2020-10-10T13:01:14.363Z] ---> adc905bb1d88 [2020-10-10T13:01:14.363Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-10T13:01:14.650Z] Removing intermediate container 59f1b0aabb1e [2020-10-10T13:01:14.650Z] ---> 404c8d180cf4 [2020-10-10T13:01:14.650Z] Step 7/29 : COPY . . [2020-10-10T13:01:14.650Z] ---> Running in 2747297b4de8 [2020-10-10T13:01:14.650Z] Removing intermediate container 2747297b4de8 [2020-10-10T13:01:14.650Z] ---> 3045470ee79d [2020-10-10T13:01:14.916Z] Step 20/22 : LABEL arch=x86_64 [2020-10-10T13:01:15.190Z] ---> Running in b4020a730841 [2020-10-10T13:01:15.190Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-10T13:01:15.464Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-10T13:01:15.464Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-10T13:01:15.736Z] Removing intermediate container b4020a730841 [2020-10-10T13:01:15.736Z] ---> 75d65c53b5a2 [2020-10-10T13:01:15.736Z] Step 21/22 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T13:01:16.007Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-10T13:01:16.604Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-10T13:01:16.870Z] Executing busybox-1.31.1-r16.trigger [2020-10-10T13:01:16.870Z] OK: 8 MiB in 19 packages [2020-10-10T13:01:17.136Z] ---> Running in ab75868cdccb [2020-10-10T13:01:18.085Z] Removing intermediate container ab75868cdccb [2020-10-10T13:01:18.085Z] ---> 3de5df7aab6f [2020-10-10T13:01:18.085Z] Step 22/22 : LABEL version=0.0.0 [2020-10-10T13:01:20.671Z] ---> Running in 49fdd71ea86d [2020-10-10T13:01:22.096Z] Removing intermediate container 078aebe4a096 [2020-10-10T13:01:22.096Z] ---> b777fd45224f [2020-10-10T13:01:22.096Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-10T13:01:23.508Z] Removing intermediate container 49fdd71ea86d [2020-10-10T13:01:23.508Z] ---> 6ad20e260622 [2020-10-10T13:01:23.508Z] [2020-10-10T13:01:23.508Z] Successfully built 6ad20e260622 [2020-10-10T13:01:24.242Z] Successfully tagged docker-support-logging-go:latest [2020-10-10T13:01:24.924Z]  Building docker-support-logging-go ... done  ---> d3e1f471fc03 [2020-10-10T13:01:24.924Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-10T13:01:28.455Z] ---> 9d056ca1eee9 [2020-10-10T13:01:28.455Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-10T13:01:29.889Z] ---> cb447029ea47 [2020-10-10T13:01:29.889Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-10T13:01:29.889Z] ---> Running in 249d4d23fe15 [2020-10-10T13:01:29.889Z] ---> 60aafb706748 [2020-10-10T13:01:29.889Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-10T13:01:29.889Z] Removing intermediate container 249d4d23fe15 [2020-10-10T13:01:29.889Z] ---> cc8de1d5661b [2020-10-10T13:01:29.889Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-10T13:01:29.889Z] ---> Running in d5a472332531 [2020-10-10T13:01:29.889Z] ---> Running in 4eda81f50b66 [2020-10-10T13:01:30.169Z] Removing intermediate container 4eda81f50b66 [2020-10-10T13:01:30.169Z] ---> 18a24edac9ce [2020-10-10T13:01:30.169Z] Step 21/23 : LABEL arch=x86_64 [2020-10-10T13:01:30.474Z] ---> Running in e82100d1c743 [2020-10-10T13:01:30.474Z] 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-10T13:01:30.474Z] Removing intermediate container e82100d1c743 [2020-10-10T13:01:30.474Z] ---> fbebd6ab4b6f [2020-10-10T13:01:30.474Z] Step 22/23 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T13:01:30.787Z] ---> Running in a2f939031153 [2020-10-10T13:01:30.787Z] Removing intermediate container a2f939031153 [2020-10-10T13:01:30.787Z] ---> 8b283e567256 [2020-10-10T13:01:30.787Z] Step 23/23 : LABEL version=0.0.0 [2020-10-10T13:01:30.787Z] ---> Running in 4a1513b8694f [2020-10-10T13:01:31.158Z] Removing intermediate container 4a1513b8694f [2020-10-10T13:01:31.158Z] ---> 9b58b4c23b98 [2020-10-10T13:01:31.158Z] [2020-10-10T13:01:31.158Z] Successfully built 9b58b4c23b98 [2020-10-10T13:01:31.158Z] Successfully tagged docker-core-data-go:latest [2020-10-10T13:01:39.598Z]  Building docker-core-data-go ... done Removing intermediate container d5a472332531 [2020-10-10T13:01:39.598Z] ---> e542bcaa937c [2020-10-10T13:01:39.598Z] [2020-10-10T13:01:39.598Z] Step 9/29 : FROM alpine:latest [2020-10-10T13:01:39.598Z] ---> a24bb4013296 [2020-10-10T13:01:39.598Z] 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-10T13:01:39.598Z] ---> Running in 26ef40eb9f57 [2020-10-10T13:01:39.897Z] Removing intermediate container 26ef40eb9f57 [2020-10-10T13:01:39.897Z] ---> 4579e5d67ac4 [2020-10-10T13:01:39.897Z] Step 11/29 : USER root [2020-10-10T13:01:39.897Z] ---> Running in 6ca9a49636ec [2020-10-10T13:01:40.189Z] Removing intermediate container 6ca9a49636ec [2020-10-10T13:01:40.189Z] ---> 58c8598c9f1c [2020-10-10T13:01:40.189Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-10T13:01:40.189Z] ---> Running in 9d73f33189d4 [2020-10-10T13:01:40.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-10T13:01:40.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-10T13:01:41.105Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-10T13:01:41.105Z] v3.12.0-381-g200ba6e281 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-10T13:01:41.105Z] OK: 12750 distinct packages available [2020-10-10T13:01:41.105Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-10T13:01:41.373Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-10T13:01:41.373Z] Executing busybox-1.31.1-r16.trigger [2020-10-10T13:01:41.373Z] Executing ca-certificates-20191127-r4.trigger [2020-10-10T13:01:41.373Z] OK: 6 MiB in 16 packages [2020-10-10T13:01:42.810Z] Removing intermediate container 9d73f33189d4 [2020-10-10T13:01:42.810Z] ---> 66c92a7d09c0 [2020-10-10T13:01:42.810Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-10T13:01:42.810Z] ---> Running in 1f32f507eb1d [2020-10-10T13:01:42.810Z] Removing intermediate container 1f32f507eb1d [2020-10-10T13:01:42.810Z] ---> 6ba50646dead [2020-10-10T13:01:42.810Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-10T13:01:42.810Z] ---> Running in 421ee81f0545 [2020-10-10T13:01:43.098Z] Removing intermediate container 421ee81f0545 [2020-10-10T13:01:43.098Z] ---> b14fa2e1ef7c [2020-10-10T13:01:43.098Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-10T13:01:43.098Z] ---> Running in e308ab760247 [2020-10-10T13:01:44.044Z] Removing intermediate container e308ab760247 [2020-10-10T13:01:44.044Z] ---> 7e25e11ba998 [2020-10-10T13:01:44.044Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-10T13:01:44.308Z] ---> ed1182c79391 [2020-10-10T13:01:44.308Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-10T13:01:44.569Z] ---> d5d404663276 [2020-10-10T13:01:44.569Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-10T13:01:44.831Z] ---> 8db76ad5d7d0 [2020-10-10T13:01:44.831Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-10T13:01:45.093Z] ---> f908cb0fe352 [2020-10-10T13:01:45.093Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-10T13:01:45.357Z] ---> d4944c5abe84 [2020-10-10T13:01:45.357Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-10T13:01:45.357Z] ---> Running in 13dce14878a4 [2020-10-10T13:01:46.313Z] Removing intermediate container 13dce14878a4 [2020-10-10T13:01:46.313Z] ---> 79ce314118c8 [2020-10-10T13:01:46.313Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-10T13:01:46.574Z] ---> 2ab9471bf20e [2020-10-10T13:01:46.574Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-10T13:01:46.574Z] ---> Running in 60cc8e7eb385 [2020-10-10T13:01:47.519Z] Removing intermediate container 60cc8e7eb385 [2020-10-10T13:01:47.519Z] ---> a7c067e6273e [2020-10-10T13:01:47.519Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-10T13:01:47.519Z] ---> Running in ce0497c537b1 [2020-10-10T13:01:48.464Z] Removing intermediate container ce0497c537b1 [2020-10-10T13:01:48.464Z] ---> be12da05eefc [2020-10-10T13:01:48.464Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-10T13:01:48.464Z] ---> Running in b30e27e8d232 [2020-10-10T13:01:48.464Z] Removing intermediate container b30e27e8d232 [2020-10-10T13:01:48.464Z] ---> fee0a881e004 [2020-10-10T13:01:48.464Z] Step 26/29 : CMD [ "generate" ] [2020-10-10T13:01:48.725Z] ---> Running in 42aa5a6b8de3 [2020-10-10T13:01:48.725Z] Removing intermediate container 42aa5a6b8de3 [2020-10-10T13:01:48.725Z] ---> e72df5fc20c7 [2020-10-10T13:01:48.725Z] Step 27/29 : LABEL arch=x86_64 [2020-10-10T13:01:48.987Z] ---> Running in dce7272a8c6c [2020-10-10T13:01:48.987Z] Removing intermediate container dce7272a8c6c [2020-10-10T13:01:48.987Z] ---> 0f4037a0f556 [2020-10-10T13:01:48.987Z] Step 28/29 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T13:01:48.987Z] ---> Running in b596a9399e2c [2020-10-10T13:01:49.247Z] Removing intermediate container b596a9399e2c [2020-10-10T13:01:49.247Z] ---> 622a0ee9f48a [2020-10-10T13:01:49.247Z] Step 29/29 : LABEL version=0.0.0 [2020-10-10T13:01:49.247Z] ---> Running in 70eea1ead9fc [2020-10-10T13:01:49.509Z] Removing intermediate container 70eea1ead9fc [2020-10-10T13:01:49.509Z] ---> a7e071eb8b0c [2020-10-10T13:01:49.509Z] [2020-10-10T13:01:49.509Z] Successfully built a7e071eb8b0c [2020-10-10T13:01:49.773Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-10T13:01:50.045Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-10T13:01:50.068Z] $ docker stop --time=1 53f2a57af59b59c1297e235da894c3e3bba25111c9149810d8e1ab7e9a46b8d5 [2020-10-10T13:01:51.704Z] $ docker rm -f 53f2a57af59b59c1297e235da894c3e3bba25111c9149810d8e1ab7e9a46b8d5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-10T13:01:52.221Z] + docker images [2020-10-10T13:01:52.221Z] + grep docker [2020-10-10T13:01:52.794Z] docker-security-secrets-setup-go latest a7e071eb8b0c 3 seconds ago 24MB [2020-10-10T13:01:52.794Z] docker-core-data-go latest 9b58b4c23b98 22 seconds ago 23.6MB [2020-10-10T13:01:52.794Z] docker-support-logging-go latest 6ad20e260622 31 seconds ago 11.1MB [2020-10-10T13:01:52.794Z] docker-sys-mgmt-agent-go latest 6decafbae566 55 seconds ago 290MB [2020-10-10T13:01:52.794Z] docker-security-proxy-setup-go latest 412dd564b58f About a minute ago 15.8MB [2020-10-10T13:01:52.794Z] docker-core-metadata-go latest f3642b4a94b7 About a minute ago 14.2MB [2020-10-10T13:01:52.794Z] docker-security-secretstore-setup-go latest 372cc36e9fcc 2 minutes ago 32.4MB [2020-10-10T13:01:52.794Z] docker-support-notifications-go latest d21aa3051b06 2 minutes ago 13.6MB [2020-10-10T13:01:52.794Z] docker-core-command-go latest e486d542ffd7 2 minutes ago 12.2MB [2020-10-10T13:01:52.794Z] docker-support-scheduler-go latest 87a4396f6095 2 minutes ago 12.3MB [2020-10-10T13:01:52.794Z] docker latest 809cc4dba987 3 weeks 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-10T13:02:08.603Z] Still waiting to schedule task [2020-10-10T13:02:08.603Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-10T13:03:16.108Z] Running on prd-centos7-docker-8c-8g-4542 in /w/workspace/edgexfoundry_edgex-go_PR-2771 [Pipeline] { [Pipeline] ws [2020-10-10T13:03:16.165Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-10-10T13:03:18.141Z] using credential edgex-jenkins-ssh [2020-10-10T13:03:18.195Z] Cloning the remote Git repository [2020-10-10T13:03:18.219Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-10T13:03:18.278Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-10-10T13:03:18.304Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-10T13:03:18.304Z] > git --version # timeout=10 [2020-10-10T13:03:18.309Z] > git --version # 'git version 2.16.5' [2020-10-10T13:03:18.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-10T13:03:18.333Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-10T13:03:26.054Z] Merging remotes/origin/master commit f69fcd6f6cfc821951e2cd5529adc6021efd69b2 into PR head commit 1c639149f187acdeb59ccc96d5c4db115b5fc005 [2020-10-10T13:03:25.495Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-10T13:03:25.502Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-10T13:03:25.512Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-10T13:03:25.523Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-10T13:03:25.523Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-10T13:03:25.527Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2771/head:refs/remotes/origin/PR-2771 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-10T13:03:26.064Z] > git config core.sparsecheckout # timeout=10 [2020-10-10T13:03:26.071Z] > git checkout -f 1c639149f187acdeb59ccc96d5c4db115b5fc005 # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-10T13:03:26.619Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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-10T13:03:28.660Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-10T13:03:29.537Z] ---> package-listing.sh [2020-10-10T13:03:29.537Z] ++ facter osfamily [2020-10-10T13:03:29.537Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-10T13:03:29.537Z] + OS_FAMILY=redhat [2020-10-10T13:03:29.537Z] + workspace=/w/workspace/edgex-go/6 [2020-10-10T13:03:29.537Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-10T13:03:29.537Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-10T13:03:29.537Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-10T13:03:29.537Z] + PACKAGES=/tmp/packages_start.txt [2020-10-10T13:03:29.537Z] + '[' /w/workspace/edgex-go/6 ']' [2020-10-10T13:03:29.537Z] + PACKAGES=/tmp/packages_end.txt [2020-10-10T13:03:29.537Z] + case "${OS_FAMILY}" in [2020-10-10T13:03:29.537Z] + rpm -qa [2020-10-10T13:03:29.537Z] + sort [2020-10-10T13:03:33.752Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-10T13:03:33.752Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-10T13:03:33.752Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-10T13:03:33.752Z] + '[' /w/workspace/edgex-go/6 ']' [2020-10-10T13:03:33.752Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-10-10T13:03:33.752Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-10T13:03:34.400Z] provisioning config files... [2020-10-10T13:03:34.431Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config102071467078365857tmp [Pipeline] { [Pipeline] echo [2020-10-10T13:03:34.515Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-10T13:03:34.815Z] ---> create-netrc.sh [Pipeline] } [2020-10-10T13:03:34.825Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-10T13:03:34.907Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-10T13:03:35.203Z] ---> python-tools-install.sh [2020-10-10T13:03:35.203Z] Generating Requirements File [2020-10-10T13:04:56.733Z] Python 3.6.8 [2020-10-10T13:04:56.733Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-10T13:04:56.733Z] appdirs==1.4.3 [2020-10-10T13:04:56.733Z] argcomplete==1.12.1 [2020-10-10T13:04:56.733Z] aspy.yaml==1.3.0 [2020-10-10T13:04:56.733Z] attrs==19.3.0 [2020-10-10T13:04:56.733Z] Babel==2.8.0 [2020-10-10T13:04:56.733Z] beautifulsoup4==4.8.2 [2020-10-10T13:04:56.733Z] boto3==1.11.6 [2020-10-10T13:04:56.733Z] botocore==1.14.6 [2020-10-10T13:04:56.733Z] bs4==0.0.1 [2020-10-10T13:04:56.733Z] cachetools==4.1.1 [2020-10-10T13:04:56.733Z] certifi==2019.11.28 [2020-10-10T13:04:56.733Z] cffi==1.14.3 [2020-10-10T13:04:56.733Z] cfgv==2.0.1 [2020-10-10T13:04:56.733Z] chardet==3.0.4 [2020-10-10T13:04:56.733Z] click==7.1 [2020-10-10T13:04:56.733Z] cliff==3.4.0 [2020-10-10T13:04:56.733Z] cmd2==1.3.11 [2020-10-10T13:04:56.733Z] colorama==0.4.3 [2020-10-10T13:04:56.733Z] cryptography==3.1.1 [2020-10-10T13:04:56.733Z] debtcollector==2.2.0 [2020-10-10T13:04:56.733Z] decorator==4.4.2 [2020-10-10T13:04:56.733Z] defusedxml==0.6.0 [2020-10-10T13:04:56.733Z] Deprecated==1.2.7 [2020-10-10T13:04:56.733Z] distlib==0.3.1 [2020-10-10T13:04:56.733Z] distro==1.2.0 [2020-10-10T13:04:56.733Z] dnspython==1.16.0 [2020-10-10T13:04:56.733Z] docker==4.2.0 [2020-10-10T13:04:56.733Z] docutils==0.15.2 [2020-10-10T13:04:56.733Z] dogpile.cache==1.0.2 [2020-10-10T13:04:56.733Z] email-validator==1.0.5 [2020-10-10T13:04:56.733Z] filelock==3.0.12 [2020-10-10T13:04:56.733Z] future==0.18.2 [2020-10-10T13:04:56.733Z] google-auth==1.22.1 [2020-10-10T13:04:56.733Z] httplib2==0.17.0 [2020-10-10T13:04:56.733Z] identify==1.4.11 [2020-10-10T13:04:56.733Z] idna==2.9 [2020-10-10T13:04:56.733Z] importlib-metadata==2.0.0 [2020-10-10T13:04:56.733Z] importlib-resources==1.5.0 [2020-10-10T13:04:56.733Z] iso8601==0.1.13 [2020-10-10T13:04:56.733Z] Jinja2==2.11.1 [2020-10-10T13:04:56.733Z] jmespath==0.10.0 [2020-10-10T13:04:56.733Z] jsonpatch==1.26 [2020-10-10T13:04:56.733Z] jsonpointer==2.0 [2020-10-10T13:04:56.733Z] jsonschema==3.2.0 [2020-10-10T13:04:56.733Z] keystoneauth1==4.2.1 [2020-10-10T13:04:56.733Z] kubernetes==11.0.0 [2020-10-10T13:04:56.733Z] lftools==0.34.2 [2020-10-10T13:04:56.733Z] lxml==4.5.0 [2020-10-10T13:04:56.733Z] MarkupSafe==0.23 [2020-10-10T13:04:56.733Z] msgpack==1.0.0 [2020-10-10T13:04:56.733Z] multi-key-dict==2.0.3 [2020-10-10T13:04:56.733Z] munch==2.5.0 [2020-10-10T13:04:56.733Z] netaddr==0.8.0 [2020-10-10T13:04:56.733Z] netifaces==0.10.9 [2020-10-10T13:04:56.733Z] niet==1.4.2 [2020-10-10T13:04:56.733Z] nodeenv==1.3.5 [2020-10-10T13:04:56.733Z] oauth2client==4.1.3 [2020-10-10T13:04:56.733Z] oauthlib==3.1.0 [2020-10-10T13:04:56.733Z] openstacksdk==0.50.0 [2020-10-10T13:04:56.733Z] os-client-config==2.1.0 [2020-10-10T13:04:56.733Z] os-service-types==1.7.0 [2020-10-10T13:04:56.733Z] osc-lib==2.2.1 [2020-10-10T13:04:56.733Z] oslo.config==8.3.2 [2020-10-10T13:04:56.733Z] oslo.context==3.1.1 [2020-10-10T13:04:56.733Z] oslo.i18n==5.0.1 [2020-10-10T13:04:56.733Z] oslo.log==4.4.0 [2020-10-10T13:04:56.733Z] oslo.serialization==4.0.1 [2020-10-10T13:04:56.733Z] oslo.utils==4.6.0 [2020-10-10T13:04:56.733Z] packaging==20.4 [2020-10-10T13:04:56.733Z] pbr==5.4.4 [2020-10-10T13:04:56.733Z] pluggy==0.13.1 [2020-10-10T13:04:56.733Z] prettytable==0.7.2 [2020-10-10T13:04:56.733Z] py==1.9.0 [2020-10-10T13:04:56.733Z] pyasn1==0.4.8 [2020-10-10T13:04:56.733Z] pyasn1-modules==0.2.8 [2020-10-10T13:04:56.733Z] pycparser==2.20 [2020-10-10T13:04:56.733Z] pygerrit2==2.0.10 [2020-10-10T13:04:56.733Z] PyGithub==1.46 [2020-10-10T13:04:56.733Z] pyinotify==0.9.6 [2020-10-10T13:04:56.733Z] PyJWT==1.7.1 [2020-10-10T13:04:56.733Z] pyparsing==2.4.7 [2020-10-10T13:04:56.733Z] pyperclip==1.8.0 [2020-10-10T13:04:56.733Z] pyroute2==0.4.13 [2020-10-10T13:04:56.733Z] pyrsistent==0.15.7 [2020-10-10T13:04:56.733Z] PySocks==1.6.8 [2020-10-10T13:04:56.733Z] python-cinderclient==7.2.0 [2020-10-10T13:04:56.733Z] python-dateutil==2.8.1 [2020-10-10T13:04:56.733Z] python-heatclient==2.2.1 [2020-10-10T13:04:56.733Z] python-jenkins==1.7.0 [2020-10-10T13:04:56.733Z] python-keystoneclient==4.1.1 [2020-10-10T13:04:56.733Z] python-magnumclient==3.2.1 [2020-10-10T13:04:56.733Z] python-novaclient==17.2.1 [2020-10-10T13:04:56.733Z] python-openstackclient==5.4.0 [2020-10-10T13:04:56.733Z] python-swiftclient==3.10.1 [2020-10-10T13:04:56.733Z] pytz==2020.1 [2020-10-10T13:04:56.733Z] PyYAML==5.3 [2020-10-10T13:04:56.733Z] requests==2.23.0 [2020-10-10T13:04:56.733Z] requests-oauthlib==1.3.0 [2020-10-10T13:04:56.733Z] requestsexceptions==1.4.0 [2020-10-10T13:04:56.733Z] rfc3986==1.4.0 [2020-10-10T13:04:56.733Z] rpm==4.11.3 [2020-10-10T13:04:56.733Z] rsa==4.0 [2020-10-10T13:04:56.733Z] ruamel.yaml==0.16.10 [2020-10-10T13:04:56.733Z] ruamel.yaml.clib==0.2.0 [2020-10-10T13:04:56.733Z] s3transfer==0.3.3 [2020-10-10T13:04:56.733Z] shade==1.27.2 [2020-10-10T13:04:56.733Z] simplejson==3.17.2 [2020-10-10T13:04:56.733Z] six==1.14.0 [2020-10-10T13:04:56.733Z] soupsieve==2.0 [2020-10-10T13:04:56.733Z] stevedore==3.2.2 [2020-10-10T13:04:56.733Z] tabulate==0.8.6 [2020-10-10T13:04:56.733Z] toml==0.10.0 [2020-10-10T13:04:56.733Z] tox==3.20.1 [2020-10-10T13:04:56.733Z] tqdm==4.43.0 [2020-10-10T13:04:56.733Z] urllib3==1.25.8 [2020-10-10T13:04:56.733Z] virtualenv==20.0.33 [2020-10-10T13:04:56.733Z] wcwidth==0.2.5 [2020-10-10T13:04:56.733Z] websocket-client==0.57.0 [2020-10-10T13:04:56.733Z] wrapt==1.12.1 [2020-10-10T13:04:56.733Z] xdg==3.0.2 [2020-10-10T13:04:56.733Z] xmltodict==0.12.0 [2020-10-10T13:04:56.733Z] yq==2.11.1 [2020-10-10T13:04:56.733Z] zipp==3.3.0 [2020-10-10T13:04:56.733Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:04:56.733Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-10T13:04:56.733Z] Python 2.7.5 [2020-10-10T13:04:56.733Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-10T13:04:56.733Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-10T13:04:56.733Z] ansible==2.9.7 [2020-10-10T13:04:56.733Z] Babel==0.9.6 [2020-10-10T13:04:56.733Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-10T13:04:56.733Z] beautifulsoup4==4.4.1 [2020-10-10T13:04:56.733Z] bodhi==2.11.0 [2020-10-10T13:04:56.733Z] bodhi-client==2.11.0 [2020-10-10T13:04:56.733Z] CCColUtils==1.4 [2020-10-10T13:04:56.733Z] cffi==1.6.0 [2020-10-10T13:04:56.733Z] chardet==2.2.1 [2020-10-10T13:04:56.733Z] click==6.7 [2020-10-10T13:04:56.733Z] cloud-init==18.5 [2020-10-10T13:04:56.733Z] configobj==4.7.2 [2020-10-10T13:04:56.733Z] cryptography==1.7.2 [2020-10-10T13:04:56.733Z] decorator==3.4.0 [2020-10-10T13:04:56.733Z] distro==1.2.0 [2020-10-10T13:04:56.733Z] enum34==1.0.4 [2020-10-10T13:04:56.733Z] fedpkg==1.38 [2020-10-10T13:04:56.733Z] futures==3.1.1 [2020-10-10T13:04:56.733Z] gitdb==0.6.4 [2020-10-10T13:04:56.733Z] GitPython==1.0.1 [2020-10-10T13:04:56.734Z] html5lib==0.999 [2020-10-10T13:04:56.734Z] httplib2==0.9.2 [2020-10-10T13:04:56.734Z] idna==2.4 [2020-10-10T13:04:56.734Z] iniparse==0.4 [2020-10-10T13:04:56.734Z] ipaddress==1.0.16 [2020-10-10T13:04:56.734Z] IPy==0.75 [2020-10-10T13:04:56.734Z] javapackages==1.0.0 [2020-10-10T13:04:56.734Z] Jinja2==2.7.2 [2020-10-10T13:04:56.734Z] jmespath==0.9.4 [2020-10-10T13:04:56.734Z] jsonpatch==1.2 [2020-10-10T13:04:56.734Z] jsonpointer==1.9 [2020-10-10T13:04:56.734Z] kerberos==1.1 [2020-10-10T13:04:56.734Z] kitchen==1.1.1 [2020-10-10T13:04:56.734Z] langtable==0.0.31 [2020-10-10T13:04:56.734Z] lockfile==0.9.1 [2020-10-10T13:04:56.734Z] lxml==3.2.1 [2020-10-10T13:04:56.734Z] MarkupSafe==0.11 [2020-10-10T13:04:56.734Z] munch==2.0.2 [2020-10-10T13:04:56.734Z] offtrac==0.1.0 [2020-10-10T13:04:56.734Z] openidc-client==0.6.0 [2020-10-10T13:04:56.734Z] packagedb-cli==2.14.1 [2020-10-10T13:04:56.734Z] paramiko==2.1.1 [2020-10-10T13:04:56.734Z] perf==0.1 [2020-10-10T13:04:56.734Z] ply==3.4 [2020-10-10T13:04:56.734Z] policycoreutils-default-encoding==0.1 [2020-10-10T13:04:56.734Z] prettytable==0.7.2 [2020-10-10T13:04:56.734Z] pyasn1==0.1.9 [2020-10-10T13:04:56.734Z] pycparser==2.14 [2020-10-10T13:04:56.734Z] pycurl==7.19.0 [2020-10-10T13:04:56.734Z] pygobject==3.22.0 [2020-10-10T13:04:56.734Z] pygpgme==0.3 [2020-10-10T13:04:56.734Z] pyliblzma==0.5.3 [2020-10-10T13:04:56.734Z] pyOpenSSL==0.13.1 [2020-10-10T13:04:56.734Z] pyparsing==1.5.6 [2020-10-10T13:04:56.734Z] pyserial==2.6 [2020-10-10T13:04:56.734Z] python-augeas==0.5.0 [2020-10-10T13:04:56.734Z] python-bugzilla==2.3.0 [2020-10-10T13:04:56.734Z] python-dateutil==1.5 [2020-10-10T13:04:56.734Z] python-fedora==0.10.0 [2020-10-10T13:04:56.734Z] python-linux-procfs==0.4.9 [2020-10-10T13:04:56.734Z] python-yubico==1.2.3 [2020-10-10T13:04:56.734Z] pyudev==0.15 [2020-10-10T13:04:56.734Z] pyusb==1.0.0b1 [2020-10-10T13:04:56.734Z] pyxattr==0.5.1 [2020-10-10T13:04:56.734Z] PyYAML==3.10 [2020-10-10T13:04:56.734Z] requests==2.6.0 [2020-10-10T13:04:56.734Z] requests-kerberos==0.7.0 [2020-10-10T13:04:56.734Z] rpkg==1.60 [2020-10-10T13:04:56.734Z] schedutils==0.4 [2020-10-10T13:04:56.734Z] seobject==0.1 [2020-10-10T13:04:56.734Z] sepolicy==1.1 [2020-10-10T13:04:56.734Z] six==1.9.0 [2020-10-10T13:04:56.734Z] smmap==0.9.0 [2020-10-10T13:04:56.734Z] urlgrabber==3.10 [2020-10-10T13:04:56.734Z] urllib3==1.10.2 [2020-10-10T13:04:56.734Z] virtualenv==15.1.0 [2020-10-10T13:04:56.734Z] yum-langpacks==0.4.2 [2020-10-10T13:04:56.734Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-10T13:04:56.745Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-10T13:04:57.045Z] ---> sudo-logs.sh [2020-10-10T13:04:57.045Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-10T13:04:57.320Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-10T13:04:57.616Z] ---> job-cost.sh [2020-10-10T13:04:57.616Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Om1E [2020-10-10T13:05:07.626Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:07.626Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:09.014Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:09.014Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:09.014Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:09.587Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:09.850Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:09.850Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:10.119Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:10.119Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:10.392Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:10.392Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:10.392Z] Cache entry deserialization failed, entry ignored [2020-10-10T13:05:13.702Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-10T13:05:45.871Z] lf-activate-venv(): INFO: Adding /tmp/venv-Om1E/bin to PATH [2020-10-10T13:05:45.871Z] INFO: No Stack... [2020-10-10T13:05:45.871Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-10T13:05:45.871Z] INFO: Archiving Costs [Pipeline] echo [2020-10-10T13:05:45.885Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-10T13:05:47.537Z] ---> logs-deploy.sh [2020-10-10T13:05:47.537Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2771/6 [2020-10-10T13:05:47.537Z] INFO: archiving workspace using pattern(s): [2020-10-10T13:05:49.453Z] Archives upload complete. [2020-10-10T13:05:49.453Z] INFO: archiving logs to Nexus