Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c+05f2d13a179446ff46e2de9a60e91a19cc98f319 (dd020545b7278fe8da036090744f0036240d36ca) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 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 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-docker-4c-2g-30616’ is offline; ‘prd-centos7-docker-4c-2g-30617’ is offline; ‘prd-centos7-docker-4c-2g-30618’ is offline; ‘prd-centos7-docker-4c-2g-30619’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30623 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c Merge succeeded, producing 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c Checking out Revision 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # 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 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T20:09:08.820Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T20:09:09.075Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T20:09:09.180Z] ========================================================= [2021-03-19T20:09:09.180Z] EdgeX Global Pipelines Version Info [2021-03-19T20:09:09.180Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 [2021-03-19T20:09:11.181Z] ------------------- [2021-03-19T20:09:11.181Z] stable info: [2021-03-19T20:09:11.181Z] ------------------- [2021-03-19T20:09:11.181Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T20:09:11.181Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:09:11.181Z] Message: update stable to v1.0.186 [2021-03-19T20:09:12.126Z] ------------------- [2021-03-19T20:09:12.126Z] experimental info: [2021-03-19T20:09:12.126Z] ------------------- [2021-03-19T20:09:12.126Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T20:09:12.126Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:09:12.126Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T20:09:12.362Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-19T20:09:12.465Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-19T20:09:12.546Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T20:09:12.637Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T20:09:12.732Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T20:09:12.867Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T20:09:12.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T20:09:13.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-19T20:09:13.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-19T20:09:13.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-19T20:09:13.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T20:09:13.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T20:09:13.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T20:09:13.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T20:09:13.668Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:09:13.750Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:09:13.833Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T20:09:13.930Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T20:09:14.016Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T20:09:14.123Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T20:09:14.222Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T20:09:14.311Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T20:09:14.411Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-19T20:09:14.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-19T20:09:14.616Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-19T20:09:14.712Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [Pipeline] echo [2021-03-19T20:09:14.825Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6fc40da [Pipeline] echo [2021-03-19T20:09:14.950Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:09:15.127Z] provisioning config files... [2021-03-19T20:09:15.160Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config6703835381793403038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:09:15.567Z] ---> docker-login.sh [2021-03-19T20:09:15.567Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:09:15.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:15.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:15.832Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:15.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:15.832Z] [2021-03-19T20:09:16.095Z] Login Succeeded [2021-03-19T20:09:16.095Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:09:16.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:16.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:16.095Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:16.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:16.095Z] [2021-03-19T20:09:16.095Z] Login Succeeded [2021-03-19T20:09:16.095Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:09:16.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:16.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:16.359Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:16.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:16.359Z] [2021-03-19T20:09:16.359Z] Login Succeeded [2021-03-19T20:09:16.359Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:09:16.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:16.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:16.621Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:16.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:16.621Z] [2021-03-19T20:09:16.621Z] Login Succeeded [2021-03-19T20:09:16.621Z] docker.io [2021-03-19T20:09:16.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:16.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:16.882Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:16.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:16.882Z] [2021-03-19T20:09:16.882Z] Login Succeeded [2021-03-19T20:09:16.882Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:09:16.891Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:09:17.571Z] ++ 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-03-19T20:09:17.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:17.571Z] ++ dirname cmd/core-command/Dockerfile [2021-03-19T20:09:17.571Z] ++ cut -d/ -f2 [2021-03-19T20:09:17.571Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-19T20:09:17.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:17.571Z] ++ dirname cmd/core-data/Dockerfile [2021-03-19T20:09:17.571Z] ++ cut -d/ -f2 [2021-03-19T20:09:17.571Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-19T20:09:17.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:17.571Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-19T20:09:17.571Z] ++ cut -d/ -f2 [2021-03-19T20:09:17.571Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-19T20:09:17.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:17.571Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-19T20:09:17.571Z] ++ cut -d/ -f2 [2021-03-19T20:09:17.571Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-19T20:09:17.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:17.571Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-19T20:09:17.571Z] ++ cut -d/ -f2 [2021-03-19T20:09:17.571Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-19T20:09:17.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:17.571Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:09:17.571Z] ++ cut -d/ -f2 [2021-03-19T20:09:17.571Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:09:17.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:17.571Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-19T20:09:17.571Z] ++ cut -d/ -f2 [2021-03-19T20:09:17.571Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-19T20:09:17.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:17.571Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-19T20:09:17.571Z] ++ cut -d/ -f2 [2021-03-19T20:09:17.571Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-19T20:09:17.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:17.571Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-19T20:09:17.571Z] ++ cut -d/ -f2 [2021-03-19T20:09:17.571Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-19T20:09:17.642Z] 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-03-19T20:09:18.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:09:18.469Z] [2021-03-19T20:09:18.469Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:09:18.817Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:09:18.817Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T20:09:18.817Z] 31603596830f: Pulling fs layer [2021-03-19T20:09:18.817Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T20:09:18.817Z] 6ca5941a6612: Pulling fs layer [2021-03-19T20:09:18.817Z] ecc8261a40a4: Pulling fs layer [2021-03-19T20:09:18.817Z] ecc8261a40a4: Waiting [2021-03-19T20:09:18.817Z] 2a8b12db71e7: Verifying Checksum [2021-03-19T20:09:18.817Z] 2a8b12db71e7: Download complete [2021-03-19T20:09:19.079Z] 31603596830f: Verifying Checksum [2021-03-19T20:09:19.079Z] 31603596830f: Download complete [2021-03-19T20:09:19.079Z] 6ca5941a6612: Verifying Checksum [2021-03-19T20:09:19.079Z] 6ca5941a6612: Download complete [2021-03-19T20:09:19.079Z] ecc8261a40a4: Verifying Checksum [2021-03-19T20:09:19.079Z] ecc8261a40a4: Download complete [2021-03-19T20:09:19.341Z] 31603596830f: Pull complete [2021-03-19T20:09:19.341Z] 2a8b12db71e7: Pull complete [2021-03-19T20:09:20.304Z] 6ca5941a6612: Pull complete [2021-03-19T20:09:20.580Z] ecc8261a40a4: Pull complete [2021-03-19T20:09:20.580Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T20:09:20.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:09:20.580Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T20:09:20.715Z] prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container [2021-03-19T20:09:20.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T20:09:23.299Z] $ docker top c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T20:09:23.687Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:09:23.687Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:09:23.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:09:23.898Z] $ docker exec c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e ssh-agent [2021-03-19T20:09:24.060Z] SSH_AUTH_SOCK=/tmp/ssh-YbvVWMidQKv4/agent.13 [2021-03-19T20:09:24.060Z] SSH_AGENT_PID=18 [2021-03-19T20:09:24.069Z] Running ssh-add (command line suppressed) [2021-03-19T20:09:24.199Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_5155214955525849958.key (/w/workspace/edgex-go/19@tmp/private_key_5155214955525849958.key) [2021-03-19T20:09:24.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:09:24.591Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T20:09:24.615Z] $ docker exec --env ******** --env ******** c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e ssh-agent -k [2021-03-19T20:09:24.729Z] unset SSH_AUTH_SOCK; [2021-03-19T20:09:24.729Z] unset SSH_AGENT_PID; [2021-03-19T20:09:24.730Z] echo Agent pid 18 killed; [2021-03-19T20:09:24.777Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T20:09:24.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:09:24.924Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:09:25.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:09:25.087Z] $ docker exec c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e ssh-agent [2021-03-19T20:09:25.244Z] SSH_AUTH_SOCK=/tmp/ssh-lHdeDLjQXVaS/agent.47 [2021-03-19T20:09:25.244Z] SSH_AGENT_PID=52 [2021-03-19T20:09:25.250Z] Running ssh-add (command line suppressed) [2021-03-19T20:09:25.371Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_5059009716620906325.key (/w/workspace/edgex-go/19@tmp/private_key_5059009716620906325.key) [2021-03-19T20:09:25.420Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:09:25.801Z] + git semver init [2021-03-19T20:09:25.802Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T20:09:25.802Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2021-03-19T20:09:25.802Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2021-03-19T20:09:25.802Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T20:09:25.802Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T20:09:25.802Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T20:09:25.802Z] # $SEMVER_BRANCH = PR-3234 [2021-03-19T20:09:25.802Z] # $SEMVER_TEMP = /tmp/semver-217897608 [2021-03-19T20:09:25.802Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-19T20:09:44.021Z] # '/tmp/semver-217897608' -> '/w/workspace/edgex-go/19/.semver' [2021-03-19T20:09:44.021Z] # -> Force: false [2021-03-19T20:09:44.021Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2021-03-19T20:09:44.038Z] $ docker exec --env ******** --env ******** c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e ssh-agent -k [2021-03-19T20:09:44.227Z] unset SSH_AUTH_SOCK; [2021-03-19T20:09:44.228Z] unset SSH_AGENT_PID; [2021-03-19T20:09:44.228Z] echo Agent pid 52 killed; [2021-03-19T20:09:44.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:09:44.739Z] + git semver [Pipeline] } [2021-03-19T20:09:44.761Z] $ docker stop --time=1 c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e [2021-03-19T20:09:46.424Z] $ docker rm -f c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:09:46.920Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T20:09:47.497Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T20:09:47.500Z] [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-03-19T20:09:48.400Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:09:48.694Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:09:48.993Z] + sudo service docker restart [2021-03-19T20:09:48.994Z] + true [2021-03-19T20:09:48.994Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-19T20:09:49.582Z] ========================================================= [2021-03-19T20:09:49.582Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T20:09:49.582Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:09:49.921Z] + 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-03-19T20:09:54.162Z] Sending build context to Docker daemon 328.6MB [2021-03-19T20:09:54.162Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:09:54.162Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:09:54.162Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T20:09:54.162Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T20:09:54.162Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T20:09:54.162Z] de9db76c5a1d: Pulling fs layer [2021-03-19T20:09:54.162Z] bca2f99d35d6: Pulling fs layer [2021-03-19T20:09:54.162Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T20:09:54.162Z] 7c6f9722023f: Pulling fs layer [2021-03-19T20:09:54.162Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T20:09:54.162Z] 93359f2a8cfa: Waiting [2021-03-19T20:09:54.162Z] 7c6f9722023f: Waiting [2021-03-19T20:09:54.162Z] a35cf1a2eb13: Waiting [2021-03-19T20:09:54.162Z] bca2f99d35d6: Waiting [2021-03-19T20:09:54.162Z] de9db76c5a1d: Verifying Checksum [2021-03-19T20:09:54.162Z] de9db76c5a1d: Download complete [2021-03-19T20:09:54.162Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T20:09:54.162Z] 0ef7d3d256c8: Download complete [2021-03-19T20:09:54.162Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T20:09:54.162Z] 93359f2a8cfa: Download complete [2021-03-19T20:09:54.162Z] 7c6f9722023f: Verifying Checksum [2021-03-19T20:09:54.162Z] 7c6f9722023f: Download complete [2021-03-19T20:09:54.162Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T20:09:54.162Z] 188c0c94c7c5: Download complete [2021-03-19T20:09:54.784Z] 188c0c94c7c5: Pull complete [2021-03-19T20:09:54.784Z] 0ef7d3d256c8: Pull complete [2021-03-19T20:09:55.051Z] de9db76c5a1d: Pull complete [2021-03-19T20:09:56.020Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T20:09:56.020Z] a35cf1a2eb13: Download complete [2021-03-19T20:09:56.969Z] bca2f99d35d6: Verifying Checksum [2021-03-19T20:09:56.969Z] bca2f99d35d6: Download complete [2021-03-19T20:10:02.386Z] bca2f99d35d6: Pull complete [2021-03-19T20:10:02.386Z] 93359f2a8cfa: Pull complete [2021-03-19T20:10:02.386Z] 7c6f9722023f: Pull complete [2021-03-19T20:10:02.855Z] Still waiting to schedule task [2021-03-19T20:10:02.855Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-19T20:10:06.639Z] a35cf1a2eb13: Pull complete [2021-03-19T20:10:06.639Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T20:10:06.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T20:10:06.639Z] ---> a62c8e92a672 [2021-03-19T20:10:06.639Z] 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-03-19T20:10:06.639Z] ---> Running in 3614afadd7f7 [2021-03-19T20:10:06.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:10:07.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:10:08.466Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:10:09.043Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:10:09.043Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:10:09.043Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:10:23.998Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:10:23.998Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:10:23.998Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:10:23.998Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:10:23.998Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:10:23.998Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:10:23.998Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:10:23.998Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:10:23.998Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:10:23.998Z] OK: 233 MiB in 51 packages [2021-03-19T20:10:26.564Z] Removing intermediate container 3614afadd7f7 [2021-03-19T20:10:26.564Z] ---> 7c5d1b54f2b6 [2021-03-19T20:10:26.564Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:10:26.564Z] ---> Running in 26bcde809fe4 [2021-03-19T20:10:26.564Z] Removing intermediate container 26bcde809fe4 [2021-03-19T20:10:26.564Z] ---> bd1356108668 [2021-03-19T20:10:26.564Z] Step 5/6 : COPY go.mod . [2021-03-19T20:10:26.564Z] ---> e2cac162fc12 [2021-03-19T20:10:26.564Z] Step 6/6 : RUN go mod download [2021-03-19T20:10:26.564Z] ---> Running in 614983d1b99a [2021-03-19T20:10:48.580Z] Removing intermediate container 614983d1b99a [2021-03-19T20:10:48.580Z] ---> 5626d4e89e49 [2021-03-19T20:10:48.580Z] Successfully built 5626d4e89e49 [2021-03-19T20:10:48.580Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:10:49.611Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:10:49.611Z] . [Pipeline] withDockerContainer [2021-03-19T20:10:49.705Z] prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container [2021-03-19T20:10:49.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T20:10:50.421Z] $ docker top 431ca4e8ae2cba238a8738f4ba1e20d16e250faffde53d2ca884962d578d86ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:10:50.991Z] + go version [2021-03-19T20:10:50.991Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T20:10:51.076Z] $ docker stop --time=1 431ca4e8ae2cba238a8738f4ba1e20d16e250faffde53d2ca884962d578d86ac [2021-03-19T20:10:52.426Z] $ docker rm -f 431ca4e8ae2cba238a8738f4ba1e20d16e250faffde53d2ca884962d578d86ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:10:53.287Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:10:53.287Z] . [Pipeline] withDockerContainer [2021-03-19T20:10:53.393Z] prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container [2021-03-19T20:10:53.442Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T20:10:54.080Z] $ docker top aae273195cac7886c656731aa4657c234ed8963c70213df1c28c67cf15331c84 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:10:54.318Z] ========================================================= [2021-03-19T20:10:54.318Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T20:10:54.318Z] ========================================================= [Pipeline] sh [2021-03-19T20:10:54.610Z] + make test [2021-03-19T20:10:54.610Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T20:11:02.899Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T20:11:21.243Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T20:11:21.825Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T20:11:23.773Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T20:11:23.773Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T20:11:25.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T20:11:25.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T20:11:25.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T20:11:25.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T20:11:26.606Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T20:11:26.606Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T20:11:29.174Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T20:11:29.174Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T20:11:29.174Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T20:11:31.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 45.9% of statements [2021-03-19T20:11:31.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T20:11:31.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T20:11:31.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T20:11:31.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T20:11:31.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T20:11:31.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T20:11:31.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements [2021-03-19T20:11:31.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements [2021-03-19T20:11:36.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.1% of statements [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T20:11:36.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T20:11:36.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T20:11:36.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T20:11:36.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 82.9% of statements [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:11:36.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements [2021-03-19T20:11:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T20:11:38.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.317s coverage: 28.6% of statements [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T20:11:38.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T20:11:38.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T20:11:38.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.120s coverage: 86.7% of statements [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T20:11:38.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T20:11:38.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T20:11:38.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T20:11:40.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 92.8% of statements [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T20:11:40.985Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T20:11:40.985Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.133s coverage: 0.1% of statements [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T20:11:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T20:11:40.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements [2021-03-19T20:11:40.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.037s coverage: 79.5% of statements [2021-03-19T20:11:40.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-03-19T20:11:40.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-03-19T20:11:40.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-03-19T20:11:53.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements [2021-03-19T20:11:53.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements [2021-03-19T20:11:56.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.105s coverage: 81.9% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.060s coverage: 92.9% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.023s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.067s coverage: 91.6% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 62.4% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.257s coverage: 69.0% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 38.4% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.0% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 87.1% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.087s coverage: 96.5% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T20:12:06.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-03-19T20:12:06.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-03-19T20:12:06.625Z] GO111MODULE=on go vet ./... [2021-03-19T20:12:33.656Z] gofmt -l . [2021-03-19T20:12:33.656Z] [ "`gofmt -l .`" = "" ] [2021-03-19T20:12:33.656Z] ./bin/test-go-mod-tidy.sh [2021-03-19T20:12:33.656Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T20:12:34.055Z] + ls -al . [2021-03-19T20:12:34.055Z] total 760 [2021-03-19T20:12:34.055Z] drwxrwxr-x 10 1001 1001 4096 Mar 19 20:12 . [2021-03-19T20:12:34.055Z] drwxr-xr-x 4 root root 30 Mar 19 20:10 .. [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 20:09 .dockerignore [2021-03-19T20:12:34.055Z] drwxrwxr-x 8 1001 1001 179 Mar 19 20:09 .git [2021-03-19T20:12:34.055Z] drwxrwxr-x 3 1001 1001 125 Mar 19 20:09 .github [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 20:09 .gitignore [2021-03-19T20:12:34.055Z] drwx------ 3 1001 1001 60 Mar 19 20:09 .semver [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 20:09 .sonarcloud.properties [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:09 Attribution.txt [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:09 CONTRIBUTING.md [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 20:09 Dockerfile.build [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 20:09 Jenkinsfile [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:09 LICENSE [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:09 Makefile [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:09 README.md [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:09 SECURITY.md [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 20:09 VERSION [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:09 ZMQWindows.md [2021-03-19T20:12:34.055Z] drwxrwxr-x 2 1001 1001 117 Mar 19 20:09 bin [2021-03-19T20:12:34.055Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 20:09 cmd [2021-03-19T20:12:34.055Z] -rw-r--r-- 1 root root 650607 Mar 19 20:12 coverage.out [2021-03-19T20:12:34.055Z] -rw-r--r-- 1 root root 1056 Mar 19 20:12 go.mod [2021-03-19T20:12:34.055Z] -rw-r--r-- 1 root root 21983 Mar 19 20:12 go.sum [2021-03-19T20:12:34.055Z] drwxrwxr-x 8 1001 1001 127 Mar 19 20:09 internal [2021-03-19T20:12:34.055Z] drwxrwxr-x 4 1001 1001 26 Mar 19 20:09 openapi [2021-03-19T20:12:34.055Z] drwxrwxr-x 4 1001 1001 71 Mar 19 20:09 snap [2021-03-19T20:12:34.055Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 20:09 version.go [Pipeline] sh [2021-03-19T20:12:34.459Z] + '[' -e coverage.out ] [2021-03-19T20:12:34.459Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T20:12:34.702Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T20:12:35.059Z] + make build [2021-03-19T20:12:35.059Z] 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-03-19T20:12:39.427Z] 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-03-19T20:12:48.695Z] 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-03-19T20:12:48.695Z] 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-03-19T20:12:50.086Z] 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-03-19T20:12:50.348Z] 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-03-19T20:12:51.735Z] 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-03-19T20:12:53.121Z] 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-03-19T20:12:54.068Z] 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-03-19T20:12:55.458Z] 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-03-19T20:12:56.402Z] 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-03-19T20:12:57.805Z] 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-03-19T20:12:59.243Z] $ docker stop --time=1 aae273195cac7886c656731aa4657c234ed8963c70213df1c28c67cf15331c84 [2021-03-19T20:13:00.828Z] $ docker rm -f aae273195cac7886c656731aa4657c234ed8963c70213df1c28c67cf15331c84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:13:03.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:13:03.460Z] [2021-03-19T20:13:03.460Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:13:03.805Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:13:03.805Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-19T20:13:03.805Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-19T20:13:03.805Z] ca9280d653b3: Pulling fs layer [2021-03-19T20:13:03.805Z] 7e9c9ca2126c: Pulling fs layer [2021-03-19T20:13:03.805Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-19T20:13:03.805Z] cbdbe7a5bc2a: Download complete [2021-03-19T20:13:04.384Z] cbdbe7a5bc2a: Pull complete [2021-03-19T20:13:04.384Z] ca9280d653b3: Verifying Checksum [2021-03-19T20:13:04.384Z] ca9280d653b3: Download complete [2021-03-19T20:13:05.333Z] ca9280d653b3: Pull complete [2021-03-19T20:13:05.594Z] 7e9c9ca2126c: Download complete [2021-03-19T20:13:08.073Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30627 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-19T20:13:08.132Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-03-19T20:13:12.201Z] 7e9c9ca2126c: Pull complete [2021-03-19T20:13:12.201Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-19T20:13:12.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:13:12.201Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-19T20:13:12.315Z] prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container [2021-03-19T20:13:12.512Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-19T20:13:13.715Z] using credential edgex-jenkins-ssh [2021-03-19T20:13:13.804Z] Cloning the remote Git repository [2021-03-19T20:13:14.461Z] $ docker top 4d692ace1701095a10855ca1347e99097003f15a6702bc183664a574581e98c0 -eo pid,comm [2021-03-19T20:13:13.857Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:13:13.989Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-03-19T20:13:14.079Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:13:14.079Z] > git --version # timeout=10 [2021-03-19T20:13:14.094Z] > git --version # 'git version 2.17.1' [2021-03-19T20:13:14.096Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:13:14.173Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] { [Pipeline] sh [2021-03-19T20:13:15.055Z] + docker-compose build --help [2021-03-19T20:13:15.055Z] + grep parallel [2021-03-19T20:13:16.001Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:13:16.021Z] $ docker stop --time=1 4d692ace1701095a10855ca1347e99097003f15a6702bc183664a574581e98c0 [2021-03-19T20:13:17.378Z] $ docker rm -f 4d692ace1701095a10855ca1347e99097003f15a6702bc183664a574581e98c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:13:18.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:13:18.037Z] . [Pipeline] withDockerContainer [2021-03-19T20:13:18.164Z] prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container [2021-03-19T20:13:18.246Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-19T20:13:18.860Z] $ docker top cae49c4c2ce1a4b0e6ca3ad607580444fe974f9ee8249df1d62a469091308dc2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:13:19.915Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:13:20.878Z] Building docker-core-command-go ... [2021-03-19T20:13:20.878Z] Building docker-core-data-go ... [2021-03-19T20:13:20.878Z] Building docker-core-metadata-go ... [2021-03-19T20:13:20.878Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:13:20.878Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:13:20.878Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:13:20.878Z] Building docker-support-notifications-go ... [2021-03-19T20:13:20.878Z] Building docker-support-scheduler-go ... [2021-03-19T20:13:20.878Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:13:20.878Z] Building docker-support-notifications-go [2021-03-19T20:13:20.878Z] Building docker-core-metadata-go [2021-03-19T20:13:20.878Z] Building docker-security-secretstore-setup-go [2021-03-19T20:13:20.878Z] Building docker-core-command-go [2021-03-19T20:13:20.878Z] Building docker-sys-mgmt-agent-go [2021-03-19T20:13:34.533Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:13:34.561Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:13:34.607Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:13:34.651Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:13:34.652Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:13:34.674Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:13:35.362Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:13:35.969Z] Merge succeeded, producing 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:13:35.969Z] Checking out Revision 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c (PR-3234) [2021-03-19T20:13:35.433Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:13:35.472Z] > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 [2021-03-19T20:13:35.859Z] > git remote # timeout=10 [2021-03-19T20:13:35.883Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:13:35.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:13:35.925Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T20:13:35.952Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:13:35.983Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:13:36.017Z] > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 [2021-03-19T20:13:41.007Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T20:13:42.620Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:13:43.217Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:13:43.573Z] + sudo service docker restart [2021-03-19T20:13:43.573Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:13:46.276Z] provisioning config files... [2021-03-19T20:13:46.349Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config4334612557479407090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:13:46.766Z] ---> docker-login.sh [2021-03-19T20:13:46.767Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:13:47.642Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:47.642Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:13:47.642Z] ---> 5626d4e89e49 [2021-03-19T20:13:47.642Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:13:47.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:47.909Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:47.909Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:13:47.909Z] ---> 5626d4e89e49 [2021-03-19T20:13:47.909Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:13:47.909Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:47.909Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:13:47.909Z] ---> 5626d4e89e49 [2021-03-19T20:13:47.909Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:13:48.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:48.062Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:48.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:48.062Z] [2021-03-19T20:13:48.062Z] Login Succeeded [2021-03-19T20:13:48.062Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:13:48.173Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:48.173Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:13:48.173Z] ---> 5626d4e89e49 [2021-03-19T20:13:48.173Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:13:48.436Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:48.436Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:13:48.436Z] ---> 5626d4e89e49 [2021-03-19T20:13:48.436Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:13:48.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:48.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:48.662Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:48.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:48.662Z] [2021-03-19T20:13:48.662Z] Login Succeeded [2021-03-19T20:13:48.662Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:13:49.007Z] ---> Running in f25d4455e675 [2021-03-19T20:13:49.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:49.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:49.263Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:49.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:49.263Z] [2021-03-19T20:13:49.263Z] Login Succeeded [2021-03-19T20:13:49.263Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:13:49.267Z] ---> Running in bd9e15e65973 [2021-03-19T20:13:49.267Z] ---> Running in e5052cb4ada5 [2021-03-19T20:13:49.267Z] ---> Running in 6746e0486321 [2021-03-19T20:13:49.267Z] ---> Running in f903cebd4a3d [2021-03-19T20:13:49.837Z] Removing intermediate container f25d4455e675 [2021-03-19T20:13:49.837Z] ---> 6f207ea70965 [2021-03-19T20:13:49.837Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:13:49.837Z] Removing intermediate container e5052cb4ada5 [2021-03-19T20:13:49.837Z] ---> 422b3fe8ca6a [2021-03-19T20:13:49.837Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:13:49.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:49.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:49.877Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:49.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:49.877Z] [2021-03-19T20:13:49.877Z] Login Succeeded [2021-03-19T20:13:49.877Z] docker.io [2021-03-19T20:13:50.111Z] Removing intermediate container bd9e15e65973 [2021-03-19T20:13:50.111Z] ---> 02db48d5e34b [2021-03-19T20:13:50.111Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:13:50.111Z] ---> Running in 685c758b019a [2021-03-19T20:13:50.111Z] ---> Running in a9384af1d591 [2021-03-19T20:13:50.111Z] Removing intermediate container 6746e0486321 [2021-03-19T20:13:50.111Z] ---> 44ea852734d5 [2021-03-19T20:13:50.111Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:13:50.373Z] Removing intermediate container f903cebd4a3d [2021-03-19T20:13:50.373Z] ---> 75a5bb3dcf9d [2021-03-19T20:13:50.373Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:13:50.373Z] ---> Running in 64f6fcfbfc12 [2021-03-19T20:13:50.373Z] ---> Running in 8c1c9abf137e [2021-03-19T20:13:50.373Z] ---> Running in 91d951cc2ede [2021-03-19T20:13:50.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:50.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:50.755Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:50.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:50.755Z] [2021-03-19T20:13:50.755Z] Login Succeeded [2021-03-19T20:13:50.755Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:13:50.776Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T20:13:51.317Z] ========================================================= [2021-03-19T20:13:51.317Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T20:13:51.317Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:13:51.730Z] + 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-03-19T20:13:52.314Z] Removing intermediate container 64f6fcfbfc12 [2021-03-19T20:13:52.314Z] ---> c05a855ee229 [2021-03-19T20:13:52.314Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:13:52.314Z] ---> Running in 179cc9857ec9 [2021-03-19T20:13:52.314Z] Removing intermediate container a9384af1d591 [2021-03-19T20:13:52.314Z] ---> 8a196735f41b [2021-03-19T20:13:52.314Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:13:52.580Z] ---> Running in 8ef69e994345 [2021-03-19T20:13:52.580Z] Removing intermediate container 685c758b019a [2021-03-19T20:13:52.580Z] ---> 81b7f7652ad4 [2021-03-19T20:13:52.580Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:13:52.852Z] Removing intermediate container 8c1c9abf137e [2021-03-19T20:13:52.852Z] ---> c5095233ad24 [2021-03-19T20:13:52.852Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:13:52.852Z] ---> Running in b9005534bd0b [2021-03-19T20:13:53.120Z] ---> Running in a0013d771152 [2021-03-19T20:13:53.120Z] Removing intermediate container 91d951cc2ede [2021-03-19T20:13:53.120Z] ---> d91922cd1b69 [2021-03-19T20:13:53.120Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:13:53.410Z] ---> Running in 43e0f3c2dd6f [2021-03-19T20:13:53.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:53.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:53.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:53.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:53.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:54.463Z] Sending build context to Docker daemon 166.8MB [2021-03-19T20:13:54.463Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:54.463Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:13:54.463Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T20:13:54.463Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T20:13:54.463Z] a4357932f1b6: Pulling fs layer [2021-03-19T20:13:54.463Z] 18c013af1878: Pulling fs layer [2021-03-19T20:13:54.463Z] 00ac8860ef70: Pulling fs layer [2021-03-19T20:13:54.463Z] 63d7cb157983: Pulling fs layer [2021-03-19T20:13:54.463Z] b116817d02f9: Pulling fs layer [2021-03-19T20:13:54.463Z] 745a02a5169b: Pulling fs layer [2021-03-19T20:13:54.463Z] 00ac8860ef70: Waiting [2021-03-19T20:13:54.463Z] 63d7cb157983: Waiting [2021-03-19T20:13:54.463Z] b116817d02f9: Waiting [2021-03-19T20:13:54.463Z] 745a02a5169b: Waiting [2021-03-19T20:13:54.463Z] 18c013af1878: Verifying Checksum [2021-03-19T20:13:54.463Z] a4357932f1b6: Verifying Checksum [2021-03-19T20:13:54.463Z] a4357932f1b6: Download complete [2021-03-19T20:13:54.463Z] 63d7cb157983: Verifying Checksum [2021-03-19T20:13:54.463Z] 63d7cb157983: Download complete [2021-03-19T20:13:54.463Z] b116817d02f9: Download complete [2021-03-19T20:13:54.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:54.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:54.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:54.735Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T20:13:54.735Z] 5f621e34cdf4: Download complete [2021-03-19T20:13:54.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:54.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:55.060Z] OK: 233 MiB in 51 packages [2021-03-19T20:13:55.060Z] OK: 233 MiB in 51 packages [2021-03-19T20:13:55.330Z] OK: 233 MiB in 51 packages [2021-03-19T20:13:55.330Z] Removing intermediate container 8ef69e994345 [2021-03-19T20:13:55.330Z] ---> bbc234bbbfe6 [2021-03-19T20:13:55.330Z] Step 6/22 : COPY go.mod . [2021-03-19T20:13:55.334Z] 5f621e34cdf4: Pull complete [2021-03-19T20:13:55.593Z] Removing intermediate container a0013d771152 [2021-03-19T20:13:55.593Z] ---> c88183a68b76 [2021-03-19T20:13:55.593Z] Step 6/23 : COPY go.mod . [2021-03-19T20:13:55.854Z] Removing intermediate container 179cc9857ec9 [2021-03-19T20:13:55.854Z] ---> 0606600940e4 [2021-03-19T20:13:55.854Z] Step 6/24 : COPY go.mod . [2021-03-19T20:13:55.854Z] ---> 5647b4158a31 [2021-03-19T20:13:55.854Z] Step 7/22 : RUN go mod download [2021-03-19T20:13:55.854Z] ---> Running in 2fb3e6094c1e [2021-03-19T20:13:55.854Z] OK: 233 MiB in 51 packages [2021-03-19T20:13:55.938Z] a4357932f1b6: Pull complete [2021-03-19T20:13:56.120Z] ---> 9e36511b33e9 [2021-03-19T20:13:56.120Z] Step 7/24 : RUN go mod download [2021-03-19T20:13:56.120Z] ---> b7855b324b26 [2021-03-19T20:13:56.120Z] Step 7/23 : RUN go mod download [2021-03-19T20:13:56.220Z] 18c013af1878: Pull complete [2021-03-19T20:13:56.411Z] OK: 233 MiB in 51 packages [2021-03-19T20:13:56.411Z] ---> Running in dff47a2f2349 [2021-03-19T20:13:56.411Z] ---> Running in 11cce892d416 [2021-03-19T20:13:56.707Z] Removing intermediate container 43e0f3c2dd6f [2021-03-19T20:13:56.707Z] ---> 25304f327234 [2021-03-19T20:13:56.707Z] Step 6/26 : COPY go.mod . [2021-03-19T20:13:57.318Z] ---> 7817165a10dc [2021-03-19T20:13:57.318Z] Step 7/26 : RUN go mod download [2021-03-19T20:13:57.318Z] ---> Running in c4db6b4e9448 [2021-03-19T20:13:57.318Z] Removing intermediate container b9005534bd0b [2021-03-19T20:13:57.318Z] ---> 3947ba35cd04 [2021-03-19T20:13:57.318Z] Step 6/23 : COPY go.mod . [2021-03-19T20:13:57.599Z] ---> 5df04f6bcfd6 [2021-03-19T20:13:57.599Z] Step 7/23 : RUN go mod download [2021-03-19T20:13:57.865Z] ---> Running in 2ef49f56a1a6 [2021-03-19T20:13:58.129Z] Removing intermediate container 2fb3e6094c1e [2021-03-19T20:13:58.129Z] ---> 47d02552ad75 [2021-03-19T20:13:58.129Z] Step 8/22 : COPY . . [2021-03-19T20:13:58.257Z] 745a02a5169b: Verifying Checksum [2021-03-19T20:13:58.257Z] 745a02a5169b: Download complete [2021-03-19T20:13:59.241Z] 00ac8860ef70: Verifying Checksum [2021-03-19T20:13:59.241Z] 00ac8860ef70: Download complete [2021-03-19T20:13:59.541Z] Removing intermediate container dff47a2f2349 [2021-03-19T20:13:59.541Z] ---> 66ebb0fedb0e [2021-03-19T20:13:59.541Z] Step 8/24 : COPY . . [2021-03-19T20:13:59.806Z] Removing intermediate container 11cce892d416 [2021-03-19T20:13:59.806Z] ---> 0b110e2c6328 [2021-03-19T20:13:59.806Z] Step 8/23 : COPY . . [2021-03-19T20:14:03.133Z] Removing intermediate container c4db6b4e9448 [2021-03-19T20:14:03.133Z] ---> b7d05ede1ce6 [2021-03-19T20:14:03.133Z] Step 8/26 : COPY . . [2021-03-19T20:14:09.481Z] 00ac8860ef70: Pull complete [2021-03-19T20:14:09.481Z] 63d7cb157983: Pull complete [2021-03-19T20:14:09.481Z] b116817d02f9: Pull complete [2021-03-19T20:14:10.629Z] Removing intermediate container 2ef49f56a1a6 [2021-03-19T20:14:10.630Z] ---> 8716f54aec3a [2021-03-19T20:14:10.630Z] Step 8/23 : COPY . . [2021-03-19T20:14:12.898Z] 745a02a5169b: Pull complete [2021-03-19T20:14:12.898Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T20:14:12.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T20:14:12.899Z] ---> b7e6874047d6 [2021-03-19T20:14:12.899Z] 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-03-19T20:14:16.368Z] ---> Running in f833e5062c35 [2021-03-19T20:14:17.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:14:18.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:14:23.173Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:14:23.769Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:14:23.769Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:14:24.044Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:14:37.465Z] ---> 6c052cb4566d [2021-03-19T20:14:37.465Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:14:37.465Z] ---> 782b47e74c54 [2021-03-19T20:14:37.465Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T20:14:40.025Z] ---> Running in dceb391bb6a9 [2021-03-19T20:14:40.025Z] ---> Running in cf62ccbb34dc [2021-03-19T20:14:40.025Z] ---> 24597ed11c5b [2021-03-19T20:14:40.025Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:14:40.025Z] ---> 4963a2d95beb [2021-03-19T20:14:40.025Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:14:40.601Z] ---> Running in 194036d444d2 [2021-03-19T20:14:40.601Z] ---> Running in 359108e768e2 [2021-03-19T20:14:42.010Z] 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-03-19T20:14:42.010Z] 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-03-19T20:14:42.280Z] 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-03-19T20:14:42.280Z] 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-03-19T20:14:42.867Z] ---> 4407dabfc0e7 [2021-03-19T20:14:42.867Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:14:42.867Z] ---> Running in a5ab3c5052d6 [2021-03-19T20:14:43.834Z] 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-03-19T20:14:46.243Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:14:46.243Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:14:46.243Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:14:46.243Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:14:46.243Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:14:46.243Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:14:46.243Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:14:46.243Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:14:46.243Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:14:46.243Z] OK: 217 MiB in 51 packages [2021-03-19T20:14:50.573Z] Removing intermediate container f833e5062c35 [2021-03-19T20:14:50.573Z] ---> 2e70fd266db9 [2021-03-19T20:14:50.573Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:14:50.573Z] ---> Running in 72095d9b853a [2021-03-19T20:14:50.573Z] Removing intermediate container 72095d9b853a [2021-03-19T20:14:50.573Z] ---> 36965a531ab2 [2021-03-19T20:14:50.573Z] Step 5/6 : COPY go.mod . [2021-03-19T20:14:51.168Z] ---> c48fcecbf77b [2021-03-19T20:14:51.168Z] Step 6/6 : RUN go mod download [2021-03-19T20:14:51.444Z] ---> Running in bdb771741eb8 [2021-03-19T20:15:10.571Z] 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-03-19T20:15:18.271Z] Removing intermediate container bdb771741eb8 [2021-03-19T20:15:18.271Z] ---> b2eae56cca04 [2021-03-19T20:15:18.271Z] Successfully built b2eae56cca04 [2021-03-19T20:15:18.271Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:18.619Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T20:15:18.619Z] . [Pipeline] withDockerContainer [2021-03-19T20:15:18.813Z] Removing intermediate container 359108e768e2 [2021-03-19T20:15:18.813Z] ---> 678a8b68ada8 [2021-03-19T20:15:18.813Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:15:18.866Z] prd-ubuntu18.04-docker-arm64-4c-16g-30627 does not seem to be running inside a container [2021-03-19T20:15:18.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T20:15:19.386Z] Removing intermediate container dceb391bb6a9 [2021-03-19T20:15:19.386Z] ---> ffa98f3ab5bb [2021-03-19T20:15:19.386Z] [2021-03-19T20:15:19.386Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:15:19.386Z] Removing intermediate container 194036d444d2 [2021-03-19T20:15:19.386Z] ---> 53dec584d9ee [2021-03-19T20:15:19.386Z] [2021-03-19T20:15:19.386Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:15:19.386Z] ---> Running in be0d9401aa15 [2021-03-19T20:15:19.386Z] 3.12: Pulling from library/alpine [2021-03-19T20:15:19.386Z] 3.12: Pulling from library/alpine [2021-03-19T20:15:20.343Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:15:20.343Z] 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-03-19T20:15:20.343Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:15:20.343Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:15:20.343Z] ---> 88dd2752d2ea [2021-03-19T20:15:20.343Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:15:20.343Z] Status: Image is up to date for alpine:3.12 [2021-03-19T20:15:20.343Z] ---> 88dd2752d2ea [2021-03-19T20:15:20.343Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:15:20.382Z] $ docker top 90a8f6eb7363a9fb9b00a33771a623fca30b386be2190b840ada221892da15ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:15:21.376Z] + go version [2021-03-19T20:15:21.376Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T20:15:21.406Z] $ docker stop --time=1 90a8f6eb7363a9fb9b00a33771a623fca30b386be2190b840ada221892da15ed [2021-03-19T20:15:23.405Z] $ docker rm -f 90a8f6eb7363a9fb9b00a33771a623fca30b386be2190b840ada221892da15ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:24.420Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T20:15:24.421Z] . [Pipeline] withDockerContainer [2021-03-19T20:15:24.556Z] ---> Running in 4f345a87d690 [2021-03-19T20:15:24.556Z] ---> Running in 27d081bb6a76 [2021-03-19T20:15:24.556Z] Removing intermediate container cf62ccbb34dc [2021-03-19T20:15:24.556Z] ---> 15b85cd02bcb [2021-03-19T20:15:24.556Z] [2021-03-19T20:15:24.556Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:15:24.556Z] ---> 88dd2752d2ea [2021-03-19T20:15:24.556Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:15:24.556Z] Removing intermediate container a5ab3c5052d6 [2021-03-19T20:15:24.556Z] ---> 85f2dbdea609 [2021-03-19T20:15:24.556Z] [2021-03-19T20:15:24.556Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:15:24.556Z] ---> 88dd2752d2ea [2021-03-19T20:15:24.556Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:15:24.744Z] prd-ubuntu18.04-docker-arm64-4c-16g-30627 does not seem to be running inside a container [2021-03-19T20:15:24.817Z] ---> Running in 7d4ed8593e81 [2021-03-19T20:15:24.817Z] ---> Running in 7bdb84751ba3 [2021-03-19T20:15:24.837Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T20:15:25.406Z] Removing intermediate container be0d9401aa15 [2021-03-19T20:15:25.406Z] ---> abe7d22a9c83 [2021-03-19T20:15:25.406Z] [2021-03-19T20:15:25.406Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:15:25.406Z] 20.10.0: Pulling from library/docker [2021-03-19T20:15:25.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:25.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:25.692Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:15:25.692Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:15:25.692Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:15:25.692Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:15:25.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:25.692Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:15:25.692Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:15:25.692Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:15:25.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:25.692Z] OK: 7 MiB in 19 packages [2021-03-19T20:15:25.972Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:15:25.972Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:15:25.972Z] OK: 6 MiB in 15 packages [2021-03-19T20:15:25.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:26.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:26.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:26.235Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:15:26.235Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:15:26.235Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:15:26.235Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:15:26.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:26.499Z] OK: 6 MiB in 16 packages [2021-03-19T20:15:26.499Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:15:26.499Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:15:26.499Z] OK: 6 MiB in 15 packages [2021-03-19T20:15:26.687Z] $ docker top ecb671790ed4e041c06e9241cf75ac0370c84d66fc8ee9d2de073d27a5268455 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:15:27.064Z] ========================================================= [2021-03-19T20:15:27.064Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T20:15:27.064Z] ========================================================= [Pipeline] sh [2021-03-19T20:15:27.704Z] + make test [2021-03-19T20:15:27.704Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T20:15:28.426Z] Removing intermediate container 4f345a87d690 [2021-03-19T20:15:28.426Z] ---> 2652c128b15f [2021-03-19T20:15:28.426Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:15:28.690Z] Removing intermediate container 27d081bb6a76 [2021-03-19T20:15:28.690Z] ---> 48a032d6d37a [2021-03-19T20:15:28.690Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:15:28.690Z] ---> Running in beffc00907c7 [2021-03-19T20:15:28.952Z] ---> Running in e611b8118212 [2021-03-19T20:15:29.527Z] Removing intermediate container beffc00907c7 [2021-03-19T20:15:29.527Z] ---> a2853b68f644 [2021-03-19T20:15:29.527Z] Step 13/24 : WORKDIR / [2021-03-19T20:15:29.527Z] Removing intermediate container 7bdb84751ba3 [2021-03-19T20:15:29.527Z] ---> a531cb2dafc4 [2021-03-19T20:15:29.527Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:15:30.097Z] Removing intermediate container 7d4ed8593e81 [2021-03-19T20:15:30.097Z] ---> 1478f6759831 [2021-03-19T20:15:30.097Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:15:30.389Z] ---> Running in 233ee4050ba6 [2021-03-19T20:15:30.389Z] Removing intermediate container e611b8118212 [2021-03-19T20:15:30.389Z] ---> 59b66f16d1f4 [2021-03-19T20:15:30.389Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:15:30.389Z] ---> Running in 92d002331a81 [2021-03-19T20:15:30.389Z] ---> Running in d6a6f77a54bc [2021-03-19T20:15:30.652Z] ---> Running in 51751cff08a1 [2021-03-19T20:15:30.652Z] Removing intermediate container 233ee4050ba6 [2021-03-19T20:15:30.652Z] ---> 2961e14ee21c [2021-03-19T20:15:30.652Z] 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-03-19T20:15:30.915Z] Removing intermediate container 92d002331a81 [2021-03-19T20:15:30.915Z] ---> 5752e0e8293b [2021-03-19T20:15:30.915Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:15:30.915Z] Removing intermediate container d6a6f77a54bc [2021-03-19T20:15:30.915Z] ---> bbc207ab439b [2021-03-19T20:15:30.915Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:15:30.915Z] Removing intermediate container 51751cff08a1 [2021-03-19T20:15:30.915Z] ---> f3c8087ef208 [2021-03-19T20:15:30.915Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:15:31.176Z] ---> Running in c0b061f361c9 [2021-03-19T20:15:31.176Z] ---> Running in 453098d30d9b [2021-03-19T20:15:31.176Z] ---> Running in 2b71dd278543 [2021-03-19T20:15:31.176Z] ---> c4de4ea57f3b [2021-03-19T20:15:31.176Z] 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-03-19T20:15:31.437Z] Removing intermediate container c0b061f361c9 [2021-03-19T20:15:31.437Z] ---> 5d5fad6583d8 [2021-03-19T20:15:31.437Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:15:31.437Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:15:31.437Z] Removing intermediate container 2b71dd278543 [2021-03-19T20:15:31.437Z] ---> 9b0df6fe3a49 [2021-03-19T20:15:31.437Z] Step 15/23 : WORKDIR / [2021-03-19T20:15:31.437Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:15:31.437Z] ---> aefe523efa57 [2021-03-19T20:15:31.437Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:15:31.437Z] Removing intermediate container 453098d30d9b [2021-03-19T20:15:31.437Z] ---> b52fd91c6d1a [2021-03-19T20:15:31.437Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:15:32.009Z] ---> 86164050f750 [2021-03-19T20:15:32.009Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:15:32.009Z] ---> Running in 3a678d0aeb8b [2021-03-19T20:15:32.009Z] ---> Running in ac9f10dc6782 [2021-03-19T20:15:32.009Z] ---> Running in 759e23462315 [2021-03-19T20:15:32.009Z] ---> Running in 53d88efa2557 [2021-03-19T20:15:32.582Z] Removing intermediate container 3a678d0aeb8b [2021-03-19T20:15:32.582Z] ---> 8b31496965c8 [2021-03-19T20:15:32.582Z] Step 15/23 : WORKDIR / [2021-03-19T20:15:32.582Z] Removing intermediate container ac9f10dc6782 [2021-03-19T20:15:32.582Z] ---> 82bf9be8f4e0 [2021-03-19T20:15:32.582Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:15:32.582Z] ---> dbe35e6be35e [2021-03-19T20:15:32.582Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:15:32.582Z] Removing intermediate container 759e23462315 [2021-03-19T20:15:32.582Z] ---> 51c1a91aa8d1 [2021-03-19T20:15:32.582Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:15:32.582Z] ---> Running in 4b1f6d79003d [2021-03-19T20:15:32.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:32.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:32.845Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:15:32.845Z] ---> 49dd6a9527ea [2021-03-19T20:15:32.845Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:15:32.845Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:15:32.845Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:15:32.845Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:15:32.845Z] OK: 12 MiB in 22 packages [2021-03-19T20:15:33.109Z] Removing intermediate container 4b1f6d79003d [2021-03-19T20:15:33.109Z] ---> ae5fcc0246bf [2021-03-19T20:15:33.109Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:15:33.109Z] ---> ce21d9d2146b [2021-03-19T20:15:33.109Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:15:33.109Z] ---> 0737f57fb56c [2021-03-19T20:15:33.109Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:15:33.687Z] ---> 4f976ca0908b [2021-03-19T20:15:33.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:15:33.687Z] ---> 7af8bf78bd58 [2021-03-19T20:15:33.947Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:15:33.947Z] Removing intermediate container 53d88efa2557 [2021-03-19T20:15:33.947Z] ---> 6129b9476e9b [2021-03-19T20:15:33.947Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:15:33.947Z] ---> f1724cefb7c2 [2021-03-19T20:15:33.947Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:15:33.947Z] ---> dcb3656181c4 [2021-03-19T20:15:33.947Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:15:34.899Z] ---> Running in a781e69a3692 [2021-03-19T20:15:34.899Z] ---> 1fc8af170675 [2021-03-19T20:15:34.899Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:15:34.899Z] ---> a80ccd5061fc [2021-03-19T20:15:34.899Z] 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-03-19T20:15:34.899Z] ---> b0b2c0fe6d7e [2021-03-19T20:15:34.899Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:15:35.161Z] ---> Running in 28df630025c5 [2021-03-19T20:15:35.161Z] ---> Running in 32991901db25 [2021-03-19T20:15:35.429Z] ---> e183f6018731 [2021-03-19T20:15:35.429Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:15:35.429Z] Removing intermediate container a781e69a3692 [2021-03-19T20:15:35.429Z] ---> 1d71a330c5de [2021-03-19T20:15:35.429Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:15:35.714Z] ---> Running in d867d9988492 [2021-03-19T20:15:35.714Z] ---> 3024c6d9928f [2021-03-19T20:15:35.714Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:15:35.714Z] ---> Running in 7ca9217b8437 [2021-03-19T20:15:35.714Z] Removing intermediate container 28df630025c5 [2021-03-19T20:15:35.714Z] ---> ce1d36a6ffe1 [2021-03-19T20:15:35.714Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:15:35.714Z] ---> Running in 54940817c612 [2021-03-19T20:15:35.714Z] ---> Running in 2e358e964b0b [2021-03-19T20:15:35.980Z] Removing intermediate container d867d9988492 [2021-03-19T20:15:35.980Z] ---> 0d3cfb6e5cbb [2021-03-19T20:15:35.980Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:15:35.980Z] Removing intermediate container 7ca9217b8437 [2021-03-19T20:15:35.980Z] ---> cf76a01d941a [2021-03-19T20:15:35.980Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:15:36.254Z] ---> Running in 14618781f02a [2021-03-19T20:15:36.255Z] Removing intermediate container 54940817c612 [2021-03-19T20:15:36.255Z] ---> 24f48a9e60e9 [2021-03-19T20:15:36.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:15:36.255Z] Removing intermediate container 2e358e964b0b [2021-03-19T20:15:36.255Z] ---> 083b691b48f8 [2021-03-19T20:15:36.255Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:15:36.255Z] ---> Running in 39fb6711ed0b [2021-03-19T20:15:36.515Z] ---> Running in a4c9b3ccac3c [2021-03-19T20:15:36.515Z] ---> Running in 235a1cb79fe7 [2021-03-19T20:15:36.515Z] Removing intermediate container 14618781f02a [2021-03-19T20:15:36.515Z] ---> d4c5a27630f2 [2021-03-19T20:15:36.515Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:15:36.775Z] Removing intermediate container 39fb6711ed0b [2021-03-19T20:15:36.776Z] ---> e6fb74eeff1c [2021-03-19T20:15:36.776Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:15:36.776Z] Removing intermediate container a4c9b3ccac3c [2021-03-19T20:15:36.776Z] ---> 7656cccafc78 [2021-03-19T20:15:36.776Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:15:37.038Z] ---> Running in c700294a1feb [2021-03-19T20:15:37.038Z] Removing intermediate container 235a1cb79fe7 [2021-03-19T20:15:37.038Z] ---> 6c192ee8c7bd [2021-03-19T20:15:37.038Z] Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:15:37.038Z] Removing intermediate container 32991901db25 [2021-03-19T20:15:37.038Z] ---> cc5cb77aa3cb [2021-03-19T20:15:37.038Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:15:37.298Z] ---> Running in be19894311da [2021-03-19T20:15:37.298Z] ---> Running in 35f60c861025 [2021-03-19T20:15:37.298Z] ---> Running in 230c955f2b83 [2021-03-19T20:15:37.298Z] ---> 807861ec2b78 [2021-03-19T20:15:37.299Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:15:37.299Z] Removing intermediate container c700294a1feb [2021-03-19T20:15:37.299Z] ---> a09895c2394b [2021-03-19T20:15:37.299Z] Step 21/22 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:15:37.558Z] ---> Running in 69a88e155787 [2021-03-19T20:15:37.558Z] Removing intermediate container be19894311da [2021-03-19T20:15:37.558Z] ---> acda3b821778 [2021-03-19T20:15:37.558Z] Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:15:37.558Z] Removing intermediate container 230c955f2b83 [2021-03-19T20:15:37.558Z] ---> 2c1513997662 [2021-03-19T20:15:37.558Z] Step 22/24 : LABEL arch=x86_64 [2021-03-19T20:15:37.827Z] Removing intermediate container 35f60c861025 [2021-03-19T20:15:37.827Z] ---> 8dcf75710c6d [2021-03-19T20:15:37.827Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:15:37.827Z] ---> 9722a9b9eb75 [2021-03-19T20:15:37.827Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:15:37.827Z] ---> Running in 65bb7b870ab7 [2021-03-19T20:15:37.827Z] ---> Running in 54669342e1ee [2021-03-19T20:15:37.827Z] ---> Running in 3d6e689edf0b [2021-03-19T20:15:37.827Z] Removing intermediate container 69a88e155787 [2021-03-19T20:15:37.827Z] ---> 15e6ee893ed9 [2021-03-19T20:15:37.827Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:15:38.401Z] ---> Running in f22ee103521a [2021-03-19T20:15:38.663Z] Removing intermediate container 65bb7b870ab7 [2021-03-19T20:15:38.663Z] ---> 5880ee4624a9 [2021-03-19T20:15:38.663Z] Step 23/24 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:15:38.663Z] ---> 933922aca364 [2021-03-19T20:15:38.663Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T20:15:38.663Z] Removing intermediate container 54669342e1ee [2021-03-19T20:15:38.663Z] ---> c606daba47a4 [2021-03-19T20:15:38.663Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:15:38.663Z] ---> Running in d58a7793825f [2021-03-19T20:15:38.663Z] Removing intermediate container 3d6e689edf0b [2021-03-19T20:15:38.663Z] ---> 46c892462937 [2021-03-19T20:15:38.663Z] [2021-03-19T20:15:38.924Z] ---> Running in 8a483196f4c7 [2021-03-19T20:15:38.924Z] ---> Running in 8cf93ab10dbb [2021-03-19T20:15:38.924Z] Successfully built 46c892462937 [2021-03-19T20:15:38.924Z] Removing intermediate container f22ee103521a [2021-03-19T20:15:38.924Z] ---> 785b665d3f96 [2021-03-19T20:15:38.924Z] [2021-03-19T20:15:39.188Z] Successfully tagged docker-core-command-go:latest [2021-03-19T20:15:39.188Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-19T20:15:39.188Z] Successfully built 785b665d3f96 [2021-03-19T20:15:39.188Z] Successfully tagged docker-support-notifications-go:latest [2021-03-19T20:15:39.188Z] Building docker-core-data-go [2021-03-19T20:15:39.188Z]  Building docker-support-notifications-go ... done Removing intermediate container d58a7793825f [2021-03-19T20:15:39.188Z] ---> 9f97e1a463c2 [2021-03-19T20:15:39.188Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T20:15:39.188Z] Removing intermediate container 8cf93ab10dbb [2021-03-19T20:15:39.188Z] ---> d820ce4ba21d [2021-03-19T20:15:39.188Z] [2021-03-19T20:15:39.455Z] ---> Running in 0a84d2806adb [2021-03-19T20:15:39.455Z] Successfully built d820ce4ba21d [2021-03-19T20:15:39.455Z] Successfully tagged docker-core-metadata-go:latest [2021-03-19T20:15:39.455Z] Building docker-security-bootstrapper-go [2021-03-19T20:15:39.455Z]  Building docker-core-metadata-go ... done Removing intermediate container 0a84d2806adb [2021-03-19T20:15:39.455Z] ---> 4cfa60614136 [2021-03-19T20:15:39.455Z] [2021-03-19T20:15:39.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:39.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:39.716Z] Successfully built 4cfa60614136 [2021-03-19T20:15:39.716Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:15:39.716Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:15:39.716Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-19T20:15:39.716Z] Building docker-support-scheduler-go [2021-03-19T20:15:39.716Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:15:39.716Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:15:39.716Z]  Building docker-security-secretstore-setup-go ... done (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:15:39.716Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:15:39.716Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:15:50.768Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:15:50.768Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:15:50.768Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:15:50.768Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:15:50.768Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:15:50.768Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:15:50.768Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:15:50.768Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:15:50.768Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:15:50.768Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:15:50.768Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:15:50.768Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:15:50.768Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:15:50.768Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:15:50.768Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:15:51.034Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:15:51.298Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:15:52.265Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:15:52.540Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:15:54.459Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:15:54.498Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T20:15:55.030Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:15:55.031Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:15:55.031Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:15:55.640Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:15:55.640Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:15:55.640Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:15:55.920Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:15:55.920Z] OK: 71 MiB in 55 packages [2021-03-19T20:16:11.044Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:16:11.044Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:16:11.044Z] ---> 5626d4e89e49 [2021-03-19T20:16:11.044Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:16:11.044Z] ---> Using cache [2021-03-19T20:16:11.044Z] ---> 75a5bb3dcf9d [2021-03-19T20:16:11.044Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:16:11.044Z] ---> Using cache [2021-03-19T20:16:11.044Z] ---> d91922cd1b69 [2021-03-19T20:16:11.044Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:16:11.044Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:16:11.044Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:16:11.045Z] ---> 5626d4e89e49 [2021-03-19T20:16:11.045Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:16:11.045Z] ---> Using cache [2021-03-19T20:16:11.045Z] ---> 75a5bb3dcf9d [2021-03-19T20:16:11.045Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:16:11.045Z] ---> Using cache [2021-03-19T20:16:11.045Z] ---> d91922cd1b69 [2021-03-19T20:16:11.045Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:16:11.045Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:16:11.045Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:16:11.045Z] ---> 5626d4e89e49 [2021-03-19T20:16:11.045Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:16:11.045Z] [2021-03-19T20:16:11.045Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> Using cache [2021-03-19T20:16:11.045Z] [2021-03-19T20:16:11.045Z] ---> 75a5bb3dcf9d [2021-03-19T20:16:11.045Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:16:11.045Z] ---> 5626d4e89e49 [2021-03-19T20:16:11.045Z] ---> Using cache [2021-03-19T20:16:11.045Z] Step 3/21 : WORKDIR /edgex-go ---> d91922cd1b69 [2021-03-19T20:16:11.045Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:16:11.045Z] [2021-03-19T20:16:11.045Z] ---> Using cache [2021-03-19T20:16:11.045Z] ---> 75a5bb3dcf9d [2021-03-19T20:16:11.045Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:16:11.045Z] ---> Using cache [2021-03-19T20:16:11.045Z] ---> d91922cd1b69 [2021-03-19T20:16:11.045Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:16:12.970Z] ---> Running in c76b18f7699f [2021-03-19T20:16:12.971Z] ---> Running in 6205cd0e8557 [2021-03-19T20:16:12.971Z] ---> Running in 372e2e212a20 [2021-03-19T20:16:12.971Z] ---> Running in 2d8687435d02 [2021-03-19T20:16:13.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:16:13.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:16:13.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:16:13.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:16:14.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:16:14.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:16:14.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:16:15.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:16:15.440Z] OK: 233 MiB in 51 packages [2021-03-19T20:16:16.016Z] OK: 233 MiB in 51 packages [2021-03-19T20:16:16.016Z] OK: 233 MiB in 51 packages [2021-03-19T20:16:16.280Z] OK: 233 MiB in 51 packages [2021-03-19T20:16:18.237Z] Removing intermediate container 8a483196f4c7 [2021-03-19T20:16:18.237Z] ---> 2516422b670b [2021-03-19T20:16:18.237Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:16:18.237Z] Removing intermediate container 6205cd0e8557 [2021-03-19T20:16:18.237Z] ---> 6b175b28e524 [2021-03-19T20:16:18.237Z] Step 6/21 : COPY go.mod . [2021-03-19T20:16:18.528Z] ---> Running in d710f4629aa5 [2021-03-19T20:16:18.528Z] Removing intermediate container c76b18f7699f [2021-03-19T20:16:18.528Z] ---> 727ac20c6668 [2021-03-19T20:16:18.528Z] Step 6/22 : COPY go.mod . [2021-03-19T20:16:18.808Z] ---> 47e5f771d65c [2021-03-19T20:16:18.808Z] Step 7/21 : RUN go mod download [2021-03-19T20:16:18.808Z] Removing intermediate container 372e2e212a20 [2021-03-19T20:16:18.808Z] ---> ea21d6e7821f [2021-03-19T20:16:18.808Z] Step 6/23 : COPY go.mod . [2021-03-19T20:16:18.808Z] Removing intermediate container 2d8687435d02 [2021-03-19T20:16:18.808Z] ---> 8cf26a8c0535 [2021-03-19T20:16:18.808Z] Step 6/31 : COPY go.mod . [2021-03-19T20:16:19.098Z] ---> Running in ff4f5b15b1e5 [2021-03-19T20:16:19.098Z] ---> e9e777addf7d [2021-03-19T20:16:19.098Z] Step 7/22 : RUN go mod download [2021-03-19T20:16:19.098Z] ---> Running in e1e09e05b317 [2021-03-19T20:16:19.362Z] ---> d14f8355f276 [2021-03-19T20:16:19.362Z] Step 7/23 : RUN go mod download [2021-03-19T20:16:19.362Z] ---> b14556b1af2b [2021-03-19T20:16:19.362Z] Step 7/31 : RUN go mod download [2021-03-19T20:16:19.633Z] ---> Running in 919ef045d276 [2021-03-19T20:16:19.633Z] ---> Running in c52088759bf1 [2021-03-19T20:16:20.625Z] Collecting docker-compose==1.23.2 [2021-03-19T20:16:20.893Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:16:20.893Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:16:20.893Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:16:21.481Z] Removing intermediate container e1e09e05b317 [2021-03-19T20:16:21.481Z] ---> f26131de6741 [2021-03-19T20:16:21.481Z] Step 8/22 : COPY . . [2021-03-19T20:16:21.481Z] Removing intermediate container ff4f5b15b1e5 [2021-03-19T20:16:21.481Z] ---> 049d95599361 [2021-03-19T20:16:21.481Z] Step 8/21 : COPY . . [2021-03-19T20:16:22.425Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:16:22.425Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:16:23.371Z] 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-03-19T20:16:23.371Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:16:23.371Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:16:23.633Z] Removing intermediate container 919ef045d276 [2021-03-19T20:16:23.633Z] ---> 16b654ea3914 [2021-03-19T20:16:23.633Z] Step 8/23 : COPY . . [2021-03-19T20:16:24.206Z] Removing intermediate container c52088759bf1 [2021-03-19T20:16:24.206Z] ---> b2ed62e2ff05 [2021-03-19T20:16:24.206Z] Step 8/31 : COPY . . [2021-03-19T20:16:24.475Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:16:24.475Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:16:25.066Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:16:25.066Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:16:30.382Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:16:30.382Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:16:32.336Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:16:32.336Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:16:34.298Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:16:34.298Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:16:37.652Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:16:37.652Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:16:37.652Z] 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-03-19T20:16:37.652Z] 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-03-19T20:16:37.914Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:16:37.914Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:16:39.061Z] Collecting idna<2.8,>=2.5 [2021-03-19T20:16:39.061Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:16:43.348Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:16:43.348Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:16:44.322Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:16:44.322Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:16:44.322Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:16:44.322Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:16:44.964Z] Installing collected packages: texttable, docopt, cached-property, urllib3, idna, requests, PyYAML, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, docker-compose [2021-03-19T20:16:44.964Z] Running setup.py install for texttable: started [2021-03-19T20:16:46.962Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:16:46.962Z] Running setup.py install for docopt: started [2021-03-19T20:16:48.891Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:16:50.825Z] Attempting uninstall: urllib3 [2021-03-19T20:16:50.825Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:16:50.825Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:16:51.107Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:16:51.152Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T20:16:51.152Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T20:16:52.510Z] Attempting uninstall: idna [2021-03-19T20:16:52.510Z] Found existing installation: idna 2.9 [2021-03-19T20:16:52.510Z] Uninstalling idna-2.9: [2021-03-19T20:16:52.790Z] Successfully uninstalled idna-2.9 [2021-03-19T20:16:55.384Z] Attempting uninstall: requests [2021-03-19T20:16:55.384Z] Found existing installation: requests 2.23.0 [2021-03-19T20:16:55.384Z] Uninstalling requests-2.23.0: [2021-03-19T20:16:55.657Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:16:56.242Z] Running setup.py install for PyYAML: started [2021-03-19T20:16:57.934Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T20:16:57.934Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T20:16:58.197Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:17:01.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T20:17:01.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T20:17:01.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T20:17:01.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T20:17:02.450Z] ---> d83c6b426143 [2021-03-19T20:17:02.450Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T20:17:02.450Z] ---> 86d273ca476d [2021-03-19T20:17:02.450Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:17:02.450Z] ---> 14a69f42c5b3 [2021-03-19T20:17:02.450Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:17:02.450Z] ---> e96fa26ac946 [2021-03-19T20:17:02.450Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:17:02.450Z] Running setup.py install for dockerpty: started [2021-03-19T20:17:02.450Z] ---> Running in a8a7087874fc [2021-03-19T20:17:02.450Z] ---> Running in 748e674d85a8 [2021-03-19T20:17:02.450Z] ---> Running in d9b8a7ec4915 [2021-03-19T20:17:02.450Z] ---> Running in 83b55e79eba0 [2021-03-19T20:17:03.030Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:17:03.299Z] 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-03-19T20:17:03.582Z] 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-03-19T20:17:03.582Z] 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-03-19T20:17:03.582Z] 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-03-19T20:17:03.582Z] 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-03-19T20:17:04.763Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T20:17:05.375Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T20:17:06.966Z] Removing intermediate container d710f4629aa5 [2021-03-19T20:17:06.966Z] ---> 41e6694e80af [2021-03-19T20:17:06.966Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:17:06.966Z] ---> Running in 4d8ef7dfeeb9 [2021-03-19T20:17:07.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:17:07.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:17:07.825Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:17:08.097Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:17:08.097Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:17:08.097Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:17:08.097Z] OK: 72 MiB in 58 packages [2021-03-19T20:17:09.067Z] Removing intermediate container 4d8ef7dfeeb9 [2021-03-19T20:17:09.067Z] ---> 16963a080048 [2021-03-19T20:17:09.067Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:17:09.337Z] ---> Running in a0022f33ddb2 [2021-03-19T20:17:10.316Z] Removing intermediate container a0022f33ddb2 [2021-03-19T20:17:10.316Z] ---> d051746cd82b [2021-03-19T20:17:10.316Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:17:10.316Z] ---> Running in 081a69fa8571 [2021-03-19T20:17:10.593Z] Removing intermediate container 081a69fa8571 [2021-03-19T20:17:10.593Z] ---> 1a68df73e218 [2021-03-19T20:17:10.593Z] Step 24/26 : LABEL arch=x86_64 [2021-03-19T20:17:10.593Z] ---> Running in 22cb09924b1d [2021-03-19T20:17:10.861Z] Removing intermediate container 22cb09924b1d [2021-03-19T20:17:10.861Z] ---> 770da9d4af8a [2021-03-19T20:17:10.861Z] Step 25/26 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:17:10.861Z] ---> Running in e447e112cc6d [2021-03-19T20:17:11.129Z] Removing intermediate container e447e112cc6d [2021-03-19T20:17:11.129Z] ---> 1eaf54056540 [2021-03-19T20:17:11.129Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T20:17:11.405Z] ---> Running in e04b214a09b0 [2021-03-19T20:17:11.676Z] Removing intermediate container e04b214a09b0 [2021-03-19T20:17:11.676Z] ---> 0fc5a1feab80 [2021-03-19T20:17:11.676Z] [2021-03-19T20:17:11.676Z] Successfully built 0fc5a1feab80 [2021-03-19T20:17:11.946Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-19T20:17:13.697Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T20:17:13.697Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T20:17:13.697Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T20:17:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.382s coverage: 45.9% of statements [2021-03-19T20:17:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T20:17:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T20:17:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T20:17:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T20:17:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T20:17:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T20:17:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.187s coverage: 19.8% of statements [2021-03-19T20:17:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.319s coverage: 100.0% of statements [2021-03-19T20:17:26.989Z]  Building docker-sys-mgmt-agent-go ... done 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-03-19T20:17:28.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.524s coverage: 27.1% of statements [2021-03-19T20:17:28.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T20:17:28.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T20:17:28.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T20:17:28.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T20:17:28.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T20:17:28.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T20:17:28.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-03-19T20:17:28.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T20:17:28.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2021-03-19T20:17:28.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T20:17:28.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T20:17:30.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.337s coverage: 71.3% of statements [2021-03-19T20:17:30.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T20:17:30.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T20:17:32.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.533s coverage: 82.9% of statements [2021-03-19T20:17:32.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T20:17:32.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:17:32.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.169s coverage: 78.9% of statements [2021-03-19T20:17:32.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T20:17:32.331Z] Removing intermediate container d9b8a7ec4915 [2021-03-19T20:17:32.331Z] ---> 71172ead3ecd [2021-03-19T20:17:32.331Z] [2021-03-19T20:17:32.331Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:17:32.331Z] ---> 88dd2752d2ea [2021-03-19T20:17:32.331Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:17:33.723Z] Removing intermediate container a8a7087874fc [2021-03-19T20:17:33.723Z] ---> 1d48af2817e0 [2021-03-19T20:17:33.723Z] [2021-03-19T20:17:33.723Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:17:33.723Z] ---> 88dd2752d2ea [2021-03-19T20:17:33.723Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:17:33.723Z] ---> Running in 90689ec91ff4 [2021-03-19T20:17:33.988Z] ---> Running in a4d45ad75559 [2021-03-19T20:17:35.126Z] Removing intermediate container 90689ec91ff4 [2021-03-19T20:17:35.126Z] ---> 81ca3da0c0c7 [2021-03-19T20:17:35.126Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:17:37.087Z] ---> Running in 3718bc61e41e [2021-03-19T20:17:37.087Z] Removing intermediate container 748e674d85a8 [2021-03-19T20:17:37.087Z] ---> 63332ff0bf64 [2021-03-19T20:17:37.087Z] [2021-03-19T20:17:37.087Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:17:37.087Z] ---> 88dd2752d2ea [2021-03-19T20:17:37.087Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:17:37.087Z] ---> Using cache [2021-03-19T20:17:37.087Z] ---> a531cb2dafc4 [2021-03-19T20:17:37.087Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:17:37.087Z] ---> Using cache [2021-03-19T20:17:37.087Z] ---> 5752e0e8293b [2021-03-19T20:17:37.087Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:17:37.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:17:37.352Z] ---> Running in b2e42bf4ca8f [2021-03-19T20:17:37.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:17:37.615Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:17:37.615Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:17:37.615Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:17:37.615Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:17:37.615Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:17:37.885Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:17:37.885Z] OK: 7 MiB in 18 packages [2021-03-19T20:17:38.464Z] Removing intermediate container b2e42bf4ca8f [2021-03-19T20:17:38.464Z] ---> d7b6189df4e5 [2021-03-19T20:17:38.464Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:17:38.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:17:38.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:17:38.464Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:17:38.464Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:17:38.464Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:17:38.464Z] OK: 6 MiB in 16 packages [2021-03-19T20:17:40.386Z] ---> Running in d59fc436b1e8 [2021-03-19T20:17:40.386Z] Removing intermediate container 83b55e79eba0 [2021-03-19T20:17:40.386Z] ---> e5fda6655bd3 [2021-03-19T20:17:40.386Z] [2021-03-19T20:17:40.386Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:17:40.386Z] ---> 88dd2752d2ea [2021-03-19T20:17:40.386Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:17:40.961Z] ---> Running in 8a20029a33eb [2021-03-19T20:17:40.961Z] Removing intermediate container d59fc436b1e8 [2021-03-19T20:17:40.961Z] ---> 2bd03813a87c [2021-03-19T20:17:40.961Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:17:41.225Z] Removing intermediate container a4d45ad75559 [2021-03-19T20:17:41.225Z] ---> 3c9a156adbbd [2021-03-19T20:17:41.225Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:17:41.496Z] ---> Running in eb902e28324f [2021-03-19T20:17:41.496Z] Removing intermediate container 3718bc61e41e [2021-03-19T20:17:41.496Z] ---> 363412973355 [2021-03-19T20:17:41.496Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:17:41.496Z] Removing intermediate container 8a20029a33eb [2021-03-19T20:17:41.496Z] ---> 332cd7831a6d [2021-03-19T20:17:41.496Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:17:41.496Z] ---> 91f035a6cbf2 [2021-03-19T20:17:41.496Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:17:41.496Z] ---> Running in 556e1e034613 [2021-03-19T20:17:41.496Z] ---> Running in b7c1291a2564 [2021-03-19T20:17:41.762Z] Removing intermediate container eb902e28324f [2021-03-19T20:17:41.762Z] ---> 9dd57439b32d [2021-03-19T20:17:41.762Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:17:41.762Z] ---> Running in 81c0bb7711a1 [2021-03-19T20:17:42.027Z] Removing intermediate container 556e1e034613 [2021-03-19T20:17:42.027Z] ---> 0acfe08cc397 [2021-03-19T20:17:42.027Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:17:42.027Z] Removing intermediate container b7c1291a2564 [2021-03-19T20:17:42.027Z] ---> 2be034bb52ab [2021-03-19T20:17:42.027Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:17:42.027Z] ---> Running in 49a403ca7789 [2021-03-19T20:17:42.027Z] ---> 0e24686570d3 [2021-03-19T20:17:42.027Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:17:42.293Z] ---> Running in 4d62de13409f [2021-03-19T20:17:42.293Z] Removing intermediate container 81c0bb7711a1 [2021-03-19T20:17:42.293Z] ---> 4d261393aaca [2021-03-19T20:17:42.293Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:17:43.241Z] Removing intermediate container 4d62de13409f [2021-03-19T20:17:43.241Z] ---> e0c4eae96fb3 [2021-03-19T20:17:43.241Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:17:43.241Z] Removing intermediate container 49a403ca7789 [2021-03-19T20:17:43.241Z] ---> d5232651de1b [2021-03-19T20:17:43.241Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:17:43.241Z] ---> Running in 1a9b8a95c102 [2021-03-19T20:17:43.510Z] ---> f7abf563ea7d [2021-03-19T20:17:43.510Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:17:43.510Z] ---> 9c4353c46c39 [2021-03-19T20:17:43.510Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:17:43.510Z] ---> Running in 6480ac03d1d1 [2021-03-19T20:17:43.510Z] ---> Running in 0b622d597eb8 [2021-03-19T20:17:44.103Z] ---> 7a82fde39727 [2021-03-19T20:17:44.103Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:17:44.103Z] Removing intermediate container 0b622d597eb8 [2021-03-19T20:17:44.103Z] ---> 7c7bdf660e64 [2021-03-19T20:17:44.103Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:17:44.103Z] ---> Running in 81f8bf4ab882 [2021-03-19T20:17:44.365Z] Removing intermediate container 81f8bf4ab882 [2021-03-19T20:17:44.365Z] ---> 7b20190305af [2021-03-19T20:17:44.365Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:17:44.365Z] ---> Running in ede7c16e8c9c [2021-03-19T20:17:44.627Z] ---> 506f3b2b176f [2021-03-19T20:17:44.627Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:17:44.627Z] ---> Running in ee774d4fd9b3 [2021-03-19T20:17:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.282s coverage: 28.6% of statements [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T20:17:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T20:17:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.138s coverage: 100.0% of statements [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T20:17:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.377s coverage: 86.7% of statements [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T20:17:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T20:17:44.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T20:17:44.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T20:17:44.888Z] Removing intermediate container ede7c16e8c9c [2021-03-19T20:17:44.888Z] ---> f8a60f039f18 [2021-03-19T20:17:44.888Z] Step 21/22 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:17:44.888Z] Removing intermediate container 1a9b8a95c102 [2021-03-19T20:17:44.888Z] ---> 5229b4c6515f [2021-03-19T20:17:44.888Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:17:45.147Z] ---> Running in 7d0e64777c7e [2021-03-19T20:17:45.147Z] Removing intermediate container ee774d4fd9b3 [2021-03-19T20:17:45.147Z] ---> 9d657747da4a [2021-03-19T20:17:45.147Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T20:17:45.147Z] Removing intermediate container 6480ac03d1d1 [2021-03-19T20:17:45.147Z] ---> 20983249211d [2021-03-19T20:17:45.147Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:17:45.147Z] ---> Running in b085ac727852 [2021-03-19T20:17:45.408Z] ---> Running in e4355460a67e [2021-03-19T20:17:45.408Z] ---> Running in 4b05fa77ad43 [2021-03-19T20:17:45.408Z] Removing intermediate container 7d0e64777c7e [2021-03-19T20:17:45.408Z] ---> 4b86c96a1d43 [2021-03-19T20:17:45.408Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:17:45.668Z] ---> Running in 62a3b30c4a03 [2021-03-19T20:17:45.931Z] Removing intermediate container b085ac727852 [2021-03-19T20:17:45.931Z] ---> 021084d6371f [2021-03-19T20:17:45.931Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:17:45.931Z] Removing intermediate container e4355460a67e [2021-03-19T20:17:45.931Z] ---> 3863f42e8da7 [2021-03-19T20:17:45.931Z] Step 19/21 : LABEL arch=x86_64 [2021-03-19T20:17:46.193Z] Removing intermediate container 62a3b30c4a03 [2021-03-19T20:17:46.193Z] ---> a05b9894fd75 [2021-03-19T20:17:46.193Z] [2021-03-19T20:17:46.193Z] ---> Running in 334dbb029551 [2021-03-19T20:17:46.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:17:46.456Z] ---> 50480bfbf557 [2021-03-19T20:17:46.456Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:17:46.456Z] Successfully built a05b9894fd75 [2021-03-19T20:17:46.456Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-19T20:17:46.456Z]  Building docker-support-scheduler-go ... done  ---> Running in 21a0d88978e7 [2021-03-19T20:17:46.722Z] Removing intermediate container 334dbb029551 [2021-03-19T20:17:46.722Z] ---> a7e8843585a1 [2021-03-19T20:17:46.722Z] Step 20/21 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:17:46.722Z] ---> Running in c2dfd6a8974c [2021-03-19T20:17:46.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:17:46.997Z] Removing intermediate container c2dfd6a8974c [2021-03-19T20:17:46.997Z] ---> 12f38e1d340e [2021-03-19T20:17:46.997Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T20:17:46.997Z] ---> Running in ba67b2916679 [2021-03-19T20:17:47.260Z] Removing intermediate container ba67b2916679 [2021-03-19T20:17:47.260Z] ---> 00c2c6b40ef3 [2021-03-19T20:17:47.260Z] [2021-03-19T20:17:47.520Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:17:47.520Z] Successfully built 00c2c6b40ef3 [2021-03-19T20:17:47.520Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:17:47.520Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-19T20:17:47.520Z]  Building docker-security-proxy-setup-go ... done (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:17:47.782Z] Removing intermediate container 21a0d88978e7 [2021-03-19T20:17:47.782Z] ---> 79fefa7dfe29 [2021-03-19T20:17:47.782Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:17:47.782Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:17:48.046Z] ---> f175f00ae2e4 [2021-03-19T20:17:48.046Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:17:48.046Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T20:17:48.046Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:17:48.046Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:17:48.046Z] OK: 8 MiB in 20 packages [2021-03-19T20:17:48.621Z] ---> 6b8641238cfd [2021-03-19T20:17:48.621Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:17:48.887Z] Removing intermediate container 4b05fa77ad43 [2021-03-19T20:17:48.887Z] ---> 831af0be3b8d [2021-03-19T20:17:48.887Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:17:48.887Z] ---> 10eec37350fe [2021-03-19T20:17:48.887Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T20:17:49.151Z] ---> f8ab3352a0a3 [2021-03-19T20:17:49.151Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:17:49.151Z] ---> 7ddf15a64b25 [2021-03-19T20:17:49.151Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:17:49.415Z] ---> 4f8294526925 [2021-03-19T20:17:49.415Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:17:49.678Z] ---> Running in 9087caf1e83f [2021-03-19T20:17:49.678Z] ---> 1aa57e113db7 [2021-03-19T20:17:49.678Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:17:49.939Z] Removing intermediate container 9087caf1e83f [2021-03-19T20:17:49.939Z] ---> 3455d1a67f69 [2021-03-19T20:17:49.939Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:17:49.939Z] ---> 60f29d5dc62c [2021-03-19T20:17:49.939Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:17:50.201Z] ---> Running in e074c7c2cadd [2021-03-19T20:17:50.201Z] ---> 415ba6dd8fcb [2021-03-19T20:17:50.201Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:17:50.201Z] Removing intermediate container e074c7c2cadd [2021-03-19T20:17:50.201Z] ---> 58f25c332278 [2021-03-19T20:17:50.201Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:17:50.467Z] ---> Running in 2decbf6f61db [2021-03-19T20:17:50.467Z] ---> Running in 4afe6ec77a43 [2021-03-19T20:17:51.036Z] Removing intermediate container 4afe6ec77a43 [2021-03-19T20:17:51.036Z] ---> 81311da33c01 [2021-03-19T20:17:51.036Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:17:51.036Z] ---> Running in dbacb3ce615b [2021-03-19T20:17:51.295Z] Removing intermediate container dbacb3ce615b [2021-03-19T20:17:51.295Z] ---> cf5b399dd1b5 [2021-03-19T20:17:51.295Z] Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:17:51.295Z] ---> Running in 0fe9127c5f4b [2021-03-19T20:17:51.295Z] Removing intermediate container 2decbf6f61db [2021-03-19T20:17:51.295Z] ---> 82f6e1e7139d [2021-03-19T20:17:51.295Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:17:51.555Z] ---> Running in 1bbfffb9d48a [2021-03-19T20:17:51.819Z] Removing intermediate container 0fe9127c5f4b [2021-03-19T20:17:51.819Z] ---> 08bf9211ef1e [2021-03-19T20:17:51.819Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:17:51.819Z] ---> Running in 7691af34bcbf [2021-03-19T20:17:51.819Z] Removing intermediate container 1bbfffb9d48a [2021-03-19T20:17:51.819Z] ---> d617d7ea1676 [2021-03-19T20:17:51.819Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:17:51.819Z] Removing intermediate container 7691af34bcbf [2021-03-19T20:17:51.819Z] ---> f8bf143cffa5 [2021-03-19T20:17:51.819Z] [2021-03-19T20:17:52.081Z] Successfully built f8bf143cffa5 [2021-03-19T20:17:52.651Z] ---> Running in cccaad5aabcb [2021-03-19T20:17:52.911Z] Successfully tagged docker-core-data-go:latest [2021-03-19T20:17:52.911Z]  Building docker-core-data-go ... done Removing intermediate container cccaad5aabcb [2021-03-19T20:17:52.911Z] ---> 1cc7366c3fc0 [2021-03-19T20:17:52.911Z] Step 29/31 : LABEL arch=x86_64 [2021-03-19T20:17:53.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.387s coverage: 92.8% of statements [2021-03-19T20:17:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T20:17:53.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T20:17:53.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.210s coverage: 0.1% of statements [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T20:17:53.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T20:17:53.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements [2021-03-19T20:17:53.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements [2021-03-19T20:17:53.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-03-19T20:17:53.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-03-19T20:17:53.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-03-19T20:17:53.172Z] ---> Running in c5c0cec533f6 [2021-03-19T20:17:53.432Z] Removing intermediate container c5c0cec533f6 [2021-03-19T20:17:53.432Z] ---> d1026f87784d [2021-03-19T20:17:53.432Z] Step 30/31 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:17:53.432Z] ---> Running in 1c1a4e2f535d [2021-03-19T20:17:53.695Z] Removing intermediate container 1c1a4e2f535d [2021-03-19T20:17:53.695Z] ---> 0f101076dcad [2021-03-19T20:17:53.695Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T20:17:53.695Z] ---> Running in 45d44a97fbbc [2021-03-19T20:17:53.954Z] Removing intermediate container 45d44a97fbbc [2021-03-19T20:17:53.954Z] ---> dffa1f0ad1e5 [2021-03-19T20:17:53.954Z] [2021-03-19T20:17:53.954Z] Successfully built dffa1f0ad1e5 [2021-03-19T20:17:54.215Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-19T20:17:54.488Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-19T20:17:54.498Z] $ docker stop --time=1 cae49c4c2ce1a4b0e6ca3ad607580444fe974f9ee8249df1d62a469091308dc2 [2021-03-19T20:17:55.989Z] $ docker rm -f cae49c4c2ce1a4b0e6ca3ad607580444fe974f9ee8249df1d62a469091308dc2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:17:56.480Z] + docker images [2021-03-19T20:17:56.480Z] + grep docker [2021-03-19T20:17:56.742Z] docker-security-bootstrapper-go latest dffa1f0ad1e5 3 seconds ago 18.8MB [2021-03-19T20:17:56.742Z] docker-core-data-go latest f8bf143cffa5 5 seconds ago 22.6MB [2021-03-19T20:17:56.742Z] docker-security-proxy-setup-go latest 00c2c6b40ef3 9 seconds ago 24.7MB [2021-03-19T20:17:56.742Z] docker-support-scheduler-go latest a05b9894fd75 11 seconds ago 17.3MB [2021-03-19T20:17:56.742Z] docker-sys-mgmt-agent-go latest 0fc5a1feab80 45 seconds ago 313MB [2021-03-19T20:17:56.742Z] docker-security-secretstore-setup-go latest 4cfa60614136 2 minutes ago 24.9MB [2021-03-19T20:17:56.742Z] docker-core-metadata-go latest d820ce4ba21d 2 minutes ago 19.1MB [2021-03-19T20:17:56.742Z] docker-core-command-go latest 46c892462937 2 minutes ago 17.3MB [2021-03-19T20:17:56.742Z] docker-support-notifications-go latest 785b665d3f96 2 minutes ago 17.9MB [2021-03-19T20:17:56.742Z] docker 20.10.0 aefe523efa57 3 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-03-19T20:18:05.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements [2021-03-19T20:18:05.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-19T20:18:10.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.247s coverage: 81.9% of statements [2021-03-19T20:18:12.387Z] Still waiting to schedule task [2021-03-19T20:18:12.387Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.151s coverage: 92.9% of statements [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.159s coverage: 87.2% of statements [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.6% of statements [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 62.4% of statements [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T20:18:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-03-19T20:18:21.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-03-19T20:18:22.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-03-19T20:18:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-03-19T20:18:27.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.869s coverage: 69.0% of statements [2021-03-19T20:18:27.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T20:18:27.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T20:18:27.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T20:18:29.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.433s coverage: 38.4% of statements [2021-03-19T20:18:29.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T20:18:29.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T20:18:29.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements [2021-03-19T20:18:29.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T20:18:29.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.123s coverage: 84.8% of statements [2021-03-19T20:18:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.495s coverage: 47.0% of statements [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T20:18:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.170s coverage: 100.0% of statements [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T20:18:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T20:18:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.502s coverage: 87.1% of statements [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:18:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T20:18:44.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.690s coverage: 29.1% of statements [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T20:18:44.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T20:18:44.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T20:18:44.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.234s coverage: 96.5% of statements [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T20:18:44.189Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T20:18:44.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T20:18:44.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T20:18:44.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T20:18:44.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements [2021-03-19T20:18:44.793Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-19T20:18:46.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-19T20:18:47.751Z] GO111MODULE=on go vet ./... [2021-03-19T20:18:57.811Z] Running on prd-ubuntu18.04-docker-8c-8g-30632 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-19T20:18:57.866Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-03-19T20:19:00.062Z] using credential edgex-jenkins-ssh [2021-03-19T20:19:00.119Z] Cloning the remote Git repository [2021-03-19T20:19:00.148Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:19:00.218Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-03-19T20:19:00.246Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:19:00.246Z] > git --version # timeout=10 [2021-03-19T20:19:00.252Z] > git --version # 'git version 2.17.1' [2021-03-19T20:19:00.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:19:00.283Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:19:05.934Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:19:05.945Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:19:05.961Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:19:05.971Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:19:05.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:19:05.976Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:19:06.437Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:19:06.613Z] Merge succeeded, producing 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:19:06.613Z] Checking out Revision 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c (PR-3234) [2021-03-19T20:19:06.448Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:19:06.452Z] > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 [2021-03-19T20:19:06.581Z] > git remote # timeout=10 [2021-03-19T20:19:06.587Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:19:06.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:19:06.595Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T20:19:06.612Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:19:06.620Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:19:06.623Z] > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 [2021-03-19T20:19:10.355Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:19:11.562Z] + echo snap-build.sh [2021-03-19T20:19:11.562Z] snap-build.sh [2021-03-19T20:19:11.562Z] + SNAP_BASE_DIR=. [2021-03-19T20:19:11.562Z] + '[' '!' -z /w/workspace/edgex-go/19 ']' [2021-03-19T20:19:11.562Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/19 [2021-03-19T20:19:11.562Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' [2021-03-19T20:19:11.562Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/19] [2021-03-19T20:19:11.562Z] + cd /w/workspace/edgex-go/19 [2021-03-19T20:19:11.562Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-19T20:19:11.562Z] Reading package lists... [2021-03-19T20:19:11.825Z] Building dependency tree... [2021-03-19T20:19:11.825Z] Reading state information... [2021-03-19T20:19:12.086Z] The following packages were automatically installed and are no longer required: [2021-03-19T20:19:12.086Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-19T20:19:12.086Z] uidmap xdelta3 [2021-03-19T20:19:12.086Z] Use 'sudo apt autoremove' to remove them. [2021-03-19T20:19:12.086Z] The following packages will be REMOVED: [2021-03-19T20:19:12.086Z] lxd* lxd-client* [2021-03-19T20:19:12.660Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-19T20:19:12.660Z] After this operation, 31.7 MB disk space will be freed. [2021-03-19T20:19:13.706Z] (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-03-19T20:19:13.706Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:19:14.648Z] Removing lxd dnsmasq configuration [2021-03-19T20:19:14.648Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:19:14.910Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-19T20:19:15.487Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-19T20:19:16.937Z] (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-03-19T20:19:16.937Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:19:17.510Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-19T20:19:17.510Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-19T20:19:19.426Z] + sudo snap remove --purge lxd [2021-03-19T20:19:19.426Z] snap "lxd" is not installed [2021-03-19T20:19:19.426Z] + sudo groupadd --force --system lxd [2021-03-19T20:19:19.426Z] ++ whoami [2021-03-19T20:19:19.426Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-19T20:19:19.426Z] + newgrp - lxd [2021-03-19T20:19:19.426Z] + sudo snap install lxd [2021-03-19T20:19:27.582Z] 2021-03-19T20:19:25Z INFO Waiting for automatic snapd restart... [2021-03-19T20:19:45.858Z] lxd 4.12 from Canonical* installed [2021-03-19T20:19:45.858Z] + sudo lxd init --auto [2021-03-19T20:19:54.020Z] + sudo snap install --classic snapcraft [2021-03-19T20:19:59.322Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T20:19:59.322Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-19T20:19:59.322Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-19T20:19:59.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:19:59.322Z] Dload Upload Total Spent Left Speed [2021-03-19T20:19:59.322Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4098 0 --:--:-- --:--:-- --:--:-- 4098 [2021-03-19T20:19:59.322Z] 100 3325k 100 3325k 0 0 8914k 0 --:--:-- --:--:-- --:--:-- 8914k [2021-03-19T20:19:59.322Z] ./yq_linux_amd64 [2021-03-19T20:19:59.584Z] + sudo snapcraft prime --use-lxd [2021-03-19T20:20:01.519Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-19T20:20:01.519Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-19T20:20:01.519Z] - README.md [2021-03-19T20:20:01.519Z] [2021-03-19T20:20:01.519Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T20:20:02.095Z] Launching a container. [2021-03-19T20:20:14.355Z] Waiting for container to be ready [2021-03-19T20:20:14.930Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-19T20:20:14.930Z] [2021-03-19T20:20:19.149Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-19T20:20:19.149Z] Waiting for network to be ready... [2021-03-19T20:20:19.411Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T20:20:19.674Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T20:20:19.674Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T20:20:19.674Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T20:20:19.674Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T20:20:19.674Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T20:20:19.674Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T20:20:19.674Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T20:20:19.674Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T20:20:19.674Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T20:20:20.253Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T20:20:20.253Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T20:20:20.515Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T20:20:20.515Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T20:20:20.515Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T20:20:20.515Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T20:20:20.515Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T20:20:20.515Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T20:20:21.093Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T20:20:21.355Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T20:20:21.355Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T20:20:21.355Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T20:20:21.355Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T20:20:21.355Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T20:20:21.355Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T20:20:21.355Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T20:20:21.355Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T20:20:24.629Z] gofmt -l . [2021-03-19T20:20:24.629Z] [ "`gofmt -l .`" = "" ] [2021-03-19T20:20:24.629Z] ./bin/test-go-mod-tidy.sh [2021-03-19T20:20:24.629Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T20:20:24.667Z] Fetched 24.1 MB in 5s (4509 kB/s) [2021-03-19T20:20:25.344Z] + ls -al . [2021-03-19T20:20:25.344Z] total 788 [2021-03-19T20:20:25.344Z] drwxrwxr-x 9 1001 1001 4096 Mar 19 20:20 . [2021-03-19T20:20:25.344Z] drwxr-xr-x 4 root root 4096 Mar 19 20:15 .. [2021-03-19T20:20:25.344Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 20:13 .dockerignore [2021-03-19T20:20:25.344Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 20:13 .git [2021-03-19T20:20:25.344Z] drwxrwxr-x 3 1001 1001 4096 Mar 19 20:13 .github [2021-03-19T20:20:25.344Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 20:13 .gitignore [2021-03-19T20:20:25.344Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 20:13 .sonarcloud.properties [2021-03-19T20:20:25.344Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:13 Attribution.txt [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:13 CONTRIBUTING.md [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 20:13 Dockerfile.build [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 20:13 Jenkinsfile [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:13 LICENSE [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:13 Makefile [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:13 README.md [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:13 SECURITY.md [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 20:09 VERSION [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:13 ZMQWindows.md [2021-03-19T20:20:25.345Z] drwxrwxr-x 2 1001 1001 4096 Mar 19 20:13 bin [2021-03-19T20:20:25.345Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 20:13 cmd [2021-03-19T20:20:25.345Z] -rw-r--r-- 1 root root 650607 Mar 19 20:18 coverage.out [2021-03-19T20:20:25.345Z] -rw-r--r-- 1 root root 1056 Mar 19 20:20 go.mod [2021-03-19T20:20:25.345Z] -rw-r--r-- 1 root root 21983 Mar 19 20:20 go.sum [2021-03-19T20:20:25.345Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 20:13 internal [2021-03-19T20:20:25.345Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 20:13 openapi [2021-03-19T20:20:25.345Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 20:13 snap [2021-03-19T20:20:25.345Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 20:13 version.go [Pipeline] sh [2021-03-19T20:20:26.021Z] + '[' -e coverage.out ] [2021-03-19T20:20:26.021Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T20:20:26.042Z] Warning: overwriting stash ‘coverage-report’ [2021-03-19T20:20:26.072Z] Reading package lists... [2021-03-19T20:20:26.072Z] Reading package lists... [2021-03-19T20:20:26.337Z] Building dependency tree... [2021-03-19T20:20:26.337Z] Reading state information... [2021-03-19T20:20:26.599Z] The following additional packages will be installed: [2021-03-19T20:20:26.599Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T20:20:26.599Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T20:20:26.599Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T20:20:26.599Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-19T20:20:26.599Z] Suggested packages: [2021-03-19T20:20:26.599Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-19T20:20:26.599Z] Recommended packages: [2021-03-19T20:20:26.599Z] gnupg libsasl2-modules [2021-03-19T20:20:26.599Z] The following NEW packages will be installed: [2021-03-19T20:20:26.599Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T20:20:26.599Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T20:20:26.599Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T20:20:26.599Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-19T20:20:26.599Z] The following packages will be upgraded: [2021-03-19T20:20:26.599Z] gpg gpg-agent gpgconf libudev1 [2021-03-19T20:20:26.599Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-19T20:20:26.599Z] Need to get 3530 kB of archives. [2021-03-19T20:20:26.599Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-19T20:20:26.599Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-19T20:20:26.599Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-19T20:20:26.599Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-19T20:20:26.599Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-19T20:20:26.863Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-19T20:20:27.128Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-19T20:20:27.697Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T20:20:27.705Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-19T20:20:27.705Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-19T20:20:27.705Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-19T20:20:27.705Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-19T20:20:27.705Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-19T20:20:27.705Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-19T20:20:27.705Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-19T20:20:27.705Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-19T20:20:27.705Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-19T20:20:27.705Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-19T20:20:27.705Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-19T20:20:27.705Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-19T20:20:27.705Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-19T20:20:27.705Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-19T20:20:27.705Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-19T20:20:27.705Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-19T20:20:27.968Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:20:27.968Z] Fetched 3530 kB in 1s (3018 kB/s) [2021-03-19T20:20:27.968Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T20:20:27.968Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:20:27.968Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:20:27.968Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-19T20:20:28.229Z] Selecting previously unselected package udev. [2021-03-19T20:20:28.229Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T20:20:28.229Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:20:28.229Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-19T20:20:28.406Z] + make build [2021-03-19T20:20:28.406Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T20:20:28.491Z] Selecting previously unselected package libfuse2:amd64. [2021-03-19T20:20:28.491Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T20:20:28.491Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T20:20:28.491Z] Selecting previously unselected package fuse. [2021-03-19T20:20:28.491Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T20:20:28.491Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-19T20:20:28.753Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:20:28.753Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:20:28.753Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:20:28.753Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:20:29.016Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:20:29.016Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:20:29.016Z] Selecting previously unselected package libksba8:amd64. [2021-03-19T20:20:29.016Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-19T20:20:29.016Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-19T20:20:29.277Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-19T20:20:29.277Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:20:29.277Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:29.277Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-19T20:20:29.277Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:20:29.277Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:29.277Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-19T20:20:29.277Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:20:29.277Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:29.539Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-19T20:20:29.539Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:20:29.539Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:29.539Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-19T20:20:29.539Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:20:29.539Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:29.539Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-19T20:20:29.539Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:20:29.539Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:29.801Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-19T20:20:29.801Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:20:29.801Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:29.801Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-19T20:20:29.801Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:20:29.801Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:29.801Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-19T20:20:29.801Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:20:29.801Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:30.063Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T20:20:30.063Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T20:20:30.063Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:20:30.063Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T20:20:30.063Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T20:20:30.063Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:20:30.063Z] Selecting previously unselected package libldap-common. [2021-03-19T20:20:30.063Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-19T20:20:30.063Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:20:30.325Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T20:20:30.325Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-19T20:20:30.325Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:20:30.325Z] Selecting previously unselected package dirmngr. [2021-03-19T20:20:30.325Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:20:30.325Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T20:20:30.588Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:20:30.588Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-19T20:20:30.588Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T20:20:30.852Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:20:30.852Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:20:30.852Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-19T20:20:30.852Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:30.852Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-19T20:20:30.852Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:20:30.852Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-19T20:20:31.425Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:20:31.425Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:31.425Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-19T20:20:31.425Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-19T20:20:31.687Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-19T20:20:31.687Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:31.687Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:31.687Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:31.687Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:31.687Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:31.687Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:31.687Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:20:31.948Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:20:31.948Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T20:20:31.948Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:20:32.519Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-19T20:20:32.519Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-19T20:20:32.519Z] This means they are not meant to be enabled using systemctl. [2021-03-19T20:20:32.519Z] Possible reasons for having this kind of units are: [2021-03-19T20:20:32.519Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-19T20:20:32.519Z] .wants/ or .requires/ directory. [2021-03-19T20:20:32.519Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-19T20:20:32.519Z] a requirement dependency on it. [2021-03-19T20:20:32.519Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-19T20:20:32.519Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-19T20:20:32.520Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-19T20:20:32.520Z] instance name specified. [2021-03-19T20:20:32.781Z] Reading package lists... [2021-03-19T20:20:33.042Z] Building dependency tree... [2021-03-19T20:20:33.042Z] Reading state information... [2021-03-19T20:20:33.305Z] The following additional packages will be installed: [2021-03-19T20:20:33.305Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-19T20:20:33.305Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-19T20:20:33.305Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-19T20:20:33.305Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-19T20:20:33.305Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-19T20:20:33.305Z] Suggested packages: [2021-03-19T20:20:33.305Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-19T20:20:33.305Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-19T20:20:33.305Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-19T20:20:33.305Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-19T20:20:33.305Z] systemd-container policykit-1 [2021-03-19T20:20:33.305Z] Recommended packages: [2021-03-19T20:20:33.305Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-19T20:20:33.305Z] The following NEW packages will be installed: [2021-03-19T20:20:33.305Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-19T20:20:33.305Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-19T20:20:33.305Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-19T20:20:33.305Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-19T20:20:33.306Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-19T20:20:33.306Z] The following packages will be upgraded: [2021-03-19T20:20:33.306Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-19T20:20:33.306Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-19T20:20:33.306Z] Need to get 35.2 MB of archives. [2021-03-19T20:20:33.306Z] After this operation, 141 MB of additional disk space will be used. [2021-03-19T20:20:33.306Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-19T20:20:33.306Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-19T20:20:33.306Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-19T20:20:33.306Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-19T20:20:33.567Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-19T20:20:33.568Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-19T20:20:33.568Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-19T20:20:33.568Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-19T20:20:33.568Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-19T20:20:33.568Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-19T20:20:33.568Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-19T20:20:33.568Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-19T20:20:33.568Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-19T20:20:33.568Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-19T20:20:33.568Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-19T20:20:33.568Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-19T20:20:33.568Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-19T20:20:33.568Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-19T20:20:33.568Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-19T20:20:34.142Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-19T20:20:34.142Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-19T20:20:34.142Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-19T20:20:34.142Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-19T20:20:34.142Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-19T20:20:34.142Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-19T20:20:34.142Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-19T20:20:34.142Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-19T20:20:34.142Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-19T20:20:34.403Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-19T20:20:34.403Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-19T20:20:34.664Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:20:34.664Z] Fetched 35.2 MB in 1s (30.8 MB/s) [2021-03-19T20:20:34.664Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:20:34.664Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:20:34.926Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:20:35.498Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:20:35.498Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:20:35.759Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-19T20:20:36.021Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:20:36.021Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T20:20:36.021Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T20:20:36.283Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-19T20:20:36.283Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:20:36.283Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T20:20:36.548Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T20:20:36.809Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-19T20:20:36.809Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-19T20:20:37.382Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-19T20:20:37.382Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-19T20:20:37.382Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T20:20:37.382Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T20:20:37.644Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-19T20:20:37.644Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:20:37.644Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:20:37.905Z] Selecting previously unselected package libexpat1:amd64. [2021-03-19T20:20:37.905Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-19T20:20:37.905Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T20:20:37.905Z] Selecting previously unselected package python3.6-minimal. [2021-03-19T20:20:37.905Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:20:37.905Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:20:38.169Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T20:20:38.430Z] Checking for services that may need to be restarted...done. [2021-03-19T20:20:38.430Z] Checking for services that may need to be restarted...done. [2021-03-19T20:20:38.430Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:20:38.430Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T20:20:38.430Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:20:39.002Z] Selecting previously unselected package python3-minimal. [2021-03-19T20:20:39.002Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-19T20:20:39.002Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:20:39.002Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-19T20:20:39.002Z] Selecting previously unselected package mime-support. [2021-03-19T20:20:39.002Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-19T20:20:39.002Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-19T20:20:39.263Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-19T20:20:39.263Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-19T20:20:39.263Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T20:20:39.263Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-19T20:20:39.263Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:20:39.263Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:20:39.527Z] Selecting previously unselected package python3.6. [2021-03-19T20:20:39.527Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:20:39.527Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:20:39.790Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T20:20:39.790Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:20:39.790Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T20:20:39.790Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-19T20:20:40.051Z] Selecting previously unselected package python3. [2021-03-19T20:20:40.051Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-19T20:20:40.051Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:20:40.051Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-19T20:20:40.313Z] Selecting previously unselected package multiarch-support. [2021-03-19T20:20:40.313Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:20:40.313Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T20:20:40.313Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T20:20:40.313Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-19T20:20:40.313Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-19T20:20:40.313Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-19T20:20:40.313Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T20:20:40.574Z] Selecting previously unselected package libbsd0:amd64. [2021-03-19T20:20:40.575Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-19T20:20:40.575Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T20:20:40.575Z] Selecting previously unselected package sudo. [2021-03-19T20:20:40.575Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-19T20:20:40.575Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T20:20:40.840Z] Selecting previously unselected package apparmor. [2021-03-19T20:20:40.840Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T20:20:40.840Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-19T20:20:40.840Z] Selecting previously unselected package libedit2:amd64. [2021-03-19T20:20:40.840Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-19T20:20:41.104Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T20:20:41.104Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T20:20:41.104Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:20:41.104Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:20:42.051Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T20:20:42.051Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:20:42.051Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:20:42.314Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T20:20:42.314Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-19T20:20:42.314Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T20:20:42.314Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T20:20:42.314Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:20:42.314Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:20:42.314Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T20:20:42.314Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:20:42.314Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:20:42.575Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-19T20:20:42.575Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-19T20:20:42.575Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T20:20:42.836Z] Selecting previously unselected package openssh-client. [2021-03-19T20:20:42.836Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-19T20:20:42.836Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T20:20:43.098Z] Selecting previously unselected package squashfs-tools. [2021-03-19T20:20:43.098Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-19T20:20:43.098Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T20:20:43.359Z] Selecting previously unselected package snapd. [2021-03-19T20:20:43.359Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-19T20:20:43.359Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-19T20:20:43.670Z] 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-03-19T20:20:45.905Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T20:20:45.905Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T20:20:45.905Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-19T20:20:45.905Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T20:20:45.905Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T20:20:45.905Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:20:45.905Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:20:45.905Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-19T20:20:45.905Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-19T20:20:46.849Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T20:20:46.849Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T20:20:46.849Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T20:20:46.849Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:20:47.119Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:20:47.119Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:20:47.692Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T20:20:47.953Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:20:47.953Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T20:20:47.953Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-19T20:20:47.953Z] running python rtupdate hooks for python3.6... [2021-03-19T20:20:47.953Z] running python post-rtupdate hooks for python3.6... [2021-03-19T20:20:47.953Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-19T20:20:49.870Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-19T20:20:49.870Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:20:49.870Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T20:20:49.870Z] Setting up snapd (2.48.3+18.04) ... [2021-03-19T20:20:50.441Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-19T20:20:50.701Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-19T20:20:50.963Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-19T20:20:51.224Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-19T20:20:51.224Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T20:20:51.224Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T20:20:51.485Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-19T20:20:51.745Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-19T20:20:52.006Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-19T20:20:52.270Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-19T20:20:52.270Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-19T20:20:52.532Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:20:52.532Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T20:20:53.918Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:20:53.918Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:20:53.918Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:20:55.580Z] Reading package lists... [2021-03-19T20:20:55.842Z] Reading package lists... [2021-03-19T20:20:56.103Z] Building dependency tree... [2021-03-19T20:20:56.103Z] Reading state information... [2021-03-19T20:20:56.103Z] Calculating upgrade... [2021-03-19T20:20:56.363Z] The following packages will be upgraded: [2021-03-19T20:20:56.363Z] advancecomp base-files bash binutils binutils-common [2021-03-19T20:20:56.363Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-19T20:20:56.363Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-19T20:20:56.363Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-19T20:20:56.363Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-19T20:20:56.363Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-19T20:20:56.363Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-19T20:20:56.363Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-19T20:20:56.363Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-19T20:20:56.363Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-19T20:20:56.363Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-19T20:20:56.363Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-19T20:20:56.363Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-19T20:20:56.363Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-19T20:20:56.363Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-19T20:20:56.624Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:20:56.624Z] Need to get 63.8 MB of archives. [2021-03-19T20:20:56.624Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-19T20:20:56.624Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-19T20:20:56.624Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-19T20:20:57.198Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-19T20:20:57.198Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-19T20:20:57.198Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-19T20:20:57.198Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-19T20:20:57.198Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-19T20:20:57.198Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-19T20:20:57.198Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-19T20:20:57.198Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-19T20:20:57.198Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-19T20:20:57.198Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-19T20:20:57.198Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-19T20:20:57.198Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-19T20:20:57.198Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-19T20:20:57.460Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-19T20:20:57.461Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-19T20:20:57.461Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-19T20:20:57.461Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-19T20:20:57.461Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-19T20:20:57.461Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-19T20:20:57.461Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-19T20:20:57.461Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-19T20:20:57.461Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-19T20:20:57.461Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-19T20:20:57.461Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-19T20:20:57.461Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-19T20:20:57.461Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-19T20:20:57.461Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-19T20:20:57.461Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-19T20:20:57.461Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-19T20:20:57.461Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-19T20:20:57.461Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-19T20:20:57.461Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-19T20:20:57.461Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-19T20:20:57.461Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-19T20:20:57.461Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-19T20:20:57.461Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-19T20:20:57.461Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-19T20:20:57.461Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-19T20:20:57.723Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-19T20:20:57.723Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-19T20:20:57.723Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-19T20:20:57.723Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-19T20:20:57.723Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-19T20:20:57.723Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-19T20:20:57.723Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-19T20:20:57.723Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-19T20:20:57.723Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-19T20:20:57.723Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-19T20:20:57.987Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-19T20:20:57.987Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-19T20:20:57.987Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-19T20:20:57.987Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-19T20:20:57.987Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-19T20:20:57.987Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-19T20:20:57.987Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-19T20:20:57.987Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-19T20:20:57.987Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-19T20:20:57.987Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-19T20:20:57.987Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-19T20:20:57.987Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-19T20:20:57.987Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-19T20:20:57.987Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-19T20:20:57.987Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-19T20:20:57.987Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-19T20:20:57.987Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-19T20:20:57.987Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-19T20:20:57.987Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-19T20:20:57.987Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-19T20:20:57.987Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-19T20:20:57.987Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-19T20:20:57.987Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-19T20:20:57.987Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-19T20:20:57.987Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-19T20:20:57.987Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-19T20:20:57.987Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-19T20:20:57.987Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-19T20:20:57.987Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-19T20:20:57.987Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-19T20:20:58.249Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-19T20:20:58.249Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-19T20:20:58.249Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-19T20:20:58.249Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-19T20:20:58.249Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-19T20:20:58.249Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-19T20:20:58.249Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-19T20:20:58.249Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-19T20:20:58.249Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-19T20:20:58.249Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-19T20:20:58.821Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-19T20:20:59.087Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-19T20:20:59.087Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-19T20:20:59.087Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-19T20:20:59.351Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-19T20:20:59.612Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-19T20:20:59.612Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-19T20:20:59.612Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-19T20:20:59.612Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-19T20:20:59.612Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:20:59.874Z] Fetched 63.8 MB in 3s (20.4 MB/s) [2021-03-19T20:20:59.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:20:59.874Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:20:59.874Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:21:00.820Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:21:00.820Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:21:00.820Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-19T20:21:00.820Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-19T20:21:01.764Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:01.764Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:01.764Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:01.764Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:01.764Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:02.030Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:02.030Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:02.030Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:02.030Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:02.291Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:02.291Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:02.291Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:02.291Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:02.291Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:02.562Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:02.562Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:21:02.562Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:02.562Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-19T20:21:02.823Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:02.823Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:21:02.823Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:02.823Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:03.084Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:03.084Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:03.084Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:03.345Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:21:03.345Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:03.606Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:21:03.606Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:21:03.606Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:21:04.179Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T20:21:04.440Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:21:04.440Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-19T20:21:04.440Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-19T20:21:04.440Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-19T20:21:04.440Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-19T20:21:04.702Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-19T20:21:04.702Z] Installing new version of config file /etc/issue ... [2021-03-19T20:21:04.702Z] Installing new version of config file /etc/issue.net ... [2021-03-19T20:21:04.702Z] Installing new version of config file /etc/lsb-release ... [2021-03-19T20:21:04.964Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-19T20:21:05.228Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-19T20:21:05.228Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-19T20:21:05.228Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-19T20:21:05.228Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:05.228Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-19T20:21:05.228Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-19T20:21:05.490Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-19T20:21:05.490Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-19T20:21:05.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:05.490Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:21:05.751Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-19T20:21:05.751Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:21:05.751Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:05.751Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-19T20:21:05.751Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-19T20:21:06.012Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-19T20:21:06.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:06.013Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-19T20:21:06.013Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:21:06.278Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-19T20:21:06.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:06.540Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:21:06.540Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:21:06.540Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:21:06.803Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:06.803Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:21:06.803Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:21:06.803Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-19T20:21:07.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:07.064Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-19T20:21:07.064Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-19T20:21:07.064Z] Setting up grep (3.1-2build1) ... [2021-03-19T20:21:07.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:07.325Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T20:21:07.325Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T20:21:07.325Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-19T20:21:07.588Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:07.588Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:21:07.588Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:21:07.588Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-19T20:21:07.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:07.850Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:21:07.850Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:21:08.428Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:21:08.428Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:21:08.428Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:21:08.428Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:21:09.003Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-19T20:21:09.267Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:09.267Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-19T20:21:09.267Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:21:10.658Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T20:21:10.658Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T20:21:10.658Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T20:21:10.658Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T20:21:10.658Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T20:21:10.658Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:10.658Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-19T20:21:10.658Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-19T20:21:10.920Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-19T20:21:11.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:11.182Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:21:11.182Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:21:11.182Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:21:11.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:11.444Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:21:11.444Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:21:11.444Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:21:11.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:11.444Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:21:11.444Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:21:11.707Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:21:11.707Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:11.707Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:21:11.707Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:21:11.969Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:21:11.969Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:11.969Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:21:11.969Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:21:12.232Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:21:12.232Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:21:12.232Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:21:12.232Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:12.232Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:21:12.493Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:21:12.493Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:21:12.493Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:12.493Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:21:12.493Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:21:12.756Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:21:12.756Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:12.756Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:21:12.756Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:21:13.018Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:21:13.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:13.018Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:21:13.018Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:21:13.592Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:21:13.854Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-19T20:21:14.452Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-19T20:21:14.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:14.452Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:21:14.452Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:21:14.452Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:21:14.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:21:14.714Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-19T20:21:14.714Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:21:14.976Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-19T20:21:14.976Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:14.976Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-19T20:21:14.976Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-19T20:21:15.243Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-19T20:21:15.505Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:15.505Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-19T20:21:15.505Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T20:21:15.505Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-19T20:21:15.505Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:15.505Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-19T20:21:15.767Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T20:21:15.767Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-19T20:21:15.767Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:15.767Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:21:15.767Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:21:16.028Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:21:16.028Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:16.028Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:21:16.028Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:21:16.049Z] 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-03-19T20:21:16.290Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:21:16.290Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:16.290Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:21:16.551Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:21:16.551Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:21:16.815Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:16.815Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:21:16.815Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:21:16.815Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:21:16.815Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:21:16.815Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:21:17.075Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:21:17.075Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:21:17.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:17.075Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-19T20:21:17.075Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-19T20:21:17.337Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-19T20:21:17.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:17.337Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-19T20:21:17.337Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:21:17.601Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:21:17.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:17.863Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:21:17.863Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:21:17.863Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:21:18.125Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:18.125Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-19T20:21:18.125Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-19T20:21:18.125Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-19T20:21:18.387Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:18.387Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T20:21:18.387Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T20:21:19.333Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-19T20:21:19.333Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:19.333Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:21:19.333Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:21:19.595Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-19T20:21:19.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:19.595Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-19T20:21:19.595Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-19T20:21:19.858Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-19T20:21:19.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:19.858Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-19T20:21:19.858Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-19T20:21:20.126Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-19T20:21:20.126Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:20.126Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-19T20:21:20.126Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-19T20:21:20.401Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-19T20:21:20.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:20.401Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-19T20:21:20.401Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-19T20:21:20.663Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-19T20:21:20.663Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:20.663Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T20:21:20.663Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-19T20:21:20.926Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-19T20:21:20.926Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:21:20.926Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-19T20:21:20.926Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-19T20:21:20.926Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-19T20:21:21.189Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-19T20:21:21.189Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T20:21:21.189Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T20:21:21.189Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T20:21:21.189Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T20:21:21.450Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T20:21:21.450Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T20:21:21.457Z] 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-03-19T20:21:21.715Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-19T20:21:21.716Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-19T20:21:21.978Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T20:21:21.978Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-19T20:21:21.978Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T20:21:22.241Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-19T20:21:22.241Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-19T20:21:22.241Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-19T20:21:22.241Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-19T20:21:22.503Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-19T20:21:22.503Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-19T20:21:22.503Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-19T20:21:22.503Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-19T20:21:22.503Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-19T20:21:22.767Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-19T20:21:22.767Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-19T20:21:23.030Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-19T20:21:23.030Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-19T20:21:23.983Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-19T20:21:23.983Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-19T20:21:23.983Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-19T20:21:23.983Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-19T20:21:24.244Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:21:24.244Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:21:24.507Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:21:24.768Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:21:24.768Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:21:24.768Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:21:25.030Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:21:25.030Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:21:25.030Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:25.030Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:21:25.292Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:25.292Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:21:25.553Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:25.553Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:21:25.553Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:25.553Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:21:26.502Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:26.764Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:21:26.855Z] 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-03-19T20:21:27.710Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:27.710Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:21:28.284Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:28.284Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:21:28.824Z] 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-03-19T20:21:28.868Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:28.868Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:21:29.810Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:21:29.810Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:21:29.810Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:21:29.810Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:21:30.080Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T20:21:30.080Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:21:30.080Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T20:21:30.343Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:21:30.343Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-19T20:21:30.343Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-19T20:21:30.343Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:21:30.603Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:21:30.604Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:21:30.604Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:21:30.604Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-19T20:21:30.604Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-19T20:21:30.864Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:30.865Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:21:30.865Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:30.865Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:30.865Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:30.865Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-19T20:21:30.865Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-19T20:21:31.126Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-19T20:21:31.126Z] [2021-03-19T20:21:31.126Z] Current default time zone: 'Etc/UTC' [2021-03-19T20:21:31.126Z] Local time is now: Fri Mar 19 20:21:31 UTC 2021. [2021-03-19T20:21:31.126Z] Universal Time is now: Fri Mar 19 20:21:31 UTC 2021. [2021-03-19T20:21:31.126Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-19T20:21:31.126Z] [2021-03-19T20:21:31.126Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-19T20:21:31.126Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:31.388Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-19T20:21:31.388Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:21:31.388Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-19T20:21:31.388Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-19T20:21:31.388Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-19T20:21:31.388Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-19T20:21:31.388Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-19T20:21:31.388Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T20:21:31.388Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:31.388Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-19T20:21:31.650Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:21:31.911Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:21:31.911Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:31.911Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-19T20:21:31.911Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-19T20:21:31.911Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-19T20:21:31.911Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T20:21:31.911Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-19T20:21:31.911Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-19T20:21:31.911Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:21:31.911Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-19T20:21:33.833Z] Updating certificates in /etc/ssl/certs... [2021-03-19T20:21:34.407Z] 23 added, 27 removed; done. [2021-03-19T20:21:34.408Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T20:21:34.668Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:21:34.668Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-19T20:21:34.668Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-19T20:21:34.668Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-19T20:21:34.929Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:21:34.929Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:21:34.929Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:21:34.929Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:21:34.929Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:21:34.929Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:21:34.929Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:21:34.929Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-19T20:21:35.190Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:21:35.190Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:21:35.190Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-19T20:21:35.190Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:21:35.190Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:21:35.190Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:21:35.190Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:21:35.190Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-19T20:21:35.452Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:21:35.452Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:21:35.452Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T20:21:35.452Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-19T20:21:35.542Z] 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-03-19T20:21:35.713Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-19T20:21:35.713Z] Updating certificates in /etc/ssl/certs... [2021-03-19T20:21:36.285Z] 0 added, 0 removed; done. [2021-03-19T20:21:36.285Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:21:36.285Z] done. [2021-03-19T20:21:36.857Z] Reading package lists... [2021-03-19T20:21:37.118Z] Building dependency tree... [2021-03-19T20:21:37.118Z] Reading state information... [2021-03-19T20:21:37.378Z] The following NEW packages will be installed: [2021-03-19T20:21:37.378Z] apt-transport-https [2021-03-19T20:21:37.378Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:21:37.378Z] Need to get 1696 B of archives. [2021-03-19T20:21:37.378Z] After this operation, 153 kB of additional disk space will be used. [2021-03-19T20:21:37.378Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-19T20:21:37.639Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:21:37.639Z] Fetched 1696 B in 0s (28.3 kB/s) [2021-03-19T20:21:37.639Z] Selecting previously unselected package apt-transport-https. [2021-03-19T20:21:37.639Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-19T20:21:37.639Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-19T20:21:37.639Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T20:21:37.639Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T20:21:38.212Z] Waiting for network to be ready... [2021-03-19T20:21:40.942Z] 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-03-19T20:21:44.797Z] 2021-03-19T20:21:42Z INFO Waiting for automatic snapd restart... [2021-03-19T20:21:45.244Z] 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-03-19T20:21:45.367Z] snapd 2.49 from Canonical* installed [2021-03-19T20:21:46.750Z] "snapd" switched to the "latest/stable" channel [2021-03-19T20:21:46.750Z] [2021-03-19T20:21:50.639Z] 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-03-19T20:21:50.957Z] core18 20210128 from Canonical* installed [2021-03-19T20:21:51.221Z] "core18" switched to the "latest/stable" channel [2021-03-19T20:21:51.221Z] [2021-03-19T20:21:54.940Z] 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-03-19T20:21:57.808Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T20:21:57.808Z] "snapcraft" switched to the "latest/stable" channel [2021-03-19T20:21:57.808Z] [2021-03-19T20:21:59.250Z] 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-03-19T20:22:01.113Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-19T20:22:01.113Z] - README.md [2021-03-19T20:22:01.113Z] [2021-03-19T20:22:01.113Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T20:22:07.715Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:22:07.715Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:22:07.715Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:22:07.715Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:22:09.100Z] Reading package lists... [2021-03-19T20:22:09.363Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [Pipeline] } [2021-03-19T20:22:09.451Z] $ docker stop --time=1 ecb671790ed4e041c06e9241cf75ac0370c84d66fc8ee9d2de073d27a5268455 [2021-03-19T20:22:11.972Z] $ docker rm -f ecb671790ed4e041c06e9241cf75ac0370c84d66fc8ee9d2de073d27a5268455 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:14.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:14.088Z] [2021-03-19T20:22:14.088Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:14.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:14.522Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-19T20:22:14.522Z] 29e5d40040c1: Pulling fs layer [2021-03-19T20:22:14.522Z] 1ce36da41761: Pulling fs layer [2021-03-19T20:22:14.522Z] 25b303627fd3: Pulling fs layer [2021-03-19T20:22:15.119Z] 29e5d40040c1: Verifying Checksum [2021-03-19T20:22:15.119Z] 29e5d40040c1: Download complete [2021-03-19T20:22:15.719Z] 1ce36da41761: Verifying Checksum [2021-03-19T20:22:15.719Z] 1ce36da41761: Download complete [2021-03-19T20:22:15.719Z] 29e5d40040c1: Pull complete [2021-03-19T20:22:15.958Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:22:15.958Z] Reading package lists... [2021-03-19T20:22:15.959Z] Building dependency tree... [2021-03-19T20:22:15.959Z] Reading state information... [2021-03-19T20:22:15.959Z] Suggested packages: [2021-03-19T20:22:15.959Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-19T20:22:15.959Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-19T20:22:15.959Z] Recommended packages: [2021-03-19T20:22:15.959Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-19T20:22:15.959Z] The following NEW packages will be installed: [2021-03-19T20:22:15.959Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-19T20:22:15.959Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-19T20:22:15.959Z] pkg-config zip [2021-03-19T20:22:15.959Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:22:15.959Z] Need to get 7657 kB of archives. [2021-03-19T20:22:15.959Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-19T20:22:15.959Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-19T20:22:16.220Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-19T20:22:16.220Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-19T20:22:16.220Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-19T20:22:16.220Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-19T20:22:16.220Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-19T20:22:16.220Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-19T20:22:16.483Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-19T20:22:16.483Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-19T20:22:16.745Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-19T20:22:16.745Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-19T20:22:16.745Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-19T20:22:16.745Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-19T20:22:16.745Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-19T20:22:16.745Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-19T20:22:17.011Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:22:17.011Z] Fetched 7657 kB in 1s (8746 kB/s) [2021-03-19T20:22:17.178Z] 1ce36da41761: Pull complete [2021-03-19T20:22:17.274Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-19T20:22:17.274Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-19T20:22:17.274Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-19T20:22:17.274Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T20:22:17.274Z] Selecting previously unselected package libpsl5:amd64. [2021-03-19T20:22:17.274Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-19T20:22:17.562Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T20:22:17.562Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T20:22:17.562Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-19T20:22:17.562Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T20:22:17.562Z] Selecting previously unselected package librtmp1:amd64. [2021-03-19T20:22:17.562Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-19T20:22:17.562Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T20:22:17.562Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-19T20:22:17.562Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-19T20:22:17.562Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T20:22:17.790Z] 25b303627fd3: Verifying Checksum [2021-03-19T20:22:17.790Z] 25b303627fd3: Download complete [2021-03-19T20:22:17.826Z] Selecting previously unselected package liberror-perl. [2021-03-19T20:22:17.826Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-19T20:22:17.826Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-19T20:22:17.826Z] Selecting previously unselected package git-man. [2021-03-19T20:22:17.826Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-19T20:22:17.826Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:22:18.087Z] Selecting previously unselected package git. [2021-03-19T20:22:18.087Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-19T20:22:18.087Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:22:19.031Z] Selecting previously unselected package libnorm1:amd64. [2021-03-19T20:22:19.031Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-19T20:22:19.031Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T20:22:19.031Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-19T20:22:19.031Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-19T20:22:19.031Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T20:22:19.031Z] Selecting previously unselected package libsodium23:amd64. [2021-03-19T20:22:19.031Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-19T20:22:19.294Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-19T20:22:19.294Z] Selecting previously unselected package libzmq5:amd64. [2021-03-19T20:22:19.294Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T20:22:19.294Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:22:19.554Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-19T20:22:19.554Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T20:22:19.554Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:22:19.554Z] Selecting previously unselected package pkg-config. [2021-03-19T20:22:19.554Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-19T20:22:19.554Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T20:22:19.554Z] Selecting previously unselected package zip. [2021-03-19T20:22:19.554Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-19T20:22:19.554Z] Unpacking zip (3.0-11build1) ... [2021-03-19T20:22:19.822Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T20:22:19.822Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:22:19.822Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T20:22:19.822Z] Setting up liberror-perl (0.17025-1) ... [2021-03-19T20:22:19.822Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T20:22:19.822Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T20:22:19.822Z] No schema files found: doing nothing. [2021-03-19T20:22:20.083Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T20:22:20.083Z] Setting up zip (3.0-11build1) ... [2021-03-19T20:22:20.083Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T20:22:20.083Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-19T20:22:20.083Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T20:22:20.083Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:22:20.083Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T20:22:20.083Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:22:20.344Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:22:20.344Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:22:26.931Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:22:27.192Z] git set to automatically installed. [2021-03-19T20:22:27.192Z] git-man set to automatically installed. [2021-03-19T20:22:27.192Z] libcurl3-gnutls set to automatically installed. [2021-03-19T20:22:27.192Z] liberror-perl set to automatically installed. [2021-03-19T20:22:27.192Z] libglib2.0-0 set to automatically installed. [2021-03-19T20:22:27.192Z] libnghttp2-14 set to automatically installed. [2021-03-19T20:22:27.192Z] libnorm1 set to automatically installed. [2021-03-19T20:22:27.192Z] libpgm-5.2-0 set to automatically installed. [2021-03-19T20:22:27.192Z] libpsl5 set to automatically installed. [2021-03-19T20:22:27.192Z] librtmp1 set to automatically installed. [2021-03-19T20:22:27.192Z] libsodium23 set to automatically installed. [2021-03-19T20:22:27.192Z] libzmq3-dev set to automatically installed. [2021-03-19T20:22:27.192Z] libzmq5 set to automatically installed. [2021-03-19T20:22:27.192Z] pkg-config set to automatically installed. [2021-03-19T20:22:27.192Z] zip set to automatically installed. [2021-03-19T20:22:27.953Z] 25b303627fd3: Pull complete [2021-03-19T20:22:27.953Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-19T20:22:27.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:27.953Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-19T20:22:28.242Z] prd-ubuntu18.04-docker-arm64-4c-16g-30627 does not seem to be running inside a container [2021-03-19T20:22:28.344Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T20:22:28.577Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T20:22:31.456Z] $ docker top 9042c7d7aea6e8c0bbe10769ee023b0b853e36122fc02b585886f80a4e82cbe4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:22:32.536Z] + docker-compose build --help [2021-03-19T20:22:32.536Z] + grep parallel [2021-03-19T20:22:35.169Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:22:35.429Z] snap "core18" has no updates available [2021-03-19T20:22:36.372Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T20:22:37.925Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:22:37.960Z] $ docker stop --time=1 9042c7d7aea6e8c0bbe10769ee023b0b853e36122fc02b585886f80a4e82cbe4 [2021-03-19T20:22:39.913Z] $ docker rm -f 9042c7d7aea6e8c0bbe10769ee023b0b853e36122fc02b585886f80a4e82cbe4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:40.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:40.774Z] . [Pipeline] withDockerContainer [2021-03-19T20:22:41.052Z] prd-ubuntu18.04-docker-arm64-4c-16g-30627 does not seem to be running inside a container [2021-03-19T20:22:41.158Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T20:22:42.725Z] $ docker top 80e85cbfbc6aad9b835b865443ceacef3d42ca0e8906b724aea43b0ce26cc556 -eo pid,comm [2021-03-19T20:22:42.969Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [Pipeline] { [Pipeline] sh [2021-03-19T20:22:43.765Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:22:49.163Z] Building docker-core-command-go ... [2021-03-19T20:22:49.163Z] Building docker-core-data-go ... [2021-03-19T20:22:49.163Z] Building docker-core-metadata-go ... [2021-03-19T20:22:49.163Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:22:49.163Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:22:49.163Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:22:49.163Z] Building docker-support-notifications-go ... [2021-03-19T20:22:49.163Z] Building docker-support-scheduler-go ... [2021-03-19T20:22:49.163Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:22:49.163Z] Building docker-support-notifications-go [2021-03-19T20:22:49.163Z] Building docker-security-bootstrapper-go [2021-03-19T20:22:49.163Z] Building docker-security-secretstore-setup-go [2021-03-19T20:22:49.163Z] Building docker-core-metadata-go [2021-03-19T20:22:49.163Z] Building docker-core-command-go [2021-03-19T20:22:57.914Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-19T20:22:58.175Z] Pulling go-build-helper [2021-03-19T20:22:58.175Z] + snapcraftctl pull [2021-03-19T20:22:59.560Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-19T20:22:59.560Z] Skipping pull go-build-helper (already ran) [2021-03-19T20:22:59.560Z] Building go-build-helper [2021-03-19T20:22:59.560Z] + snapcraftctl build [2021-03-19T20:23:02.114Z] Staging go-build-helper [2021-03-19T20:23:02.114Z] + snapcraftctl stage [2021-03-19T20:23:15.169Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T20:23:15.169Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T20:23:15.169Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T20:23:15.169Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T20:23:15.169Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T20:23:15.169Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T20:23:15.169Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T20:23:15.169Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T20:23:15.169Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T20:23:15.169Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T20:23:15.169Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T20:23:15.169Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T20:23:15.169Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T20:23:15.169Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T20:23:15.169Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T20:23:15.169Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T20:23:15.169Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T20:23:15.169Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T20:23:15.169Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T20:23:15.169Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T20:23:15.169Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T20:23:15.169Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T20:23:15.169Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T20:23:15.169Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T20:23:15.169Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T20:23:15.169Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T20:23:15.169Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T20:23:15.169Z] Fetched 24.1 MB in 6s (4009 kB/s) [2021-03-19T20:23:15.169Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T20:23:15.169Z] Fetched 224 kB in 0s (0 B/s) [2021-03-19T20:23:15.169Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T20:23:15.169Z] Fetched 157 kB in 0s (0 B/s) [2021-03-19T20:23:15.169Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T20:23:15.169Z] Fetched 221 kB in 0s (0 B/s) [2021-03-19T20:23:15.169Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T20:23:15.169Z] Fetched 143 kB in 0s (0 B/s) [2021-03-19T20:23:15.169Z] Pulling app-service-config [2021-03-19T20:23:15.169Z] + snapcraftctl pull [2021-03-19T20:23:15.741Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-19T20:23:16.313Z] Pulling config-common [2021-03-19T20:23:16.313Z] + snapcraftctl pull [2021-03-19T20:23:21.635Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:23:21.635Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:23:21.635Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:23:21.635Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:23:21.635Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T20:23:21.635Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:23:21.635Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T20:23:21.635Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:23:21.635Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T20:23:21.635Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:23:21.635Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T20:23:21.635Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:23:21.635Z] Pulling edgex-go [2021-03-19T20:23:21.635Z] + snapcraftctl pull [2021-03-19T20:23:48.229Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:23:48.229Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:23:48.229Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:23:48.229Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-19T20:23:48.229Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-19T20:23:48.229Z] Fetched 279 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-19T20:23:48.229Z] Fetched 122 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-19T20:23:48.229Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-19T20:23:48.229Z] Fetched 8848 B in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-19T20:23:48.229Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-19T20:23:48.229Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-19T20:23:48.229Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-19T20:23:48.229Z] Fetched 214 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-19T20:23:48.229Z] Fetched 154 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-19T20:23:48.229Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-19T20:23:48.229Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-19T20:23:48.229Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-19T20:23:48.229Z] Fetched 499 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-19T20:23:48.229Z] Fetched 111 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-19T20:23:48.229Z] Fetched 240 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-19T20:23:48.229Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-19T20:23:48.229Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-19T20:23:48.229Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-19T20:23:48.229Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-19T20:23:48.229Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-19T20:23:48.229Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-19T20:23:48.229Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-19T20:23:48.229Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-19T20:23:48.229Z] Fetched 8720 B in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-19T20:23:48.229Z] Fetched 137 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-19T20:23:48.229Z] Fetched 119 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-19T20:23:48.229Z] Fetched 109 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-19T20:23:48.229Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-19T20:23:48.229Z] Fetched 645 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-19T20:23:48.229Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-19T20:23:48.229Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-19T20:23:48.229Z] Fetched 368 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-19T20:23:48.229Z] Fetched 187 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-19T20:23:48.229Z] Fetched 175 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-19T20:23:48.229Z] Fetched 206 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-19T20:23:48.229Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-19T20:23:48.229Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-19T20:23:48.229Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-19T20:23:48.229Z] Fetched 159 kB in 0s (0 B/s) [2021-03-19T20:23:48.230Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-19T20:23:48.230Z] Fetched 107 kB in 0s (0 B/s) [2021-03-19T20:23:48.230Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-19T20:23:48.230Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-19T20:23:48.230Z] Pulling static-packages [2021-03-19T20:23:48.230Z] + snapcraftctl pull [2021-03-19T20:23:48.230Z] Pulling version [2021-03-19T20:23:48.230Z] + cd /root/project [2021-03-19T20:23:48.230Z] + [ -f VERSION ] [2021-03-19T20:23:48.230Z] + PROJECT_VERSION=local-dev [2021-03-19T20:23:48.230Z] + git rev-parse --short HEAD [2021-03-19T20:23:48.230Z] + GIT_REVISION=6fc40daf [2021-03-19T20:23:48.230Z] + snapcraftctl set-version local-dev [2021-03-19T20:23:48.230Z] Skipping build go-build-helper (already ran) [2021-03-19T20:23:48.230Z] Building app-service-config [2021-03-19T20:23:48.230Z] + make build [2021-03-19T20:23:48.230Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-19T20:23:48.230Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-19T20:23:48.230Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-19T20:23:48.230Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-19T20:23:48.491Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-19T20:23:48.491Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-19T20:23:48.491Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:23:48.491Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-19T20:23:48.754Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-19T20:23:49.018Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:23:49.018Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-19T20:23:49.018Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:23:49.018Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-19T20:23:49.280Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-19T20:23:49.280Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-19T20:23:49.280Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:23:49.280Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-19T20:23:49.280Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-19T20:23:49.280Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-19T20:23:49.280Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-19T20:23:49.280Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-19T20:23:49.542Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-19T20:23:49.542Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-19T20:23:49.542Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-19T20:23:49.542Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-19T20:23:49.542Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-19T20:23:49.542Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-19T20:23:49.542Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-19T20:23:49.542Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:23:49.839Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-19T20:23:49.839Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-19T20:23:49.839Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:23:49.839Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-19T20:23:49.839Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-19T20:23:49.839Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-19T20:23:49.839Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-19T20:23:49.839Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:23:49.839Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-19T20:23:49.839Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:23:49.839Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-19T20:23:49.839Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-19T20:23:50.116Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-19T20:23:50.116Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-19T20:23:50.116Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-19T20:24:02.371Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-19T20:24:02.371Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-19T20:24:02.371Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-19T20:24:02.371Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-19T20:24:02.371Z] Building config-common [2021-03-19T20:24:02.371Z] + snapcraftctl build [2021-03-19T20:24:04.914Z] Building edgex-go [2021-03-19T20:24:05.856Z] + cd /root/parts/edgex-go/src [2021-03-19T20:24:05.856Z] + make build [2021-03-19T20:24:05.856Z] 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-03-19T20:24:06.427Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-19T20:24:06.427Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-19T20:24:06.427Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-19T20:24:06.427Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-19T20:24:06.427Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:24:06.427Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-19T20:24:06.427Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-19T20:24:06.688Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-19T20:24:06.688Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-19T20:24:10.934Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:10.934Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:10.934Z] ---> b2eae56cca04 [2021-03-19T20:24:10.934Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:24:10.934Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:10.934Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:10.934Z] ---> b2eae56cca04 [2021-03-19T20:24:10.934Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:24:10.934Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:10.934Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:10.934Z] ---> b2eae56cca04 [2021-03-19T20:24:10.934Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:24:10.934Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:10.934Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:10.934Z] ---> b2eae56cca04 [2021-03-19T20:24:10.934Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:24:10.934Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:10.934Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:10.934Z] ---> b2eae56cca04 [2021-03-19T20:24:10.934Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:24:10.934Z] ---> Running in 9f76e5c309c7 [2021-03-19T20:24:10.934Z] ---> Running in 3fc5ecd15ebe [2021-03-19T20:24:10.934Z] ---> Running in ade7f1cc6333 [2021-03-19T20:24:10.934Z] ---> Running in a02091930eb1 [2021-03-19T20:24:10.934Z] ---> Running in f64d65ae95a7 [2021-03-19T20:24:10.934Z] Removing intermediate container ade7f1cc6333 [2021-03-19T20:24:10.934Z] ---> a6b9530d5ebb [2021-03-19T20:24:10.934Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:10.934Z] Removing intermediate container 9f76e5c309c7 [2021-03-19T20:24:10.934Z] ---> 80dd070f9b5b [2021-03-19T20:24:10.934Z] Removing intermediate container f64d65ae95a7 [2021-03-19T20:24:10.934Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> fc5a5ab2fd33 [2021-03-19T20:24:10.935Z] [2021-03-19T20:24:10.935Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:10.935Z] Removing intermediate container 3fc5ecd15ebe [2021-03-19T20:24:10.935Z] ---> b3e80f37a143 [2021-03-19T20:24:10.935Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:10.935Z] Removing intermediate container a02091930eb1 [2021-03-19T20:24:10.935Z] ---> 3738009095f7 [2021-03-19T20:24:10.935Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:10.935Z] ---> Running in 23a929245934 [2021-03-19T20:24:10.935Z] ---> Running in 84aa0c5face6 [2021-03-19T20:24:10.935Z] ---> Running in c3aa5ec1908a [2021-03-19T20:24:10.935Z] ---> Running in f5686e8c66a3 [2021-03-19T20:24:10.935Z] ---> Running in 4171faddfa0d [2021-03-19T20:24:10.935Z] Removing intermediate container 23a929245934 [2021-03-19T20:24:10.935Z] ---> 7ed06c60d4a5 [2021-03-19T20:24:10.935Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:24:10.935Z] ---> Running in 578cc1015c65 [2021-03-19T20:24:10.935Z] Removing intermediate container 84aa0c5face6 [2021-03-19T20:24:10.935Z] ---> 91566e1513cc [2021-03-19T20:24:10.935Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:24:10.935Z] ---> Running in db4240daeed7 [2021-03-19T20:24:10.935Z] Removing intermediate container c3aa5ec1908a [2021-03-19T20:24:10.935Z] ---> f1bd228e6f30 [2021-03-19T20:24:10.935Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:24:10.935Z] Removing intermediate container f5686e8c66a3 [2021-03-19T20:24:10.935Z] ---> 92fff82f41f0 [2021-03-19T20:24:10.935Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:24:10.935Z] ---> Running in 13bc42747435 [2021-03-19T20:24:10.935Z] Removing intermediate container 4171faddfa0d [2021-03-19T20:24:10.935Z] ---> d9b69f0c6266 [2021-03-19T20:24:10.935Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:24:11.216Z] ---> Running in cc61dd363891 [2021-03-19T20:24:11.216Z] ---> Running in 48567ab2d0a5 [2021-03-19T20:24:11.984Z] 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-03-19T20:24:11.984Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-19T20:24:12.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:12.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.974Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:13.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:14.248Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:14.872Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:15.146Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:15.146Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:15.424Z] Removing intermediate container 578cc1015c65 [2021-03-19T20:24:15.424Z] ---> 8c3027d8fd9b [2021-03-19T20:24:15.424Z] Step 6/22 : COPY go.mod . [2021-03-19T20:24:16.027Z] Removing intermediate container db4240daeed7 [2021-03-19T20:24:16.027Z] ---> 3a0efde3dd78 [2021-03-19T20:24:16.027Z] Step 6/23 : COPY go.mod . [2021-03-19T20:24:16.305Z] Removing intermediate container 13bc42747435 [2021-03-19T20:24:16.305Z] ---> a5bbf7f394e2 [2021-03-19T20:24:16.305Z] Step 6/24 : COPY go.mod . [2021-03-19T20:24:16.589Z] ---> 7dd3174ba1a2 [2021-03-19T20:24:16.589Z] Step 7/22 : RUN go mod download [2021-03-19T20:24:16.865Z] ---> Running in 72a0359843c4 [2021-03-19T20:24:16.865Z] Removing intermediate container cc61dd363891 [2021-03-19T20:24:16.865Z] ---> b53045b32a2e [2021-03-19T20:24:16.865Z] Step 6/23 : COPY go.mod . [2021-03-19T20:24:16.865Z] Removing intermediate container 48567ab2d0a5 [2021-03-19T20:24:16.865Z] ---> 29a66922c2ba [2021-03-19T20:24:17.139Z] Step 6/31 : COPY go.mod . [2021-03-19T20:24:17.139Z] ---> d2f2609c2364 [2021-03-19T20:24:17.139Z] Step 7/23 : RUN go mod download [2021-03-19T20:24:17.280Z] 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-03-19T20:24:17.413Z] ---> Running in 705de0568f48 [2021-03-19T20:24:17.689Z] ---> 84d7199f63b2 [2021-03-19T20:24:17.689Z] Step 7/24 : RUN go mod download [2021-03-19T20:24:17.976Z] ---> Running in 56e0fb6038b7 [2021-03-19T20:24:18.259Z] ---> 1b38463e2117 [2021-03-19T20:24:18.260Z] Step 7/31 : RUN go mod download [2021-03-19T20:24:18.260Z] ---> Running in ac36301adf71 [2021-03-19T20:24:18.536Z] ---> 391b024df13f [2021-03-19T20:24:18.536Z] Step 7/23 : RUN go mod download [2021-03-19T20:24:18.668Z] 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-03-19T20:24:18.816Z] ---> Running in 6b0a6259d926 [2021-03-19T20:24:20.591Z] 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-03-19T20:24:20.851Z] 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-03-19T20:24:20.852Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-19T20:24:21.113Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:24:21.113Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:24:21.113Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-19T20:24:22.248Z] Removing intermediate container 72a0359843c4 [2021-03-19T20:24:22.248Z] ---> a73b932ea05b [2021-03-19T20:24:22.248Z] Step 8/22 : COPY . . [2021-03-19T20:24:22.248Z] Removing intermediate container 705de0568f48 [2021-03-19T20:24:22.248Z] ---> 447d4f36915a [2021-03-19T20:24:22.248Z] Step 8/23 : COPY . . [2021-03-19T20:24:23.029Z] 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-03-19T20:24:23.029Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-19T20:24:23.029Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-19T20:24:23.242Z] Removing intermediate container 56e0fb6038b7 [2021-03-19T20:24:23.242Z] ---> ba6b0a146061 [2021-03-19T20:24:23.242Z] Step 8/24 : COPY . . [2021-03-19T20:24:23.242Z] Removing intermediate container ac36301adf71 [2021-03-19T20:24:23.242Z] ---> f38e31089bd3 [2021-03-19T20:24:23.242Z] Step 8/31 : COPY . . [2021-03-19T20:24:23.839Z] Removing intermediate container 6b0a6259d926 [2021-03-19T20:24:23.839Z] ---> 64a04e17c635 [2021-03-19T20:24:23.839Z] Step 8/23 : COPY . . [2021-03-19T20:24:24.947Z] 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-03-19T20:24:25.896Z] 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-03-19T20:24:26.156Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-19T20:24:28.118Z] 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-03-19T20:24:29.080Z] 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-03-19T20:24:29.353Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-19T20:24:30.794Z] 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-03-19T20:24:30.794Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-19T20:24:33.464Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-19T20:24:33.464Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-19T20:24:33.464Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-19T20:24:33.464Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-19T20:24:33.464Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-19T20:24:33.464Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-19T20:24:33.464Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-19T20:24:33.464Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-19T20:24:33.464Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-19T20:24:33.464Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-19T20:24:33.464Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-19T20:24:33.464Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-19T20:24:33.464Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-19T20:24:33.464Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-19T20:24:33.464Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-19T20:24:36.816Z] Building static-packages [2021-03-19T20:24:36.816Z] + snapcraftctl build [2021-03-19T20:24:39.364Z] Building version [2021-03-19T20:24:39.364Z] + snapcraftctl build [2021-03-19T20:24:41.915Z] Skipping stage go-build-helper (already ran) [2021-03-19T20:24:41.915Z] Staging app-service-config [2021-03-19T20:24:41.915Z] + snapcraftctl stage [2021-03-19T20:24:42.857Z] Staging config-common [2021-03-19T20:24:42.857Z] + snapcraftctl stage [2021-03-19T20:24:43.797Z] Staging edgex-go [2021-03-19T20:24:43.798Z] + snapcraftctl stage [2021-03-19T20:24:45.182Z] Staging static-packages [2021-03-19T20:24:45.182Z] + snapcraftctl stage [2021-03-19T20:24:46.123Z] Staging version [2021-03-19T20:24:46.123Z] + snapcraftctl stage [2021-03-19T20:24:47.508Z] Priming go-build-helper [2021-03-19T20:24:47.508Z] + snapcraftctl prime [2021-03-19T20:24:48.450Z] Priming app-service-config [2021-03-19T20:24:48.450Z] + snapcraftctl prime [2021-03-19T20:24:49.832Z] Priming config-common [2021-03-19T20:24:49.832Z] + snapcraftctl prime [2021-03-19T20:24:50.685Z] ---> 36f8d957a8f5 [2021-03-19T20:24:50.685Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:24:50.685Z] ---> 2b93886cd3ec [2021-03-19T20:24:50.685Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:24:50.685Z] ---> Running in d51a89ef893a [2021-03-19T20:24:50.685Z] ---> Running in d1728ab1e4d0 [2021-03-19T20:24:50.685Z] ---> 7e47b8d40017 [2021-03-19T20:24:50.685Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:24:50.685Z] ---> e841761a1299 [2021-03-19T20:24:50.685Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T20:24:50.685Z] ---> b2a1ebb7e3a0 [2021-03-19T20:24:50.685Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:24:50.775Z] Priming edgex-go [2021-03-19T20:24:50.775Z] + snapcraftctl prime [2021-03-19T20:24:50.964Z] ---> Running in 54a71218a4fe [2021-03-19T20:24:50.964Z] ---> Running in 6a19652e2e56 [2021-03-19T20:24:50.964Z] ---> Running in 597aced2ce56 [2021-03-19T20:24:52.163Z] Priming static-packages [2021-03-19T20:24:52.163Z] + snapcraftctl prime [2021-03-19T20:24:52.972Z] 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-03-19T20:24:52.973Z] 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-03-19T20:24:53.259Z] 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-03-19T20:24:53.259Z] 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-03-19T20:24:53.568Z] 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-03-19T20:24:54.710Z] Priming version [2021-03-19T20:24:54.710Z] + snapcraftctl prime [2021-03-19T20:24:56.104Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T20:26:45.520Z] 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-03-19T20:26:50.978Z] Removing intermediate container 597aced2ce56 [2021-03-19T20:26:50.978Z] ---> 854c6f130fce [2021-03-19T20:26:50.978Z] [2021-03-19T20:26:50.978Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:26:50.978Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:51.676Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:51.676Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:26:51.676Z] ---> d10569e2745f [2021-03-19T20:26:51.676Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:26:52.423Z] ---> Running in c833da70f53a [2021-03-19T20:26:54.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:54.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:56.874Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:26:56.874Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:26:56.874Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:26:56.874Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:26:56.874Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:56.874Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:56.874Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:26:56.874Z] OK: 7 MiB in 19 packages [2021-03-19T20:27:00.298Z] Removing intermediate container c833da70f53a [2021-03-19T20:27:00.298Z] ---> e3aa33381705 [2021-03-19T20:27:00.298Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:27:00.583Z] ---> Running in 22f761974798 [2021-03-19T20:27:02.039Z] Removing intermediate container 22f761974798 [2021-03-19T20:27:02.039Z] ---> cf8994ff699e [2021-03-19T20:27:02.039Z] Step 13/24 : WORKDIR / [2021-03-19T20:27:02.322Z] ---> Running in 7f7a83b5e6f0 [2021-03-19T20:27:02.927Z] Removing intermediate container 6a19652e2e56 [2021-03-19T20:27:02.927Z] ---> 705da28ade66 [2021-03-19T20:27:02.927Z] [2021-03-19T20:27:02.927Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:27:02.927Z] ---> d10569e2745f [2021-03-19T20:27:02.927Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:27:03.207Z] ---> Running in d6ce56af9e68 [2021-03-19T20:27:03.207Z] Removing intermediate container 7f7a83b5e6f0 [2021-03-19T20:27:03.207Z] ---> bfddd8dfcb8a [2021-03-19T20:27:03.488Z] 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-03-19T20:27:04.091Z] Removing intermediate container d6ce56af9e68 [2021-03-19T20:27:04.091Z] ---> 6a86853fcfd6 [2021-03-19T20:27:04.091Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:27:04.365Z] ---> Running in 0ccb5b00fc9d [2021-03-19T20:27:04.972Z] ---> f043d83aa024 [2021-03-19T20:27:04.972Z] 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-03-19T20:27:06.427Z] ---> f6ba632fa0ee [2021-03-19T20:27:06.427Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:06.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:06.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:07.975Z] ---> 25dcb17172c5 [2021-03-19T20:27:07.975Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:27:07.975Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:27:07.975Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:27:07.975Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:07.975Z] OK: 5 MiB in 16 packages [2021-03-19T20:27:10.663Z] ---> f389513bb108 [2021-03-19T20:27:10.664Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:27:10.939Z] Removing intermediate container 0ccb5b00fc9d [2021-03-19T20:27:10.939Z] ---> f4f49b9c77cf [2021-03-19T20:27:10.939Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:27:11.929Z] ---> Running in 422ae11ac1ff [2021-03-19T20:27:12.923Z] Removing intermediate container 54a71218a4fe [2021-03-19T20:27:12.923Z] ---> 4d699d25d866 [2021-03-19T20:27:12.923Z] [2021-03-19T20:27:12.923Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:27:12.923Z] ---> d10569e2745f [2021-03-19T20:27:12.923Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:27:12.923Z] ---> 17839109940c [2021-03-19T20:27:12.923Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:27:13.527Z] ---> Running in 9c9127f90c50 [2021-03-19T20:27:13.527Z] Removing intermediate container 422ae11ac1ff [2021-03-19T20:27:13.527Z] ---> 33f804ddf74f [2021-03-19T20:27:13.527Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:27:14.139Z] ---> Running in bd167b983a72 [2021-03-19T20:27:14.429Z] ---> 2854afd4fa2d [2021-03-19T20:27:14.429Z] 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-03-19T20:27:15.029Z] ---> Running in 2346a813a3eb [2021-03-19T20:27:15.304Z] Removing intermediate container bd167b983a72 [2021-03-19T20:27:15.304Z] ---> 25432c576b82 [2021-03-19T20:27:15.304Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:27:15.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:15.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:15.858Z] ---> Running in ce31b61455be [2021-03-19T20:27:16.144Z] Removing intermediate container d51a89ef893a [2021-03-19T20:27:16.145Z] ---> 5866829dc244 [2021-03-19T20:27:16.145Z] [2021-03-19T20:27:16.145Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:27:16.145Z] ---> d10569e2745f [2021-03-19T20:27:16.145Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:27:16.428Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:27:16.428Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:16.428Z] OK: 5 MiB in 15 packages [2021-03-19T20:27:16.715Z] ---> Running in 8c4eb9bb4c47 [2021-03-19T20:27:18.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:18.754Z] Removing intermediate container 9c9127f90c50 [2021-03-19T20:27:18.754Z] ---> 411781fc81ad [2021-03-19T20:27:18.754Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:27:19.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:19.067Z] ---> Running in 4bb42b76cd35 [2021-03-19T20:27:19.668Z] Removing intermediate container 2346a813a3eb [2021-03-19T20:27:19.668Z] ---> b6ff1951fe5f [2021-03-19T20:27:19.668Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:27:19.668Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:27:19.668Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:27:19.668Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:19.668Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:27:19.941Z] Removing intermediate container 4bb42b76cd35 [2021-03-19T20:27:19.941Z] ---> b7dd0d51a3ce [2021-03-19T20:27:19.941Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:27:19.941Z] OK: 6 MiB in 16 packages [2021-03-19T20:27:19.941Z] ---> Running in b30279d87d38 [2021-03-19T20:27:20.542Z] ---> Running in b44fd9d0d3b9 [2021-03-19T20:27:20.542Z] Removing intermediate container ce31b61455be [2021-03-19T20:27:20.542Z] ---> 5816c63941e1 [2021-03-19T20:27:20.542Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:27:21.151Z] ---> Running in 8b01982094df [2021-03-19T20:27:21.151Z] Removing intermediate container b30279d87d38 [2021-03-19T20:27:21.151Z] ---> 86d96e0b0eca [2021-03-19T20:27:21.151Z] Step 22/24 : LABEL arch=arm64 [2021-03-19T20:27:21.437Z] Removing intermediate container b44fd9d0d3b9 [2021-03-19T20:27:21.437Z] ---> a1b08bb663ab [2021-03-19T20:27:21.437Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:27:21.718Z] ---> Running in 086650d4346f [2021-03-19T20:27:22.318Z] ---> Running in b9c8aee4dd8a [2021-03-19T20:27:22.318Z] Removing intermediate container 8b01982094df [2021-03-19T20:27:22.318Z] ---> 48e620388041 [2021-03-19T20:27:22.318Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:27:22.600Z] Removing intermediate container 086650d4346f [2021-03-19T20:27:22.600Z] ---> 03d21c1c79aa [2021-03-19T20:27:22.600Z] Step 23/24 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:27:22.600Z] Removing intermediate container 8c4eb9bb4c47 [2021-03-19T20:27:22.600Z] ---> 60bd50407aec [2021-03-19T20:27:22.600Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:27:22.873Z] Removing intermediate container b9c8aee4dd8a [2021-03-19T20:27:22.873Z] ---> e3ce1b7709c9 [2021-03-19T20:27:22.873Z] Step 15/23 : WORKDIR / [2021-03-19T20:27:23.161Z] ---> Running in ffab735f2ede [2021-03-19T20:27:23.161Z] ---> Running in e4edb4b19a4f [2021-03-19T20:27:23.161Z] Removing intermediate container d1728ab1e4d0 [2021-03-19T20:27:23.161Z] ---> 632794fa571a [2021-03-19T20:27:23.161Z] [2021-03-19T20:27:23.161Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:27:23.161Z] ---> d10569e2745f [2021-03-19T20:27:23.161Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:27:23.161Z] ---> Using cache [2021-03-19T20:27:23.161Z] ---> 411781fc81ad [2021-03-19T20:27:23.161Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:27:23.161Z] ---> Using cache [2021-03-19T20:27:23.161Z] ---> b7dd0d51a3ce [2021-03-19T20:27:23.161Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:27:23.440Z] ---> Running in 5d511c109242 [2021-03-19T20:27:23.440Z] ---> 01d5e4376e51 [2021-03-19T20:27:23.440Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:27:23.440Z] ---> Running in c1c4d11d6ef4 [2021-03-19T20:27:23.716Z] ---> Running in b390d201ac31 [2021-03-19T20:27:23.716Z] Removing intermediate container e4edb4b19a4f [2021-03-19T20:27:23.716Z] ---> 2182f633a272 [2021-03-19T20:27:23.716Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:27:23.716Z] Removing intermediate container ffab735f2ede [2021-03-19T20:27:23.716Z] ---> 8a9017cc2b4e [2021-03-19T20:27:23.716Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T20:27:23.992Z] ---> Running in 732b5d691082 [2021-03-19T20:27:23.992Z] ---> Running in 800f0327ca20 [2021-03-19T20:27:24.270Z] Removing intermediate container 5d511c109242 [2021-03-19T20:27:24.270Z] ---> c82b97f986a2 [2021-03-19T20:27:24.270Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:27:24.270Z] Removing intermediate container c1c4d11d6ef4 [2021-03-19T20:27:24.270Z] ---> 91a405dc8c9c [2021-03-19T20:27:24.270Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:27:24.549Z] ---> Running in 7c0429fb9fee [2021-03-19T20:27:24.836Z] Removing intermediate container 800f0327ca20 [2021-03-19T20:27:24.836Z] Removing intermediate container 732b5d691082 [2021-03-19T20:27:24.836Z] ---> 2abedbd94528 [2021-03-19T20:27:24.836Z] ---> 0862bd3e530b [2021-03-19T20:27:24.836Z] [2021-03-19T20:27:24.836Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:27:25.436Z] ---> Running in 16b6ebbaf670 [2021-03-19T20:27:25.436Z] Successfully built 0862bd3e530b [2021-03-19T20:27:25.436Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-19T20:27:25.436Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-19T20:27:25.715Z] ---> de684d3ed4b5 [2021-03-19T20:27:25.715Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:27:25.715Z] Removing intermediate container 7c0429fb9fee [2021-03-19T20:27:25.715Z] ---> a88b8005096f [2021-03-19T20:27:25.715Z] Step 15/23 : WORKDIR / [2021-03-19T20:27:25.993Z] ---> Running in 3c951db11106 [2021-03-19T20:27:25.993Z] Removing intermediate container 16b6ebbaf670 [2021-03-19T20:27:25.993Z] ---> 8012467aa807 [2021-03-19T20:27:25.993Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:27:26.991Z] Removing intermediate container 3c951db11106 [2021-03-19T20:27:26.991Z] ---> 64d2579aa974 [2021-03-19T20:27:26.991Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:27:27.266Z] ---> 648624493ebc [2021-03-19T20:27:27.266Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:27:27.553Z] Removing intermediate container b390d201ac31 [2021-03-19T20:27:27.553Z] ---> 8bd00e95c492 [2021-03-19T20:27:27.553Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:27:28.537Z] ---> b7232b5d7096 [2021-03-19T20:27:28.537Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:29.140Z] ---> 296c5370ce51 [2021-03-19T20:27:29.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:27:30.123Z] ---> ef7ee2cfafe7 [2021-03-19T20:27:30.123Z] ---> 3b6e71e9be6d [2021-03-19T20:27:30.123Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:27:30.123Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:30.402Z] ---> 15b04412f8c1 [2021-03-19T20:27:30.402Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:27:31.018Z] ---> Running in f0be79fea1bc [2021-03-19T20:27:32.001Z] ---> a4f1785ec88e [2021-03-19T20:27:32.001Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:32.277Z] ---> 7847176ef23f [2021-03-19T20:27:32.277Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:27:33.257Z] ---> 58586ddcf504 [2021-03-19T20:27:33.257Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:27:33.257Z] Removing intermediate container f0be79fea1bc [2021-03-19T20:27:33.257Z] ---> 951b27c77cb8 [2021-03-19T20:27:33.257Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:27:33.257Z] ---> Running in 3fa0a286726e [2021-03-19T20:27:33.531Z] ---> 6804680363db [2021-03-19T20:27:33.531Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:27:33.531Z] ---> Running in a3a3a81dfdfb [2021-03-19T20:27:33.810Z] ---> Running in 05ba09d91d66 [2021-03-19T20:27:34.082Z] Removing intermediate container 3fa0a286726e [2021-03-19T20:27:34.082Z] ---> 7ad0c2e6aeb8 [2021-03-19T20:27:34.082Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:27:34.357Z] ---> Running in ea972b29fbb9 [2021-03-19T20:27:34.357Z] Removing intermediate container a3a3a81dfdfb [2021-03-19T20:27:34.357Z] ---> a10b921e9e91 [2021-03-19T20:27:34.357Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:27:34.643Z] ---> 7955c0922e6b [2021-03-19T20:27:34.643Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T20:27:34.643Z] Removing intermediate container 05ba09d91d66 [2021-03-19T20:27:34.643Z] ---> 3fbad8d2cbfe [2021-03-19T20:27:34.643Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:27:34.643Z] ---> Running in fe5a52703258 [2021-03-19T20:27:34.921Z] ---> Running in 1f74aa5e104c [2021-03-19T20:27:35.195Z] Removing intermediate container ea972b29fbb9 [2021-03-19T20:27:35.195Z] ---> b1cf42df5c2d [2021-03-19T20:27:35.195Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T20:27:35.469Z] ---> Running in b073c9d5603d [2021-03-19T20:27:35.469Z] Removing intermediate container fe5a52703258 [2021-03-19T20:27:35.469Z] ---> 60e59be93b2c [2021-03-19T20:27:35.469Z] Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:27:35.751Z] Removing intermediate container 1f74aa5e104c [2021-03-19T20:27:35.751Z] ---> 42ae1506f2e8 [2021-03-19T20:27:35.751Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:27:35.751Z] ---> 6067ffd2c852 [2021-03-19T20:27:35.751Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:27:36.038Z] ---> Running in b05f7400fd34 [2021-03-19T20:27:36.038Z] ---> Running in 368a902493a2 [2021-03-19T20:27:36.320Z] Removing intermediate container b073c9d5603d [2021-03-19T20:27:36.320Z] ---> a589303eec8f [2021-03-19T20:27:36.320Z] Step 21/22 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:27:36.918Z] ---> Running in 9eef715dec5e [2021-03-19T20:27:37.194Z] Removing intermediate container 368a902493a2 [2021-03-19T20:27:37.194Z] ---> 0a3a2edae4dc [2021-03-19T20:27:37.194Z] Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:27:37.470Z] Removing intermediate container b05f7400fd34 [2021-03-19T20:27:37.470Z] ---> ad6b727bfac8 [2021-03-19T20:27:37.470Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:27:37.745Z] ---> 61503c385cc5 [2021-03-19T20:27:37.745Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:27:37.745Z] ---> Running in 1a9199cc4992 [2021-03-19T20:27:38.023Z] ---> Running in 93a1640cb046 [2021-03-19T20:27:38.023Z] Removing intermediate container 9eef715dec5e [2021-03-19T20:27:38.023Z] ---> 3fb091122b5a [2021-03-19T20:27:38.023Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:27:38.623Z] ---> Running in d3ae84e2e5b4 [2021-03-19T20:27:38.898Z] ---> Running in 14c3513cf6a8 [2021-03-19T20:27:39.495Z] Removing intermediate container 93a1640cb046 [2021-03-19T20:27:39.495Z] ---> dc3256bee7ca [2021-03-19T20:27:39.495Z] [2021-03-19T20:27:39.496Z] Removing intermediate container 1a9199cc4992 [2021-03-19T20:27:39.496Z] ---> 7979317aaca0 [2021-03-19T20:27:39.496Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:27:39.796Z] Removing intermediate container 14c3513cf6a8 [2021-03-19T20:27:39.796Z] ---> 1b13495808ef [2021-03-19T20:27:39.796Z] [2021-03-19T20:27:39.796Z] Removing intermediate container d3ae84e2e5b4 [2021-03-19T20:27:39.796Z] ---> b4657ed5577f [2021-03-19T20:27:39.796Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:27:40.071Z] ---> Running in 06666019a973 [2021-03-19T20:27:40.071Z] Successfully built dc3256bee7ca [2021-03-19T20:27:40.071Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-19T20:27:40.071Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-19T20:27:40.691Z] Successfully built 1b13495808ef [2021-03-19T20:27:40.691Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-19T20:27:40.691Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-19T20:27:40.964Z] Removing intermediate container 06666019a973 [2021-03-19T20:27:40.964Z] ---> 0125d378786d [2021-03-19T20:27:40.964Z] [2021-03-19T20:27:41.239Z] ---> bd1e2a57d0fc [2021-03-19T20:27:41.239Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:27:41.512Z] Successfully built 0125d378786d [2021-03-19T20:27:41.512Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-19T20:27:41.512Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-19T20:27:41.786Z] ---> Running in d214a3f7f594 [2021-03-19T20:27:44.428Z] Removing intermediate container d214a3f7f594 [2021-03-19T20:27:44.428Z] ---> cd4bb23abc75 [2021-03-19T20:27:44.428Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:27:44.702Z] ---> Running in a5131797b360 [2021-03-19T20:27:45.685Z] Removing intermediate container a5131797b360 [2021-03-19T20:27:45.685Z] ---> 98b1aed96267 [2021-03-19T20:27:45.685Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:27:46.669Z] ---> Running in c53c7d870ae1 [2021-03-19T20:27:48.118Z] Removing intermediate container c53c7d870ae1 [2021-03-19T20:27:48.118Z] ---> d8087ac75f41 [2021-03-19T20:27:48.118Z] Step 29/31 : LABEL arch=arm64 [2021-03-19T20:27:49.106Z] ---> Running in ba98d02f82c9 [2021-03-19T20:27:50.551Z] Removing intermediate container ba98d02f82c9 [2021-03-19T20:27:50.551Z] ---> 0fd513605e56 [2021-03-19T20:27:50.551Z] Step 30/31 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:27:51.535Z] ---> Running in d11b92203c57 [2021-03-19T20:27:52.575Z] Removing intermediate container d11b92203c57 [2021-03-19T20:27:52.575Z] ---> d9ca954257be [2021-03-19T20:27:52.575Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T20:27:53.570Z] ---> Running in 988e2ba7363a [2021-03-19T20:27:54.548Z] Removing intermediate container 988e2ba7363a [2021-03-19T20:27:54.548Z] ---> cff855a2201e [2021-03-19T20:27:54.548Z] [2021-03-19T20:27:54.827Z] Successfully built cff855a2201e [2021-03-19T20:27:54.827Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-19T20:27:58.229Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:27:58.230Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:27:58.230Z] ---> b2eae56cca04 [2021-03-19T20:27:58.230Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:27:58.230Z] ---> Using cache [2021-03-19T20:27:58.230Z] ---> b3e80f37a143 [2021-03-19T20:27:58.230Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:27:58.230Z] ---> Using cache [2021-03-19T20:27:58.230Z] ---> d9b69f0c6266 [2021-03-19T20:27:58.230Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:27:59.719Z] ---> Running in 014ac8bd724a [2021-03-19T20:28:01.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:01.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:02.354Z] OK: 217 MiB in 51 packages [2021-03-19T20:28:05.003Z] Removing intermediate container 014ac8bd724a [2021-03-19T20:28:05.003Z] ---> 2937aa719b02 [2021-03-19T20:28:05.003Z] Step 6/26 : COPY go.mod . [2021-03-19T20:28:05.277Z] ---> f5f1d5e265ab [2021-03-19T20:28:05.277Z] Step 7/26 : RUN go mod download [2021-03-19T20:28:05.559Z] ---> Running in d7280f6bdc71 [2021-03-19T20:28:10.993Z] Removing intermediate container d7280f6bdc71 [2021-03-19T20:28:10.993Z] ---> ef428f0e29c0 [2021-03-19T20:28:10.993Z] Step 8/26 : COPY . . [2021-03-19T20:28:29.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:29.374Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:29.374Z] ---> b2eae56cca04 [2021-03-19T20:28:29.374Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:28:29.374Z] ---> Using cache [2021-03-19T20:28:29.374Z] ---> b3e80f37a143 [2021-03-19T20:28:29.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:29.374Z] ---> Using cache [2021-03-19T20:28:29.374Z] ---> d9b69f0c6266 [2021-03-19T20:28:29.374Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:28:29.374Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:29.374Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:29.374Z] ---> b2eae56cca04 [2021-03-19T20:28:29.374Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T20:28:29.374Z] ---> Using cache [2021-03-19T20:28:29.374Z] ---> b3e80f37a143 [2021-03-19T20:28:29.374Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:29.374Z] ---> Using cache [2021-03-19T20:28:29.374Z] ---> d9b69f0c6266 [2021-03-19T20:28:29.374Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:28:29.374Z] ---> Using cache [2021-03-19T20:28:29.374Z] ---> 29a66922c2ba [2021-03-19T20:28:29.374Z] Step 6/21 : COPY go.mod . [2021-03-19T20:28:29.374Z] ---> Using cache [2021-03-19T20:28:29.374Z] ---> 1b38463e2117 [2021-03-19T20:28:29.374Z] Step 7/21 : RUN go mod download [2021-03-19T20:28:29.374Z] ---> Using cache [2021-03-19T20:28:29.375Z] ---> f38e31089bd3 [2021-03-19T20:28:29.375Z] Step 8/21 : COPY . . [2021-03-19T20:28:29.375Z] ---> Using cache [2021-03-19T20:28:29.375Z] ---> b2a1ebb7e3a0 [2021-03-19T20:28:29.375Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:28:29.375Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:29.375Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:29.375Z] ---> b2eae56cca04 [2021-03-19T20:28:29.375Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:28:29.375Z] ---> Using cache [2021-03-19T20:28:29.375Z] ---> b3e80f37a143 [2021-03-19T20:28:29.375Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:29.375Z] ---> Using cache [2021-03-19T20:28:29.375Z] ---> d9b69f0c6266 [2021-03-19T20:28:29.375Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:28:29.375Z] ---> Using cache [2021-03-19T20:28:29.375Z] ---> 29a66922c2ba [2021-03-19T20:28:29.375Z] Step 6/22 : COPY go.mod . [2021-03-19T20:28:29.375Z] ---> Using cache [2021-03-19T20:28:29.375Z] ---> 1b38463e2117 [2021-03-19T20:28:29.375Z] Step 7/22 : RUN go mod download [2021-03-19T20:28:29.375Z] ---> Using cache [2021-03-19T20:28:29.375Z] ---> f38e31089bd3 [2021-03-19T20:28:29.375Z] Step 8/22 : COPY . . [2021-03-19T20:28:29.375Z] ---> Using cache [2021-03-19T20:28:29.375Z] ---> b2a1ebb7e3a0 [2021-03-19T20:28:29.375Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:28:32.776Z] ---> Running in d1e60672aa03 [2021-03-19T20:28:32.776Z] ---> Running in 7cae045836d3 [2021-03-19T20:28:32.776Z] ---> Running in ad204a017137 [2021-03-19T20:28:32.776Z] ---> 265b6427962f [2021-03-19T20:28:32.776Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:28:33.384Z] ---> Running in ac29eada959b [2021-03-19T20:28:34.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:34.385Z] 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-03-19T20:28:34.385Z] 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-03-19T20:28:34.658Z] 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-03-19T20:28:34.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:35.916Z] OK: 217 MiB in 51 packages [2021-03-19T20:28:37.386Z] Removing intermediate container d1e60672aa03 [2021-03-19T20:28:37.386Z] ---> 1d9ad6c98214 [2021-03-19T20:28:37.386Z] Step 6/23 : COPY go.mod . [2021-03-19T20:28:38.403Z] ---> 4489279293a4 [2021-03-19T20:28:38.403Z] Step 7/23 : RUN go mod download [2021-03-19T20:28:38.685Z] ---> Running in d85c09e88e72 [2021-03-19T20:28:44.180Z] Removing intermediate container d85c09e88e72 [2021-03-19T20:28:44.180Z] ---> fa5bec9e7d40 [2021-03-19T20:28:44.180Z] Step 8/23 : COPY . . [2021-03-19T20:29:06.484Z] ---> fe625cdc0794 [2021-03-19T20:29:06.484Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T20:29:06.484Z] ---> Running in 4382bb49fdb3 [2021-03-19T20:29:07.479Z] 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-03-19T20:30:04.079Z] 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-03-19T20:30:19.209Z] Removing intermediate container ac29eada959b [2021-03-19T20:30:19.209Z] ---> ddcc31256aab [2021-03-19T20:30:19.209Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:30:19.209Z] Removing intermediate container 7cae045836d3 [2021-03-19T20:30:19.209Z] ---> 94dba3d55206 [2021-03-19T20:30:19.209Z] [2021-03-19T20:30:19.209Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:30:19.209Z] ---> d10569e2745f [2021-03-19T20:30:19.209Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:30:19.209Z] ---> Running in 9ec59a3cc548 [2021-03-19T20:30:19.209Z] ---> Running in 8e4d5f8ee14a [2021-03-19T20:30:21.842Z] 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-03-19T20:30:21.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:21.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:22.444Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:30:22.722Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:30:22.722Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:30:22.722Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:30:22.722Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:22.722Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:30:22.997Z] OK: 7 MiB in 18 packages [2021-03-19T20:30:26.326Z] Removing intermediate container 8e4d5f8ee14a [2021-03-19T20:30:26.326Z] ---> c2edb4e58b89 [2021-03-19T20:30:26.326Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:30:26.326Z] ---> Running in 6ea1b4ce734c [2021-03-19T20:30:27.335Z] Removing intermediate container 6ea1b4ce734c [2021-03-19T20:30:27.335Z] ---> d78647438f20 [2021-03-19T20:30:27.335Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:30:27.623Z] Removing intermediate container 9ec59a3cc548 [2021-03-19T20:30:27.623Z] ---> 760bfcc16d56 [2021-03-19T20:30:27.623Z] [2021-03-19T20:30:27.623Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:30:27.623Z] ---> Running in 02cbfe247fd8 [2021-03-19T20:30:27.623Z] 20.10.0: Pulling from library/docker [2021-03-19T20:30:29.630Z] Removing intermediate container 02cbfe247fd8 [2021-03-19T20:30:29.630Z] ---> 24c79dc919fa [2021-03-19T20:30:29.630Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:30:32.280Z] ---> c8f8ffac83e6 [2021-03-19T20:30:32.280Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:30:34.946Z] Removing intermediate container ad204a017137 [2021-03-19T20:30:34.946Z] ---> df2e378d38d1 [2021-03-19T20:30:34.946Z] [2021-03-19T20:30:34.946Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:30:34.946Z] ---> d10569e2745f [2021-03-19T20:30:34.946Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:30:34.946Z] ---> Using cache [2021-03-19T20:30:34.946Z] ---> 411781fc81ad [2021-03-19T20:30:34.946Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:30:34.946Z] ---> Using cache [2021-03-19T20:30:34.946Z] ---> b7dd0d51a3ce [2021-03-19T20:30:34.946Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:30:35.222Z] ---> ccba85a0793d [2021-03-19T20:30:35.222Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:30:35.222Z] ---> Running in 1553ec3ccaef [2021-03-19T20:30:36.673Z] Removing intermediate container 1553ec3ccaef [2021-03-19T20:30:36.673Z] ---> 54f78b09c3a8 [2021-03-19T20:30:36.673Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:30:36.952Z] ---> Running in 7ba4cc0a84b6 [2021-03-19T20:30:38.410Z] ---> 6d335d072a01 [2021-03-19T20:30:38.410Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:30:38.410Z] Removing intermediate container 7ba4cc0a84b6 [2021-03-19T20:30:38.410Z] ---> ee116aad84f8 [2021-03-19T20:30:38.410Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:38.687Z] ---> Running in bffbc2ebbe81 [2021-03-19T20:30:40.143Z] Removing intermediate container bffbc2ebbe81 [2021-03-19T20:30:40.143Z] ---> 5b6908177e7f [2021-03-19T20:30:40.143Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T20:30:40.745Z] ---> 4ec6993811bc [2021-03-19T20:30:40.745Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:30:40.745Z] ---> Running in cc7f8853e534 [2021-03-19T20:30:42.204Z] Removing intermediate container cc7f8853e534 [2021-03-19T20:30:42.205Z] ---> b4245114adf1 [2021-03-19T20:30:42.205Z] Step 19/21 : LABEL arch=arm64 [2021-03-19T20:30:42.818Z] ---> Running in 7b626636c8fc [2021-03-19T20:30:43.092Z] ---> e4daca9613bb [2021-03-19T20:30:43.093Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:43.698Z] Removing intermediate container 7b626636c8fc [2021-03-19T20:30:43.698Z] ---> 4884cacad9a9 [2021-03-19T20:30:43.698Z] Step 20/21 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:30:44.297Z] ---> Running in b32978ef7daa [2021-03-19T20:30:44.573Z] ---> 197cf0cc5ed6 [2021-03-19T20:30:44.573Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:30:44.846Z] ---> Running in ddf6ecad3184 [2021-03-19T20:30:45.119Z] Removing intermediate container b32978ef7daa [2021-03-19T20:30:45.119Z] ---> adc353df3fe0 [2021-03-19T20:30:45.119Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T20:30:45.393Z] ---> Running in 9481660a96b8 [2021-03-19T20:30:45.668Z] Removing intermediate container ddf6ecad3184 [2021-03-19T20:30:45.668Z] ---> 9d270f64aaee [2021-03-19T20:30:45.668Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:30:45.945Z] ---> Running in 4105cec02035 [2021-03-19T20:30:46.538Z] Removing intermediate container 9481660a96b8 [2021-03-19T20:30:46.538Z] ---> 4a7d57e50a24 [2021-03-19T20:30:46.538Z] [2021-03-19T20:30:46.813Z] Removing intermediate container 4105cec02035 [2021-03-19T20:30:46.813Z] ---> 1c44aa1b9c74 [2021-03-19T20:30:46.813Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T20:30:47.416Z] ---> Running in 04c1b1fae55b [2021-03-19T20:30:47.416Z] Successfully built 4a7d57e50a24 [2021-03-19T20:30:47.416Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-19T20:30:48.023Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 04c1b1fae55b [2021-03-19T20:30:48.023Z] ---> a01effcca0b2 [2021-03-19T20:30:48.023Z] Step 21/22 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:30:48.023Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:30:48.023Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:30:48.023Z] ---> eeaf43b92773 [2021-03-19T20:30:48.023Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:30:48.298Z] ---> Running in 183745474f84 [2021-03-19T20:30:48.571Z] ---> Running in 86f9f4bce459 [2021-03-19T20:30:49.171Z] Removing intermediate container 183745474f84 [2021-03-19T20:30:49.171Z] ---> 2b665dca6331 [2021-03-19T20:30:49.171Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:30:49.171Z] ---> Running in 72bf3c163153 [2021-03-19T20:30:49.779Z] Removing intermediate container 72bf3c163153 [2021-03-19T20:30:49.779Z] ---> 222dd7ea684e [2021-03-19T20:30:49.779Z] [2021-03-19T20:30:50.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:50.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:50.331Z] Successfully built 222dd7ea684e [2021-03-19T20:30:50.331Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-19T20:30:50.930Z]  Building docker-support-scheduler-go ... done (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:30:50.930Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:30:50.930Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:30:50.930Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:50.930Z] OK: 12 MiB in 22 packages [2021-03-19T20:30:52.908Z] Removing intermediate container 86f9f4bce459 [2021-03-19T20:30:52.908Z] ---> 993c17fbc629 [2021-03-19T20:30:52.908Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:30:52.908Z] ---> Running in d977d9461779 [2021-03-19T20:30:53.183Z] Removing intermediate container d977d9461779 [2021-03-19T20:30:53.183Z] ---> 4e07477fe309 [2021-03-19T20:30:53.183Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:30:53.458Z] ---> Running in 11bdd11558e2 [2021-03-19T20:30:54.050Z] Removing intermediate container 11bdd11558e2 [2021-03-19T20:30:54.050Z] ---> 2dd542321caf [2021-03-19T20:30:54.050Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:30:54.323Z] ---> Running in 91a8cf42abb6 [2021-03-19T20:30:55.300Z] Removing intermediate container 91a8cf42abb6 [2021-03-19T20:30:55.300Z] ---> c5ef0166ff73 [2021-03-19T20:30:55.300Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:30:55.971Z] Removing intermediate container 4382bb49fdb3 [2021-03-19T20:30:55.971Z] ---> 9d44119a5e9b [2021-03-19T20:30:55.971Z] [2021-03-19T20:30:55.971Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:30:55.971Z] ---> d10569e2745f [2021-03-19T20:30:55.971Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:30:55.971Z] ---> Running in f136a6b06366 [2021-03-19T20:30:56.578Z] ---> fe7eb8c50902 [2021-03-19T20:30:56.578Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:56.578Z] Removing intermediate container f136a6b06366 [2021-03-19T20:30:56.578Z] ---> ba2ca2e234d3 [2021-03-19T20:30:56.578Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:30:56.872Z] ---> Running in a9fc4c47cafa [2021-03-19T20:30:57.502Z] Removing intermediate container a9fc4c47cafa [2021-03-19T20:30:57.502Z] ---> 62364cee22b4 [2021-03-19T20:30:57.502Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:30:57.502Z] ---> 6df8b6d8200f [2021-03-19T20:30:57.502Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:30:57.830Z] ---> Running in ef0407f4d05a [2021-03-19T20:30:58.453Z] Removing intermediate container ef0407f4d05a [2021-03-19T20:30:58.453Z] ---> c12b8b9095b8 [2021-03-19T20:30:58.453Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:30:58.453Z] ---> Running in b8ab1bff4c2d [2021-03-19T20:30:58.781Z] ---> c1b7c5654638 [2021-03-19T20:30:58.781Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T20:30:58.781Z] ---> Running in 1f6e9e9d4992 [2021-03-19T20:31:00.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:00.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:01.432Z] Removing intermediate container b8ab1bff4c2d [2021-03-19T20:31:01.432Z] ---> c8fcf1df2fc2 [2021-03-19T20:31:01.432Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:31:01.432Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:31:01.432Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:31:01.432Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:31:01.432Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:31:01.432Z] ---> Running in 7b86e6223782 [2021-03-19T20:31:01.432Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:31:01.432Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:31:01.716Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:31:02.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:03.677Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:31:03.677Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:31:03.677Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:31:03.677Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:31:03.677Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:31:03.677Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:31:03.677Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:31:03.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:03.677Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:31:03.677Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:31:03.677Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:31:03.677Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:31:03.677Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:31:03.677Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:31:03.948Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:31:03.948Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:31:03.948Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:31:03.948Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:31:03.948Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:31:03.948Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:31:03.948Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:31:03.948Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:31:03.948Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:31:03.948Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:31:03.948Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:31:03.948Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:31:03.948Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:31:04.218Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:04.218Z] OK: 71 MiB in 55 packages [2021-03-19T20:31:04.488Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:31:04.760Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:31:04.760Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:31:05.033Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:31:05.306Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T20:31:05.306Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:31:05.579Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:05.579Z] OK: 8 MiB in 20 packages [2021-03-19T20:31:07.009Z] Removing intermediate container 7b86e6223782 [2021-03-19T20:31:07.009Z] ---> e9dc2eaa6ea1 [2021-03-19T20:31:07.009Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:31:07.994Z] ---> 0ccd6ae8370e [2021-03-19T20:31:07.994Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:31:09.985Z] ---> 28c9de4099a5 [2021-03-19T20:31:09.985Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:31:10.960Z] ---> 3bceac5054e3 [2021-03-19T20:31:10.960Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:31:11.231Z] Removing intermediate container 1f6e9e9d4992 [2021-03-19T20:31:11.231Z] ---> 0fb4de7243ee [2021-03-19T20:31:11.231Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:31:11.231Z] ---> Running in 9381640a5cbd [2021-03-19T20:31:11.504Z] ---> Running in 95b1d9f753bd [2021-03-19T20:31:11.778Z] Removing intermediate container 9381640a5cbd [2021-03-19T20:31:11.778Z] ---> 38d011d4b785 [2021-03-19T20:31:11.778Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:31:12.054Z] ---> Running in 5adfcdecd551 [2021-03-19T20:31:12.660Z] Removing intermediate container 5adfcdecd551 [2021-03-19T20:31:12.660Z] ---> a7abb9bb4419 [2021-03-19T20:31:12.660Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:31:12.660Z] ---> Running in c2a75d6cfd69 [2021-03-19T20:31:13.250Z] Removing intermediate container c2a75d6cfd69 [2021-03-19T20:31:13.250Z] ---> 0a4cf4d92672 [2021-03-19T20:31:13.250Z] Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:31:13.250Z] ---> Running in dbacf3ff3078 [2021-03-19T20:31:13.840Z] Removing intermediate container dbacf3ff3078 [2021-03-19T20:31:13.840Z] ---> 6bf475505b43 [2021-03-19T20:31:13.840Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:31:13.840Z] ---> Running in fef81fac50bc [2021-03-19T20:31:14.439Z] Removing intermediate container fef81fac50bc [2021-03-19T20:31:14.439Z] ---> ce187bcb661f [2021-03-19T20:31:14.439Z] [2021-03-19T20:31:15.035Z] Successfully built ce187bcb661f [2021-03-19T20:31:15.035Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-19T20:31:18.415Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-19T20:31:18.687Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:31:20.654Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:31:20.654Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:31:26.048Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:31:26.048Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:31:28.656Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:31:28.656Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:31:29.656Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:31:29.656Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:31:30.652Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:31:30.652Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:31:33.262Z] 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-03-19T20:31:34.238Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:31:34.238Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:31:34.509Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:31:34.509Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:31:37.886Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:31:37.886Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:31:39.871Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:31:39.871Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:31:40.478Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:31:40.478Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:31:40.478Z] 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-03-19T20:31:41.451Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:31:41.451Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:31:41.722Z] 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-03-19T20:31:41.994Z] Collecting idna<2.8,>=2.5 [2021-03-19T20:31:41.994Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:31:41.994Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:31:41.994Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:31:41.994Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:31:41.994Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:31:43.419Z] Installing collected packages: PyYAML, docopt, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, cached-property, docker-compose [2021-03-19T20:31:43.419Z] Running setup.py install for PyYAML: started [2021-03-19T20:31:46.034Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:31:46.315Z] Running setup.py install for docopt: started [2021-03-19T20:31:48.960Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:31:49.553Z] Attempting uninstall: urllib3 [2021-03-19T20:31:49.553Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:31:49.553Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:31:49.823Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:31:50.416Z] Attempting uninstall: idna [2021-03-19T20:31:50.416Z] Found existing installation: idna 2.9 [2021-03-19T20:31:50.416Z] Uninstalling idna-2.9: [2021-03-19T20:31:50.416Z] Successfully uninstalled idna-2.9 [2021-03-19T20:31:51.391Z] Attempting uninstall: requests [2021-03-19T20:31:51.391Z] Found existing installation: requests 2.23.0 [2021-03-19T20:31:51.391Z] Uninstalling requests-2.23.0: [2021-03-19T20:31:51.391Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:31:52.818Z] Running setup.py install for texttable: started [2021-03-19T20:31:55.435Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:31:55.435Z] Running setup.py install for dockerpty: started [2021-03-19T20:31:58.071Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:31:59.042Z] 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-03-19T20:32:03.335Z] Removing intermediate container 95b1d9f753bd [2021-03-19T20:32:03.335Z] ---> 182259eebfcb [2021-03-19T20:32:03.335Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:32:03.609Z] ---> Running in af19070e3dc3 [2021-03-19T20:32:05.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:32:05.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:32:05.629Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:32:05.629Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:32:05.629Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:32:05.629Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:32:05.629Z] OK: 72 MiB in 58 packages [2021-03-19T20:32:07.057Z] Removing intermediate container af19070e3dc3 [2021-03-19T20:32:07.057Z] ---> 94197a8f0bd9 [2021-03-19T20:32:07.057Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:32:07.057Z] ---> Running in 9038f5feba46 [2021-03-19T20:32:07.649Z] Removing intermediate container 9038f5feba46 [2021-03-19T20:32:07.649Z] ---> c77752037246 [2021-03-19T20:32:07.649Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:32:07.649Z] ---> Running in a1d7f886ff98 [2021-03-19T20:32:08.241Z] Removing intermediate container a1d7f886ff98 [2021-03-19T20:32:08.241Z] ---> 634b84e405f5 [2021-03-19T20:32:08.241Z] Step 24/26 : LABEL arch=arm64 [2021-03-19T20:32:08.241Z] ---> Running in 83c1e6c48562 [2021-03-19T20:32:08.831Z] Removing intermediate container 83c1e6c48562 [2021-03-19T20:32:08.831Z] ---> 27a439ef1ba8 [2021-03-19T20:32:08.831Z] Step 25/26 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [2021-03-19T20:32:08.831Z] ---> Running in 0859d275dbfb [2021-03-19T20:32:09.424Z] Removing intermediate container 0859d275dbfb [2021-03-19T20:32:09.424Z] ---> b9697257c2db [2021-03-19T20:32:09.424Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T20:32:09.424Z] ---> Running in bc3a3b17a343 [2021-03-19T20:32:10.014Z] Removing intermediate container bc3a3b17a343 [2021-03-19T20:32:10.014Z] ---> d52d218139ae [2021-03-19T20:32:10.014Z] [2021-03-19T20:32:10.285Z] Successfully built d52d218139ae [2021-03-19T20:32:10.285Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-19T20:32:10.840Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-19T20:32:10.859Z] $ docker stop --time=1 80e85cbfbc6aad9b835b865443ceacef3d42ca0e8906b724aea43b0ce26cc556 [2021-03-19T20:32:12.832Z] $ docker rm -f 80e85cbfbc6aad9b835b865443ceacef3d42ca0e8906b724aea43b0ce26cc556 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:32:13.491Z] + docker images [2021-03-19T20:32:13.491Z] + grep docker [2021-03-19T20:32:13.760Z] docker-sys-mgmt-agent-go-arm64 latest d52d218139ae 4 seconds ago 300MB [2021-03-19T20:32:13.760Z] docker-core-data-go-arm64 latest ce187bcb661f 59 seconds ago 21.3MB [2021-03-19T20:32:13.760Z] docker-support-scheduler-go-arm64 latest 222dd7ea684e About a minute ago 16.3MB [2021-03-19T20:32:13.760Z] docker-security-proxy-setup-go-arm64 latest 4a7d57e50a24 About a minute ago 23.4MB [2021-03-19T20:32:13.760Z] docker-security-bootstrapper-go-arm64 latest cff855a2201e 4 minutes ago 17.8MB [2021-03-19T20:32:13.760Z] docker-core-metadata-go-arm64 latest 0125d378786d 4 minutes ago 17.9MB [2021-03-19T20:32:13.760Z] docker-support-notifications-go-arm64 latest 1b13495808ef 4 minutes ago 16.9MB [2021-03-19T20:32:13.760Z] docker-core-command-go-arm64 latest dc3256bee7ca 4 minutes ago 16.3MB [2021-03-19T20:32:13.760Z] docker-security-secretstore-setup-go-arm64 latest 0862bd3e530b 4 minutes ago 23.7MB [2021-03-19T20:32:13.760Z] docker 20.10.0 eeaf43b92773 3 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-03-19T20:32:14.718Z] ---> job-cost.sh [2021-03-19T20:32:14.718Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-01pH [2021-03-19T20:33:01.619Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T20:34:38.373Z] lf-activate-venv(): INFO: Adding /tmp/venv-01pH/bin to PATH [2021-03-19T20:34:38.373Z] INFO: No Stack... [2021-03-19T20:34:38.373Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T20:34:38.373Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T20:34:38.710Z] + cat /w/workspace/edgex-go/19/archives/cost.csv+ [2021-03-19T20:34:38.710Z] cut -d, -f6 [Pipeline] lock [2021-03-19T20:34:38.815Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-19-stack-cost] [2021-03-19T20:34:38.823Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-19-stack-cost] did not exist. Created. [2021-03-19T20:34:38.823Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T20:34:39.280Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T20:34:39.594Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T20:34:39.609Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-19-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) [Pipeline] unstash [Pipeline] wrap [2021-03-19T20:34:41.060Z] provisioning config files... [2021-03-19T20:34:41.077Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config3518605909570555313tmp [Pipeline] { [Pipeline] sh [2021-03-19T20:34:41.446Z] + set +x [2021-03-19T20:34:41.446Z] + curl -s https://codecov.io/bash [2021-03-19T20:34:41.446Z] + bash -s -- [2021-03-19T20:34:42.042Z] [2021-03-19T20:34:42.042Z] _____ _ [2021-03-19T20:34:42.042Z] / ____| | | [2021-03-19T20:34:42.042Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T20:34:42.042Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T20:34:42.042Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T20:34:42.042Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T20:34:42.042Z] Bash-20210309-2b87ace [2021-03-19T20:34:42.042Z] [2021-03-19T20:34:42.042Z] [2021-03-19T20:34:42.042Z] ==> git version 2.24.3 found [2021-03-19T20:34:42.042Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-19T20:34:42.042Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T20:34:42.042Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T20:34:42.042Z] ==> Jenkins CI detected. [2021-03-19T20:34:42.042Z] project root: . [2021-03-19T20:34:42.042Z] --> token set from env [2021-03-19T20:34:42.042Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T20:34:42.042Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T20:34:42.042Z] ==> Python coveragepy not found [2021-03-19T20:34:42.042Z] ==> Searching for coverage reports in: [2021-03-19T20:34:42.042Z] + . [2021-03-19T20:34:42.042Z] -> Found 1 reports [2021-03-19T20:34:42.042Z] ==> Detecting git/mercurial file structure [2021-03-19T20:34:42.042Z] ==> Reading reports [2021-03-19T20:34:42.042Z] + ./coverage.out bytes=650607 [2021-03-19T20:34:42.042Z] ==> Appending adjustments [2021-03-19T20:34:42.042Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T20:34:45.455Z] + Found adjustments [2021-03-19T20:34:45.455Z] ==> Gzipping contents [2021-03-19T20:34:45.455Z] 96K /tmp/codecov.QTbfes.gz [2021-03-19T20:34:45.455Z] ==> Uploading reports [2021-03-19T20:34:45.455Z] url: https://codecov.io [2021-03-19T20:34:45.455Z] query: branch=PR-3234&commit=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-19T20:34:45.455Z] -> Pinging Codecov [2021-03-19T20:34:45.455Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-19T20:34:45.717Z] -> Uploading to [2021-03-19T20:34:45.717Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c/01baa34c-3781-4665-a229-2f10337103c5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T203445Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aa709ad61c0be22be1c38837babc44bc54d81a4aca680db0be6808cf978bd930 [2021-03-19T20:34:45.717Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:34:45.717Z] Dload Upload Total Spent Left Speed [2021-03-19T20:34:46.239Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 94970 0 0 86 81920 0 309k --:--:-- --:--:-- --:--:-- 310k 100 94970 0 0 100 94970 0 200k --:--:-- --:--:-- --:--:-- 200k [2021-03-19T20:34:46.239Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [Pipeline] } [2021-03-19T20:34:46.248Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:34:48.059Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:34:48.930Z] ---> package-listing.sh [2021-03-19T20:34:48.930Z] ++ facter osfamily [2021-03-19T20:34:48.930Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T20:34:48.930Z] + OS_FAMILY=redhat [2021-03-19T20:34:48.930Z] + workspace=/w/workspace/edgex-go/19 [2021-03-19T20:34:48.930Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T20:34:48.930Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T20:34:48.930Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T20:34:48.930Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T20:34:48.930Z] + '[' /w/workspace/edgex-go/19 ']' [2021-03-19T20:34:48.930Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T20:34:48.930Z] + case "${OS_FAMILY}" in [2021-03-19T20:34:48.930Z] + rpm -qa [2021-03-19T20:34:48.930Z] + sort [2021-03-19T20:34:54.223Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T20:34:54.223Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T20:34:54.223Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T20:34:54.223Z] + '[' /w/workspace/edgex-go/19 ']' [2021-03-19T20:34:54.223Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2021-03-19T20:34:54.223Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2021-03-19T20:34:54.237Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-19T20:34:54.527Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:34:54.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:34:54.834Z] [2021-03-19T20:34:54.834Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:34:55.176Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:34:55.176Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T20:34:55.176Z] df20fa9351a1: Pulling fs layer [2021-03-19T20:34:55.176Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T20:34:55.176Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T20:34:55.176Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T20:34:55.176Z] 93b61091891f: Pulling fs layer [2021-03-19T20:34:55.176Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T20:34:55.176Z] 5e14af77c1be: Pulling fs layer [2021-03-19T20:34:55.176Z] 01666e4c0597: Pulling fs layer [2021-03-19T20:34:55.176Z] aa168da1d23b: Pulling fs layer [2021-03-19T20:34:55.176Z] 93b9cdb0e59b: Waiting [2021-03-19T20:34:55.176Z] 5e14af77c1be: Waiting [2021-03-19T20:34:55.176Z] 01666e4c0597: Waiting [2021-03-19T20:34:55.176Z] 46f8f816bc3b: Waiting [2021-03-19T20:34:55.176Z] 93b61091891f: Waiting [2021-03-19T20:34:55.176Z] aa168da1d23b: Waiting [2021-03-19T20:34:55.176Z] 36b3adc4ff6f: Download complete [2021-03-19T20:34:55.176Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T20:34:55.176Z] 46f8f816bc3b: Download complete [2021-03-19T20:34:55.442Z] df20fa9351a1: Verifying Checksum [2021-03-19T20:34:55.442Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T20:34:55.442Z] 93b9cdb0e59b: Download complete [2021-03-19T20:34:55.442Z] 5e14af77c1be: Verifying Checksum [2021-03-19T20:34:55.442Z] 5e14af77c1be: Download complete [2021-03-19T20:34:55.442Z] 93b61091891f: Verifying Checksum [2021-03-19T20:34:55.442Z] 93b61091891f: Download complete [2021-03-19T20:34:55.442Z] 01666e4c0597: Verifying Checksum [2021-03-19T20:34:55.442Z] 01666e4c0597: Download complete [2021-03-19T20:34:55.703Z] df20fa9351a1: Pull complete [2021-03-19T20:34:55.963Z] 36b3adc4ff6f: Pull complete [2021-03-19T20:34:56.226Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T20:34:56.226Z] 8ad3a11d3b57: Download complete [2021-03-19T20:34:56.807Z] 8ad3a11d3b57: Pull complete [2021-03-19T20:34:57.069Z] 46f8f816bc3b: Pull complete [2021-03-19T20:34:58.016Z] aa168da1d23b: Verifying Checksum [2021-03-19T20:34:58.016Z] aa168da1d23b: Download complete [2021-03-19T20:34:58.586Z] 93b61091891f: Pull complete [2021-03-19T20:34:58.586Z] 93b9cdb0e59b: Pull complete [2021-03-19T20:34:58.848Z] 5e14af77c1be: Pull complete [2021-03-19T20:34:58.848Z] 01666e4c0597: Pull complete [2021-03-19T20:35:08.886Z] aa168da1d23b: Pull complete [2021-03-19T20:35:08.886Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T20:35:08.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:35:08.886Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T20:35:09.069Z] prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container [2021-03-19T20:35:09.112Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-19T20:35:17.812Z] $ docker top 4d9a7ccaeac837d97846a6c109615317d0f6b1eebfe6b0be6eb1c379a36cc8c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:35:18.417Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T20:35:18.726Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T20:35:19.041Z] + ls /var/log/sa-host [2021-03-19T20:35:19.041Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T20:35:19.041Z] file_magic: OK [2021-03-19T20:35:19.041Z] HZ: Using current value: 100 [2021-03-19T20:35:19.041Z] file_header: OK [2021-03-19T20:35:19.041Z] 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-03-19T20:35:19.041Z] Statistics: [2021-03-19T20:35:19.041Z] 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...Hnuu...uuuununununu... [2021-03-19T20:35:19.041Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T20:35:19.041Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T20:35:19.041Z] file_magic: OK [2021-03-19T20:35:19.041Z] HZ: Using current value: 100 [2021-03-19T20:35:19.041Z] file_header: OK [2021-03-19T20:35:19.041Z] 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-03-19T20:35:19.041Z] Statistics: [2021-03-19T20:35:19.041Z] Hnuu...uuuununununu... [2021-03-19T20:35:19.041Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T20:35:19.309Z] provisioning config files... [2021-03-19T20:35:19.378Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config108685941492339613tmp [Pipeline] { [Pipeline] echo [2021-03-19T20:35:19.520Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:35:19.818Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T20:35:19.830Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T20:35:19.928Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:35:20.229Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T20:35:20.245Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:35:20.572Z] ---> sudo-logs.sh [2021-03-19T20:35:20.572Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T20:35:20.654Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:35:20.948Z] ---> job-cost.sh [2021-03-19T20:35:20.948Z] lf-activate-venv: SKIPPING [2021-03-19T20:35:20.948Z] DEBUG: total: 0.20999999344348907 [2021-03-19T20:35:20.948Z] INFO: Retrieving Stack Cost... [2021-03-19T20:35:21.887Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T20:35:22.458Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T20:35:22.470Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:35:22.761Z] ---> logs-deploy.sh [2021-03-19T20:35:22.761Z] lf-activate-venv: SKIPPING [2021-03-19T20:35:22.761Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/19 [2021-03-19T20:35:22.761Z] INFO: archiving workspace using pattern(s): [2021-03-19T20:35:24.145Z] Archives upload complete. [2021-03-19T20:35:24.145Z] INFO: archiving logs to Nexus [2021-03-19T20:35:26.884Z] ---> uname -a: [2021-03-19T20:35:26.884Z] Linux prd-centos7-docker-4c-2g-30623.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-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] ---> lscpu: [2021-03-19T20:35:26.884Z] Architecture: x86_64 [2021-03-19T20:35:26.884Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-19T20:35:26.884Z] Byte Order: Little Endian [2021-03-19T20:35:26.884Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-19T20:35:26.884Z] CPU(s): 4 [2021-03-19T20:35:26.884Z] On-line CPU(s) list: 0-3 [2021-03-19T20:35:26.884Z] Thread(s) per core: 1 [2021-03-19T20:35:26.884Z] Core(s) per socket: 1 [2021-03-19T20:35:26.884Z] Socket(s): 4 [2021-03-19T20:35:26.884Z] NUMA node(s): 1 [2021-03-19T20:35:26.884Z] Vendor ID: GenuineIntel [2021-03-19T20:35:26.884Z] CPU family: 6 [2021-03-19T20:35:26.884Z] Model: 44 [2021-03-19T20:35:26.884Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-19T20:35:26.884Z] Stepping: 1 [2021-03-19T20:35:26.884Z] CPU MHz: 2933.438 [2021-03-19T20:35:26.884Z] BogoMIPS: 5866.87 [2021-03-19T20:35:26.884Z] Virtualization: VT-x [2021-03-19T20:35:26.884Z] Hypervisor vendor: KVM [2021-03-19T20:35:26.884Z] Virtualization type: full [2021-03-19T20:35:26.884Z] L1d cache: 128 KiB [2021-03-19T20:35:26.884Z] L1i cache: 128 KiB [2021-03-19T20:35:26.884Z] L2 cache: 16 MiB [2021-03-19T20:35:26.884Z] L3 cache: 64 MiB [2021-03-19T20:35:26.884Z] NUMA node0 CPU(s): 0-3 [2021-03-19T20:35:26.884Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-19T20:35:26.884Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-19T20:35:26.884Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-19T20:35:26.884Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-19T20:35:26.884Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-19T20:35:26.884Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-19T20:35:26.884Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-19T20:35:26.884Z] Vulnerability Srbds: Not affected [2021-03-19T20:35:26.884Z] Vulnerability Tsx async abort: Not affected [2021-03-19T20:35:26.884Z] 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-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] ---> nproc: [2021-03-19T20:35:26.884Z] 4 [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] ---> df -h: [2021-03-19T20:35:26.884Z] Filesystem Size Used Available Use% Mounted on [2021-03-19T20:35:26.884Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-19T20:35:26.884Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-19T20:35:26.884Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-19T20:35:26.884Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/19 [2021-03-19T20:35:26.884Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/19@tmp [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] ---> free -m: [2021-03-19T20:35:26.884Z] total used free shared buff/cache available [2021-03-19T20:35:26.884Z] Mem: 1837 663 135 0 1038 1090 [2021-03-19T20:35:26.884Z] Swap: 1023 58 965 [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] ---> ip addr: [2021-03-19T20:35:26.884Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-19T20:35:26.884Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-19T20:35:26.884Z] inet 127.0.0.1/8 scope host lo [2021-03-19T20:35:26.884Z] valid_lft forever preferred_lft forever [2021-03-19T20:35:26.884Z] inet6 ::1/128 scope host [2021-03-19T20:35:26.884Z] valid_lft forever preferred_lft forever [2021-03-19T20:35:26.884Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-19T20:35:26.884Z] link/ether fa:16:3e:04:d8:31 brd ff:ff:ff:ff:ff:ff [2021-03-19T20:35:26.884Z] inet 10.30.123.240/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-19T20:35:26.884Z] valid_lft 84785sec preferred_lft 84785sec [2021-03-19T20:35:26.884Z] inet6 fe80::f816:3eff:fe04:d831/64 scope link [2021-03-19T20:35:26.884Z] valid_lft forever preferred_lft forever [2021-03-19T20:35:26.884Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-19T20:35:26.884Z] link/ether 02:42:19:a5:b1:42 brd ff:ff:ff:ff:ff:ff [2021-03-19T20:35:26.884Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-19T20:35:26.884Z] valid_lft forever preferred_lft forever [2021-03-19T20:35:26.884Z] inet6 fe80::42:19ff:fea5:b142/64 scope link [2021-03-19T20:35:26.884Z] valid_lft forever preferred_lft forever [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] ---> sar -b -r -n DEV: [2021-03-19T20:35:26.884Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] 20:08:19 LINUX RESTART (4 CPU) [2021-03-19T20:35:26.884Z] [2021-03-19T20:35:26.884Z] 20:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-19T20:35:26.884Z] 20:10:01 165.61 51.99 113.63 0.00 8411.25 40895.79 0.00 [2021-03-19T20:35:26.884Z] 20:11:01 258.63 106.44 152.20 0.00 4146.24 27012.46 0.00 [2021-03-19T20:35:26.884Z] 20:12:01 123.54 37.30 86.24 0.00 1512.43 10215.59 0.00 [2021-03-19T20:35:26.884Z] 20:13:01 158.67 76.24 82.43 0.00 3666.73 13918.20 0.00 [2021-03-19T20:35:26.884Z] 20:14:03 1347.58 1039.47 308.11 0.00 106274.02 176714.24 0.00 [2021-03-19T20:35:26.884Z] 20:15:01 2351.75 2064.64 287.11 0.00 132065.57 145491.80 0.00 [2021-03-19T20:35:26.884Z] 20:16:04 516.49 199.17 317.32 0.00 62944.89 125934.76 0.00 [2021-03-19T20:35:26.885Z] 20:17:01 3115.82 2766.03 349.79 0.00 138708.19 158818.80 0.00 [2021-03-19T20:35:26.885Z] 20:18:01 375.28 152.00 223.27 0.00 15091.53 29482.91 0.00 [2021-03-19T20:35:26.885Z] 20:19:01 5.95 0.87 5.08 0.00 163.60 150.99 0.00 [2021-03-19T20:35:26.885Z] 20:20:01 0.33 0.00 0.33 0.00 0.00 3.83 0.00 [2021-03-19T20:35:26.885Z] 20:21:01 0.27 0.03 0.23 0.00 0.40 2.45 0.00 [2021-03-19T20:35:26.885Z] 20:22:01 0.22 0.00 0.22 0.00 0.00 1.65 0.00 [2021-03-19T20:35:26.885Z] 20:23:01 0.32 0.03 0.28 0.00 1.47 3.26 0.00 [2021-03-19T20:35:26.885Z] 20:24:01 2.35 1.57 0.78 0.00 50.76 15.34 0.00 [2021-03-19T20:35:26.885Z] 20:25:01 0.27 0.02 0.25 0.00 0.13 2.88 0.00 [2021-03-19T20:35:26.885Z] 20:26:01 0.27 0.02 0.25 0.00 0.53 2.70 0.00 [2021-03-19T20:35:26.885Z] 20:27:01 0.35 0.00 0.35 0.00 0.00 5.43 0.00 [2021-03-19T20:35:26.885Z] 20:28:01 0.28 0.00 0.28 0.00 0.00 4.56 0.00 [2021-03-19T20:35:26.885Z] 20:29:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 [2021-03-19T20:35:26.885Z] 20:30:01 0.22 0.00 0.22 0.00 0.00 2.72 0.00 [2021-03-19T20:35:26.885Z] 20:31:01 0.43 0.05 0.38 0.00 1.20 3.91 0.00 [2021-03-19T20:35:26.885Z] 20:32:01 0.77 0.07 0.70 0.00 0.67 8.25 0.00 [2021-03-19T20:35:26.885Z] 20:33:02 0.25 0.00 0.25 0.00 0.00 3.35 0.00 [2021-03-19T20:35:26.885Z] 20:34:01 0.29 0.00 0.29 0.00 0.00 3.18 0.00 [2021-03-19T20:35:26.885Z] 20:35:02 89.95 65.48 24.47 0.00 5356.64 6758.90 0.00 [2021-03-19T20:35:26.885Z] Average: 320.71 245.63 75.08 0.00 18190.33 28218.12 0.00 [2021-03-19T20:35:26.885Z] [2021-03-19T20:35:26.885Z] 20:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-19T20:35:26.885Z] 20:10:01 222136 0 652052 34.66 2520 1004836 1280272 43.69 552104 872620 98000 [2021-03-19T20:35:26.885Z] 20:11:01 216176 0 715140 38.01 1492 948736 1488136 50.79 538016 848428 41008 [2021-03-19T20:35:26.885Z] 20:12:01 203528 0 764344 40.62 724 912948 1613852 55.08 661644 725468 87760 [2021-03-19T20:35:26.885Z] 20:13:01 412548 0 678640 36.07 664 789692 1103568 37.66 481640 691272 16 [2021-03-19T20:35:26.885Z] 20:14:03 55016 0 727844 38.68 0 1098684 1896324 64.72 614768 990808 69400 [2021-03-19T20:35:26.885Z] 20:15:01 97428 0 1240284 65.92 0 543832 3312820 113.06 874692 638048 23712 [2021-03-19T20:35:26.885Z] 20:16:04 53396 0 789324 41.95 0 1038824 2278868 77.77 704228 897632 84020 [2021-03-19T20:35:26.885Z] 20:17:01 417288 0 660116 35.08 0 804140 1442172 49.22 499916 724504 192 [2021-03-19T20:35:26.885Z] 20:18:01 429932 0 590168 31.37 0 861444 1156296 39.46 520688 677768 20 [2021-03-19T20:35:26.885Z] 20:19:01 428512 0 586696 31.18 0 866336 1123388 38.34 525024 678604 16 [2021-03-19T20:35:26.885Z] 20:20:01 428956 0 586248 31.16 0 866340 1123412 38.34 525060 678452 8 [2021-03-19T20:35:26.885Z] 20:21:01 429740 0 585452 31.12 0 866352 1115164 38.06 524600 678156 0 [2021-03-19T20:35:26.885Z] 20:22:01 430060 0 585124 31.10 0 866360 1115164 38.06 524732 678152 8 [2021-03-19T20:35:26.885Z] 20:23:01 429124 0 585996 31.14 0 866424 1115320 38.06 525488 678212 24 [2021-03-19T20:35:26.885Z] 20:24:01 427540 0 586820 31.19 0 867184 1115248 38.06 525052 679012 0 [2021-03-19T20:35:26.885Z] 20:25:01 428124 0 586220 31.16 0 867200 1115164 38.06 524740 679020 16 [2021-03-19T20:35:26.885Z] 20:26:01 428288 0 586064 31.15 0 867192 1115228 38.06 524640 679024 12 [2021-03-19T20:35:26.885Z] 20:27:01 428396 0 585936 31.14 0 867212 1115228 38.06 524768 679040 16 [2021-03-19T20:35:26.885Z] 20:28:01 428364 0 585956 31.14 0 867224 1115228 38.06 524664 679040 8 [2021-03-19T20:35:26.885Z] 20:29:01 428012 0 586304 31.16 0 867228 1115312 38.06 525088 679040 16 [2021-03-19T20:35:26.885Z] 20:30:01 428248 0 586052 31.15 0 867244 1115228 38.06 524668 679048 16 [2021-03-19T20:35:26.885Z] 20:31:01 428404 0 585904 31.14 0 867236 1115228 38.06 524688 679060 8 [2021-03-19T20:35:26.885Z] 20:32:01 427024 0 587268 31.21 0 867252 1115372 38.07 525596 679096 8 [2021-03-19T20:35:26.885Z] 20:33:02 428084 0 586196 31.16 0 867264 1115228 38.06 524840 679096 12 [2021-03-19T20:35:26.885Z] 20:34:01 427904 0 586368 31.16 0 867272 1115288 38.06 525156 679096 20 [2021-03-19T20:35:26.885Z] 20:35:02 78424 0 675580 35.91 0 1127540 1542492 52.64 666656 861492 197564 [2021-03-19T20:35:26.885Z] Average: 347717 0 648927 34.49 208 884692 1345192 45.91 558198 722661 23149 [2021-03-19T20:35:26.885Z] [2021-03-19T20:35:26.885Z] 20:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-19T20:35:26.885Z] 20:10:01 eth0 1085.44 1211.05 6333.89 161.30 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:10:01 docker0 798.60 568.89 67.48 2668.09 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:11:01 veth31eaad1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:11:01 eth0 222.32 181.99 859.70 61.72 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:11:01 docker0 157.24 186.24 10.87 829.95 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:12:01 veth31eaad1 1.53 1.55 0.12 0.12 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:12:01 eth0 27.92 14.52 22.62 11.03 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:12:01 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:13:01 eth0 34.12 22.34 23.42 48.78 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:13:01 docker0 0.43 0.43 0.03 0.03 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:14:03 veth59fdb39 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:14:03 eth0 215.86 160.98 1802.13 55.50 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:14:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:14:03 docker0 19.06 24.26 1.12 142.75 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:15:01 veth59fdb39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:15:01 veth83df3bb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:15:01 vetha8121d0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:15:01 eth0 29.68 21.55 15.11 39.71 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:16:04 veth59fdb39 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:16:04 eth0 209.84 153.46 1688.09 62.05 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:16:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:16:04 docker0 965.43 808.44 77.77 3933.33 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:17:01 veth6402480 3.02 3.05 0.47 19.02 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:17:01 veth59fdb39 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:17:01 eth0 81.78 47.70 176.42 54.56 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:18:01 eth0 87.19 57.05 183.95 54.88 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:18:01 docker0 1044.55 902.81 83.61 4407.20 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:19:01 eth0 0.78 0.22 0.19 0.11 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:20:01 eth0 0.55 0.28 0.28 0.20 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:21:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:22:01 eth0 0.48 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:23:01 eth0 0.53 0.37 0.27 0.21 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:24:01 eth0 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:25:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:26:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:27:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:28:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:29:01 eth0 0.33 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:30:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:31:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:32:01 eth0 1.00 0.27 0.32 0.20 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:33:02 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:34:01 eth0 0.51 0.14 0.11 0.07 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:35:02 eth0 201.57 174.04 2140.88 45.96 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] 20:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] Average: eth0 85.27 79.25 515.94 23.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] Average: docker0 40.23 34.77 3.22 169.74 0.00 0.00 0.00 0.00 [2021-03-19T20:35:26.885Z] [2021-03-19T20:35:26.885Z] [2021-03-19T20:35:26.885Z] ---> sar -P ALL: [2021-03-19T20:35:26.885Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T20:35:26.885Z] [2021-03-19T20:35:26.885Z] 20:08:19 LINUX RESTART (4 CPU) [2021-03-19T20:35:26.886Z] [2021-03-19T20:35:26.886Z] 20:09:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:35:26.886Z] 20:10:01 all 16.36 0.00 6.51 2.37 0.10 74.66 [2021-03-19T20:35:26.886Z] 20:10:01 0 15.47 0.00 8.43 2.20 0.10 73.79 [2021-03-19T20:35:26.886Z] 20:10:01 1 12.52 0.00 5.66 2.07 0.09 79.66 [2021-03-19T20:35:26.886Z] 20:10:01 2 20.78 0.00 6.12 2.96 0.07 70.07 [2021-03-19T20:35:26.886Z] 20:10:01 3 16.70 0.00 5.83 2.26 0.14 75.07 [2021-03-19T20:35:26.886Z] 20:11:01 all 11.20 0.00 5.68 5.66 0.08 77.39 [2021-03-19T20:35:26.886Z] 20:11:01 0 11.16 0.00 5.77 5.77 0.05 77.25 [2021-03-19T20:35:26.886Z] 20:11:01 1 10.44 0.00 6.06 5.84 0.08 77.57 [2021-03-19T20:35:26.886Z] 20:11:01 2 11.41 0.00 5.54 6.10 0.08 76.86 [2021-03-19T20:35:26.886Z] 20:11:01 3 11.77 0.00 5.34 4.91 0.10 77.88 [2021-03-19T20:35:26.886Z] 20:12:01 all 52.66 0.00 10.15 3.47 0.10 33.63 [2021-03-19T20:35:26.886Z] 20:12:01 0 54.24 0.00 9.76 5.01 0.09 30.91 [2021-03-19T20:35:26.886Z] 20:12:01 1 52.01 0.00 9.93 2.37 0.17 35.52 [2021-03-19T20:35:26.886Z] 20:12:01 2 51.81 0.00 10.32 0.84 0.07 36.95 [2021-03-19T20:35:26.886Z] 20:12:01 3 52.55 0.00 10.58 5.62 0.09 31.16 [2021-03-19T20:35:26.886Z] 20:13:01 all 46.36 0.00 11.65 4.92 0.13 36.93 [2021-03-19T20:35:26.886Z] 20:13:01 0 47.06 0.00 11.67 4.24 0.14 36.89 [2021-03-19T20:35:26.886Z] 20:13:01 1 46.49 0.00 11.54 5.45 0.10 36.42 [2021-03-19T20:35:26.886Z] 20:13:01 2 46.48 0.00 11.49 4.88 0.17 36.98 [2021-03-19T20:35:26.886Z] 20:13:01 3 45.42 0.00 11.92 5.12 0.12 37.42 [2021-03-19T20:35:26.886Z] 20:14:03 all 21.06 0.00 18.64 13.21 0.25 46.84 [2021-03-19T20:35:26.886Z] 20:14:03 0 21.52 0.00 18.80 11.61 0.27 47.80 [2021-03-19T20:35:26.886Z] 20:14:03 1 21.01 0.00 18.96 16.17 0.22 43.64 [2021-03-19T20:35:26.886Z] 20:14:03 2 21.32 0.00 18.04 14.49 0.24 45.91 [2021-03-19T20:35:26.886Z] 20:14:03 3 20.41 0.00 18.75 10.55 0.27 50.03 [2021-03-19T20:35:26.886Z] 20:15:01 all 41.26 0.00 17.51 24.96 0.25 16.02 [2021-03-19T20:35:26.886Z] 20:15:01 0 41.48 0.00 16.95 23.88 0.23 17.46 [2021-03-19T20:35:26.886Z] 20:15:01 1 41.29 0.00 17.28 25.44 0.32 15.67 [2021-03-19T20:35:26.886Z] 20:15:01 2 40.82 0.00 17.22 26.33 0.24 15.40 [2021-03-19T20:35:26.886Z] 20:15:01 3 41.44 0.00 18.61 24.19 0.22 15.54 [2021-03-19T20:35:26.886Z] 20:16:04 all 32.58 0.00 15.62 27.53 0.17 24.09 [2021-03-19T20:35:26.886Z] 20:16:04 0 32.65 0.00 15.23 24.41 0.26 27.45 [2021-03-19T20:35:26.886Z] 20:16:04 1 32.80 0.00 16.16 29.01 0.10 21.93 [2021-03-19T20:35:26.886Z] 20:16:04 2 31.82 0.00 16.00 28.54 0.15 23.48 [2021-03-19T20:35:26.886Z] 20:16:04 3 33.05 0.00 15.10 28.17 0.16 23.52 [2021-03-19T20:35:26.886Z] 20:17:01 all 19.17 0.00 18.32 34.65 0.30 27.56 [2021-03-19T20:35:26.886Z] 20:17:01 0 19.59 0.00 17.96 34.46 0.30 27.69 [2021-03-19T20:35:26.886Z] 20:17:01 1 19.63 0.00 18.02 34.89 0.37 27.10 [2021-03-19T20:35:26.886Z] 20:17:01 2 17.79 0.00 18.43 34.46 0.32 29.01 [2021-03-19T20:35:26.886Z] 20:17:01 3 19.65 0.00 18.88 34.81 0.23 26.44 [2021-03-19T20:35:26.886Z] 20:18:01 all 43.90 0.00 11.93 10.92 0.11 33.14 [2021-03-19T20:35:26.886Z] 20:18:01 0 45.26 0.00 12.35 9.60 0.10 32.69 [2021-03-19T20:35:26.886Z] 20:18:01 1 44.11 0.00 12.02 7.03 0.09 36.76 [2021-03-19T20:35:26.886Z] 20:18:01 2 43.15 0.00 11.95 13.18 0.10 31.62 [2021-03-19T20:35:26.886Z] 20:18:01 3 43.06 0.00 11.39 13.93 0.14 31.48 [2021-03-19T20:35:26.886Z] 20:19:01 all 0.07 0.00 0.04 0.02 0.00 99.87 [2021-03-19T20:35:26.886Z] 20:19:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2021-03-19T20:35:26.886Z] 20:19:01 1 0.18 0.00 0.05 0.02 0.00 99.75 [2021-03-19T20:35:26.886Z] 20:19:01 2 0.05 0.00 0.05 0.02 0.00 99.88 [2021-03-19T20:35:26.886Z] 20:19:01 3 0.02 0.00 0.03 0.03 0.00 99.92 [2021-03-19T20:35:26.886Z] 20:20:01 all 0.09 0.00 0.05 0.00 0.00 99.85 [2021-03-19T20:35:26.886Z] 20:20:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-19T20:35:26.886Z] 20:20:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-19T20:35:26.886Z] 20:20:01 2 0.23 0.00 0.05 0.00 0.02 99.70 [2021-03-19T20:35:26.886Z] 20:20:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-19T20:35:26.886Z] [2021-03-19T20:35:26.886Z] 20:20:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:35:26.886Z] 20:21:01 all 0.14 0.00 0.02 0.00 0.00 99.85 [2021-03-19T20:35:26.886Z] 20:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-19T20:35:26.886Z] 20:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:21:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-19T20:35:26.886Z] 20:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-19T20:35:26.886Z] 20:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T20:35:26.886Z] 20:22:01 2 0.47 0.00 0.03 0.00 0.02 99.48 [2021-03-19T20:35:26.886Z] 20:22:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-19T20:35:26.886Z] 20:23:01 all 0.10 0.00 0.03 0.00 0.01 99.86 [2021-03-19T20:35:26.886Z] 20:23:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-19T20:35:26.886Z] 20:23:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-19T20:35:26.886Z] 20:23:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2021-03-19T20:35:26.886Z] 20:23:01 3 0.30 0.00 0.02 0.02 0.00 99.67 [2021-03-19T20:35:26.886Z] 20:24:01 all 0.15 0.00 0.05 0.02 0.00 99.77 [2021-03-19T20:35:26.886Z] 20:24:01 0 0.07 0.00 0.10 0.03 0.00 99.80 [2021-03-19T20:35:26.886Z] 20:24:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-19T20:35:26.886Z] 20:24:01 2 0.02 0.00 0.05 0.05 0.00 99.88 [2021-03-19T20:35:26.886Z] 20:24:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-19T20:35:26.886Z] 20:25:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-19T20:35:26.886Z] 20:25:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-19T20:35:26.886Z] 20:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-19T20:35:26.886Z] 20:25:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-19T20:35:26.886Z] 20:25:01 3 0.52 0.00 0.00 0.00 0.00 99.48 [2021-03-19T20:35:26.886Z] 20:26:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-03-19T20:35:26.886Z] 20:26:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-19T20:35:26.886Z] 20:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-19T20:35:26.886Z] 20:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:26:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-19T20:35:26.886Z] 20:27:01 all 0.15 0.00 0.01 0.00 0.00 99.84 [2021-03-19T20:35:26.886Z] 20:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T20:35:26.886Z] 20:27:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T20:35:26.886Z] 20:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-19T20:35:26.886Z] 20:27:01 3 0.53 0.00 0.00 0.00 0.00 99.47 [2021-03-19T20:35:26.886Z] 20:28:01 all 0.15 0.00 0.02 0.00 0.00 99.84 [2021-03-19T20:35:26.886Z] 20:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T20:35:26.886Z] 20:28:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-19T20:35:26.886Z] 20:29:01 all 0.12 0.00 0.02 0.00 0.00 99.85 [2021-03-19T20:35:26.886Z] 20:29:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-19T20:35:26.886Z] 20:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-19T20:35:26.886Z] 20:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:29:01 3 0.38 0.00 0.02 0.00 0.02 99.58 [2021-03-19T20:35:26.886Z] 20:30:01 all 0.10 0.00 0.01 0.00 0.00 99.89 [2021-03-19T20:35:26.886Z] 20:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-19T20:35:26.886Z] 20:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T20:35:26.886Z] 20:30:01 3 0.33 0.00 0.02 0.00 0.00 99.65 [2021-03-19T20:35:26.886Z] 20:31:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-19T20:35:26.886Z] 20:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-19T20:35:26.886Z] 20:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-19T20:35:26.886Z] 20:31:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-19T20:35:26.886Z] [2021-03-19T20:35:26.886Z] 20:31:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:35:26.886Z] 20:32:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-19T20:35:26.886Z] 20:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:32:01 1 0.03 0.00 0.05 0.02 0.00 99.90 [2021-03-19T20:35:26.886Z] 20:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:35:26.886Z] 20:32:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-19T20:35:26.886Z] 20:33:02 all 0.14 0.00 0.01 0.00 0.00 99.85 [2021-03-19T20:35:26.886Z] 20:33:02 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-19T20:35:26.886Z] 20:33:02 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-19T20:35:26.886Z] 20:33:02 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-19T20:35:26.886Z] 20:33:02 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-19T20:35:26.886Z] 20:34:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-19T20:35:26.886Z] 20:34:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-19T20:35:26.886Z] 20:34:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-19T20:35:26.886Z] 20:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T20:35:26.886Z] 20:34:01 3 0.49 0.00 0.02 0.00 0.00 99.49 [2021-03-19T20:35:26.886Z] 20:35:02 all 4.96 0.00 2.43 2.57 0.05 90.00 [2021-03-19T20:35:26.886Z] 20:35:02 0 4.42 0.00 2.56 1.70 0.05 91.27 [2021-03-19T20:35:26.886Z] 20:35:02 1 5.50 0.00 2.71 4.14 0.07 87.59 [2021-03-19T20:35:26.886Z] 20:35:02 2 4.56 0.00 2.03 1.67 0.05 91.68 [2021-03-19T20:35:26.886Z] 20:35:02 3 5.35 0.00 2.40 2.74 0.03 89.48 [2021-03-19T20:35:26.886Z] Average: all 10.98 0.00 4.45 4.84 0.06 79.67 [2021-03-19T20:35:26.886Z] Average: 0 11.06 0.00 4.50 4.56 0.06 79.81 [2021-03-19T20:35:26.886Z] Average: 1 10.80 0.00 4.46 4.94 0.06 79.74 [2021-03-19T20:35:26.886Z] Average: 2 10.97 0.00 4.40 4.95 0.06 79.62 [2021-03-19T20:35:26.886Z] Average: 3 11.10 0.00 4.44 4.89 0.06 79.50 [2021-03-19T20:35:26.886Z] [2021-03-19T20:35:26.886Z] [2021-03-19T20:35:26.886Z]