Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d34f2bb1477c58f0643b4c73d8737372279ff9e1+afbeca7a1f2fb6f639bd3a1f3a358734ab321017 (80af2e175e65327b4cd388cfc2e34f2dee2775a2) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21260 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit d34f2bb1477c58f0643b4c73d8737372279ff9e1 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d34f2bb1477c58f0643b4c73d8737372279ff9e1 # 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 afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 Merge succeeded, producing 629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c Checking out Revision 629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c (PR-3027) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c # timeout=10 Commit message: "Merge commit 'afbeca7a1f2fb6f639bd3a1f3a358734ab321017' into HEAD" > git rev-list --no-walk d34f2bb1477c58f0643b4c73d8737372279ff9e1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T18:17:56.505Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T18:17:56.729Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T18:17:56.822Z] ========================================================= [2021-01-19T18:17:56.822Z] EdgeX Global Pipelines Version Info [2021-01-19T18:17:56.822Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:17:59.191Z] ------------------- [2021-01-19T18:17:59.192Z] stable info: [2021-01-19T18:17:59.192Z] ------------------- [2021-01-19T18:17:59.192Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T18:17:59.192Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T18:17:59.192Z] Message: update stable to v1.0.177 [2021-01-19T18:18:00.251Z] ------------------- [2021-01-19T18:18:00.251Z] experimental info: [2021-01-19T18:18:00.251Z] ------------------- [2021-01-19T18:18:00.251Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T18:18:00.251Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T18:18:00.251Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T18:18:00.670Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T18:18:00.783Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T18:18:00.870Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T18:18:00.956Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T18:18:01.182Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T18:18:01.275Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T18:18:01.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T18:18:01.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T18:18:01.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T18:18:01.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T18:18:01.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T18:18:01.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T18:18:01.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T18:18:02.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T18:18:02.170Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T18:18:02.281Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T18:18:02.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T18:18:02.485Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T18:18:02.566Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T18:18:02.649Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T18:18:02.765Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T18:18:02.865Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T18:18:02.954Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T18:18:03.040Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-19T18:18:03.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-19T18:18:03.236Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-19T18:18:03.318Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [Pipeline] echo [2021-01-19T18:18:03.418Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 629cf7a [Pipeline] echo [2021-01-19T18:18:03.532Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T18:18:03.709Z] provisioning config files... [2021-01-19T18:18:03.780Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config8415029014037737774tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:18:04.272Z] ---> docker-login.sh [2021-01-19T18:18:04.272Z] nexus3.edgexfoundry.org:10001 [2021-01-19T18:18:05.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:18:05.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:18:05.281Z] Configure a credential helper to remove this warning. See [2021-01-19T18:18:05.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:18:05.281Z] [2021-01-19T18:18:05.281Z] Login Succeeded [2021-01-19T18:18:05.281Z] nexus3.edgexfoundry.org:10002 [2021-01-19T18:18:05.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:18:05.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:18:05.562Z] Configure a credential helper to remove this warning. See [2021-01-19T18:18:05.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:18:05.562Z] [2021-01-19T18:18:05.562Z] Login Succeeded [2021-01-19T18:18:05.562Z] nexus3.edgexfoundry.org:10003 [2021-01-19T18:18:05.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:18:05.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:18:05.846Z] Configure a credential helper to remove this warning. See [2021-01-19T18:18:05.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:18:05.846Z] [2021-01-19T18:18:05.846Z] Login Succeeded [2021-01-19T18:18:05.846Z] nexus3.edgexfoundry.org:10004 [2021-01-19T18:18:06.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:18:06.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:18:06.432Z] Configure a credential helper to remove this warning. See [2021-01-19T18:18:06.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:18:06.432Z] [2021-01-19T18:18:06.432Z] Login Succeeded [2021-01-19T18:18:06.432Z] docker.io [2021-01-19T18:18:06.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:18:07.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:18:07.321Z] Configure a credential helper to remove this warning. See [2021-01-19T18:18:07.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:18:07.321Z] [2021-01-19T18:18:07.321Z] Login Succeeded [2021-01-19T18:18:07.321Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T18:18:07.352Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T18:18:07.837Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-19T18:18:07.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:18:07.838Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T18:18:07.838Z] ++ cut -d/ -f2 [2021-01-19T18:18:07.838Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T18:18:07.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:18:07.838Z] ++ cut -d/ -f2 [2021-01-19T18:18:07.838Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T18:18:07.838Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T18:18:07.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:18:07.838Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T18:18:07.838Z] ++ cut -d/ -f2 [2021-01-19T18:18:07.838Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T18:18:07.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:18:07.838Z] ++ cut -d/ -f2 [2021-01-19T18:18:07.838Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T18:18:07.838Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T18:18:07.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:18:07.838Z] ++ cut -d/ -f2 [2021-01-19T18:18:07.838Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T18:18:07.838Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T18:18:07.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:18:07.838Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T18:18:07.838Z] ++ cut -d/ -f2 [2021-01-19T18:18:07.838Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T18:18:07.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:18:07.838Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T18:18:07.838Z] ++ cut -d/ -f2 [2021-01-19T18:18:07.838Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T18:18:07.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:18:07.838Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T18:18:07.838Z] ++ cut -d/ -f2 [2021-01-19T18:18:07.838Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T18:18:07.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:18:07.838Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T18:18:07.838Z] ++ cut -d/ -f2 [2021-01-19T18:18:07.838Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T18:18:07.963Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:18:08.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T18:18:08.792Z] [2021-01-19T18:18:08.792Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:18:09.257Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T18:18:09.257Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T18:18:09.257Z] 31603596830f: Pulling fs layer [2021-01-19T18:18:09.257Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T18:18:09.257Z] 6ca5941a6612: Pulling fs layer [2021-01-19T18:18:09.257Z] ecc8261a40a4: Pulling fs layer [2021-01-19T18:18:09.257Z] ecc8261a40a4: Waiting [2021-01-19T18:18:09.257Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T18:18:09.257Z] 2a8b12db71e7: Download complete [2021-01-19T18:18:09.621Z] 31603596830f: Verifying Checksum [2021-01-19T18:18:09.621Z] 31603596830f: Download complete [2021-01-19T18:18:09.968Z] ecc8261a40a4: Verifying Checksum [2021-01-19T18:18:09.968Z] ecc8261a40a4: Download complete [2021-01-19T18:18:10.254Z] 31603596830f: Pull complete [2021-01-19T18:18:10.254Z] 6ca5941a6612: Verifying Checksum [2021-01-19T18:18:10.254Z] 6ca5941a6612: Download complete [2021-01-19T18:18:10.528Z] 2a8b12db71e7: Pull complete [2021-01-19T18:18:12.034Z] 6ca5941a6612: Pull complete [2021-01-19T18:18:13.084Z] ecc8261a40a4: Pull complete [2021-01-19T18:18:13.084Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T18:18:13.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T18:18:13.084Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T18:18:13.445Z] prd-centos7-docker-4c-2g-21260 does not seem to be running inside a container [2021-01-19T18:18:13.630Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T18:18:16.544Z] $ docker top d6cbe0a9cbe0edabea3cfa87bb50a34f548c7d6ff957c4b90adce4c59f0c5e00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T18:18:16.986Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T18:18:16.986Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T18:18:17.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T18:18:17.367Z] $ docker exec d6cbe0a9cbe0edabea3cfa87bb50a34f548c7d6ff957c4b90adce4c59f0c5e00 ssh-agent [2021-01-19T18:18:17.643Z] SSH_AUTH_SOCK=/tmp/ssh-aEpVtSNoJOiw/agent.12 [2021-01-19T18:18:17.643Z] SSH_AGENT_PID=17 [2021-01-19T18:18:17.673Z] Running ssh-add (command line suppressed) [2021-01-19T18:18:17.898Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_4330410154503154860.key (/w/workspace/edgex-go/13@tmp/private_key_4330410154503154860.key) [2021-01-19T18:18:17.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T18:18:18.386Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T18:18:18.690Z] $ docker exec --env ******** --env ******** d6cbe0a9cbe0edabea3cfa87bb50a34f548c7d6ff957c4b90adce4c59f0c5e00 ssh-agent -k [2021-01-19T18:18:18.916Z] unset SSH_AUTH_SOCK; [2021-01-19T18:18:18.916Z] unset SSH_AGENT_PID; [2021-01-19T18:18:18.916Z] echo Agent pid 17 killed; [2021-01-19T18:18:18.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T18:18:19.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T18:18:19.167Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T18:18:19.864Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T18:18:19.880Z] $ docker exec d6cbe0a9cbe0edabea3cfa87bb50a34f548c7d6ff957c4b90adce4c59f0c5e00 ssh-agent [2021-01-19T18:18:20.216Z] SSH_AUTH_SOCK=/tmp/ssh-zJvFwdHUheSP/agent.46 [2021-01-19T18:18:20.216Z] SSH_AGENT_PID=51 [2021-01-19T18:18:20.226Z] Running ssh-add (command line suppressed) [2021-01-19T18:18:20.431Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_6928463904897884916.key (/w/workspace/edgex-go/13@tmp/private_key_6928463904897884916.key) [2021-01-19T18:18:20.516Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T18:18:20.906Z] + git semver init [2021-01-19T18:18:21.189Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T18:18:21.189Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-01-19T18:18:21.189Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-01-19T18:18:21.189Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T18:18:21.189Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T18:18:21.189Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T18:18:21.189Z] # $SEMVER_BRANCH = PR-3027 [2021-01-19T18:18:21.189Z] # $SEMVER_TEMP = /tmp/semver-358590620 [2021-01-19T18:18:21.189Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T18:19:00.744Z] # '/tmp/semver-358590620' -> '/w/workspace/edgex-go/13/.semver' [2021-01-19T18:19:00.744Z] # -> Force: false [2021-01-19T18:19:00.744Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-01-19T18:19:00.764Z] $ docker exec --env ******** --env ******** d6cbe0a9cbe0edabea3cfa87bb50a34f548c7d6ff957c4b90adce4c59f0c5e00 ssh-agent -k [2021-01-19T18:19:01.280Z] unset SSH_AUTH_SOCK; [2021-01-19T18:19:01.282Z] unset SSH_AGENT_PID; [2021-01-19T18:19:01.282Z] echo Agent pid 51 killed; [2021-01-19T18:19:01.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T18:19:01.920Z] + git semver [Pipeline] } [2021-01-19T18:19:02.214Z] $ docker stop --time=1 d6cbe0a9cbe0edabea3cfa87bb50a34f548c7d6ff957c4b90adce4c59f0c5e00 [2021-01-19T18:19:03.952Z] $ docker rm -f d6cbe0a9cbe0edabea3cfa87bb50a34f548c7d6ff957c4b90adce4c59f0c5e00 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:19:04.628Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T18:19:05.496Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T18:19:05.499Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T18:19:06.407Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T18:19:06.778Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T18:19:07.170Z] + sudo service docker restart [2021-01-19T18:19:07.170Z] + true [2021-01-19T18:19:07.170Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T18:19:08.764Z] ========================================================= [2021-01-19T18:19:08.764Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T18:19:08.764Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:19:09.172Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T18:19:17.545Z] Sending build context to Docker daemon 326.6MB [2021-01-19T18:19:17.545Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T18:19:17.545Z] Step 2/6 : FROM ${BASE} [2021-01-19T18:19:17.545Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T18:19:17.545Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T18:19:17.545Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T18:19:17.545Z] de9db76c5a1d: Pulling fs layer [2021-01-19T18:19:17.545Z] bca2f99d35d6: Pulling fs layer [2021-01-19T18:19:17.545Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T18:19:17.545Z] 7c6f9722023f: Pulling fs layer [2021-01-19T18:19:17.545Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T18:19:17.545Z] bca2f99d35d6: Waiting [2021-01-19T18:19:17.545Z] 93359f2a8cfa: Waiting [2021-01-19T18:19:17.545Z] 7c6f9722023f: Waiting [2021-01-19T18:19:17.545Z] a35cf1a2eb13: Waiting [2021-01-19T18:19:17.545Z] de9db76c5a1d: Verifying Checksum [2021-01-19T18:19:17.545Z] de9db76c5a1d: Download complete [2021-01-19T18:19:17.545Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T18:19:17.545Z] 0ef7d3d256c8: Download complete [2021-01-19T18:19:17.545Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T18:19:17.545Z] 93359f2a8cfa: Download complete [2021-01-19T18:19:17.545Z] 7c6f9722023f: Verifying Checksum [2021-01-19T18:19:17.545Z] 7c6f9722023f: Download complete [2021-01-19T18:19:17.545Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T18:19:17.545Z] 188c0c94c7c5: Download complete [2021-01-19T18:19:17.865Z] 188c0c94c7c5: Pull complete [2021-01-19T18:19:18.567Z] 0ef7d3d256c8: Pull complete [2021-01-19T18:19:19.179Z] de9db76c5a1d: Pull complete [2021-01-19T18:19:20.887Z] Still waiting to schedule task [2021-01-19T18:19:20.887Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-19T18:19:21.878Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T18:19:21.878Z] a35cf1a2eb13: Download complete [2021-01-19T18:19:22.517Z] bca2f99d35d6: Verifying Checksum [2021-01-19T18:19:22.517Z] bca2f99d35d6: Download complete [2021-01-19T18:19:32.732Z] bca2f99d35d6: Pull complete [2021-01-19T18:19:32.732Z] 93359f2a8cfa: Pull complete [2021-01-19T18:19:32.732Z] 7c6f9722023f: Pull complete [2021-01-19T18:19:38.318Z] a35cf1a2eb13: Pull complete [2021-01-19T18:19:38.318Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T18:19:38.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T18:19:38.318Z] ---> a62c8e92a672 [2021-01-19T18:19:38.318Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-19T18:19:38.602Z] ---> Running in 3821235fcb04 [2021-01-19T18:19:40.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:19:40.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:19:41.659Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T18:19:41.945Z] (2/12) Installing file (5.38-r0) [2021-01-19T18:19:41.945Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T18:19:42.266Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T18:20:00.686Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T18:20:00.686Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T18:20:00.686Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T18:20:00.686Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T18:20:00.686Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T18:20:00.686Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T18:20:00.686Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T18:20:00.686Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T18:20:00.686Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:20:00.963Z] OK: 233 MiB in 51 packages [2021-01-19T18:20:06.668Z] Removing intermediate container 3821235fcb04 [2021-01-19T18:20:06.668Z] ---> 3622bffcb1f8 [2021-01-19T18:20:06.668Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T18:20:06.668Z] ---> Running in c0cdc7d98c93 [2021-01-19T18:20:06.668Z] Removing intermediate container c0cdc7d98c93 [2021-01-19T18:20:06.668Z] ---> 24bd3c9424e8 [2021-01-19T18:20:06.668Z] Step 5/6 : COPY go.mod . [2021-01-19T18:20:06.668Z] ---> 79fe1ac3f3b7 [2021-01-19T18:20:06.668Z] Step 6/6 : RUN go mod download [2021-01-19T18:20:06.668Z] ---> Running in e48b471dec4a [2021-01-19T18:20:39.940Z] Removing intermediate container e48b471dec4a [2021-01-19T18:20:39.940Z] ---> 5ac02688d099 [2021-01-19T18:20:39.940Z] Successfully built 5ac02688d099 [2021-01-19T18:20:39.940Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:20:40.335Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T18:20:40.604Z] . [Pipeline] withDockerContainer [2021-01-19T18:20:40.845Z] prd-centos7-docker-4c-2g-21260 does not seem to be running inside a container [2021-01-19T18:20:40.951Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T18:20:42.268Z] $ docker top 7b15635e1ebcc82ba62a30d1270033192bb08652921a3a71cf5b992a9fd9968e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:20:43.397Z] + go version [2021-01-19T18:20:43.397Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T18:20:43.451Z] $ docker stop --time=1 7b15635e1ebcc82ba62a30d1270033192bb08652921a3a71cf5b992a9fd9968e [2021-01-19T18:20:45.359Z] $ docker rm -f 7b15635e1ebcc82ba62a30d1270033192bb08652921a3a71cf5b992a9fd9968e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:20:46.535Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T18:20:46.535Z] . [Pipeline] withDockerContainer [2021-01-19T18:20:47.076Z] prd-centos7-docker-4c-2g-21260 does not seem to be running inside a container [2021-01-19T18:20:47.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T18:20:49.797Z] $ docker top 2a119c408f9f3723fa14f08c7aded00f0d82c3c8fad88ea1f84167a6d291cf8c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T18:20:50.375Z] ========================================================= [2021-01-19T18:20:50.375Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T18:20:50.375Z] ========================================================= [Pipeline] sh [2021-01-19T18:20:51.076Z] + make test [2021-01-19T18:20:51.076Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T18:21:13.617Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T18:21:40.940Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T18:21:41.674Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21266 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-19T18:21:41.721Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-01-19T18:21:46.861Z] using credential edgex-jenkins-ssh [2021-01-19T18:21:46.921Z] Cloning the remote Git repository [2021-01-19T18:21:46.980Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:21:47.085Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-01-19T18:21:47.166Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:21:47.167Z] > git --version # timeout=10 [2021-01-19T18:21:47.190Z] > git --version # 'git version 2.17.1' [2021-01-19T18:21:47.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:21:47.244Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:21:49.632Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T18:21:50.653Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T18:21:50.653Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T18:21:51.078Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T18:21:51.457Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T18:21:51.457Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T18:21:53.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T18:21:53.839Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T18:21:55.445Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T18:21:59.995Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T18:21:59.995Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T18:21:59.995Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T18:22:03.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 46.6% of statements [2021-01-19T18:22:03.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T18:22:03.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T18:22:03.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T18:22:03.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T18:22:03.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T18:22:06.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.435s coverage: 27.0% of statements [2021-01-19T18:22:06.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T18:22:06.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T18:22:06.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T18:22:06.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T18:22:06.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T18:22:06.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T18:22:06.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-01-19T18:22:06.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T18:22:06.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.145s coverage: 100.0% of statements [2021-01-19T18:22:06.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T18:22:06.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T18:22:06.059Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:22:06.077Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:22:06.106Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:22:06.140Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:22:06.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:22:06.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T18:22:06.828Z] Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit d34f2bb1477c58f0643b4c73d8737372279ff9e1 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T18:22:07.229Z] Failed in branch arm64 [2021-01-19T18:22:07.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.164s coverage: 67.9% of statements [2021-01-19T18:22:07.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T18:22:07.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T18:22:08.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.505s coverage: 82.3% of statements [2021-01-19T18:22:08.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T18:22:08.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:22:08.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T18:22:08.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T18:22:06.861Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:22:06.874Z] > git checkout -f d34f2bb1477c58f0643b4c73d8737372279ff9e1 # timeout=10 [2021-01-19T18:22:12.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.614s coverage: 28.6% of statements [2021-01-19T18:22:12.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T18:22:12.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T18:22:12.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T18:22:12.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T18:22:12.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T18:22:12.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.119s coverage: 100.0% of statements [2021-01-19T18:22:12.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T18:22:12.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-19T18:22:12.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T18:22:12.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.166s coverage: 86.7% of statements [2021-01-19T18:22:12.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T18:22:13.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.215s coverage: 97.5% of statements [2021-01-19T18:22:13.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T18:22:13.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-01-19T18:22:13.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T18:22:13.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T18:22:13.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T18:22:13.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T18:22:17.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.766s coverage: 92.8% of statements [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T18:22:17.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.120s coverage: 58.8% of statements [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T18:22:17.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.131s coverage: 0.1% of statements [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T18:22:17.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.088s coverage: 100.0% of statements [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T18:22:17.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.190s coverage: 75.5% of statements [2021-01-19T18:22:17.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T18:22:17.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements [2021-01-19T18:22:17.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.112s coverage: 87.2% of statements [2021-01-19T18:22:17.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.102s coverage: 84.2% of statements [2021-01-19T18:22:19.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.259s coverage: 91.4% of statements [2021-01-19T18:22:19.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T18:22:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.439s coverage: 63.5% of statements [2021-01-19T18:22:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T18:22:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T18:22:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.115s coverage: 100.0% of statements [2021-01-19T18:22:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 91.3% of statements [2021-01-19T18:22:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.110s coverage: 100.0% of statements [2021-01-19T18:22:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.127s coverage: 73.7% of statements [2021-01-19T18:22:21.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-19T18:22:24.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.682s coverage: 68.9% of statements [2021-01-19T18:22:24.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T18:22:24.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T18:22:24.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T18:22:24.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T18:22:24.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T18:22:24.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.147s coverage: 37.0% of statements [2021-01-19T18:22:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T18:22:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T18:22:25.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.655s coverage: 84.0% of statements [2021-01-19T18:22:25.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.124s coverage: 100.0% of statements [2021-01-19T18:22:28.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.267s coverage: 47.1% of statements [2021-01-19T18:22:28.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T18:22:28.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T18:22:28.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T18:22:28.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T18:22:28.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T18:22:28.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements [2021-01-19T18:22:28.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T18:22:28.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements [2021-01-19T18:22:28.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T18:22:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.391s coverage: 29.1% of statements [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T18:22:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.135s coverage: 99.0% of statements [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T18:22:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.073s coverage: 100.0% of statements [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T18:22:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T18:22:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T18:22:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.125s coverage: 87.9% of statements [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T18:22:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T18:22:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.115s coverage: 100.0% of statements [2021-01-19T18:22:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-01-19T18:22:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements [2021-01-19T18:22:34.757Z] GO111MODULE=on go vet ./... [2021-01-19T18:23:22.424Z] gofmt -l . [2021-01-19T18:23:22.424Z] [ "`gofmt -l .`" = "" ] [2021-01-19T18:23:22.424Z] ./bin/test-go-mod-tidy.sh [2021-01-19T18:23:24.011Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T18:23:25.860Z] + ls -al . [2021-01-19T18:23:25.860Z] total 656 [2021-01-19T18:23:25.860Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 18:23 . [2021-01-19T18:23:25.860Z] drwxr-xr-x 4 root root 30 Jan 19 18:20 .. [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 18:17 .dockerignore [2021-01-19T18:23:25.860Z] drwxrwxr-x 8 1001 1001 179 Jan 19 18:17 .git [2021-01-19T18:23:25.860Z] drwxrwxr-x 3 1001 1001 125 Jan 19 18:17 .github [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 18:17 .gitignore [2021-01-19T18:23:25.860Z] drwx------ 3 1001 1001 47 Jan 19 18:18 .semver [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 18:17 .sonarcloud.properties [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 18:17 Attribution.txt [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 18:17 CONTRIBUTING.md [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 18:17 Dockerfile.build [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 18:17 Jenkinsfile [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 18:17 LICENSE [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 18:17 Makefile [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 18:17 README.md [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 18:17 SECURITY.md [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 18:19 VERSION [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 18:17 ZMQWindows.md [2021-01-19T18:23:25.860Z] drwxrwxr-x 2 1001 1001 117 Jan 19 18:17 bin [2021-01-19T18:23:25.860Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 18:17 cmd [2021-01-19T18:23:25.860Z] -rw-r--r-- 1 root root 550280 Jan 19 18:22 coverage.out [2021-01-19T18:23:25.860Z] -rw-r--r-- 1 root root 981 Jan 19 18:23 go.mod [2021-01-19T18:23:25.860Z] -rw-r--r-- 1 root root 19526 Jan 19 18:23 go.sum [2021-01-19T18:23:25.860Z] drwxrwxr-x 8 1001 1001 127 Jan 19 18:17 internal [2021-01-19T18:23:25.860Z] drwxrwxr-x 4 1001 1001 26 Jan 19 18:17 openapi [2021-01-19T18:23:25.860Z] drwxrwxr-x 4 1001 1001 71 Jan 19 18:17 snap [2021-01-19T18:23:25.860Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 18:17 version.go [Pipeline] sh [2021-01-19T18:23:26.263Z] + '[' -e coverage.out ] [2021-01-19T18:23:26.263Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T18:23:26.529Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T18:23:27.255Z] + make build [2021-01-19T18:23:27.255Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T18:23:32.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T18:23:51.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T18:23:53.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T18:23:57.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T18:23:59.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T18:24:03.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T18:24:06.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T18:24:08.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T18:24:13.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T18:24:16.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T18:24:18.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T18:24:20.913Z] $ docker stop --time=1 2a119c408f9f3723fa14f08c7aded00f0d82c3c8fad88ea1f84167a6d291cf8c [2021-01-19T18:24:23.155Z] $ docker rm -f 2a119c408f9f3723fa14f08c7aded00f0d82c3c8fad88ea1f84167a6d291cf8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:24:25.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:24:25.630Z] [2021-01-19T18:24:25.630Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:24:26.031Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:24:26.297Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T18:24:26.297Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T18:24:26.297Z] ca9280d653b3: Pulling fs layer [2021-01-19T18:24:26.297Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T18:24:26.575Z] cbdbe7a5bc2a: Download complete [2021-01-19T18:24:27.561Z] ca9280d653b3: Verifying Checksum [2021-01-19T18:24:27.561Z] ca9280d653b3: Download complete [2021-01-19T18:24:27.561Z] cbdbe7a5bc2a: Pull complete [2021-01-19T18:24:29.573Z] ca9280d653b3: Pull complete [2021-01-19T18:24:29.841Z] 7e9c9ca2126c: Download complete [2021-01-19T18:24:42.403Z] 7e9c9ca2126c: Pull complete [2021-01-19T18:24:42.403Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T18:24:42.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:24:42.403Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T18:24:42.804Z] prd-centos7-docker-4c-2g-21260 does not seem to be running inside a container [2021-01-19T18:24:42.879Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T18:24:45.076Z] $ docker top c094e1263ca5d3c384f78b76d804e093aa99958dbd1b740dce010b9130b34a29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:24:45.818Z] + docker-compose build --help [2021-01-19T18:24:45.819Z] + grep parallel [2021-01-19T18:24:47.301Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T18:24:47.374Z] $ docker stop --time=1 c094e1263ca5d3c384f78b76d804e093aa99958dbd1b740dce010b9130b34a29 [2021-01-19T18:24:48.990Z] $ docker rm -f c094e1263ca5d3c384f78b76d804e093aa99958dbd1b740dce010b9130b34a29 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:24:49.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:24:49.726Z] . [Pipeline] withDockerContainer [2021-01-19T18:24:50.001Z] prd-centos7-docker-4c-2g-21260 does not seem to be running inside a container [2021-01-19T18:24:50.114Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T18:24:51.145Z] $ docker top afc587f4a10c8c17897249b8b87b3f6fde30b28bbc803bb0eda8055268274d0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:24:52.123Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T18:24:54.166Z] Building docker-core-command-go ... [2021-01-19T18:24:54.166Z] Building docker-core-data-go ... [2021-01-19T18:24:54.166Z] Building docker-core-metadata-go ... [2021-01-19T18:24:54.166Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T18:24:54.166Z] Building docker-security-proxy-setup-go ... [2021-01-19T18:24:54.166Z] Building docker-security-secretstore-setup-go ... [2021-01-19T18:24:54.166Z] Building docker-support-notifications-go ... [2021-01-19T18:24:54.166Z] Building docker-support-scheduler-go ... [2021-01-19T18:24:54.166Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T18:24:54.166Z] Building docker-core-data-go [2021-01-19T18:24:54.166Z] Building docker-security-bootstrap-redis-go [2021-01-19T18:24:54.166Z] Building docker-support-scheduler-go [2021-01-19T18:24:54.166Z] Building docker-security-secretstore-setup-go [2021-01-19T18:24:54.166Z] Building docker-support-notifications-go [2021-01-19T18:25:51.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:25:51.738Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:25:51.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:25:51.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:25:51.738Z] ---> 5ac02688d099 [2021-01-19T18:25:51.738Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:25:51.738Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:25:51.738Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:25:51.738Z] ---> 5ac02688d099 [2021-01-19T18:25:51.738Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:25:51.738Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:25:51.738Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:25:51.738Z] ---> 5ac02688d099 [2021-01-19T18:25:51.738Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:25:51.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:25:51.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:25:51.738Z] ---> 5ac02688d099 [2021-01-19T18:25:51.738Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:25:51.738Z] ---> 5ac02688d099 [2021-01-19T18:25:51.738Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T18:25:51.738Z] ---> Running in bb693989ab3f [2021-01-19T18:25:51.738Z] ---> Running in 1c23ab815f30 [2021-01-19T18:25:51.738Z] ---> Running in 0ffff390098f [2021-01-19T18:25:51.738Z] ---> Running in 5e693c0094c2 [2021-01-19T18:25:51.738Z] ---> Running in 678185d60475 [2021-01-19T18:25:52.021Z] Removing intermediate container 678185d60475 [2021-01-19T18:25:52.021Z] ---> c3aa6e44b975 [2021-01-19T18:25:52.021Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:25:52.021Z] Removing intermediate container 0ffff390098f [2021-01-19T18:25:52.021Z] ---> 240219057a89 [2021-01-19T18:25:52.021Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:25:52.021Z] Removing intermediate container bb693989ab3f [2021-01-19T18:25:52.021Z] ---> 6df5275e08fc [2021-01-19T18:25:52.021Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:25:52.324Z] Removing intermediate container 1c23ab815f30 [2021-01-19T18:25:52.324Z] ---> cf4161d3667f [2021-01-19T18:25:52.324Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:25:52.324Z] Removing intermediate container 5e693c0094c2 [2021-01-19T18:25:52.324Z] ---> e3dc18edf9ae [2021-01-19T18:25:52.324Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:25:52.324Z] ---> Running in 0a2bf6ca94ae [2021-01-19T18:25:52.324Z] ---> Running in 3a5f9a0d270d [2021-01-19T18:25:52.324Z] ---> Running in 2dafc10e4797 [2021-01-19T18:25:52.324Z] ---> Running in 81549d5681b4 [2021-01-19T18:25:52.324Z] ---> Running in af2d2b0ba5fb [2021-01-19T18:25:56.789Z] Removing intermediate container 0a2bf6ca94ae [2021-01-19T18:25:56.789Z] ---> 77d79b439b45 [2021-01-19T18:25:56.789Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T18:25:56.789Z] Removing intermediate container 81549d5681b4 [2021-01-19T18:25:56.789Z] ---> d4ddaa061f34 [2021-01-19T18:25:56.789Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T18:25:56.789Z] ---> Running in 6b423281b83b [2021-01-19T18:25:56.789Z] Removing intermediate container 2dafc10e4797 [2021-01-19T18:25:56.789Z] ---> 026b99b8ec2f [2021-01-19T18:25:56.789Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:25:56.789Z] Removing intermediate container 3a5f9a0d270d [2021-01-19T18:25:56.789Z] ---> 9c32c7080549 [2021-01-19T18:25:56.789Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:25:56.789Z] ---> Running in fb0a3c597c2b [2021-01-19T18:25:56.789Z] ---> Running in ae0a77ddcd5d [2021-01-19T18:25:56.789Z] Removing intermediate container af2d2b0ba5fb [2021-01-19T18:25:56.789Z] ---> eb4cd4df0be7 [2021-01-19T18:25:56.789Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T18:25:56.789Z] ---> Running in 1c6a9a8a7440 [2021-01-19T18:25:56.789Z] ---> Running in 841b70a6c00f [2021-01-19T18:25:57.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:57.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:58.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:58.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:58.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:58.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:58.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:59.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:59.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:59.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:59.717Z] OK: 233 MiB in 51 packages [2021-01-19T18:25:59.717Z] OK: 233 MiB in 51 packages [2021-01-19T18:26:00.039Z] OK: 233 MiB in 51 packages [2021-01-19T18:26:00.039Z] OK: 233 MiB in 51 packages [2021-01-19T18:26:00.421Z] OK: 233 MiB in 51 packages [2021-01-19T18:26:01.083Z] Removing intermediate container fb0a3c597c2b [2021-01-19T18:26:01.083Z] ---> 9480c22dad74 [2021-01-19T18:26:01.083Z] Step 6/23 : COPY go.mod . [2021-01-19T18:26:01.389Z] Removing intermediate container 6b423281b83b [2021-01-19T18:26:01.389Z] ---> 407d91e770bc [2021-01-19T18:26:01.389Z] Step 6/24 : COPY go.mod . [2021-01-19T18:26:01.389Z] Removing intermediate container ae0a77ddcd5d [2021-01-19T18:26:01.389Z] ---> b903f0d12f9c [2021-01-19T18:26:01.389Z] Step 6/21 : COPY go.mod . [2021-01-19T18:26:01.717Z] Removing intermediate container 1c6a9a8a7440 [2021-01-19T18:26:01.717Z] ---> 7bbf4aea2c8f [2021-01-19T18:26:01.717Z] Step 6/22 : COPY go.mod . [2021-01-19T18:26:02.008Z] Removing intermediate container 841b70a6c00f [2021-01-19T18:26:02.008Z] ---> 1dd23bf1df1b [2021-01-19T18:26:02.008Z] Step 6/24 : COPY go.mod . [2021-01-19T18:26:02.008Z] ---> 60d848459928 [2021-01-19T18:26:02.008Z] Step 7/23 : RUN go mod download [2021-01-19T18:26:02.306Z] ---> Running in 11dc2eeb60d2 [2021-01-19T18:26:02.306Z] ---> 511438155aaa [2021-01-19T18:26:02.307Z] Step 7/21 : RUN go mod download [2021-01-19T18:26:02.599Z] ---> a565d2683d4a [2021-01-19T18:26:02.599Z] Step 7/22 : RUN go mod download [2021-01-19T18:26:02.599Z] ---> daaa6d79b044 [2021-01-19T18:26:02.599Z] Step 7/24 : RUN go mod download [2021-01-19T18:26:03.256Z] ---> Running in cf74dfd03d9c [2021-01-19T18:26:03.256Z] ---> Running in b9212ce1b0f6 [2021-01-19T18:26:03.256Z] ---> Running in 904efed62599 [2021-01-19T18:26:03.256Z] ---> 853cdc257f1f [2021-01-19T18:26:03.256Z] Step 7/24 : RUN go mod download [2021-01-19T18:26:03.256Z] ---> Running in 177b8833d5ef [2021-01-19T18:26:07.753Z] Removing intermediate container cf74dfd03d9c [2021-01-19T18:26:07.753Z] ---> 84160c6afa8f [2021-01-19T18:26:07.753Z] Step 8/22 : COPY . . [2021-01-19T18:26:07.753Z] Removing intermediate container 904efed62599 [2021-01-19T18:26:07.753Z] ---> 914559d67008 [2021-01-19T18:26:07.753Z] Step 8/21 : COPY . . [2021-01-19T18:26:07.753Z] Removing intermediate container b9212ce1b0f6 [2021-01-19T18:26:07.753Z] ---> 9feeb7010d3c [2021-01-19T18:26:07.753Z] Step 8/24 : COPY . . [2021-01-19T18:26:07.753Z] Removing intermediate container 177b8833d5ef [2021-01-19T18:26:07.753Z] ---> 811246d2c1d7 [2021-01-19T18:26:07.753Z] Step 8/24 : COPY . . [2021-01-19T18:26:08.035Z] Removing intermediate container 11dc2eeb60d2 [2021-01-19T18:26:08.035Z] ---> 72e8e89706c2 [2021-01-19T18:26:08.035Z] Step 8/23 : COPY . . [2021-01-19T18:27:06.498Z] ---> 8b1ec4c097ca [2021-01-19T18:27:06.498Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T18:27:06.498Z] ---> 5252faebf3e9 [2021-01-19T18:27:06.498Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T18:27:06.498Z] ---> b58bef5abd7d [2021-01-19T18:27:06.498Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T18:27:06.498Z] ---> aa608de4ec51 [2021-01-19T18:27:06.498Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T18:27:06.498Z] ---> Running in e2c701b27730 [2021-01-19T18:27:06.498Z] ---> Running in 83cd5bc3d467 [2021-01-19T18:27:06.498Z] ---> Running in 1b71922e2dde [2021-01-19T18:27:06.498Z] ---> Running in f89b2d52350a [2021-01-19T18:27:06.498Z] ---> 735c80f163b4 [2021-01-19T18:27:06.498Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T18:27:06.498Z] ---> Running in 3f9992b34844 [2021-01-19T18:27:06.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T18:27:06.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T18:27:06.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T18:27:06.498Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T18:27:06.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T18:27:46.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T18:27:54.655Z] Removing intermediate container 83cd5bc3d467 [2021-01-19T18:27:54.655Z] ---> 17ed2ef13be3 [2021-01-19T18:27:54.655Z] [2021-01-19T18:27:54.655Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T18:27:54.655Z] 3.12: Pulling from library/alpine [2021-01-19T18:27:55.664Z] Removing intermediate container f89b2d52350a [2021-01-19T18:27:55.664Z] ---> 0e2d62246343 [2021-01-19T18:27:55.664Z] [2021-01-19T18:27:55.664Z] Step 10/24 : FROM scratch [2021-01-19T18:27:55.664Z] ---> [2021-01-19T18:27:55.664Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T18:27:55.962Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T18:27:56.263Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T18:27:56.263Z] ---> 389fef711851 [2021-01-19T18:27:56.263Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:27:57.307Z] Removing intermediate container 1b71922e2dde [2021-01-19T18:27:57.307Z] ---> 14f69ec8069c [2021-01-19T18:27:57.307Z] [2021-01-19T18:27:57.307Z] Step 10/21 : FROM scratch [2021-01-19T18:27:57.307Z] ---> [2021-01-19T18:27:57.307Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:27:57.307Z] ---> Running in eb2e9be9d41d [2021-01-19T18:27:58.378Z] ---> Running in 7e7b5621ff13 [2021-01-19T18:27:58.378Z] ---> Running in 02c36fe86a5b [2021-01-19T18:27:58.652Z] Removing intermediate container eb2e9be9d41d [2021-01-19T18:27:58.653Z] ---> 04fc26844b49 [2021-01-19T18:27:58.653Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T18:27:58.929Z] ---> Running in dde7f9b26eb5 [2021-01-19T18:27:58.929Z] Removing intermediate container 3f9992b34844 [2021-01-19T18:27:58.929Z] ---> d29ba8f8c366 [2021-01-19T18:27:58.929Z] [2021-01-19T18:27:58.929Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T18:27:58.929Z] ---> 389fef711851 [2021-01-19T18:27:58.929Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:27:59.217Z] Removing intermediate container 02c36fe86a5b [2021-01-19T18:27:59.217Z] ---> aba4280bd019 [2021-01-19T18:27:59.217Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T18:27:59.217Z] ---> Running in 0448ff4baa90 [2021-01-19T18:27:59.217Z] ---> Running in 971c4a44c9b5 [2021-01-19T18:27:59.529Z] Removing intermediate container dde7f9b26eb5 [2021-01-19T18:27:59.529Z] ---> ad977df58741 [2021-01-19T18:27:59.529Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T18:27:59.807Z] ---> Running in 459b3a6e471c [2021-01-19T18:27:59.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:27:59.807Z] Removing intermediate container 0448ff4baa90 [2021-01-19T18:27:59.807Z] ---> 443aa4164b78 [2021-01-19T18:27:59.807Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T18:27:59.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:28:00.086Z] ---> Running in 71edbeec6c8c [2021-01-19T18:28:00.367Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T18:28:00.367Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:28:00.367Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T18:28:00.367Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T18:28:00.367Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T18:28:00.367Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:28:00.367Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:28:00.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:28:00.658Z] OK: 7 MiB in 19 packages [2021-01-19T18:28:00.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:28:00.658Z] Removing intermediate container 459b3a6e471c [2021-01-19T18:28:00.658Z] ---> 833588edb696 [2021-01-19T18:28:00.658Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T18:28:00.951Z] Removing intermediate container 71edbeec6c8c [2021-01-19T18:28:00.951Z] ---> 20771a53a505 [2021-01-19T18:28:00.951Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:28:00.951Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T18:28:00.951Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:28:00.951Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T18:28:01.223Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T18:28:01.223Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T18:28:01.223Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:28:01.223Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:28:01.223Z] OK: 7 MiB in 19 packages [2021-01-19T18:28:01.509Z] ---> 2ec09bb9ba22 [2021-01-19T18:28:01.509Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T18:28:01.509Z] ---> 9c31ad480e64 [2021-01-19T18:28:01.509Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T18:28:04.294Z] Removing intermediate container 7e7b5621ff13 [2021-01-19T18:28:04.294Z] ---> 913c8632b2b3 [2021-01-19T18:28:04.294Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T18:28:05.347Z] ---> Running in f6a100ec322b [2021-01-19T18:28:05.642Z] ---> ec363fa7825d [2021-01-19T18:28:05.642Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T18:28:05.941Z] Removing intermediate container 971c4a44c9b5 [2021-01-19T18:28:05.941Z] ---> 7da568fba623 [2021-01-19T18:28:05.941Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:28:05.941Z] ---> 67d0e211c67c [2021-01-19T18:28:05.941Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T18:28:05.941Z] ---> Running in 7ff09b691cd8 [2021-01-19T18:28:06.247Z] Removing intermediate container f6a100ec322b [2021-01-19T18:28:06.247Z] ---> 632410907402 [2021-01-19T18:28:06.247Z] Step 13/22 : WORKDIR / [2021-01-19T18:28:06.247Z] Removing intermediate container e2c701b27730 [2021-01-19T18:28:06.247Z] ---> c8565dc7946a [2021-01-19T18:28:06.247Z] [2021-01-19T18:28:06.247Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T18:28:06.247Z] ---> 389fef711851 [2021-01-19T18:28:06.247Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:28:06.540Z] ---> Running in a200c82ca4bd [2021-01-19T18:28:06.540Z] ---> Running in 8cba7ce5d11c [2021-01-19T18:28:06.540Z] ---> d4bc4bbef119 [2021-01-19T18:28:06.540Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T18:28:06.845Z] ---> Running in 868c48b4a6b3 [2021-01-19T18:28:06.845Z] Removing intermediate container 7ff09b691cd8 [2021-01-19T18:28:06.845Z] ---> ecc69277f965 [2021-01-19T18:28:06.845Z] Step 13/24 : WORKDIR / [2021-01-19T18:28:06.845Z] ---> Running in 36a131368fd5 [2021-01-19T18:28:06.845Z] Removing intermediate container a200c82ca4bd [2021-01-19T18:28:06.845Z] ---> dd2b5e2c4b36 [2021-01-19T18:28:06.845Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:28:07.129Z] Removing intermediate container 8cba7ce5d11c [2021-01-19T18:28:07.129Z] ---> 2fd249b7dcf4 [2021-01-19T18:28:07.129Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T18:28:07.129Z] ---> a3d325a752da [2021-01-19T18:28:07.129Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:28:07.129Z] Removing intermediate container 868c48b4a6b3 [2021-01-19T18:28:07.129Z] ---> 657a54cfdfc9 [2021-01-19T18:28:07.129Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:28:07.129Z] ---> Running in dcdf52aed7c4 [2021-01-19T18:28:07.405Z] ---> Running in 839e8f9f8cb9 [2021-01-19T18:28:07.405Z] Removing intermediate container 36a131368fd5 [2021-01-19T18:28:07.405Z] ---> ddae5723db16 [2021-01-19T18:28:07.405Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T18:28:07.694Z] ---> cdd1091585c7 [2021-01-19T18:28:07.694Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T18:28:07.694Z] Removing intermediate container dcdf52aed7c4 [2021-01-19T18:28:07.694Z] ---> 2935a3b16c67 [2021-01-19T18:28:07.694Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T18:28:07.694Z] ---> Running in e23ac7051cb6 [2021-01-19T18:28:07.694Z] ---> f1eeb29dd844 [2021-01-19T18:28:07.694Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T18:28:08.002Z] Removing intermediate container 839e8f9f8cb9 [2021-01-19T18:28:08.002Z] ---> db408a79a781 [2021-01-19T18:28:08.002Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T18:28:08.283Z] ---> Running in 8be683ea5b5a [2021-01-19T18:28:08.283Z] Removing intermediate container e23ac7051cb6 [2021-01-19T18:28:08.283Z] ---> 7d4fee0a5832 [2021-01-19T18:28:08.283Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:28:08.283Z] ---> 5202d0744230 [2021-01-19T18:28:08.283Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T18:28:08.582Z] ---> Running in ce325bdfea33 [2021-01-19T18:28:08.582Z] ---> 6420d48c7ed7 [2021-01-19T18:28:08.582Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T18:28:08.888Z] Removing intermediate container 8be683ea5b5a [2021-01-19T18:28:08.888Z] ---> 187e56b991b1 [2021-01-19T18:28:08.888Z] Step 20/21 : LABEL git_sha=629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [2021-01-19T18:28:08.888Z] ---> Running in 905a9021fe53 [2021-01-19T18:28:08.888Z] ---> b4bada885c5b [2021-01-19T18:28:08.888Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T18:28:09.192Z] ---> dc12def43ee5 [2021-01-19T18:28:09.192Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T18:28:09.524Z] ---> 27c0e717dd6e [2021-01-19T18:28:09.524Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T18:28:10.122Z] Removing intermediate container 905a9021fe53 [2021-01-19T18:28:10.122Z] ---> 9a6818a8f32c [2021-01-19T18:28:10.122Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:28:10.122Z] ---> Running in cbe0ae126039 [2021-01-19T18:28:10.396Z] ---> 0437e99f9612 [2021-01-19T18:28:10.396Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T18:28:10.396Z] ---> 1f4d3d2b6e93 [2021-01-19T18:28:10.396Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T18:28:10.396Z] ---> Running in fd7125ddf4d0 [2021-01-19T18:28:10.731Z] ---> 540c9b01a790 [2021-01-19T18:28:10.731Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T18:28:10.731Z] Removing intermediate container cbe0ae126039 [2021-01-19T18:28:10.731Z] ---> d108f438e625 [2021-01-19T18:28:10.731Z] [2021-01-19T18:28:10.731Z] ---> Running in 6dd302c5f8f5 [2021-01-19T18:28:11.041Z] Removing intermediate container fd7125ddf4d0 [2021-01-19T18:28:11.041Z] ---> 2fea98f9fbc6 [2021-01-19T18:28:11.041Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:28:11.041Z] ---> 11bdc0d86ca3 [2021-01-19T18:28:11.041Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T18:28:11.041Z] ---> Running in 74957ce6d56d [2021-01-19T18:28:11.385Z] Removing intermediate container ce325bdfea33 [2021-01-19T18:28:11.385Z] ---> ea0a096603a0 [2021-01-19T18:28:11.385Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T18:28:11.385Z] ---> Running in a0f1d0c6ce37 [2021-01-19T18:28:11.385Z] Successfully built d108f438e625 [2021-01-19T18:28:11.656Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T18:28:11.656Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T18:28:11.656Z] Removing intermediate container 74957ce6d56d [2021-01-19T18:28:11.656Z] ---> 1119aba9ad00 [2021-01-19T18:28:11.656Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T18:28:11.928Z] ---> Running in a9ac3ae0180a [2021-01-19T18:28:12.233Z] ---> e40ea24123ee [2021-01-19T18:28:12.233Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T18:28:12.597Z] Removing intermediate container a9ac3ae0180a [2021-01-19T18:28:12.597Z] ---> ff9a85f9f7cd [2021-01-19T18:28:12.597Z] Step 23/24 : LABEL git_sha=629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [2021-01-19T18:28:12.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:28:13.366Z] ---> Running in f0de034e9f67 [2021-01-19T18:28:13.668Z] ---> a3e8278d60b6 [2021-01-19T18:28:13.668Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T18:28:14.024Z] ---> Running in b01dfebf33a4 [2021-01-19T18:28:14.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:28:14.356Z] Removing intermediate container 6dd302c5f8f5 [2021-01-19T18:28:14.356Z] ---> e7566d729690 [2021-01-19T18:28:14.356Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T18:28:14.356Z] Removing intermediate container f0de034e9f67 [2021-01-19T18:28:14.356Z] ---> 6e4188f5e062 [2021-01-19T18:28:14.356Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:28:14.625Z] ---> Running in bb07cd560de2 [2021-01-19T18:28:14.626Z] ---> Running in d1b91d7fa4b6 [2021-01-19T18:28:16.135Z] Removing intermediate container d1b91d7fa4b6 [2021-01-19T18:28:16.135Z] ---> 74010c5bb946 [2021-01-19T18:28:16.135Z] [2021-01-19T18:28:16.135Z] Removing intermediate container bb07cd560de2 [2021-01-19T18:28:16.135Z] ---> 9073dea69e5a [2021-01-19T18:28:16.135Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:28:16.757Z] Successfully built 74010c5bb946 [2021-01-19T18:28:16.757Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T18:28:16.757Z] Building docker-security-proxy-setup-go [2021-01-19T18:28:17.092Z]  Building docker-support-notifications-go ... done  ---> Running in ce41aa1c2866 [2021-01-19T18:28:18.685Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T18:28:18.685Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T18:28:18.685Z] Removing intermediate container ce41aa1c2866 [2021-01-19T18:28:18.685Z] ---> 674ab15b214e [2021-01-19T18:28:18.685Z] Step 21/22 : LABEL git_sha=629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [2021-01-19T18:28:19.147Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T18:28:19.536Z] ---> Running in f277e2addd22 [2021-01-19T18:28:19.836Z] Removing intermediate container b01dfebf33a4 [2021-01-19T18:28:19.836Z] ---> f65b06dde14b [2021-01-19T18:28:19.836Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T18:28:19.836Z] Removing intermediate container f277e2addd22 [2021-01-19T18:28:19.836Z] ---> 35503feee0e4 [2021-01-19T18:28:19.836Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:28:20.147Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T18:28:20.147Z] ---> Running in 0fea9e1cb0e5 [2021-01-19T18:28:20.147Z] ---> Running in 6819a53b31f4 [2021-01-19T18:28:20.434Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T18:28:20.736Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:28:20.736Z] OK: 8 MiB in 19 packages [2021-01-19T18:28:20.736Z] Removing intermediate container 6819a53b31f4 [2021-01-19T18:28:20.736Z] ---> 3d75bd216616 [2021-01-19T18:28:20.736Z] [2021-01-19T18:28:20.736Z] Removing intermediate container 0fea9e1cb0e5 [2021-01-19T18:28:20.736Z] ---> 4054cb3d86df [2021-01-19T18:28:20.736Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T18:28:21.363Z] Successfully built 3d75bd216616 [2021-01-19T18:28:21.659Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T18:28:21.659Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-19T18:28:21.941Z] ---> Running in 2db77da0af46 [2021-01-19T18:28:22.538Z] Removing intermediate container 2db77da0af46 [2021-01-19T18:28:22.538Z] ---> 780fae772099 [2021-01-19T18:28:22.538Z] Step 23/24 : LABEL git_sha=629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [2021-01-19T18:28:23.691Z] ---> Running in a03bccabe05d [2021-01-19T18:28:23.691Z] Removing intermediate container a0f1d0c6ce37 [2021-01-19T18:28:23.691Z] ---> 7c9b817d723f [2021-01-19T18:28:23.691Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:28:24.365Z] Removing intermediate container a03bccabe05d [2021-01-19T18:28:24.365Z] ---> f2724c020dcf [2021-01-19T18:28:24.365Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:28:24.995Z] ---> Running in e8656cb90abc [2021-01-19T18:28:25.337Z] ---> c115caf76f32 [2021-01-19T18:28:25.337Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T18:28:26.371Z] Removing intermediate container e8656cb90abc [2021-01-19T18:28:26.371Z] ---> 4a975ca46704 [2021-01-19T18:28:26.371Z] [2021-01-19T18:28:26.651Z] Successfully built 4a975ca46704 [2021-01-19T18:28:26.651Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T18:28:26.651Z] Building docker-core-command-go [2021-01-19T18:28:27.276Z]  Building docker-security-secretstore-setup-go ... done  ---> 9a17f32c789d [2021-01-19T18:28:27.276Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T18:28:28.797Z] ---> 962d425c7661 [2021-01-19T18:28:28.797Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T18:28:29.117Z] ---> Running in 9339af708bfd [2021-01-19T18:28:30.170Z] Removing intermediate container 9339af708bfd [2021-01-19T18:28:30.170Z] ---> 17f977e1ec1d [2021-01-19T18:28:30.170Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:28:30.911Z] ---> Running in f4baab68a478 [2021-01-19T18:28:31.522Z] Removing intermediate container f4baab68a478 [2021-01-19T18:28:31.522Z] ---> 848e6b0df117 [2021-01-19T18:28:31.522Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T18:28:31.522Z] ---> Running in c59a5814e808 [2021-01-19T18:28:32.566Z] Removing intermediate container c59a5814e808 [2021-01-19T18:28:32.566Z] ---> c799eb927474 [2021-01-19T18:28:32.566Z] Step 22/23 : LABEL git_sha=629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [2021-01-19T18:28:32.858Z] ---> Running in b3dbced0007f [2021-01-19T18:28:33.537Z] Removing intermediate container b3dbced0007f [2021-01-19T18:28:33.537Z] ---> 2217ef90497e [2021-01-19T18:28:33.537Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T18:28:33.830Z] ---> Running in a2ba1e13c919 [2021-01-19T18:28:35.436Z] Removing intermediate container a2ba1e13c919 [2021-01-19T18:28:35.436Z] ---> 0938307689ef [2021-01-19T18:28:35.436Z] [2021-01-19T18:28:36.083Z] Successfully built 0938307689ef [2021-01-19T18:28:36.083Z] Successfully tagged docker-core-data-go:latest [2021-01-19T18:28:50.069Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:28:50.069Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:28:50.069Z] ---> 5ac02688d099 [2021-01-19T18:28:50.069Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T18:28:50.069Z] ---> Using cache [2021-01-19T18:28:50.069Z] ---> e3dc18edf9ae [2021-01-19T18:28:50.069Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:28:50.069Z] ---> Using cache [2021-01-19T18:28:50.069Z] ---> eb4cd4df0be7 [2021-01-19T18:28:50.069Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T18:28:51.470Z] ---> Running in 5029e3eabf5d [2021-01-19T18:28:54.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:28:56.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:28:57.948Z] OK: 233 MiB in 51 packages [2021-01-19T18:28:59.639Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:28:59.639Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:28:59.639Z] ---> 5ac02688d099 [2021-01-19T18:28:59.639Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:28:59.639Z] ---> Using cache [2021-01-19T18:28:59.639Z] ---> e3dc18edf9ae [2021-01-19T18:28:59.639Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:28:59.639Z] ---> Using cache [2021-01-19T18:28:59.639Z] ---> eb4cd4df0be7 [2021-01-19T18:28:59.639Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:29:00.318Z] ---> Running in 153c72bb9aca [2021-01-19T18:29:01.870Z] Removing intermediate container 5029e3eabf5d [2021-01-19T18:29:01.870Z] ---> 4e8cd43bc1fa [2021-01-19T18:29:01.870Z] Step 6/26 : COPY go.mod . [2021-01-19T18:29:03.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:29:04.053Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:29:04.053Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:29:04.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:29:04.553Z] ---> 5ac02688d099 [2021-01-19T18:29:04.553Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:29:04.553Z] ---> Using cache [2021-01-19T18:29:04.553Z] ---> e3dc18edf9ae [2021-01-19T18:29:04.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:29:04.553Z] ---> Using cache [2021-01-19T18:29:04.553Z] ---> eb4cd4df0be7 [2021-01-19T18:29:04.553Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:29:04.912Z] ---> e733f6d0d285 [2021-01-19T18:29:04.912Z] Step 7/26 : RUN go mod download [2021-01-19T18:29:05.272Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:29:05.272Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:29:05.272Z] ---> 5ac02688d099 [2021-01-19T18:29:05.272Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:29:05.272Z] ---> Using cache [2021-01-19T18:29:05.272Z] ---> e3dc18edf9ae [2021-01-19T18:29:05.272Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:29:05.272Z] ---> Using cache [2021-01-19T18:29:05.272Z] ---> eb4cd4df0be7 [2021-01-19T18:29:05.272Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:29:05.272Z] OK: 233 MiB in 51 packages [2021-01-19T18:29:05.637Z] ---> Running in 5cd18149db09 [2021-01-19T18:29:05.637Z] ---> Running in 0b859847069c [2021-01-19T18:29:05.637Z] ---> Running in 57cdf2ed7aa5 [2021-01-19T18:29:06.969Z] Removing intermediate container 153c72bb9aca [2021-01-19T18:29:06.969Z] ---> 549452ffa13b [2021-01-19T18:29:06.969Z] Step 6/21 : COPY go.mod . [2021-01-19T18:29:07.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:29:07.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:29:07.631Z] ---> 14c29de1d936 [2021-01-19T18:29:07.631Z] Step 7/21 : RUN go mod download [2021-01-19T18:29:07.919Z] ---> Running in 7816a2428d18 [2021-01-19T18:29:08.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:29:08.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:29:09.420Z] OK: 233 MiB in 51 packages [2021-01-19T18:29:09.420Z] OK: 233 MiB in 51 packages [2021-01-19T18:29:09.718Z] Removing intermediate container 0b859847069c [2021-01-19T18:29:09.718Z] ---> cc7fbbdc1e2b [2021-01-19T18:29:09.718Z] Step 8/26 : COPY . . [2021-01-19T18:29:11.620Z] Removing intermediate container 5cd18149db09 [2021-01-19T18:29:11.620Z] ---> e85639fc198c [2021-01-19T18:29:11.620Z] Step 6/22 : COPY go.mod . [2021-01-19T18:29:11.620Z] Removing intermediate container 57cdf2ed7aa5 [2021-01-19T18:29:11.620Z] ---> 8a783118f7cf [2021-01-19T18:29:11.620Z] Step 6/22 : COPY go.mod . [2021-01-19T18:29:12.164Z] Removing intermediate container 7816a2428d18 [2021-01-19T18:29:12.164Z] ---> 90af3190adfe [2021-01-19T18:29:12.164Z] Step 8/21 : COPY . . [2021-01-19T18:29:12.164Z] ---> 220eb814263d [2021-01-19T18:29:12.164Z] Step 7/22 : RUN go mod download [2021-01-19T18:29:12.439Z] ---> Running in f7c0719ce602 [2021-01-19T18:29:12.439Z] ---> bb36b1c7d05b [2021-01-19T18:29:12.439Z] Step 7/22 : RUN go mod download [2021-01-19T18:29:13.059Z] ---> Running in 75fd26ced44e [2021-01-19T18:29:21.536Z] Removing intermediate container f7c0719ce602 [2021-01-19T18:29:21.536Z] ---> 905742b57e80 [2021-01-19T18:29:21.536Z] Step 8/22 : COPY . . [2021-01-19T18:29:21.536Z] Removing intermediate container 75fd26ced44e [2021-01-19T18:29:21.536Z] ---> 75cbb06c942c [2021-01-19T18:29:21.536Z] Step 8/22 : COPY . . [2021-01-19T18:29:54.847Z] ---> 3e191fafe895 [2021-01-19T18:29:54.847Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T18:29:54.847Z] ---> Running in b93205987f75 [2021-01-19T18:29:58.906Z] ---> 1338aaddbc34 [2021-01-19T18:29:58.906Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T18:29:58.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T18:29:58.906Z] ---> Running in d235fe83f437 [2021-01-19T18:30:00.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T18:30:03.958Z] ---> f20107d1680c [2021-01-19T18:30:03.958Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T18:30:03.958Z] ---> 5b3adcf77685 [2021-01-19T18:30:03.958Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T18:30:04.308Z] ---> Running in 064accfa9a36 [2021-01-19T18:30:04.308Z] ---> Running in 51b21df50433 [2021-01-19T18:30:07.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T18:30:07.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T18:30:34.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T18:30:40.086Z] Removing intermediate container b93205987f75 [2021-01-19T18:30:40.086Z] ---> e5fa24b47893 [2021-01-19T18:30:40.086Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T18:30:40.388Z] ---> Running in 5aaa3c4210d1 [2021-01-19T18:30:43.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T18:30:45.592Z] Removing intermediate container d235fe83f437 [2021-01-19T18:30:45.592Z] ---> dd300ec8de2f [2021-01-19T18:30:45.592Z] [2021-01-19T18:30:45.592Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T18:30:45.592Z] ---> 389fef711851 [2021-01-19T18:30:45.592Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T18:30:45.592Z] ---> Running in aadfc39fcdd6 [2021-01-19T18:30:48.513Z] Removing intermediate container 5aaa3c4210d1 [2021-01-19T18:30:48.513Z] ---> 91b72c8946eb [2021-01-19T18:30:48.513Z] [2021-01-19T18:30:48.513Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T18:30:48.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:30:48.513Z] 20.10.0: Pulling from library/docker [2021-01-19T18:30:48.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:30:48.956Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T18:30:49.286Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:30:49.286Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T18:30:49.286Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T18:30:49.286Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:30:49.600Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:30:49.600Z] OK: 7 MiB in 18 packages [2021-01-19T18:30:51.137Z] Removing intermediate container 51b21df50433 [2021-01-19T18:30:51.137Z] ---> 607c198d3a25 [2021-01-19T18:30:51.137Z] [2021-01-19T18:30:51.137Z] Step 10/22 : FROM scratch [2021-01-19T18:30:51.137Z] ---> [2021-01-19T18:30:51.137Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:30:53.348Z] ---> Using cache [2021-01-19T18:30:53.348Z] ---> aba4280bd019 [2021-01-19T18:30:53.348Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T18:30:53.348Z] Removing intermediate container aadfc39fcdd6 [2021-01-19T18:30:53.348Z] ---> 6e799d84f66c [2021-01-19T18:30:53.348Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:30:53.348Z] ---> Running in 8854b9f76d60 [2021-01-19T18:30:53.671Z] ---> Running in 15e1f14f6d17 [2021-01-19T18:30:53.975Z] Removing intermediate container 8854b9f76d60 [2021-01-19T18:30:53.975Z] ---> ec0364577b9c [2021-01-19T18:30:53.975Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:30:54.269Z] Removing intermediate container 15e1f14f6d17 [2021-01-19T18:30:54.269Z] ---> 9259e89b3dc3 [2021-01-19T18:30:54.269Z] Step 13/21 : WORKDIR /edgex [2021-01-19T18:30:54.583Z] ---> Running in 3a82981792d5 [2021-01-19T18:30:55.217Z] ---> Running in fa15c9452fbd [2021-01-19T18:30:57.269Z] Removing intermediate container 3a82981792d5 [2021-01-19T18:30:57.269Z] ---> 783d53789a1c [2021-01-19T18:30:57.269Z] Step 14/22 : WORKDIR / [2021-01-19T18:30:57.988Z] ---> Running in ad8c74aaf9ac [2021-01-19T18:30:57.988Z] Removing intermediate container fa15c9452fbd [2021-01-19T18:30:57.988Z] ---> ab2c4b985895 [2021-01-19T18:30:57.988Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T18:30:58.323Z] Removing intermediate container 064accfa9a36 [2021-01-19T18:30:58.323Z] ---> 3c681af40b15 [2021-01-19T18:30:58.323Z] [2021-01-19T18:30:58.323Z] Step 10/22 : FROM scratch [2021-01-19T18:30:58.323Z] ---> [2021-01-19T18:30:58.323Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:30:58.323Z] ---> Using cache [2021-01-19T18:30:58.323Z] ---> aba4280bd019 [2021-01-19T18:30:58.323Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T18:30:58.652Z] ---> Running in 6e76d0767ab7 [2021-01-19T18:30:58.958Z] Removing intermediate container ad8c74aaf9ac [2021-01-19T18:30:58.958Z] ---> ae573c5b2aca [2021-01-19T18:30:58.958Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:30:59.255Z] ---> 0d0132ed8210 [2021-01-19T18:30:59.255Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T18:30:59.590Z] Removing intermediate container 6e76d0767ab7 [2021-01-19T18:30:59.590Z] ---> d0b62a75e353 [2021-01-19T18:30:59.590Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:30:59.590Z] ---> Running in a41a821b4462 [2021-01-19T18:30:59.887Z] ---> d9e5a33b4efb [2021-01-19T18:30:59.887Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T18:31:01.608Z] Removing intermediate container a41a821b4462 [2021-01-19T18:31:01.608Z] ---> b1a4d3796e5e [2021-01-19T18:31:01.608Z] Step 14/22 : WORKDIR / [2021-01-19T18:31:01.608Z] ---> 88c177943836 [2021-01-19T18:31:01.608Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T18:31:01.608Z] ---> Running in 83fa05cd21ec [2021-01-19T18:31:02.027Z] Removing intermediate container 83fa05cd21ec [2021-01-19T18:31:02.027Z] ---> 1442c4968310 [2021-01-19T18:31:02.027Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:31:02.747Z] ---> a6fe6cbe75b3 [2021-01-19T18:31:02.747Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T18:31:02.747Z] ---> 3d3af946260e [2021-01-19T18:31:02.747Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T18:31:03.038Z] ---> 587dedf89348 [2021-01-19T18:31:03.038Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T18:31:03.038Z] ---> 16d8a9ab26b9 [2021-01-19T18:31:03.038Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T18:31:03.038Z] ---> Running in 9274d227ee3b [2021-01-19T18:31:03.331Z] ---> Running in 561958aefeba [2021-01-19T18:31:03.993Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T18:31:03.993Z] Removing intermediate container 9274d227ee3b [2021-01-19T18:31:03.993Z] ---> 47004a6bfd68 [2021-01-19T18:31:03.993Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T18:31:03.993Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T18:31:03.993Z] ---> aefe523efa57 [2021-01-19T18:31:03.993Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T18:31:03.993Z] Removing intermediate container 561958aefeba [2021-01-19T18:31:03.993Z] ---> 1c84889da929 [2021-01-19T18:31:03.993Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:31:04.345Z] ---> Running in 0b44d3013a02 [2021-01-19T18:31:04.345Z] ---> Running in ca17f4368cd6 [2021-01-19T18:31:04.345Z] ---> Running in 78a51561a1b0 [2021-01-19T18:31:04.345Z] ---> 59543ee1dd3a [2021-01-19T18:31:04.345Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T18:31:04.675Z] Removing intermediate container 0b44d3013a02 [2021-01-19T18:31:04.675Z] ---> ddd435fab91f [2021-01-19T18:31:04.675Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T18:31:05.042Z] Removing intermediate container ca17f4368cd6 [2021-01-19T18:31:05.042Z] ---> ed16a6bc875a [2021-01-19T18:31:05.042Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:31:05.042Z] ---> Running in fea99acba63c [2021-01-19T18:31:05.042Z] ---> Running in e2028bd9dbc1 [2021-01-19T18:31:05.326Z] ---> 28ec4b6f2a3c [2021-01-19T18:31:05.326Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T18:31:05.326Z] ---> Running in 9429811d34e6 [2021-01-19T18:31:05.615Z] Removing intermediate container fea99acba63c [2021-01-19T18:31:05.615Z] ---> 31e540822d94 [2021-01-19T18:31:05.615Z] Step 20/21 : LABEL git_sha=629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [2021-01-19T18:31:05.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:31:05.615Z] Removing intermediate container e2028bd9dbc1 [2021-01-19T18:31:05.615Z] ---> f2a6dde4f280 [2021-01-19T18:31:05.615Z] Step 21/22 : LABEL git_sha=629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [2021-01-19T18:31:05.615Z] ---> Running in 2efd915383ab [2021-01-19T18:31:05.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:31:05.952Z] ---> Running in 12fe7ed945f0 [2021-01-19T18:31:05.952Z] Removing intermediate container 9429811d34e6 [2021-01-19T18:31:05.952Z] ---> 68bf8e215fd7 [2021-01-19T18:31:05.952Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:31:05.952Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T18:31:05.952Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T18:31:06.258Z] Executing bash-5.0.17-r0.post-install [2021-01-19T18:31:06.258Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:31:06.258Z] OK: 12 MiB in 22 packages [2021-01-19T18:31:06.258Z] ---> Running in 3beb2f972e53 [2021-01-19T18:31:06.258Z] Removing intermediate container 2efd915383ab [2021-01-19T18:31:06.258Z] ---> 237a2c31ee7f [2021-01-19T18:31:06.258Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:31:06.566Z] Removing intermediate container 12fe7ed945f0 [2021-01-19T18:31:06.566Z] ---> a036f19e9211 [2021-01-19T18:31:06.566Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:31:06.566Z] ---> Running in 89cbf0188cf8 [2021-01-19T18:31:06.885Z] ---> Running in a1d96c9d8291 [2021-01-19T18:31:06.885Z] Removing intermediate container 3beb2f972e53 [2021-01-19T18:31:06.885Z] ---> 1899f309eb05 [2021-01-19T18:31:06.885Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:31:07.169Z] ---> Running in d1bdefedbafd [2021-01-19T18:31:07.169Z] Removing intermediate container 89cbf0188cf8 [2021-01-19T18:31:07.169Z] ---> c0f02a4ad5ef [2021-01-19T18:31:07.169Z] [2021-01-19T18:31:07.462Z] Removing intermediate container a1d96c9d8291 [2021-01-19T18:31:07.462Z] ---> c07d48ebbc43 [2021-01-19T18:31:07.462Z] [2021-01-19T18:31:07.462Z] Removing intermediate container d1bdefedbafd [2021-01-19T18:31:07.462Z] ---> f3bce1462b6a [2021-01-19T18:31:07.462Z] Step 21/22 : LABEL git_sha=629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [2021-01-19T18:31:07.462Z] Successfully built c0f02a4ad5ef [2021-01-19T18:31:07.462Z] Removing intermediate container 78a51561a1b0 [2021-01-19T18:31:07.462Z] ---> b013e8a93daf [2021-01-19T18:31:07.462Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T18:31:07.462Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T18:31:07.764Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 28583a44288c [2021-01-19T18:31:07.764Z] ---> Running in d120e5c2cf5c [2021-01-19T18:31:07.764Z] Successfully built c07d48ebbc43 [2021-01-19T18:31:07.764Z] Successfully tagged docker-core-command-go:latest [2021-01-19T18:31:08.065Z]  Building docker-core-command-go ... done Removing intermediate container 28583a44288c [2021-01-19T18:31:08.065Z] ---> 9cc833386116 [2021-01-19T18:31:08.065Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:31:08.065Z] Removing intermediate container d120e5c2cf5c [2021-01-19T18:31:08.065Z] ---> d1e72e683f1c [2021-01-19T18:31:08.065Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T18:31:08.381Z] ---> Running in 458d5af1ecba [2021-01-19T18:31:08.381Z] ---> Running in 0ff118f19f65 [2021-01-19T18:31:08.655Z] Removing intermediate container 458d5af1ecba [2021-01-19T18:31:08.655Z] ---> fb5d35e42cf1 [2021-01-19T18:31:08.655Z] [2021-01-19T18:31:08.655Z] Removing intermediate container 0ff118f19f65 [2021-01-19T18:31:08.655Z] ---> c76b539c5624 [2021-01-19T18:31:08.655Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T18:31:08.955Z] ---> Running in aab45ae80721 [2021-01-19T18:31:08.955Z] Successfully built fb5d35e42cf1 [2021-01-19T18:31:08.955Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T18:31:09.240Z]  Building docker-core-metadata-go ... done Removing intermediate container aab45ae80721 [2021-01-19T18:31:09.240Z] ---> 893188b049ec [2021-01-19T18:31:09.240Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T18:31:10.689Z] ---> 11053f396339 [2021-01-19T18:31:10.689Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T18:31:11.001Z] ---> 55387911e91f [2021-01-19T18:31:11.001Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T18:31:11.607Z] ---> ee5b1b5e9365 [2021-01-19T18:31:11.607Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T18:31:11.607Z] ---> Running in 642658d8fdb7 [2021-01-19T18:31:13.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:31:13.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:31:13.390Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T18:31:13.390Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T18:31:13.390Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T18:31:13.390Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T18:31:13.390Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T18:31:13.390Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T18:31:13.390Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T18:31:16.371Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T18:31:16.371Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T18:31:16.371Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T18:31:16.371Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T18:31:16.371Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T18:31:16.371Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T18:31:16.371Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T18:31:16.371Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T18:31:16.371Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T18:31:16.371Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T18:31:16.371Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T18:31:16.371Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T18:31:16.371Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T18:31:16.371Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T18:31:16.371Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T18:31:16.371Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T18:31:16.809Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T18:31:16.809Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T18:31:16.809Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T18:31:16.809Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T18:31:16.809Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T18:31:16.809Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T18:31:16.809Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T18:31:17.200Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T18:31:17.200Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T18:31:17.200Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T18:31:17.564Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:31:17.564Z] OK: 71 MiB in 55 packages [2021-01-19T18:31:27.788Z] Removing intermediate container 642658d8fdb7 [2021-01-19T18:31:27.788Z] ---> 5f74a39bce81 [2021-01-19T18:31:27.788Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T18:31:27.788Z] ---> Running in 456621a5b380 [2021-01-19T18:31:28.798Z] Collecting docker-compose==1.23.2 [2021-01-19T18:31:29.087Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T18:31:29.362Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T18:31:29.362Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T18:31:29.971Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T18:31:29.971Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T18:31:29.971Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T18:31:29.971Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T18:31:31.022Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T18:31:31.022Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T18:31:31.298Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T18:31:31.298Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T18:31:31.920Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T18:31:31.920Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T18:31:31.920Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T18:31:32.205Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T18:31:32.205Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T18:31:32.475Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T18:31:32.476Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T18:31:33.474Z] Collecting PyYAML<4,>=3.10 [2021-01-19T18:31:34.064Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T18:31:35.524Z] Collecting idna<2.8,>=2.5 [2021-01-19T18:31:35.524Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T18:31:35.797Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-19T18:31:35.797Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-19T18:31:35.797Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T18:31:35.797Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T18:31:36.068Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T18:31:36.068Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T18:31:36.068Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T18:31:36.068Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T18:31:36.068Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T18:31:36.068Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T18:31:36.367Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, dockerpty, jsonschema, cached-property, docopt, PyYAML, docker-compose [2021-01-19T18:31:36.367Z] Attempting uninstall: idna [2021-01-19T18:31:36.367Z] Found existing installation: idna 2.9 [2021-01-19T18:31:36.367Z] Uninstalling idna-2.9: [2021-01-19T18:31:36.367Z] Successfully uninstalled idna-2.9 [2021-01-19T18:31:36.637Z] Attempting uninstall: urllib3 [2021-01-19T18:31:36.638Z] Found existing installation: urllib3 1.25.9 [2021-01-19T18:31:36.638Z] Uninstalling urllib3-1.25.9: [2021-01-19T18:31:36.908Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T18:31:37.181Z] Attempting uninstall: requests [2021-01-19T18:31:37.181Z] Found existing installation: requests 2.23.0 [2021-01-19T18:31:37.181Z] Uninstalling requests-2.23.0: [2021-01-19T18:31:37.181Z] Successfully uninstalled requests-2.23.0 [2021-01-19T18:31:38.198Z] Running setup.py install for texttable: started [2021-01-19T18:31:38.817Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T18:31:38.817Z] Running setup.py install for dockerpty: started [2021-01-19T18:31:39.429Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T18:31:39.429Z] Running setup.py install for docopt: started [2021-01-19T18:31:40.509Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T18:31:40.509Z] Running setup.py install for PyYAML: started [2021-01-19T18:31:41.569Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T18:31:41.837Z] 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 [2021-01-19T18:31:45.273Z] Removing intermediate container 456621a5b380 [2021-01-19T18:31:45.273Z] ---> 273314733400 [2021-01-19T18:31:45.273Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T18:31:45.273Z] ---> Running in ad7adf11ddc4 [2021-01-19T18:31:46.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:31:46.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:31:46.544Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:31:46.544Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T18:31:46.812Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T18:31:46.812Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:31:46.812Z] OK: 72 MiB in 58 packages [2021-01-19T18:31:47.782Z] Removing intermediate container ad7adf11ddc4 [2021-01-19T18:31:47.782Z] ---> d29f955f1238 [2021-01-19T18:31:47.782Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T18:31:47.782Z] ---> Running in 8d2b91b3c5a3 [2021-01-19T18:31:48.070Z] Removing intermediate container 8d2b91b3c5a3 [2021-01-19T18:31:48.070Z] ---> bd3855ed4959 [2021-01-19T18:31:48.070Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:31:48.070Z] ---> Running in 1c23b8b7ae90 [2021-01-19T18:31:48.341Z] Removing intermediate container 1c23b8b7ae90 [2021-01-19T18:31:48.341Z] ---> 0b33caed9f93 [2021-01-19T18:31:48.341Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T18:31:48.632Z] ---> Running in 2aa4cfa5f0ff [2021-01-19T18:31:48.901Z] Removing intermediate container 2aa4cfa5f0ff [2021-01-19T18:31:48.901Z] ---> 8366428ed2aa [2021-01-19T18:31:48.901Z] Step 25/26 : LABEL git_sha=629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c [2021-01-19T18:31:48.901Z] ---> Running in 6922bccb4a51 [2021-01-19T18:31:49.196Z] Removing intermediate container 6922bccb4a51 [2021-01-19T18:31:49.196Z] ---> 2e8e7e0571b9 [2021-01-19T18:31:49.196Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T18:31:49.196Z] ---> Running in c89d0cd143ac [2021-01-19T18:31:49.784Z] Removing intermediate container c89d0cd143ac [2021-01-19T18:31:49.784Z] ---> 7ecb0f69e7fa [2021-01-19T18:31:49.784Z] [2021-01-19T18:31:49.784Z] Successfully built 7ecb0f69e7fa [2021-01-19T18:31:49.784Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T18:31:50.416Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T18:31:50.446Z] $ docker stop --time=1 afc587f4a10c8c17897249b8b87b3f6fde30b28bbc803bb0eda8055268274d0a [2021-01-19T18:31:52.835Z] $ docker rm -f afc587f4a10c8c17897249b8b87b3f6fde30b28bbc803bb0eda8055268274d0a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:31:53.486Z] + grep docker [2021-01-19T18:31:53.486Z] + docker images [2021-01-19T18:31:53.768Z] docker-sys-mgmt-agent-go latest 7ecb0f69e7fa 4 seconds ago 313MB [2021-01-19T18:31:53.768Z] docker-core-metadata-go latest fb5d35e42cf1 45 seconds ago 13.1MB [2021-01-19T18:31:53.768Z] docker-core-command-go latest c07d48ebbc43 46 seconds ago 10.6MB [2021-01-19T18:31:53.768Z] docker-security-proxy-setup-go latest c0f02a4ad5ef 47 seconds ago 24.4MB [2021-01-19T18:31:53.768Z] docker-core-data-go latest 0938307689ef 3 minutes ago 22.3MB [2021-01-19T18:31:53.768Z] docker-security-secretstore-setup-go latest 4a975ca46704 3 minutes ago 24.6MB [2021-01-19T18:31:53.768Z] docker-security-bootstrap-redis-go latest 3d75bd216616 3 minutes ago 15.8MB [2021-01-19T18:31:53.768Z] docker-support-notifications-go latest 74010c5bb946 3 minutes ago 12MB [2021-01-19T18:31:53.768Z] docker-support-scheduler-go latest d108f438e625 3 minutes ago 10.7MB [2021-01-19T18:31:53.768Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T18:32:09.685Z] Still waiting to schedule task [2021-01-19T18:32:09.686Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-19T18:34:11.343Z] Running on prd-ubuntu18.04-docker-8c-8g-21272 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-19T18:34:11.441Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-01-19T18:34:13.718Z] using credential edgex-jenkins-ssh [2021-01-19T18:34:13.820Z] Cloning the remote Git repository [2021-01-19T18:34:13.850Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:34:13.920Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-01-19T18:34:13.954Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:34:13.954Z] > git --version # timeout=10 [2021-01-19T18:34:13.969Z] > git --version # 'git version 2.17.1' [2021-01-19T18:34:13.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:34:14.006Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:34:22.670Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:34:22.679Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:34:22.699Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:34:22.710Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:34:22.710Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:34:22.714Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T18:34:23.184Z] Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit d34f2bb1477c58f0643b4c73d8737372279ff9e1 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T18:34:23.841Z] 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 [2021-01-19T18:34:23.195Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:34:23.200Z] > git checkout -f d34f2bb1477c58f0643b4c73d8737372279ff9e1 # timeout=10 [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:34:25.928Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:34:27.273Z] ---> package-listing.sh [2021-01-19T18:34:27.273Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T18:34:27.273Z] ++ facter osfamily [2021-01-19T18:34:27.560Z] + OS_FAMILY=redhat [2021-01-19T18:34:27.560Z] + workspace=/w/workspace/edgex-go/13 [2021-01-19T18:34:27.560Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T18:34:27.560Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T18:34:27.560Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T18:34:27.560Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T18:34:27.560Z] + '[' /w/workspace/edgex-go/13 ']' [2021-01-19T18:34:27.560Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T18:34:27.560Z] + case "${OS_FAMILY}" in [2021-01-19T18:34:27.560Z] + rpm -qa [2021-01-19T18:34:27.560Z] + sort [2021-01-19T18:34:34.297Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T18:34:34.297Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T18:34:34.297Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T18:34:34.297Z] + '[' /w/workspace/edgex-go/13 ']' [2021-01-19T18:34:34.297Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-01-19T18:34:34.297Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-01-19T18:34:34.310Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T18:34:34.647Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:34:35.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:34:35.681Z] [2021-01-19T18:34:35.681Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:34:36.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:34:36.052Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T18:34:36.052Z] df20fa9351a1: Pulling fs layer [2021-01-19T18:34:36.052Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T18:34:36.052Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T18:34:36.052Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T18:34:36.052Z] 93b61091891f: Pulling fs layer [2021-01-19T18:34:36.052Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T18:34:36.052Z] 5e14af77c1be: Pulling fs layer [2021-01-19T18:34:36.052Z] 01666e4c0597: Pulling fs layer [2021-01-19T18:34:36.052Z] aa168da1d23b: Pulling fs layer [2021-01-19T18:34:36.052Z] aa168da1d23b: Waiting [2021-01-19T18:34:36.052Z] 5e14af77c1be: Waiting [2021-01-19T18:34:36.052Z] 46f8f816bc3b: Waiting [2021-01-19T18:34:36.052Z] 93b61091891f: Waiting [2021-01-19T18:34:36.052Z] 01666e4c0597: Waiting [2021-01-19T18:34:36.052Z] 93b9cdb0e59b: Waiting [2021-01-19T18:34:36.372Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T18:34:36.372Z] 36b3adc4ff6f: Download complete [2021-01-19T18:34:36.372Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T18:34:36.372Z] 46f8f816bc3b: Download complete [2021-01-19T18:34:36.372Z] df20fa9351a1: Verifying Checksum [2021-01-19T18:34:36.737Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T18:34:36.737Z] 93b9cdb0e59b: Download complete [2021-01-19T18:34:36.737Z] 5e14af77c1be: Verifying Checksum [2021-01-19T18:34:36.737Z] 5e14af77c1be: Download complete [2021-01-19T18:34:36.737Z] 93b61091891f: Verifying Checksum [2021-01-19T18:34:36.737Z] 93b61091891f: Download complete [2021-01-19T18:34:36.737Z] 01666e4c0597: Verifying Checksum [2021-01-19T18:34:36.737Z] 01666e4c0597: Download complete [2021-01-19T18:34:37.833Z] df20fa9351a1: Pull complete [2021-01-19T18:34:37.833Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T18:34:37.834Z] 8ad3a11d3b57: Download complete [2021-01-19T18:34:38.530Z] 36b3adc4ff6f: Pull complete [2021-01-19T18:34:41.510Z] 8ad3a11d3b57: Pull complete [2021-01-19T18:34:41.510Z] 46f8f816bc3b: Pull complete [2021-01-19T18:34:43.550Z] 93b61091891f: Pull complete [2021-01-19T18:34:43.550Z] 93b9cdb0e59b: Pull complete [2021-01-19T18:34:43.550Z] 5e14af77c1be: Pull complete [2021-01-19T18:34:43.927Z] 01666e4c0597: Pull complete [2021-01-19T18:34:46.184Z] aa168da1d23b: Verifying Checksum [2021-01-19T18:34:46.184Z] aa168da1d23b: Download complete [2021-01-19T18:35:03.152Z] aa168da1d23b: Pull complete [2021-01-19T18:35:03.152Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T18:35:03.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:35:03.152Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T18:35:03.545Z] prd-centos7-docker-4c-2g-21260 does not seem to be running inside a container [2021-01-19T18:35:03.678Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T18:35:07.772Z] $ docker top 2c8c208b834632084a4f1004e40442eccf01e4f6acba1af070123290c43ccf59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:35:08.860Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T18:35:09.245Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T18:35:09.942Z] + ls /var/log/sa-host [2021-01-19T18:35:09.942Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T18:35:09.942Z] file_magic: OK [2021-01-19T18:35:09.942Z] HZ: Using current value: 100 [2021-01-19T18:35:09.942Z] file_header: OK [2021-01-19T18:35:09.942Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T18:35:09.942Z] Statistics: [2021-01-19T18:35:09.942Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T18:35:09.942Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T18:35:09.942Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T18:35:09.942Z] file_magic: OK [2021-01-19T18:35:09.942Z] HZ: Using current value: 100 [2021-01-19T18:35:09.942Z] file_header: OK [2021-01-19T18:35:09.942Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T18:35:09.942Z] Statistics: [2021-01-19T18:35:09.942Z] Hnuu...uuuununununu... [2021-01-19T18:35:09.942Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T18:35:10.146Z] provisioning config files... [2021-01-19T18:35:10.170Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config8460488615905734569tmp [Pipeline] { [Pipeline] echo [2021-01-19T18:35:10.257Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:35:10.956Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T18:35:10.997Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T18:35:11.089Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:35:11.466Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T18:35:11.492Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:35:11.870Z] ---> sudo-logs.sh [2021-01-19T18:35:11.870Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T18:35:12.170Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:35:12.843Z] ---> job-cost.sh [2021-01-19T18:35:12.844Z] lf-activate-venv: SKIPPING [2021-01-19T18:35:12.844Z] INFO: No Stack... [2021-01-19T18:35:14.271Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T18:35:14.880Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T18:35:14.905Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:35:15.604Z] ---> logs-deploy.sh [2021-01-19T18:35:15.604Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/13 [2021-01-19T18:35:15.604Z] INFO: archiving workspace using pattern(s): [2021-01-19T18:35:18.270Z] Archives upload complete. [2021-01-19T18:35:18.270Z] INFO: archiving logs to Nexus [2021-01-19T18:35:19.705Z] ---> uname -a: [2021-01-19T18:35:19.705Z] Linux prd-centos7-docker-4c-2g-21260.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-19T18:35:19.705Z] [2021-01-19T18:35:19.705Z] [2021-01-19T18:35:19.705Z] ---> lscpu: [2021-01-19T18:35:19.705Z] Architecture: x86_64 [2021-01-19T18:35:19.705Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T18:35:19.705Z] Byte Order: Little Endian [2021-01-19T18:35:19.705Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T18:35:19.706Z] CPU(s): 4 [2021-01-19T18:35:19.706Z] On-line CPU(s) list: 0-3 [2021-01-19T18:35:19.706Z] Thread(s) per core: 1 [2021-01-19T18:35:19.706Z] Core(s) per socket: 1 [2021-01-19T18:35:19.706Z] Socket(s): 4 [2021-01-19T18:35:19.706Z] NUMA node(s): 1 [2021-01-19T18:35:19.706Z] Vendor ID: GenuineIntel [2021-01-19T18:35:19.706Z] CPU family: 6 [2021-01-19T18:35:19.706Z] Model: 44 [2021-01-19T18:35:19.706Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T18:35:19.706Z] Stepping: 1 [2021-01-19T18:35:19.706Z] CPU MHz: 2933.438 [2021-01-19T18:35:19.706Z] BogoMIPS: 5866.87 [2021-01-19T18:35:19.706Z] Virtualization: VT-x [2021-01-19T18:35:19.706Z] Hypervisor vendor: KVM [2021-01-19T18:35:19.706Z] Virtualization type: full [2021-01-19T18:35:19.706Z] L1d cache: 128 KiB [2021-01-19T18:35:19.706Z] L1i cache: 128 KiB [2021-01-19T18:35:19.706Z] L2 cache: 16 MiB [2021-01-19T18:35:19.706Z] L3 cache: 64 MiB [2021-01-19T18:35:19.706Z] NUMA node0 CPU(s): 0-3 [2021-01-19T18:35:19.706Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T18:35:19.706Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T18:35:19.706Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T18:35:19.706Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T18:35:19.706Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T18:35:19.706Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T18:35:19.706Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T18:35:19.706Z] Vulnerability Srbds: Not affected [2021-01-19T18:35:19.706Z] Vulnerability Tsx async abort: Not affected [2021-01-19T18:35:19.706Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] ---> nproc: [2021-01-19T18:35:19.706Z] 4 [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] ---> df -h: [2021-01-19T18:35:19.706Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T18:35:19.706Z] overlay 50.0G 12.4G 37.5G 25% / [2021-01-19T18:35:19.706Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T18:35:19.706Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T18:35:19.706Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /facter-os [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /etc/resolv.conf [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hostname [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hosts [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/auth.log [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /run/cloud-init/result.json [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/sa-host [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/secure [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/13@tmp [2021-01-19T18:35:19.706Z] /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/13 [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] ---> free -m: [2021-01-19T18:35:19.706Z] total used free shared buff/cache available [2021-01-19T18:35:19.706Z] Mem: 1837 711 231 0 894 1045 [2021-01-19T18:35:19.706Z] Swap: 1023 72 951 [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] ---> ip addr: [2021-01-19T18:35:19.706Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T18:35:19.706Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T18:35:19.706Z] inet 127.0.0.1/8 scope host lo [2021-01-19T18:35:19.706Z] valid_lft forever preferred_lft forever [2021-01-19T18:35:19.706Z] inet6 ::1/128 scope host [2021-01-19T18:35:19.706Z] valid_lft forever preferred_lft forever [2021-01-19T18:35:19.706Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T18:35:19.706Z] link/ether fa:16:3e:3c:5a:e5 brd ff:ff:ff:ff:ff:ff [2021-01-19T18:35:19.706Z] inet 10.30.123.60/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T18:35:19.706Z] valid_lft 85258sec preferred_lft 85258sec [2021-01-19T18:35:19.706Z] inet6 fe80::f816:3eff:fe3c:5ae5/64 scope link [2021-01-19T18:35:19.706Z] valid_lft forever preferred_lft forever [2021-01-19T18:35:19.706Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T18:35:19.706Z] link/ether 02:42:ae:b7:55:7b brd ff:ff:ff:ff:ff:ff [2021-01-19T18:35:19.706Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T18:35:19.706Z] valid_lft forever preferred_lft forever [2021-01-19T18:35:19.706Z] inet6 fe80::42:aeff:feb7:557b/64 scope link [2021-01-19T18:35:19.706Z] valid_lft forever preferred_lft forever [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] ---> sar -b -r -n DEV: [2021-01-19T18:35:19.706Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] 18:16:03 LINUX RESTART (4 CPU) [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] 18:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-19T18:35:19.706Z] 18:18:02 37.95 8.03 29.92 0.00 838.83 6883.83 0.00 [2021-01-19T18:35:19.706Z] 18:19:01 73.07 37.65 35.42 0.00 6963.84 12773.12 0.00 [2021-01-19T18:35:19.706Z] 18:20:01 175.21 71.39 103.82 0.00 4538.73 33705.50 0.00 [2021-01-19T18:35:19.706Z] 18:21:01 198.14 75.32 122.82 0.00 2665.12 17670.88 0.00 [2021-01-19T18:35:19.706Z] 18:22:01 82.35 21.90 60.45 0.00 960.72 8712.34 0.00 [2021-01-19T18:35:19.706Z] 18:23:02 98.43 53.98 44.44 0.00 1915.52 3497.05 0.00 [2021-01-19T18:35:19.706Z] 18:24:01 67.02 27.41 39.61 0.00 1978.01 5436.48 0.00 [2021-01-19T18:35:19.706Z] 18:25:01 129.39 24.01 105.38 0.00 6829.12 48402.06 0.00 [2021-01-19T18:35:19.706Z] 18:26:02 840.67 652.68 188.00 0.00 83967.50 116176.14 0.00 [2021-01-19T18:35:19.706Z] 18:27:02 1808.08 1551.83 256.25 0.00 140303.33 148383.83 0.00 [2021-01-19T18:35:19.706Z] 18:28:01 270.37 153.62 116.75 0.00 15098.36 20808.72 0.00 [2021-01-19T18:35:19.706Z] 18:29:02 930.69 648.81 281.88 0.00 96238.12 118172.45 0.00 [2021-01-19T18:35:19.706Z] 18:30:04 1589.29 1316.49 272.80 0.00 113106.48 121373.23 0.00 [2021-01-19T18:35:19.706Z] 18:31:01 176.91 40.07 136.84 0.00 3932.43 29680.52 0.00 [2021-01-19T18:35:19.706Z] 18:32:01 126.42 21.88 104.54 0.00 3448.05 9267.07 0.00 [2021-01-19T18:35:19.706Z] 18:33:02 5.27 0.08 5.19 0.00 3.99 169.23 0.00 [2021-01-19T18:35:19.706Z] 18:34:01 0.27 0.02 0.25 0.00 0.14 2.51 0.00 [2021-01-19T18:35:19.706Z] 18:35:01 124.55 61.80 62.75 0.00 6193.09 15476.11 0.00 [2021-01-19T18:35:19.706Z] Average: 377.38 267.56 109.82 0.00 27462.72 40130.43 0.00 [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] 18:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-19T18:35:19.706Z] 18:18:02 84452 0 575704 30.60 2620 1218768 1105924 37.74 506512 1092692 11900 [2021-01-19T18:35:19.706Z] 18:19:01 185140 0 662964 35.24 2620 1030820 1746768 59.61 624824 866504 4368 [2021-01-19T18:35:19.706Z] 18:20:01 103052 0 681544 36.22 2196 1094752 1318996 45.02 544340 994392 68400 [2021-01-19T18:35:19.706Z] 18:21:01 241800 0 715080 38.00 1492 923172 1430608 48.82 521924 845892 11512 [2021-01-19T18:35:19.706Z] 18:22:01 74928 0 866000 46.03 936 939680 1804104 61.57 724436 800924 8364 [2021-01-19T18:35:19.706Z] 18:23:02 291844 0 727356 38.66 808 861536 1333812 45.52 560924 744888 86212 [2021-01-19T18:35:19.706Z] 18:24:01 194320 0 756688 40.22 776 929760 1432964 48.90 626784 772856 61004 [2021-01-19T18:35:19.706Z] 18:25:01 53368 0 724300 38.49 340 1103536 1326928 45.29 696096 857932 24928 [2021-01-19T18:35:19.706Z] 18:26:02 508760 0 666156 35.40 0 706628 1402432 47.86 435720 729832 20 [2021-01-19T18:35:19.706Z] 18:27:02 602640 0 747972 39.75 0 530932 3281284 111.98 521260 528268 68 [2021-01-19T18:35:19.706Z] 18:28:01 496356 0 680752 36.18 0 704436 1397080 47.68 439624 702984 8 [2021-01-19T18:35:19.706Z] 18:29:02 108732 0 709056 37.68 0 1063756 1873188 63.93 498248 1066592 86468 [2021-01-19T18:35:19.706Z] 18:30:04 302212 0 920080 48.90 0 659252 2626864 89.65 706240 633596 304 [2021-01-19T18:35:19.706Z] 18:31:01 124992 0 719488 38.24 0 1037064 1768564 60.36 684276 825164 23388 [2021-01-19T18:35:19.706Z] 18:32:01 120864 0 633596 33.67 0 1127084 1252668 42.75 605028 896648 20 [2021-01-19T18:35:19.706Z] 18:33:02 128364 0 626084 33.28 0 1127096 1193616 40.74 600880 896168 12 [2021-01-19T18:35:19.706Z] 18:34:01 129844 0 624592 33.20 0 1127108 1179224 40.24 599992 895988 8 [2021-01-19T18:35:19.706Z] 18:35:01 223192 0 692660 36.81 0 965692 1440616 49.17 557072 805972 86060 [2021-01-19T18:35:19.706Z] Average: 220826 0 707226 37.59 655 952837 1606424 54.82 580788 830961 26280 [2021-01-19T18:35:19.706Z] [2021-01-19T18:35:19.706Z] 18:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-19T18:35:19.706Z] 18:18:02 eth0 655.30 361.52 3276.18 69.53 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:19:01 vethcafef9e 814.60 696.60 79.94 2703.20 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:19:01 eth0 771.39 872.78 3046.02 122.41 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:19:01 docker0 814.60 696.47 68.80 2703.19 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:20:01 eth0 364.74 305.56 3196.54 33.08 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:20:01 vethd9dbde1 70.99 55.27 359.96 3.65 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:20:01 veth763d61b 55.27 70.99 3.65 359.96 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:21:01 eth0 126.48 103.17 495.99 18.21 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:21:01 vethddb24bf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:21:01 docker0 939.09 855.93 77.18 3487.04 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:22:01 eth0 26.28 22.56 14.24 70.67 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:22:01 vethddb24bf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:23:02 eth0 26.42 19.83 20.63 11.46 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:23:02 vethddb24bf 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:23:02 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:24:01 eth0 21.73 16.95 18.15 9.75 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:24:01 vethddb24bf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:25:01 eth0 193.12 144.69 1688.82 81.52 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:25:01 veth8c965f3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:26:02 vethd5a9556 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:26:02 vethefa28a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:26:02 eth0 35.78 23.65 154.30 6.09 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:27:02 veth3cc00e5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:27:02 veth235a122 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:27:02 vethc170f89 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:27:02 eth0 18.35 16.88 8.25 51.80 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:28:01 eth0 36.83 21.58 138.85 7.88 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:28:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:28:01 veth8c965f3 0.00 0.51 0.00 0.03 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:28:01 docker0 974.69 907.69 79.59 3768.94 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:29:02 vetha34a02c 0.07 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:29:02 eth0 55.47 40.99 103.43 17.77 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:29:02 veth8c965f3 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:30:04 vethecb808f 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:30:04 eth0 47.77 32.09 103.12 72.35 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:30:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:30:04 veth559c5f2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:31:01 eth0 146.61 118.50 1337.50 17.79 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:31:01 veth8c965f3 0.00 0.98 0.00 0.05 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:31:01 docker0 1027.70 977.87 83.39 4108.42 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:32:01 eth0 147.03 93.38 435.70 74.77 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.706Z] 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:32:01 docker0 56.33 91.64 3.41 401.89 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:33:02 eth0 0.25 0.23 0.14 0.10 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:34:01 eth0 0.51 0.07 0.05 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:35:01 eth0 222.97 175.96 2170.03 65.56 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] Average: eth0 160.56 131.14 898.07 40.69 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] Average: docker0 57.69 57.02 4.62 240.49 0.00 0.00 0.00 0.00 [2021-01-19T18:35:19.707Z] [2021-01-19T18:35:19.707Z] [2021-01-19T18:35:19.707Z] ---> sar -P ALL: [2021-01-19T18:35:19.707Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T18:35:19.707Z] [2021-01-19T18:35:19.707Z] 18:16:03 LINUX RESTART (4 CPU) [2021-01-19T18:35:19.707Z] [2021-01-19T18:35:19.707Z] 18:17:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T18:35:19.707Z] 18:18:02 all 9.21 0.00 2.46 0.60 19.98 67.75 [2021-01-19T18:35:19.707Z] 18:18:02 0 8.51 0.00 2.86 0.31 22.31 66.01 [2021-01-19T18:35:19.707Z] 18:18:02 1 11.97 0.00 2.36 0.27 21.32 64.07 [2021-01-19T18:35:19.707Z] 18:18:02 2 7.36 0.00 2.47 0.50 19.84 69.82 [2021-01-19T18:35:19.707Z] 18:18:02 3 9.12 0.00 2.15 1.29 16.51 70.93 [2021-01-19T18:35:19.707Z] 18:19:01 all 7.78 0.00 3.92 1.02 16.64 70.63 [2021-01-19T18:35:19.707Z] 18:19:01 0 10.19 0.00 4.46 0.47 19.00 65.88 [2021-01-19T18:35:19.707Z] 18:19:01 1 7.93 0.00 3.41 2.03 17.92 68.72 [2021-01-19T18:35:19.707Z] 18:19:01 2 9.62 0.00 3.88 0.32 15.31 70.87 [2021-01-19T18:35:19.707Z] 18:19:01 3 3.44 0.00 3.95 1.24 14.32 77.05 [2021-01-19T18:35:19.707Z] 18:20:01 all 4.51 0.00 4.03 1.54 15.24 74.66 [2021-01-19T18:35:19.707Z] 18:20:01 0 4.68 0.00 4.46 1.85 16.37 72.64 [2021-01-19T18:35:19.707Z] 18:20:01 1 4.99 0.00 3.88 0.98 15.50 74.64 [2021-01-19T18:35:19.707Z] 18:20:01 2 4.69 0.00 4.10 2.10 14.75 74.34 [2021-01-19T18:35:19.707Z] 18:20:01 3 3.70 0.00 3.70 1.25 14.37 76.99 [2021-01-19T18:35:19.707Z] 18:21:01 all 6.17 0.00 6.32 4.72 22.02 60.77 [2021-01-19T18:35:19.707Z] 18:21:01 0 5.54 0.00 5.45 5.03 23.86 60.13 [2021-01-19T18:35:19.707Z] 18:21:01 1 6.76 0.00 6.78 5.71 22.18 58.58 [2021-01-19T18:35:19.707Z] 18:21:01 2 6.27 0.00 6.19 3.36 20.54 63.64 [2021-01-19T18:35:19.707Z] 18:21:01 3 6.15 0.00 6.90 4.78 21.45 60.72 [2021-01-19T18:35:19.707Z] 18:22:01 all 38.26 0.00 11.74 1.90 29.06 19.04 [2021-01-19T18:35:19.707Z] 18:22:01 0 42.16 0.00 12.72 2.22 28.17 14.73 [2021-01-19T18:35:19.707Z] 18:22:01 1 35.50 0.00 10.85 2.13 31.63 19.89 [2021-01-19T18:35:19.707Z] 18:22:01 2 34.62 0.00 12.10 1.95 28.98 22.35 [2021-01-19T18:35:19.707Z] 18:22:01 3 41.03 0.00 11.33 1.30 27.34 19.00 [2021-01-19T18:35:19.707Z] 18:23:02 all 44.46 0.00 14.14 1.98 20.71 18.71 [2021-01-19T18:35:19.707Z] 18:23:02 0 44.30 0.00 15.49 2.42 20.39 17.39 [2021-01-19T18:35:19.707Z] 18:23:02 1 46.08 0.00 14.18 1.63 20.08 18.03 [2021-01-19T18:35:19.707Z] 18:23:02 2 43.37 0.00 12.91 2.00 21.46 20.27 [2021-01-19T18:35:19.707Z] 18:23:02 3 44.10 0.00 14.02 1.90 20.89 19.10 [2021-01-19T18:35:19.707Z] 18:24:01 all 22.13 0.00 10.55 2.65 26.57 38.10 [2021-01-19T18:35:19.707Z] 18:24:01 0 21.77 0.00 10.68 3.61 26.42 37.51 [2021-01-19T18:35:19.707Z] 18:24:01 1 23.62 0.00 10.49 2.87 25.93 37.08 [2021-01-19T18:35:19.707Z] 18:24:01 2 22.43 0.00 11.66 2.40 26.69 36.82 [2021-01-19T18:35:19.707Z] 18:24:01 3 20.76 0.00 9.39 1.73 27.20 40.91 [2021-01-19T18:35:19.707Z] 18:25:01 all 7.74 0.00 7.43 1.41 26.37 57.05 [2021-01-19T18:35:19.707Z] 18:25:01 0 6.16 0.00 7.12 1.23 28.26 57.23 [2021-01-19T18:35:19.707Z] 18:25:01 1 7.03 0.00 7.48 2.52 26.21 56.75 [2021-01-19T18:35:19.707Z] 18:25:01 2 10.02 0.00 7.04 0.83 25.77 56.35 [2021-01-19T18:35:19.707Z] 18:25:01 3 7.78 0.00 8.10 1.05 25.18 57.88 [2021-01-19T18:35:19.707Z] 18:26:02 all 12.69 0.00 14.19 7.89 34.00 31.23 [2021-01-19T18:35:19.707Z] 18:26:02 0 12.99 0.00 13.86 7.86 34.27 31.03 [2021-01-19T18:35:19.707Z] 18:26:02 1 12.39 0.00 14.18 9.01 33.62 30.81 [2021-01-19T18:35:19.707Z] 18:26:02 2 12.46 0.00 14.55 8.39 33.68 30.92 [2021-01-19T18:35:19.707Z] 18:26:02 3 12.91 0.00 14.17 6.30 34.43 32.18 [2021-01-19T18:35:19.707Z] 18:27:02 all 12.37 0.00 15.45 19.63 29.34 23.21 [2021-01-19T18:35:19.707Z] 18:27:02 0 13.25 0.00 16.21 20.65 29.34 20.55 [2021-01-19T18:35:19.707Z] 18:27:02 1 13.40 0.00 15.54 18.11 29.36 23.59 [2021-01-19T18:35:19.707Z] 18:27:02 2 11.62 0.00 15.29 20.51 29.06 23.53 [2021-01-19T18:35:19.707Z] 18:27:02 3 11.22 0.00 14.78 19.25 29.61 25.14 [2021-01-19T18:35:19.707Z] 18:28:01 all 63.03 0.00 15.90 4.51 11.38 5.18 [2021-01-19T18:35:19.707Z] 18:28:01 0 64.24 0.00 15.41 4.47 10.54 5.35 [2021-01-19T18:35:19.707Z] 18:28:01 1 64.26 0.00 15.89 4.44 10.54 4.87 [2021-01-19T18:35:19.707Z] 18:28:01 2 63.76 0.00 17.15 4.53 10.31 4.26 [2021-01-19T18:35:19.707Z] 18:28:01 3 59.72 0.00 15.13 4.59 14.27 6.29 [2021-01-19T18:35:19.707Z] [2021-01-19T18:35:19.707Z] 18:28:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T18:35:19.707Z] 18:29:02 all 12.89 0.00 15.77 13.76 29.70 27.89 [2021-01-19T18:35:19.707Z] 18:29:02 0 11.91 0.00 15.16 13.15 30.03 29.76 [2021-01-19T18:35:19.707Z] 18:29:02 1 13.11 0.00 14.87 15.63 29.57 26.81 [2021-01-19T18:35:19.707Z] 18:29:02 2 12.86 0.00 15.47 13.59 29.35 28.74 [2021-01-19T18:35:19.707Z] 18:29:02 3 13.71 0.00 17.69 12.59 29.84 26.17 [2021-01-19T18:35:19.707Z] 18:30:04 all 12.44 0.00 14.40 21.13 27.02 25.02 [2021-01-19T18:35:19.707Z] 18:30:04 0 11.69 0.00 13.03 22.28 27.66 25.34 [2021-01-19T18:35:19.707Z] 18:30:04 1 12.23 0.00 14.89 20.12 26.69 26.08 [2021-01-19T18:35:19.707Z] 18:30:04 2 12.23 0.00 14.58 20.40 26.37 26.42 [2021-01-19T18:35:19.707Z] 18:30:04 3 13.63 0.00 15.13 21.70 27.36 22.18 [2021-01-19T18:35:19.707Z] 18:31:01 all 48.84 0.00 13.70 3.47 23.07 10.92 [2021-01-19T18:35:19.707Z] 18:31:01 0 49.00 0.00 14.57 3.21 22.64 10.57 [2021-01-19T18:35:19.707Z] 18:31:01 1 50.23 0.00 13.48 3.29 23.01 9.99 [2021-01-19T18:35:19.707Z] 18:31:01 2 46.91 0.00 13.23 3.49 23.77 12.60 [2021-01-19T18:35:19.707Z] 18:31:01 3 49.25 0.00 13.52 3.88 22.86 10.50 [2021-01-19T18:35:19.707Z] 18:32:01 all 6.60 0.00 5.78 4.03 12.36 71.22 [2021-01-19T18:35:19.707Z] 18:32:01 0 9.53 0.00 6.64 6.45 13.06 64.31 [2021-01-19T18:35:19.707Z] 18:32:01 1 4.19 0.00 5.32 4.30 12.43 73.75 [2021-01-19T18:35:19.707Z] 18:32:01 2 6.56 0.00 5.84 3.34 12.05 72.22 [2021-01-19T18:35:19.707Z] 18:32:01 3 6.19 0.00 5.36 2.08 11.93 74.44 [2021-01-19T18:35:19.707Z] 18:33:02 all 0.11 0.00 0.07 0.00 0.39 99.43 [2021-01-19T18:35:19.707Z] 18:33:02 0 0.02 0.00 0.02 0.00 0.25 99.72 [2021-01-19T18:35:19.707Z] 18:33:02 1 0.38 0.00 0.10 0.00 0.43 99.09 [2021-01-19T18:35:19.707Z] 18:33:02 2 0.02 0.00 0.07 0.02 0.47 99.44 [2021-01-19T18:35:19.707Z] 18:33:02 3 0.02 0.00 0.08 0.00 0.43 99.47 [2021-01-19T18:35:19.707Z] 18:34:01 all 0.12 0.00 0.22 0.00 0.81 98.85 [2021-01-19T18:35:19.707Z] 18:34:01 0 0.03 0.00 0.08 0.00 0.66 99.22 [2021-01-19T18:35:19.707Z] 18:34:01 1 0.39 0.00 0.20 0.00 0.84 98.57 [2021-01-19T18:35:19.707Z] 18:34:01 2 0.05 0.00 0.32 0.00 1.03 98.60 [2021-01-19T18:35:19.707Z] 18:34:01 3 0.02 0.00 0.25 0.00 0.71 99.02 [2021-01-19T18:35:19.707Z] 18:35:01 all 4.00 0.00 3.62 2.56 14.74 75.08 [2021-01-19T18:35:19.707Z] 18:35:01 0 3.84 0.00 3.46 2.32 15.18 75.19 [2021-01-19T18:35:19.707Z] 18:35:01 1 3.91 0.00 3.41 1.48 14.46 76.74 [2021-01-19T18:35:19.707Z] 18:35:01 2 4.12 0.00 4.08 3.79 14.58 73.44 [2021-01-19T18:35:19.707Z] 18:35:01 3 4.12 0.00 3.53 2.66 14.75 74.94 [2021-01-19T18:35:19.707Z] Average: all 16.26 0.00 8.64 5.15 19.90 50.05 [2021-01-19T18:35:19.707Z] Average: 0 16.55 0.00 8.74 5.44 20.47 48.81 [2021-01-19T18:35:19.707Z] Average: 1 16.55 0.00 8.53 5.28 20.05 49.59 [2021-01-19T18:35:19.707Z] Average: 2 16.13 0.00 8.71 5.05 19.58 50.53 [2021-01-19T18:35:19.707Z] Average: 3 15.81 0.00 8.59 4.83 19.51 51.26 [2021-01-19T18:35:19.707Z] [2021-01-19T18:35:19.707Z] [2021-01-19T18:35:19.707Z]