Pull request #3390 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0+ffeef0baf9084ef973288a9a81981f0cc896aaf1 (5925a6505da1d4207078e3b373fb0f7a21b0abb5) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3390/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3390/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1176’ is offline; ‘prd-centos7-docker-4c-2g-1187’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1186’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1194 in /w/workspace/edgexfoundry_edgex-go_PR-3390 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 > 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/3390/head:refs/remotes/origin/PR-3390 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 Merge succeeded, producing e8e4fc9cab9cc112d853042a1389ba1cd817f06d Checking out Revision e8e4fc9cab9cc112d853042a1389ba1cd817f06d (PR-3390) > git config core.sparsecheckout # timeout=10 > git checkout -f 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 # 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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8e4fc9cab9cc112d853042a1389ba1cd817f06d # timeout=10 Commit message: "Merge commit 'ffeef0baf9084ef973288a9a81981f0cc896aaf1' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T15:54:06.341Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T15:54:06.560Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T15:54:06.673Z] ========================================================= [2021-04-20T15:54:06.673Z] EdgeX Global Pipelines Version Info [2021-04-20T15:54:06.673Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:54:08.766Z] ------------------- [2021-04-20T15:54:08.766Z] stable info: [2021-04-20T15:54:08.766Z] ------------------- [2021-04-20T15:54:08.766Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T15:54:08.766Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T15:54:08.766Z] Message: update stable to v1.0.186 [2021-04-20T15:54:09.343Z] ------------------- [2021-04-20T15:54:09.343Z] experimental info: [2021-04-20T15:54:09.343Z] ------------------- [2021-04-20T15:54:09.343Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T15:54:09.343Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T15:54:09.343Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T15:54:09.602Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T15:54:09.655Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T15:54:09.708Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T15:54:09.761Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T15:54:09.816Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T15:54:09.870Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T15:54:09.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T15:54:09.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T15:54:10.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T15:54:10.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T15:54:10.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T15:54:10.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T15:54:10.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T15:54:10.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T15:54:10.373Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:54:10.428Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:54:10.480Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T15:54:10.535Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T15:54:10.590Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T15:54:10.658Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T15:54:10.711Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T15:54:10.767Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T15:54:10.822Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3390 [Pipeline] echo [2021-04-20T15:54:10.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3390 [Pipeline] echo [2021-04-20T15:54:10.928Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3390 [Pipeline] echo [2021-04-20T15:54:10.986Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e8e4fc9cab9cc112d853042a1389ba1cd817f06d [Pipeline] echo [2021-04-20T15:54:11.040Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e8e4fc9 [Pipeline] echo [2021-04-20T15:54:11.094Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:54:11.255Z] provisioning config files... [2021-04-20T15:54:11.296Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8722899596864021898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:54:11.675Z] ---> docker-login.sh [2021-04-20T15:54:11.675Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:54:11.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:54:12.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:54:12.204Z] Configure a credential helper to remove this warning. See [2021-04-20T15:54:12.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:54:12.204Z] [2021-04-20T15:54:12.204Z] Login Succeeded [2021-04-20T15:54:12.204Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:54:12.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:54:12.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:54:12.468Z] Configure a credential helper to remove this warning. See [2021-04-20T15:54:12.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:54:12.468Z] [2021-04-20T15:54:12.468Z] Login Succeeded [2021-04-20T15:54:12.468Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:54:12.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:54:12.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:54:12.468Z] Configure a credential helper to remove this warning. See [2021-04-20T15:54:12.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:54:12.468Z] [2021-04-20T15:54:12.468Z] Login Succeeded [2021-04-20T15:54:12.468Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:54:12.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:54:12.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:54:12.736Z] Configure a credential helper to remove this warning. See [2021-04-20T15:54:12.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:54:12.736Z] [2021-04-20T15:54:12.736Z] Login Succeeded [2021-04-20T15:54:12.736Z] docker.io [2021-04-20T15:54:13.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:54:13.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:54:13.268Z] Configure a credential helper to remove this warning. See [2021-04-20T15:54:13.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:54:13.268Z] [2021-04-20T15:54:13.268Z] Login Succeeded [2021-04-20T15:54:13.268Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:54:13.322Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:54:13.748Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-20T15:54:13.748Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:54:13.748Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T15:54:13.748Z] ++ cut -d/ -f2 [2021-04-20T15:54:13.748Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T15:54:13.748Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:54:13.748Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T15:54:13.748Z] ++ cut -d/ -f2 [2021-04-20T15:54:13.748Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T15:54:13.748Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:54:13.748Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T15:54:13.748Z] ++ cut -d/ -f2 [2021-04-20T15:54:13.748Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T15:54:13.748Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:54:13.748Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T15:54:13.748Z] ++ cut -d/ -f2 [2021-04-20T15:54:13.748Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T15:54:13.748Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:54:13.748Z] ++ cut -d/ -f2 [2021-04-20T15:54:13.748Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T15:54:13.748Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T15:54:13.748Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:54:13.748Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:54:13.748Z] ++ cut -d/ -f2 [2021-04-20T15:54:13.748Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:54:13.748Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:54:13.748Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T15:54:13.748Z] ++ cut -d/ -f2 [2021-04-20T15:54:13.748Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T15:54:13.748Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:54:13.748Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T15:54:13.748Z] ++ cut -d/ -f2 [2021-04-20T15:54:13.748Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T15:54:13.748Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:54:13.748Z] ++ cut -d/ -f2 [2021-04-20T15:54:13.748Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T15:54:13.748Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T15:54:13.855Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:54:14.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:54:14.671Z] [2021-04-20T15:54:14.671Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:54:15.030Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:54:15.030Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T15:54:15.030Z] 31603596830f: Pulling fs layer [2021-04-20T15:54:15.030Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T15:54:15.030Z] 6ca5941a6612: Pulling fs layer [2021-04-20T15:54:15.030Z] ecc8261a40a4: Pulling fs layer [2021-04-20T15:54:15.030Z] ecc8261a40a4: Waiting [2021-04-20T15:54:15.030Z] 2a8b12db71e7: Download complete [2021-04-20T15:54:15.030Z] 31603596830f: Download complete [2021-04-20T15:54:15.299Z] ecc8261a40a4: Verifying Checksum [2021-04-20T15:54:15.299Z] ecc8261a40a4: Download complete [2021-04-20T15:54:15.299Z] 6ca5941a6612: Verifying Checksum [2021-04-20T15:54:15.299Z] 6ca5941a6612: Download complete [2021-04-20T15:54:15.561Z] 31603596830f: Pull complete [2021-04-20T15:54:15.561Z] 2a8b12db71e7: Pull complete [2021-04-20T15:54:16.521Z] 6ca5941a6612: Pull complete [2021-04-20T15:54:16.787Z] ecc8261a40a4: Pull complete [2021-04-20T15:54:17.051Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T15:54:17.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:54:17.052Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T15:54:17.185Z] prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container [2021-04-20T15:54:17.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T15:54:19.841Z] $ docker top 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T15:54:20.085Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:54:20.085Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:54:20.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:54:20.307Z] $ docker exec 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 ssh-agent [2021-04-20T15:54:20.486Z] SSH_AUTH_SOCK=/tmp/ssh-UxSO5EQXzGLP/agent.12 [2021-04-20T15:54:20.486Z] SSH_AGENT_PID=18 [2021-04-20T15:54:20.498Z] Running ssh-add (command line suppressed) [2021-04-20T15:54:20.614Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6132745917864633996.key (/w/workspace/edgex-go/1@tmp/private_key_6132745917864633996.key) [2021-04-20T15:54:20.680Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:54:21.025Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T15:54:21.055Z] $ docker exec --env ******** --env ******** 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 ssh-agent -k [2021-04-20T15:54:21.168Z] unset SSH_AUTH_SOCK; [2021-04-20T15:54:21.169Z] unset SSH_AGENT_PID; [2021-04-20T15:54:21.169Z] echo Agent pid 18 killed; [2021-04-20T15:54:21.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T15:54:21.317Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:54:21.317Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:54:21.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:54:21.477Z] $ docker exec 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 ssh-agent [2021-04-20T15:54:21.660Z] SSH_AUTH_SOCK=/tmp/ssh-kKeV3tLiLr8e/agent.48 [2021-04-20T15:54:21.660Z] SSH_AGENT_PID=54 [2021-04-20T15:54:21.667Z] Running ssh-add (command line suppressed) [2021-04-20T15:54:21.786Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3216138096670240705.key (/w/workspace/edgex-go/1@tmp/private_key_3216138096670240705.key) [2021-04-20T15:54:21.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:54:22.197Z] + git semver init [2021-04-20T15:54:22.197Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T15:54:22.197Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-04-20T15:54:22.197Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-04-20T15:54:22.197Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T15:54:22.197Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T15:54:22.197Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T15:54:22.197Z] # $SEMVER_BRANCH = PR-3390 [2021-04-20T15:54:22.197Z] # $SEMVER_TEMP = /tmp/semver-573597439 [2021-04-20T15:54:22.197Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T15:54:48.848Z] # '/tmp/semver-573597439' -> '/w/workspace/edgex-go/1/.semver' [2021-04-20T15:54:49.808Z] # -> Force: false [2021-04-20T15:54:49.808Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-04-20T15:54:49.825Z] $ docker exec --env ******** --env ******** 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 ssh-agent -k [2021-04-20T15:54:50.099Z] unset SSH_AUTH_SOCK; [2021-04-20T15:54:50.100Z] unset SSH_AGENT_PID; [2021-04-20T15:54:50.100Z] echo Agent pid 54 killed; [2021-04-20T15:54:50.195Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:54:50.677Z] + git semver [Pipeline] } [2021-04-20T15:54:50.705Z] $ docker stop --time=1 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 [2021-04-20T15:54:52.369Z] $ docker rm -f 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:54:52.968Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T15:54:53.528Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T15:54:53.550Z] [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-04-20T15:54:54.454Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:54:54.910Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:54:55.314Z] + true [2021-04-20T15:54:55.314Z] + sudo service docker restart [2021-04-20T15:54:55.314Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T15:54:56.306Z] ========================================================= [2021-04-20T15:54:56.306Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T15:54:56.306Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:54:56.659Z] + 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-04-20T15:55:00.912Z] Sending build context to Docker daemon 329.6MB [2021-04-20T15:55:00.912Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:55:00.912Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:55:00.912Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T15:55:00.912Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T15:55:00.912Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T15:55:00.912Z] de9db76c5a1d: Pulling fs layer [2021-04-20T15:55:00.912Z] bca2f99d35d6: Pulling fs layer [2021-04-20T15:55:00.912Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T15:55:00.912Z] 7c6f9722023f: Pulling fs layer [2021-04-20T15:55:00.912Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T15:55:00.912Z] 93359f2a8cfa: Waiting [2021-04-20T15:55:00.912Z] 7c6f9722023f: Waiting [2021-04-20T15:55:00.912Z] a35cf1a2eb13: Waiting [2021-04-20T15:55:00.912Z] bca2f99d35d6: Waiting [2021-04-20T15:55:00.912Z] de9db76c5a1d: Verifying Checksum [2021-04-20T15:55:00.912Z] de9db76c5a1d: Download complete [2021-04-20T15:55:00.912Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T15:55:00.912Z] 0ef7d3d256c8: Download complete [2021-04-20T15:55:00.912Z] 93359f2a8cfa: Download complete [2021-04-20T15:55:00.912Z] 7c6f9722023f: Verifying Checksum [2021-04-20T15:55:00.912Z] 7c6f9722023f: Download complete [2021-04-20T15:55:00.912Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T15:55:00.912Z] 188c0c94c7c5: Download complete [2021-04-20T15:55:01.195Z] 188c0c94c7c5: Pull complete [2021-04-20T15:55:01.461Z] 0ef7d3d256c8: Pull complete [2021-04-20T15:55:01.461Z] de9db76c5a1d: Pull complete [2021-04-20T15:55:02.883Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T15:55:02.883Z] a35cf1a2eb13: Download complete [2021-04-20T15:55:03.464Z] bca2f99d35d6: Download complete [2021-04-20T15:55:08.940Z] Still waiting to schedule task [2021-04-20T15:55:08.940Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1186’ is offline [2021-04-20T15:55:10.113Z] bca2f99d35d6: Pull complete [2021-04-20T15:55:10.113Z] 93359f2a8cfa: Pull complete [2021-04-20T15:55:10.113Z] 7c6f9722023f: Pull complete [2021-04-20T15:55:15.476Z] a35cf1a2eb13: Pull complete [2021-04-20T15:55:15.476Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T15:55:15.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T15:55:15.476Z] ---> a62c8e92a672 [2021-04-20T15:55:15.476Z] 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-04-20T15:55:15.476Z] ---> Running in ddaa8a44a0d9 [2021-04-20T15:55:15.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:55:17.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:55:18.551Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:55:19.134Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:55:19.134Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:55:19.134Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:55:34.088Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:55:34.088Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:55:34.352Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:55:34.352Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:55:34.617Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:55:34.617Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:55:34.884Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:55:35.147Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:55:35.147Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:55:35.147Z] OK: 233 MiB in 51 packages [2021-04-20T15:55:39.419Z] Removing intermediate container ddaa8a44a0d9 [2021-04-20T15:55:39.419Z] ---> 2a074de50f36 [2021-04-20T15:55:39.419Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:55:39.686Z] ---> Running in 341f8412773c [2021-04-20T15:55:39.686Z] Removing intermediate container 341f8412773c [2021-04-20T15:55:39.686Z] ---> aa97d80db37d [2021-04-20T15:55:39.686Z] Step 5/6 : COPY go.mod . [2021-04-20T15:55:39.950Z] ---> f76dfb75f4e4 [2021-04-20T15:55:39.950Z] Step 6/6 : RUN go mod download [2021-04-20T15:55:40.223Z] ---> Running in 2b561e6d81a2 [2021-04-20T15:56:02.318Z] Removing intermediate container 2b561e6d81a2 [2021-04-20T15:56:02.318Z] ---> 68f51d0a7816 [2021-04-20T15:56:02.318Z] Successfully built 68f51d0a7816 [2021-04-20T15:56:02.318Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:56:02.706Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:56:02.706Z] . [Pipeline] withDockerContainer [2021-04-20T15:56:02.848Z] prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container [2021-04-20T15:56:02.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-20T15:56:03.798Z] $ docker top fdffd8462a6d9f1882fd51346a65e89b4324f9b4b8951d9628be350af1a4e589 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:56:04.370Z] + go version [2021-04-20T15:56:04.370Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T15:56:04.397Z] $ docker stop --time=1 fdffd8462a6d9f1882fd51346a65e89b4324f9b4b8951d9628be350af1a4e589 [2021-04-20T15:56:05.809Z] $ docker rm -f fdffd8462a6d9f1882fd51346a65e89b4324f9b4b8951d9628be350af1a4e589 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:56:06.578Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:56:06.578Z] . [Pipeline] withDockerContainer [2021-04-20T15:56:06.720Z] prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container [2021-04-20T15:56:06.782Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-20T15:56:08.110Z] $ docker top 482ed1551127b18e8f34017597c985e23f951aa63e6dbff760f4638bb7b48a52 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T15:56:08.316Z] ========================================================= [2021-04-20T15:56:08.316Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T15:56:08.316Z] ========================================================= [Pipeline] sh [2021-04-20T15:56:08.644Z] + make test [2021-04-20T15:56:08.644Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T15:56:20.996Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T15:56:39.279Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T15:56:45.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T15:56:45.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T15:56:45.965Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T15:56:48.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T15:56:48.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T15:56:48.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T15:56:48.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T15:56:49.527Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T15:56:50.130Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T15:56:53.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T15:56:53.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T15:56:53.499Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T15:56:56.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 45.9% of statements [2021-04-20T15:56:56.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T15:56:56.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T15:56:56.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T15:56:56.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T15:56:56.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T15:56:56.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T15:56:56.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.062s coverage: 19.8% of statements [2021-04-20T15:56:56.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.111s coverage: 100.0% of statements [2021-04-20T15:56:59.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T15:56:59.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T15:56:59.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T15:56:59.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.130s coverage: 71.3% of statements [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T15:56:59.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T15:57:00.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.199s coverage: 82.9% of statements [2021-04-20T15:57:00.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T15:57:00.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:57:00.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.092s coverage: 78.9% of statements [2021-04-20T15:57:00.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T15:57:04.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.471s coverage: 28.6% of statements [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T15:57:04.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T15:57:04.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T15:57:04.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.208s coverage: 86.7% of statements [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T15:57:04.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.196s coverage: 97.5% of statements [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T15:57:04.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T15:57:04.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T15:57:07.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.490s coverage: 93.0% of statements [2021-04-20T15:57:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T15:57:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:57:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T15:57:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T15:57:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T15:57:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T15:57:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T15:57:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T15:57:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T15:57:07.112Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T15:57:07.112Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.9% of statements [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T15:57:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T15:57:07.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2021-04-20T15:57:07.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements [2021-04-20T15:57:07.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-04-20T15:57:07.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-04-20T15:57:07.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-04-20T15:57:19.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements [2021-04-20T15:57:19.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-04-20T15:57:22.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.253s coverage: 81.9% of statements [2021-04-20T15:57:22.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.109s coverage: 87.2% of statements [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.098s coverage: 84.6% of statements [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.140s coverage: 91.6% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.287s coverage: 64.4% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.648s coverage: 69.0% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 38.4% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.166s coverage: 47.0% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T15:57:32.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.089s coverage: 9.6% of statements [2021-04-20T15:57:32.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T15:57:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.201s coverage: 88.6% of statements [2021-04-20T15:57:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T15:57:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:57:32.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T15:57:35.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.266s coverage: 28.7% of statements [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T15:57:35.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T15:57:35.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T15:57:35.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.110s coverage: 64.6% of statements [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T15:57:35.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.207s coverage: 95.6% of statements [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T15:57:35.986Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T15:57:35.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T15:57:35.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T15:57:35.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T15:57:35.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-04-20T15:57:36.587Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements [2021-04-20T15:57:36.587Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-04-20T15:57:37.177Z] GO111MODULE=on go vet ./... [2021-04-20T15:58:16.202Z] gofmt -l . [2021-04-20T15:58:16.202Z] [ "`gofmt -l .`" = "" ] [2021-04-20T15:58:16.202Z] ./bin/test-go-mod-tidy.sh [2021-04-20T15:58:16.794Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T15:58:18.117Z] + ls -al . [2021-04-20T15:58:18.404Z] total 812 [2021-04-20T15:58:18.404Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 15:58 . [2021-04-20T15:58:18.404Z] drwxr-xr-x 4 root root 28 Apr 20 15:56 .. [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 15:54 .dockerignore [2021-04-20T15:58:18.404Z] drwxrwxr-x 8 1001 1001 179 Apr 20 15:54 .git [2021-04-20T15:58:18.404Z] drwxrwxr-x 3 1001 1001 125 Apr 20 15:54 .github [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 15:54 .gitignore [2021-04-20T15:58:18.404Z] drwx------ 3 1001 1001 60 Apr 20 15:54 .semver [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 15:54 .sonarcloud.properties [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:54 Attribution.txt [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:54 CONTRIBUTING.md [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 15:54 Dockerfile.build [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 15:54 Jenkinsfile [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:54 LICENSE [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:54 Makefile [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:54 README.md [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:54 SECURITY.md [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 15:54 VERSION [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:54 ZMQWindows.md [2021-04-20T15:58:18.404Z] drwxrwxr-x 2 1001 1001 117 Apr 20 15:54 bin [2021-04-20T15:58:18.404Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 15:54 cmd [2021-04-20T15:58:18.404Z] -rw-r--r-- 1 root root 703598 Apr 20 15:57 coverage.out [2021-04-20T15:58:18.404Z] -rw-r--r-- 1 root root 1058 Apr 20 15:58 go.mod [2021-04-20T15:58:18.404Z] -rw-r--r-- 1 root root 22187 Apr 20 15:58 go.sum [2021-04-20T15:58:18.404Z] drwxrwxr-x 8 1001 1001 127 Apr 20 15:54 internal [2021-04-20T15:58:18.404Z] drwxrwxr-x 4 1001 1001 26 Apr 20 15:54 openapi [2021-04-20T15:58:18.404Z] drwxrwxr-x 4 1001 1001 71 Apr 20 15:54 snap [2021-04-20T15:58:18.404Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 15:54 version.go [Pipeline] sh [2021-04-20T15:58:18.744Z] + '[' -e coverage.out ] [2021-04-20T15:58:18.744Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T15:58:19.120Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T15:58:19.474Z] + make build [2021-04-20T15:58:19.474Z] 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-04-20T15:58:19.889Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1200 in /w/workspace/edgexfoundry_edgex-go_PR-3390 [Pipeline] { [Pipeline] ws [2021-04-20T15:58:19.946Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-20T15:58:23.778Z] 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-04-20T15:58:25.425Z] using credential edgex-jenkins-ssh [2021-04-20T15:58:25.447Z] Cloning the remote Git repository [2021-04-20T15:58:25.486Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:58:25.599Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-20T15:58:25.679Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:58:25.680Z] > git --version # timeout=10 [2021-04-20T15:58:25.696Z] > git --version # 'git version 2.17.1' [2021-04-20T15:58:25.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:58:25.748Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:58:33.990Z] 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-04-20T15:58:35.942Z] 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-04-20T15:58:37.882Z] 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-04-20T15:58:38.150Z] 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-04-20T15:58:40.120Z] 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-04-20T15:58:41.874Z] Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 [2021-04-20T15:58:41.062Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:58:41.092Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:58:41.116Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:58:41.149Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:58:41.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:58:41.162Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3390/head:refs/remotes/origin/PR-3390 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T15:58:41.884Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:58:41.897Z] > git checkout -f 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 # timeout=10 [2021-04-20T15:58:42.210Z] > git remote # timeout=10 [2021-04-20T15:58:42.231Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T15:58:42.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:58:42.263Z] > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 [2021-04-20T15:58:42.524Z] Merge succeeded, producing 67af6cb1b841e579a792ef87e02a28d7c0ff1fe1 [2021-04-20T15:58:42.537Z] Checking out Revision 67af6cb1b841e579a792ef87e02a28d7c0ff1fe1 (PR-3390) [2021-04-20T15:58:42.715Z] 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-04-20T15:58:42.504Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T15:58:42.537Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:58:42.546Z] > git checkout -f 67af6cb1b841e579a792ef87e02a28d7c0ff1fe1 # timeout=10 [2021-04-20T15:58:44.668Z] 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-04-20T15:58:46.088Z] 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-04-20T15:58:46.871Z] Commit message: "Merge commit 'ffeef0baf9084ef973288a9a81981f0cc896aaf1' into HEAD" [2021-04-20T15:58:46.871Z] First time build. Skipping changelog. [2021-04-20T15:58:46.921Z] > git --version # timeout=10 [2021-04-20T15:58:46.940Z] > git --version # 'git version 2.17.1' [2021-04-20T15:58:46.950Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T15:58:48.069Z] 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-04-20T15:58:48.601Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:58:49.023Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:58:49.383Z] + true [2021-04-20T15:58:49.383Z] + sudo service docker restart [2021-04-20T15:58:49.527Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:58:51.483Z] provisioning config files... [2021-04-20T15:58:51.526Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2465460061429388838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:58:51.946Z] ---> docker-login.sh [2021-04-20T15:58:51.946Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:58:52.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-04-20T15:58:52.960Z] $ docker stop --time=1 482ed1551127b18e8f34017597c985e23f951aa63e6dbff760f4638bb7b48a52 [2021-04-20T15:58:53.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:58:53.155Z] Configure a credential helper to remove this warning. See [2021-04-20T15:58:53.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:58:53.155Z] [2021-04-20T15:58:53.155Z] Login Succeeded [2021-04-20T15:58:53.155Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:58:53.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:58:53.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:58:53.754Z] Configure a credential helper to remove this warning. See [2021-04-20T15:58:53.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:58:53.754Z] [2021-04-20T15:58:53.754Z] Login Succeeded [2021-04-20T15:58:53.754Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:58:54.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:58:54.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:58:54.350Z] Configure a credential helper to remove this warning. See [2021-04-20T15:58:54.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:58:54.350Z] [2021-04-20T15:58:54.350Z] Login Succeeded [2021-04-20T15:58:54.350Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:58:54.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:58:54.792Z] $ docker rm -f 482ed1551127b18e8f34017597c985e23f951aa63e6dbff760f4638bb7b48a52 [2021-04-20T15:58:54.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:58:54.904Z] Configure a credential helper to remove this warning. See [2021-04-20T15:58:54.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:58:54.904Z] [2021-04-20T15:58:54.904Z] Login Succeeded [2021-04-20T15:58:54.904Z] docker.io [2021-04-20T15:58:55.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:58:55.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:58:55.459Z] Configure a credential helper to remove this warning. See [2021-04-20T15:58:55.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:58:55.459Z] [2021-04-20T15:58:55.459Z] Login Succeeded [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [2021-04-20T15:58:55.732Z] ---> docker-login.sh ends [Pipeline] { [Pipeline] } [2021-04-20T15:58:55.797Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-04-20T15:58:56.950Z] ========================================================= [2021-04-20T15:58:56.950Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T15:58:56.950Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:58:57.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:58:57.034Z] [2021-04-20T15:58:57.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:58:57.338Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-20T15:58:57.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:58:57.496Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T15:58:57.496Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T15:58:57.496Z] ca9280d653b3: Pulling fs layer [2021-04-20T15:58:57.496Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T15:58:57.765Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-20T15:58:57.765Z] cbdbe7a5bc2a: Download complete [2021-04-20T15:58:58.345Z] cbdbe7a5bc2a: Pull complete [2021-04-20T15:58:58.611Z] ca9280d653b3: Verifying Checksum [2021-04-20T15:58:58.611Z] ca9280d653b3: Download complete [2021-04-20T15:58:59.980Z] Sending build context to Docker daemon 167.4MB [2021-04-20T15:58:59.980Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:58:59.980Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:58:59.980Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T15:58:59.980Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T15:58:59.980Z] a4357932f1b6: Pulling fs layer [2021-04-20T15:58:59.980Z] 18c013af1878: Pulling fs layer [2021-04-20T15:58:59.980Z] 00ac8860ef70: Pulling fs layer [2021-04-20T15:58:59.980Z] 63d7cb157983: Pulling fs layer [2021-04-20T15:58:59.980Z] b116817d02f9: Pulling fs layer [2021-04-20T15:58:59.980Z] 745a02a5169b: Pulling fs layer [2021-04-20T15:58:59.980Z] b116817d02f9: Waiting [2021-04-20T15:58:59.980Z] 00ac8860ef70: Waiting [2021-04-20T15:58:59.980Z] 63d7cb157983: Waiting [2021-04-20T15:58:59.980Z] 745a02a5169b: Waiting [2021-04-20T15:58:59.980Z] a4357932f1b6: Verifying Checksum [2021-04-20T15:58:59.980Z] a4357932f1b6: Download complete [2021-04-20T15:58:59.980Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T15:58:59.980Z] 5f621e34cdf4: Download complete [2021-04-20T15:58:59.980Z] 63d7cb157983: Verifying Checksum [2021-04-20T15:58:59.980Z] 63d7cb157983: Download complete [2021-04-20T15:58:59.980Z] b116817d02f9: Verifying Checksum [2021-04-20T15:58:59.980Z] b116817d02f9: Download complete [2021-04-20T15:59:00.015Z] ca9280d653b3: Pull complete [2021-04-20T15:59:00.577Z] 5f621e34cdf4: Pull complete [2021-04-20T15:59:00.590Z] 7e9c9ca2126c: Download complete [2021-04-20T15:59:00.851Z] 18c013af1878: Download complete [2021-04-20T15:59:01.130Z] a4357932f1b6: Pull complete [2021-04-20T15:59:01.406Z] 18c013af1878: Pull complete [2021-04-20T15:59:03.388Z] 745a02a5169b: Verifying Checksum [2021-04-20T15:59:03.388Z] 745a02a5169b: Download complete [2021-04-20T15:59:03.666Z] 00ac8860ef70: Verifying Checksum [2021-04-20T15:59:03.666Z] 00ac8860ef70: Download complete [2021-04-20T15:59:08.832Z] 7e9c9ca2126c: Pull complete [2021-04-20T15:59:08.832Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T15:59:08.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:59:08.832Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T15:59:09.032Z] prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container [2021-04-20T15:59:09.274Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T15:59:10.873Z] $ docker top 326fd7ebd385685604f612a42c3c657f06e8fa0e05192496c3a426c3ffb3717c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:59:11.499Z] + docker-compose build --help [2021-04-20T15:59:11.499Z] + grep parallel [2021-04-20T15:59:12.903Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T15:59:12.943Z] $ docker stop --time=1 326fd7ebd385685604f612a42c3c657f06e8fa0e05192496c3a426c3ffb3717c [2021-04-20T15:59:13.835Z] 00ac8860ef70: Pull complete [2021-04-20T15:59:13.836Z] 63d7cb157983: Pull complete [2021-04-20T15:59:14.109Z] b116817d02f9: Pull complete [2021-04-20T15:59:14.416Z] $ docker rm -f 326fd7ebd385685604f612a42c3c657f06e8fa0e05192496c3a426c3ffb3717c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:59:15.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:59:15.124Z] . [Pipeline] withDockerContainer [2021-04-20T15:59:15.292Z] prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container [2021-04-20T15:59:15.347Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T15:59:17.091Z] $ docker top 61b40c19e724b940720c8b66501e2f72a8f11d9bcb3db2511b8b22aeeffefc15 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:59:17.675Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T15:59:18.434Z] 745a02a5169b: Pull complete [2021-04-20T15:59:18.434Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T15:59:18.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T15:59:18.434Z] ---> b7e6874047d6 [2021-04-20T15:59:18.434Z] 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-04-20T15:59:19.075Z] Building docker-core-command-go ... [2021-04-20T15:59:19.075Z] Building docker-core-data-go ... [2021-04-20T15:59:19.075Z] Building docker-core-metadata-go ... [2021-04-20T15:59:19.075Z] Building docker-security-bootstrapper-go ... [2021-04-20T15:59:19.075Z] Building docker-security-proxy-setup-go ... [2021-04-20T15:59:19.075Z] Building docker-security-secretstore-setup-go ... [2021-04-20T15:59:19.075Z] Building docker-support-notifications-go ... [2021-04-20T15:59:19.075Z] Building docker-support-scheduler-go ... [2021-04-20T15:59:19.075Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T15:59:19.075Z] Building docker-support-scheduler-go [2021-04-20T15:59:19.075Z] Building docker-security-bootstrapper-go [2021-04-20T15:59:19.075Z] Building docker-core-data-go [2021-04-20T15:59:19.075Z] Building docker-core-metadata-go [2021-04-20T15:59:19.075Z] Building docker-security-secretstore-setup-go [2021-04-20T15:59:21.818Z] ---> Running in accd815e2bc5 [2021-04-20T15:59:23.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:59:23.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:59:24.450Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:59:24.723Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:59:24.723Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:59:24.993Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:59:37.362Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:59:37.362Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:59:37.362Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:59:37.362Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:59:37.362Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:59:37.362Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:59:37.362Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:59:37.362Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:59:37.362Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:59:37.362Z] OK: 217 MiB in 51 packages [2021-04-20T15:59:40.751Z] Removing intermediate container accd815e2bc5 [2021-04-20T15:59:40.751Z] ---> 142777c4952b [2021-04-20T15:59:40.751Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:59:40.751Z] ---> Running in f6b69a0f0f3c [2021-04-20T15:59:41.026Z] Removing intermediate container f6b69a0f0f3c [2021-04-20T15:59:41.026Z] ---> 3ed3b34b74b1 [2021-04-20T15:59:41.026Z] Step 5/6 : COPY go.mod . [2021-04-20T15:59:41.625Z] ---> d37261d7527d [2021-04-20T15:59:41.625Z] Step 6/6 : RUN go mod download [2021-04-20T15:59:41.897Z] ---> Running in 91fd89f4be7e [2021-04-20T16:00:05.971Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:05.971Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:05.971Z] ---> 68f51d0a7816 [2021-04-20T16:00:05.971Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:00:05.971Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:05.971Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:05.971Z] ---> 68f51d0a7816 [2021-04-20T16:00:05.971Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:00:05.971Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:05.971Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:05.971Z] ---> 68f51d0a7816 [2021-04-20T16:00:05.971Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T16:00:05.971Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:05.971Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:05.971Z] ---> 68f51d0a7816 [2021-04-20T16:00:05.971Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T16:00:05.971Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:05.971Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:05.971Z] ---> 68f51d0a7816 [2021-04-20T16:00:05.971Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:00:05.971Z] ---> Running in 38271ea5f840 [2021-04-20T16:00:05.971Z] ---> Running in 57a958430819 [2021-04-20T16:00:05.971Z] ---> Running in 3873b3194b9e [2021-04-20T16:00:05.971Z] ---> Running in e604d1dd246c [2021-04-20T16:00:05.971Z] ---> Running in 82ec04434040 [2021-04-20T16:00:05.971Z] Removing intermediate container 38271ea5f840 [2021-04-20T16:00:05.971Z] ---> 04f2c3066c9f [2021-04-20T16:00:05.971Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:05.971Z] Removing intermediate container 82ec04434040 [2021-04-20T16:00:05.971Z] ---> 7f1b7e8c2740 [2021-04-20T16:00:05.971Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:05.971Z] Removing intermediate container 3873b3194b9e [2021-04-20T16:00:05.971Z] ---> 19534426311e [2021-04-20T16:00:05.972Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:05.972Z] Removing intermediate container 57a958430819 [2021-04-20T16:00:05.972Z] ---> 05fdf7e9cd89 [2021-04-20T16:00:05.972Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:05.972Z] Removing intermediate container e604d1dd246c [2021-04-20T16:00:05.972Z] ---> 5ca80f0dd80d [2021-04-20T16:00:05.972Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:05.972Z] ---> Running in e4353124ea90 [2021-04-20T16:00:05.972Z] ---> Running in 9f7cc45d9701 [2021-04-20T16:00:05.972Z] ---> Running in 7d500ab79c98 [2021-04-20T16:00:05.972Z] ---> Running in 28c0a9c31840 [2021-04-20T16:00:05.972Z] ---> Running in 7fd9011306e9 [2021-04-20T16:00:05.972Z] Removing intermediate container e4353124ea90 [2021-04-20T16:00:05.972Z] ---> 41bf8554281e [2021-04-20T16:00:05.972Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T16:00:05.972Z] Removing intermediate container 9f7cc45d9701 [2021-04-20T16:00:05.972Z] ---> de4da8770639 [2021-04-20T16:00:05.972Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T16:00:05.972Z] ---> Running in 0425d2b3d14b [2021-04-20T16:00:05.972Z] Removing intermediate container 28c0a9c31840 [2021-04-20T16:00:05.972Z] ---> 7932cf1ab479 [2021-04-20T16:00:05.972Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T16:00:05.972Z] ---> Running in 90f54866a5db [2021-04-20T16:00:05.972Z] Removing intermediate container 7d500ab79c98 [2021-04-20T16:00:05.972Z] ---> f29ebc67e225 [2021-04-20T16:00:05.972Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T16:00:05.972Z] Removing intermediate container 7fd9011306e9 [2021-04-20T16:00:05.972Z] ---> 3624467b838d [2021-04-20T16:00:05.972Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:00:05.972Z] ---> Running in 5b5fdaf49eca [2021-04-20T16:00:05.972Z] ---> Running in a60aec36da45 [2021-04-20T16:00:05.972Z] ---> Running in 545910c229c5 [2021-04-20T16:00:05.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:05.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:05.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:05.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:05.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:05.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:05.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:06.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:06.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:06.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:06.245Z] OK: 233 MiB in 51 packages [2021-04-20T16:00:06.517Z] OK: 233 MiB in 51 packages [2021-04-20T16:00:06.782Z] OK: 233 MiB in 51 packages [2021-04-20T16:00:06.782Z] OK: 233 MiB in 51 packages [2021-04-20T16:00:06.782Z] OK: 233 MiB in 51 packages [2021-04-20T16:00:07.045Z] Removing intermediate container 0425d2b3d14b [2021-04-20T16:00:07.045Z] ---> b74774684921 [2021-04-20T16:00:07.045Z] Step 6/22 : COPY go.mod . [2021-04-20T16:00:07.312Z] Removing intermediate container 90f54866a5db [2021-04-20T16:00:07.312Z] ---> d1f7b362f609 [2021-04-20T16:00:07.312Z] Step 6/23 : COPY go.mod . [2021-04-20T16:00:07.576Z] ---> 297367d9c150 [2021-04-20T16:00:07.576Z] Step 7/22 : RUN go mod download [2021-04-20T16:00:07.846Z] ---> 3eadd42c3124 [2021-04-20T16:00:07.846Z] Step 7/23 : RUN go mod download [2021-04-20T16:00:07.846Z] Removing intermediate container 5b5fdaf49eca [2021-04-20T16:00:07.846Z] ---> c152b2d5df72 [2021-04-20T16:00:07.846Z] Step 6/24 : COPY go.mod . [2021-04-20T16:00:07.846Z] Removing intermediate container a60aec36da45 [2021-04-20T16:00:07.846Z] ---> 783d5973b2a5 [2021-04-20T16:00:07.846Z] Step 6/31 : COPY go.mod . [2021-04-20T16:00:07.846Z] ---> Running in a3f28d1cf4c1 [2021-04-20T16:00:08.113Z] ---> Running in 76cf90ec9105 [2021-04-20T16:00:08.113Z] Removing intermediate container 545910c229c5 [2021-04-20T16:00:08.113Z] ---> f307b3cf795c [2021-04-20T16:00:08.113Z] Step 6/23 : COPY go.mod . [2021-04-20T16:00:08.379Z] ---> fc24ae4d7dbc [2021-04-20T16:00:08.379Z] Step 7/24 : RUN go mod download [2021-04-20T16:00:08.379Z] ---> 270bd6d02cbd [2021-04-20T16:00:08.379Z] Step 7/31 : RUN go mod download [2021-04-20T16:00:08.656Z] ---> a658a55bb8dd [2021-04-20T16:00:08.656Z] Step 7/23 : RUN go mod download [2021-04-20T16:00:08.656Z] ---> Running in 95ca59de7438 [2021-04-20T16:00:08.656Z] ---> Running in 537c4c1c8262 [2021-04-20T16:00:08.656Z] ---> Running in c5ed29b12da7 [2021-04-20T16:00:08.699Z] Removing intermediate container 91fd89f4be7e [2021-04-20T16:00:08.699Z] ---> 5284b403ce06 [2021-04-20T16:00:08.699Z] Successfully built 5284b403ce06 [2021-04-20T16:00:08.972Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:00:09.350Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T16:00:09.350Z] . [Pipeline] withDockerContainer [2021-04-20T16:00:09.654Z] prd-ubuntu18.04-docker-arm64-4c-16g-1200 does not seem to be running inside a container [2021-04-20T16:00:09.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-04-20T16:00:11.279Z] Removing intermediate container 95ca59de7438 [2021-04-20T16:00:11.279Z] ---> 44e4bc08df05 [2021-04-20T16:00:11.279Z] Step 8/31 : COPY . . [2021-04-20T16:00:11.279Z] Removing intermediate container a3f28d1cf4c1 [2021-04-20T16:00:11.279Z] ---> 6395f8bba391 [2021-04-20T16:00:11.279Z] Step 8/22 : COPY . . [2021-04-20T16:00:11.279Z] Removing intermediate container 76cf90ec9105 [2021-04-20T16:00:11.279Z] ---> 458ba1cfcc1a [2021-04-20T16:00:11.279Z] Step 8/23 : COPY . . [2021-04-20T16:00:11.375Z] $ docker top 159c5a67584e222a00f9207ac8d8847fc6faf463234a8c1748f9c4de6320997a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:00:12.442Z] + go version [2021-04-20T16:00:12.442Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T16:00:12.475Z] $ docker stop --time=1 159c5a67584e222a00f9207ac8d8847fc6faf463234a8c1748f9c4de6320997a [2021-04-20T16:00:13.235Z] Removing intermediate container c5ed29b12da7 [2021-04-20T16:00:13.235Z] ---> 2fa87a5944b4 [2021-04-20T16:00:13.235Z] Step 8/23 : COPY . . [2021-04-20T16:00:14.395Z] $ docker rm -f 159c5a67584e222a00f9207ac8d8847fc6faf463234a8c1748f9c4de6320997a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:00:15.358Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T16:00:15.358Z] . [Pipeline] withDockerContainer [2021-04-20T16:00:15.608Z] prd-ubuntu18.04-docker-arm64-4c-16g-1200 does not seem to be running inside a container [2021-04-20T16:00:15.686Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-04-20T16:00:17.050Z] $ docker top 1aaa481fad752aeff4a914b2fcd504ae7bb65649cde52e70c7e5c3dec9aa42f8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T16:00:17.399Z] ========================================================= [2021-04-20T16:00:17.399Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T16:00:17.399Z] ========================================================= [Pipeline] sh [2021-04-20T16:00:18.060Z] + make test [2021-04-20T16:00:18.060Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T16:00:18.619Z] Removing intermediate container 537c4c1c8262 [2021-04-20T16:00:18.619Z] ---> 2210b8d193aa [2021-04-20T16:00:18.619Z] Step 8/24 : COPY . . [2021-04-20T16:00:40.339Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T16:00:58.004Z] ---> 971ba383bbe8 [2021-04-20T16:00:58.004Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T16:00:58.004Z] ---> 8bd2646c1e2a [2021-04-20T16:00:58.004Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T16:00:58.004Z] ---> Running in d5cb433ae1e4 [2021-04-20T16:00:58.004Z] ---> Running in fc5dee733eb9 [2021-04-20T16:00:58.004Z] ---> 03e3a11634b4 [2021-04-20T16:00:58.004Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T16:00:58.004Z] ---> a353a96d1e6b [2021-04-20T16:00:58.004Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T16:00:58.004Z] ---> 4f6d9756834d [2021-04-20T16:00:58.004Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T16:00:58.004Z] ---> Running in 5c47784454c4 [2021-04-20T16:00:58.004Z] ---> Running in 662709ef0bcf [2021-04-20T16:00:58.004Z] ---> Running in 02aa2ae8c220 [2021-04-20T16:00:58.004Z] 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-04-20T16:00:58.004Z] 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-04-20T16:00:58.004Z] 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-04-20T16:00:58.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T16:00:58.004Z] 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-04-20T16:01:36.929Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T16:01:37.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T16:01:45.207Z] 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-04-20T16:01:45.894Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T16:01:45.894Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T16:01:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T16:01:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T16:01:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T16:01:48.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T16:01:52.230Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T16:01:53.216Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T16:01:53.622Z] Removing intermediate container fc5dee733eb9 [2021-04-20T16:01:53.623Z] ---> 4b243706de04 [2021-04-20T16:01:53.623Z] [2021-04-20T16:01:53.623Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T16:01:53.623Z] 3.12: Pulling from library/alpine [2021-04-20T16:01:54.666Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T16:01:54.666Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T16:01:54.666Z] ---> 13621d1b12d4 [2021-04-20T16:01:54.666Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T16:01:58.343Z] ---> Running in 1b1b4c4ddc6b [2021-04-20T16:01:59.371Z] Removing intermediate container 662709ef0bcf [2021-04-20T16:01:59.372Z] ---> 2dbd03346463 [2021-04-20T16:01:59.372Z] [2021-04-20T16:01:59.372Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T16:01:59.372Z] ---> 13621d1b12d4 [2021-04-20T16:01:59.372Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T16:01:59.982Z] Removing intermediate container 1b1b4c4ddc6b [2021-04-20T16:01:59.982Z] ---> 961d9f4332f9 [2021-04-20T16:01:59.982Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T16:01:59.982Z] ---> Running in ce0f307e45c7 [2021-04-20T16:01:59.982Z] ---> Running in 2f41068b2a06 [2021-04-20T16:02:00.250Z] Removing intermediate container d5cb433ae1e4 [2021-04-20T16:02:00.250Z] ---> 4fa7e8238d8a [2021-04-20T16:02:00.250Z] [2021-04-20T16:02:00.250Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:02:00.250Z] ---> 13621d1b12d4 [2021-04-20T16:02:00.250Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:02:00.539Z] ---> Running in 6b9fc0427450 [2021-04-20T16:02:01.523Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T16:02:01.523Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T16:02:01.523Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T16:02:01.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:01.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:01.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:01.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:01.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:01.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:01.847Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T16:02:01.847Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:02:01.847Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T16:02:01.847Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T16:02:01.847Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:02:01.847Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T16:02:01.847Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:02:01.847Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:02:01.847Z] OK: 7 MiB in 20 packages [2021-04-20T16:02:01.847Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T16:02:02.138Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:02:02.139Z] OK: 6 MiB in 15 packages [2021-04-20T16:02:02.139Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:02:02.139Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T16:02:02.139Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:02:02.139Z] OK: 6 MiB in 16 packages [2021-04-20T16:02:06.428Z] Removing intermediate container 02aa2ae8c220 [2021-04-20T16:02:06.428Z] ---> e6146706c67f [2021-04-20T16:02:06.428Z] [2021-04-20T16:02:06.428Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:02:06.428Z] ---> 13621d1b12d4 [2021-04-20T16:02:06.428Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:02:07.439Z] Removing intermediate container 5c47784454c4 [2021-04-20T16:02:07.439Z] ---> 93b9c068f9a3 [2021-04-20T16:02:07.439Z] [2021-04-20T16:02:07.439Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:02:07.439Z] ---> 13621d1b12d4 [2021-04-20T16:02:07.439Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T16:02:07.439Z] ---> Running in 859e6ef5cce2 [2021-04-20T16:02:07.439Z] Removing intermediate container ce0f307e45c7 [2021-04-20T16:02:07.439Z] ---> 91c05bde9b32 [2021-04-20T16:02:07.439Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:02:07.439Z] ---> Running in d2b6cfe035ab [2021-04-20T16:02:07.439Z] Removing intermediate container 2f41068b2a06 [2021-04-20T16:02:07.439Z] ---> a18d6d77b91c [2021-04-20T16:02:07.439Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T16:02:07.439Z] Removing intermediate container 6b9fc0427450 [2021-04-20T16:02:07.439Z] ---> 70916a004a6f [2021-04-20T16:02:07.439Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:02:07.729Z] ---> Running in 0f60d4cda0a8 [2021-04-20T16:02:07.729Z] ---> Running in 77fc28e3b3ab [2021-04-20T16:02:07.729Z] ---> Running in 594468c73627 [2021-04-20T16:02:08.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.344s coverage: 45.9% of statements [2021-04-20T16:02:08.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T16:02:08.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T16:02:08.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T16:02:08.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T16:02:08.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T16:02:08.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T16:02:08.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 19.8% of statements [2021-04-20T16:02:08.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements [2021-04-20T16:02:08.339Z] Removing intermediate container d2b6cfe035ab [2021-04-20T16:02:08.339Z] ---> 6146bd6c9d82 [2021-04-20T16:02:08.339Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T16:02:08.339Z] Removing intermediate container 77fc28e3b3ab [2021-04-20T16:02:08.339Z] ---> aafab1bb5382 [2021-04-20T16:02:08.339Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T16:02:08.339Z] Removing intermediate container 0f60d4cda0a8 [2021-04-20T16:02:08.339Z] ---> 5e1c377dba47 [2021-04-20T16:02:08.339Z] Step 13/24 : WORKDIR / [2021-04-20T16:02:08.339Z] ---> Running in 01278d374ccf [2021-04-20T16:02:08.339Z] ---> Running in 2b6d474a9ed8 [2021-04-20T16:02:08.339Z] ---> Running in 87390afcb7b2 [2021-04-20T16:02:08.606Z] Removing intermediate container 594468c73627 [2021-04-20T16:02:08.607Z] ---> 24f3a0019c83 [2021-04-20T16:02:08.607Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T16:02:08.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:08.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:08.607Z] ---> Running in a70004e9542e [2021-04-20T16:02:08.889Z] Removing intermediate container 01278d374ccf [2021-04-20T16:02:08.889Z] ---> 845ea60853ae [2021-04-20T16:02:08.889Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T16:02:08.889Z] Removing intermediate container 2b6d474a9ed8 [2021-04-20T16:02:08.889Z] ---> ba9f70ea027e [2021-04-20T16:02:08.889Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T16:02:08.889Z] Removing intermediate container 87390afcb7b2 [2021-04-20T16:02:08.889Z] ---> d6ae578405c4 [2021-04-20T16:02:08.889Z] 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-04-20T16:02:08.889Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T16:02:08.889Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:02:08.889Z] OK: 6 MiB in 15 packages [2021-04-20T16:02:09.163Z] ---> Running in 93f762d721c5 [2021-04-20T16:02:09.163Z] ---> Running in b317082801e3 [2021-04-20T16:02:09.433Z] Removing intermediate container a70004e9542e [2021-04-20T16:02:09.433Z] ---> 190f9d9b8945 [2021-04-20T16:02:09.433Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:02:10.049Z] ---> Running in 4eafaecbeb95 [2021-04-20T16:02:10.049Z] Removing intermediate container 93f762d721c5 [2021-04-20T16:02:10.049Z] ---> 08f7ac1db471 [2021-04-20T16:02:10.049Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:02:10.393Z] ---> 6fdd4be67c2f [2021-04-20T16:02:10.393Z] 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-04-20T16:02:10.393Z] ---> Running in bde99e0b0b76 [2021-04-20T16:02:10.675Z] Removing intermediate container 4eafaecbeb95 [2021-04-20T16:02:10.675Z] ---> 85989a48ad07 [2021-04-20T16:02:10.675Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:02:10.960Z] Removing intermediate container 859e6ef5cce2 [2021-04-20T16:02:10.960Z] ---> 4524fe79dc3b [2021-04-20T16:02:10.960Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:02:11.261Z] ---> cdbca484a020 [2021-04-20T16:02:11.261Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T16:02:11.261Z] ---> Running in 967d9e5f9609 [2021-04-20T16:02:11.539Z] ---> 32830da9f52d [2021-04-20T16:02:11.539Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T16:02:11.539Z] Removing intermediate container 967d9e5f9609 [2021-04-20T16:02:11.539Z] ---> 17bd0b91c230 [2021-04-20T16:02:11.539Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T16:02:11.816Z] ---> 42cc8274672f [2021-04-20T16:02:11.816Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T16:02:11.816Z] ---> Running in 108082397f5e [2021-04-20T16:02:12.087Z] Removing intermediate container b317082801e3 [2021-04-20T16:02:12.087Z] ---> 84408fd1a8c7 [2021-04-20T16:02:12.087Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T16:02:12.360Z] ---> Running in 0c98fe5d6ce9 [2021-04-20T16:02:12.360Z] Removing intermediate container 108082397f5e [2021-04-20T16:02:12.360Z] ---> b39b569c788c [2021-04-20T16:02:12.360Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:02:12.360Z] ---> Running in 4418fbfc09da [2021-04-20T16:02:12.360Z] ---> dc8a775d7da1 [2021-04-20T16:02:12.360Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T16:02:12.360Z] ---> 24ee29880ba8 [2021-04-20T16:02:12.360Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T16:02:12.873Z] Removing intermediate container bde99e0b0b76 [2021-04-20T16:02:12.873Z] ---> 3dfd24055536 [2021-04-20T16:02:12.873Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T16:02:12.873Z] ---> Running in b2bb17501e74 [2021-04-20T16:02:12.873Z] Removing intermediate container 0c98fe5d6ce9 [2021-04-20T16:02:12.873Z] ---> d06b1f479a77 [2021-04-20T16:02:12.873Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T16:02:14.009Z] Removing intermediate container 4418fbfc09da [2021-04-20T16:02:14.009Z] ---> a5a08a900d21 [2021-04-20T16:02:14.009Z] Step 15/23 : WORKDIR / [2021-04-20T16:02:14.009Z] ---> f8212f82dd76 [2021-04-20T16:02:14.009Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T16:02:14.009Z] ---> fb77d3b8f31a [2021-04-20T16:02:14.009Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T16:02:14.009Z] ---> 6e9f750f4852 [2021-04-20T16:02:14.009Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T16:02:14.009Z] ---> Running in faee6e8d9515 [2021-04-20T16:02:14.009Z] ---> Running in ee25969bbbae [2021-04-20T16:02:14.009Z] ---> Running in 9ef212cf6f4e [2021-04-20T16:02:14.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:14.386Z] ---> 699be8575b26 [2021-04-20T16:02:14.386Z] 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-04-20T16:02:14.386Z] Removing intermediate container faee6e8d9515 [2021-04-20T16:02:14.386Z] ---> d01f04f80bb1 [2021-04-20T16:02:14.386Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:02:14.671Z] Removing intermediate container ee25969bbbae [2021-04-20T16:02:14.671Z] ---> b82e6562ee20 [2021-04-20T16:02:14.671Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:02:14.671Z] ---> Running in a279e59bea04 [2021-04-20T16:02:14.671Z] ---> Running in ae2bcf68f821 [2021-04-20T16:02:15.264Z] Removing intermediate container ae2bcf68f821 [2021-04-20T16:02:15.264Z] ---> 950e90dcf8b5 [2021-04-20T16:02:15.264Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T16:02:15.264Z] ---> c5eaa85806ed [2021-04-20T16:02:15.264Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T16:02:15.264Z] ---> Running in c07dedde2486 [2021-04-20T16:02:15.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:15.797Z] Removing intermediate container c07dedde2486 [2021-04-20T16:02:15.797Z] ---> 0faaea7e76ea [2021-04-20T16:02:15.797Z] Step 21/22 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:02:16.395Z] ---> Running in 6b05fc4c27d3 [2021-04-20T16:02:16.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.558s coverage: 27.1% of statements [2021-04-20T16:02:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T16:02:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T16:02:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T16:02:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T16:02:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T16:02:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T16:02:16.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.199s coverage: 100.0% of statements [2021-04-20T16:02:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T16:02:16.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.213s coverage: 100.0% of statements [2021-04-20T16:02:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T16:02:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T16:02:16.675Z] Removing intermediate container 9ef212cf6f4e [2021-04-20T16:02:16.675Z] ---> 159f1406e32e [2021-04-20T16:02:16.675Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:02:16.675Z] ---> dd8df0c192ce [2021-04-20T16:02:16.675Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T16:02:16.950Z] Removing intermediate container 6b05fc4c27d3 [2021-04-20T16:02:16.950Z] ---> 9573b7622d4f [2021-04-20T16:02:16.950Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:02:16.950Z] ---> Running in 6815d1f5630d [2021-04-20T16:02:16.950Z] Removing intermediate container a279e59bea04 [2021-04-20T16:02:16.950Z] ---> 3bd27b2860a1 [2021-04-20T16:02:16.950Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T16:02:16.950Z] ---> f4ec9a279958 [2021-04-20T16:02:16.950Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T16:02:16.950Z] ---> dc0cd8a2d662 [2021-04-20T16:02:16.950Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T16:02:17.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.280s coverage: 71.3% of statements [2021-04-20T16:02:17.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T16:02:17.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T16:02:17.219Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:02:17.219Z] ---> Running in fe7bfb0a4f46 [2021-04-20T16:02:17.219Z] ---> Running in 563290e0350c [2021-04-20T16:02:17.219Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T16:02:17.219Z] Removing intermediate container 6815d1f5630d [2021-04-20T16:02:17.219Z] ---> 5e6f4a88ed6a [2021-04-20T16:02:17.219Z] [2021-04-20T16:02:17.219Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T16:02:17.485Z] Removing intermediate container 563290e0350c [2021-04-20T16:02:17.485Z] ---> 558a60b6ebf0 [2021-04-20T16:02:17.485Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T16:02:17.485Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T16:02:17.759Z] Removing intermediate container fe7bfb0a4f46 [2021-04-20T16:02:17.759Z] ---> cb1d5e7d5a94 [2021-04-20T16:02:17.759Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:02:17.759Z] Successfully built 5e6f4a88ed6a [2021-04-20T16:02:17.759Z] ---> Running in 150db6d23e5b [2021-04-20T16:02:17.759Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T16:02:17.759Z] Building docker-support-notifications-go [2021-04-20T16:02:17.759Z] ---> Running in 532736b84b18 [2021-04-20T16:02:18.023Z]  Building docker-support-scheduler-go ... done  ---> 77de6a284100 [2021-04-20T16:02:18.023Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T16:02:18.023Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T16:02:18.296Z] Removing intermediate container 150db6d23e5b [2021-04-20T16:02:18.296Z] ---> 3cdc5774fe95 [2021-04-20T16:02:18.296Z] Step 23/24 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:02:18.296Z] Removing intermediate container 532736b84b18 [2021-04-20T16:02:18.296Z] ---> d77b414ac4a3 [2021-04-20T16:02:18.296Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:02:18.296Z] ---> Running in b21a521d2545 [2021-04-20T16:02:18.296Z] ---> Running in 4d2132f8c998 [2021-04-20T16:02:18.296Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T16:02:18.567Z] ---> 457b88ca205a [2021-04-20T16:02:18.567Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T16:02:18.567Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:02:18.567Z] OK: 8 MiB in 20 packages [2021-04-20T16:02:18.831Z] Removing intermediate container 4d2132f8c998 [2021-04-20T16:02:18.831Z] ---> a6d49ae64d28 [2021-04-20T16:02:18.831Z] Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:02:18.831Z] Removing intermediate container b21a521d2545 [2021-04-20T16:02:18.831Z] ---> 2d948dda3f23 [2021-04-20T16:02:18.831Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T16:02:19.101Z] ---> Running in 70ca43607961 [2021-04-20T16:02:19.101Z] ---> Running in 6d455b994b5e [2021-04-20T16:02:19.369Z] ---> 57aea8f5a265 [2021-04-20T16:02:19.369Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T16:02:19.369Z] Removing intermediate container 70ca43607961 [2021-04-20T16:02:19.369Z] ---> 4e281669e0fa [2021-04-20T16:02:19.369Z] [2021-04-20T16:02:19.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.699s coverage: 82.9% of statements [2021-04-20T16:02:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T16:02:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:02:19.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements [2021-04-20T16:02:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T16:02:19.954Z] Successfully built 4e281669e0fa [2021-04-20T16:02:19.954Z] Removing intermediate container 6d455b994b5e [2021-04-20T16:02:19.954Z] ---> 9dc6f7dd3af3 [2021-04-20T16:02:19.954Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:02:19.954Z] Removing intermediate container b2bb17501e74 [2021-04-20T16:02:19.954Z] ---> 0553d7593c6e [2021-04-20T16:02:19.954Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:02:19.954Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T16:02:19.954Z] Building docker-sys-mgmt-agent-go [2021-04-20T16:02:19.954Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3076a3563733 [2021-04-20T16:02:19.954Z] ---> 7cc277912fc2 [2021-04-20T16:02:19.954Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T16:02:21.892Z] ---> Running in 05983ee377df [2021-04-20T16:02:21.892Z] Removing intermediate container 3076a3563733 [2021-04-20T16:02:21.892Z] ---> 83935cd18a28 [2021-04-20T16:02:21.892Z] [2021-04-20T16:02:22.867Z] ---> 7510785bb32c [2021-04-20T16:02:22.867Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T16:02:23.826Z] Successfully built 83935cd18a28 [2021-04-20T16:02:24.120Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T16:02:24.120Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-04-20T16:02:24.120Z] Removing intermediate container 05983ee377df [2021-04-20T16:02:24.120Z] ---> b02edcba423b [2021-04-20T16:02:24.120Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T16:02:26.747Z] ---> 6c83affd56d2 [2021-04-20T16:02:26.747Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T16:02:27.349Z] ---> 3507718e7cfa [2021-04-20T16:02:27.349Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T16:02:27.964Z] ---> Running in 469b5b1261c2 [2021-04-20T16:02:28.546Z] ---> a4aff7e3159f [2021-04-20T16:02:28.546Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T16:02:29.145Z] ---> Running in d602845cf347 [2021-04-20T16:02:29.415Z] Removing intermediate container d602845cf347 [2021-04-20T16:02:29.415Z] ---> 0b814500173c [2021-04-20T16:02:29.415Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:02:29.681Z] ---> Running in 9565e8ebab47 [2021-04-20T16:02:29.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.185s coverage: 28.6% of statements [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T16:02:29.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T16:02:29.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T16:02:29.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.406s coverage: 86.7% of statements [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T16:02:29.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.429s coverage: 97.5% of statements [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T16:02:29.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.231s coverage: 78.3% of statements [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T16:02:29.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T16:02:31.665Z] Removing intermediate container 9565e8ebab47 [2021-04-20T16:02:31.665Z] ---> a5073c814ea7 [2021-04-20T16:02:31.665Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:02:33.131Z] ---> Running in 6c25358e73f0 [2021-04-20T16:02:35.143Z] Removing intermediate container 6c25358e73f0 [2021-04-20T16:02:35.144Z] ---> d86259b400a0 [2021-04-20T16:02:35.144Z] Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:02:35.144Z] Removing intermediate container 469b5b1261c2 [2021-04-20T16:02:35.144Z] ---> be2623f57b22 [2021-04-20T16:02:35.144Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T16:02:35.418Z] ---> Running in 2b04a7ca01cd [2021-04-20T16:02:36.409Z] ---> Running in 0e7f97bb599a [2021-04-20T16:02:37.860Z] Removing intermediate container 2b04a7ca01cd [2021-04-20T16:02:37.860Z] ---> ce73f60d4718 [2021-04-20T16:02:37.860Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:02:38.513Z] ---> Running in a2f934c084c3 [2021-04-20T16:02:38.513Z] Removing intermediate container 0e7f97bb599a [2021-04-20T16:02:38.513Z] ---> c0976160811c [2021-04-20T16:02:38.513Z] Step 28/31 : CMD ["gate"] [2021-04-20T16:02:39.534Z] ---> Running in 8e2e4d31f159 [2021-04-20T16:02:39.534Z] Removing intermediate container a2f934c084c3 [2021-04-20T16:02:39.534Z] ---> d7dcb338ed31 [2021-04-20T16:02:39.534Z] [2021-04-20T16:02:40.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.199s coverage: 93.0% of statements [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T16:02:40.219Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.140s coverage: 58.8% of statements [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T16:02:40.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T16:02:40.220Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.9% of statements [2021-04-20T16:02:40.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T16:02:40.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T16:02:40.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T16:02:40.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.148s coverage: 47.1% of statements [2021-04-20T16:02:40.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.157s coverage: 79.5% of statements [2021-04-20T16:02:40.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.175s coverage: 94.1% of statements [2021-04-20T16:02:40.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.186s coverage: 96.3% of statements [2021-04-20T16:02:40.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.161s coverage: 87.5% of statements [2021-04-20T16:02:40.524Z] Successfully built d7dcb338ed31 [2021-04-20T16:02:40.789Z] Removing intermediate container 8e2e4d31f159 [2021-04-20T16:02:40.789Z] ---> 4537fe115006 [2021-04-20T16:02:40.789Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T16:02:40.789Z] Successfully tagged docker-core-data-go:latest [2021-04-20T16:02:40.789Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-04-20T16:02:42.206Z] ---> Running in becd69a0b259 [2021-04-20T16:02:43.672Z] Removing intermediate container becd69a0b259 [2021-04-20T16:02:43.672Z] ---> 1ff67971f27d [2021-04-20T16:02:43.672Z] Step 30/31 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:02:45.164Z] ---> Running in fd718062755e [2021-04-20T16:02:47.114Z] Removing intermediate container fd718062755e [2021-04-20T16:02:47.114Z] ---> f13d5a8a5e62 [2021-04-20T16:02:47.114Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T16:02:47.114Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:02:47.114Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:02:47.114Z] ---> 68f51d0a7816 [2021-04-20T16:02:47.114Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:02:47.114Z] ---> Using cache [2021-04-20T16:02:47.114Z] ---> 5ca80f0dd80d [2021-04-20T16:02:47.114Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:02:47.114Z] ---> Using cache [2021-04-20T16:02:47.114Z] ---> 3624467b838d [2021-04-20T16:02:47.114Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T16:02:47.710Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:02:47.710Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:02:47.710Z] ---> 68f51d0a7816 [2021-04-20T16:02:47.710Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:02:47.710Z] ---> Using cache [2021-04-20T16:02:47.710Z] ---> 5ca80f0dd80d [2021-04-20T16:02:47.710Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:02:47.710Z] ---> Using cache [2021-04-20T16:02:47.710Z] ---> 3624467b838d [2021-04-20T16:02:47.710Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T16:02:49.114Z] ---> Running in 892add3ff311 [2021-04-20T16:02:49.114Z] ---> Running in 643bbf0d3ff5 [2021-04-20T16:02:49.114Z] ---> Running in a0edf8e9af2d [2021-04-20T16:02:50.106Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:02:50.106Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:02:50.106Z] ---> 68f51d0a7816 [2021-04-20T16:02:50.106Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T16:02:50.106Z] ---> Using cache [2021-04-20T16:02:50.106Z] ---> 5ca80f0dd80d [2021-04-20T16:02:50.106Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:02:50.106Z] ---> Using cache [2021-04-20T16:02:50.106Z] ---> 3624467b838d [2021-04-20T16:02:50.106Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T16:02:50.106Z] ---> Using cache [2021-04-20T16:02:50.106Z] ---> f307b3cf795c [2021-04-20T16:02:50.106Z] Step 6/21 : COPY go.mod . [2021-04-20T16:02:50.106Z] ---> Using cache [2021-04-20T16:02:50.106Z] ---> a658a55bb8dd [2021-04-20T16:02:50.106Z] Step 7/21 : RUN go mod download [2021-04-20T16:02:50.106Z] ---> Using cache [2021-04-20T16:02:50.106Z] ---> 2fa87a5944b4 [2021-04-20T16:02:50.106Z] Step 8/21 : COPY . . [2021-04-20T16:02:50.106Z] ---> Using cache [2021-04-20T16:02:50.106Z] ---> a353a96d1e6b [2021-04-20T16:02:50.106Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T16:02:51.545Z] ---> Running in c67474ff3737 [2021-04-20T16:02:51.812Z] Removing intermediate container a0edf8e9af2d [2021-04-20T16:02:51.812Z] ---> 1ba19c712ed7 [2021-04-20T16:02:51.812Z] [2021-04-20T16:02:52.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.150s coverage: 94.4% of statements [2021-04-20T16:02:52.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements [2021-04-20T16:02:53.221Z] Successfully built 1ba19c712ed7 [2021-04-20T16:02:53.221Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T16:02:53.221Z]  Building docker-security-bootstrapper-go ... done 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-04-20T16:02:53.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:53.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:53.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:53.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:54.440Z] OK: 233 MiB in 51 packages [2021-04-20T16:02:54.440Z] OK: 233 MiB in 51 packages [2021-04-20T16:02:57.080Z] Removing intermediate container 892add3ff311 [2021-04-20T16:02:57.080Z] ---> dcd63362cd4b [2021-04-20T16:02:57.080Z] Step 6/22 : COPY go.mod . [2021-04-20T16:02:57.080Z] Removing intermediate container 643bbf0d3ff5 [2021-04-20T16:02:57.080Z] ---> 4497937c0af5 [2021-04-20T16:02:57.080Z] Step 6/23 : COPY go.mod . [2021-04-20T16:02:58.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.495s coverage: 81.9% of statements [2021-04-20T16:02:58.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T16:02:58.083Z] ---> 675c16958a74 [2021-04-20T16:02:58.083Z] Step 7/22 : RUN go mod download [2021-04-20T16:02:58.083Z] ---> 5a04086e34ef [2021-04-20T16:02:58.083Z] Step 7/23 : RUN go mod download [2021-04-20T16:02:58.083Z] ---> Running in 320b5a3fafd3 [2021-04-20T16:02:58.366Z] ---> Running in de48d9cf3192 [2021-04-20T16:03:02.706Z] Removing intermediate container de48d9cf3192 [2021-04-20T16:03:02.706Z] ---> ed8c946e6644 [2021-04-20T16:03:02.706Z] Step 8/23 : COPY . . [2021-04-20T16:03:02.706Z] Removing intermediate container 320b5a3fafd3 [2021-04-20T16:03:02.706Z] ---> 654a8187a0e2 [2021-04-20T16:03:02.706Z] Step 8/22 : COPY . . [2021-04-20T16:03:06.158Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:03:06.158Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:03:06.158Z] ---> 68f51d0a7816 [2021-04-20T16:03:06.158Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:03:06.158Z] ---> Using cache [2021-04-20T16:03:06.158Z] ---> 5ca80f0dd80d [2021-04-20T16:03:06.158Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:03:06.158Z] ---> Using cache [2021-04-20T16:03:06.158Z] ---> 3624467b838d [2021-04-20T16:03:06.158Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:03:06.158Z] ---> Using cache [2021-04-20T16:03:06.158Z] ---> f307b3cf795c [2021-04-20T16:03:06.158Z] Step 6/23 : COPY go.mod . [2021-04-20T16:03:06.158Z] ---> Using cache [2021-04-20T16:03:06.158Z] ---> a658a55bb8dd [2021-04-20T16:03:06.158Z] Step 7/23 : RUN go mod download [2021-04-20T16:03:06.158Z] ---> Using cache [2021-04-20T16:03:06.158Z] ---> 2fa87a5944b4 [2021-04-20T16:03:06.158Z] Step 8/23 : COPY . . [2021-04-20T16:03:06.158Z] ---> Using cache [2021-04-20T16:03:06.158Z] ---> a353a96d1e6b [2021-04-20T16:03:06.158Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T16:03:08.130Z] ---> Running in 070a23785224 [2021-04-20T16:03:08.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.216s coverage: 92.9% of statements [2021-04-20T16:03:08.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T16:03:08.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.134s coverage: 100.0% of statements [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.8% of statements [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.182s coverage: 87.2% of statements [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.202s coverage: 84.6% of statements [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.260s coverage: 91.6% of statements [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.680s coverage: 64.4% of statements [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T16:03:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-04-20T16:03:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-04-20T16:03:08.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements [2021-04-20T16:03:09.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-04-20T16:03:11.906Z] 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-04-20T16:03:13.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.064s coverage: 69.0% of statements [2021-04-20T16:03:13.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T16:03:13.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T16:03:13.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T16:03:15.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.510s coverage: 38.4% of statements [2021-04-20T16:03:15.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T16:03:15.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T16:03:15.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements [2021-04-20T16:03:15.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T16:03:15.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements [2021-04-20T16:03:18.628Z] 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-04-20T16:03:21.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.520s coverage: 47.0% of statements [2021-04-20T16:03:21.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T16:03:21.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T16:03:21.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T16:03:21.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T16:03:21.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T16:03:21.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.156s coverage: 100.0% of statements [2021-04-20T16:03:21.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T16:03:21.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-04-20T16:03:21.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T16:03:21.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T16:03:21.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.140s coverage: 9.6% of statements [2021-04-20T16:03:21.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T16:03:23.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.532s coverage: 88.6% of statements [2021-04-20T16:03:23.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T16:03:23.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:03:23.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T16:03:32.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.712s coverage: 28.7% of statements [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T16:03:32.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.264s coverage: 99.0% of statements [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T16:03:32.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.176s coverage: 100.0% of statements [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T16:03:32.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.174s coverage: 64.6% of statements [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T16:03:32.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.397s coverage: 95.6% of statements [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:03:32.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T16:03:32.250Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-04-20T16:03:32.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T16:03:32.250Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-04-20T16:03:32.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T16:03:32.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T16:03:32.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T16:03:32.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T16:03:32.250Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-04-20T16:03:32.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T16:03:32.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T16:03:32.250Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2021-04-20T16:03:34.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.114s coverage: 28.1% of statements [2021-04-20T16:03:34.823Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-04-20T16:03:35.799Z] GO111MODULE=on go vet ./... [2021-04-20T16:03:37.034Z] Removing intermediate container c67474ff3737 [2021-04-20T16:03:37.035Z] ---> 0ae1d55bec72 [2021-04-20T16:03:37.035Z] [2021-04-20T16:03:37.035Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T16:03:37.035Z] ---> 13621d1b12d4 [2021-04-20T16:03:37.035Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T16:03:37.999Z] ---> Running in bdccd32ce82c [2021-04-20T16:03:38.270Z] ---> aeac7613fe8c [2021-04-20T16:03:38.270Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T16:03:38.270Z] ---> 130882b81c33 [2021-04-20T16:03:38.270Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T16:03:38.538Z] ---> Running in 3b8968179e32 [2021-04-20T16:03:38.538Z] ---> Running in 858706af0566 [2021-04-20T16:03:38.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:38.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:39.379Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T16:03:39.379Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:03:39.379Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T16:03:39.659Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T16:03:39.659Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:03:39.659Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:03:39.659Z] OK: 7 MiB in 18 packages [2021-04-20T16:03:39.659Z] 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-04-20T16:03:39.659Z] 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-04-20T16:03:40.641Z] Removing intermediate container bdccd32ce82c [2021-04-20T16:03:40.641Z] ---> 6306f61ca41e [2021-04-20T16:03:40.641Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:03:42.608Z] ---> Running in ac812b2835a2 [2021-04-20T16:03:43.214Z] Removing intermediate container ac812b2835a2 [2021-04-20T16:03:43.214Z] ---> 3c9445ab2c53 [2021-04-20T16:03:43.214Z] Step 13/21 : WORKDIR /edgex [2021-04-20T16:03:43.214Z] Removing intermediate container 070a23785224 [2021-04-20T16:03:43.214Z] ---> 4a8a5604f847 [2021-04-20T16:03:43.214Z] [2021-04-20T16:03:43.214Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:03:43.214Z] ---> 13621d1b12d4 [2021-04-20T16:03:43.214Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:03:43.214Z] ---> Using cache [2021-04-20T16:03:43.214Z] ---> 4524fe79dc3b [2021-04-20T16:03:43.214Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:03:43.214Z] ---> Using cache [2021-04-20T16:03:43.214Z] ---> 17bd0b91c230 [2021-04-20T16:03:43.214Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T16:03:43.490Z] ---> Running in 497eca69f118 [2021-04-20T16:03:43.490Z] ---> Running in 8b14adc30c4f [2021-04-20T16:03:43.870Z] Removing intermediate container 8b14adc30c4f [2021-04-20T16:03:43.870Z] ---> b8d01f4ad777 [2021-04-20T16:03:43.870Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:03:43.870Z] Removing intermediate container 497eca69f118 [2021-04-20T16:03:43.870Z] ---> e5f5428e485a [2021-04-20T16:03:43.870Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T16:03:43.870Z] ---> Running in 584186d7ae3f [2021-04-20T16:03:44.424Z] Removing intermediate container 584186d7ae3f [2021-04-20T16:03:44.424Z] ---> 86c79ca0fc0b [2021-04-20T16:03:44.424Z] Step 15/23 : WORKDIR / [2021-04-20T16:03:44.892Z] ---> 53b03e7c7354 [2021-04-20T16:03:44.892Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T16:03:45.248Z] ---> Running in 4b7008ad83df [2021-04-20T16:03:45.622Z] ---> 10cefd7aad68 [2021-04-20T16:03:45.622Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T16:03:45.622Z] Removing intermediate container 4b7008ad83df [2021-04-20T16:03:45.622Z] ---> d0498bdc5d2e [2021-04-20T16:03:45.622Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:03:47.782Z] ---> b369dcb5382e [2021-04-20T16:03:47.782Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T16:03:47.782Z] ---> e222955db9c4 [2021-04-20T16:03:47.782Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T16:03:47.797Z] ---> Running in c55ac581e46e [2021-04-20T16:03:48.409Z] Removing intermediate container c55ac581e46e [2021-04-20T16:03:48.409Z] ---> e6c89992faa1 [2021-04-20T16:03:48.409Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T16:03:48.721Z] ---> Running in f29b24edd0a2 [2021-04-20T16:03:49.006Z] ---> db3764db9258 [2021-04-20T16:03:49.006Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T16:03:49.285Z] Removing intermediate container f29b24edd0a2 [2021-04-20T16:03:49.285Z] ---> 7451714b2228 [2021-04-20T16:03:49.285Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T16:03:49.560Z] ---> Running in 4fd4a6497cca [2021-04-20T16:03:49.860Z] ---> 543ad84cf8be [2021-04-20T16:03:49.860Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T16:03:49.860Z] ---> Running in 95d1f54c4b8b [2021-04-20T16:03:49.860Z] Removing intermediate container 4fd4a6497cca [2021-04-20T16:03:49.860Z] ---> 783b40afb932 [2021-04-20T16:03:49.860Z] Step 20/21 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:03:50.138Z] ---> Running in 09b1d53544ee [2021-04-20T16:03:50.419Z] Removing intermediate container 95d1f54c4b8b [2021-04-20T16:03:50.419Z] ---> 6beb28efb1d2 [2021-04-20T16:03:50.419Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:03:50.419Z] ---> Running in 9578dbc10005 [2021-04-20T16:03:50.715Z] Removing intermediate container 09b1d53544ee [2021-04-20T16:03:50.715Z] ---> 4d59b39d1e53 [2021-04-20T16:03:50.715Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T16:03:50.715Z] ---> Running in abebb6d41292 [2021-04-20T16:03:51.703Z] Removing intermediate container 9578dbc10005 [2021-04-20T16:03:51.703Z] ---> b84ca679f217 [2021-04-20T16:03:51.703Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:03:51.703Z] Removing intermediate container abebb6d41292 [2021-04-20T16:03:51.703Z] ---> 138dfe62691e [2021-04-20T16:03:51.703Z] [2021-04-20T16:03:51.703Z] ---> Running in 6e9ad74437f7 [2021-04-20T16:03:51.979Z] Successfully built 138dfe62691e [2021-04-20T16:03:51.979Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T16:03:51.979Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6e9ad74437f7 [2021-04-20T16:03:51.979Z] ---> e868e30cb968 [2021-04-20T16:03:51.979Z] Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:03:52.262Z] ---> Running in 8fb51db9dd48 [2021-04-20T16:03:52.862Z] Removing intermediate container 8fb51db9dd48 [2021-04-20T16:03:52.863Z] ---> 995415fd98fa [2021-04-20T16:03:52.863Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:03:52.863Z] ---> Running in 160f5c728047 [2021-04-20T16:03:53.137Z] Removing intermediate container 160f5c728047 [2021-04-20T16:03:53.137Z] ---> 50359e68edc9 [2021-04-20T16:03:53.137Z] [2021-04-20T16:03:53.417Z] Successfully built 50359e68edc9 [2021-04-20T16:03:53.417Z] Successfully tagged docker-core-command-go:latest [2021-04-20T16:04:08.489Z]  Building docker-core-command-go ... done Removing intermediate container 858706af0566 [2021-04-20T16:04:08.489Z] ---> 941c7cbae0ff [2021-04-20T16:04:08.489Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T16:04:08.489Z] ---> Running in 0d6e8fbb7059 [2021-04-20T16:04:08.489Z] Removing intermediate container 3b8968179e32 [2021-04-20T16:04:08.489Z] ---> 3bf70177f277 [2021-04-20T16:04:08.489Z] [2021-04-20T16:04:08.489Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:04:08.489Z] ---> 13621d1b12d4 [2021-04-20T16:04:08.489Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T16:04:08.489Z] ---> Running in 70f0702b06eb [2021-04-20T16:04:08.489Z] 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-04-20T16:04:08.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:04:08.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:04:08.760Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T16:04:08.760Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:04:08.760Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:04:08.760Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:04:08.760Z] OK: 6 MiB in 16 packages [2021-04-20T16:04:10.174Z] Removing intermediate container 70f0702b06eb [2021-04-20T16:04:10.174Z] ---> 87b672391cb6 [2021-04-20T16:04:10.174Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:04:10.174Z] ---> Running in e4fdc24e679e [2021-04-20T16:04:10.174Z] Removing intermediate container 0d6e8fbb7059 [2021-04-20T16:04:10.174Z] ---> 73b86739744a [2021-04-20T16:04:10.174Z] [2021-04-20T16:04:10.174Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T16:04:10.174Z] 20.10.0: Pulling from library/docker [2021-04-20T16:04:10.440Z] Removing intermediate container e4fdc24e679e [2021-04-20T16:04:10.440Z] ---> acab4c9ceed1 [2021-04-20T16:04:10.440Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T16:04:10.440Z] ---> Running in c54dd479b0f5 [2021-04-20T16:04:10.704Z] Removing intermediate container c54dd479b0f5 [2021-04-20T16:04:10.704Z] ---> 979ab8642fe0 [2021-04-20T16:04:10.704Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:04:10.972Z] ---> Running in 8ef223d7bed7 [2021-04-20T16:04:11.256Z] Removing intermediate container 8ef223d7bed7 [2021-04-20T16:04:11.256Z] ---> d7e703d2097d [2021-04-20T16:04:11.257Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:04:11.839Z] ---> ec50f3294202 [2021-04-20T16:04:11.839Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T16:04:12.804Z] ---> 42fed9dd37ca [2021-04-20T16:04:12.804Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T16:04:13.785Z] ---> d393eb0ef2c9 [2021-04-20T16:04:13.785Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T16:04:13.785Z] ---> Running in 38d1a2becd2f [2021-04-20T16:04:14.380Z] Removing intermediate container 38d1a2becd2f [2021-04-20T16:04:14.380Z] ---> c33d3da997f2 [2021-04-20T16:04:14.380Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:04:14.380Z] ---> Running in fc70eb1b904a [2021-04-20T16:04:14.658Z] Removing intermediate container fc70eb1b904a [2021-04-20T16:04:14.658Z] ---> 1d170b142592 [2021-04-20T16:04:14.658Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T16:04:14.926Z] ---> Running in e737c2dd6f3b [2021-04-20T16:04:15.207Z] Removing intermediate container e737c2dd6f3b [2021-04-20T16:04:15.207Z] ---> f418db8fe523 [2021-04-20T16:04:15.207Z] Step 21/22 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:04:15.485Z] ---> Running in 1b27ecca89fd [2021-04-20T16:04:15.781Z] Removing intermediate container 1b27ecca89fd [2021-04-20T16:04:15.781Z] ---> 2a63af0bb983 [2021-04-20T16:04:15.781Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:04:15.781Z] ---> Running in d13ee6614961 [2021-04-20T16:04:16.052Z] Removing intermediate container d13ee6614961 [2021-04-20T16:04:16.052Z] ---> fdc226e9913e [2021-04-20T16:04:16.052Z] [2021-04-20T16:04:16.052Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T16:04:16.052Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T16:04:16.052Z] ---> aefe523efa57 [2021-04-20T16:04:16.052Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:04:17.027Z] Successfully built fdc226e9913e [2021-04-20T16:04:17.027Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T16:04:17.027Z]  Building docker-support-notifications-go ... done  ---> Running in a30bdd2751f4 [2021-04-20T16:04:17.027Z] Removing intermediate container a30bdd2751f4 [2021-04-20T16:04:17.027Z] ---> 51761fcb4d0f [2021-04-20T16:04:17.027Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T16:04:17.298Z] ---> Running in 188769380f34 [2021-04-20T16:04:17.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:04:17.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:04:18.193Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T16:04:18.193Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T16:04:18.193Z] Executing bash-5.0.17-r0.post-install [2021-04-20T16:04:18.193Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:04:18.193Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T16:04:18.193Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T16:04:18.193Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T16:04:18.193Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T16:04:18.193Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T16:04:18.193Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T16:04:18.193Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T16:04:18.193Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T16:04:18.193Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T16:04:18.193Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T16:04:19.605Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T16:04:19.605Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T16:04:19.605Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T16:04:19.605Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T16:04:19.605Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T16:04:19.605Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T16:04:19.605Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T16:04:19.605Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T16:04:19.605Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T16:04:19.605Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T16:04:19.605Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T16:04:19.605Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T16:04:19.605Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T16:04:19.874Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T16:04:19.874Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T16:04:19.874Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T16:04:19.874Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T16:04:19.874Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T16:04:19.874Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T16:04:19.874Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T16:04:19.874Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T16:04:19.874Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T16:04:19.874Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T16:04:19.874Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T16:04:19.874Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T16:04:19.874Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T16:04:20.142Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T16:04:20.142Z] OK: 72 MiB in 59 packages [2021-04-20T16:04:21.548Z] Collecting docker-compose==1.23.2 [2021-04-20T16:04:21.548Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T16:04:21.548Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T16:04:21.548Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T16:04:21.810Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T16:04:21.810Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T16:04:21.810Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T16:04:21.810Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T16:04:22.761Z] Collecting PyYAML<4,>=3.10 [2021-04-20T16:04:22.761Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T16:04:23.719Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T16:04:23.719Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T16:04:23.719Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T16:04:23.719Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T16:04:23.983Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T16:04:23.983Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T16:04:24.562Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T16:04:24.562Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T16:04:25.141Z] 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-04-20T16:04:25.141Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T16:04:25.141Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T16:04:25.404Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T16:04:25.404Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T16:04:25.404Z] Collecting idna<2.8,>=2.5 [2021-04-20T16:04:25.404Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T16:04:25.668Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T16:04:25.668Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T16:04:25.668Z] 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-04-20T16:04:25.668Z] 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-04-20T16:04:25.668Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T16:04:25.668Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T16:04:25.668Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T16:04:25.668Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T16:04:25.942Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, jsonschema, cached-property, dockerpty, texttable, docker-compose [2021-04-20T16:04:26.205Z] Attempting uninstall: idna [2021-04-20T16:04:26.205Z] Found existing installation: idna 2.9 [2021-04-20T16:04:26.205Z] Uninstalling idna-2.9: [2021-04-20T16:04:26.205Z] Successfully uninstalled idna-2.9 [2021-04-20T16:04:26.468Z] Attempting uninstall: urllib3 [2021-04-20T16:04:26.469Z] Found existing installation: urllib3 1.25.9 [2021-04-20T16:04:26.469Z] Uninstalling urllib3-1.25.9: [2021-04-20T16:04:26.469Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T16:04:27.047Z] Attempting uninstall: requests [2021-04-20T16:04:27.047Z] Found existing installation: requests 2.23.0 [2021-04-20T16:04:27.047Z] Uninstalling requests-2.23.0: [2021-04-20T16:04:27.047Z] Successfully uninstalled requests-2.23.0 [2021-04-20T16:04:28.013Z] Running setup.py install for docopt: started [2021-04-20T16:04:28.013Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T16:04:28.013Z] Running setup.py install for PyYAML: started [2021-04-20T16:04:28.590Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T16:04:28.590Z] Running setup.py install for dockerpty: started [2021-04-20T16:04:29.172Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T16:04:29.172Z] Running setup.py install for texttable: started [2021-04-20T16:04:29.754Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T16:04:30.017Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T16:04:42.296Z] Removing intermediate container 188769380f34 [2021-04-20T16:04:42.296Z] ---> 40bacb80fc0d [2021-04-20T16:04:42.296Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T16:04:42.296Z] ---> Running in e35137ef01f2 [2021-04-20T16:04:42.296Z] Removing intermediate container e35137ef01f2 [2021-04-20T16:04:42.296Z] ---> f899356dd26c [2021-04-20T16:04:42.296Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T16:04:42.296Z] ---> Running in 30e3f1974dcb [2021-04-20T16:04:42.296Z] Removing intermediate container 30e3f1974dcb [2021-04-20T16:04:42.296Z] ---> 9d6773267176 [2021-04-20T16:04:42.296Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T16:04:42.296Z] ---> 1901a8eeea56 [2021-04-20T16:04:42.296Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T16:04:42.296Z] ---> ac33be61a217 [2021-04-20T16:04:42.296Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T16:04:42.559Z] ---> e0206fb0ec01 [2021-04-20T16:04:42.559Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T16:04:42.822Z] ---> Running in 43ff64b8b684 [2021-04-20T16:04:42.822Z] Removing intermediate container 43ff64b8b684 [2021-04-20T16:04:42.822Z] ---> b861d1416373 [2021-04-20T16:04:42.822Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:04:43.103Z] ---> Running in bf1807641c59 [2021-04-20T16:04:43.103Z] Removing intermediate container bf1807641c59 [2021-04-20T16:04:43.103Z] ---> 9aa11329a798 [2021-04-20T16:04:43.103Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:04:43.371Z] ---> Running in e31e2ea0e5a1 [2021-04-20T16:04:43.371Z] Removing intermediate container e31e2ea0e5a1 [2021-04-20T16:04:43.371Z] ---> c690aaaf908f [2021-04-20T16:04:43.371Z] Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:04:43.633Z] ---> Running in a56c5f56e5f2 [2021-04-20T16:04:43.633Z] Removing intermediate container a56c5f56e5f2 [2021-04-20T16:04:43.633Z] ---> c3c91d6c11c9 [2021-04-20T16:04:43.633Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:04:43.898Z] ---> Running in 0239bcf46576 [2021-04-20T16:04:43.898Z] Removing intermediate container 0239bcf46576 [2021-04-20T16:04:43.898Z] ---> e30e504faf93 [2021-04-20T16:04:43.898Z] [2021-04-20T16:04:44.161Z] Successfully built e30e504faf93 [2021-04-20T16:04:44.161Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T16:04:44.437Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T16:04:44.465Z] $ docker stop --time=1 61b40c19e724b940720c8b66501e2f72a8f11d9bcb3db2511b8b22aeeffefc15 [2021-04-20T16:04:47.460Z] $ docker rm -f 61b40c19e724b940720c8b66501e2f72a8f11d9bcb3db2511b8b22aeeffefc15 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T16:04:47.974Z] + docker images [2021-04-20T16:04:47.974Z] + grep docker [2021-04-20T16:04:48.237Z] docker-sys-mgmt-agent-go latest e30e504faf93 5 seconds ago 312MB [2021-04-20T16:04:48.237Z] docker-support-notifications-go latest fdc226e9913e 33 seconds ago 18.2MB [2021-04-20T16:04:48.237Z] docker-core-command-go latest 50359e68edc9 56 seconds ago 17.5MB [2021-04-20T16:04:48.237Z] docker-security-proxy-setup-go latest 138dfe62691e 57 seconds ago 26MB [2021-04-20T16:04:48.237Z] docker-security-bootstrapper-go latest 1ba19c712ed7 About a minute ago 19.3MB [2021-04-20T16:04:48.237Z] docker-core-data-go latest d7dcb338ed31 2 minutes ago 22.9MB [2021-04-20T16:04:48.237Z] docker-core-metadata-go latest 83935cd18a28 2 minutes ago 19.2MB [2021-04-20T16:04:48.237Z] docker-security-secretstore-setup-go latest 4e281669e0fa 2 minutes ago 26.3MB [2021-04-20T16:04:48.237Z] docker-support-scheduler-go latest 5e6f4a88ed6a 2 minutes ago 17.7MB [2021-04-20T16:04:48.237Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-20T16:04:57.737Z] gofmt -l . [2021-04-20T16:05:00.346Z] [ "`gofmt -l .`" = "" ] [2021-04-20T16:05:03.733Z] ./bin/test-go-mod-tidy.sh [2021-04-20T16:05:03.809Z] Still waiting to schedule task [2021-04-20T16:05:03.809Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-20T16:05:04.329Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T16:05:06.991Z] + ls -al . [2021-04-20T16:05:06.991Z] total 840 [2021-04-20T16:05:06.991Z] drwxrwxr-x 9 1001 1001 4096 Apr 20 16:05 . [2021-04-20T16:05:06.991Z] drwxr-xr-x 4 root root 4096 Apr 20 16:00 .. [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 15:58 .dockerignore [2021-04-20T16:05:06.991Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 15:58 .git [2021-04-20T16:05:06.991Z] drwxrwxr-x 3 1001 1001 4096 Apr 20 15:58 .github [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 15:58 .gitignore [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 15:58 .sonarcloud.properties [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:58 Attribution.txt [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:58 CONTRIBUTING.md [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 15:58 Dockerfile.build [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 15:58 Jenkinsfile [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:58 LICENSE [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:58 Makefile [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:58 README.md [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:58 SECURITY.md [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 15:54 VERSION [2021-04-20T16:05:06.991Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:58 ZMQWindows.md [2021-04-20T16:05:06.992Z] drwxrwxr-x 2 1001 1001 4096 Apr 20 15:58 bin [2021-04-20T16:05:06.992Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 15:58 cmd [2021-04-20T16:05:06.992Z] -rw-r--r-- 1 root root 703598 Apr 20 16:03 coverage.out [2021-04-20T16:05:06.992Z] -rw-r--r-- 1 root root 1058 Apr 20 16:05 go.mod [2021-04-20T16:05:06.992Z] -rw-r--r-- 1 root root 22187 Apr 20 16:05 go.sum [2021-04-20T16:05:06.992Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 15:58 internal [2021-04-20T16:05:06.992Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 15:58 openapi [2021-04-20T16:05:06.992Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 15:58 snap [2021-04-20T16:05:06.992Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 15:58 version.go [Pipeline] sh [2021-04-20T16:05:07.667Z] + '[' -e coverage.out ] [2021-04-20T16:05:07.667Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T16:05:07.707Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T16:05:08.705Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T16:05:09.370Z] + make build [2021-04-20T16:05:09.370Z] 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-04-20T16:05:20.008Z] 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-04-20T16:05:46.833Z] 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-04-20T16:05:51.131Z] 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-04-20T16:05:59.410Z] 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-04-20T16:05:59.688Z] 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-04-20T16:05:59.944Z] Running on prd-ubuntu18.04-docker-8c-8g-1206 in /w/workspace/edgexfoundry_edgex-go_PR-3390 [Pipeline] { [Pipeline] ws [2021-04-20T16:05:59.992Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-20T16:06:02.496Z] using credential edgex-jenkins-ssh [2021-04-20T16:06:02.513Z] Cloning the remote Git repository [2021-04-20T16:06:02.527Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:06:02.600Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-20T16:06:02.629Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:06:02.629Z] > git --version # timeout=10 [2021-04-20T16:06:02.634Z] > git --version # 'git version 2.17.1' [2021-04-20T16:06:02.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:06:02.660Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T16:06:06.427Z] 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-04-20T16:06:13.156Z] 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-04-20T16:06:18.561Z] 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-04-20T16:06:19.905Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T16:06:19.912Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T16:06:19.921Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T16:06:19.932Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:06:19.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:06:19.937Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3390/head:refs/remotes/origin/PR-3390 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T16:06:20.425Z] Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 [2021-04-20T16:06:20.701Z] Merge succeeded, producing a7594bc677f28fcd7c28bebd1570dbed8adba69a [2021-04-20T16:06:20.702Z] Checking out Revision a7594bc677f28fcd7c28bebd1570dbed8adba69a (PR-3390) [2021-04-20T16:06:20.428Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T16:06:20.433Z] > git checkout -f 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 # timeout=10 [2021-04-20T16:06:20.560Z] > git remote # timeout=10 [2021-04-20T16:06:20.566Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T16:06:20.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:06:20.575Z] > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 [2021-04-20T16:06:20.692Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T16:06:20.700Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T16:06:20.703Z] > git checkout -f a7594bc677f28fcd7c28bebd1570dbed8adba69a # timeout=10 [2021-04-20T16:06:24.343Z] Commit message: "Merge commit 'ffeef0baf9084ef973288a9a81981f0cc896aaf1' into HEAD" [2021-04-20T16:06:24.343Z] First time build. Skipping changelog. [2021-04-20T16:06:24.364Z] > git --version # timeout=10 [2021-04-20T16:06:24.371Z] > git --version # 'git version 2.17.1' [2021-04-20T16:06:24.376Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:06:25.262Z] 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-04-20T16:06:25.548Z] + echo snap-build.sh [2021-04-20T16:06:25.548Z] snap-build.sh [2021-04-20T16:06:25.548Z] + SNAP_BASE_DIR=. [2021-04-20T16:06:25.548Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-04-20T16:06:25.548Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-04-20T16:06:25.548Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-04-20T16:06:25.548Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-04-20T16:06:25.548Z] + cd /w/workspace/edgex-go/1 [2021-04-20T16:06:25.548Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-20T16:06:25.548Z] Reading package lists... [2021-04-20T16:06:25.812Z] Building dependency tree... [2021-04-20T16:06:25.812Z] Reading state information... [2021-04-20T16:06:25.812Z] The following packages were automatically installed and are no longer required: [2021-04-20T16:06:25.812Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-20T16:06:25.812Z] uidmap xdelta3 [2021-04-20T16:06:25.812Z] Use 'sudo apt autoremove' to remove them. [2021-04-20T16:06:26.074Z] The following packages will be REMOVED: [2021-04-20T16:06:26.074Z] lxd* lxd-client* [2021-04-20T16:06:26.649Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-20T16:06:26.649Z] After this operation, 31.7 MB disk space will be freed. [2021-04-20T16:06:27.719Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-20T16:06:27.719Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T16:06:28.668Z] Removing lxd dnsmasq configuration [2021-04-20T16:06:28.668Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T16:06:28.932Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-20T16:06:29.505Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-20T16:06:29.567Z] 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-04-20T16:06:29.768Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-20T16:06:30.029Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T16:06:31.420Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-20T16:06:31.420Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-20T16:06:33.335Z] + sudo snap remove --purge lxd [2021-04-20T16:06:33.335Z] snap "lxd" is not installed [2021-04-20T16:06:33.335Z] + sudo groupadd --force --system lxd [2021-04-20T16:06:33.335Z] ++ whoami [2021-04-20T16:06:33.335Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-20T16:06:33.335Z] + newgrp - lxd [2021-04-20T16:06:33.335Z] + sudo snap install lxd [2021-04-20T16:06:36.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T16:06:46.529Z] $ docker stop --time=1 1aaa481fad752aeff4a914b2fcd504ae7bb65649cde52e70c7e5c3dec9aa42f8 [2021-04-20T16:06:49.091Z] $ docker rm -f 1aaa481fad752aeff4a914b2fcd504ae7bb65649cde52e70c7e5c3dec9aa42f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:06:51.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:06:51.130Z] [2021-04-20T16:06:51.130Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:06:51.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:06:52.083Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T16:06:52.083Z] 29e5d40040c1: Pulling fs layer [2021-04-20T16:06:52.083Z] 1ce36da41761: Pulling fs layer [2021-04-20T16:06:52.083Z] 25b303627fd3: Pulling fs layer [2021-04-20T16:06:52.083Z] 29e5d40040c1: Download complete [2021-04-20T16:06:52.682Z] 1ce36da41761: Verifying Checksum [2021-04-20T16:06:52.682Z] 1ce36da41761: Download complete [2021-04-20T16:06:52.955Z] 29e5d40040c1: Pull complete [2021-04-20T16:06:54.388Z] 1ce36da41761: Pull complete [2021-04-20T16:06:54.388Z] 25b303627fd3: Download complete [2021-04-20T16:07:04.531Z] 25b303627fd3: Pull complete [2021-04-20T16:07:04.531Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T16:07:04.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:07:04.531Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T16:07:04.767Z] prd-ubuntu18.04-docker-arm64-4c-16g-1200 does not seem to be running inside a container [2021-04-20T16:07:04.832Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T16:07:05.482Z] error: cannot install "lxd": cannot query the store for updates: got unexpected [2021-04-20T16:07:05.482Z] HTTP status code 503 via POST to [2021-04-20T16:07:05.482Z] "https://api.snapcraft.io/v2/snaps/refresh" [2021-04-20T16:07:08.125Z] $ docker top 4a777ce8acc609cc5b4b6eb8640b41c91f4f4cf983b6c9504b8a36759a8e229e -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T16:07:09.137Z] Failed in branch amd64 [2021-04-20T16:07:09.270Z] + docker-compose build --help [2021-04-20T16:07:09.270Z] + grep parallel [2021-04-20T16:07:13.554Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T16:07:13.576Z] $ docker stop --time=1 4a777ce8acc609cc5b4b6eb8640b41c91f4f4cf983b6c9504b8a36759a8e229e [2021-04-20T16:07:15.524Z] $ docker rm -f 4a777ce8acc609cc5b4b6eb8640b41c91f4f4cf983b6c9504b8a36759a8e229e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:16.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:07:16.361Z] . [Pipeline] withDockerContainer [2021-04-20T16:07:16.657Z] prd-ubuntu18.04-docker-arm64-4c-16g-1200 does not seem to be running inside a container [2021-04-20T16:07:16.722Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose-arm64:latest cat [2021-04-20T16:07:18.272Z] $ docker top f63f5f2c38b22c9817b25f6ff942bd5f97b8d63e9410c30d1c0c7a831cae17c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:07:19.314Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T16:07:23.617Z] Building docker-core-command-go ... [2021-04-20T16:07:23.617Z] Building docker-core-data-go ... [2021-04-20T16:07:23.617Z] Building docker-core-metadata-go ... [2021-04-20T16:07:23.617Z] Building docker-security-bootstrapper-go ... [2021-04-20T16:07:23.617Z] Building docker-security-proxy-setup-go ... [2021-04-20T16:07:23.617Z] Building docker-security-secretstore-setup-go ... [2021-04-20T16:07:23.617Z] Building docker-support-notifications-go ... [2021-04-20T16:07:23.617Z] Building docker-support-scheduler-go ... [2021-04-20T16:07:23.617Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T16:07:23.617Z] Building docker-support-scheduler-go [2021-04-20T16:07:23.617Z] Building docker-security-proxy-setup-go [2021-04-20T16:07:23.617Z] Building docker-security-secretstore-setup-go [2021-04-20T16:07:23.617Z] Building docker-core-command-go [2021-04-20T16:07:23.617Z] Building docker-support-notifications-go [2021-04-20T16:08:45.355Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:08:45.355Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:08:45.355Z] ---> 5284b403ce06 [2021-04-20T16:08:45.355Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:08:45.355Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:08:45.355Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:08:45.355Z] ---> 5284b403ce06 [2021-04-20T16:08:45.355Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:08:45.355Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:08:45.355Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:08:45.355Z] ---> 5284b403ce06 [2021-04-20T16:08:45.355Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:08:45.355Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:08:45.355Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:08:45.355Z] ---> 5284b403ce06 [2021-04-20T16:08:45.355Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T16:08:45.355Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:08:45.355Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:08:45.355Z] ---> 5284b403ce06 [2021-04-20T16:08:45.355Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T16:08:45.355Z] ---> Running in b1a93ebe92f0 [2021-04-20T16:08:45.355Z] ---> Running in b71f0f6d1317 [2021-04-20T16:08:45.355Z] ---> Running in 8eb01165bdec [2021-04-20T16:08:45.355Z] ---> Running in 8af0b8e7dbe0 [2021-04-20T16:08:45.355Z] ---> Running in 3769dd615f36 [2021-04-20T16:08:45.355Z] Removing intermediate container b1a93ebe92f0 [2021-04-20T16:08:45.355Z] ---> 4dba5122554e [2021-04-20T16:08:45.355Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:08:45.355Z] ---> Running in b42309674cf9 [2021-04-20T16:08:45.356Z] Removing intermediate container 3769dd615f36 [2021-04-20T16:08:45.356Z] ---> 0ae14fe00d7e [2021-04-20T16:08:45.356Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:08:45.356Z] Removing intermediate container b71f0f6d1317 [2021-04-20T16:08:45.356Z] ---> 22abb626d1a5 [2021-04-20T16:08:45.356Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:08:45.356Z] Removing intermediate container 8eb01165bdec [2021-04-20T16:08:45.356Z] ---> 7e94f8d07d3a [2021-04-20T16:08:45.356Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:08:45.356Z] Removing intermediate container 8af0b8e7dbe0 [2021-04-20T16:08:45.356Z] ---> 172a90f1d255 [2021-04-20T16:08:45.356Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:08:45.356Z] ---> Running in 247b0c5dd265 [2021-04-20T16:08:45.356Z] ---> Running in 31d6adaa003c [2021-04-20T16:08:45.356Z] ---> Running in 9a889c6eecaf [2021-04-20T16:08:45.356Z] ---> Running in faef62611d06 [2021-04-20T16:08:45.356Z] Removing intermediate container b42309674cf9 [2021-04-20T16:08:45.356Z] ---> 3256d6615ea1 [2021-04-20T16:08:45.356Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T16:08:45.356Z] Removing intermediate container 247b0c5dd265 [2021-04-20T16:08:45.356Z] ---> 94302f585f99 [2021-04-20T16:08:45.356Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T16:08:45.356Z] ---> Running in 5915ef11ec1d [2021-04-20T16:08:45.356Z] ---> Running in 34b5b6ab3a8c [2021-04-20T16:08:45.356Z] Removing intermediate container 31d6adaa003c [2021-04-20T16:08:45.356Z] ---> 5a6b0e3d63ea [2021-04-20T16:08:45.356Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T16:08:45.356Z] ---> Running in c06f71306e6e [2021-04-20T16:08:45.356Z] Removing intermediate container 9a889c6eecaf [2021-04-20T16:08:45.356Z] ---> ce0f201d7c95 [2021-04-20T16:08:45.356Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:08:45.356Z] Removing intermediate container faef62611d06 [2021-04-20T16:08:45.356Z] ---> 20a07a27294b [2021-04-20T16:08:45.356Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T16:08:45.356Z] ---> Running in 8829854bf042 [2021-04-20T16:08:45.356Z] ---> Running in d30b4bf26584 [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:08:45.356Z] OK: 217 MiB in 51 packages [2021-04-20T16:08:45.633Z] OK: 217 MiB in 51 packages [2021-04-20T16:08:45.906Z] OK: 217 MiB in 51 packages [2021-04-20T16:08:46.182Z] OK: 217 MiB in 51 packages [2021-04-20T16:08:46.182Z] OK: 217 MiB in 51 packages [2021-04-20T16:08:47.624Z] Removing intermediate container 5915ef11ec1d [2021-04-20T16:08:47.624Z] ---> 8fd0758f1ce8 [2021-04-20T16:08:47.624Z] Step 6/22 : COPY go.mod . [2021-04-20T16:08:47.624Z] Removing intermediate container 34b5b6ab3a8c [2021-04-20T16:08:47.624Z] ---> 351eac29d97f [2021-04-20T16:08:47.624Z] Step 6/21 : COPY go.mod . [2021-04-20T16:08:47.902Z] Removing intermediate container c06f71306e6e [2021-04-20T16:08:47.902Z] ---> 81b4d77a3a6f [2021-04-20T16:08:47.902Z] Step 6/22 : COPY go.mod . [2021-04-20T16:08:48.177Z] Removing intermediate container 8829854bf042 [2021-04-20T16:08:48.177Z] ---> 646ab3400f22 [2021-04-20T16:08:48.177Z] Step 6/23 : COPY go.mod . [2021-04-20T16:08:48.177Z] Removing intermediate container d30b4bf26584 [2021-04-20T16:08:48.177Z] ---> 505335db6d8c [2021-04-20T16:08:48.177Z] Step 6/24 : COPY go.mod . [2021-04-20T16:08:48.454Z] ---> 7fbb56e42fa7 [2021-04-20T16:08:48.454Z] Step 7/22 : RUN go mod download [2021-04-20T16:08:48.454Z] ---> 047c147d1c44 [2021-04-20T16:08:48.454Z] Step 7/21 : RUN go mod download [2021-04-20T16:08:48.732Z] ---> 9aa491d664e3 [2021-04-20T16:08:48.732Z] Step 7/22 : RUN go mod download [2021-04-20T16:08:48.732Z] ---> Running in 66a6a4c1e196 [2021-04-20T16:08:48.732Z] ---> Running in 7f65f8557638 [2021-04-20T16:08:49.333Z] ---> aaa1d9df351d [2021-04-20T16:08:49.333Z] Step 7/23 : RUN go mod download [2021-04-20T16:08:49.333Z] ---> Running in c637f6523fbf [2021-04-20T16:08:49.333Z] ---> 23a9e57afaf6 [2021-04-20T16:08:49.333Z] Step 7/24 : RUN go mod download [2021-04-20T16:08:49.625Z] ---> Running in 7a1ff551454c [2021-04-20T16:08:49.625Z] ---> Running in c8b7ab51c770 [2021-04-20T16:08:53.979Z] Removing intermediate container 7f65f8557638 [2021-04-20T16:08:53.979Z] ---> 20f6470d4ef9 [2021-04-20T16:08:53.979Z] Step 8/21 : COPY . . [2021-04-20T16:08:53.979Z] Removing intermediate container 66a6a4c1e196 [2021-04-20T16:08:53.979Z] ---> 35f6f7a378c0 [2021-04-20T16:08:53.979Z] Step 8/22 : COPY . . [2021-04-20T16:08:54.594Z] Removing intermediate container 7a1ff551454c [2021-04-20T16:08:54.594Z] ---> e048ca257826 [2021-04-20T16:08:54.594Z] Step 8/23 : COPY . . [2021-04-20T16:08:54.594Z] Removing intermediate container c637f6523fbf [2021-04-20T16:08:54.594Z] ---> fe620ac1684e [2021-04-20T16:08:54.594Z] Step 8/22 : COPY . . [2021-04-20T16:08:54.870Z] Removing intermediate container c8b7ab51c770 [2021-04-20T16:08:54.870Z] ---> f4527dd6940d [2021-04-20T16:08:54.870Z] Step 8/24 : COPY . . [2021-04-20T16:09:21.903Z] ---> d7cc312a128e [2021-04-20T16:09:21.903Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T16:09:21.903Z] ---> 77fb19f153d3 [2021-04-20T16:09:21.903Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T16:09:21.903Z] ---> dc5ad3f204a5 [2021-04-20T16:09:21.903Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T16:09:21.903Z] ---> Running in 52efda6c2710 [2021-04-20T16:09:21.903Z] ---> 1f14123b9ce5 [2021-04-20T16:09:21.903Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T16:09:21.903Z] ---> 1704ec1ea6db [2021-04-20T16:09:21.903Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T16:09:21.903Z] ---> Running in 2ffe900d5add [2021-04-20T16:09:21.903Z] ---> Running in 7158b34f169d [2021-04-20T16:09:21.903Z] ---> Running in 1ce4a834534b [2021-04-20T16:09:21.903Z] ---> Running in 1289b780cf76 [2021-04-20T16:09:23.360Z] 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-04-20T16:09:23.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-04-20T16:09:23.923Z] 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-04-20T16:09:23.923Z] 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-04-20T16:09:23.923Z] 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-04-20T16:11:15.851Z] 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-04-20T16:11:15.851Z] 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-04-20T16:11:38.073Z] Removing intermediate container 1ce4a834534b [2021-04-20T16:11:38.073Z] ---> 612e3ab5625c [2021-04-20T16:11:38.073Z] [2021-04-20T16:11:38.073Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T16:11:38.073Z] 3.12: Pulling from library/alpine [2021-04-20T16:11:38.073Z] Removing intermediate container 52efda6c2710 [2021-04-20T16:11:38.073Z] ---> 58a40d1b20e0 [2021-04-20T16:11:38.073Z] [2021-04-20T16:11:38.073Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T16:11:38.073Z] 3.12: Pulling from library/alpine [2021-04-20T16:11:38.073Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T16:11:38.073Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T16:11:38.073Z] Status: Image is up to date for alpine:3.12 [2021-04-20T16:11:38.073Z] ---> 9852663dfa18 [2021-04-20T16:11:38.073Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T16:11:38.073Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T16:11:38.073Z] ---> 9852663dfa18 [2021-04-20T16:11:38.073Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T16:11:38.073Z] ---> Running in 5ab173fcfcb6 [2021-04-20T16:11:38.073Z] ---> Running in 9455897b3da4 [2021-04-20T16:11:39.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:39.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:39.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:39.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:40.112Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T16:11:40.112Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T16:11:40.112Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:11:40.112Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:11:40.112Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T16:11:40.112Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T16:11:40.383Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T16:11:40.383Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T16:11:40.383Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:11:40.383Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T16:11:40.383Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:40.383Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:40.383Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:11:40.383Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:11:40.659Z] OK: 7 MiB in 18 packages [2021-04-20T16:11:40.659Z] OK: 7 MiB in 20 packages [2021-04-20T16:11:41.644Z] Removing intermediate container 2ffe900d5add [2021-04-20T16:11:41.644Z] ---> 2c45629e7031 [2021-04-20T16:11:41.644Z] [2021-04-20T16:11:41.644Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:11:41.644Z] ---> 9852663dfa18 [2021-04-20T16:11:41.644Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:11:43.072Z] ---> Running in ca64e76eac3c [2021-04-20T16:11:43.666Z] Removing intermediate container 1289b780cf76 [2021-04-20T16:11:43.666Z] ---> 1ef21c6fc73e [2021-04-20T16:11:43.666Z] [2021-04-20T16:11:43.666Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:11:43.666Z] ---> 9852663dfa18 [2021-04-20T16:11:43.666Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T16:11:43.939Z] Removing intermediate container 7158b34f169d [2021-04-20T16:11:43.939Z] ---> 39b0a8f54b1c [2021-04-20T16:11:43.939Z] [2021-04-20T16:11:43.939Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:11:43.939Z] ---> 9852663dfa18 [2021-04-20T16:11:43.939Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:11:44.219Z] Removing intermediate container 5ab173fcfcb6 [2021-04-20T16:11:44.219Z] ---> c6e7397f1fb6 [2021-04-20T16:11:44.219Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:11:44.219Z] ---> Running in 10f53ff06045 [2021-04-20T16:11:44.219Z] ---> Running in b855b0230811 [2021-04-20T16:11:44.492Z] Removing intermediate container 9455897b3da4 [2021-04-20T16:11:44.492Z] ---> 491fa7a91085 [2021-04-20T16:11:44.492Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:11:44.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:44.492Z] ---> Running in f5a88c79fb14 [2021-04-20T16:11:44.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:44.765Z] ---> Running in 04dead633a32 [2021-04-20T16:11:45.041Z] Removing intermediate container f5a88c79fb14 [2021-04-20T16:11:45.041Z] ---> 552e7fc7b1b6 [2021-04-20T16:11:45.041Z] Step 13/21 : WORKDIR /edgex [2021-04-20T16:11:45.321Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T16:11:45.321Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:45.321Z] OK: 5 MiB in 15 packages [2021-04-20T16:11:45.321Z] ---> Running in 445e4b8ad33d [2021-04-20T16:11:45.602Z] Removing intermediate container 04dead633a32 [2021-04-20T16:11:45.602Z] ---> ea8ceb95dc3d [2021-04-20T16:11:45.602Z] Step 13/24 : WORKDIR / [2021-04-20T16:11:45.871Z] ---> Running in 35418f77c29e [2021-04-20T16:11:46.148Z] Removing intermediate container 445e4b8ad33d [2021-04-20T16:11:46.148Z] ---> 420e8e3cca82 [2021-04-20T16:11:46.148Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T16:11:46.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:46.435Z] Removing intermediate container 35418f77c29e [2021-04-20T16:11:46.435Z] ---> 9cfbbe5fe6b5 [2021-04-20T16:11:46.435Z] 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-04-20T16:11:46.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:46.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:46.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:46.990Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T16:11:46.990Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:46.990Z] OK: 5 MiB in 15 packages [2021-04-20T16:11:47.269Z] Removing intermediate container ca64e76eac3c [2021-04-20T16:11:47.269Z] ---> 46969f4eee95 [2021-04-20T16:11:47.269Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:11:47.269Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T16:11:47.549Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:11:47.549Z] ---> Running in aa78868cc001 [2021-04-20T16:11:47.549Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:47.549Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:11:47.549Z] ---> f0895110f344 [2021-04-20T16:11:47.549Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T16:11:47.829Z] OK: 6 MiB in 16 packages [2021-04-20T16:11:47.829Z] ---> 5621df14e1a5 [2021-04-20T16:11:47.829Z] 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-04-20T16:11:48.110Z] Removing intermediate container aa78868cc001 [2021-04-20T16:11:48.110Z] ---> 487ab9c4fc76 [2021-04-20T16:11:48.110Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T16:11:48.707Z] ---> Running in 7ede2bfcb007 [2021-04-20T16:11:48.977Z] Removing intermediate container b855b0230811 [2021-04-20T16:11:48.977Z] ---> 092d0b8ed253 [2021-04-20T16:11:48.977Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:11:48.977Z] ---> 0107b5b0ce17 [2021-04-20T16:11:48.977Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T16:11:49.255Z] ---> 71906640d01b [2021-04-20T16:11:49.255Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T16:11:49.255Z] Removing intermediate container 7ede2bfcb007 [2021-04-20T16:11:49.255Z] ---> fb730a0fdb7f [2021-04-20T16:11:49.255Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:11:49.255Z] ---> Running in 2c1a6ed1b9a1 [2021-04-20T16:11:49.559Z] ---> Running in 08fe38c72b5f [2021-04-20T16:11:50.155Z] Removing intermediate container 2c1a6ed1b9a1 [2021-04-20T16:11:50.155Z] ---> c94f23800143 [2021-04-20T16:11:50.155Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T16:11:50.155Z] ---> 9dc899ac0082 [2021-04-20T16:11:50.155Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T16:11:50.155Z] Removing intermediate container 10f53ff06045 [2021-04-20T16:11:50.155Z] ---> 885e31cc3d0b [2021-04-20T16:11:50.155Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:11:50.437Z] Removing intermediate container 08fe38c72b5f [2021-04-20T16:11:50.437Z] ---> bbe09e62749c [2021-04-20T16:11:50.437Z] Step 15/23 : WORKDIR / [2021-04-20T16:11:50.437Z] ---> Running in 827074c86bf7 [2021-04-20T16:11:50.437Z] ---> Running in f0d147d654cf [2021-04-20T16:11:50.709Z] ---> Running in 123cb0b55688 [2021-04-20T16:11:50.981Z] ---> fe419cda6bbb [2021-04-20T16:11:50.981Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T16:11:51.256Z] Removing intermediate container 827074c86bf7 [2021-04-20T16:11:51.256Z] ---> f0b6cc7716f6 [2021-04-20T16:11:51.256Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:11:51.256Z] Removing intermediate container f0d147d654cf [2021-04-20T16:11:51.256Z] ---> f65b03c51ae5 [2021-04-20T16:11:51.256Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T16:11:51.256Z] ---> Running in 7e9d52934d03 [2021-04-20T16:11:51.526Z] ---> Running in 7f9b0d19fb3f [2021-04-20T16:11:51.526Z] ---> Running in c7efd9150de3 [2021-04-20T16:11:51.526Z] Removing intermediate container 123cb0b55688 [2021-04-20T16:11:51.526Z] ---> a1a68cbb51a4 [2021-04-20T16:11:51.526Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:11:51.526Z] ---> ba4c54ff541f [2021-04-20T16:11:51.526Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T16:11:51.806Z] Removing intermediate container 7e9d52934d03 [2021-04-20T16:11:51.806Z] ---> 78330f7c69ab [2021-04-20T16:11:51.806Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T16:11:52.082Z] ---> Running in aea73c1882c5 [2021-04-20T16:11:52.082Z] Removing intermediate container c7efd9150de3 [2021-04-20T16:11:52.082Z] ---> c78729b3e161 [2021-04-20T16:11:52.082Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:11:52.353Z] Removing intermediate container 7f9b0d19fb3f [2021-04-20T16:11:52.353Z] ---> ea57cfb64beb [2021-04-20T16:11:52.353Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:11:52.627Z] ---> Running in 2b213aa446ba [2021-04-20T16:11:52.898Z] Removing intermediate container aea73c1882c5 [2021-04-20T16:11:52.898Z] ---> b15efb127faf [2021-04-20T16:11:52.898Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T16:11:52.898Z] ---> 78f543bbedf3 [2021-04-20T16:11:52.898Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T16:11:53.173Z] ---> Running in 4cec6b0a5616 [2021-04-20T16:11:53.451Z] Removing intermediate container 2b213aa446ba [2021-04-20T16:11:53.451Z] ---> 91fde93b07e8 [2021-04-20T16:11:53.451Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:11:53.451Z] ---> 2670db8d512f [2021-04-20T16:11:53.451Z] ---> f74076afb422 [2021-04-20T16:11:53.451Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T16:11:53.451Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T16:11:54.052Z] Removing intermediate container 4cec6b0a5616 [2021-04-20T16:11:54.052Z] ---> d8a693c5d76b [2021-04-20T16:11:54.052Z] Step 20/21 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:11:54.325Z] ---> Running in cb87ef544978 [2021-04-20T16:11:54.921Z] ---> e276d906f464 [2021-04-20T16:11:54.921Z] 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/ ---> f68614bcf62b [2021-04-20T16:11:54.921Z] [2021-04-20T16:11:54.921Z] ---> b3db42b278a0 [2021-04-20T16:11:54.921Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T16:11:54.921Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T16:11:55.197Z] ---> Running in fa69ce8926d3 [2021-04-20T16:11:55.197Z] Removing intermediate container cb87ef544978 [2021-04-20T16:11:55.197Z] ---> d4d3adb2fcc2 [2021-04-20T16:11:55.197Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T16:11:55.482Z] ---> 5aad5cf7ff5a [2021-04-20T16:11:55.482Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T16:11:55.482Z] ---> Running in 782db0a2d27e [2021-04-20T16:11:55.756Z] ---> 9b04f28738b4 [2021-04-20T16:11:55.756Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T16:11:56.030Z] ---> Running in 661f65e4cb68 [2021-04-20T16:11:56.303Z] Removing intermediate container 782db0a2d27e [2021-04-20T16:11:56.303Z] ---> 0ae235a26dbd [2021-04-20T16:11:56.303Z] [2021-04-20T16:11:56.577Z] ---> da834ea36786 [2021-04-20T16:11:56.577Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T16:11:56.857Z] ---> 6868b246fc13 [2021-04-20T16:11:56.857Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T16:11:57.131Z] ---> Running in eae8eaa029fa [2021-04-20T16:11:57.132Z] Removing intermediate container 661f65e4cb68 [2021-04-20T16:11:57.132Z] ---> 64cd568e538f [2021-04-20T16:11:57.132Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:11:57.132Z] Successfully built 0ae235a26dbd [2021-04-20T16:11:57.132Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T16:11:57.132Z] Building docker-sys-mgmt-agent-go [2021-04-20T16:11:57.404Z]  Building docker-security-proxy-setup-go ... done  ---> Running in a356359d58c9 [2021-04-20T16:11:57.677Z] Removing intermediate container eae8eaa029fa [2021-04-20T16:11:57.677Z] ---> 583fad49aa14 [2021-04-20T16:11:57.677Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:11:57.953Z] ---> Running in 0a68a2bc5353 [2021-04-20T16:11:58.234Z] ---> 8ea949035fb3 [2021-04-20T16:11:58.234Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T16:11:58.234Z] Removing intermediate container a356359d58c9 [2021-04-20T16:11:58.234Z] ---> 731adad2736c [2021-04-20T16:11:58.234Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:11:58.234Z] ---> Running in dcbde06f9733 [2021-04-20T16:11:58.234Z] ---> Running in d1f98b486037 [2021-04-20T16:11:58.838Z] Removing intermediate container 0a68a2bc5353 [2021-04-20T16:11:58.838Z] ---> 794e7304f7cc [2021-04-20T16:11:58.838Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T16:11:58.838Z] Removing intermediate container fa69ce8926d3 [2021-04-20T16:11:58.838Z] ---> 2963c58804d9 [2021-04-20T16:11:58.838Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T16:11:59.438Z] ---> Running in 83e22e3bb2b7 [2021-04-20T16:11:59.438Z] ---> Running in a9f7ff5d523e [2021-04-20T16:11:59.438Z] Removing intermediate container dcbde06f9733 [2021-04-20T16:11:59.438Z] ---> a4bd3a510e8f [2021-04-20T16:11:59.438Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:11:59.438Z] Removing intermediate container d1f98b486037 [2021-04-20T16:11:59.438Z] ---> 5b2a9e5bf9f6 [2021-04-20T16:11:59.438Z] Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:12:00.433Z] ---> Running in 0fb3efff41d9 [2021-04-20T16:12:00.433Z] ---> Running in 091c3133a31d [2021-04-20T16:12:01.036Z] Removing intermediate container 83e22e3bb2b7 [2021-04-20T16:12:01.036Z] Removing intermediate container a9f7ff5d523e [2021-04-20T16:12:01.036Z] ---> c72867e2bf1f [2021-04-20T16:12:01.036Z] Step 21/22 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:12:01.036Z] ---> 4ea78241e491 [2021-04-20T16:12:01.036Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T16:12:01.313Z] Removing intermediate container 0fb3efff41d9 [2021-04-20T16:12:01.313Z] ---> 4c22627d62f7 [2021-04-20T16:12:01.313Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:12:01.313Z] ---> Running in bd95e895b996 [2021-04-20T16:12:01.313Z] ---> Running in 9485548f0d8c [2021-04-20T16:12:01.313Z] Removing intermediate container 091c3133a31d [2021-04-20T16:12:01.313Z] ---> d1673ec0e372 [2021-04-20T16:12:01.313Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T16:12:01.587Z] ---> Running in 94e8995a55eb [2021-04-20T16:12:01.588Z] ---> Running in 05c8cdc73038 [2021-04-20T16:12:02.185Z] Removing intermediate container bd95e895b996 [2021-04-20T16:12:02.185Z] ---> 9440a19bdde3 [2021-04-20T16:12:02.185Z] Step 23/24 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:12:02.462Z] Removing intermediate container 9485548f0d8c [2021-04-20T16:12:02.462Z] ---> 71c55dd48349 [2021-04-20T16:12:02.462Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:12:02.462Z] ---> Running in 63b27dc27b5a [2021-04-20T16:12:02.734Z] Removing intermediate container 94e8995a55eb [2021-04-20T16:12:02.734Z] ---> 471d79eef97d [2021-04-20T16:12:02.734Z] [2021-04-20T16:12:03.008Z] Removing intermediate container 05c8cdc73038 [2021-04-20T16:12:03.008Z] ---> 4243c7f727b1 [2021-04-20T16:12:03.008Z] Step 21/22 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:12:03.281Z] ---> Running in dcbf09b48181 [2021-04-20T16:12:03.281Z] Successfully built 471d79eef97d [2021-04-20T16:12:03.555Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T16:12:03.555Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-20T16:12:03.555Z] ---> Running in b527d25774f0 [2021-04-20T16:12:03.555Z] Removing intermediate container 63b27dc27b5a [2021-04-20T16:12:03.555Z] ---> b3367603db8d [2021-04-20T16:12:03.555Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T16:12:03.829Z] ---> Running in c85a26cc4f4f [2021-04-20T16:12:03.829Z] Removing intermediate container dcbf09b48181 [2021-04-20T16:12:03.829Z] ---> 5afbce713dee [2021-04-20T16:12:03.829Z] [2021-04-20T16:12:04.104Z] Removing intermediate container b527d25774f0 [2021-04-20T16:12:04.104Z] ---> d5dbd4b07860 [2021-04-20T16:12:04.104Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:12:04.378Z] ---> Running in a4872bfc7d13 [2021-04-20T16:12:04.651Z] Successfully built 5afbce713dee [2021-04-20T16:12:04.651Z] Removing intermediate container c85a26cc4f4f [2021-04-20T16:12:04.651Z] ---> 05f091bf3bb7 [2021-04-20T16:12:04.651Z] [2021-04-20T16:12:04.651Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T16:12:04.651Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-04-20T16:12:05.246Z] Successfully built 05f091bf3bb7 [2021-04-20T16:12:05.246Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T16:12:05.246Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-20T16:12:05.246Z] Removing intermediate container a4872bfc7d13 [2021-04-20T16:12:05.246Z] ---> 6c78ca48476e [2021-04-20T16:12:05.246Z] [2021-04-20T16:12:05.517Z] Successfully built 6c78ca48476e [2021-04-20T16:12:05.517Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T16:12:52.471Z]  Building docker-support-notifications-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:12:52.471Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:12:52.471Z] ---> 5284b403ce06 [2021-04-20T16:12:52.471Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:12:52.471Z] ---> Using cache [2021-04-20T16:12:52.471Z] ---> 172a90f1d255 [2021-04-20T16:12:52.471Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:12:52.471Z] ---> Using cache [2021-04-20T16:12:52.471Z] ---> ce0f201d7c95 [2021-04-20T16:12:52.471Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T16:12:52.471Z] ---> Running in d7b2543bbad5 [2021-04-20T16:12:52.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:12:53.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:12:54.715Z] OK: 217 MiB in 51 packages [2021-04-20T16:12:56.699Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:12:56.699Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:12:56.699Z] ---> 5284b403ce06 [2021-04-20T16:12:56.699Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> 172a90f1d255 [2021-04-20T16:12:56.699Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> ce0f201d7c95 [2021-04-20T16:12:56.699Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T16:12:56.699Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:12:56.699Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:12:56.699Z] ---> 5284b403ce06 [2021-04-20T16:12:56.699Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> 172a90f1d255 [2021-04-20T16:12:56.699Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> ce0f201d7c95 [2021-04-20T16:12:56.699Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> 646ab3400f22 [2021-04-20T16:12:56.699Z] Step 6/23 : COPY go.mod . [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> aaa1d9df351d [2021-04-20T16:12:56.699Z] Step 7/23 : RUN go mod download [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> e048ca257826 [2021-04-20T16:12:56.699Z] Step 8/23 : COPY . . [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> 77fb19f153d3 [2021-04-20T16:12:56.699Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T16:12:56.699Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:12:56.699Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:12:56.699Z] ---> 5284b403ce06 [2021-04-20T16:12:56.699Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> 172a90f1d255 [2021-04-20T16:12:56.699Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> ce0f201d7c95 [2021-04-20T16:12:56.699Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> 646ab3400f22 [2021-04-20T16:12:56.699Z] Step 6/31 : COPY go.mod . [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> aaa1d9df351d [2021-04-20T16:12:56.699Z] Step 7/31 : RUN go mod download [2021-04-20T16:12:56.699Z] ---> Using cache [2021-04-20T16:12:56.699Z] ---> e048ca257826 [2021-04-20T16:12:56.699Z] Step 8/31 : COPY . . [2021-04-20T16:12:56.972Z] ---> Using cache [2021-04-20T16:12:56.973Z] ---> 77fb19f153d3 [2021-04-20T16:12:56.973Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T16:12:57.246Z] ---> Running in 4c17ed37644a [2021-04-20T16:12:57.246Z] ---> Running in dcbb6f265f90 [2021-04-20T16:12:57.246Z] ---> Running in 58cc90ec3fb5 [2021-04-20T16:12:57.847Z] Removing intermediate container d7b2543bbad5 [2021-04-20T16:12:57.847Z] ---> 47050ed3696e [2021-04-20T16:12:57.847Z] Step 6/23 : COPY go.mod . [2021-04-20T16:12:59.302Z] ---> 79234d73dd38 [2021-04-20T16:12:59.302Z] Step 7/23 : RUN go mod download [2021-04-20T16:12:59.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T16:12:59.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:12:59.302Z] ---> Running in 704fcf79387e [2021-04-20T16:12:59.576Z] 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-04-20T16:13:00.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:01.166Z] OK: 217 MiB in 51 packages [2021-04-20T16:13:02.658Z] Removing intermediate container 4c17ed37644a [2021-04-20T16:13:02.658Z] ---> bb1041bd5c8f [2021-04-20T16:13:02.658Z] Step 6/23 : COPY go.mod . [2021-04-20T16:13:04.188Z] Removing intermediate container 704fcf79387e [2021-04-20T16:13:04.188Z] ---> ac49df786977 [2021-04-20T16:13:04.188Z] Step 8/23 : COPY . . [2021-04-20T16:13:04.188Z] ---> edaeedb97cb4 [2021-04-20T16:13:04.188Z] Step 7/23 : RUN go mod download [2021-04-20T16:13:04.485Z] ---> Running in 74852af06f41 [2021-04-20T16:13:12.839Z] Removing intermediate container 74852af06f41 [2021-04-20T16:13:12.839Z] ---> 159cbaa8a431 [2021-04-20T16:13:12.839Z] Step 8/23 : COPY . . [2021-04-20T16:13:35.039Z] ---> ef04a53389c3 [2021-04-20T16:13:35.039Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T16:13:35.039Z] ---> Running in ff90d814f4db [2021-04-20T16:13:37.041Z] 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-04-20T16:13:37.041Z] ---> 526676344cd4 [2021-04-20T16:13:37.041Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T16:13:37.041Z] ---> Running in d58118fa6500 [2021-04-20T16:13:39.685Z] 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-04-20T16:14:36.252Z] Removing intermediate container dcbb6f265f90 [2021-04-20T16:14:36.252Z] ---> 2660e04ec7b1 [2021-04-20T16:14:36.252Z] [2021-04-20T16:14:36.252Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T16:14:36.252Z] ---> 9852663dfa18 [2021-04-20T16:14:36.252Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T16:14:36.252Z] ---> Running in 2435e49adcce [2021-04-20T16:14:36.252Z] Removing intermediate container 2435e49adcce [2021-04-20T16:14:36.252Z] ---> 2dce64041c08 [2021-04-20T16:14:36.252Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T16:14:36.252Z] ---> Running in 135062a5fc4f [2021-04-20T16:14:37.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:14:37.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:14:37.841Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:14:37.841Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T16:14:37.841Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:14:38.116Z] OK: 5 MiB in 16 packages [2021-04-20T16:14:40.128Z] Removing intermediate container 135062a5fc4f [2021-04-20T16:14:40.128Z] ---> c56da462d246 [2021-04-20T16:14:40.128Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T16:14:40.128Z] ---> Running in e19dc0186bb4 [2021-04-20T16:14:40.732Z] Removing intermediate container e19dc0186bb4 [2021-04-20T16:14:40.732Z] ---> dc27d8811f4f [2021-04-20T16:14:40.732Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T16:14:41.008Z] ---> Running in e20e17f19828 [2021-04-20T16:14:41.610Z] Removing intermediate container e20e17f19828 [2021-04-20T16:14:41.610Z] ---> 9edb1694c66e [2021-04-20T16:14:41.610Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T16:14:41.894Z] ---> Running in 3e7a3c0509b0 [2021-04-20T16:14:45.315Z] Removing intermediate container 3e7a3c0509b0 [2021-04-20T16:14:45.315Z] ---> fd6413f73289 [2021-04-20T16:14:45.315Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T16:14:45.315Z] ---> Running in 8aee9011d74d [2021-04-20T16:14:46.314Z] Removing intermediate container 8aee9011d74d [2021-04-20T16:14:46.314Z] ---> b5b599e3a443 [2021-04-20T16:14:46.314Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T16:14:47.315Z] ---> 02bb734a34c9 [2021-04-20T16:14:47.315Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T16:14:47.599Z] ---> Running in ae4c87dcd350 [2021-04-20T16:14:51.928Z] Removing intermediate container ae4c87dcd350 [2021-04-20T16:14:51.928Z] ---> db3e1f3e4ca4 [2021-04-20T16:14:51.928Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:14:52.533Z] ---> e5a0fbf02ae3 [2021-04-20T16:14:52.533Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T16:14:54.530Z] ---> 7f85b111c0cc [2021-04-20T16:14:54.530Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T16:14:55.970Z] ---> a467c80dc545 [2021-04-20T16:14:55.970Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T16:14:57.417Z] ---> ccda1b332024 [2021-04-20T16:14:57.417Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T16:14:58.889Z] ---> 424eaa4aee54 [2021-04-20T16:14:58.889Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T16:14:59.883Z] ---> Running in 9d6895a87faa [2021-04-20T16:15:00.882Z] Removing intermediate container 9d6895a87faa [2021-04-20T16:15:00.882Z] ---> 589b54a40462 [2021-04-20T16:15:00.882Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T16:15:02.882Z] ---> 67283cf76c28 [2021-04-20T16:15:02.882Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T16:15:03.164Z] Removing intermediate container 58cc90ec3fb5 [2021-04-20T16:15:03.164Z] ---> 3c0dd6c12264 [2021-04-20T16:15:03.164Z] [2021-04-20T16:15:03.164Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:15:03.164Z] ---> 9852663dfa18 [2021-04-20T16:15:03.164Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:15:03.164Z] ---> Using cache [2021-04-20T16:15:03.164Z] ---> 092d0b8ed253 [2021-04-20T16:15:03.164Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:15:03.164Z] ---> Using cache [2021-04-20T16:15:03.164Z] ---> c94f23800143 [2021-04-20T16:15:03.164Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T16:15:03.164Z] ---> Running in d1e90ab6aa77 [2021-04-20T16:15:03.441Z] ---> Running in ef8d75c346c0 [2021-04-20T16:15:04.449Z] Removing intermediate container ef8d75c346c0 [2021-04-20T16:15:04.449Z] ---> 292aef81a805 [2021-04-20T16:15:04.449Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:15:04.449Z] ---> Running in 8a07bc87c6e0 [2021-04-20T16:15:05.452Z] Removing intermediate container 8a07bc87c6e0 [2021-04-20T16:15:05.452Z] ---> 1ac0f636e964 [2021-04-20T16:15:05.452Z] Step 15/23 : WORKDIR / [2021-04-20T16:15:05.733Z] ---> Running in 3f89c701c94c [2021-04-20T16:15:06.741Z] Removing intermediate container 3f89c701c94c [2021-04-20T16:15:06.741Z] ---> aa6f204d4c72 [2021-04-20T16:15:06.741Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:15:07.351Z] Removing intermediate container d1e90ab6aa77 [2021-04-20T16:15:07.351Z] ---> fe61d63c8356 [2021-04-20T16:15:07.351Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T16:15:07.967Z] ---> Running in 7e52d960ae65 [2021-04-20T16:15:08.248Z] ---> f37fa27759a4 [2021-04-20T16:15:08.248Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T16:15:08.854Z] Removing intermediate container 7e52d960ae65 [2021-04-20T16:15:08.854Z] ---> 86cbc257cb68 [2021-04-20T16:15:08.854Z] Step 28/31 : CMD ["gate"] [2021-04-20T16:15:09.455Z] ---> Running in ebd4c3e117d5 [2021-04-20T16:15:10.909Z] Removing intermediate container ebd4c3e117d5 [2021-04-20T16:15:10.909Z] ---> 7f79976a733e [2021-04-20T16:15:10.909Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T16:15:10.909Z] ---> d1c027dbd8d7 [2021-04-20T16:15:10.909Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T16:15:11.187Z] ---> Running in ef4e895de240 [2021-04-20T16:15:12.181Z] Removing intermediate container ef4e895de240 [2021-04-20T16:15:12.181Z] ---> 76dd4ef97d5c [2021-04-20T16:15:12.181Z] Step 30/31 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:15:12.181Z] ---> c030a8e12733 [2021-04-20T16:15:12.181Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T16:15:12.779Z] ---> Running in 3ca1a34ac075 [2021-04-20T16:15:12.779Z] ---> Running in 2c48f61f58a7 [2021-04-20T16:15:13.772Z] Removing intermediate container 3ca1a34ac075 [2021-04-20T16:15:13.772Z] ---> f87c642b47d2 [2021-04-20T16:15:13.772Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T16:15:13.772Z] Removing intermediate container 2c48f61f58a7 [2021-04-20T16:15:13.772Z] ---> 304b7235b196 [2021-04-20T16:15:13.772Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:15:14.055Z] ---> Running in 8c63e96c0b5c [2021-04-20T16:15:14.332Z] ---> Running in c99242e7da2c [2021-04-20T16:15:14.932Z] Removing intermediate container 8c63e96c0b5c [2021-04-20T16:15:14.932Z] ---> fec1d3cf94eb [2021-04-20T16:15:14.932Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:15:15.212Z] Removing intermediate container c99242e7da2c [2021-04-20T16:15:15.212Z] ---> 352fb7c5df76 [2021-04-20T16:15:15.212Z] [2021-04-20T16:15:15.212Z] ---> Running in 0fdf03af5da4 [2021-04-20T16:15:16.833Z] Removing intermediate container 0fdf03af5da4 [2021-04-20T16:15:16.833Z] ---> 69f29ed2ad62 [2021-04-20T16:15:16.833Z] Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:15:16.833Z] Successfully built 352fb7c5df76 [2021-04-20T16:15:16.833Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T16:15:17.123Z]  Building docker-security-bootstrapper-go ... done  ---> Running in ad9edb1672b2 [2021-04-20T16:15:18.152Z] Removing intermediate container ad9edb1672b2 [2021-04-20T16:15:18.152Z] ---> 6b8d785a4cbb [2021-04-20T16:15:18.152Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:15:18.152Z] ---> Running in a57cf0c9eee6 [2021-04-20T16:15:18.427Z] Removing intermediate container ff90d814f4db [2021-04-20T16:15:18.427Z] ---> c1995fecb34e [2021-04-20T16:15:18.427Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T16:15:18.705Z] ---> Running in 68cae51763ce [2021-04-20T16:15:18.984Z] Removing intermediate container a57cf0c9eee6 [2021-04-20T16:15:18.984Z] ---> daa951d8a5c5 [2021-04-20T16:15:18.984Z] [2021-04-20T16:15:19.589Z] Successfully built daa951d8a5c5 [2021-04-20T16:15:19.589Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T16:15:19.867Z]  Building docker-core-metadata-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T16:15:23.270Z] Removing intermediate container 68cae51763ce [2021-04-20T16:15:23.270Z] ---> 99ab6d096d45 [2021-04-20T16:15:23.270Z] [2021-04-20T16:15:23.270Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T16:15:23.270Z] 20.10.0: Pulling from library/docker [2021-04-20T16:15:33.440Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T16:15:33.440Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T16:15:33.440Z] ---> eeaf43b92773 [2021-04-20T16:15:33.440Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:15:33.440Z] ---> Running in 2e1f0019839b [2021-04-20T16:15:33.440Z] Removing intermediate container 2e1f0019839b [2021-04-20T16:15:33.440Z] ---> 556e553737e9 [2021-04-20T16:15:33.440Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T16:15:33.440Z] Removing intermediate container d58118fa6500 [2021-04-20T16:15:33.440Z] ---> 0f0c569a811c [2021-04-20T16:15:33.440Z] [2021-04-20T16:15:33.440Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:15:33.440Z] ---> 9852663dfa18 [2021-04-20T16:15:33.440Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T16:15:33.440Z] ---> Running in 591884cdd0dd [2021-04-20T16:15:33.440Z] ---> Running in ea38e0659f7d [2021-04-20T16:15:34.035Z] Removing intermediate container ea38e0659f7d [2021-04-20T16:15:34.035Z] ---> 5537da71ec5c [2021-04-20T16:15:34.035Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T16:15:34.308Z] ---> Running in 1fcccf6f87f8 [2021-04-20T16:15:34.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:34.586Z] Removing intermediate container 1fcccf6f87f8 [2021-04-20T16:15:34.586Z] ---> 7030a1c7702f [2021-04-20T16:15:34.586Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T16:15:34.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:34.861Z] ---> Running in de65fbd6f5ad [2021-04-20T16:15:35.465Z] Removing intermediate container de65fbd6f5ad [2021-04-20T16:15:35.465Z] ---> 883375ffb533 [2021-04-20T16:15:35.465Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:15:35.465Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T16:15:35.465Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T16:15:35.465Z] Executing bash-5.0.17-r0.post-install [2021-04-20T16:15:35.465Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:15:35.465Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T16:15:35.465Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T16:15:35.465Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T16:15:35.465Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T16:15:35.465Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T16:15:35.465Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T16:15:35.465Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T16:15:35.465Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T16:15:35.465Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T16:15:35.465Z] ---> Running in 9c35b9b796fa [2021-04-20T16:15:35.465Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T16:15:37.451Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T16:15:37.451Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T16:15:37.451Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T16:15:37.451Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T16:15:37.451Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T16:15:37.451Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T16:15:37.451Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T16:15:37.724Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T16:15:37.724Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T16:15:37.724Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T16:15:37.724Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T16:15:37.724Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T16:15:37.724Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T16:15:37.724Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T16:15:37.724Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T16:15:38.004Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T16:15:38.004Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T16:15:38.004Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T16:15:38.005Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T16:15:38.005Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T16:15:38.005Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T16:15:38.005Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T16:15:38.005Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T16:15:38.005Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T16:15:38.005Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T16:15:38.005Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T16:15:38.282Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T16:15:38.282Z] OK: 72 MiB in 59 packages [2021-04-20T16:15:38.554Z] Removing intermediate container 9c35b9b796fa [2021-04-20T16:15:38.554Z] ---> bf04af904c6b [2021-04-20T16:15:38.554Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T16:15:38.827Z] ---> Running in f5d0da552e82 [2021-04-20T16:15:40.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:40.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:41.530Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:15:41.530Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T16:15:41.804Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T16:15:41.804Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T16:15:42.084Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T16:15:42.084Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T16:15:42.084Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:15:42.084Z] OK: 8 MiB in 20 packages [2021-04-20T16:15:43.528Z] Removing intermediate container f5d0da552e82 [2021-04-20T16:15:43.528Z] ---> 3e37fdcc07db [2021-04-20T16:15:43.528Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:15:44.130Z] Collecting docker-compose==1.23.2 [2021-04-20T16:15:44.405Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T16:15:45.006Z] ---> ff8c814b1859 [2021-04-20T16:15:45.006Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T16:15:45.985Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T16:15:45.986Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T16:15:46.584Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T16:15:46.584Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T16:15:46.584Z] ---> 382858dcfa06 [2021-04-20T16:15:46.584Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T16:15:46.860Z] 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-04-20T16:15:47.136Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T16:15:47.136Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T16:15:47.412Z] ---> 4861fd4f3ff9 [2021-04-20T16:15:47.412Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T16:15:47.412Z] ---> Running in 79aab3729c3e [2021-04-20T16:15:48.012Z] Removing intermediate container 79aab3729c3e [2021-04-20T16:15:48.012Z] ---> 809cee0f4f8b [2021-04-20T16:15:48.012Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:15:48.012Z] ---> Running in 9229d2baa467 [2021-04-20T16:15:48.609Z] Removing intermediate container 9229d2baa467 [2021-04-20T16:15:48.609Z] ---> eadc47c3c582 [2021-04-20T16:15:48.609Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:15:48.609Z] ---> Running in 647935a06501 [2021-04-20T16:15:50.397Z] Removing intermediate container 647935a06501 [2021-04-20T16:15:50.397Z] ---> b84841310a16 [2021-04-20T16:15:50.397Z] Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:15:50.397Z] ---> Running in 554da4a82015 [2021-04-20T16:15:50.397Z] Removing intermediate container 554da4a82015 [2021-04-20T16:15:50.397Z] ---> e45a2dc117f1 [2021-04-20T16:15:50.397Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:15:50.397Z] ---> Running in 43ba66a8aec3 [2021-04-20T16:15:50.397Z] Removing intermediate container 43ba66a8aec3 [2021-04-20T16:15:50.397Z] ---> fe65c2e4be29 [2021-04-20T16:15:50.397Z] [2021-04-20T16:15:50.673Z] Collecting PyYAML<4,>=3.10 [2021-04-20T16:15:50.673Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T16:15:50.948Z] Successfully built fe65c2e4be29 [2021-04-20T16:15:50.948Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T16:15:55.252Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T16:15:55.253Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T16:15:55.848Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T16:15:55.848Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T16:15:56.830Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T16:15:56.830Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T16:15:59.455Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T16:15:59.455Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T16:16:01.431Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T16:16:01.431Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T16:16:02.412Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T16:16:02.412Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T16:16:02.685Z] 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-04-20T16:16:02.685Z] 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-04-20T16:16:02.959Z] Collecting idna<2.8,>=2.5 [2021-04-20T16:16:02.959Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T16:16:03.231Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T16:16:03.231Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T16:16:03.504Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T16:16:03.504Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T16:16:03.504Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T16:16:03.504Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T16:16:04.488Z] Installing collected packages: cached-property, websocket-client, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, texttable, jsonschema, docker-compose [2021-04-20T16:16:05.083Z] Running setup.py install for docopt: started [2021-04-20T16:16:07.705Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T16:16:07.705Z] Running setup.py install for PyYAML: started [2021-04-20T16:16:10.322Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T16:16:10.322Z] Attempting uninstall: urllib3 [2021-04-20T16:16:10.322Z] Found existing installation: urllib3 1.25.9 [2021-04-20T16:16:10.322Z] Uninstalling urllib3-1.25.9: [2021-04-20T16:16:10.323Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T16:16:10.917Z] Attempting uninstall: idna [2021-04-20T16:16:10.917Z] Found existing installation: idna 2.9 [2021-04-20T16:16:10.917Z] Uninstalling idna-2.9: [2021-04-20T16:16:10.917Z] Successfully uninstalled idna-2.9 [2021-04-20T16:16:11.897Z] Attempting uninstall: requests [2021-04-20T16:16:11.898Z] Found existing installation: requests 2.23.0 [2021-04-20T16:16:11.898Z] Uninstalling requests-2.23.0: [2021-04-20T16:16:11.898Z] Successfully uninstalled requests-2.23.0 [2021-04-20T16:16:13.329Z] Running setup.py install for dockerpty: started [2021-04-20T16:16:15.945Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T16:16:15.945Z] Running setup.py install for texttable: started [2021-04-20T16:16:17.920Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T16:16:19.354Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T16:16:27.648Z] Removing intermediate container 591884cdd0dd [2021-04-20T16:16:27.648Z] ---> eda2ee9d2ffc [2021-04-20T16:16:27.648Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T16:16:27.648Z] ---> Running in 9bd407200b79 [2021-04-20T16:16:28.244Z] Removing intermediate container 9bd407200b79 [2021-04-20T16:16:28.244Z] ---> b9f897912c8b [2021-04-20T16:16:28.244Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T16:16:28.244Z] ---> Running in e1fbb268a814 [2021-04-20T16:16:28.841Z] Removing intermediate container e1fbb268a814 [2021-04-20T16:16:28.841Z] ---> a4a2981f0617 [2021-04-20T16:16:28.841Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T16:16:30.273Z] ---> e6945cbcf0b3 [2021-04-20T16:16:30.273Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T16:16:30.894Z] ---> 4412d7111eea [2021-04-20T16:16:30.894Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T16:16:31.906Z] ---> 02be3c7002b4 [2021-04-20T16:16:31.906Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T16:16:31.906Z] ---> Running in ba61c036dc04 [2021-04-20T16:16:32.520Z] Removing intermediate container ba61c036dc04 [2021-04-20T16:16:32.520Z] ---> f334fa4912bc [2021-04-20T16:16:32.520Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:16:32.520Z] ---> Running in 6b13129ddf2f [2021-04-20T16:16:33.129Z] Removing intermediate container 6b13129ddf2f [2021-04-20T16:16:33.129Z] ---> 8b13edee0480 [2021-04-20T16:16:33.129Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:16:33.399Z] ---> Running in 6451a828225f [2021-04-20T16:16:33.669Z] Removing intermediate container 6451a828225f [2021-04-20T16:16:33.669Z] ---> c4c6709375a9 [2021-04-20T16:16:33.669Z] Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d [2021-04-20T16:16:33.940Z] ---> Running in bdad590e1b57 [2021-04-20T16:16:34.533Z] Removing intermediate container bdad590e1b57 [2021-04-20T16:16:34.533Z] ---> 719a872188be [2021-04-20T16:16:34.533Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:16:34.533Z] ---> Running in fde170b438e1 [2021-04-20T16:16:35.124Z] Removing intermediate container fde170b438e1 [2021-04-20T16:16:35.124Z] ---> 873e7bfa3ebe [2021-04-20T16:16:35.124Z] [2021-04-20T16:16:35.399Z] Successfully built 873e7bfa3ebe [2021-04-20T16:16:35.399Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T16:16:36.010Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T16:16:36.020Z] $ docker stop --time=1 f63f5f2c38b22c9817b25f6ff942bd5f97b8d63e9410c30d1c0c7a831cae17c9 [2021-04-20T16:16:37.983Z] $ docker rm -f f63f5f2c38b22c9817b25f6ff942bd5f97b8d63e9410c30d1c0c7a831cae17c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T16:16:38.672Z] + docker images [2021-04-20T16:16:38.672Z] + grep docker [2021-04-20T16:16:38.943Z] docker-sys-mgmt-agent-go-arm64 latest 873e7bfa3ebe 4 seconds ago 299MB [2021-04-20T16:16:38.943Z] docker-core-data-go-arm64 latest fe65c2e4be29 48 seconds ago 21.6MB [2021-04-20T16:16:38.943Z] docker-core-metadata-go-arm64 latest daa951d8a5c5 About a minute ago 18.1MB [2021-04-20T16:16:38.943Z] docker-security-bootstrapper-go-arm64 latest 352fb7c5df76 About a minute ago 18.1MB [2021-04-20T16:16:38.943Z] docker-support-notifications-go-arm64 latest 6c78ca48476e 4 minutes ago 17.2MB [2021-04-20T16:16:38.943Z] docker-security-secretstore-setup-go-arm64 latest 05f091bf3bb7 4 minutes ago 24.9MB [2021-04-20T16:16:38.943Z] docker-support-scheduler-go-arm64 latest 5afbce713dee 4 minutes ago 16.6MB [2021-04-20T16:16:38.943Z] docker-core-command-go-arm64 latest 471d79eef97d 4 minutes ago 16.5MB [2021-04-20T16:16:38.944Z] docker-security-proxy-setup-go-arm64 latest 0ae235a26dbd 4 minutes ago 24.6MB [2021-04-20T16:16:38.944Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:16:39.803Z] ---> job-cost.sh [2021-04-20T16:16:39.803Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YNCC [2021-04-20T16:17:36.289Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T16:19:13.001Z] lf-activate-venv(): INFO: Adding /tmp/venv-YNCC/bin to PATH [2021-04-20T16:19:13.001Z] INFO: No Stack... [2021-04-20T16:19:13.001Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T16:19:13.001Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T16:19:13.358Z] + cat+ /w/workspace/edgex-go/1/archives/cost.csv [2021-04-20T16:19:13.358Z] cut -d, -f6 [Pipeline] lock [2021-04-20T16:19:13.492Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3390-1-stack-cost] [2021-04-20T16:19:13.499Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3390-1-stack-cost] did not exist. Created. [2021-04-20T16:19:13.499Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3390-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T16:19:13.936Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T16:19:14.221Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T16:19:14.238Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3390-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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-04-20T16:19:16.389Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:19:17.332Z] ---> package-listing.sh [2021-04-20T16:19:17.332Z] ++ facter osfamily [2021-04-20T16:19:17.332Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T16:19:17.332Z] + OS_FAMILY=redhat [2021-04-20T16:19:17.333Z] + workspace=/w/workspace/edgex-go/1 [2021-04-20T16:19:17.333Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T16:19:17.333Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T16:19:17.333Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T16:19:17.333Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T16:19:17.333Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-20T16:19:17.333Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T16:19:17.333Z] + case "${OS_FAMILY}" in [2021-04-20T16:19:17.333Z] + rpm -qa [2021-04-20T16:19:17.333Z] + sort [2021-04-20T16:19:22.703Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T16:19:22.703Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T16:19:22.703Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T16:19:22.703Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-20T16:19:22.703Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-04-20T16:19:22.703Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-04-20T16:19:22.739Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T16:19:23.049Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:19:23.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:19:23.395Z] [2021-04-20T16:19:23.395Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:19:23.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:19:23.753Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T16:19:23.753Z] df20fa9351a1: Pulling fs layer [2021-04-20T16:19:23.753Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T16:19:23.753Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T16:19:23.753Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T16:19:23.753Z] 93b61091891f: Pulling fs layer [2021-04-20T16:19:23.753Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T16:19:23.753Z] 5e14af77c1be: Pulling fs layer [2021-04-20T16:19:23.753Z] 01666e4c0597: Pulling fs layer [2021-04-20T16:19:23.753Z] aa168da1d23b: Pulling fs layer [2021-04-20T16:19:23.753Z] 46f8f816bc3b: Waiting [2021-04-20T16:19:23.753Z] 93b61091891f: Waiting [2021-04-20T16:19:23.753Z] 93b9cdb0e59b: Waiting [2021-04-20T16:19:23.753Z] 5e14af77c1be: Waiting [2021-04-20T16:19:23.753Z] 01666e4c0597: Waiting [2021-04-20T16:19:23.753Z] aa168da1d23b: Waiting [2021-04-20T16:19:24.015Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T16:19:24.016Z] 36b3adc4ff6f: Download complete [2021-04-20T16:19:24.016Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T16:19:24.016Z] 46f8f816bc3b: Download complete [2021-04-20T16:19:24.016Z] df20fa9351a1: Verifying Checksum [2021-04-20T16:19:24.016Z] df20fa9351a1: Download complete [2021-04-20T16:19:24.016Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T16:19:24.016Z] 93b9cdb0e59b: Download complete [2021-04-20T16:19:24.016Z] 93b61091891f: Verifying Checksum [2021-04-20T16:19:24.016Z] 93b61091891f: Download complete [2021-04-20T16:19:24.016Z] 5e14af77c1be: Verifying Checksum [2021-04-20T16:19:24.016Z] 5e14af77c1be: Download complete [2021-04-20T16:19:24.016Z] 01666e4c0597: Verifying Checksum [2021-04-20T16:19:24.016Z] 01666e4c0597: Download complete [2021-04-20T16:19:24.016Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T16:19:24.016Z] 8ad3a11d3b57: Download complete [2021-04-20T16:19:24.592Z] df20fa9351a1: Pull complete [2021-04-20T16:19:24.592Z] 36b3adc4ff6f: Pull complete [2021-04-20T16:19:25.997Z] aa168da1d23b: Verifying Checksum [2021-04-20T16:19:25.997Z] aa168da1d23b: Download complete [2021-04-20T16:19:26.264Z] 8ad3a11d3b57: Pull complete [2021-04-20T16:19:26.526Z] 46f8f816bc3b: Pull complete [2021-04-20T16:19:27.101Z] 93b61091891f: Pull complete [2021-04-20T16:19:27.101Z] 93b9cdb0e59b: Pull complete [2021-04-20T16:19:27.101Z] 5e14af77c1be: Pull complete [2021-04-20T16:19:27.363Z] 01666e4c0597: Pull complete [2021-04-20T16:19:37.404Z] aa168da1d23b: Pull complete [2021-04-20T16:19:37.404Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T16:19:37.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:19:37.404Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T16:19:37.631Z] prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container [2021-04-20T16:19:37.683Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T16:19:42.454Z] $ docker top 4761dc4f98f72e4822be7b34fafdca7b301570206f4daa35f883a1f316086796 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:19:42.991Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T16:19:43.316Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T16:19:43.639Z] + ls /var/log/sa-host [2021-04-20T16:19:43.639Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T16:19:43.639Z] file_magic: OK [2021-04-20T16:19:43.639Z] HZ: Using current value: 100 [2021-04-20T16:19:43.639Z] file_header: OK [2021-04-20T16:19:43.639Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T16:19:43.639Z] Statistics: [2021-04-20T16:19:43.639Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...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-04-20T16:19:43.639Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T16:19:43.639Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T16:19:43.639Z] file_magic: OK [2021-04-20T16:19:43.639Z] HZ: Using current value: 100 [2021-04-20T16:19:43.639Z] file_header: OK [2021-04-20T16:19:43.639Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T16:19:43.639Z] Statistics: [2021-04-20T16:19:43.639Z] Hnuu...uuuununununu... [2021-04-20T16:19:43.639Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T16:19:43.873Z] provisioning config files... [2021-04-20T16:19:43.894Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1506369903099529556tmp [Pipeline] { [Pipeline] echo [2021-04-20T16:19:43.955Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:19:44.299Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T16:19:44.323Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T16:19:44.396Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:19:44.737Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T16:19:44.770Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:19:45.107Z] ---> sudo-logs.sh [2021-04-20T16:19:45.107Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T16:19:45.286Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:19:45.624Z] ---> job-cost.sh [2021-04-20T16:19:45.624Z] lf-activate-venv: SKIPPING [2021-04-20T16:19:45.624Z] DEBUG: total: 0.20999999344348907 [2021-04-20T16:19:45.624Z] INFO: Retrieving Stack Cost... [2021-04-20T16:19:47.015Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T16:19:47.278Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T16:19:47.316Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:19:47.651Z] ---> logs-deploy.sh [2021-04-20T16:19:47.651Z] lf-activate-venv: SKIPPING [2021-04-20T16:19:47.651Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3390/1 [2021-04-20T16:19:47.651Z] INFO: archiving workspace using pattern(s): [2021-04-20T16:19:49.041Z] Archives upload complete. [2021-04-20T16:19:49.305Z] INFO: archiving logs to Nexus [2021-04-20T16:19:50.252Z] ---> uname -a: [2021-04-20T16:19:50.252Z] Linux prd-centos7-docker-4c-2g-1194.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-04-20T16:19:50.252Z] [2021-04-20T16:19:50.252Z] [2021-04-20T16:19:50.252Z] ---> lscpu: [2021-04-20T16:19:50.252Z] Architecture: x86_64 [2021-04-20T16:19:50.252Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T16:19:50.252Z] Byte Order: Little Endian [2021-04-20T16:19:50.252Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T16:19:50.252Z] CPU(s): 4 [2021-04-20T16:19:50.252Z] On-line CPU(s) list: 0-3 [2021-04-20T16:19:50.252Z] Thread(s) per core: 1 [2021-04-20T16:19:50.252Z] Core(s) per socket: 1 [2021-04-20T16:19:50.252Z] Socket(s): 4 [2021-04-20T16:19:50.252Z] NUMA node(s): 1 [2021-04-20T16:19:50.252Z] Vendor ID: GenuineIntel [2021-04-20T16:19:50.252Z] CPU family: 6 [2021-04-20T16:19:50.252Z] Model: 44 [2021-04-20T16:19:50.252Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T16:19:50.252Z] Stepping: 1 [2021-04-20T16:19:50.252Z] CPU MHz: 2933.438 [2021-04-20T16:19:50.252Z] BogoMIPS: 5866.87 [2021-04-20T16:19:50.252Z] Virtualization: VT-x [2021-04-20T16:19:50.252Z] Hypervisor vendor: KVM [2021-04-20T16:19:50.252Z] Virtualization type: full [2021-04-20T16:19:50.252Z] L1d cache: 128 KiB [2021-04-20T16:19:50.252Z] L1i cache: 128 KiB [2021-04-20T16:19:50.252Z] L2 cache: 16 MiB [2021-04-20T16:19:50.252Z] L3 cache: 64 MiB [2021-04-20T16:19:50.252Z] NUMA node0 CPU(s): 0-3 [2021-04-20T16:19:50.252Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T16:19:50.252Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T16:19:50.252Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T16:19:50.252Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T16:19:50.252Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T16:19:50.252Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T16:19:50.252Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T16:19:50.252Z] Vulnerability Srbds: Not affected [2021-04-20T16:19:50.252Z] Vulnerability Tsx async abort: Not affected [2021-04-20T16:19:50.252Z] 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-04-20T16:19:50.252Z] [2021-04-20T16:19:50.252Z] [2021-04-20T16:19:50.252Z] ---> nproc: [2021-04-20T16:19:50.252Z] 4 [2021-04-20T16:19:50.252Z] [2021-04-20T16:19:50.252Z] [2021-04-20T16:19:50.252Z] ---> df -h: [2021-04-20T16:19:50.252Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T16:19:50.252Z] overlay 50.0G 11.4G 38.6G 23% / [2021-04-20T16:19:50.252Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T16:19:50.252Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T16:19:50.252Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T16:19:50.252Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-04-20T16:19:50.252Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-04-20T16:19:50.252Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-04-20T16:19:50.252Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-04-20T16:19:50.252Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-04-20T16:19:50.252Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-04-20T16:19:50.253Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-04-20T16:19:50.253Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-04-20T16:19:50.253Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/1 [2021-04-20T16:19:50.253Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/1@tmp [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] ---> free -m: [2021-04-20T16:19:50.253Z] total used free shared buff/cache available [2021-04-20T16:19:50.253Z] Mem: 1837 724 165 0 947 1029 [2021-04-20T16:19:50.253Z] Swap: 1023 82 941 [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] ---> ip addr: [2021-04-20T16:19:50.253Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T16:19:50.253Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T16:19:50.253Z] inet 127.0.0.1/8 scope host lo [2021-04-20T16:19:50.253Z] valid_lft forever preferred_lft forever [2021-04-20T16:19:50.253Z] inet6 ::1/128 scope host [2021-04-20T16:19:50.253Z] valid_lft forever preferred_lft forever [2021-04-20T16:19:50.253Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T16:19:50.253Z] link/ether fa:16:3e:ed:ac:11 brd ff:ff:ff:ff:ff:ff [2021-04-20T16:19:50.253Z] inet 10.30.122.112/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T16:19:50.253Z] valid_lft 84815sec preferred_lft 84815sec [2021-04-20T16:19:50.253Z] inet6 fe80::f816:3eff:feed:ac11/64 scope link [2021-04-20T16:19:50.253Z] valid_lft forever preferred_lft forever [2021-04-20T16:19:50.253Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T16:19:50.253Z] link/ether 02:42:17:49:41:a7 brd ff:ff:ff:ff:ff:ff [2021-04-20T16:19:50.253Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T16:19:50.253Z] valid_lft forever preferred_lft forever [2021-04-20T16:19:50.253Z] inet6 fe80::42:17ff:fe49:41a7/64 scope link [2021-04-20T16:19:50.253Z] valid_lft forever preferred_lft forever [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] ---> sar -b -r -n DEV: [2021-04-20T16:19:50.253Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] 15:53:13 LINUX RESTART (4 CPU) [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] 15:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-20T16:19:50.253Z] 15:55:01 163.99 85.28 78.71 0.00 10874.08 25063.57 0.00 [2021-04-20T16:19:50.253Z] 15:56:02 236.19 58.43 177.76 0.00 2729.61 38969.15 0.00 [2021-04-20T16:19:50.253Z] 15:57:01 199.59 103.64 95.96 0.00 3784.44 10366.58 0.00 [2021-04-20T16:19:50.253Z] 15:58:01 98.74 47.25 51.49 0.00 1682.38 6233.42 0.00 [2021-04-20T16:19:50.253Z] 15:59:01 86.96 33.58 53.37 0.00 2170.56 14539.93 0.00 [2021-04-20T16:19:50.253Z] 16:00:02 1039.33 785.59 253.74 0.00 91807.74 159971.80 0.00 [2021-04-20T16:19:50.253Z] 16:01:01 2095.77 1754.49 341.28 0.00 152218.30 156671.55 0.00 [2021-04-20T16:19:50.253Z] 16:02:01 264.44 137.88 126.57 0.00 13841.86 23787.51 0.00 [2021-04-20T16:19:50.253Z] 16:03:02 1453.37 1091.91 361.46 0.00 90845.29 133567.28 0.00 [2021-04-20T16:19:50.253Z] 16:04:01 1184.01 920.16 263.85 0.00 75439.07 80230.85 0.00 [2021-04-20T16:19:50.253Z] 16:05:01 153.86 17.39 136.47 0.00 3125.59 24985.56 0.00 [2021-04-20T16:19:50.253Z] 16:06:01 1.80 0.02 1.78 0.00 0.40 34.59 0.00 [2021-04-20T16:19:50.253Z] 16:07:02 0.25 0.02 0.23 0.00 0.27 4.08 0.00 [2021-04-20T16:19:50.253Z] 16:08:01 0.29 0.00 0.29 0.00 0.00 3.46 0.00 [2021-04-20T16:19:50.253Z] 16:09:01 1.93 1.70 0.23 0.00 52.76 2.71 0.00 [2021-04-20T16:19:50.253Z] 16:10:01 0.82 0.02 0.80 0.00 0.53 14.47 0.00 [2021-04-20T16:19:50.253Z] 16:11:01 0.23 0.00 0.23 0.00 0.00 2.07 0.00 [2021-04-20T16:19:50.253Z] 16:12:01 0.25 0.00 0.25 0.00 0.00 3.27 0.00 [2021-04-20T16:19:50.253Z] 16:13:01 0.27 0.00 0.27 0.00 0.00 2.61 0.00 [2021-04-20T16:19:50.253Z] 16:14:01 0.57 0.28 0.28 0.00 160.56 3.68 0.00 [2021-04-20T16:19:50.253Z] 16:15:01 0.20 0.02 0.18 0.00 0.53 1.63 0.00 [2021-04-20T16:19:50.253Z] 16:16:01 0.20 0.00 0.20 0.00 0.00 2.07 0.00 [2021-04-20T16:19:50.253Z] 16:17:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 [2021-04-20T16:19:50.253Z] 16:18:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 [2021-04-20T16:19:50.253Z] 16:19:01 0.20 0.00 0.20 0.00 0.00 2.32 0.00 [2021-04-20T16:19:50.253Z] Average: 279.14 201.26 77.88 0.00 17939.81 27013.87 0.00 [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] 15:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-20T16:19:50.253Z] 15:55:01 63872 0 687636 36.55 2596 1127440 1315924 44.91 678396 924336 11700 [2021-04-20T16:19:50.253Z] 15:56:02 327120 0 731688 38.89 1496 821240 1113740 38.01 425992 841656 12 [2021-04-20T16:19:50.253Z] 15:57:01 209352 0 859784 45.70 540 811868 1649076 56.28 683524 708352 34780 [2021-04-20T16:19:50.253Z] 15:58:01 219476 0 835944 44.43 504 825620 1641140 56.01 648708 726584 42224 [2021-04-20T16:19:50.253Z] 15:59:01 163092 0 783008 41.62 432 935012 1538932 52.52 602580 842600 41840 [2021-04-20T16:19:50.253Z] 16:00:02 398312 0 797188 42.37 4 686040 2916980 99.55 550568 715940 32 [2021-04-20T16:19:50.253Z] 16:01:01 282460 0 1017396 54.07 4 581684 4551848 155.35 665680 651924 2072 [2021-04-20T16:19:50.253Z] 16:02:01 357500 0 832828 44.26 4 691212 2169128 74.03 603796 662952 44928 [2021-04-20T16:19:50.253Z] 16:03:02 116424 0 737356 39.19 4 1027760 1911248 65.23 718176 817260 4424 [2021-04-20T16:19:50.253Z] 16:04:01 331888 0 791844 42.08 4 757808 2043944 69.76 605428 699912 81100 [2021-04-20T16:19:50.253Z] 16:05:01 155628 0 645792 34.32 4 1080120 1236804 42.21 482312 996220 20 [2021-04-20T16:19:50.253Z] 16:06:01 159404 0 641928 34.12 4 1080208 1198756 40.91 479408 995584 12 [2021-04-20T16:19:50.253Z] 16:07:02 159184 0 642124 34.13 4 1080232 1198876 40.92 480196 995608 8 [2021-04-20T16:19:50.253Z] 16:08:01 159688 0 641616 34.10 4 1080236 1198756 40.91 479540 995604 8 [2021-04-20T16:19:50.253Z] 16:09:01 157760 0 642668 34.16 4 1081112 1198888 40.92 480392 996112 20 [2021-04-20T16:19:50.253Z] 16:10:01 158256 0 642152 34.13 4 1081132 1198756 40.91 479924 996128 8 [2021-04-20T16:19:50.253Z] 16:11:01 158396 0 642008 34.12 4 1081136 1198756 40.91 479912 996128 16 [2021-04-20T16:19:50.253Z] 16:12:01 158452 0 641940 34.12 4 1081148 1198756 40.91 479920 996128 8 [2021-04-20T16:19:50.253Z] 16:13:01 158576 0 641812 34.11 4 1081152 1198756 40.91 479924 996128 8 [2021-04-20T16:19:50.253Z] 16:14:01 150700 0 644860 34.27 4 1085980 1198840 40.91 485656 998116 8 [2021-04-20T16:19:50.253Z] 16:15:01 150648 0 644920 34.28 4 1085972 1198780 40.91 485764 998116 8 [2021-04-20T16:19:50.253Z] 16:16:01 150488 0 645052 34.28 4 1086000 1198756 40.91 485700 998136 8 [2021-04-20T16:19:50.253Z] 16:17:01 150448 0 645092 34.29 4 1086000 1198756 40.91 485580 998132 8 [2021-04-20T16:19:50.253Z] 16:18:01 150404 0 645128 34.29 4 1086008 1198876 40.92 485796 998132 16 [2021-04-20T16:19:50.253Z] 16:19:01 150304 0 645216 34.29 4 1086020 1198876 40.92 486140 998132 8 [2021-04-20T16:19:50.253Z] Average: 191913 0 709079 37.69 226 980326 1554878 53.07 536760 901757 10531 [2021-04-20T16:19:50.253Z] [2021-04-20T16:19:50.253Z] 15:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-20T16:19:50.253Z] 15:55:01 eth0 1196.95 1397.26 4521.18 174.69 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:55:01 docker0 1134.37 844.44 84.37 2690.86 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:56:02 eth0 448.82 354.62 2313.82 35.47 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:56:02 docker0 220.44 270.94 14.70 837.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:57:01 eth0 39.14 22.46 35.34 14.85 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:57:01 veth6a411ed 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:58:01 eth0 55.37 45.86 18.40 80.51 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:58:01 veth6a411ed 2.52 2.52 0.20 0.20 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:58:01 docker0 2.52 2.52 0.17 0.20 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:59:01 eth0 219.41 172.03 1692.81 25.16 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:00:02 vethd33da12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:00:02 veth68bdaa9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:00:02 veth87e86ad 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:00:02 veth2ed161a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:01:01 veth8108912 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:01:01 veth8b2d03d 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:01:01 vethf5c1f1e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:01:01 eth0 2909.45 2605.47 12214.78 482.25 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:02:01 veth627c71e 2.11 4.41 0.14 29.69 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:02:01 veth8b2d03d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:02:01 eth0 32.59 19.05 155.00 6.39 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:02:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:03:02 vethacd7c26 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:03:02 veth8b2d03d 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:03:02 eth0 110.33 69.87 173.20 77.15 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:04:01 veth8b2d03d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:04:01 eth0 48.73 30.36 64.66 74.70 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:04:01 vethb5c3ee0 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:05:01 eth0 205.06 134.86 1619.94 21.28 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:05:01 docker0 1475.32 1302.98 106.90 4333.19 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:06:01 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:07:02 eth0 0.58 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:08:01 eth0 0.59 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:09:01 eth0 0.77 0.45 0.41 0.27 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:10:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:11:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.253Z] 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:12:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:14:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:15:01 eth0 0.30 0.12 0.08 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:16:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:17:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:18:01 eth0 0.97 0.40 0.34 0.18 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:19:01 eth0 0.68 0.38 0.35 0.27 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] Average: eth0 99.32 93.84 432.75 23.41 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] Average: docker0 59.12 52.21 4.28 173.64 0.00 0.00 0.00 0.00 [2021-04-20T16:19:50.254Z] [2021-04-20T16:19:50.254Z] [2021-04-20T16:19:50.254Z] ---> sar -P ALL: [2021-04-20T16:19:50.254Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T16:19:50.254Z] [2021-04-20T16:19:50.254Z] 15:53:13 LINUX RESTART (4 CPU) [2021-04-20T16:19:50.254Z] [2021-04-20T16:19:50.254Z] 15:54:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T16:19:50.254Z] 15:55:01 all 13.85 0.00 7.22 2.43 1.59 74.92 [2021-04-20T16:19:50.254Z] 15:55:01 0 15.64 0.00 8.97 1.13 1.53 72.72 [2021-04-20T16:19:50.254Z] 15:55:01 1 12.50 0.00 6.31 2.50 1.44 77.26 [2021-04-20T16:19:50.254Z] 15:55:01 2 16.43 0.00 6.01 2.55 1.66 73.34 [2021-04-20T16:19:50.254Z] 15:55:01 3 10.85 0.00 7.61 3.51 1.73 76.30 [2021-04-20T16:19:50.254Z] 15:56:02 all 9.27 0.00 7.61 5.80 2.91 74.40 [2021-04-20T16:19:50.254Z] 15:56:02 0 8.97 0.00 7.88 6.40 3.02 73.73 [2021-04-20T16:19:50.254Z] 15:56:02 1 9.01 0.00 6.91 5.13 3.10 75.86 [2021-04-20T16:19:50.254Z] 15:56:02 2 9.80 0.00 7.70 5.62 3.16 73.72 [2021-04-20T16:19:50.254Z] 15:56:02 3 9.31 0.00 7.96 6.06 2.38 74.30 [2021-04-20T16:19:50.254Z] 15:57:01 all 54.38 0.00 13.38 5.40 1.56 25.28 [2021-04-20T16:19:50.254Z] 15:57:01 0 55.23 0.00 13.13 4.42 1.65 25.57 [2021-04-20T16:19:50.254Z] 15:57:01 1 54.06 0.00 13.46 5.92 1.55 25.01 [2021-04-20T16:19:50.254Z] 15:57:01 2 54.01 0.00 14.00 5.82 1.80 24.37 [2021-04-20T16:19:50.254Z] 15:57:01 3 54.22 0.00 12.93 5.46 1.26 26.14 [2021-04-20T16:19:50.254Z] 15:58:01 all 49.93 0.00 13.80 1.79 3.77 30.70 [2021-04-20T16:19:50.254Z] 15:58:01 0 48.92 0.00 13.54 1.37 4.37 31.80 [2021-04-20T16:19:50.254Z] 15:58:01 1 50.78 0.00 13.62 2.42 3.58 29.61 [2021-04-20T16:19:50.254Z] 15:58:01 2 50.27 0.00 14.09 1.60 3.33 30.71 [2021-04-20T16:19:50.254Z] 15:58:01 3 49.78 0.00 13.97 1.78 3.81 30.66 [2021-04-20T16:19:50.254Z] 15:59:01 all 36.30 0.00 13.12 1.10 4.46 45.02 [2021-04-20T16:19:50.254Z] 15:59:01 0 36.09 0.00 13.49 0.42 4.08 45.92 [2021-04-20T16:19:50.254Z] 15:59:01 1 36.74 0.00 13.17 0.88 4.30 44.91 [2021-04-20T16:19:50.254Z] 15:59:01 2 36.07 0.00 13.05 2.13 4.85 43.90 [2021-04-20T16:19:50.254Z] 15:59:01 3 36.28 0.00 12.76 0.97 4.63 45.36 [2021-04-20T16:19:50.254Z] 16:00:02 all 20.67 0.00 20.94 4.79 9.92 43.68 [2021-04-20T16:19:50.254Z] 16:00:02 0 21.50 0.00 20.95 4.99 8.97 43.60 [2021-04-20T16:19:50.254Z] 16:00:02 1 16.46 0.00 19.83 4.97 11.79 46.95 [2021-04-20T16:19:50.254Z] 16:00:02 2 24.70 0.00 21.71 5.50 9.62 38.47 [2021-04-20T16:19:50.254Z] 16:00:02 3 20.13 0.00 21.32 3.69 9.25 45.62 [2021-04-20T16:19:50.254Z] 16:01:01 all 20.72 0.00 27.52 23.71 5.86 22.19 [2021-04-20T16:19:50.254Z] 16:01:01 0 22.43 0.00 31.46 23.80 4.90 17.42 [2021-04-20T16:19:50.254Z] 16:01:01 1 20.31 0.00 25.75 25.09 6.57 22.27 [2021-04-20T16:19:50.254Z] 16:01:01 2 19.82 0.00 25.70 21.85 6.04 26.58 [2021-04-20T16:19:50.254Z] 16:01:01 3 20.34 0.00 27.27 24.12 5.90 22.38 [2021-04-20T16:19:50.254Z] 16:02:01 all 74.38 0.00 15.39 4.18 2.59 3.46 [2021-04-20T16:19:50.254Z] 16:02:01 0 75.98 0.00 14.35 3.40 2.26 4.01 [2021-04-20T16:19:50.254Z] 16:02:01 1 72.46 0.00 17.23 3.92 2.77 3.62 [2021-04-20T16:19:50.254Z] 16:02:01 2 73.73 0.00 15.52 5.60 2.90 2.25 [2021-04-20T16:19:50.254Z] 16:02:01 3 75.33 0.00 14.47 3.79 2.43 3.98 [2021-04-20T16:19:50.254Z] 16:03:02 all 25.48 0.00 25.18 16.26 7.18 25.90 [2021-04-20T16:19:50.254Z] 16:03:02 0 27.57 0.00 28.01 17.04 6.57 20.81 [2021-04-20T16:19:50.254Z] 16:03:02 1 24.23 0.00 24.97 14.38 7.61 28.81 [2021-04-20T16:19:50.254Z] 16:03:02 2 24.48 0.00 23.80 16.44 7.57 27.71 [2021-04-20T16:19:50.254Z] 16:03:02 3 25.69 0.00 23.96 17.19 6.96 26.19 [2021-04-20T16:19:50.254Z] 16:04:01 all 53.95 0.00 22.03 13.80 3.01 7.21 [2021-04-20T16:19:50.254Z] 16:04:01 0 54.97 0.00 22.96 15.04 2.69 4.34 [2021-04-20T16:19:50.254Z] 16:04:01 1 54.25 0.00 22.22 14.05 2.71 6.76 [2021-04-20T16:19:50.254Z] 16:04:01 2 52.70 0.00 22.02 13.69 3.20 8.38 [2021-04-20T16:19:50.254Z] 16:04:01 3 53.89 0.00 20.90 12.40 3.45 9.35 [2021-04-20T16:19:50.254Z] 16:05:01 all 10.07 0.00 6.90 6.81 2.17 74.06 [2021-04-20T16:19:50.254Z] 16:05:01 0 12.34 0.00 7.74 5.14 1.96 72.82 [2021-04-20T16:19:50.254Z] 16:05:01 1 8.14 0.00 6.76 10.10 2.33 72.67 [2021-04-20T16:19:50.254Z] 16:05:01 2 9.15 0.00 6.70 5.31 2.01 76.83 [2021-04-20T16:19:50.254Z] 16:05:01 3 10.67 0.00 6.42 6.65 2.36 73.89 [2021-04-20T16:19:50.254Z] [2021-04-20T16:19:50.254Z] 16:05:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T16:19:50.254Z] 16:06:01 all 0.13 0.00 0.04 0.00 0.06 99.78 [2021-04-20T16:19:50.254Z] 16:06:01 0 0.43 0.00 0.03 0.00 0.05 99.48 [2021-04-20T16:19:50.254Z] 16:06:01 1 0.02 0.00 0.03 0.00 0.08 99.87 [2021-04-20T16:19:50.254Z] 16:06:01 2 0.05 0.00 0.07 0.00 0.08 99.80 [2021-04-20T16:19:50.254Z] 16:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-04-20T16:19:50.254Z] 16:07:02 all 0.17 0.00 0.05 0.00 0.03 99.76 [2021-04-20T16:19:50.254Z] 16:07:02 0 0.50 0.00 0.03 0.00 0.02 99.45 [2021-04-20T16:19:50.254Z] 16:07:02 1 0.07 0.00 0.03 0.00 0.03 99.87 [2021-04-20T16:19:50.254Z] 16:07:02 2 0.05 0.00 0.07 0.00 0.03 99.85 [2021-04-20T16:19:50.254Z] 16:07:02 3 0.07 0.00 0.05 0.00 0.02 99.87 [2021-04-20T16:19:50.254Z] 16:08:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-04-20T16:19:50.254Z] 16:08:01 0 0.47 0.00 0.02 0.00 0.02 99.49 [2021-04-20T16:19:50.254Z] 16:08:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:08:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-20T16:19:50.254Z] 16:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:09:01 all 0.17 0.00 0.09 0.02 0.00 99.72 [2021-04-20T16:19:50.254Z] 16:09:01 0 0.33 0.00 0.08 0.00 0.00 99.58 [2021-04-20T16:19:50.254Z] 16:09:01 1 0.25 0.00 0.10 0.07 0.00 99.58 [2021-04-20T16:19:50.254Z] 16:09:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2021-04-20T16:19:50.254Z] 16:09:01 3 0.05 0.00 0.08 0.02 0.02 99.83 [2021-04-20T16:19:50.254Z] 16:10:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2021-04-20T16:19:50.254Z] 16:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:10:01 1 0.45 0.00 0.05 0.00 0.00 99.50 [2021-04-20T16:19:50.254Z] 16:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T16:19:50.254Z] 16:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T16:19:50.254Z] 16:11:01 all 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-04-20T16:19:50.254Z] 16:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-20T16:19:50.254Z] 16:11:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-20T16:19:50.254Z] 16:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:12:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2021-04-20T16:19:50.254Z] 16:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T16:19:50.254Z] 16:12:01 1 0.40 0.00 0.07 0.00 0.02 99.52 [2021-04-20T16:19:50.254Z] 16:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T16:19:50.254Z] 16:13:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-04-20T16:19:50.254Z] 16:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T16:19:50.254Z] 16:13:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-20T16:19:50.254Z] 16:13:01 2 0.05 0.00 0.05 0.00 0.03 99.87 [2021-04-20T16:19:50.254Z] 16:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:14:01 all 0.15 0.00 0.03 0.01 0.01 99.79 [2021-04-20T16:19:50.254Z] 16:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-04-20T16:19:50.254Z] 16:14:01 1 0.52 0.00 0.02 0.00 0.02 99.45 [2021-04-20T16:19:50.254Z] 16:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T16:19:50.254Z] 16:14:01 3 0.07 0.00 0.08 0.03 0.02 99.80 [2021-04-20T16:19:50.254Z] 16:15:01 all 0.14 0.00 0.01 0.00 0.00 99.84 [2021-04-20T16:19:50.254Z] 16:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-20T16:19:50.254Z] 16:15:01 1 0.52 0.00 0.02 0.02 0.02 99.43 [2021-04-20T16:19:50.254Z] 16:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-20T16:19:50.254Z] 16:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:16:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-20T16:19:50.254Z] 16:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:16:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-20T16:19:50.254Z] 16:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T16:19:50.254Z] 16:16:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T16:19:50.254Z] [2021-04-20T16:19:50.254Z] 16:16:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T16:19:50.254Z] 16:17:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-04-20T16:19:50.254Z] 16:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T16:19:50.254Z] 16:17:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-20T16:19:50.254Z] 16:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-20T16:19:50.254Z] 16:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-20T16:19:50.254Z] 16:18:01 all 0.17 0.00 0.02 0.00 0.00 99.81 [2021-04-20T16:19:50.254Z] 16:18:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-20T16:19:50.254Z] 16:18:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-20T16:19:50.254Z] 16:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T16:19:50.254Z] 16:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-20T16:19:50.254Z] 16:19:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-04-20T16:19:50.254Z] 16:19:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T16:19:50.254Z] 16:19:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-04-20T16:19:50.254Z] 16:19:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-20T16:19:50.254Z] 16:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-20T16:19:50.254Z] Average: all 14.32 0.00 6.73 3.32 1.77 73.86 [2021-04-20T16:19:50.254Z] Average: 0 14.73 0.00 7.07 3.19 1.65 73.36 [2021-04-20T16:19:50.254Z] Average: 1 14.04 0.00 6.65 3.47 1.89 73.95 [2021-04-20T16:19:50.254Z] Average: 2 14.35 0.00 6.63 3.33 1.81 73.87 [2021-04-20T16:19:50.254Z] Average: 3 14.15 0.00 6.58 3.29 1.72 74.26 [2021-04-20T16:19:50.255Z] [2021-04-20T16:19:50.255Z] [2021-04-20T16:19:50.255Z]