Pull request #2835 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 23d78d8d6164cd46726267bd4b072740b98d7786 rather than 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 Obtained Jenkinsfile from 23d78d8d6164cd46726267bd4b072740b98d7786 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8173 in /w/workspace/edgexfoundry_edgex-go_PR-2835 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 Merging remotes/origin/master commit 23d78d8d6164cd46726267bd4b072740b98d7786 into PR head commit 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 Merge succeeded, producing 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 Checking out Revision 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 (PR-2835) > 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/2835/head:refs/remotes/origin/PR-2835 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 # 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 23d78d8d6164cd46726267bd4b072740b98d7786 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 # timeout=10 Commit message: "feat(metadata): Implement GET /device/service/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk b738613a30a3cff45f3043f21f137292100cefee # timeout=10 [Pipeline] timeout [2020-10-22T06:21:34.322Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T06:21:34.631Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T06:21:34.756Z] ========================================================= [2020-10-22T06:21:34.757Z] EdgeX Global Pipelines Version Info [2020-10-22T06:21:34.757Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:21:36.288Z] ------------------- [2020-10-22T06:21:36.288Z] stable info: [2020-10-22T06:21:36.288Z] ------------------- [2020-10-22T06:21:36.288Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T06:21:36.288Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T06:21:36.288Z] Message: update stable to v1.0.144 [2020-10-22T06:21:37.237Z] ------------------- [2020-10-22T06:21:37.237Z] experimental info: [2020-10-22T06:21:37.237Z] ------------------- [2020-10-22T06:21:37.237Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T06:21:37.238Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T06:21:37.238Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-22T06:21:37.545Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-22T06:21:37.642Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-22T06:21:37.752Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T06:21:37.907Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T06:21:38.009Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T06:21:38.108Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T06:21:38.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T06:21:38.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-22T06:21:38.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-22T06:21:38.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-22T06:21:38.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T06:21:38.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T06:21:38.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T06:21:39.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T06:21:39.112Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T06:21:39.222Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T06:21:39.330Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T06:21:39.440Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T06:21:39.544Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T06:21:39.648Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T06:21:39.748Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-22T06:21:39.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2835 [Pipeline] echo [2020-10-22T06:21:39.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2835 [Pipeline] echo [2020-10-22T06:21:40.070Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2835 [Pipeline] echo [2020-10-22T06:21:40.179Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [Pipeline] echo [2020-10-22T06:21:40.273Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0e05368 [Pipeline] echo [2020-10-22T06:21:40.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-22T06:21:40.814Z] ++ 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-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/core-command/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/core-data/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-22T06:21:40.814Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T06:21:40.814Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-22T06:21:40.814Z] ++ cut -d/ -f2 [2020-10-22T06:21:40.814Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-22T06:21:40.886Z] 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-22T06:21:42.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:21:42.397Z] [2020-10-22T06:21:42.397Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:21:42.754Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:21:42.754Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T06:21:42.754Z] 31603596830f: Pulling fs layer [2020-10-22T06:21:42.754Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T06:21:42.754Z] 6ca5941a6612: Pulling fs layer [2020-10-22T06:21:42.754Z] ecc8261a40a4: Pulling fs layer [2020-10-22T06:21:42.754Z] ecc8261a40a4: Waiting [2020-10-22T06:21:42.754Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T06:21:42.754Z] 2a8b12db71e7: Download complete [2020-10-22T06:21:43.023Z] 31603596830f: Download complete [2020-10-22T06:21:43.023Z] ecc8261a40a4: Verifying Checksum [2020-10-22T06:21:43.023Z] ecc8261a40a4: Download complete [2020-10-22T06:21:43.288Z] 6ca5941a6612: Verifying Checksum [2020-10-22T06:21:43.288Z] 6ca5941a6612: Download complete [2020-10-22T06:21:43.288Z] 31603596830f: Pull complete [2020-10-22T06:21:43.557Z] 2a8b12db71e7: Pull complete [2020-10-22T06:21:44.143Z] 6ca5941a6612: Pull complete [2020-10-22T06:21:44.406Z] ecc8261a40a4: Pull complete [2020-10-22T06:21:44.406Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T06:21:44.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:21:44.406Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T06:21:44.504Z] prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container [2020-10-22T06:21:44.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T06:21:47.223Z] $ docker top 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T06:21:47.592Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T06:21:47.592Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T06:21:47.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T06:21:47.820Z] $ docker exec 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a ssh-agent [2020-10-22T06:21:47.983Z] SSH_AUTH_SOCK=/tmp/ssh-krsTOVpWF23h/agent.12 [2020-10-22T06:21:47.984Z] SSH_AGENT_PID=17 [2020-10-22T06:21:47.997Z] Running ssh-add (command line suppressed) [2020-10-22T06:21:48.115Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_9102529837410907941.key (/w/workspace/edgex-go/4@tmp/private_key_9102529837410907941.key) [2020-10-22T06:21:48.168Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T06:21:48.524Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T06:21:48.549Z] $ docker exec --env ******** --env ******** 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a ssh-agent -k [2020-10-22T06:21:48.666Z] unset SSH_AUTH_SOCK; [2020-10-22T06:21:48.666Z] unset SSH_AGENT_PID; [2020-10-22T06:21:48.666Z] echo Agent pid 17 killed; [2020-10-22T06:21:48.708Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T06:21:48.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T06:21:48.859Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T06:21:49.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T06:21:49.022Z] $ docker exec 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a ssh-agent [2020-10-22T06:21:49.176Z] SSH_AUTH_SOCK=/tmp/ssh-4BpuOwb1VJb5/agent.47 [2020-10-22T06:21:49.176Z] SSH_AGENT_PID=52 [2020-10-22T06:21:49.183Z] Running ssh-add (command line suppressed) [2020-10-22T06:21:49.301Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6596885292739141176.key (/w/workspace/edgex-go/4@tmp/private_key_6596885292739141176.key) [2020-10-22T06:21:49.351Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T06:21:49.733Z] + git semver init [2020-10-22T06:21:49.733Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T06:21:49.733Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-10-22T06:21:49.733Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-10-22T06:21:49.733Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T06:21:49.733Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T06:21:49.733Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T06:21:49.733Z] # $SEMVER_BRANCH = PR-2835 [2020-10-22T06:21:49.733Z] # $SEMVER_TEMP = /tmp/semver-034230201 [2020-10-22T06:21:49.733Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-22T06:22:28.560Z] # '/tmp/semver-034230201' -> '/w/workspace/edgex-go/4/.semver' [2020-10-22T06:22:28.560Z] # -> Force: false [2020-10-22T06:22:28.560Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-10-22T06:22:28.576Z] $ docker exec --env ******** --env ******** 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a ssh-agent -k [2020-10-22T06:22:28.854Z] unset SSH_AUTH_SOCK; [2020-10-22T06:22:28.857Z] unset SSH_AGENT_PID; [2020-10-22T06:22:28.857Z] echo Agent pid 52 killed; [2020-10-22T06:22:28.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T06:22:29.439Z] + git semver [Pipeline] } [2020-10-22T06:22:29.460Z] $ docker stop --time=1 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a [2020-10-22T06:22:31.092Z] $ docker rm -f 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T06:22:31.618Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T06:22:32.326Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T06:22:32.329Z] [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-22T06:22:33.094Z] ========================================================= [2020-10-22T06:22:33.094Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T06:22:33.094Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:22:33.454Z] + 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-22T06:22:36.789Z] Sending build context to Docker daemon 325.6MB [2020-10-22T06:22:36.789Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T06:22:36.789Z] Step 2/7 : FROM ${BASE} [2020-10-22T06:22:36.789Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T06:22:36.789Z] df20fa9351a1: Pulling fs layer [2020-10-22T06:22:36.789Z] ed8968b2872e: Pulling fs layer [2020-10-22T06:22:36.789Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T06:22:36.789Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T06:22:36.789Z] e73272ec9a57: Pulling fs layer [2020-10-22T06:22:36.789Z] 1e910a182e73: Pulling fs layer [2020-10-22T06:22:36.789Z] 4e634b169226: Pulling fs layer [2020-10-22T06:22:36.789Z] e73272ec9a57: Waiting [2020-10-22T06:22:36.789Z] 1e910a182e73: Waiting [2020-10-22T06:22:36.789Z] e871e8e8d7a9: Waiting [2020-10-22T06:22:36.789Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T06:22:36.789Z] a92cc7c5fd73: Download complete [2020-10-22T06:22:36.789Z] ed8968b2872e: Verifying Checksum [2020-10-22T06:22:36.789Z] ed8968b2872e: Download complete [2020-10-22T06:22:36.789Z] e73272ec9a57: Verifying Checksum [2020-10-22T06:22:36.789Z] e73272ec9a57: Download complete [2020-10-22T06:22:36.789Z] 1e910a182e73: Verifying Checksum [2020-10-22T06:22:36.789Z] 1e910a182e73: Download complete [2020-10-22T06:22:36.789Z] df20fa9351a1: Verifying Checksum [2020-10-22T06:22:36.789Z] df20fa9351a1: Download complete [2020-10-22T06:22:37.068Z] df20fa9351a1: Pull complete [2020-10-22T06:22:37.331Z] ed8968b2872e: Pull complete [2020-10-22T06:22:37.331Z] a92cc7c5fd73: Pull complete [2020-10-22T06:22:39.265Z] 4e634b169226: Verifying Checksum [2020-10-22T06:22:39.265Z] 4e634b169226: Download complete [2020-10-22T06:22:39.842Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T06:22:39.842Z] e871e8e8d7a9: Download complete [2020-10-22T06:22:45.269Z] e871e8e8d7a9: Pull complete [2020-10-22T06:22:45.269Z] e73272ec9a57: Pull complete [2020-10-22T06:22:45.269Z] 1e910a182e73: Pull complete [2020-10-22T06:22:47.848Z] Still waiting to schedule task [2020-10-22T06:22:47.848Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-22T06:22:50.598Z] 4e634b169226: Pull complete [2020-10-22T06:22:50.598Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T06:22:50.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T06:22:50.598Z] ---> f7629b54cfaa [2020-10-22T06:22:50.598Z] 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-22T06:22:50.866Z] ---> Running in a8934dfda980 [2020-10-22T06:22:51.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:22:52.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:22:52.977Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T06:22:52.977Z] (2/12) Installing file (5.38-r0) [2020-10-22T06:22:53.240Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T06:22:53.241Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T06:23:11.409Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T06:23:11.409Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T06:23:11.409Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T06:23:11.409Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T06:23:11.409Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T06:23:11.409Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T06:23:11.409Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T06:23:11.409Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T06:23:11.409Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T06:23:11.409Z] OK: 233 MiB in 51 packages [2020-10-22T06:23:14.739Z] Removing intermediate container a8934dfda980 [2020-10-22T06:23:14.739Z] ---> 4d569dae2dda [2020-10-22T06:23:14.739Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T06:23:14.739Z] ---> Running in dd6e12adba03 [2020-10-22T06:23:14.739Z] Removing intermediate container dd6e12adba03 [2020-10-22T06:23:14.739Z] ---> f9a167d154c3 [2020-10-22T06:23:14.739Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T06:23:15.002Z] latest: Pulling from library/docker [2020-10-22T06:23:15.268Z] 188c0c94c7c5: Pulling fs layer [2020-10-22T06:23:15.268Z] 0c7c675703d6: Pulling fs layer [2020-10-22T06:23:15.268Z] cc8c12a437cb: Pulling fs layer [2020-10-22T06:23:15.268Z] c5dafad2182a: Pulling fs layer [2020-10-22T06:23:15.268Z] 5aa711733414: Pulling fs layer [2020-10-22T06:23:15.268Z] 058f73b55e4b: Pulling fs layer [2020-10-22T06:23:15.268Z] 8c9c664faf12: Pulling fs layer [2020-10-22T06:23:15.268Z] c5dafad2182a: Waiting [2020-10-22T06:23:15.268Z] 5aa711733414: Waiting [2020-10-22T06:23:15.268Z] 058f73b55e4b: Waiting [2020-10-22T06:23:15.268Z] 8c9c664faf12: Waiting [2020-10-22T06:23:15.268Z] cc8c12a437cb: Verifying Checksum [2020-10-22T06:23:15.268Z] cc8c12a437cb: Download complete [2020-10-22T06:23:15.268Z] 0c7c675703d6: Verifying Checksum [2020-10-22T06:23:15.268Z] 0c7c675703d6: Download complete [2020-10-22T06:23:15.268Z] 188c0c94c7c5: Verifying Checksum [2020-10-22T06:23:15.268Z] 188c0c94c7c5: Download complete [2020-10-22T06:23:15.268Z] 5aa711733414: Verifying Checksum [2020-10-22T06:23:15.268Z] 5aa711733414: Download complete [2020-10-22T06:23:15.531Z] 058f73b55e4b: Verifying Checksum [2020-10-22T06:23:15.531Z] 058f73b55e4b: Download complete [2020-10-22T06:23:15.531Z] 8c9c664faf12: Verifying Checksum [2020-10-22T06:23:15.531Z] 8c9c664faf12: Download complete [2020-10-22T06:23:15.531Z] 188c0c94c7c5: Pull complete [2020-10-22T06:23:15.796Z] 0c7c675703d6: Pull complete [2020-10-22T06:23:16.062Z] cc8c12a437cb: Pull complete [2020-10-22T06:23:16.329Z] c5dafad2182a: Verifying Checksum [2020-10-22T06:23:16.329Z] c5dafad2182a: Download complete [2020-10-22T06:23:18.304Z] c5dafad2182a: Pull complete [2020-10-22T06:23:18.587Z] 5aa711733414: Pull complete [2020-10-22T06:23:18.587Z] 058f73b55e4b: Pull complete [2020-10-22T06:23:18.872Z] 8c9c664faf12: Pull complete [2020-10-22T06:23:18.872Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-22T06:23:18.872Z] Status: Downloaded newer image for docker:latest [2020-10-22T06:23:20.965Z] ---> 82cacfe0d71d [2020-10-22T06:23:20.965Z] Step 6/7 : COPY go.mod . [2020-10-22T06:23:20.965Z] ---> c0aac35d1bf4 [2020-10-22T06:23:20.965Z] Step 7/7 : RUN go mod download [2020-10-22T06:23:21.235Z] ---> Running in 0be1fee1db24 [2020-10-22T06:23:43.391Z] Removing intermediate container 0be1fee1db24 [2020-10-22T06:23:43.391Z] ---> 833de7a14a2a [2020-10-22T06:23:43.391Z] Successfully built 833de7a14a2a [2020-10-22T06:23:43.391Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:23:43.728Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T06:23:43.728Z] . [Pipeline] withDockerContainer [2020-10-22T06:23:43.843Z] prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container [2020-10-22T06:23:43.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-22T06:23:44.725Z] $ docker top 2d1166eb1e26c0a30506736d1443a5117dd7a2b2e97e2627313182780617c6cc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:23:45.294Z] + go version [2020-10-22T06:23:45.294Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T06:23:45.316Z] $ docker stop --time=1 2d1166eb1e26c0a30506736d1443a5117dd7a2b2e97e2627313182780617c6cc [2020-10-22T06:23:46.669Z] $ docker rm -f 2d1166eb1e26c0a30506736d1443a5117dd7a2b2e97e2627313182780617c6cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:23:47.802Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T06:23:47.802Z] . [Pipeline] withDockerContainer [2020-10-22T06:23:47.916Z] prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container [2020-10-22T06:23:47.975Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-22T06:23:48.743Z] $ docker top b3ffbba11f126b3e5dbacffb4288b479258c638283fa2a8919ead0757e0c7d11 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-22T06:23:49.028Z] ========================================================= [2020-10-22T06:23:49.028Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-22T06:23:49.028Z] ========================================================= [Pipeline] sh [2020-10-22T06:23:49.331Z] + make test [2020-10-22T06:23:49.331Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-22T06:23:51.913Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-22T06:24:02.066Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-22T06:24:08.768Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-22T06:24:08.768Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-22T06:24:08.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-22T06:24:08.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-22T06:24:09.378Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s [2020-10-22T06:24:09.378Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-22T06:24:09.378Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-22T06:24:09.378Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-22T06:24:09.976Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-22T06:24:10.254Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-22T06:24:10.538Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-22T06:24:10.538Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-22T06:24:10.538Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-22T06:24:13.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-10-22T06:24:13.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-22T06:24:13.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-22T06:24:13.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-22T06:24:13.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-22T06:24:13.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-22T06:24:18.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.056s coverage: 27.1% of statements [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-22T06:24:18.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-22T06:24:18.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-22T06:24:18.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.027s coverage: 77.3% of statements [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-22T06:24:18.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.021s coverage: 83.5% of statements [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-22T06:24:18.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.112s coverage: 28.6% of statements [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-22T06:24:18.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-22T06:24:18.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.023s coverage: 100.0% of statements [2020-10-22T06:24:18.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-22T06:24:18.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.012s coverage: 100.0% of statements [2020-10-22T06:24:18.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-22T06:24:19.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.023s coverage: 86.7% of statements [2020-10-22T06:24:19.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-22T06:24:19.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.049s coverage: 97.5% of statements [2020-10-22T06:24:19.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-22T06:24:19.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements [2020-10-22T06:24:19.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-22T06:24:19.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-22T06:24:19.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-22T06:24:19.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-22T06:24:20.500Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.078s coverage: 95.8% of statements [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-22T06:24:20.500Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-22T06:24:20.500Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.020s coverage: 0.0% of statements [no tests to run] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-22T06:24:20.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-22T06:24:20.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.072s coverage: 63.5% of statements [2020-10-22T06:24:20.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-22T06:24:20.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-22T06:24:20.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements [2020-10-22T06:24:21.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.009s coverage: 91.3% of statements [2020-10-22T06:24:21.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.005s coverage: 100.0% of statements [2020-10-22T06:24:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements [2020-10-22T06:24:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.015s coverage: 100.0% of statements [2020-10-22T06:24:22.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.114s coverage: 55.9% of statements [2020-10-22T06:24:22.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-22T06:24:22.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-22T06:24:22.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-22T06:24:22.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-22T06:24:24.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.056s coverage: 86.3% of statements [2020-10-22T06:24:24.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-22T06:24:24.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.281s coverage: 72.2% of statements [2020-10-22T06:24:24.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.100s coverage: 72.1% of statements [2020-10-22T06:24:24.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.011s coverage: 82.4% of statements [2020-10-22T06:24:24.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.007s coverage: 48.4% of statements [2020-10-22T06:24:24.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-22T06:24:24.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-22T06:24:24.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-22T06:24:24.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements [2020-10-22T06:24:24.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-22T06:24:24.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements [2020-10-22T06:24:24.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-22T06:24:25.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.058s coverage: 36.5% of statements [2020-10-22T06:24:25.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-22T06:24:25.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-22T06:24:25.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.101s coverage: 84.1% of statements [2020-10-22T06:24:25.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements [2020-10-22T06:24:25.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-10-22T06:24:25.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-22T06:24:25.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-22T06:24:25.638Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.008s coverage: 100.0% of statements [2020-10-22T06:24:25.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-22T06:24:25.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements [2020-10-22T06:24:25.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-22T06:24:27.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.042s coverage: 47.1% of statements [2020-10-22T06:24:27.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-22T06:24:27.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-22T06:24:27.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements [2020-10-22T06:24:27.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-22T06:24:27.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-22T06:24:27.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-22T06:24:27.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.015s coverage: 100.0% of statements [2020-10-22T06:24:27.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-22T06:24:27.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.010s coverage: 100.0% of statements [2020-10-22T06:24:27.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-22T06:24:28.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.065s coverage: 29.1% of statements [2020-10-22T06:24:28.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-22T06:24:28.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-22T06:24:28.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-22T06:24:28.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-22T06:24:28.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-22T06:24:28.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.014s coverage: 99.0% of statements [2020-10-22T06:24:28.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-22T06:24:28.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-10-22T06:24:28.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-22T06:24:28.274Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements [2020-10-22T06:24:28.274Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-22T06:24:28.550Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2020-10-22T06:24:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-22T06:24:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-22T06:24:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-22T06:24:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-22T06:24:28.818Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2020-10-22T06:24:28.818Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-22T06:24:28.818Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-22T06:24:28.818Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-10-22T06:24:28.818Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-10-22T06:24:29.081Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-10-22T06:24:29.343Z] GO111MODULE=on go vet ./... [2020-10-22T06:24:36.004Z] gofmt -l . [2020-10-22T06:24:36.580Z] [ "`gofmt -l .`" = "" ] [2020-10-22T06:24:37.163Z] ./bin/test-go-mod-tidy.sh [2020-10-22T06:24:37.738Z] ./bin/test-attribution-txt.sh [2020-10-22T06:24:38.514Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8174 in /w/workspace/edgexfoundry_edgex-go_PR-2835 [Pipeline] { [Pipeline] ws [2020-10-22T06:24:38.583Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2020-10-22T06:24:39.972Z] + ls -al . [2020-10-22T06:24:39.972Z] total 620 [2020-10-22T06:24:39.972Z] drwxrwxr-x 10 1001 1001 4096 Oct 22 06:24 . [2020-10-22T06:24:39.972Z] drwxr-xr-x 4 root root 28 Oct 22 06:23 .. [2020-10-22T06:24:39.972Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 06:21 .dockerignore [2020-10-22T06:24:39.972Z] drwxrwxr-x 8 1001 1001 179 Oct 22 06:21 .git [2020-10-22T06:24:39.972Z] drwxrwxr-x 3 1001 1001 125 Oct 22 06:21 .github [2020-10-22T06:24:39.972Z] -rw-rw-r-- 1 1001 1001 932 Oct 22 06:21 .gitignore [2020-10-22T06:24:39.972Z] drwx------ 3 1001 1001 47 Oct 22 06:22 .semver [2020-10-22T06:24:39.972Z] -rw-rw-r-- 1 1001 1001 166 Oct 22 06:21 .sonarcloud.properties [2020-10-22T06:24:39.972Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 06:21 CONTRIBUTING.md [2020-10-22T06:24:39.972Z] -rw-rw-r-- 1 1001 1001 1035 Oct 22 06:21 Dockerfile.build [2020-10-22T06:24:39.972Z] -rw-rw-r-- 1 1001 1001 863 Oct 22 06:21 Jenkinsfile [2020-10-22T06:24:39.972Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 06:21 LICENSE [2020-10-22T06:24:39.972Z] -rw-rw-r-- 1 1001 1001 6237 Oct 22 06:21 Makefile [2020-10-22T06:24:39.972Z] -rw-rw-r-- 1 1001 1001 6447 Oct 22 06:21 README.md [2020-10-22T06:24:39.973Z] -rw-rw-r-- 1 1001 1001 259 Oct 22 06:21 SECURITY.md [2020-10-22T06:24:39.973Z] -rw-rw-r-- 1 1001 1001 5 Oct 22 06:22 VERSION [2020-10-22T06:24:39.973Z] -rw-rw-r-- 1 1001 1001 4131 Oct 22 06:21 ZMQWindows.md [2020-10-22T06:24:39.973Z] drwxrwxr-x 2 1001 1001 117 Oct 22 06:21 bin [2020-10-22T06:24:39.973Z] drwxrwxr-x 15 1001 1001 4096 Oct 22 06:21 cmd [2020-10-22T06:24:39.973Z] -rw-r--r-- 1 root root 526502 Oct 22 06:24 coverage.out [2020-10-22T06:24:39.973Z] -rw-r--r-- 1 root root 1041 Oct 22 06:24 go.mod [2020-10-22T06:24:39.973Z] -rw-r--r-- 1 root root 18775 Oct 22 06:24 go.sum [2020-10-22T06:24:39.973Z] drwxrwxr-x 8 1001 1001 127 Oct 22 06:21 internal [2020-10-22T06:24:39.973Z] drwxrwxr-x 4 1001 1001 26 Oct 22 06:21 openapi [2020-10-22T06:24:39.973Z] drwxrwxr-x 4 1001 1001 71 Oct 22 06:21 snap [2020-10-22T06:24:39.973Z] -rw-rw-r-- 1 1001 1001 168 Oct 22 06:21 version.go [Pipeline] sh [2020-10-22T06:24:40.270Z] + '[' -e coverage.out ] [2020-10-22T06:24:40.270Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-22T06:24:40.548Z] Stashed 1 file(s) [Pipeline] sh [2020-10-22T06:24:40.889Z] + make build [2020-10-22T06:24:40.889Z] 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-22T06:24:43.384Z] using credential edgex-jenkins-ssh [2020-10-22T06:24:43.469Z] Cloning the remote Git repository [2020-10-22T06:24:43.526Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T06:24:43.649Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-10-22T06:24:43.721Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T06:24:43.722Z] > git --version # timeout=10 [2020-10-22T06:24:43.735Z] > git --version # 'git version 2.17.1' [2020-10-22T06:24:43.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:24:43.807Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:24:49.392Z] 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-22T06:24:52.704Z] 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-22T06:24:53.660Z] 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-22T06:24:55.620Z] 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-22T06:24:56.583Z] 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-22T06:24:57.165Z] 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-22T06:24:58.555Z] 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-22T06:24:59.946Z] 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-22T06:25:00.899Z] 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-22T06:25:01.856Z] 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-22T06:25:02.158Z] Merging remotes/origin/master commit 23d78d8d6164cd46726267bd4b072740b98d7786 into PR head commit 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T06:25:02.876Z] Failed in branch arm64 [2020-10-22T06:25:01.185Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T06:25:01.199Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:25:01.223Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T06:25:01.250Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T06:25:01.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:25:01.263Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2835/head:refs/remotes/origin/PR-2835 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T06:25:02.185Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T06:25:02.211Z] > git checkout -f 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 # timeout=10 [2020-10-22T06:25:03.263Z] 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-22T06:25:04.226Z] 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-22T06:25:05.195Z] $ docker stop --time=1 b3ffbba11f126b3e5dbacffb4288b479258c638283fa2a8919ead0757e0c7d11 [2020-10-22T06:25:06.754Z] $ docker rm -f b3ffbba11f126b3e5dbacffb4288b479258c638283fa2a8919ead0757e0c7d11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:25:08.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T06:25:08.515Z] [2020-10-22T06:25:08.515Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:25:08.904Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T06:25:08.904Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-22T06:25:08.904Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T06:25:08.904Z] ca9280d653b3: Pulling fs layer [2020-10-22T06:25:08.904Z] 7e9c9ca2126c: Pulling fs layer [2020-10-22T06:25:09.166Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-22T06:25:09.166Z] cbdbe7a5bc2a: Download complete [2020-10-22T06:25:09.428Z] cbdbe7a5bc2a: Pull complete [2020-10-22T06:25:10.016Z] ca9280d653b3: Verifying Checksum [2020-10-22T06:25:10.016Z] ca9280d653b3: Download complete [2020-10-22T06:25:10.964Z] ca9280d653b3: Pull complete [2020-10-22T06:25:10.964Z] 7e9c9ca2126c: Verifying Checksum [2020-10-22T06:25:10.964Z] 7e9c9ca2126c: Download complete [2020-10-22T06:25:19.140Z] 7e9c9ca2126c: Pull complete [2020-10-22T06:25:19.140Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-22T06:25:19.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T06:25:19.140Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-22T06:25:19.265Z] prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container [2020-10-22T06:25:19.315Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T06:25:20.121Z] $ docker top 9fe1528ca1fcb4f10920ed80caf15f06d9995de6010110926cb21fd956d8c8c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:25:20.662Z] + docker-compose build --help [2020-10-22T06:25:20.663Z] + grep parallel [2020-10-22T06:25:21.611Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T06:25:21.625Z] $ docker stop --time=1 9fe1528ca1fcb4f10920ed80caf15f06d9995de6010110926cb21fd956d8c8c6 [2020-10-22T06:25:22.972Z] $ docker rm -f 9fe1528ca1fcb4f10920ed80caf15f06d9995de6010110926cb21fd956d8c8c6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:25:23.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T06:25:23.597Z] . [Pipeline] withDockerContainer [2020-10-22T06:25:23.692Z] prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container [2020-10-22T06:25:23.745Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-22T06:25:25.194Z] $ docker top f8e2d1ed7e02ea3e6f6ca6443ad900b752dafb76511b50f2628a22737d14d533 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:25:25.702Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T06:25:26.657Z] Building docker-core-command-go ... [2020-10-22T06:25:26.657Z] Building docker-core-data-go ... [2020-10-22T06:25:26.657Z] Building docker-core-metadata-go ... [2020-10-22T06:25:26.657Z] Building docker-security-proxy-setup-go ... [2020-10-22T06:25:26.657Z] Building docker-security-secrets-setup-go ... [2020-10-22T06:25:26.657Z] Building docker-security-secretstore-setup-go ... [2020-10-22T06:25:26.657Z] Building docker-support-logging-go ... [2020-10-22T06:25:26.657Z] Building docker-support-notifications-go ... [2020-10-22T06:25:26.657Z] Building docker-support-scheduler-go ... [2020-10-22T06:25:26.657Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T06:25:26.657Z] Building docker-core-command-go [2020-10-22T06:25:26.657Z] Building docker-security-proxy-setup-go [2020-10-22T06:25:26.657Z] Building docker-core-metadata-go [2020-10-22T06:25:26.657Z] Building docker-support-logging-go [2020-10-22T06:25:26.657Z] Building docker-security-secretstore-setup-go [2020-10-22T06:25:58.884Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:25:58.884Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T06:25:58.884Z] ---> 833de7a14a2a [2020-10-22T06:25:58.884Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T06:25:58.884Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:25:58.884Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T06:25:58.884Z] ---> 833de7a14a2a [2020-10-22T06:25:58.884Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T06:25:58.884Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:25:58.884Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T06:25:58.884Z] ---> 833de7a14a2a [2020-10-22T06:25:58.884Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T06:25:58.884Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:25:58.884Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T06:25:58.884Z] ---> 833de7a14a2a [2020-10-22T06:25:58.884Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T06:25:58.884Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:25:58.884Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T06:25:58.884Z] ---> 833de7a14a2a [2020-10-22T06:25:58.884Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T06:25:58.884Z] ---> Running in cb2491642fbf [2020-10-22T06:25:58.884Z] ---> Running in c22d21b9400d [2020-10-22T06:25:58.884Z] ---> Running in 5d17ccceeff6 [2020-10-22T06:25:58.884Z] ---> Running in 8c3237c110b2 [2020-10-22T06:25:58.884Z] ---> Running in 75a62c767e0a [2020-10-22T06:25:58.884Z] Removing intermediate container cb2491642fbf [2020-10-22T06:25:58.884Z] ---> 3de0a6ca7ed5 [2020-10-22T06:25:58.884Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:25:58.884Z] Removing intermediate container 75a62c767e0a [2020-10-22T06:25:58.884Z] ---> ba800d9890ac [2020-10-22T06:25:58.884Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:25:58.884Z] Removing intermediate container 8c3237c110b2 [2020-10-22T06:25:58.884Z] ---> d2e48b73f5cb [2020-10-22T06:25:58.884Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:25:58.884Z] Removing intermediate container 5d17ccceeff6 [2020-10-22T06:25:58.884Z] ---> e473208e63fe [2020-10-22T06:25:58.884Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:25:58.884Z] Removing intermediate container c22d21b9400d [2020-10-22T06:25:58.884Z] ---> 71e1fb497c2d [2020-10-22T06:25:58.884Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:25:58.884Z] ---> Running in 394e92e9bb60 [2020-10-22T06:25:58.884Z] ---> Running in 2f5fab4316ef [2020-10-22T06:25:58.884Z] ---> Running in fec634a7231b [2020-10-22T06:25:58.884Z] ---> Running in 3a609464ad50 [2020-10-22T06:25:58.884Z] ---> Running in 6311665d4113 [2020-10-22T06:25:59.464Z] Removing intermediate container fec634a7231b [2020-10-22T06:25:59.464Z] ---> 3a1f2e5ac4bf [2020-10-22T06:25:59.464Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T06:25:59.727Z] Removing intermediate container 394e92e9bb60 [2020-10-22T06:25:59.727Z] ---> dce111cade8b [2020-10-22T06:25:59.727Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T06:25:59.727Z] ---> Running in d38cea20c1b1 [2020-10-22T06:25:59.727Z] Removing intermediate container 2f5fab4316ef [2020-10-22T06:25:59.727Z] ---> 79843d931dc5 [2020-10-22T06:25:59.727Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T06:25:59.989Z] Removing intermediate container 3a609464ad50 [2020-10-22T06:25:59.989Z] ---> 66fb783c8bef [2020-10-22T06:25:59.989Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T06:25:59.989Z] ---> Running in f0d1b2f880fb [2020-10-22T06:25:59.989Z] Removing intermediate container 6311665d4113 [2020-10-22T06:25:59.989Z] ---> f520643b3a30 [2020-10-22T06:25:59.989Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T06:25:59.989Z] ---> Running in f85ca50281cd [2020-10-22T06:26:00.257Z] ---> Running in 76328881f27d [2020-10-22T06:26:00.257Z] ---> Running in da826ad025d7 [2020-10-22T06:26:00.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:00.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:01.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:01.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:01.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:01.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:01.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:02.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:02.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:02.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:26:02.748Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:26:02.748Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:26:02.748Z] OK: 12752 distinct packages available [2020-10-22T06:26:02.748Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:26:02.748Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:26:02.748Z] OK: 12752 distinct packages available [2020-10-22T06:26:03.031Z] OK: 233 MiB in 51 packages [2020-10-22T06:26:03.031Z] OK: 233 MiB in 51 packages [2020-10-22T06:26:03.031Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:26:03.031Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:26:03.031Z] OK: 12752 distinct packages available [2020-10-22T06:26:03.305Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:26:03.305Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:26:03.305Z] OK: 12752 distinct packages available [2020-10-22T06:26:03.305Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:26:03.305Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:26:03.305Z] OK: 12752 distinct packages available [2020-10-22T06:26:03.305Z] OK: 233 MiB in 51 packages [2020-10-22T06:26:03.567Z] OK: 233 MiB in 51 packages [2020-10-22T06:26:03.567Z] OK: 233 MiB in 51 packages [2020-10-22T06:26:03.830Z] OK: 233 MiB in 51 packages [2020-10-22T06:26:04.093Z] Removing intermediate container f0d1b2f880fb [2020-10-22T06:26:04.093Z] ---> 8ba4977d5ee1 [2020-10-22T06:26:04.093Z] Step 6/22 : COPY go.mod . [2020-10-22T06:26:04.355Z] Removing intermediate container d38cea20c1b1 [2020-10-22T06:26:04.355Z] ---> a92a7f150b28 [2020-10-22T06:26:04.355Z] Step 6/20 : COPY go.mod . [2020-10-22T06:26:04.355Z] Removing intermediate container f85ca50281cd [2020-10-22T06:26:04.355Z] ---> 75b78bf82d22 [2020-10-22T06:26:04.355Z] Step 6/26 : COPY go.mod . [2020-10-22T06:26:04.619Z] ---> 582edda30932 [2020-10-22T06:26:04.619Z] Step 7/22 : RUN go mod download [2020-10-22T06:26:04.619Z] Removing intermediate container 76328881f27d [2020-10-22T06:26:04.619Z] ---> 04b2069de3cb [2020-10-22T06:26:04.619Z] Step 6/22 : COPY go.mod . [2020-10-22T06:26:04.619Z] ---> 06a58ac426df [2020-10-22T06:26:04.619Z] Step 7/20 : RUN go mod download [2020-10-22T06:26:04.619Z] ---> Running in 4a69047f5e3c [2020-10-22T06:26:04.881Z] Removing intermediate container da826ad025d7 [2020-10-22T06:26:04.881Z] ---> 91cc40772de1 [2020-10-22T06:26:04.881Z] Step 6/22 : COPY go.mod . [2020-10-22T06:26:05.831Z] ---> Running in 443308145e4b [2020-10-22T06:26:05.831Z] ---> a3662dec73ef [2020-10-22T06:26:05.831Z] Step 7/26 : RUN go mod download [2020-10-22T06:26:05.831Z] ---> 1377eccd3a21 [2020-10-22T06:26:05.831Z] Step 7/22 : RUN go mod download [2020-10-22T06:26:05.831Z] ---> 8e92a7b19adc [2020-10-22T06:26:05.831Z] Step 7/22 : RUN go mod download [2020-10-22T06:26:06.094Z] ---> Running in e762a4652870 [2020-10-22T06:26:06.094Z] ---> Running in 00f6aa8fd95b [2020-10-22T06:26:06.358Z] ---> Running in 5c2ab89563ae [2020-10-22T06:26:07.781Z] Removing intermediate container 443308145e4b [2020-10-22T06:26:07.781Z] ---> 1d9213e056dd [2020-10-22T06:26:07.781Z] Step 8/20 : COPY . . [2020-10-22T06:26:07.781Z] Removing intermediate container 4a69047f5e3c [2020-10-22T06:26:07.781Z] ---> 629dc393964b [2020-10-22T06:26:07.781Z] Step 8/22 : COPY . . [2020-10-22T06:26:08.046Z] Removing intermediate container e762a4652870 [2020-10-22T06:26:08.046Z] ---> 85503f7c235f [2020-10-22T06:26:08.046Z] Step 8/26 : COPY . . [2020-10-22T06:26:18.160Z] Removing intermediate container 5c2ab89563ae [2020-10-22T06:26:18.160Z] ---> e3a1fe83699f [2020-10-22T06:26:18.160Z] Step 8/22 : COPY . . [2020-10-22T06:26:18.160Z] Removing intermediate container 00f6aa8fd95b [2020-10-22T06:26:18.160Z] ---> 80a2a959a9a2 [2020-10-22T06:26:18.160Z] Step 8/22 : COPY . . [2020-10-22T06:26:51.367Z] ---> 5421cd8788af [2020-10-22T06:26:51.367Z] ---> 4b2c8e5d3374 [2020-10-22T06:26:51.367Z] ---> e30090be6c31 [2020-10-22T06:26:51.367Z] Step 9/22 : RUN make cmd/support-logging/support-loggingStep 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-22T06:26:51.367Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T06:26:51.367Z] [2020-10-22T06:26:51.367Z] ---> 281902696d7e [2020-10-22T06:26:51.367Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T06:26:51.367Z] ---> Running in 5596c9936d46 [2020-10-22T06:26:51.367Z] ---> Running in ab2e2efd50c6 [2020-10-22T06:26:51.367Z] ---> Running in f4c79e8e9d97 [2020-10-22T06:26:51.367Z] ---> Running in ff697156e4b3 [2020-10-22T06:26:51.367Z] ---> 31f386a46cd4 [2020-10-22T06:26:51.367Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T06:26:51.367Z] ---> Running in 6ab487ceee0f [2020-10-22T06:26:51.367Z] 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-22T06:26:51.367Z] 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-22T06:26:51.367Z] 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-22T06:26:51.367Z] 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-22T06:26:51.367Z] 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-22T06:27:18.130Z] 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-22T06:27:18.130Z] Removing intermediate container 5596c9936d46 [2020-10-22T06:27:18.130Z] ---> 371fbf526fdf [2020-10-22T06:27:18.130Z] [2020-10-22T06:27:18.130Z] Step 10/20 : FROM alpine [2020-10-22T06:27:18.130Z] latest: Pulling from library/alpine [2020-10-22T06:27:18.403Z] 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-22T06:27:19.374Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T06:27:19.374Z] Status: Downloaded newer image for alpine:latest [2020-10-22T06:27:19.374Z] ---> d6e46aa2470d [2020-10-22T06:27:19.374Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T06:27:20.787Z] ---> Running in 5f2de704f9bf [2020-10-22T06:27:21.058Z] Removing intermediate container ab2e2efd50c6 [2020-10-22T06:27:21.058Z] ---> 8128bc2df75a [2020-10-22T06:27:21.058Z] [2020-10-22T06:27:21.058Z] Step 10/22 : FROM scratch [2020-10-22T06:27:21.058Z] ---> [2020-10-22T06:27:21.058Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T06:27:21.332Z] ---> Running in d49bc4cedc9b [2020-10-22T06:27:21.922Z] Removing intermediate container d49bc4cedc9b [2020-10-22T06:27:21.922Z] ---> e0c1cdbf5eaa [2020-10-22T06:27:21.922Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T06:27:21.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:27:21.922Z] ---> Running in fbaaed4a3e3a [2020-10-22T06:27:21.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:27:22.188Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:27:22.188Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:27:22.188Z] OK: 12744 distinct packages available [2020-10-22T06:27:22.460Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T06:27:22.460Z] Removing intermediate container fbaaed4a3e3a [2020-10-22T06:27:22.460Z] ---> 5609d9c2d7d1 [2020-10-22T06:27:22.460Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T06:27:22.460Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T06:27:22.460Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T06:27:22.735Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T06:27:22.735Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T06:27:22.735Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T06:27:23.002Z] OK: 7 MiB in 18 packages [2020-10-22T06:27:25.560Z] ---> Running in 99af7670e8ff [2020-10-22T06:27:26.964Z] Removing intermediate container 6ab487ceee0f [2020-10-22T06:27:26.964Z] ---> 00ffcbcb9097 [2020-10-22T06:27:26.964Z] [2020-10-22T06:27:26.964Z] Step 10/22 : FROM scratch [2020-10-22T06:27:26.964Z] ---> [2020-10-22T06:27:26.964Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T06:27:26.964Z] Removing intermediate container f4c79e8e9d97 [2020-10-22T06:27:26.964Z] ---> ab7d2df41362 [2020-10-22T06:27:26.964Z] [2020-10-22T06:27:26.964Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T06:27:26.964Z] Removing intermediate container 99af7670e8ff [2020-10-22T06:27:26.964Z] ---> 3d2ecf1eb7b5 [2020-10-22T06:27:26.964Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T06:27:26.964Z] ---> Running in 8046e17ff5e9 [2020-10-22T06:27:27.226Z] 3.10: Pulling from library/alpine [2020-10-22T06:27:27.488Z] Removing intermediate container 8046e17ff5e9 [2020-10-22T06:27:27.488Z] ---> 11848f0f5176 [2020-10-22T06:27:27.488Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T06:27:27.488Z] Removing intermediate container 5f2de704f9bf [2020-10-22T06:27:27.488Z] ---> ecded0899030 [2020-10-22T06:27:27.488Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T06:27:29.413Z] ---> 28c0120c6477 [2020-10-22T06:27:29.413Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T06:27:29.413Z] ---> Running in 90ea9ee77fd5 [2020-10-22T06:27:29.413Z] ---> Running in 4a495d1a4025 [2020-10-22T06:27:29.413Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T06:27:29.413Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T06:27:29.413Z] ---> be4e4bea2c2e [2020-10-22T06:27:29.413Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T06:27:29.413Z] Removing intermediate container ff697156e4b3 [2020-10-22T06:27:29.413Z] ---> 2c360e487aa6 [2020-10-22T06:27:29.413Z] [2020-10-22T06:27:29.413Z] Step 10/22 : FROM scratch [2020-10-22T06:27:29.413Z] ---> [2020-10-22T06:27:29.413Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T06:27:29.413Z] ---> Using cache [2020-10-22T06:27:29.413Z] ---> 11848f0f5176 [2020-10-22T06:27:29.413Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T06:27:29.413Z] ---> Running in de3d8a37b7c9 [2020-10-22T06:27:29.684Z] ---> Running in 2e9be21cb654 [2020-10-22T06:27:29.684Z] Removing intermediate container 90ea9ee77fd5 [2020-10-22T06:27:29.684Z] ---> 111f3ad30069 [2020-10-22T06:27:29.684Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T06:27:29.684Z] Removing intermediate container 4a495d1a4025 [2020-10-22T06:27:29.684Z] ---> 1ea8f3245f0b [2020-10-22T06:27:29.684Z] Step 13/20 : WORKDIR /edgex [2020-10-22T06:27:29.948Z] ---> 5034b496d306 [2020-10-22T06:27:29.948Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T06:27:29.948Z] ---> Running in d4b47f1dfb75 [2020-10-22T06:27:29.948Z] ---> Running in b0e59523ca0b [2020-10-22T06:27:29.948Z] Removing intermediate container 2e9be21cb654 [2020-10-22T06:27:29.948Z] ---> d05efce3c677 [2020-10-22T06:27:29.948Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T06:27:30.210Z] Removing intermediate container d4b47f1dfb75 [2020-10-22T06:27:30.210Z] ---> 160715ab8c40 [2020-10-22T06:27:30.210Z] Step 14/22 : WORKDIR / [2020-10-22T06:27:30.210Z] ---> Running in 4d845fdc5941 [2020-10-22T06:27:30.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:27:30.475Z] ---> Running in adbdef5fee3b [2020-10-22T06:27:30.475Z] Removing intermediate container b0e59523ca0b [2020-10-22T06:27:30.475Z] ---> b6fb861a05d0 [2020-10-22T06:27:30.475Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T06:27:30.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:27:30.475Z] Removing intermediate container 4d845fdc5941 [2020-10-22T06:27:30.475Z] ---> 75159369d034 [2020-10-22T06:27:30.475Z] Step 14/22 : WORKDIR / [2020-10-22T06:27:30.475Z] ---> 93010ddcfc5b [2020-10-22T06:27:30.475Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T06:27:30.739Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T06:27:30.739Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T06:27:30.739Z] OK: 10346 distinct packages available [2020-10-22T06:27:30.739Z] ---> Running in e488f7de8384 [2020-10-22T06:27:30.739Z] Removing intermediate container adbdef5fee3b [2020-10-22T06:27:30.739Z] ---> f3ff73c1db04 [2020-10-22T06:27:30.739Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T06:27:30.739Z] ---> f1963298979a [2020-10-22T06:27:30.739Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T06:27:30.739Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T06:27:31.006Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T06:27:31.006Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T06:27:31.006Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T06:27:31.006Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T06:27:31.006Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T06:27:31.006Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T06:27:31.006Z] OK: 7 MiB in 19 packages [2020-10-22T06:27:31.273Z] ---> 70391f988a63 [2020-10-22T06:27:31.273Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T06:27:31.536Z] Removing intermediate container e488f7de8384 [2020-10-22T06:27:31.536Z] ---> 6b7f113c0ca5 [2020-10-22T06:27:31.536Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T06:27:31.799Z] ---> f7849252203a [2020-10-22T06:27:31.799Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T06:27:31.799Z] ---> Running in 06aa3cc92604 [2020-10-22T06:27:31.799Z] ---> c52e332fb5ae [2020-10-22T06:27:31.799Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T06:27:32.061Z] ---> Running in 72721583c9f5 [2020-10-22T06:27:33.457Z] Removing intermediate container 06aa3cc92604 [2020-10-22T06:27:33.457Z] ---> a0900f1795da [2020-10-22T06:27:33.457Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:27:33.457Z] ---> 16ff6d620949 [2020-10-22T06:27:33.457Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T06:27:33.457Z] Removing intermediate container 72721583c9f5 [2020-10-22T06:27:33.457Z] ---> 4d128aa4c768 [2020-10-22T06:27:33.457Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T06:27:33.457Z] Removing intermediate container de3d8a37b7c9 [2020-10-22T06:27:33.457Z] ---> 559b0a384a41 [2020-10-22T06:27:33.457Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T06:27:33.457Z] ---> 204d528fa737 [2020-10-22T06:27:33.457Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T06:27:33.457Z] ---> Running in 24b0ea1b4556 [2020-10-22T06:27:33.723Z] ---> Running in abdc5bd20c19 [2020-10-22T06:27:33.723Z] ---> Running in ce617f1bc0ce [2020-10-22T06:27:33.985Z] Removing intermediate container 24b0ea1b4556 [2020-10-22T06:27:33.985Z] ---> 9873c5dc8343 [2020-10-22T06:27:33.985Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T06:27:33.985Z] ---> Running in b2d3edebbc9c [2020-10-22T06:27:33.985Z] Removing intermediate container abdc5bd20c19 [2020-10-22T06:27:33.985Z] ---> 0b9aac054d92 [2020-10-22T06:27:33.985Z] Step 13/26 : WORKDIR / [2020-10-22T06:27:34.251Z] Removing intermediate container ce617f1bc0ce [2020-10-22T06:27:34.251Z] ---> eb725bc0a449 [2020-10-22T06:27:34.251Z] Step 18/20 : LABEL arch=x86_64 [2020-10-22T06:27:34.251Z] ---> 5092bfefeb5e [2020-10-22T06:27:34.251Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T06:27:34.251Z] ---> a4c6b5178be8 [2020-10-22T06:27:34.251Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T06:27:34.251Z] ---> Running in 1c1a8bccb95a [2020-10-22T06:27:34.251Z] ---> Running in 6bdde2c9856e [2020-10-22T06:27:34.251Z] ---> Running in da3048782c7f [2020-10-22T06:27:34.515Z] Removing intermediate container b2d3edebbc9c [2020-10-22T06:27:34.515Z] ---> 3221f1d7d6c2 [2020-10-22T06:27:34.515Z] Step 21/22 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:27:34.515Z] ---> e807acadf606 [2020-10-22T06:27:34.515Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T06:27:34.515Z] ---> Running in 4799875d24ab [2020-10-22T06:27:34.779Z] Removing intermediate container 6bdde2c9856e [2020-10-22T06:27:34.779Z] ---> 2c8d3858b25b [2020-10-22T06:27:34.779Z] Step 19/20 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:27:34.779Z] Removing intermediate container 1c1a8bccb95a [2020-10-22T06:27:34.779Z] ---> 1d3ecbc10580 [2020-10-22T06:27:34.779Z] 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-22T06:27:34.779Z] Removing intermediate container da3048782c7f [2020-10-22T06:27:34.779Z] ---> f3525527545f [2020-10-22T06:27:34.779Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:27:35.041Z] ---> Running in edb42eb5a2f3 [2020-10-22T06:27:35.041Z] ---> Running in 874544fbc475 [2020-10-22T06:27:35.041Z] ---> Running in 34423693ea3b [2020-10-22T06:27:35.041Z] Removing intermediate container 4799875d24ab [2020-10-22T06:27:35.041Z] ---> fe76bbcc9a76 [2020-10-22T06:27:35.041Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T06:27:35.303Z] ---> 3097905f6084 [2020-10-22T06:27:35.303Z] 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-22T06:27:35.303Z] ---> Running in 58c5f160d9ec [2020-10-22T06:27:35.564Z] Removing intermediate container edb42eb5a2f3 [2020-10-22T06:27:35.564Z] ---> cb51dbb6f711 [2020-10-22T06:27:35.564Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:27:35.564Z] Removing intermediate container 874544fbc475 [2020-10-22T06:27:35.564Z] ---> d78b4f97dea6 [2020-10-22T06:27:35.564Z] Step 20/20 : LABEL version=0.0.0 [2020-10-22T06:27:35.564Z] Removing intermediate container 34423693ea3b [2020-10-22T06:27:35.564Z] ---> 11b11635b097 [2020-10-22T06:27:35.564Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T06:27:35.826Z] ---> Running in 9b58c01d8b58 [2020-10-22T06:27:35.827Z] ---> Running in b08ccf08714c [2020-10-22T06:27:35.827Z] ---> Running in 7b9f64d56a8a [2020-10-22T06:27:35.827Z] ---> ed153bc338d1 [2020-10-22T06:27:35.827Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T06:27:35.827Z] Removing intermediate container 58c5f160d9ec [2020-10-22T06:27:35.827Z] ---> 589273f3b97e [2020-10-22T06:27:35.827Z] [2020-10-22T06:27:36.088Z] Removing intermediate container b08ccf08714c [2020-10-22T06:27:36.088Z] ---> a8f65b09905c [2020-10-22T06:27:36.088Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T06:27:36.088Z] Successfully built 589273f3b97e [2020-10-22T06:27:36.088Z] Removing intermediate container 9b58c01d8b58 [2020-10-22T06:27:36.088Z] ---> fadaa9791ec5 [2020-10-22T06:27:36.088Z] [2020-10-22T06:27:36.350Z] Successfully tagged docker-support-logging-go:latest [2020-10-22T06:27:36.350Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2020-10-22T06:27:36.350Z] Removing intermediate container 7b9f64d56a8a [2020-10-22T06:27:36.350Z] ---> e44724bd69b6 [2020-10-22T06:27:36.350Z] Step 21/22 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:27:36.350Z] Successfully built fadaa9791ec5 [2020-10-22T06:27:36.614Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-22T06:27:36.614Z] Building docker-support-notifications-go [2020-10-22T06:27:36.614Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 031a94852b6b [2020-10-22T06:27:36.614Z] ---> a1b186232bf2 [2020-10-22T06:27:36.614Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T06:27:36.614Z] ---> Running in 390f011c1325 [2020-10-22T06:27:36.614Z] Removing intermediate container 031a94852b6b [2020-10-22T06:27:36.614Z] ---> a5a073888fd3 [2020-10-22T06:27:36.614Z] Step 21/22 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:27:36.880Z] ---> Running in 6029af4e5353 [2020-10-22T06:27:36.880Z] Removing intermediate container 390f011c1325 [2020-10-22T06:27:36.880Z] ---> a413cfa296a0 [2020-10-22T06:27:36.880Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T06:27:36.880Z] ---> 0cb7ea2a3209 [2020-10-22T06:27:36.880Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T06:27:37.148Z] ---> Running in 8ef1f7cbdf39 [2020-10-22T06:27:37.148Z] Removing intermediate container 6029af4e5353 [2020-10-22T06:27:37.148Z] ---> d7730e72776c [2020-10-22T06:27:37.148Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T06:27:37.729Z] ---> Running in 22d8d38fa133 [2020-10-22T06:27:37.729Z] Removing intermediate container 8ef1f7cbdf39 [2020-10-22T06:27:37.729Z] ---> 8011f7d73d64 [2020-10-22T06:27:37.729Z] [2020-10-22T06:27:40.300Z] ---> 1fa7d4505414 [2020-10-22T06:27:40.300Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T06:27:42.861Z] Successfully built 8011f7d73d64 [2020-10-22T06:27:42.861Z] Removing intermediate container 22d8d38fa133 [2020-10-22T06:27:42.861Z] ---> 156e3ec177ef [2020-10-22T06:27:42.861Z] [2020-10-22T06:27:42.861Z] Successfully tagged docker-core-command-go:latest [2020-10-22T06:27:42.861Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-10-22T06:27:42.861Z] Successfully built 156e3ec177ef [2020-10-22T06:27:42.861Z] Successfully tagged docker-core-metadata-go:latest [2020-10-22T06:27:42.861Z] Building docker-security-secrets-setup-go [2020-10-22T06:27:44.261Z]  Building docker-core-metadata-go ... done  ---> e9d971d44831 [2020-10-22T06:27:44.261Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T06:27:54.328Z] ---> 726a40f5fbbb [2020-10-22T06:27:54.328Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T06:27:54.328Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:27:54.328Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T06:27:54.328Z] ---> 833de7a14a2a [2020-10-22T06:27:54.328Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T06:27:54.328Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:27:54.328Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T06:27:54.328Z] ---> 833de7a14a2a [2020-10-22T06:27:54.328Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T06:27:54.328Z] ---> Using cache [2020-10-22T06:27:54.328Z] ---> 71e1fb497c2d [2020-10-22T06:27:54.328Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:27:54.328Z] ---> Using cache [2020-10-22T06:27:54.328Z] ---> 71e1fb497c2d [2020-10-22T06:27:54.328Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:27:54.328Z] ---> Using cache [2020-10-22T06:27:54.328Z] ---> f520643b3a30 [2020-10-22T06:27:54.328Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T06:27:54.328Z] ---> Using cache [2020-10-22T06:27:54.328Z] ---> f520643b3a30 [2020-10-22T06:27:54.328Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T06:27:56.885Z] ---> Running in 8dad1b25c42c [2020-10-22T06:27:56.885Z] ---> Running in e416cf712fd0 [2020-10-22T06:27:56.885Z] ---> d42911d942c6 [2020-10-22T06:27:56.885Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T06:27:56.885Z] ---> Running in b2f388500483 [2020-10-22T06:27:59.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:27:59.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:28:00.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:28:00.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:28:01.243Z] Removing intermediate container b2f388500483 [2020-10-22T06:28:01.243Z] ---> 1bdee31b10b8 [2020-10-22T06:28:01.243Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T06:28:01.844Z] ---> Running in 00e3174f759b [2020-10-22T06:28:02.429Z] Removing intermediate container 00e3174f759b [2020-10-22T06:28:02.429Z] ---> 8dedffa7536d [2020-10-22T06:28:02.429Z] Step 24/26 : LABEL arch=x86_64 [2020-10-22T06:28:03.397Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:28:03.397Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:28:03.397Z] OK: 12752 distinct packages available [2020-10-22T06:28:03.397Z] ---> Running in 5b076078301c [2020-10-22T06:28:03.397Z] OK: 233 MiB in 51 packages [2020-10-22T06:28:03.984Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:28:03.984Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:28:03.984Z] OK: 12752 distinct packages available [2020-10-22T06:28:03.984Z] Removing intermediate container 5b076078301c [2020-10-22T06:28:03.984Z] ---> 78328b22938b [2020-10-22T06:28:03.984Z] Step 25/26 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:28:04.246Z] OK: 233 MiB in 51 packages [2020-10-22T06:28:05.198Z] ---> Running in 048b0ce14b20 [2020-10-22T06:28:05.773Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:28:05.773Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T06:28:05.773Z] ---> 833de7a14a2a [2020-10-22T06:28:05.773Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T06:28:05.773Z] ---> Using cache [2020-10-22T06:28:05.773Z] ---> 71e1fb497c2d [2020-10-22T06:28:05.773Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T06:28:05.773Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:28:05.773Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T06:28:05.773Z] ---> 833de7a14a2a [2020-10-22T06:28:05.773Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T06:28:05.773Z] ---> Using cache [2020-10-22T06:28:05.773Z] ---> 71e1fb497c2d [2020-10-22T06:28:05.773Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:28:05.773Z] ---> Using cache [2020-10-22T06:28:05.773Z] ---> f520643b3a30 [2020-10-22T06:28:05.773Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T06:28:06.724Z] ---> Running in 19b6143d3e44 [2020-10-22T06:28:06.724Z] ---> Running in 2f0b9e81a54b [2020-10-22T06:28:06.724Z] Removing intermediate container e416cf712fd0 [2020-10-22T06:28:06.724Z] ---> fcc94d885ba2 [2020-10-22T06:28:06.724Z] Step 6/21 : COPY go.mod . [2020-10-22T06:28:06.724Z] Removing intermediate container 048b0ce14b20 [2020-10-22T06:28:06.724Z] ---> 1527ed9eca2c [2020-10-22T06:28:06.724Z] Step 26/26 : LABEL version=0.0.0 [2020-10-22T06:28:06.988Z] Removing intermediate container 8dad1b25c42c [2020-10-22T06:28:06.988Z] ---> 5813c3ae3d86 [2020-10-22T06:28:06.988Z] Step 6/24 : COPY go.mod . [2020-10-22T06:28:06.988Z] ---> Running in a7892e9c0e89 [2020-10-22T06:28:07.251Z] ---> d263b6a1cf21 [2020-10-22T06:28:07.251Z] Step 7/21 : RUN go mod download [2020-10-22T06:28:07.514Z] ---> Running in c04157e0e826 [2020-10-22T06:28:07.514Z] ---> 23051b508b08 [2020-10-22T06:28:07.514Z] Step 7/24 : RUN go mod download [2020-10-22T06:28:07.514Z] Removing intermediate container a7892e9c0e89 [2020-10-22T06:28:07.514Z] ---> 19aceba5a22e [2020-10-22T06:28:07.514Z] [2020-10-22T06:28:07.778Z] Successfully built 19aceba5a22e [2020-10-22T06:28:07.778Z] ---> Running in fd19633404dd [2020-10-22T06:28:07.779Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-22T06:28:07.779Z] Building docker-core-data-go [2020-10-22T06:28:07.779Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:28:07.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:28:10.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:28:10.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:28:11.738Z] Removing intermediate container c04157e0e826 [2020-10-22T06:28:11.738Z] ---> 6c660c57c912 [2020-10-22T06:28:11.738Z] Step 8/21 : COPY . . [2020-10-22T06:28:11.738Z] Removing intermediate container fd19633404dd [2020-10-22T06:28:11.738Z] ---> a058df7c2c88 [2020-10-22T06:28:11.738Z] Step 8/24 : COPY . . [2020-10-22T06:28:14.301Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:28:14.301Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:28:14.301Z] OK: 12752 distinct packages available [2020-10-22T06:28:14.301Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:28:14.301Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:28:14.301Z] OK: 12752 distinct packages available [2020-10-22T06:28:14.301Z] OK: 233 MiB in 51 packages [2020-10-22T06:28:14.563Z] OK: 233 MiB in 51 packages [2020-10-22T06:28:24.629Z] Removing intermediate container 19b6143d3e44 [2020-10-22T06:28:24.629Z] ---> ba488f32c409 [2020-10-22T06:28:24.629Z] Step 5/29 : COPY go.mod . [2020-10-22T06:28:24.629Z] Removing intermediate container 2f0b9e81a54b [2020-10-22T06:28:24.629Z] ---> 1a00a88d4839 [2020-10-22T06:28:24.629Z] Step 6/27 : COPY go.mod . [2020-10-22T06:28:28.867Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T06:28:28.867Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T06:28:28.867Z] ---> 2c3066d63b8a [2020-10-22T06:28:28.867Z] Step 6/29 : RUN go mod download [2020-10-22T06:28:28.867Z] ---> 833de7a14a2a [2020-10-22T06:28:28.867Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T06:28:28.867Z] ---> Using cache [2020-10-22T06:28:28.867Z] ---> 71e1fb497c2d [2020-10-22T06:28:28.867Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:28:28.867Z] ---> Using cache [2020-10-22T06:28:28.867Z] ---> f520643b3a30 [2020-10-22T06:28:28.867Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T06:28:29.829Z] ---> 2cda43d1802c [2020-10-22T06:28:29.830Z] Step 7/27 : RUN go mod download [2020-10-22T06:28:30.437Z] ---> Running in 60e039c365e9 [2020-10-22T06:28:30.437Z] ---> Running in 588bc9ffedc1 [2020-10-22T06:28:31.028Z] ---> Running in efd114ecbb55 [2020-10-22T06:28:34.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:28:35.763Z] ---> 8ec887de1428 [2020-10-22T06:28:35.763Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T06:28:35.763Z] ---> 1b17ab680ad2 [2020-10-22T06:28:35.763Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T06:28:35.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:28:35.763Z] ---> Running in e31660009748 [2020-10-22T06:28:35.763Z] Removing intermediate container 60e039c365e9 [2020-10-22T06:28:35.763Z] ---> 935752ef3f60 [2020-10-22T06:28:35.763Z] Step 7/29 : COPY . . [2020-10-22T06:28:36.026Z] ---> Running in 8b4c96a9ca13 [2020-10-22T06:28:36.026Z] Removing intermediate container efd114ecbb55 [2020-10-22T06:28:36.026Z] ---> 721a9f395de2 [2020-10-22T06:28:36.026Z] Step 8/27 : COPY . . [2020-10-22T06:28:36.994Z] 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-22T06:28:36.994Z] 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-22T06:28:37.260Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:28:37.260Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:28:37.260Z] OK: 12752 distinct packages available [2020-10-22T06:28:38.208Z] OK: 233 MiB in 51 packages [2020-10-22T06:28:48.297Z] Removing intermediate container 588bc9ffedc1 [2020-10-22T06:28:48.297Z] ---> 637002abf4bc [2020-10-22T06:28:48.297Z] Step 6/23 : COPY go.mod . [2020-10-22T06:28:51.666Z] ---> fdc22247a903 [2020-10-22T06:28:51.666Z] Step 7/23 : RUN go mod download [2020-10-22T06:28:54.302Z] ---> Running in c7ecd1199d5f [2020-10-22T06:28:59.721Z] Removing intermediate container c7ecd1199d5f [2020-10-22T06:28:59.721Z] ---> 339058f2c6bb [2020-10-22T06:28:59.721Z] Step 8/23 : COPY . . [2020-10-22T06:29:11.033Z] ---> f46dfb23ccc6 [2020-10-22T06:29:11.033Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T06:29:11.033Z] ---> e674f6566d9a [2020-10-22T06:29:11.033Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T06:29:13.637Z] ---> Running in 50b74ecf4110 [2020-10-22T06:29:13.637Z] ---> Running in 4d7fe340cff8 [2020-10-22T06:29:16.232Z] 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-22T06:29:16.232Z] 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-22T06:29:24.458Z] ---> 834d6b4c1343 [2020-10-22T06:29:24.458Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T06:29:24.458Z] Removing intermediate container e31660009748 [2020-10-22T06:29:24.458Z] ---> a972da96c7d7 [2020-10-22T06:29:24.458Z] [2020-10-22T06:29:24.458Z] Step 10/24 : FROM scratch [2020-10-22T06:29:24.458Z] ---> [2020-10-22T06:29:24.458Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T06:29:24.458Z] Removing intermediate container 8b4c96a9ca13 [2020-10-22T06:29:24.458Z] ---> a3ebed9b3351 [2020-10-22T06:29:24.458Z] [2020-10-22T06:29:24.458Z] Step 10/21 : FROM scratch [2020-10-22T06:29:24.458Z] ---> [2020-10-22T06:29:24.458Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T06:29:24.458Z] ---> Running in a8fc7780e033 [2020-10-22T06:29:24.458Z] ---> Using cache [2020-10-22T06:29:24.458Z] ---> 11848f0f5176 [2020-10-22T06:29:24.458Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T06:29:24.738Z] ---> Using cache [2020-10-22T06:29:24.738Z] ---> e0c1cdbf5eaa [2020-10-22T06:29:24.738Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T06:29:24.738Z] ---> Running in e41e9aec2830 [2020-10-22T06:29:24.738Z] ---> Running in c583134d95a1 [2020-10-22T06:29:25.010Z] Removing intermediate container c583134d95a1 [2020-10-22T06:29:25.010Z] ---> ebb0c33de345 [2020-10-22T06:29:25.010Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T06:29:25.280Z] Removing intermediate container e41e9aec2830 [2020-10-22T06:29:25.280Z] ---> 4ff4a7d16c36 [2020-10-22T06:29:25.280Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T06:29:25.280Z] ---> Running in 6a1c57b30aea [2020-10-22T06:29:25.280Z] ---> Running in 25766b9c1632 [2020-10-22T06:29:25.280Z] 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-22T06:29:25.559Z] Removing intermediate container 6a1c57b30aea [2020-10-22T06:29:25.559Z] ---> 18f0d478f3b1 [2020-10-22T06:29:25.559Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T06:29:25.559Z] Removing intermediate container 25766b9c1632 [2020-10-22T06:29:25.559Z] ---> 7b9aead4b917 [2020-10-22T06:29:25.559Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T06:29:26.157Z] ---> 5afc6e99cf2d [2020-10-22T06:29:26.157Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T06:29:28.086Z] ---> 0ae2de188b28 [2020-10-22T06:29:28.086Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T06:29:29.038Z] ---> 21c8ee5cd2e0 [2020-10-22T06:29:29.038Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T06:29:29.038Z] ---> 4a32372dec00 [2020-10-22T06:29:29.038Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T06:29:29.639Z] ---> 1def277f96ca [2020-10-22T06:29:29.639Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T06:29:29.639Z] ---> Running in 5e22e858e7d0 [2020-10-22T06:29:29.639Z] ---> 0b8c605879d8 [2020-10-22T06:29:29.639Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T06:29:29.914Z] Removing intermediate container 5e22e858e7d0 [2020-10-22T06:29:29.914Z] ---> bf5865ca7bbf [2020-10-22T06:29:29.914Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:29:30.191Z] ---> Running in d8cc1efdb994 [2020-10-22T06:29:30.191Z] ---> 9c06c7867464 [2020-10-22T06:29:30.191Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T06:29:30.468Z] Removing intermediate container d8cc1efdb994 [2020-10-22T06:29:30.468Z] ---> 1d9f001c79a2 [2020-10-22T06:29:30.468Z] Step 19/21 : LABEL arch=x86_64 [2020-10-22T06:29:30.743Z] ---> Running in 2ee748d49da4 [2020-10-22T06:29:31.022Z] Removing intermediate container 2ee748d49da4 [2020-10-22T06:29:31.022Z] ---> 3a5e329fa7ee [2020-10-22T06:29:31.022Z] Step 20/21 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:29:31.022Z] ---> Running in 42a53db3a306 [2020-10-22T06:29:31.294Z] ---> f3e30b247028 [2020-10-22T06:29:31.294Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T06:29:31.568Z] Removing intermediate container 42a53db3a306 [2020-10-22T06:29:31.568Z] ---> f3e2583c86f6 [2020-10-22T06:29:31.568Z] Step 21/21 : LABEL version=0.0.0 [2020-10-22T06:29:31.568Z] ---> Running in 28c57a77cc33 [2020-10-22T06:29:31.842Z] Removing intermediate container 28c57a77cc33 [2020-10-22T06:29:31.842Z] ---> 6e9868701687 [2020-10-22T06:29:31.842Z] [2020-10-22T06:29:32.108Z] ---> 9ecab45828e7 [2020-10-22T06:29:32.108Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T06:29:32.108Z] Successfully built 6e9868701687 [2020-10-22T06:29:32.108Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-22T06:29:32.108Z] ---> Running in a4b4df5879df [2020-10-22T06:29:32.388Z]  Building docker-support-scheduler-go ... done Removing intermediate container a4b4df5879df [2020-10-22T06:29:32.388Z] ---> cf7f316c971d [2020-10-22T06:29:32.388Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:29:32.652Z] ---> Running in c0a3eff26911 [2020-10-22T06:29:33.240Z] Removing intermediate container c0a3eff26911 [2020-10-22T06:29:33.240Z] ---> f8e4976bc2dc [2020-10-22T06:29:33.240Z] Step 22/24 : LABEL arch=x86_64 [2020-10-22T06:29:33.240Z] ---> Running in ae63903cd84e [2020-10-22T06:29:33.506Z] Removing intermediate container ae63903cd84e [2020-10-22T06:29:33.506Z] ---> deb0754c9f77 [2020-10-22T06:29:33.506Z] Step 23/24 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:29:33.774Z] ---> Running in fd7a91c8637f [2020-10-22T06:29:34.042Z] Removing intermediate container fd7a91c8637f [2020-10-22T06:29:34.042Z] ---> c750f15e415e [2020-10-22T06:29:34.042Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T06:29:34.042Z] ---> Running in e15bb917ce28 [2020-10-22T06:29:34.311Z] Removing intermediate container e15bb917ce28 [2020-10-22T06:29:34.311Z] ---> e3dff0eb5f3a [2020-10-22T06:29:34.311Z] [2020-10-22T06:29:34.580Z] Successfully built e3dff0eb5f3a [2020-10-22T06:29:34.580Z] Successfully tagged docker-support-notifications-go:latest [2020-10-22T06:29:41.222Z]  Building docker-support-notifications-go ... done Removing intermediate container 50b74ecf4110 [2020-10-22T06:29:41.222Z] ---> e4aaad416dd1 [2020-10-22T06:29:41.222Z] [2020-10-22T06:29:41.222Z] Step 9/29 : FROM alpine:latest [2020-10-22T06:29:41.222Z] ---> d6e46aa2470d [2020-10-22T06:29:41.222Z] 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-22T06:29:42.178Z] Removing intermediate container 4d7fe340cff8 [2020-10-22T06:29:42.178Z] ---> 470b9c5b197c [2020-10-22T06:29:42.178Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T06:29:42.178Z] ---> Running in 94b271f382c1 [2020-10-22T06:29:42.178Z] ---> Running in 5f2a39aacf4d [2020-10-22T06:29:42.456Z] Removing intermediate container 94b271f382c1 [2020-10-22T06:29:42.456Z] ---> 3f100e96bcce [2020-10-22T06:29:42.456Z] Step 11/29 : USER root [2020-10-22T06:29:42.735Z] ---> Running in e52606992348 [2020-10-22T06:29:43.006Z] Removing intermediate container e52606992348 [2020-10-22T06:29:43.007Z] ---> 7f7096a352fd [2020-10-22T06:29:43.007Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T06:29:43.007Z] 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-22T06:29:43.007Z] ---> Running in 9c38fa14aa3e [2020-10-22T06:29:43.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:29:44.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:29:44.527Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T06:29:44.527Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T06:29:44.527Z] OK: 12744 distinct packages available [2020-10-22T06:29:44.793Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T06:29:44.793Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T06:29:45.056Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T06:29:45.056Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T06:29:45.334Z] OK: 6 MiB in 16 packages [2020-10-22T06:29:45.334Z] Removing intermediate container 5f2a39aacf4d [2020-10-22T06:29:45.334Z] ---> ac207dcc08e1 [2020-10-22T06:29:45.334Z] [2020-10-22T06:29:45.334Z] Step 11/27 : FROM docker:latest [2020-10-22T06:29:45.334Z] ---> 6972c414f322 [2020-10-22T06:29:45.334Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T06:29:45.334Z] ---> Running in 3ce18603d3cb [2020-10-22T06:29:46.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:29:46.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:29:46.556Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T06:29:46.819Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T06:29:46.819Z] Executing bash-5.0.17-r0.post-install [2020-10-22T06:29:46.819Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T06:29:46.819Z] OK: 12 MiB in 22 packages [2020-10-22T06:29:46.819Z] Removing intermediate container 9c38fa14aa3e [2020-10-22T06:29:46.819Z] ---> c86d6caf90c1 [2020-10-22T06:29:46.819Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T06:29:47.085Z] ---> Running in 87e9d92bc8e0 [2020-10-22T06:29:47.085Z] Removing intermediate container 87e9d92bc8e0 [2020-10-22T06:29:47.085Z] ---> 3cc4017f2947 [2020-10-22T06:29:47.085Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T06:29:47.347Z] ---> Running in e38f7019dac9 [2020-10-22T06:29:47.347Z] Removing intermediate container 3ce18603d3cb [2020-10-22T06:29:47.347Z] ---> e98b0a4a4d20 [2020-10-22T06:29:47.347Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T06:29:47.610Z] ---> Running in 6458cdfb780e [2020-10-22T06:29:47.610Z] Removing intermediate container e38f7019dac9 [2020-10-22T06:29:47.610Z] ---> d34048b054e8 [2020-10-22T06:29:47.610Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T06:29:47.889Z] ---> Running in c88337bb3767 [2020-10-22T06:29:49.300Z] Removing intermediate container 6458cdfb780e [2020-10-22T06:29:49.300Z] ---> d06df1e135ab [2020-10-22T06:29:49.300Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T06:29:49.300Z] Removing intermediate container c88337bb3767 [2020-10-22T06:29:49.300Z] ---> 27847c99076e [2020-10-22T06:29:49.300Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T06:29:49.300Z] ---> Running in f557835fe06a [2020-10-22T06:29:49.571Z] Removing intermediate container f557835fe06a [2020-10-22T06:29:49.571Z] ---> 41710058b5b7 [2020-10-22T06:29:49.571Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T06:29:49.571Z] ---> Running in 309ea3316850 [2020-10-22T06:29:50.520Z] ---> a64f2de240d6 [2020-10-22T06:29:50.520Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T06:29:51.098Z] Removing intermediate container 309ea3316850 [2020-10-22T06:29:51.098Z] ---> e0b07fe9fb47 [2020-10-22T06:29:51.098Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T06:29:52.503Z] ---> Running in 7642b8a55246 [2020-10-22T06:29:52.503Z] ---> 1e7029e39184 [2020-10-22T06:29:52.503Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T06:29:52.503Z] Removing intermediate container a8fc7780e033 [2020-10-22T06:29:52.503Z] ---> 042a0d4643fc [2020-10-22T06:29:52.503Z] [2020-10-22T06:29:52.503Z] Step 10/23 : FROM alpine [2020-10-22T06:29:52.503Z] ---> d6e46aa2470d [2020-10-22T06:29:52.503Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T06:29:52.503Z] ---> Running in c0a941d974cc [2020-10-22T06:29:52.503Z] Removing intermediate container 7642b8a55246 [2020-10-22T06:29:52.503Z] ---> 461fc1e6bb01 [2020-10-22T06:29:52.503Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T06:29:52.503Z] ---> 5cd1fb994626 [2020-10-22T06:29:52.503Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T06:29:52.779Z] Removing intermediate container c0a941d974cc [2020-10-22T06:29:52.779Z] ---> 00aea7ca8090 [2020-10-22T06:29:52.779Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T06:29:52.779Z] ---> Running in 626f494d0ec2 [2020-10-22T06:29:52.779Z] ---> 9c0a40b803d0 [2020-10-22T06:29:52.779Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T06:29:53.042Z] ---> a60920232125 [2020-10-22T06:29:53.042Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T06:29:53.042Z] Removing intermediate container 626f494d0ec2 [2020-10-22T06:29:53.042Z] ---> 5cd8a5175603 [2020-10-22T06:29:53.042Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T06:29:53.620Z] ---> Running in c76a0b2f38d9 [2020-10-22T06:29:53.620Z] ---> 9afa7d44856c [2020-10-22T06:29:53.620Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T06:29:53.620Z] ---> 8af994e1fa40 [2020-10-22T06:29:53.620Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T06:29:53.620Z] ---> Running in 96ae0dc4c198 [2020-10-22T06:29:53.883Z] Removing intermediate container c76a0b2f38d9 [2020-10-22T06:29:53.883Z] ---> 195e1d67d671 [2020-10-22T06:29:53.883Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:29:53.883Z] ---> Running in 12513b3f86d0 [2020-10-22T06:29:53.883Z] ---> aeb24bfd7e7e [2020-10-22T06:29:53.883Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T06:29:54.149Z] ---> Running in 870761740b7d [2020-10-22T06:29:54.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:29:54.739Z] Removing intermediate container 96ae0dc4c198 [2020-10-22T06:29:54.739Z] ---> 40e6ad341854 [2020-10-22T06:29:54.739Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T06:29:54.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:29:55.002Z] Removing intermediate container 12513b3f86d0 [2020-10-22T06:29:55.002Z] ---> 8dbe27e2e9a2 [2020-10-22T06:29:55.002Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T06:29:55.002Z] ---> Running in 320eefd3de9d [2020-10-22T06:29:55.002Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T06:29:55.002Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T06:29:55.002Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T06:29:55.002Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T06:29:55.002Z] ---> c93ab42d365c [2020-10-22T06:29:55.002Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T06:29:55.002Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T06:29:55.290Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T06:29:55.290Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T06:29:55.290Z] ---> Running in 8fbdb798970a [2020-10-22T06:29:55.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:29:56.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:29:57.392Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T06:29:57.392Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T06:29:57.392Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T06:29:57.392Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T06:29:57.392Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T06:29:57.392Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T06:29:57.655Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T06:29:57.916Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T06:29:58.177Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T06:29:59.122Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T06:29:59.122Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T06:29:59.122Z] OK: 8 MiB in 19 packages [2020-10-22T06:30:00.070Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T06:30:00.070Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T06:30:00.070Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T06:30:00.070Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T06:30:00.070Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T06:30:00.644Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T06:30:00.644Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T06:30:00.644Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T06:30:00.644Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T06:30:00.644Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T06:30:01.225Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T06:30:01.225Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T06:30:01.225Z] Removing intermediate container 8fbdb798970a [2020-10-22T06:30:01.225Z] ---> ee1e5bf48cce [2020-10-22T06:30:01.225Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T06:30:01.225Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T06:30:01.225Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T06:30:01.805Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T06:30:01.805Z] Removing intermediate container 320eefd3de9d [2020-10-22T06:30:01.805Z] ---> 64058682345d [2020-10-22T06:30:01.805Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T06:30:01.805Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T06:30:01.805Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T06:30:01.805Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T06:30:01.805Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T06:30:01.805Z] ---> Running in 8e4d643dfe02 [2020-10-22T06:30:02.074Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T06:30:02.074Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T06:30:02.337Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T06:30:02.337Z] OK: 71 MiB in 55 packages [2020-10-22T06:30:02.919Z] ---> 4d9036727fc4 [2020-10-22T06:30:02.919Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T06:30:08.222Z] ---> 07eda133cefb [2020-10-22T06:30:08.222Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T06:30:08.797Z] Removing intermediate container 8e4d643dfe02 [2020-10-22T06:30:08.797Z] ---> cb1c295c8596 [2020-10-22T06:30:08.797Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T06:30:08.797Z] ---> 7770f5a63007 [2020-10-22T06:30:08.797Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T06:30:09.059Z] ---> Running in 12aca4b6d197 [2020-10-22T06:30:09.059Z] Removing intermediate container 870761740b7d [2020-10-22T06:30:09.059Z] ---> 9d1c773a370c [2020-10-22T06:30:09.059Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T06:30:09.059Z] ---> Running in 74d1ba6dbd95 [2020-10-22T06:30:09.059Z] ---> Running in 511298797e57 [2020-10-22T06:30:09.323Z] Removing intermediate container 12aca4b6d197 [2020-10-22T06:30:09.323Z] ---> 5a7ecb674982 [2020-10-22T06:30:09.323Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T06:30:09.323Z] Removing intermediate container 74d1ba6dbd95 [2020-10-22T06:30:09.323Z] ---> 56f59e656c74 [2020-10-22T06:30:09.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:30:09.323Z] ---> Running in ffd0d7bc55e1 [2020-10-22T06:30:09.588Z] ---> Running in 1f7f24962c1e [2020-10-22T06:30:09.588Z] Removing intermediate container ffd0d7bc55e1 [2020-10-22T06:30:09.588Z] ---> 5f705f592fa9 [2020-10-22T06:30:09.588Z] Step 27/29 : LABEL arch=x86_64 [2020-10-22T06:30:09.588Z] Removing intermediate container 1f7f24962c1e [2020-10-22T06:30:09.588Z] ---> 6e3be4379188 [2020-10-22T06:30:09.588Z] Step 21/23 : LABEL arch=x86_64 [2020-10-22T06:30:09.848Z] ---> Running in 68169c484506 [2020-10-22T06:30:09.848Z] ---> Running in 3e6332ae832c [2020-10-22T06:30:09.848Z] Removing intermediate container 68169c484506 [2020-10-22T06:30:09.848Z] ---> 4938060c1e1f [2020-10-22T06:30:09.848Z] Step 22/23 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:30:09.848Z] Removing intermediate container 3e6332ae832c [2020-10-22T06:30:09.848Z] ---> b7853292d264 [2020-10-22T06:30:09.848Z] Step 28/29 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:30:10.110Z] ---> Running in 0155e1ef224a [2020-10-22T06:30:10.110Z] ---> Running in d925ee0dd59e [2020-10-22T06:30:10.110Z] Removing intermediate container 0155e1ef224a [2020-10-22T06:30:10.110Z] ---> f4532eca7ec2 [2020-10-22T06:30:10.110Z] Step 23/23 : LABEL version=0.0.0 [2020-10-22T06:30:10.110Z] Removing intermediate container d925ee0dd59e [2020-10-22T06:30:10.110Z] ---> 877d909f1ca6 [2020-10-22T06:30:10.110Z] Step 29/29 : LABEL version=0.0.0 [2020-10-22T06:30:10.685Z] ---> Running in 77b875be92fe [2020-10-22T06:30:10.685Z] ---> Running in b117aa555455 [2020-10-22T06:30:10.975Z] Removing intermediate container 77b875be92fe [2020-10-22T06:30:10.975Z] ---> 1e3b53f369fb [2020-10-22T06:30:10.975Z] [2020-10-22T06:30:10.975Z] Removing intermediate container b117aa555455 [2020-10-22T06:30:10.975Z] ---> d3944476d5b2 [2020-10-22T06:30:10.975Z] [2020-10-22T06:30:10.975Z] Successfully built 1e3b53f369fb [2020-10-22T06:30:10.975Z] Successfully tagged docker-core-data-go:latest [2020-10-22T06:30:10.975Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-10-22T06:30:10.975Z] Successfully built d3944476d5b2 [2020-10-22T06:30:10.975Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T06:30:10.975Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-22T06:30:11.242Z]  Building docker-security-secrets-setup-go ... done Collecting PyYAML<4,>=3.10 [2020-10-22T06:30:11.242Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T06:30:12.187Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T06:30:12.187Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T06:30:12.760Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T06:30:12.760Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T06:30:13.021Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T06:30:13.021Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T06:30:13.597Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T06:30:13.597Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T06:30:13.597Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T06:30:13.597Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T06:30:13.859Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T06:30:13.859Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T06:30:14.121Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T06:30:14.121Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T06:30:14.121Z] 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-22T06:30:14.121Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T06:30:14.121Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T06:30:14.703Z] 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-22T06:30:14.703Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T06:30:14.703Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T06:30:14.965Z] Collecting idna<2.8,>=2.5 [2020-10-22T06:30:14.965Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T06:30:14.965Z] 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-22T06:30:14.965Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T06:30:14.965Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T06:30:14.965Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T06:30:14.965Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T06:30:14.965Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T06:30:14.965Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T06:30:15.228Z] Installing collected packages: PyYAML, texttable, urllib3, idna, requests, docopt, cached-property, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, docker-compose [2020-10-22T06:30:15.228Z] Running setup.py install for PyYAML: started [2020-10-22T06:30:15.800Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T06:30:15.800Z] Running setup.py install for texttable: started [2020-10-22T06:30:16.062Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T06:30:16.062Z] Attempting uninstall: urllib3 [2020-10-22T06:30:16.062Z] Found existing installation: urllib3 1.25.9 [2020-10-22T06:30:16.062Z] Uninstalling urllib3-1.25.9: [2020-10-22T06:30:16.062Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T06:30:16.324Z] Attempting uninstall: idna [2020-10-22T06:30:16.324Z] Found existing installation: idna 2.9 [2020-10-22T06:30:16.324Z] Uninstalling idna-2.9: [2020-10-22T06:30:16.324Z] Successfully uninstalled idna-2.9 [2020-10-22T06:30:16.586Z] Attempting uninstall: requests [2020-10-22T06:30:16.586Z] Found existing installation: requests 2.23.0 [2020-10-22T06:30:16.586Z] Uninstalling requests-2.23.0: [2020-10-22T06:30:16.586Z] Successfully uninstalled requests-2.23.0 [2020-10-22T06:30:16.586Z] Running setup.py install for docopt: started [2020-10-22T06:30:17.163Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T06:30:18.115Z] Running setup.py install for dockerpty: started [2020-10-22T06:30:18.690Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T06:30:18.954Z] 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-22T06:30:22.365Z] Removing intermediate container 511298797e57 [2020-10-22T06:30:22.365Z] ---> e837cf9d07f7 [2020-10-22T06:30:22.365Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T06:30:22.365Z] ---> Running in e717395185da [2020-10-22T06:30:22.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:30:22.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:30:22.920Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T06:30:22.920Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T06:30:22.920Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T06:30:22.920Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T06:30:22.920Z] OK: 72 MiB in 58 packages [2020-10-22T06:30:23.496Z] Removing intermediate container e717395185da [2020-10-22T06:30:23.496Z] ---> 32f3e709033a [2020-10-22T06:30:23.496Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T06:30:23.496Z] ---> Running in e52e9713ba3f [2020-10-22T06:30:23.758Z] Removing intermediate container e52e9713ba3f [2020-10-22T06:30:23.758Z] ---> 9bb1d7f947fe [2020-10-22T06:30:23.758Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:30:23.758Z] ---> Running in a58711495a71 [2020-10-22T06:30:24.019Z] Removing intermediate container a58711495a71 [2020-10-22T06:30:24.019Z] ---> 15fd06bd5f62 [2020-10-22T06:30:24.020Z] Step 25/27 : LABEL arch=x86_64 [2020-10-22T06:30:24.020Z] ---> Running in fd0f1f65fb1c [2020-10-22T06:30:24.020Z] Removing intermediate container fd0f1f65fb1c [2020-10-22T06:30:24.020Z] ---> 50da7d1aff6f [2020-10-22T06:30:24.020Z] Step 26/27 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [2020-10-22T06:30:24.281Z] ---> Running in 4bea36c8ee5a [2020-10-22T06:30:24.282Z] Removing intermediate container 4bea36c8ee5a [2020-10-22T06:30:24.282Z] ---> d7c59af98e6f [2020-10-22T06:30:24.282Z] Step 27/27 : LABEL version=0.0.0 [2020-10-22T06:30:24.282Z] ---> Running in 51a9292189d1 [2020-10-22T06:30:24.543Z] Removing intermediate container 51a9292189d1 [2020-10-22T06:30:24.543Z] ---> 5b0a01687708 [2020-10-22T06:30:24.543Z] [2020-10-22T06:30:24.805Z] Successfully built 5b0a01687708 [2020-10-22T06:30:24.805Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-22T06:30:25.078Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-22T06:30:25.087Z] $ docker stop --time=1 f8e2d1ed7e02ea3e6f6ca6443ad900b752dafb76511b50f2628a22737d14d533 [2020-10-22T06:30:27.619Z] $ docker rm -f f8e2d1ed7e02ea3e6f6ca6443ad900b752dafb76511b50f2628a22737d14d533 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T06:30:28.185Z] + docker images [2020-10-22T06:30:28.185Z] + grep docker [2020-10-22T06:30:28.185Z] docker-sys-mgmt-agent-go latest 5b0a01687708 4 seconds ago 290MB [2020-10-22T06:30:28.185Z] docker-core-data-go latest 1e3b53f369fb 18 seconds ago 23.6MB [2020-10-22T06:30:28.185Z] docker-security-secrets-setup-go latest d3944476d5b2 18 seconds ago 24MB [2020-10-22T06:30:28.185Z] docker-support-notifications-go latest e3dff0eb5f3a 54 seconds ago 13.6MB [2020-10-22T06:30:28.185Z] docker-support-scheduler-go latest 6e9868701687 57 seconds ago 12.3MB [2020-10-22T06:30:28.185Z] docker-security-secretstore-setup-go latest 19aceba5a22e 2 minutes ago 32.4MB [2020-10-22T06:30:28.185Z] docker-core-metadata-go latest 156e3ec177ef 2 minutes ago 14.4MB [2020-10-22T06:30:28.185Z] docker-core-command-go latest 8011f7d73d64 2 minutes ago 12.2MB [2020-10-22T06:30:28.185Z] docker-support-logging-go latest 589273f3b97e 2 minutes ago 11.1MB [2020-10-22T06:30:28.185Z] docker-security-proxy-setup-go latest fadaa9791ec5 2 minutes ago 15.8MB [2020-10-22T06:30:28.185Z] docker latest 6972c414f322 3 hours 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-22T06:30:43.949Z] Still waiting to schedule task [2020-10-22T06:30:43.949Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-22T06:31:50.560Z] Running on prd-centos7-docker-8c-8g-8177 in /w/workspace/edgexfoundry_edgex-go_PR-2835 [Pipeline] { [Pipeline] ws [2020-10-22T06:31:50.677Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-10-22T06:31:52.940Z] using credential edgex-jenkins-ssh [2020-10-22T06:31:52.993Z] Cloning the remote Git repository [2020-10-22T06:31:53.017Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T06:31:53.081Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-10-22T06:31:53.111Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T06:31:53.111Z] > git --version # timeout=10 [2020-10-22T06:31:53.118Z] > git --version # 'git version 2.16.5' [2020-10-22T06:31:53.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:31:53.144Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:32:10.449Z] Merging remotes/origin/master commit 23d78d8d6164cd46726267bd4b072740b98d7786 into PR head commit 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-10-22T06:32:09.921Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T06:32:09.927Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:32:09.936Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T06:32:09.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T06:32:09.947Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:32:09.952Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2835/head:refs/remotes/origin/PR-2835 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T06:32:10.458Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T06:32:10.462Z] > git checkout -f 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T06:32:11.269Z] 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-22T06:32:13.491Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:32:14.375Z] ---> package-listing.sh [2020-10-22T06:32:14.376Z] ++ facter osfamily [2020-10-22T06:32:14.376Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T06:32:14.376Z] + OS_FAMILY=redhat [2020-10-22T06:32:14.376Z] + workspace=/w/workspace/edgex-go/4 [2020-10-22T06:32:14.376Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T06:32:14.376Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T06:32:14.376Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T06:32:14.376Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T06:32:14.376Z] + '[' /w/workspace/edgex-go/4 ']' [2020-10-22T06:32:14.376Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T06:32:14.376Z] + case "${OS_FAMILY}" in [2020-10-22T06:32:14.376Z] + rpm -qa [2020-10-22T06:32:14.376Z] + sort [2020-10-22T06:32:18.597Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T06:32:18.597Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T06:32:18.597Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T06:32:18.597Z] + '[' /w/workspace/edgex-go/4 ']' [2020-10-22T06:32:18.597Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-10-22T06:32:18.597Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2020-10-22T06:32:18.610Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T06:32:18.899Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:32:19.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T06:32:19.208Z] [2020-10-22T06:32:19.208Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:32:19.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T06:32:19.615Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T06:32:19.615Z] df20fa9351a1: Already exists [2020-10-22T06:32:19.615Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T06:32:19.615Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T06:32:19.615Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T06:32:19.615Z] 93b61091891f: Pulling fs layer [2020-10-22T06:32:19.615Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T06:32:19.615Z] 5e14af77c1be: Pulling fs layer [2020-10-22T06:32:19.615Z] 01666e4c0597: Pulling fs layer [2020-10-22T06:32:19.615Z] aa168da1d23b: Pulling fs layer [2020-10-22T06:32:19.615Z] 5e14af77c1be: Waiting [2020-10-22T06:32:19.615Z] 93b61091891f: Waiting [2020-10-22T06:32:19.615Z] 93b9cdb0e59b: Waiting [2020-10-22T06:32:19.615Z] aa168da1d23b: Waiting [2020-10-22T06:32:19.615Z] 46f8f816bc3b: Download complete [2020-10-22T06:32:19.615Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T06:32:19.615Z] 36b3adc4ff6f: Download complete [2020-10-22T06:32:19.877Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T06:32:19.877Z] 93b9cdb0e59b: Download complete [2020-10-22T06:32:19.877Z] 5e14af77c1be: Verifying Checksum [2020-10-22T06:32:19.877Z] 5e14af77c1be: Download complete [2020-10-22T06:32:19.877Z] 01666e4c0597: Verifying Checksum [2020-10-22T06:32:19.877Z] 01666e4c0597: Download complete [2020-10-22T06:32:19.877Z] 93b61091891f: Verifying Checksum [2020-10-22T06:32:19.877Z] 93b61091891f: Download complete [2020-10-22T06:32:20.139Z] 36b3adc4ff6f: Pull complete [2020-10-22T06:32:20.714Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T06:32:20.714Z] 8ad3a11d3b57: Download complete [2020-10-22T06:32:21.296Z] 8ad3a11d3b57: Pull complete [2020-10-22T06:32:21.561Z] 46f8f816bc3b: Pull complete [2020-10-22T06:32:21.825Z] 93b61091891f: Pull complete [2020-10-22T06:32:21.825Z] 93b9cdb0e59b: Pull complete [2020-10-22T06:32:22.781Z] aa168da1d23b: Verifying Checksum [2020-10-22T06:32:22.781Z] aa168da1d23b: Download complete [2020-10-22T06:32:23.729Z] 5e14af77c1be: Pull complete [2020-10-22T06:32:23.729Z] 01666e4c0597: Pull complete [2020-10-22T06:32:35.996Z] aa168da1d23b: Pull complete [2020-10-22T06:32:35.996Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T06:32:35.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T06:32:35.996Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T06:32:36.200Z] prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container [2020-10-22T06:32:36.253Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T06:32:42.412Z] $ docker top 4ace2d759b38d4a5f4de3e9dc45a8cf9664c0ec0ee8cd7f80fe007f2530f28b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:32:43.027Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T06:32:43.327Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T06:32:43.639Z] + ls /var/log/sa-host [2020-10-22T06:32:43.639Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T06:32:43.639Z] file_magic: OK [2020-10-22T06:32:43.639Z] HZ: Using current value: 100 [2020-10-22T06:32:43.639Z] file_header: OK [2020-10-22T06:32:43.639Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T06:32:43.639Z] Statistics: [2020-10-22T06:32:43.639Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T06:32:43.639Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T06:32:43.639Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T06:32:43.639Z] file_magic: OK [2020-10-22T06:32:43.639Z] HZ: Using current value: 100 [2020-10-22T06:32:43.639Z] file_header: OK [2020-10-22T06:32:43.639Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T06:32:43.639Z] Statistics: [2020-10-22T06:32:43.639Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T06:32:43.639Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T06:32:43.873Z] provisioning config files... [2020-10-22T06:32:43.907Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2801381156125371580tmp [Pipeline] { [Pipeline] echo [2020-10-22T06:32:44.006Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:32:44.308Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T06:32:44.319Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T06:32:44.420Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:32:44.719Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T06:32:44.730Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:32:45.034Z] ---> sudo-logs.sh [2020-10-22T06:32:45.034Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T06:32:45.045Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:32:45.345Z] ---> job-cost.sh [2020-10-22T06:32:45.345Z] lf-activate-venv: SKIPPING [2020-10-22T06:32:45.345Z] INFO: No Stack... [2020-10-22T06:32:46.735Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T06:32:46.997Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T06:32:47.012Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:32:47.338Z] ---> logs-deploy.sh [2020-10-22T06:32:47.338Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2835/4 [2020-10-22T06:32:47.338Z] INFO: archiving workspace using pattern(s): [2020-10-22T06:32:48.726Z] Archives upload complete. [2020-10-22T06:32:48.988Z] INFO: archiving logs to Nexus [2020-10-22T06:32:49.936Z] ---> uname -a: [2020-10-22T06:32:49.936Z] Linux prd-centos7-docker-4c-2g-8173.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] ---> lscpu: [2020-10-22T06:32:49.936Z] Architecture: x86_64 [2020-10-22T06:32:49.936Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-22T06:32:49.936Z] Byte Order: Little Endian [2020-10-22T06:32:49.936Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-22T06:32:49.936Z] CPU(s): 4 [2020-10-22T06:32:49.936Z] On-line CPU(s) list: 0-3 [2020-10-22T06:32:49.936Z] Thread(s) per core: 1 [2020-10-22T06:32:49.936Z] Core(s) per socket: 1 [2020-10-22T06:32:49.936Z] Socket(s): 4 [2020-10-22T06:32:49.936Z] NUMA node(s): 1 [2020-10-22T06:32:49.936Z] Vendor ID: GenuineIntel [2020-10-22T06:32:49.936Z] CPU family: 6 [2020-10-22T06:32:49.936Z] Model: 44 [2020-10-22T06:32:49.936Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-22T06:32:49.936Z] Stepping: 1 [2020-10-22T06:32:49.936Z] CPU MHz: 2933.442 [2020-10-22T06:32:49.936Z] BogoMIPS: 5866.88 [2020-10-22T06:32:49.936Z] Virtualization: VT-x [2020-10-22T06:32:49.936Z] Hypervisor vendor: KVM [2020-10-22T06:32:49.936Z] Virtualization type: full [2020-10-22T06:32:49.936Z] L1d cache: 128 KiB [2020-10-22T06:32:49.936Z] L1i cache: 128 KiB [2020-10-22T06:32:49.936Z] L2 cache: 16 MiB [2020-10-22T06:32:49.936Z] L3 cache: 64 MiB [2020-10-22T06:32:49.936Z] NUMA node0 CPU(s): 0-3 [2020-10-22T06:32:49.936Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-22T06:32:49.936Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-22T06:32:49.936Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-22T06:32:49.936Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-22T06:32:49.936Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-22T06:32:49.936Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-22T06:32:49.936Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-22T06:32:49.936Z] Vulnerability Tsx async abort: Not affected [2020-10-22T06:32:49.936Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] ---> nproc: [2020-10-22T06:32:49.936Z] 4 [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] ---> df -h: [2020-10-22T06:32:49.936Z] Filesystem Size Used Available Use% Mounted on [2020-10-22T06:32:49.936Z] overlay 50.0G 13.0G 37.0G 26% / [2020-10-22T06:32:49.936Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-22T06:32:49.936Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-22T06:32:49.936Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/4 [2020-10-22T06:32:49.936Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/4@tmp [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] ---> free -m: [2020-10-22T06:32:49.936Z] total used free shared buff/cache available [2020-10-22T06:32:49.936Z] Mem: 1837 684 163 0 989 1070 [2020-10-22T06:32:49.936Z] Swap: 1023 66 957 [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] ---> ip addr: [2020-10-22T06:32:49.936Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-22T06:32:49.936Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-22T06:32:49.936Z] inet 127.0.0.1/8 scope host lo [2020-10-22T06:32:49.936Z] valid_lft forever preferred_lft forever [2020-10-22T06:32:49.936Z] inet6 ::1/128 scope host [2020-10-22T06:32:49.936Z] valid_lft forever preferred_lft forever [2020-10-22T06:32:49.936Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-22T06:32:49.936Z] link/ether fa:16:3e:8f:68:b9 brd ff:ff:ff:ff:ff:ff [2020-10-22T06:32:49.936Z] inet 10.30.123.114/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-22T06:32:49.936Z] valid_lft 85671sec preferred_lft 85671sec [2020-10-22T06:32:49.936Z] inet6 fe80::f816:3eff:fe8f:68b9/64 scope link [2020-10-22T06:32:49.936Z] valid_lft forever preferred_lft forever [2020-10-22T06:32:49.936Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-22T06:32:49.936Z] link/ether 02:42:f4:44:fb:1a brd ff:ff:ff:ff:ff:ff [2020-10-22T06:32:49.936Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-22T06:32:49.936Z] valid_lft forever preferred_lft forever [2020-10-22T06:32:49.936Z] inet6 fe80::42:f4ff:fe44:fb1a/64 scope link [2020-10-22T06:32:49.936Z] valid_lft forever preferred_lft forever [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] ---> sar -b -r -n DEV: [2020-10-22T06:32:49.936Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] 06:20:23 LINUX RESTART (4 CPU) [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] 06:21:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-22T06:32:49.936Z] 06:22:01 64.73 14.52 50.21 0.00 5251.92 10357.35 0.00 [2020-10-22T06:32:49.936Z] 06:23:01 185.30 81.29 104.01 0.00 5773.64 43840.70 0.00 [2020-10-22T06:32:49.936Z] 06:24:01 283.06 127.84 155.23 0.00 6487.35 31463.07 0.00 [2020-10-22T06:32:49.936Z] 06:25:01 184.04 94.59 89.45 0.00 4692.71 11804.46 0.00 [2020-10-22T06:32:49.936Z] 06:26:01 1029.07 757.37 271.71 0.00 96170.66 167201.21 0.00 [2020-10-22T06:32:49.936Z] 06:27:02 2279.30 1973.13 306.17 0.00 144944.92 155678.20 0.00 [2020-10-22T06:32:49.936Z] 06:28:01 628.79 314.48 314.31 0.00 92978.27 137373.28 0.00 [2020-10-22T06:32:49.936Z] 06:29:03 2094.03 1735.56 358.47 0.00 162349.77 167753.18 0.00 [2020-10-22T06:32:49.936Z] 06:30:01 701.77 403.89 297.88 0.00 39782.59 56591.28 0.00 [2020-10-22T06:32:49.936Z] 06:31:01 100.00 17.39 82.61 0.00 3274.57 5830.21 0.00 [2020-10-22T06:32:49.936Z] 06:32:01 1.65 0.08 1.57 0.00 1.20 27.35 0.00 [2020-10-22T06:32:49.936Z] Average: 691.31 506.40 184.91 0.00 51421.85 71969.49 0.00 [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] 06:21:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-22T06:32:49.936Z] 06:22:01 71920 0 618556 32.87 2620 1188460 1304288 44.51 533212 1109816 73308 [2020-10-22T06:32:49.936Z] 06:23:01 83912 0 668036 35.50 2340 1127268 1441216 49.19 585404 1007804 49092 [2020-10-22T06:32:49.936Z] 06:24:01 84968 0 775396 41.21 1492 1019700 1746156 59.59 764128 791840 60508 [2020-10-22T06:32:49.936Z] 06:25:01 170908 0 768176 40.83 1324 941148 1457944 49.76 724372 740328 10824 [2020-10-22T06:32:49.936Z] 06:26:01 296892 0 672240 35.73 20 912404 1917708 65.45 575688 840948 2976 [2020-10-22T06:32:49.936Z] 06:27:02 242032 0 1130616 60.09 20 508888 3667804 125.18 789708 632232 35720 [2020-10-22T06:32:49.936Z] 06:28:01 71416 0 717516 38.13 20 1092604 2005832 68.46 777120 865204 1172 [2020-10-22T06:32:49.936Z] 06:29:03 111204 0 833208 44.28 20 937124 2743260 93.62 646932 934372 34000 [2020-10-22T06:32:49.936Z] 06:30:01 392824 0 676272 35.94 20 812440 1551504 52.95 461640 818400 976 [2020-10-22T06:32:49.936Z] 06:31:01 331772 0 609124 32.37 20 940640 1223108 41.74 471452 869148 12 [2020-10-22T06:32:49.936Z] 06:32:01 336416 0 604476 32.13 20 940644 1193104 40.72 468704 868500 8 [2020-10-22T06:32:49.936Z] Average: 199479 0 733965 39.01 720 947393 1841084 62.83 618033 861690 24418 [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] 06:21:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-22T06:32:49.936Z] 06:22:01 vethd0264f1 443.12 366.91 42.47 1287.29 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:22:01 eth0 1248.13 1135.03 4751.19 140.67 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:22:01 docker0 443.12 366.78 36.41 1287.28 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:23:01 eth0 777.66 778.18 4464.42 92.85 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:23:01 vethdf520ec 35.27 43.74 2.36 223.67 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:23:01 docker0 499.03 463.27 37.53 1623.13 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:24:01 eth0 306.32 221.82 1769.81 28.79 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:24:01 veth7d0dec5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:24:01 docker0 101.96 124.46 7.47 606.54 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:25:01 eth0 68.19 48.15 38.91 93.61 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:25:01 veth7d0dec5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:26:01 vethb965b42 1.21 2.03 0.08 11.91 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:26:01 veth443f57a 1.01 1.45 0.07 7.64 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:26:01 veth45ae738 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:26:01 eth0 195.63 164.60 1741.47 23.26 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:27:02 vethf461207 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:27:02 vethedcd0af 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:27:02 veth45ae738 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:27:02 eth0 58.00 40.43 116.05 64.80 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:28:01 veth45ae738 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:28:01 eth0 63.84 43.83 191.45 16.42 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:28:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:28:01 veth217d36e 3.65 4.02 0.25 21.13 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:29:03 vetha2813d3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:29:03 veth45ae738 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:29:03 vethcbece4d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:29:03 eth0 67.63 44.81 135.03 83.51 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:30:01 veth614be3c 18.73 40.63 1.27 305.26 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:30:01 veth45ae738 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:30:01 eth0 105.87 53.03 457.80 27.31 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:31:01 eth0 65.51 50.47 88.45 74.38 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:31:01 docker0 1122.97 1090.06 85.70 4338.28 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:32:01 eth0 1.05 0.32 0.38 0.20 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] Average: eth0 267.56 233.45 1245.73 58.77 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] Average: docker0 102.34 99.34 7.81 395.35 0.00 0.00 0.00 0.00 [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] ---> sar -P ALL: [2020-10-22T06:32:49.936Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) [2020-10-22T06:32:49.936Z] [2020-10-22T06:32:49.936Z] 06:20:23 LINUX RESTART (4 CPU) [2020-10-22T06:32:49.937Z] [2020-10-22T06:32:49.937Z] 06:21:02 CPU %user %nice %system %iowait %steal %idle [2020-10-22T06:32:49.937Z] 06:22:01 all 10.73 0.00 5.01 1.98 0.03 82.25 [2020-10-22T06:32:49.937Z] 06:22:01 0 9.95 0.00 6.63 4.07 0.03 79.31 [2020-10-22T06:32:49.937Z] 06:22:01 1 10.12 0.00 4.48 1.65 0.02 83.73 [2020-10-22T06:32:49.937Z] 06:22:01 2 13.50 0.00 5.18 0.81 0.05 80.46 [2020-10-22T06:32:49.937Z] 06:22:01 3 9.35 0.00 3.78 1.42 0.03 85.41 [2020-10-22T06:32:49.937Z] 06:23:01 all 12.10 0.00 6.21 0.91 0.03 80.76 [2020-10-22T06:32:49.937Z] 06:23:01 0 11.33 0.00 6.18 1.01 0.03 81.45 [2020-10-22T06:32:49.937Z] 06:23:01 1 13.52 0.00 6.05 0.65 0.02 79.77 [2020-10-22T06:32:49.937Z] 06:23:01 2 14.20 0.00 6.83 1.15 0.02 77.80 [2020-10-22T06:32:49.937Z] 06:23:01 3 9.36 0.00 5.77 0.82 0.03 84.02 [2020-10-22T06:32:49.937Z] 06:24:01 all 18.11 0.00 9.38 4.59 0.06 67.86 [2020-10-22T06:32:49.937Z] 06:24:01 0 17.61 0.00 8.85 5.00 0.07 68.48 [2020-10-22T06:32:49.937Z] 06:24:01 1 17.88 0.00 9.95 5.57 0.03 66.57 [2020-10-22T06:32:49.937Z] 06:24:01 2 19.10 0.00 9.96 4.39 0.05 66.50 [2020-10-22T06:32:49.937Z] 06:24:01 3 17.87 0.00 8.78 3.40 0.07 69.89 [2020-10-22T06:32:49.937Z] 06:25:01 all 49.63 0.00 14.67 4.14 0.04 31.52 [2020-10-22T06:32:49.937Z] 06:25:01 0 49.45 0.00 14.79 2.06 0.03 33.66 [2020-10-22T06:32:49.937Z] 06:25:01 1 49.59 0.00 14.39 4.46 0.05 31.51 [2020-10-22T06:32:49.937Z] 06:25:01 2 48.16 0.00 14.73 5.80 0.05 31.26 [2020-10-22T06:32:49.937Z] 06:25:01 3 51.33 0.00 14.76 4.27 0.02 29.62 [2020-10-22T06:32:49.937Z] 06:26:01 all 21.43 0.00 20.42 8.68 0.10 49.37 [2020-10-22T06:32:49.937Z] 06:26:01 0 19.64 0.00 19.54 9.39 0.12 51.31 [2020-10-22T06:32:49.937Z] 06:26:01 1 22.18 0.00 21.04 10.50 0.09 46.18 [2020-10-22T06:32:49.937Z] 06:26:01 2 20.93 0.00 20.84 7.55 0.10 50.57 [2020-10-22T06:32:49.937Z] 06:26:01 3 22.97 0.00 20.27 7.27 0.09 49.40 [2020-10-22T06:32:49.937Z] 06:27:02 all 30.56 0.00 20.89 28.84 0.07 19.64 [2020-10-22T06:32:49.937Z] 06:27:02 0 30.52 0.00 20.18 33.27 0.09 15.94 [2020-10-22T06:32:49.937Z] 06:27:02 1 30.95 0.00 21.20 27.85 0.05 19.95 [2020-10-22T06:32:49.937Z] 06:27:02 2 29.79 0.00 21.43 27.08 0.07 21.63 [2020-10-22T06:32:49.937Z] 06:27:02 3 30.98 0.00 20.75 27.10 0.07 21.10 [2020-10-22T06:32:49.937Z] 06:28:01 all 39.94 0.00 19.16 19.20 0.05 21.66 [2020-10-22T06:32:49.937Z] 06:28:01 0 39.31 0.00 18.23 22.00 0.05 20.41 [2020-10-22T06:32:49.937Z] 06:28:01 1 39.68 0.00 19.41 17.93 0.07 22.91 [2020-10-22T06:32:49.937Z] 06:28:01 2 40.43 0.00 19.92 20.04 0.03 19.57 [2020-10-22T06:32:49.937Z] 06:28:01 3 40.32 0.00 19.09 16.81 0.03 23.74 [2020-10-22T06:32:49.937Z] 06:29:03 all 33.47 0.00 22.47 26.50 0.11 17.46 [2020-10-22T06:32:49.937Z] 06:29:03 0 34.86 0.00 20.94 25.09 0.12 18.99 [2020-10-22T06:32:49.937Z] 06:29:03 1 32.16 0.00 23.72 25.86 0.14 18.12 [2020-10-22T06:32:49.937Z] 06:29:03 2 33.49 0.00 23.29 28.05 0.08 15.09 [2020-10-22T06:32:49.937Z] 06:29:03 3 33.36 0.00 21.91 27.00 0.09 17.64 [2020-10-22T06:32:49.937Z] 06:30:01 all 39.95 0.00 16.85 21.86 0.15 21.18 [2020-10-22T06:32:49.937Z] 06:30:01 0 39.76 0.00 16.93 21.85 0.21 21.25 [2020-10-22T06:32:49.937Z] 06:30:01 1 39.30 0.00 17.15 23.57 0.09 19.88 [2020-10-22T06:32:49.937Z] 06:30:01 2 40.63 0.00 16.24 21.42 0.14 21.58 [2020-10-22T06:32:49.937Z] 06:30:01 3 40.12 0.00 17.10 20.62 0.16 22.00 [2020-10-22T06:32:49.937Z] 06:31:01 all 5.15 0.00 3.18 5.73 0.02 85.92 [2020-10-22T06:32:49.937Z] 06:31:01 0 6.57 0.00 3.36 4.02 0.02 86.04 [2020-10-22T06:32:49.937Z] 06:31:01 1 2.95 0.00 2.80 7.82 0.03 86.40 [2020-10-22T06:32:49.937Z] 06:31:01 2 7.92 0.00 3.62 4.83 0.02 83.62 [2020-10-22T06:32:49.937Z] 06:31:01 3 3.17 0.00 2.96 6.23 0.02 87.62 [2020-10-22T06:32:49.937Z] 06:32:01 all 0.15 0.00 0.05 0.00 0.00 99.81 [2020-10-22T06:32:49.937Z] 06:32:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-22T06:32:49.937Z] 06:32:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-22T06:32:49.937Z] 06:32:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2020-10-22T06:32:49.937Z] 06:32:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2020-10-22T06:32:49.937Z] [2020-10-22T06:32:49.937Z] Average: CPU %user %nice %system %iowait %steal %idle [2020-10-22T06:32:49.937Z] Average: all 23.58 0.00 12.49 11.04 0.06 52.83 [2020-10-22T06:32:49.937Z] Average: 0 23.45 0.00 12.29 11.56 0.07 52.64 [2020-10-22T06:32:49.937Z] Average: 1 23.29 0.00 12.67 11.35 0.05 52.64 [2020-10-22T06:32:49.937Z] Average: 2 24.25 0.00 12.84 10.92 0.06 51.93 [2020-10-22T06:32:49.937Z] Average: 3 23.33 0.00 12.19 10.33 0.05 54.10 [2020-10-22T06:32:49.937Z] [2020-10-22T06:32:49.937Z] [2020-10-22T06:32:49.937Z]