Pull request #3241 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 0985e83305c99a04a71341bacb45d6368e282c63+5dc7e5651dca608dfecf419d4d65481f56e38b66 (c3b69f9ee9289990b746d6ec99ea31bbed420183) 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31247’ Running on prd-centos7-docker-4c-2g-31250 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 0985e83305c99a04a71341bacb45d6368e282c63 Merge succeeded, producing 0985e83305c99a04a71341bacb45d6368e282c63 Checking out Revision 0985e83305c99a04a71341bacb45d6368e282c63 (PR-3241) > 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/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # 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 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 Commit message: "fix(snap): secure kong admin ports" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-24T20:11:32.307Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-24T20:11:32.577Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-24T20:11:32.687Z] ========================================================= [2021-03-24T20:11:32.687Z] EdgeX Global Pipelines Version Info [2021-03-24T20:11:32.687Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4883de4e12c0f41f4c63387f79e841415c388155 # timeout=10 [2021-03-24T20:11:34.220Z] ------------------- [2021-03-24T20:11:34.220Z] stable info: [2021-03-24T20:11:34.220Z] ------------------- [2021-03-24T20:11:34.220Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-24T20:11:34.220Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T20:11:34.220Z] Message: update stable to v1.0.186 [2021-03-24T20:11:35.169Z] ------------------- [2021-03-24T20:11:35.169Z] experimental info: [2021-03-24T20:11:35.169Z] ------------------- [2021-03-24T20:11:35.169Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-24T20:11:35.169Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-24T20:11:35.169Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-24T20:11:35.447Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-24T20:11:35.582Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-24T20:11:35.674Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-24T20:11:35.773Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-24T20:11:35.871Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-24T20:11:35.967Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-24T20:11:36.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-24T20:11:36.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-24T20:11:36.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-24T20:11:36.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-24T20:11:36.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-24T20:11:36.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-24T20:11:36.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-24T20:11:36.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-24T20:11:36.854Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T20:11:36.942Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T20:11:37.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-24T20:11:37.168Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-24T20:11:37.259Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-24T20:11:37.345Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-24T20:11:37.489Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-24T20:11:37.592Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-24T20:11:37.713Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo [2021-03-24T20:11:37.799Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo [2021-03-24T20:11:37.892Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo [2021-03-24T20:11:37.977Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0985e83305c99a04a71341bacb45d6368e282c63 [Pipeline] echo [2021-03-24T20:11:38.063Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0985e83 [Pipeline] echo [2021-03-24T20:11:38.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T20:11:38.338Z] provisioning config files... [2021-03-24T20:11:38.369Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config1348868527261933787tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:11:38.770Z] ---> docker-login.sh [2021-03-24T20:11:38.770Z] nexus3.edgexfoundry.org:10001 [2021-03-24T20:11:39.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:11:39.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:11:39.295Z] Configure a credential helper to remove this warning. See [2021-03-24T20:11:39.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:11:39.296Z] [2021-03-24T20:11:39.296Z] Login Succeeded [2021-03-24T20:11:39.296Z] nexus3.edgexfoundry.org:10002 [2021-03-24T20:11:39.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:11:39.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:11:39.296Z] Configure a credential helper to remove this warning. See [2021-03-24T20:11:39.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:11:39.296Z] [2021-03-24T20:11:39.296Z] Login Succeeded [2021-03-24T20:11:39.296Z] nexus3.edgexfoundry.org:10003 [2021-03-24T20:11:39.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:11:39.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:11:39.559Z] Configure a credential helper to remove this warning. See [2021-03-24T20:11:39.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:11:39.559Z] [2021-03-24T20:11:39.559Z] Login Succeeded [2021-03-24T20:11:39.559Z] nexus3.edgexfoundry.org:10004 [2021-03-24T20:11:39.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:11:39.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:11:39.822Z] Configure a credential helper to remove this warning. See [2021-03-24T20:11:39.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:11:39.822Z] [2021-03-24T20:11:39.822Z] Login Succeeded [2021-03-24T20:11:39.822Z] docker.io [2021-03-24T20:11:39.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:11:40.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:11:40.084Z] Configure a credential helper to remove this warning. See [2021-03-24T20:11:40.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:11:40.084Z] [2021-03-24T20:11:40.084Z] Login Succeeded [2021-03-24T20:11:40.084Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T20:11:40.093Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T20:11:40.659Z] ++ 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-24T20:11:40.659Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:11:40.659Z] ++ dirname cmd/core-command/Dockerfile [2021-03-24T20:11:40.659Z] ++ cut -d/ -f2 [2021-03-24T20:11:40.659Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-24T20:11:40.659Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:11:40.659Z] ++ dirname cmd/core-data/Dockerfile [2021-03-24T20:11:40.659Z] ++ cut -d/ -f2 [2021-03-24T20:11:40.659Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-24T20:11:40.659Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:11:40.659Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-24T20:11:40.659Z] ++ cut -d/ -f2 [2021-03-24T20:11:40.659Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-24T20:11:40.659Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:11:40.659Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-24T20:11:40.659Z] ++ cut -d/ -f2 [2021-03-24T20:11:40.659Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-24T20:11:40.659Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:11:40.659Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-24T20:11:40.659Z] ++ cut -d/ -f2 [2021-03-24T20:11:40.659Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-24T20:11:40.659Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:11:40.659Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-24T20:11:40.659Z] ++ cut -d/ -f2 [2021-03-24T20:11:40.659Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-24T20:11:40.659Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:11:40.659Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-24T20:11:40.659Z] ++ cut -d/ -f2 [2021-03-24T20:11:40.659Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-24T20:11:40.659Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:11:40.659Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-24T20:11:40.659Z] ++ cut -d/ -f2 [2021-03-24T20:11:40.659Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-24T20:11:40.659Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T20:11:40.659Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-24T20:11:40.659Z] ++ cut -d/ -f2 [2021-03-24T20:11:40.659Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-24T20:11:40.733Z] 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-24T20:11:41.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T20:11:41.717Z] [2021-03-24T20:11:41.717Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:11:42.081Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T20:11:42.081Z] latest: Pulling from edgex-devops/git-semver [2021-03-24T20:11:42.081Z] 31603596830f: Pulling fs layer [2021-03-24T20:11:42.081Z] 2a8b12db71e7: Pulling fs layer [2021-03-24T20:11:42.081Z] 6ca5941a6612: Pulling fs layer [2021-03-24T20:11:42.081Z] ecc8261a40a4: Pulling fs layer [2021-03-24T20:11:42.081Z] ecc8261a40a4: Waiting [2021-03-24T20:11:42.081Z] 2a8b12db71e7: Verifying Checksum [2021-03-24T20:11:42.081Z] 2a8b12db71e7: Download complete [2021-03-24T20:11:42.081Z] 31603596830f: Verifying Checksum [2021-03-24T20:11:42.081Z] 31603596830f: Download complete [2021-03-24T20:11:42.347Z] ecc8261a40a4: Verifying Checksum [2021-03-24T20:11:42.347Z] ecc8261a40a4: Download complete [2021-03-24T20:11:42.347Z] 6ca5941a6612: Verifying Checksum [2021-03-24T20:11:42.347Z] 6ca5941a6612: Download complete [2021-03-24T20:11:42.609Z] 31603596830f: Pull complete [2021-03-24T20:11:42.873Z] 2a8b12db71e7: Pull complete [2021-03-24T20:11:43.818Z] 6ca5941a6612: Pull complete [2021-03-24T20:11:43.818Z] ecc8261a40a4: Pull complete [2021-03-24T20:11:43.818Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-24T20:11:43.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T20:11:43.818Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-24T20:11:43.922Z] prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container [2021-03-24T20:11:43.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-24T20:11:46.118Z] $ docker top 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-24T20:11:46.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T20:11:46.523Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T20:11:46.800Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T20:11:46.805Z] $ docker exec 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf ssh-agent [2021-03-24T20:11:47.010Z] SSH_AUTH_SOCK=/tmp/ssh-wW2SpidnVV7E/agent.12 [2021-03-24T20:11:47.010Z] SSH_AGENT_PID=17 [2021-03-24T20:11:47.027Z] Running ssh-add (command line suppressed) [2021-03-24T20:11:47.168Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_5383243794648442551.key (/w/workspace/edgex-go/13@tmp/private_key_5383243794648442551.key) [2021-03-24T20:11:47.225Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T20:11:47.568Z] + git tag --points-at HEAD [Pipeline] } [2021-03-24T20:11:47.595Z] $ docker exec --env ******** --env ******** 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf ssh-agent -k [2021-03-24T20:11:47.724Z] unset SSH_AUTH_SOCK; [2021-03-24T20:11:47.725Z] unset SSH_AGENT_PID; [2021-03-24T20:11:47.725Z] echo Agent pid 17 killed; [2021-03-24T20:11:47.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-24T20:11:47.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T20:11:47.918Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T20:11:48.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T20:11:48.122Z] $ docker exec 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf ssh-agent [2021-03-24T20:11:48.303Z] SSH_AUTH_SOCK=/tmp/ssh-yqjWJCyn5HS8/agent.46 [2021-03-24T20:11:48.303Z] SSH_AGENT_PID=51 [2021-03-24T20:11:48.312Z] Running ssh-add (command line suppressed) [2021-03-24T20:11:48.439Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_7024784617996061773.key (/w/workspace/edgex-go/13@tmp/private_key_7024784617996061773.key) [2021-03-24T20:11:48.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T20:11:48.834Z] + git semver init [2021-03-24T20:11:48.834Z] # -> Open(): unable to determine branch for HEAD [2021-03-24T20:11:48.834Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-03-24T20:11:48.834Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-03-24T20:11:48.834Z] # $SEMVER_REMOTE_NAME = origin [2021-03-24T20:11:48.834Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-24T20:11:48.834Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-24T20:11:48.834Z] # $SEMVER_BRANCH = PR-3241 [2021-03-24T20:11:48.834Z] # $SEMVER_TEMP = /tmp/semver-751262180 [2021-03-24T20:11:48.834Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-24T20:12:27.682Z] # '/tmp/semver-751262180' -> '/w/workspace/edgex-go/13/.semver' [2021-03-24T20:12:27.682Z] # -> Force: false [2021-03-24T20:12:27.682Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-03-24T20:12:27.700Z] $ docker exec --env ******** --env ******** 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf ssh-agent -k [2021-03-24T20:12:28.021Z] unset SSH_AUTH_SOCK; [2021-03-24T20:12:28.022Z] unset SSH_AGENT_PID; [2021-03-24T20:12:28.022Z] echo Agent pid 51 killed; [2021-03-24T20:12:28.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T20:12:28.594Z] + git semver [Pipeline] } [2021-03-24T20:12:28.612Z] $ docker stop --time=1 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf [2021-03-24T20:12:30.673Z] $ docker rm -f 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T20:12:31.222Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-24T20:12:31.791Z] Stashed 1 file(s) [Pipeline] echo [2021-03-24T20:12:31.794Z] [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-24T20:12:32.709Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-24T20:12:33.009Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T20:12:33.310Z] + sudo service docker restart [2021-03-24T20:12:33.310Z] + true [2021-03-24T20:12:33.310Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-24T20:12:33.902Z] ========================================================= [2021-03-24T20:12:33.902Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-24T20:12:33.902Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:12:34.269Z] + 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-24T20:12:37.593Z] Sending build context to Docker daemon 328.8MB [2021-03-24T20:12:37.593Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T20:12:37.593Z] Step 2/6 : FROM ${BASE} [2021-03-24T20:12:37.856Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-24T20:12:37.856Z] 188c0c94c7c5: Pulling fs layer [2021-03-24T20:12:37.856Z] 0ef7d3d256c8: Pulling fs layer [2021-03-24T20:12:37.856Z] de9db76c5a1d: Pulling fs layer [2021-03-24T20:12:37.856Z] bca2f99d35d6: Pulling fs layer [2021-03-24T20:12:37.856Z] 93359f2a8cfa: Pulling fs layer [2021-03-24T20:12:37.856Z] 7c6f9722023f: Pulling fs layer [2021-03-24T20:12:37.856Z] a35cf1a2eb13: Pulling fs layer [2021-03-24T20:12:37.856Z] 93359f2a8cfa: Waiting [2021-03-24T20:12:37.856Z] 7c6f9722023f: Waiting [2021-03-24T20:12:37.856Z] a35cf1a2eb13: Waiting [2021-03-24T20:12:37.856Z] bca2f99d35d6: Waiting [2021-03-24T20:12:37.856Z] de9db76c5a1d: Verifying Checksum [2021-03-24T20:12:37.856Z] de9db76c5a1d: Download complete [2021-03-24T20:12:37.856Z] 0ef7d3d256c8: Verifying Checksum [2021-03-24T20:12:37.856Z] 0ef7d3d256c8: Download complete [2021-03-24T20:12:37.856Z] 93359f2a8cfa: Verifying Checksum [2021-03-24T20:12:37.856Z] 93359f2a8cfa: Download complete [2021-03-24T20:12:37.856Z] 188c0c94c7c5: Verifying Checksum [2021-03-24T20:12:37.856Z] 188c0c94c7c5: Download complete [2021-03-24T20:12:37.856Z] 7c6f9722023f: Verifying Checksum [2021-03-24T20:12:37.856Z] 7c6f9722023f: Download complete [2021-03-24T20:12:39.800Z] 188c0c94c7c5: Pull complete [2021-03-24T20:12:40.063Z] a35cf1a2eb13: Verifying Checksum [2021-03-24T20:12:40.063Z] a35cf1a2eb13: Download complete [2021-03-24T20:12:40.325Z] 0ef7d3d256c8: Pull complete [2021-03-24T20:12:40.325Z] de9db76c5a1d: Pull complete [2021-03-24T20:12:40.588Z] bca2f99d35d6: Verifying Checksum [2021-03-24T20:12:40.588Z] bca2f99d35d6: Download complete [2021-03-24T20:12:45.928Z] bca2f99d35d6: Pull complete [2021-03-24T20:12:45.928Z] 93359f2a8cfa: Pull complete [2021-03-24T20:12:45.928Z] 7c6f9722023f: Pull complete [2021-03-24T20:12:47.217Z] Still waiting to schedule task [2021-03-24T20:12:47.217Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-24T20:12:50.211Z] a35cf1a2eb13: Pull complete [2021-03-24T20:12:50.211Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-24T20:12:50.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-24T20:12:50.211Z] ---> a62c8e92a672 [2021-03-24T20:12:50.211Z] 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-24T20:12:50.477Z] ---> Running in c42e9c5b8f38 [2021-03-24T20:12:51.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:12:51.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:12:52.221Z] (1/12) Installing libmagic (5.38-r0) [2021-03-24T20:12:52.484Z] (2/12) Installing file (5.38-r0) [2021-03-24T20:12:52.484Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-24T20:12:52.747Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-24T20:12:57.005Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-24T20:12:57.005Z] (6/12) Installing patch (2.7.6-r6) [2021-03-24T20:12:57.005Z] (7/12) Installing build-base (0.5-r2) [2021-03-24T20:12:57.005Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-24T20:12:57.005Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-24T20:12:57.005Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-24T20:12:57.005Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-24T20:12:57.005Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-24T20:12:57.005Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:12:57.005Z] OK: 233 MiB in 51 packages [2021-03-24T20:13:00.391Z] Removing intermediate container c42e9c5b8f38 [2021-03-24T20:13:00.391Z] ---> 3ced8f962359 [2021-03-24T20:13:00.391Z] Step 4/6 : WORKDIR /edgex-go [2021-03-24T20:13:00.391Z] ---> Running in 521b396bfda6 [2021-03-24T20:13:00.653Z] Removing intermediate container 521b396bfda6 [2021-03-24T20:13:00.653Z] ---> 0b7a0737e98d [2021-03-24T20:13:00.653Z] Step 5/6 : COPY go.mod . [2021-03-24T20:13:00.920Z] ---> a8637abc6147 [2021-03-24T20:13:00.920Z] Step 6/6 : RUN go mod download [2021-03-24T20:13:00.920Z] ---> Running in 9b6a8737dfe5 [2021-03-24T20:13:27.574Z] Removing intermediate container 9b6a8737dfe5 [2021-03-24T20:13:27.574Z] ---> 995658f3aafb [2021-03-24T20:13:27.574Z] Successfully built 995658f3aafb [2021-03-24T20:13:27.574Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:13:27.900Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T20:13:27.900Z] . [Pipeline] withDockerContainer [2021-03-24T20:13:28.279Z] prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container [2021-03-24T20:13:28.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-24T20:13:29.267Z] $ docker top a245ef210d7241c0db2241e2b7b2a352f73eb09b4e9583af048f681602d4350a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:13:29.794Z] + go version [2021-03-24T20:13:29.794Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-24T20:13:29.810Z] $ docker stop --time=1 a245ef210d7241c0db2241e2b7b2a352f73eb09b4e9583af048f681602d4350a [2021-03-24T20:13:31.177Z] $ docker rm -f a245ef210d7241c0db2241e2b7b2a352f73eb09b4e9583af048f681602d4350a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:13:31.966Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T20:13:31.966Z] . [Pipeline] withDockerContainer [2021-03-24T20:13:32.074Z] prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container [2021-03-24T20:13:32.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-24T20:13:32.878Z] $ docker top dd386a76cd846543f16ac1cb9a7b9c37c69946ae036b7dd31bb40a29195f0973 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-24T20:13:33.099Z] ========================================================= [2021-03-24T20:13:33.099Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-24T20:13:33.099Z] ========================================================= [Pipeline] sh [2021-03-24T20:13:33.395Z] + make test [2021-03-24T20:13:33.395Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-24T20:13:43.473Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-24T20:13:58.529Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-24T20:14:03.926Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-24T20:14:03.926Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-24T20:14:04.194Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-24T20:14:06.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-24T20:14:06.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-24T20:14:06.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-24T20:14:06.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-24T20:14:07.403Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-24T20:14:08.002Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-24T20:14:10.610Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-24T20:14:10.610Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-24T20:14:10.610Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-24T20:14:13.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements [2021-03-24T20:14:13.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-24T20:14:13.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-24T20:14:13.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-24T20:14:13.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-24T20:14:13.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-24T20:14:13.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-24T20:14:13.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements [2021-03-24T20:14:13.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-03-24T20:14:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.237s coverage: 27.1% of statements [2021-03-24T20:14:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-24T20:14:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-24T20:14:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-24T20:14:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-24T20:14:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-24T20:14:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-24T20:14:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-03-24T20:14:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-24T20:14:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-03-24T20:14:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-24T20:14:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-24T20:14:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 71.3% of statements [2021-03-24T20:14:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-24T20:14:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-24T20:14:17.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.156s coverage: 82.9% of statements [2021-03-24T20:14:17.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-24T20:14:17.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:14:17.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements [2021-03-24T20:14:17.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-24T20:14:20.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-24T20:14:20.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-24T20:14:20.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-24T20:14:20.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-24T20:14:20.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-24T20:14:20.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-24T20:14:20.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-24T20:14:22.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.342s coverage: 92.8% of statements [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-24T20:14:22.400Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-24T20:14:22.400Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-24T20:14:22.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-24T20:14:22.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements [2021-03-24T20:14:22.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.048s coverage: 79.5% of statements [2021-03-24T20:14:22.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-03-24T20:14:22.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements [2021-03-24T20:14:22.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-03-24T20:14:35.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-03-24T20:14:35.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-24T20:14:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.211s coverage: 82.6% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.6% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.4% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 69.0% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 38.4% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.122s coverage: 47.0% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.718s coverage: 29.1% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.082s coverage: 94.0% of statements [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:14:47.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-24T20:14:47.442Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-03-24T20:14:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-24T20:14:47.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-03-24T20:14:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-24T20:14:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-24T20:14:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-24T20:14:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-24T20:14:47.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-03-24T20:14:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-24T20:14:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-24T20:14:47.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-03-24T20:14:47.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-24T20:14:47.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-24T20:14:47.443Z] GO111MODULE=on go vet ./... [2021-03-24T20:15:14.215Z] gofmt -l . [2021-03-24T20:15:14.215Z] [ "`gofmt -l .`" = "" ] [2021-03-24T20:15:14.790Z] ./bin/test-go-mod-tidy.sh [2021-03-24T20:15:15.374Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-24T20:15:16.646Z] + ls -al . [2021-03-24T20:15:16.647Z] total 776 [2021-03-24T20:15:16.647Z] drwxrwxr-x 10 1001 1001 4096 Mar 24 20:15 . [2021-03-24T20:15:16.647Z] drwxr-xr-x 4 root root 30 Mar 24 20:13 .. [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 11 Mar 24 20:11 .dockerignore [2021-03-24T20:15:16.647Z] drwxrwxr-x 8 1001 1001 179 Mar 24 20:11 .git [2021-03-24T20:15:16.647Z] drwxrwxr-x 3 1001 1001 125 Mar 24 20:11 .github [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 818 Mar 24 20:11 .gitignore [2021-03-24T20:15:16.647Z] drwx------ 3 1001 1001 60 Mar 24 20:12 .semver [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 166 Mar 24 20:11 .sonarcloud.properties [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 8607 Mar 24 20:11 Attribution.txt [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 3804 Mar 24 20:11 CONTRIBUTING.md [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 931 Mar 24 20:11 Dockerfile.build [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 863 Mar 24 20:11 Jenkinsfile [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 10775 Mar 24 20:11 LICENSE [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 5774 Mar 24 20:11 Makefile [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 6548 Mar 24 20:11 README.md [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 6755 Mar 24 20:11 SECURITY.md [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 5 Mar 24 20:12 VERSION [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 4131 Mar 24 20:11 ZMQWindows.md [2021-03-24T20:15:16.647Z] drwxrwxr-x 2 1001 1001 117 Mar 24 20:11 bin [2021-03-24T20:15:16.647Z] drwxrwxr-x 14 1001 1001 4096 Mar 24 20:11 cmd [2021-03-24T20:15:16.647Z] -rw-r--r-- 1 root root 666600 Mar 24 20:14 coverage.out [2021-03-24T20:15:16.647Z] -rw-r--r-- 1 root root 1056 Mar 24 20:15 go.mod [2021-03-24T20:15:16.647Z] -rw-r--r-- 1 root root 22211 Mar 24 20:15 go.sum [2021-03-24T20:15:16.647Z] drwxrwxr-x 8 1001 1001 127 Mar 24 20:11 internal [2021-03-24T20:15:16.647Z] drwxrwxr-x 4 1001 1001 26 Mar 24 20:11 openapi [2021-03-24T20:15:16.647Z] drwxrwxr-x 4 1001 1001 71 Mar 24 20:11 snap [2021-03-24T20:15:16.647Z] -rw-rw-r-- 1 1001 1001 168 Mar 24 20:11 version.go [Pipeline] sh [2021-03-24T20:15:16.947Z] + '[' -e coverage.out ] [2021-03-24T20:15:16.947Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-24T20:15:17.209Z] Stashed 1 file(s) [Pipeline] sh [2021-03-24T20:15:17.512Z] + make build [2021-03-24T20:15:17.512Z] 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-24T20:15:21.757Z] 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-24T20:15:30.010Z] 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-24T20:15:31.412Z] 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-24T20:15:33.355Z] 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-24T20:15:33.355Z] 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-24T20:15:34.759Z] 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-24T20:15:36.709Z] 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-24T20:15:37.656Z] 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-24T20:15:38.611Z] 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-24T20:15:40.021Z] 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-24T20:15:40.978Z] 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-24T20:15:42.942Z] $ docker stop --time=1 dd386a76cd846543f16ac1cb9a7b9c37c69946ae036b7dd31bb40a29195f0973 [2021-03-24T20:15:44.643Z] $ docker rm -f dd386a76cd846543f16ac1cb9a7b9c37c69946ae036b7dd31bb40a29195f0973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:15:46.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T20:15:46.564Z] [2021-03-24T20:15:46.564Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:15:46.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T20:15:46.924Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-24T20:15:46.924Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-24T20:15:46.924Z] ca9280d653b3: Pulling fs layer [2021-03-24T20:15:46.924Z] 7e9c9ca2126c: Pulling fs layer [2021-03-24T20:15:47.189Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-24T20:15:47.189Z] cbdbe7a5bc2a: Download complete [2021-03-24T20:15:47.452Z] cbdbe7a5bc2a: Pull complete [2021-03-24T20:15:47.452Z] ca9280d653b3: Verifying Checksum [2021-03-24T20:15:47.452Z] ca9280d653b3: Download complete [2021-03-24T20:15:48.689Z] ca9280d653b3: Pull complete [2021-03-24T20:15:48.689Z] 7e9c9ca2126c: Download complete [2021-03-24T20:15:55.321Z] 7e9c9ca2126c: Pull complete [2021-03-24T20:15:55.321Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-24T20:15:55.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T20:15:55.321Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-24T20:15:55.492Z] prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container [2021-03-24T20:15:55.543Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-24T20:15:58.548Z] $ docker top 05dcfbf5e8057df16f13d007fbd790c658d41f188e1ed7497086c59f2571e480 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:15:59.083Z] + docker-compose build --help [2021-03-24T20:15:59.083Z] + grep parallel [2021-03-24T20:16:00.029Z] --parallel Build images in parallel. [Pipeline] } [2021-03-24T20:16:00.044Z] $ docker stop --time=1 05dcfbf5e8057df16f13d007fbd790c658d41f188e1ed7497086c59f2571e480 [2021-03-24T20:16:01.394Z] $ docker rm -f 05dcfbf5e8057df16f13d007fbd790c658d41f188e1ed7497086c59f2571e480 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:16:01.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T20:16:01.985Z] . [Pipeline] withDockerContainer [2021-03-24T20:16:02.087Z] prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container [2021-03-24T20:16:02.135Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-24T20:16:02.775Z] $ docker top a18d13cb783a8f02c8bb0514d3b78894efdcae60cf488c53bca60ec55fadcfbf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:16:03.261Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-24T20:16:04.214Z] Building docker-core-command-go ... [2021-03-24T20:16:04.214Z] Building docker-core-data-go ... [2021-03-24T20:16:04.214Z] Building docker-core-metadata-go ... [2021-03-24T20:16:04.214Z] Building docker-security-bootstrapper-go ... [2021-03-24T20:16:04.214Z] Building docker-security-proxy-setup-go ... [2021-03-24T20:16:04.214Z] Building docker-security-secretstore-setup-go ... [2021-03-24T20:16:04.214Z] Building docker-support-notifications-go ... [2021-03-24T20:16:04.214Z] Building docker-support-scheduler-go ... [2021-03-24T20:16:04.214Z] Building docker-sys-mgmt-agent-go ... [2021-03-24T20:16:04.214Z] Building docker-security-proxy-setup-go [2021-03-24T20:16:04.214Z] Building docker-support-notifications-go [2021-03-24T20:16:04.214Z] Building docker-core-metadata-go [2021-03-24T20:16:04.214Z] Building docker-support-scheduler-go [2021-03-24T20:16:04.214Z] Building docker-security-bootstrapper-go [2021-03-24T20:16:31.811Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31252 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-24T20:16:31.863Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-03-24T20:16:36.514Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:16:36.514Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:16:36.514Z] ---> 995658f3aafb [2021-03-24T20:16:36.514Z] Step 3/21 : WORKDIR /edgex-go [2021-03-24T20:16:36.514Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:16:36.514Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:16:36.514Z] ---> 995658f3aafb [2021-03-24T20:16:36.514Z] Step 3/31 : WORKDIR /edgex-go [2021-03-24T20:16:36.514Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:16:36.514Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:16:36.514Z] ---> 995658f3aafb [2021-03-24T20:16:36.514Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T20:16:36.966Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:16:36.966Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:16:36.966Z] ---> 995658f3aafb [2021-03-24T20:16:36.966Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T20:16:37.231Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:16:37.231Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:16:37.231Z] ---> 995658f3aafb [2021-03-24T20:16:37.231Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:16:37.473Z] using credential edgex-jenkins-ssh [2021-03-24T20:16:37.551Z] Cloning the remote Git repository [2021-03-24T20:16:37.822Z] ---> Running in 412e3d23e13b [2021-03-24T20:16:37.822Z] ---> Running in c4b8eed00ea9 [2021-03-24T20:16:37.822Z] ---> Running in e09378b10a59 [2021-03-24T20:16:37.822Z] ---> Running in 052db16bf1c2 [2021-03-24T20:16:37.822Z] ---> Running in 544e0a361925 [2021-03-24T20:16:37.612Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:16:37.713Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-24T20:16:37.791Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:16:37.791Z] > git --version # timeout=10 [2021-03-24T20:16:37.810Z] > git --version # 'git version 2.17.1' [2021-03-24T20:16:37.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:16:37.861Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T20:16:38.424Z] Removing intermediate container c4b8eed00ea9 [2021-03-24T20:16:38.424Z] ---> 50e105eee1a5 [2021-03-24T20:16:38.425Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:16:38.425Z] Removing intermediate container 544e0a361925 [2021-03-24T20:16:38.425Z] ---> a315244d14e8 [2021-03-24T20:16:38.425Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:16:38.425Z] Removing intermediate container e09378b10a59 [2021-03-24T20:16:38.425Z] ---> 33cba2661cb9 [2021-03-24T20:16:38.425Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:16:38.425Z] Removing intermediate container 052db16bf1c2 [2021-03-24T20:16:38.425Z] ---> 6a4c065159bf [2021-03-24T20:16:38.425Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:16:38.425Z] Removing intermediate container 412e3d23e13b [2021-03-24T20:16:38.425Z] ---> 61d5fb0a83d8 [2021-03-24T20:16:38.425Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:16:38.425Z] ---> Running in b5ad15881d1c [2021-03-24T20:16:38.425Z] ---> Running in 0d2334b33010 [2021-03-24T20:16:38.425Z] ---> Running in 0a8593f9b770 [2021-03-24T20:16:38.425Z] ---> Running in c3ee9e5a1c53 [2021-03-24T20:16:38.696Z] ---> Running in aa012640be7c [2021-03-24T20:16:41.283Z] Removing intermediate container 0d2334b33010 [2021-03-24T20:16:41.283Z] ---> c87691d6443b [2021-03-24T20:16:41.283Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-24T20:16:41.546Z] ---> Running in fdd9085f1afa [2021-03-24T20:16:41.546Z] Removing intermediate container b5ad15881d1c [2021-03-24T20:16:41.546Z] ---> a9dd1e446dd2 [2021-03-24T20:16:41.546Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-24T20:16:41.810Z] Removing intermediate container aa012640be7c [2021-03-24T20:16:41.810Z] ---> 6fd3977b750c [2021-03-24T20:16:41.810Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-24T20:16:41.810Z] Removing intermediate container 0a8593f9b770 [2021-03-24T20:16:41.810Z] ---> d3c4cdc82307 [2021-03-24T20:16:41.810Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-24T20:16:41.810Z] ---> Running in 4a4bc55f680a [2021-03-24T20:16:41.810Z] ---> Running in 003d4d37fcac [2021-03-24T20:16:41.810Z] Removing intermediate container c3ee9e5a1c53 [2021-03-24T20:16:41.810Z] ---> b7ae60437335 [2021-03-24T20:16:41.810Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T20:16:42.073Z] ---> Running in d2c0f13f48d8 [2021-03-24T20:16:42.073Z] ---> Running in c769f9a08442 [2021-03-24T20:16:42.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:42.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:42.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:42.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:42.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:43.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:43.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:43.406Z] OK: 233 MiB in 51 packages [2021-03-24T20:16:43.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:43.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:43.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:16:43.675Z] OK: 233 MiB in 51 packages [2021-03-24T20:16:43.675Z] Removing intermediate container fdd9085f1afa [2021-03-24T20:16:43.675Z] ---> a72f78111c67 [2021-03-24T20:16:43.675Z] Step 6/31 : COPY go.mod . [2021-03-24T20:16:43.943Z] OK: 233 MiB in 51 packages [2021-03-24T20:16:43.943Z] OK: 233 MiB in 51 packages [2021-03-24T20:16:44.206Z] OK: 233 MiB in 51 packages [2021-03-24T20:16:44.206Z] ---> a41b01d2417f [2021-03-24T20:16:44.206Z] Step 7/31 : RUN go mod download [2021-03-24T20:16:44.206Z] ---> Running in cf06f33f1279 [2021-03-24T20:16:44.474Z] Removing intermediate container 4a4bc55f680a [2021-03-24T20:16:44.474Z] ---> 32545e707594 [2021-03-24T20:16:44.474Z] Step 6/21 : COPY go.mod . [2021-03-24T20:16:44.738Z] Removing intermediate container 003d4d37fcac [2021-03-24T20:16:44.738Z] ---> 575369e8f7e9 [2021-03-24T20:16:44.738Z] Step 6/22 : COPY go.mod . [2021-03-24T20:16:45.001Z] ---> 77203ab24860 [2021-03-24T20:16:45.001Z] Step 7/21 : RUN go mod download [2021-03-24T20:16:45.001Z] ---> ed8ece0f9be4 [2021-03-24T20:16:45.001Z] Step 7/22 : RUN go mod download [2021-03-24T20:16:45.281Z] ---> Running in 27d525a6fd36 [2021-03-24T20:16:45.281Z] ---> Running in 39c22475faf7 [2021-03-24T20:16:45.548Z] Removing intermediate container c769f9a08442 [2021-03-24T20:16:45.548Z] ---> 58302db5a31e [2021-03-24T20:16:45.548Z] Step 6/23 : COPY go.mod . [2021-03-24T20:16:45.548Z] Removing intermediate container d2c0f13f48d8 [2021-03-24T20:16:45.548Z] ---> 612aeb94bf58 [2021-03-24T20:16:45.548Z] Step 6/22 : COPY go.mod . [2021-03-24T20:16:45.830Z] ---> 7f8358376543 [2021-03-24T20:16:45.830Z] Step 7/22 : RUN go mod download [2021-03-24T20:16:45.830Z] ---> 8ad0f54d21e4 [2021-03-24T20:16:45.830Z] Step 7/23 : RUN go mod download [2021-03-24T20:16:45.830Z] ---> Running in d52c3c48b300 [2021-03-24T20:16:45.830Z] ---> Running in 8aac7c6ea909 [2021-03-24T20:16:46.802Z] Removing intermediate container cf06f33f1279 [2021-03-24T20:16:46.802Z] ---> ae5b20883102 [2021-03-24T20:16:46.802Z] Step 8/31 : COPY . . [2021-03-24T20:16:47.767Z] Removing intermediate container 39c22475faf7 [2021-03-24T20:16:47.767Z] ---> 6f0f9faba252 [2021-03-24T20:16:47.767Z] Step 8/22 : COPY . . [2021-03-24T20:16:48.031Z] Removing intermediate container 27d525a6fd36 [2021-03-24T20:16:48.031Z] ---> 194eb8f34b49 [2021-03-24T20:16:48.031Z] Step 8/21 : COPY . . [2021-03-24T20:16:56.289Z] Removing intermediate container d52c3c48b300 [2021-03-24T20:16:56.289Z] ---> e65a83733ed4 [2021-03-24T20:16:56.289Z] Step 8/23 : COPY . .Removing intermediate container 8aac7c6ea909 [2021-03-24T20:16:56.289Z] ---> 826a19f368d6 [2021-03-24T20:16:56.289Z] Step 8/22 : COPY . . [2021-03-24T20:16:56.289Z] [2021-03-24T20:16:58.330Z] Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:16:57.441Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T20:16:57.459Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T20:16:57.487Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T20:16:57.515Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:16:57.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:16:57.526Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T20:16:58.352Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T20:16:58.368Z] > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 [2021-03-24T20:16:58.767Z] Merge succeeded, producing 0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:16:58.768Z] Checking out Revision 0985e83305c99a04a71341bacb45d6368e282c63 (PR-3241) [2021-03-24T20:16:58.673Z] > git remote # timeout=10 [2021-03-24T20:16:58.693Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T20:16:58.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:16:58.724Z] > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 [2021-03-24T20:16:58.747Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T20:16:58.777Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T20:16:58.788Z] > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 [2021-03-24T20:17:03.245Z] Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T20:17:04.746Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-24T20:17:05.144Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T20:17:05.494Z] + true [2021-03-24T20:17:05.495Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T20:17:07.542Z] provisioning config files... [2021-03-24T20:17:07.584Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config829808814756488236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:17:07.981Z] ---> docker-login.sh [2021-03-24T20:17:07.981Z] nexus3.edgexfoundry.org:10001 [2021-03-24T20:17:08.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:17:09.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:17:09.240Z] Configure a credential helper to remove this warning. See [2021-03-24T20:17:09.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:17:09.240Z] [2021-03-24T20:17:09.240Z] Login Succeeded [2021-03-24T20:17:09.240Z] nexus3.edgexfoundry.org:10002 [2021-03-24T20:17:09.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:17:09.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:17:09.808Z] Configure a credential helper to remove this warning. See [2021-03-24T20:17:09.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:17:09.808Z] [2021-03-24T20:17:09.808Z] Login Succeeded [2021-03-24T20:17:09.808Z] nexus3.edgexfoundry.org:10003 [2021-03-24T20:17:10.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:17:10.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:17:10.358Z] Configure a credential helper to remove this warning. See [2021-03-24T20:17:10.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:17:10.358Z] [2021-03-24T20:17:10.358Z] Login Succeeded [2021-03-24T20:17:10.358Z] nexus3.edgexfoundry.org:10004 [2021-03-24T20:17:10.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:17:10.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:17:10.907Z] Configure a credential helper to remove this warning. See [2021-03-24T20:17:10.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:17:10.907Z] [2021-03-24T20:17:10.907Z] Login Succeeded [2021-03-24T20:17:10.907Z] docker.io [2021-03-24T20:17:11.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T20:17:11.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T20:17:11.780Z] Configure a credential helper to remove this warning. See [2021-03-24T20:17:11.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T20:17:11.780Z] [2021-03-24T20:17:11.780Z] Login Succeeded [2021-03-24T20:17:11.780Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T20:17:11.799Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-24T20:17:12.518Z] ========================================================= [2021-03-24T20:17:12.518Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-24T20:17:12.518Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:17:12.913Z] + 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-24T20:17:15.561Z] Sending build context to Docker daemon 166.9MB [2021-03-24T20:17:15.562Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T20:17:15.562Z] Step 2/6 : FROM ${BASE} [2021-03-24T20:17:15.562Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-24T20:17:15.562Z] 5f621e34cdf4: Pulling fs layer [2021-03-24T20:17:15.562Z] a4357932f1b6: Pulling fs layer [2021-03-24T20:17:15.562Z] 18c013af1878: Pulling fs layer [2021-03-24T20:17:15.562Z] 00ac8860ef70: Pulling fs layer [2021-03-24T20:17:15.562Z] 63d7cb157983: Pulling fs layer [2021-03-24T20:17:15.562Z] b116817d02f9: Pulling fs layer [2021-03-24T20:17:15.562Z] 745a02a5169b: Pulling fs layer [2021-03-24T20:17:15.562Z] 00ac8860ef70: Waiting [2021-03-24T20:17:15.562Z] 63d7cb157983: Waiting [2021-03-24T20:17:15.562Z] b116817d02f9: Waiting [2021-03-24T20:17:15.562Z] 745a02a5169b: Waiting [2021-03-24T20:17:15.562Z] 18c013af1878: Verifying Checksum [2021-03-24T20:17:15.562Z] 18c013af1878: Download complete [2021-03-24T20:17:15.562Z] a4357932f1b6: Verifying Checksum [2021-03-24T20:17:15.562Z] a4357932f1b6: Download complete [2021-03-24T20:17:15.562Z] 63d7cb157983: Verifying Checksum [2021-03-24T20:17:15.562Z] 63d7cb157983: Download complete [2021-03-24T20:17:15.562Z] b116817d02f9: Verifying Checksum [2021-03-24T20:17:15.562Z] b116817d02f9: Download complete [2021-03-24T20:17:15.562Z] 5f621e34cdf4: Verifying Checksum [2021-03-24T20:17:15.562Z] 5f621e34cdf4: Download complete [2021-03-24T20:17:16.162Z] 5f621e34cdf4: Pull complete [2021-03-24T20:17:16.759Z] a4357932f1b6: Pull complete [2021-03-24T20:17:17.354Z] 18c013af1878: Pull complete [2021-03-24T20:17:17.952Z] 745a02a5169b: Verifying Checksum [2021-03-24T20:17:17.952Z] 745a02a5169b: Download complete [2021-03-24T20:17:19.390Z] 00ac8860ef70: Verifying Checksum [2021-03-24T20:17:19.390Z] 00ac8860ef70: Download complete [2021-03-24T20:17:28.983Z] ---> b652f8ed07ab [2021-03-24T20:17:28.983Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-24T20:17:28.983Z] ---> c8f5c5332690 [2021-03-24T20:17:28.983Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-24T20:17:29.583Z] ---> Running in 41ae63be5b88 [2021-03-24T20:17:29.583Z] ---> Running in e37787248c99 [2021-03-24T20:17:29.846Z] ---> bbbb49a1f833 [2021-03-24T20:17:29.846Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-24T20:17:29.846Z] ---> e230852b4949 [2021-03-24T20:17:29.846Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-24T20:17:29.846Z] ---> 69c007b3a7b5 [2021-03-24T20:17:29.846Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-24T20:17:31.249Z] ---> Running in 39ca3d22b05a [2021-03-24T20:17:31.249Z] ---> Running in 9025beda4b7c [2021-03-24T20:17:31.249Z] ---> Running in 10b3c9d2291a [2021-03-24T20:17:31.797Z] 00ac8860ef70: Pull complete [2021-03-24T20:17:31.797Z] 63d7cb157983: Pull complete [2021-03-24T20:17:31.797Z] b116817d02f9: Pull complete [2021-03-24T20:17:32.226Z] 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-24T20:17:32.226Z] 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-24T20:17:32.226Z] 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-24T20:17:32.226Z] 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-24T20:17:32.226Z] 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-24T20:17:34.425Z] 745a02a5169b: Pull complete [2021-03-24T20:17:34.425Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-24T20:17:34.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-24T20:17:34.425Z] ---> b7e6874047d6 [2021-03-24T20:17:34.425Z] 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-24T20:17:37.830Z] ---> Running in 5d3d0da3c52a [2021-03-24T20:17:38.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:17:39.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:17:40.000Z] (1/12) Installing libmagic (5.38-r0) [2021-03-24T20:17:40.593Z] (2/12) Installing file (5.38-r0) [2021-03-24T20:17:40.593Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-24T20:17:40.593Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-24T20:17:47.280Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-24T20:17:47.280Z] (6/12) Installing patch (2.7.6-r6) [2021-03-24T20:17:47.280Z] (7/12) Installing build-base (0.5-r2) [2021-03-24T20:17:47.280Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-24T20:17:47.280Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-24T20:17:47.280Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-24T20:17:47.280Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-24T20:17:47.280Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-24T20:17:47.280Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:17:47.280Z] OK: 217 MiB in 51 packages [2021-03-24T20:17:51.780Z] Removing intermediate container 5d3d0da3c52a [2021-03-24T20:17:51.780Z] ---> 12dd282e2c02 [2021-03-24T20:17:51.780Z] Step 4/6 : WORKDIR /edgex-go [2021-03-24T20:17:51.780Z] ---> Running in cd21569bc31f [2021-03-24T20:17:52.070Z] Removing intermediate container cd21569bc31f [2021-03-24T20:17:52.070Z] ---> 1f689cf2f4be [2021-03-24T20:17:52.070Z] Step 5/6 : COPY go.mod . [2021-03-24T20:17:52.676Z] ---> 6e1ff901b362 [2021-03-24T20:17:52.676Z] Step 6/6 : RUN go mod download [2021-03-24T20:17:52.676Z] ---> Running in b664a9353b26 [2021-03-24T20:18:04.481Z] 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-24T20:18:11.145Z] Removing intermediate container 41ae63be5b88 [2021-03-24T20:18:11.145Z] ---> ba716fcbc6bb [2021-03-24T20:18:11.145Z] [2021-03-24T20:18:11.145Z] Step 10/31 : FROM alpine:3.12 [2021-03-24T20:18:11.145Z] Removing intermediate container 10b3c9d2291a [2021-03-24T20:18:11.145Z] ---> 917e4a0f0b16 [2021-03-24T20:18:11.145Z] [2021-03-24T20:18:11.145Z] Step 10/21 : FROM alpine:3.12 [2021-03-24T20:18:11.145Z] 3.12: Pulling from library/alpine [2021-03-24T20:18:11.145Z] 3.12: Pulling from library/alpine [2021-03-24T20:18:11.145Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T20:18:11.145Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T20:18:11.145Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T20:18:11.145Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T20:18:11.145Z] ---> 88dd2752d2ea [2021-03-24T20:18:11.145Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-24T20:18:11.145Z] ---> 88dd2752d2ea [2021-03-24T20:18:11.145Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-24T20:18:15.368Z] Removing intermediate container e37787248c99 [2021-03-24T20:18:15.368Z] ---> aa37fc71699c [2021-03-24T20:18:15.368Z] [2021-03-24T20:18:15.368Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T20:18:15.368Z] ---> 88dd2752d2ea [2021-03-24T20:18:15.368Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:18:15.368Z] Removing intermediate container 9025beda4b7c [2021-03-24T20:18:15.368Z] ---> c347312367ac [2021-03-24T20:18:15.368Z] [2021-03-24T20:18:15.368Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T20:18:15.368Z] ---> 88dd2752d2ea [2021-03-24T20:18:15.368Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-24T20:18:15.949Z] ---> Running in 3253f749e963 [2021-03-24T20:18:15.949Z] ---> Running in e9e5f017e5c9 [2021-03-24T20:18:16.214Z] ---> Running in 8341bea26bec [2021-03-24T20:18:16.214Z] ---> Running in 4b4838ac3fd8 [2021-03-24T20:18:16.214Z] Removing intermediate container 39ca3d22b05a [2021-03-24T20:18:16.214Z] ---> 4f312b7aec6b [2021-03-24T20:18:16.214Z] [2021-03-24T20:18:16.214Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:18:16.214Z] ---> 88dd2752d2ea [2021-03-24T20:18:16.214Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:18:16.479Z] ---> Running in ae9f212daaf8 [2021-03-24T20:18:16.479Z] Removing intermediate container 3253f749e963 [2021-03-24T20:18:16.479Z] ---> 521b25323a9e [2021-03-24T20:18:16.479Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-24T20:18:16.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:16.746Z] ---> Running in a2adf4e6ffa3 [2021-03-24T20:18:16.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:17.020Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-24T20:18:17.020Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:18:17.020Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-24T20:18:17.020Z] (4/4) Installing curl (7.69.1-r3) [2021-03-24T20:18:17.020Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:18:17.020Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:18:17.312Z] OK: 7 MiB in 18 packages [2021-03-24T20:18:17.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:17.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:17.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:17.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:17.592Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T20:18:17.592Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:18:17.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:17.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:17.592Z] OK: 6 MiB in 15 packages [2021-03-24T20:18:17.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:17.592Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T20:18:17.592Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:18:17.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:17.592Z] OK: 6 MiB in 15 packages [2021-03-24T20:18:17.592Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-24T20:18:17.592Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-24T20:18:17.592Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:18:17.592Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:18:17.855Z] OK: 6 MiB in 16 packages [2021-03-24T20:18:17.855Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-24T20:18:17.855Z] (2/2) Installing su-exec (0.2-r1) [2021-03-24T20:18:17.855Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:18:17.855Z] OK: 6 MiB in 16 packages [2021-03-24T20:18:19.257Z] Removing intermediate container e9e5f017e5c9 [2021-03-24T20:18:19.257Z] ---> 1db3907ea7fc [2021-03-24T20:18:19.257Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T20:18:19.515Z] Removing intermediate container b664a9353b26 [2021-03-24T20:18:19.515Z] ---> 9af9baacb164 [2021-03-24T20:18:19.515Z] Successfully built 9af9baacb164 [2021-03-24T20:18:19.515Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:18:19.833Z] ---> Running in 413051dd7343 [2021-03-24T20:18:19.855Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T20:18:19.855Z] . [Pipeline] withDockerContainer [2021-03-24T20:18:20.104Z] Removing intermediate container 4b4838ac3fd8 [2021-03-24T20:18:20.104Z] ---> a3121b411297 [2021-03-24T20:18:20.104Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:18:20.104Z] ---> Running in 8d586e33eda8 [2021-03-24T20:18:20.129Z] prd-ubuntu18.04-docker-arm64-4c-16g-31252 does not seem to be running inside a container [2021-03-24T20:18:20.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-24T20:18:20.366Z] Removing intermediate container ae9f212daaf8 [2021-03-24T20:18:20.366Z] ---> 8bf2048e7e77 [2021-03-24T20:18:20.366Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:18:20.366Z] Removing intermediate container 413051dd7343 [2021-03-24T20:18:20.366Z] ---> b00af1d00330 [2021-03-24T20:18:20.366Z] Step 13/21 : WORKDIR /edgex [2021-03-24T20:18:20.366Z] Removing intermediate container 8341bea26bec [2021-03-24T20:18:20.366Z] ---> 7e339632bb7c [2021-03-24T20:18:20.366Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:18:20.366Z] Removing intermediate container a2adf4e6ffa3 [2021-03-24T20:18:20.366Z] ---> 7cd4b820bfe3 [2021-03-24T20:18:20.366Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-24T20:18:20.632Z] ---> Running in 6684c3525861 [2021-03-24T20:18:20.632Z] ---> Running in ad6c6a8424aa [2021-03-24T20:18:20.632Z] ---> Running in 8bcb74e2da26 [2021-03-24T20:18:20.632Z] Removing intermediate container 8d586e33eda8 [2021-03-24T20:18:20.632Z] ---> 4fa358523e32 [2021-03-24T20:18:20.632Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-24T20:18:20.632Z] ---> Running in 5e3966b4209f [2021-03-24T20:18:20.894Z] ---> Running in 778db3972fb3 [2021-03-24T20:18:20.894Z] Removing intermediate container 6684c3525861 [2021-03-24T20:18:20.894Z] ---> 796bfb98bdd3 [2021-03-24T20:18:20.894Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-24T20:18:20.894Z] Removing intermediate container ad6c6a8424aa [2021-03-24T20:18:20.894Z] ---> ddfd5bc8165e [2021-03-24T20:18:20.894Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-24T20:18:21.155Z] Removing intermediate container 8bcb74e2da26 [2021-03-24T20:18:21.155Z] ---> f095a79c7410 [2021-03-24T20:18:21.155Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-24T20:18:21.728Z] $ docker top 64170d9846c3ec41eeab4f5733ee6fb9b4cef47ec7cd4ffae051a354962ecf43 -eo pid,comm [2021-03-24T20:18:21.728Z] Removing intermediate container 5e3966b4209f [2021-03-24T20:18:21.729Z] ---> 6964087ef0ad [2021-03-24T20:18:21.729Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-24T20:18:21.729Z] ---> Running in bee620dbb038 [2021-03-24T20:18:21.729Z] Removing intermediate container 778db3972fb3 [2021-03-24T20:18:21.729Z] ---> 6f04c4620d15 [2021-03-24T20:18:21.729Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T20:18:21.729Z] ---> Running in bb6699e47d82 [2021-03-24T20:18:21.996Z] ---> Running in 3ba51dd1abce [2021-03-24T20:18:21.996Z] ---> 1d72f66bad88 [2021-03-24T20:18:21.996Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-24T20:18:21.996Z] ---> Running in 31a724e5d88e [Pipeline] { [Pipeline] sh [2021-03-24T20:18:22.258Z] Removing intermediate container bee620dbb038 [2021-03-24T20:18:22.258Z] ---> 7b62bcdc0d1c [2021-03-24T20:18:22.258Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T20:18:22.258Z] Removing intermediate container bb6699e47d82 [2021-03-24T20:18:22.258Z] ---> fe85cf15ad00 [2021-03-24T20:18:22.258Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T20:18:22.258Z] Removing intermediate container 3ba51dd1abce [2021-03-24T20:18:22.258Z] ---> 26bf47db6331 [2021-03-24T20:18:22.258Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-24T20:18:22.520Z] ---> Running in 73b2edff5c8e [2021-03-24T20:18:22.520Z] Removing intermediate container 31a724e5d88e [2021-03-24T20:18:22.520Z] ---> 60c937eb1abe [2021-03-24T20:18:22.520Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:18:22.520Z] ---> Running in b017c00cef46 [2021-03-24T20:18:22.520Z] ---> Running in e6928d611602 [2021-03-24T20:18:22.783Z] ---> abab2dde0e4f [2021-03-24T20:18:22.783Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-24T20:18:22.798Z] + go version [2021-03-24T20:18:22.798Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-24T20:18:22.821Z] $ docker stop --time=1 64170d9846c3ec41eeab4f5733ee6fb9b4cef47ec7cd4ffae051a354962ecf43 [2021-03-24T20:18:23.051Z] Removing intermediate container 73b2edff5c8e [2021-03-24T20:18:23.051Z] ---> 1aebedecac6f [2021-03-24T20:18:23.051Z] Step 15/23 : WORKDIR / [2021-03-24T20:18:23.051Z] Removing intermediate container b017c00cef46 [2021-03-24T20:18:23.051Z] ---> c9a6e96d8872 [2021-03-24T20:18:23.051Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:18:23.051Z] ---> 877943d4589c [2021-03-24T20:18:23.051Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-24T20:18:23.323Z] ---> Running in 63b33c656d69 [2021-03-24T20:18:23.323Z] ---> c1e68270c204 [2021-03-24T20:18:23.323Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-24T20:18:23.323Z] ---> Running in 4e537a53db2d [2021-03-24T20:18:23.589Z] ---> 3e01864073fa [2021-03-24T20:18:23.590Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-24T20:18:23.590Z] Removing intermediate container 63b33c656d69 [2021-03-24T20:18:23.590Z] ---> ad4f579dba2b [2021-03-24T20:18:23.590Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:18:23.590Z] Removing intermediate container 4e537a53db2d [2021-03-24T20:18:23.590Z] ---> 7b0a4bc41be2 [2021-03-24T20:18:23.590Z] Step 18/21 : CMD ["--init=true"] [2021-03-24T20:18:24.178Z] ---> Running in ba5805427fd5 [2021-03-24T20:18:24.178Z] ---> be0d0ba21224 [2021-03-24T20:18:24.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-24T20:18:24.178Z] ---> c0c9ce5698e7 [2021-03-24T20:18:24.178Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-24T20:18:24.454Z] ---> 64a19d0f3528 [2021-03-24T20:18:24.455Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-24T20:18:24.455Z] Removing intermediate container ba5805427fd5 [2021-03-24T20:18:24.455Z] ---> 400aa0843ec6 [2021-03-24T20:18:24.455Z] Step 19/21 : LABEL arch=x86_64 [2021-03-24T20:18:24.455Z] Removing intermediate container e6928d611602 [2021-03-24T20:18:24.455Z] ---> ac47fe663629 [2021-03-24T20:18:24.455Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-24T20:18:24.724Z] ---> 97a51ab2eaeb [2021-03-24T20:18:24.724Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-24T20:18:24.724Z] ---> Running in 5bdd8e409f39 [2021-03-24T20:18:24.724Z] ---> Running in 8cced33b2bf6 [2021-03-24T20:18:24.751Z] $ docker rm -f 64170d9846c3ec41eeab4f5733ee6fb9b4cef47ec7cd4ffae051a354962ecf43 [2021-03-24T20:18:24.993Z] ---> 87d73627bfd5 [2021-03-24T20:18:24.993Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-24T20:18:24.993Z] ---> Running in 94124907a6b9 [2021-03-24T20:18:24.993Z] ---> 5e81cd2ef8c9 [2021-03-24T20:18:24.993Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-24T20:18:24.993Z] ---> Running in cbb3e229b1c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-24T20:18:25.257Z] Removing intermediate container 5bdd8e409f39 [2021-03-24T20:18:25.257Z] ---> b5bd032666ca [2021-03-24T20:18:25.257Z] Step 20/21 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:18:25.257Z] Removing intermediate container 8cced33b2bf6 [2021-03-24T20:18:25.257Z] ---> 0f34459cdbbd [2021-03-24T20:18:25.257Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-24T20:18:25.257Z] Removing intermediate container 94124907a6b9 [2021-03-24T20:18:25.257Z] ---> c618e1fd2778 [2021-03-24T20:18:25.257Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:18:25.519Z] ---> Running in 7f0bcc7a4bf6 [2021-03-24T20:18:25.519Z] ---> Running in 3e6f49bc9fda [2021-03-24T20:18:25.519Z] ---> f388c81b0c8a [2021-03-24T20:18:25.519Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-24T20:18:25.783Z] Removing intermediate container cbb3e229b1c0 [2021-03-24T20:18:25.783Z] ---> bf5ac40454e8 [2021-03-24T20:18:25.783Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:18:25.783Z] ---> Running in e077d5075bbe [2021-03-24T20:18:25.783Z] ---> 75e5e4581a93 [2021-03-24T20:18:25.783Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-24T20:18:25.783Z] ---> Running in 7f240efd17a7 [2021-03-24T20:18:25.783Z] Removing intermediate container 3e6f49bc9fda [2021-03-24T20:18:25.783Z] ---> f9d5a9ae74c9 [2021-03-24T20:18:25.783Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T20:18:25.789Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T20:18:25.789Z] . [Pipeline] withDockerContainer [2021-03-24T20:18:26.047Z] Removing intermediate container 7f0bcc7a4bf6 [2021-03-24T20:18:26.047Z] ---> c4d282495abe [2021-03-24T20:18:26.047Z] Step 21/21 : LABEL version=0.0.0 [2021-03-24T20:18:26.047Z] ---> Running in 53d4a2e20ccf [2021-03-24T20:18:26.047Z] ---> Running in defc34be4c54 [2021-03-24T20:18:26.050Z] prd-ubuntu18.04-docker-arm64-4c-16g-31252 does not seem to be running inside a container [2021-03-24T20:18:26.131Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-24T20:18:26.314Z] ---> Running in 4bf0cd2ff091 [2021-03-24T20:18:26.314Z] Removing intermediate container e077d5075bbe [2021-03-24T20:18:26.314Z] ---> 9bd0c8cf9782 [2021-03-24T20:18:26.314Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:18:26.314Z] Removing intermediate container 7f240efd17a7 [2021-03-24T20:18:26.314Z] ---> b0b340c1227f [2021-03-24T20:18:26.314Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T20:18:26.581Z] ---> Running in 0b9e8af803a6 [2021-03-24T20:18:26.581Z] ---> Running in 2f5140f86e7b [2021-03-24T20:18:26.581Z] Removing intermediate container defc34be4c54 [2021-03-24T20:18:26.581Z] ---> 7e27d5f812c1 [2021-03-24T20:18:26.581Z] Step 21/22 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:18:26.581Z] Removing intermediate container 4bf0cd2ff091 [2021-03-24T20:18:26.581Z] ---> 47e5ffcc0687 [2021-03-24T20:18:26.581Z] [2021-03-24T20:18:26.581Z] ---> Running in a40bffdf7f14 [2021-03-24T20:18:26.846Z] Removing intermediate container 0b9e8af803a6 [2021-03-24T20:18:26.846Z] ---> 142d3f56136a [2021-03-24T20:18:26.846Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T20:18:26.846Z] Removing intermediate container 2f5140f86e7b [2021-03-24T20:18:26.846Z] ---> 20155a2ee6c6 [2021-03-24T20:18:26.846Z] Step 21/22 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:18:27.113Z] Successfully built 47e5ffcc0687 [2021-03-24T20:18:27.113Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-24T20:18:27.114Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-24T20:18:27.114Z] Removing intermediate container a40bffdf7f14 [2021-03-24T20:18:27.114Z] ---> ee46873d93b7 [2021-03-24T20:18:27.114Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T20:18:27.114Z] ---> Running in 80db6cb4fdae [2021-03-24T20:18:27.114Z] ---> Running in af9962b55dac [2021-03-24T20:18:27.376Z] ---> Running in 8805d3209bd2 [2021-03-24T20:18:27.376Z] Removing intermediate container 80db6cb4fdae [2021-03-24T20:18:27.376Z] ---> 6e4407539ff4 [2021-03-24T20:18:27.376Z] Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:18:27.532Z] $ docker top b6aa714593d51a20a842ff696f06d32297bc2f5d71f7dbd9b646e3c2642d8eab -eo pid,comm [2021-03-24T20:18:27.640Z] Removing intermediate container af9962b55dac [2021-03-24T20:18:27.640Z] ---> 6ad0f767f571 [2021-03-24T20:18:27.640Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T20:18:27.640Z] ---> Running in a9435d633c00 [2021-03-24T20:18:27.640Z] Removing intermediate container 8805d3209bd2 [2021-03-24T20:18:27.640Z] ---> 46da4d14edea [2021-03-24T20:18:27.640Z] [Pipeline] { [2021-03-24T20:18:27.905Z] ---> Running in f18895e8720c [Pipeline] echo [2021-03-24T20:18:27.921Z] ========================================================= [2021-03-24T20:18:27.921Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-24T20:18:27.921Z] ========================================================= [Pipeline] sh [2021-03-24T20:18:28.174Z] Successfully built 46da4d14edea [2021-03-24T20:18:28.174Z] Successfully tagged docker-support-notifications-go:latest [2021-03-24T20:18:28.174Z]  Building docker-support-notifications-go ... done Removing intermediate container a9435d633c00 [2021-03-24T20:18:28.174Z] ---> 02498160c2d7 [2021-03-24T20:18:28.174Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:18:28.174Z] Building docker-core-command-go [2021-03-24T20:18:28.438Z] Removing intermediate container 53d4a2e20ccf [2021-03-24T20:18:28.438Z] ---> ae0dce05bec6 [2021-03-24T20:18:28.438Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:18:28.438Z] Removing intermediate container f18895e8720c [2021-03-24T20:18:28.438Z] ---> 2dca53fa9e38 [2021-03-24T20:18:28.438Z] ---> Running in 77ca063dd3ba [2021-03-24T20:18:28.438Z] [2021-03-24T20:18:28.567Z] + make test [2021-03-24T20:18:28.567Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-24T20:18:28.701Z] Successfully built 2dca53fa9e38 [2021-03-24T20:18:28.701Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-24T20:18:28.701Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-24T20:18:28.969Z] Removing intermediate container 77ca063dd3ba [2021-03-24T20:18:28.969Z] ---> 8222c8a1f9b7 [2021-03-24T20:18:28.969Z] [2021-03-24T20:18:28.969Z] ---> 698a104c3b3f [2021-03-24T20:18:28.969Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-24T20:18:28.969Z] Successfully built 8222c8a1f9b7 [2021-03-24T20:18:28.969Z] Successfully tagged docker-core-metadata-go:latest [2021-03-24T20:18:28.969Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-03-24T20:18:32.306Z] ---> f82e9ac54c27 [2021-03-24T20:18:32.306Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-24T20:18:36.533Z] ---> 3f13c3d38e09 [2021-03-24T20:18:36.533Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-24T20:18:39.093Z] ---> 365ec420d129 [2021-03-24T20:18:39.093Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-24T20:18:40.042Z] ---> 8708ba604fb3 [2021-03-24T20:18:40.042Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-24T20:18:40.042Z] ---> Running in d9a16e1a1750 [2021-03-24T20:18:40.305Z] Removing intermediate container d9a16e1a1750 [2021-03-24T20:18:40.305Z] ---> c344224d8f0e [2021-03-24T20:18:40.305Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-24T20:18:40.567Z] ---> 356bd9ab6be7 [2021-03-24T20:18:40.567Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-24T20:18:40.832Z] ---> Running in abf0e94e8b90 [2021-03-24T20:18:47.553Z] Removing intermediate container abf0e94e8b90 [2021-03-24T20:18:47.553Z] ---> fbdce43d9743 [2021-03-24T20:18:47.553Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-24T20:18:48.526Z] ---> Running in c178943539cd [2021-03-24T20:18:49.500Z] Removing intermediate container c178943539cd [2021-03-24T20:18:49.500Z] ---> 9487f0bde86c [2021-03-24T20:18:49.500Z] Step 28/31 : CMD ["gate"] [2021-03-24T20:18:50.489Z] ---> Running in a392e0a71b2c [2021-03-24T20:18:50.749Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-24T20:18:54.757Z] Removing intermediate container a392e0a71b2c [2021-03-24T20:18:54.757Z] ---> 05c1938474b1 [2021-03-24T20:18:54.757Z] Step 29/31 : LABEL arch=x86_64 [2021-03-24T20:18:55.342Z] ---> Running in 1e0a8bee277e [2021-03-24T20:18:56.314Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:18:56.314Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:18:56.314Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:18:56.314Z] ---> 995658f3aafb [2021-03-24T20:18:56.314Z] Step 3/24 : WORKDIR /edgex-go [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 61d5fb0a83d8 [2021-03-24T20:18:56.314Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 6fd3977b750c [2021-03-24T20:18:56.314Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 575369e8f7e9 [2021-03-24T20:18:56.314Z] Step 6/24 : COPY go.mod . [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> ed8ece0f9be4 [2021-03-24T20:18:56.314Z] Step 7/24 : RUN go mod download [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 6f0f9faba252 [2021-03-24T20:18:56.314Z] Step 8/24 : COPY . . [2021-03-24T20:18:56.314Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:18:56.314Z] ---> 995658f3aafb [2021-03-24T20:18:56.314Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 61d5fb0a83d8 [2021-03-24T20:18:56.314Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 6fd3977b750c [2021-03-24T20:18:56.314Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 575369e8f7e9 [2021-03-24T20:18:56.314Z] Step 6/23 : COPY go.mod . [2021-03-24T20:18:56.314Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> Using cache [2021-03-24T20:18:56.314Z] [2021-03-24T20:18:56.314Z] ---> ed8ece0f9be4 [2021-03-24T20:18:56.314Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:18:56.314Z] ---> 995658f3aafb [2021-03-24T20:18:56.314Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 61d5fb0a83d8 [2021-03-24T20:18:56.314Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 6fd3977b750c [2021-03-24T20:18:56.314Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-24T20:18:56.314Z] Step 7/23 : RUN go mod download [2021-03-24T20:18:56.314Z] ---> Using cache [2021-03-24T20:18:56.314Z] ---> 6f0f9faba252 [2021-03-24T20:18:56.314Z] Step 8/23 : COPY . . [2021-03-24T20:18:56.576Z] ---> Using cache [2021-03-24T20:18:56.576Z] ---> c8f5c5332690 [2021-03-24T20:18:56.576Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-24T20:18:56.576Z] ---> Using cache [2021-03-24T20:18:56.576Z] ---> c8f5c5332690 [2021-03-24T20:18:56.576Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-24T20:18:56.576Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:18:56.576Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:18:56.576Z] ---> 995658f3aafb [2021-03-24T20:18:56.576Z] Step 3/26 : WORKDIR /edgex-go [2021-03-24T20:18:56.576Z] ---> Using cache [2021-03-24T20:18:56.576Z] ---> 61d5fb0a83d8 [2021-03-24T20:18:56.576Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:18:56.576Z] ---> Using cache [2021-03-24T20:18:56.576Z] ---> 6fd3977b750c [2021-03-24T20:18:56.576Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-24T20:18:57.971Z] Removing intermediate container 1e0a8bee277e [2021-03-24T20:18:57.971Z] ---> 55e49b7e33f2 [2021-03-24T20:18:57.971Z] Step 30/31 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:18:57.971Z] ---> Running in 43f7e4904b8a [2021-03-24T20:18:57.971Z] ---> Running in d5a93b58f101 [2021-03-24T20:18:57.971Z] ---> Running in b4c47ea52027 [2021-03-24T20:18:57.971Z] ---> Running in 303faa61a419 [2021-03-24T20:18:57.971Z] ---> Running in ab6429a460e3 [2021-03-24T20:18:58.551Z] Removing intermediate container ab6429a460e3 [2021-03-24T20:18:58.551Z] ---> 4ab3dbf68420 [2021-03-24T20:18:58.551Z] Step 31/31 : LABEL version=0.0.0 [2021-03-24T20:18:58.820Z] ---> Running in f838b4f60237 [2021-03-24T20:18:59.091Z] 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-24T20:18:59.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:59.091Z] Removing intermediate container f838b4f60237 [2021-03-24T20:18:59.091Z] ---> 5712c4c2273c [2021-03-24T20:18:59.091Z] [2021-03-24T20:18:59.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:59.360Z] 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-24T20:18:59.624Z] Successfully built 5712c4c2273c [2021-03-24T20:18:59.624Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-24T20:18:59.893Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:18:59.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:19:00.481Z] OK: 233 MiB in 51 packages [2021-03-24T20:19:00.481Z] OK: 233 MiB in 51 packages [2021-03-24T20:19:01.906Z] Removing intermediate container 43f7e4904b8a [2021-03-24T20:19:01.907Z] ---> 68a71699bedf [2021-03-24T20:19:01.907Z] Step 6/23 : COPY go.mod . [2021-03-24T20:19:01.907Z] Removing intermediate container b4c47ea52027 [2021-03-24T20:19:01.907Z] ---> 5c40dd0b8543 [2021-03-24T20:19:01.907Z] Step 6/26 : COPY go.mod . [2021-03-24T20:19:02.506Z] ---> af7285da2cf9 [2021-03-24T20:19:02.506Z] Step 7/26 : RUN go mod download [2021-03-24T20:19:02.506Z] ---> 1302e35037b1 [2021-03-24T20:19:02.506Z] Step 7/23 : RUN go mod download [2021-03-24T20:19:02.506Z] ---> Running in 9aa20425a641 [2021-03-24T20:19:02.506Z] ---> Running in 32f881d1c898 [2021-03-24T20:19:07.105Z] Removing intermediate container 9aa20425a641 [2021-03-24T20:19:07.105Z] ---> 7d1a324c47ba [2021-03-24T20:19:07.105Z] Step 8/26 : COPY . . [2021-03-24T20:19:07.105Z] Removing intermediate container 32f881d1c898 [2021-03-24T20:19:07.105Z] ---> a97e17728953 [2021-03-24T20:19:07.105Z] Step 8/23 : COPY . . [2021-03-24T20:19:20.069Z] 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-24T20:19:35.608Z] Removing intermediate container d5a93b58f101 [2021-03-24T20:19:35.608Z] ---> 4a9ca34888e9 [2021-03-24T20:19:35.608Z] [2021-03-24T20:19:35.608Z] Step 10/24 : FROM alpine:3.12 [2021-03-24T20:19:35.608Z] ---> 88dd2752d2ea [2021-03-24T20:19:35.608Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-24T20:19:35.608Z] Removing intermediate container 303faa61a419 [2021-03-24T20:19:35.608Z] ---> 6ef769e5f2c1 [2021-03-24T20:19:35.608Z] [2021-03-24T20:19:35.608Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:19:35.608Z] ---> 88dd2752d2ea [2021-03-24T20:19:35.608Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:19:35.608Z] ---> Using cache [2021-03-24T20:19:35.608Z] ---> 7e339632bb7c [2021-03-24T20:19:35.608Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:19:35.608Z] ---> Using cache [2021-03-24T20:19:35.608Z] ---> f095a79c7410 [2021-03-24T20:19:35.608Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-24T20:19:35.608Z] ---> Running in 5f471a1d6191 [2021-03-24T20:19:35.608Z] ---> Running in 35a37ac023db [2021-03-24T20:19:35.608Z] ---> e3b6bc33d78a [2021-03-24T20:19:35.608Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-24T20:19:35.608Z] ---> 0e014d8aad17 [2021-03-24T20:19:35.608Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-24T20:19:35.608Z] ---> Running in a59f302c07f1 [2021-03-24T20:19:35.608Z] ---> Running in adb9694885e6 [2021-03-24T20:19:35.608Z] Removing intermediate container 35a37ac023db [2021-03-24T20:19:35.608Z] ---> a2942417d8e9 [2021-03-24T20:19:35.608Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T20:19:35.886Z] ---> Running in b27cac96fd33 [2021-03-24T20:19:35.886Z] Removing intermediate container b27cac96fd33 [2021-03-24T20:19:35.886Z] ---> b58e09dfd0fe [2021-03-24T20:19:35.886Z] Step 15/23 : WORKDIR / [2021-03-24T20:19:35.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:19:36.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:19:36.156Z] ---> Running in 38fa3e0752c9 [2021-03-24T20:19:36.156Z] 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-24T20:19:36.156Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-24T20:19:36.426Z] 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-24T20:19:36.426Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:19:36.426Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-24T20:19:36.426Z] (4/6) Installing curl (7.69.1-r3) [2021-03-24T20:19:36.426Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-24T20:19:36.426Z] (6/6) Installing su-exec (0.2-r1) [2021-03-24T20:19:36.426Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:19:36.426Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:19:36.426Z] OK: 7 MiB in 20 packages [2021-03-24T20:19:36.426Z] Removing intermediate container 38fa3e0752c9 [2021-03-24T20:19:36.426Z] ---> 074dbdfe6d6e [2021-03-24T20:19:36.426Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:19:37.777Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-24T20:19:37.852Z] ---> 8adb95384523 [2021-03-24T20:19:37.852Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-24T20:19:38.818Z] Removing intermediate container 5f471a1d6191 [2021-03-24T20:19:38.818Z] ---> ee4406de9fdf [2021-03-24T20:19:38.819Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T20:19:39.092Z] ---> Running in 318e143e86d2 [2021-03-24T20:19:39.092Z] ---> f65a372e36d8 [2021-03-24T20:19:39.092Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-24T20:19:39.363Z] Removing intermediate container 318e143e86d2 [2021-03-24T20:19:39.363Z] ---> db69ce0cb1e9 [2021-03-24T20:19:39.363Z] Step 13/24 : WORKDIR / [2021-03-24T20:19:39.642Z] ---> Running in 5c53df21845e [2021-03-24T20:19:39.918Z] ---> 8df1cd527296 [2021-03-24T20:19:39.918Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-24T20:19:39.918Z] ---> Running in 3bd100106cd9 [2021-03-24T20:19:40.203Z] Removing intermediate container 5c53df21845e [2021-03-24T20:19:40.203Z] ---> 33809df4c153 [2021-03-24T20:19:40.203Z] 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-24T20:19:40.473Z] Removing intermediate container 3bd100106cd9 [2021-03-24T20:19:40.473Z] ---> bb7c76283d7a [2021-03-24T20:19:40.473Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:19:40.473Z] ---> Running in 52210e57064c [2021-03-24T20:19:40.473Z] ---> bb23c4c8f8f9 [2021-03-24T20:19:40.473Z] 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-24T20:19:41.431Z] Removing intermediate container 52210e57064c [2021-03-24T20:19:41.431Z] ---> 9c8f9c63186e [2021-03-24T20:19:41.431Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T20:19:42.055Z] ---> 2d545b071b76 [2021-03-24T20:19:42.055Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-24T20:19:42.325Z] ---> Running in a24bb152bcbc [2021-03-24T20:19:42.593Z] ---> 389ea6f89b4d [2021-03-24T20:19:42.593Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-24T20:19:43.175Z] Removing intermediate container a24bb152bcbc [2021-03-24T20:19:43.175Z] ---> d018d5efb9db [2021-03-24T20:19:43.175Z] Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:19:43.755Z] ---> Running in 75bc896847a7 [2021-03-24T20:19:43.755Z] ---> 62e1c6323803 [2021-03-24T20:19:43.755Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-24T20:19:44.029Z] Removing intermediate container 75bc896847a7 [2021-03-24T20:19:44.029Z] ---> 4e689a82fdde [2021-03-24T20:19:44.029Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:19:44.636Z] ---> Running in cd09ab7a7b41 [2021-03-24T20:19:45.236Z] Removing intermediate container cd09ab7a7b41 [2021-03-24T20:19:45.236Z] ---> 3e5d72d4d248 [2021-03-24T20:19:45.236Z] [2021-03-24T20:19:45.236Z] ---> ae3de160041a [2021-03-24T20:19:45.236Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-24T20:19:45.236Z] Successfully built 3e5d72d4d248 [2021-03-24T20:19:45.236Z] Successfully tagged docker-core-command-go:latest [2021-03-24T20:19:46.098Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-24T20:19:46.493Z]  Building docker-core-command-go ... done  ---> fbcd81440ded [2021-03-24T20:19:46.493Z] 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-24T20:19:46.493Z] ---> Running in afbcbd418430 [2021-03-24T20:19:48.464Z] Removing intermediate container afbcbd418430 [2021-03-24T20:19:48.464Z] ---> 3cd0f09eb014 [2021-03-24T20:19:48.464Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-24T20:19:48.731Z] ---> Running in 4dbb4b69fe8f [2021-03-24T20:19:49.322Z] Removing intermediate container 4dbb4b69fe8f [2021-03-24T20:19:49.322Z] ---> 06254f7ef8bd [2021-03-24T20:19:49.322Z] Step 22/24 : LABEL arch=x86_64 [2021-03-24T20:19:49.322Z] ---> Running in afa76a83f0c4 [2021-03-24T20:19:49.595Z] Removing intermediate container afa76a83f0c4 [2021-03-24T20:19:49.595Z] ---> dec1b753e2f2 [2021-03-24T20:19:49.595Z] Step 23/24 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:19:49.595Z] ---> Running in 38137ff5ed12 [2021-03-24T20:19:49.862Z] Removing intermediate container 38137ff5ed12 [2021-03-24T20:19:49.862Z] ---> 1fc2b25b2fa0 [2021-03-24T20:19:49.862Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T20:19:50.127Z] ---> Running in 8f75f4904dee [2021-03-24T20:19:50.393Z] Removing intermediate container 8f75f4904dee [2021-03-24T20:19:50.393Z] ---> a92d0c4fe795 [2021-03-24T20:19:50.393Z] [2021-03-24T20:19:50.393Z] Successfully built a92d0c4fe795 [2021-03-24T20:19:50.661Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-24T20:19:52.843Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-24T20:19:52.843Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-24T20:19:54.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-24T20:19:54.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-24T20:19:54.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-24T20:19:55.280Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-24T20:19:56.071Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a59f302c07f1 [2021-03-24T20:19:56.071Z] ---> 7174744f7049 [2021-03-24T20:19:56.071Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-24T20:19:56.071Z] ---> Running in f75444100205 [2021-03-24T20:19:56.071Z] 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-24T20:19:57.020Z] Removing intermediate container f75444100205 [2021-03-24T20:19:57.020Z] ---> c8747d4a719b [2021-03-24T20:19:57.020Z] [2021-03-24T20:19:57.020Z] Step 11/26 : FROM docker:20.10.0 [2021-03-24T20:19:57.286Z] 20.10.0: Pulling from library/docker [2021-03-24T20:19:58.697Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-24T20:19:58.972Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-24T20:20:00.604Z] Removing intermediate container adb9694885e6 [2021-03-24T20:20:00.604Z] ---> 17743191c718 [2021-03-24T20:20:00.604Z] [2021-03-24T20:20:00.604Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:20:00.604Z] ---> 88dd2752d2ea [2021-03-24T20:20:00.604Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-24T20:20:00.604Z] ---> Running in 0c22e4d2c84f [2021-03-24T20:20:00.869Z] Removing intermediate container 0c22e4d2c84f [2021-03-24T20:20:00.869Z] ---> de39e3e948c0 [2021-03-24T20:20:00.869Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-24T20:20:00.869Z] ---> Running in 8ae85e42d234 [2021-03-24T20:20:01.136Z] Removing intermediate container 8ae85e42d234 [2021-03-24T20:20:01.136Z] ---> 5e37254f3779 [2021-03-24T20:20:01.136Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-24T20:20:01.406Z] ---> Running in 54809b2e7dd0 [2021-03-24T20:20:01.680Z] Removing intermediate container 54809b2e7dd0 [2021-03-24T20:20:01.680Z] ---> 3ead79931a82 [2021-03-24T20:20:01.680Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:20:01.681Z] ---> Running in 5e264f36f970 [2021-03-24T20:20:03.098Z] Removing intermediate container 5e264f36f970 [2021-03-24T20:20:03.098Z] ---> 48e9f907589f [2021-03-24T20:20:03.098Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-24T20:20:03.363Z] ---> Running in 95a47289204e [2021-03-24T20:20:04.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:20:05.348Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-24T20:20:05.348Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-24T20:20:05.348Z] ---> aefe523efa57 [2021-03-24T20:20:05.348Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-24T20:20:05.348Z] ---> Running in c898b3680442 [2021-03-24T20:20:05.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:20:06.185Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-24T20:20:06.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:20:06.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:20:06.185Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-24T20:20:06.185Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-24T20:20:06.185Z] (1/2) Installing readline (8.0.4-r0) [2021-03-24T20:20:06.185Z] (2/2) Installing bash (5.0.17-r0) [2021-03-24T20:20:06.185Z] Executing bash-5.0.17-r0.post-install [2021-03-24T20:20:06.185Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:20:06.185Z] OK: 12 MiB in 22 packages [2021-03-24T20:20:06.185Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-24T20:20:06.448Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-24T20:20:06.448Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-24T20:20:06.711Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:20:06.711Z] OK: 8 MiB in 20 packages [2021-03-24T20:20:06.974Z] Removing intermediate container c898b3680442 [2021-03-24T20:20:06.974Z] ---> 66003c1ae87c [2021-03-24T20:20:06.974Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-24T20:20:06.974Z] ---> Running in ad952e323004 [2021-03-24T20:20:07.237Z] Removing intermediate container ad952e323004 [2021-03-24T20:20:07.237Z] ---> f8f1652ba692 [2021-03-24T20:20:07.237Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-24T20:20:07.237Z] ---> Running in 49098f07a62f [2021-03-24T20:20:07.237Z] Removing intermediate container 95a47289204e [2021-03-24T20:20:07.237Z] ---> fe3a660143b0 [2021-03-24T20:20:07.237Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:20:07.292Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-24T20:20:07.292Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-24T20:20:07.292Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-24T20:20:07.499Z] Removing intermediate container 49098f07a62f [2021-03-24T20:20:07.499Z] ---> 15ffba4710be [2021-03-24T20:20:07.499Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-24T20:20:07.499Z] ---> Running in 24454ddffa48 [2021-03-24T20:20:07.499Z] ---> e79130065c41 [2021-03-24T20:20:07.499Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-24T20:20:07.767Z] Removing intermediate container 24454ddffa48 [2021-03-24T20:20:07.767Z] ---> 1c1b8a1a239a [2021-03-24T20:20:07.767Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-24T20:20:08.349Z] ---> feccd13bb893 [2021-03-24T20:20:08.349Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-24T20:20:08.349Z] ---> 87bcbe449568 [2021-03-24T20:20:08.349Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-24T20:20:08.618Z] ---> 6e95f6609f84 [2021-03-24T20:20:08.618Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-24T20:20:08.618Z] ---> c5e4e3c99c36 [2021-03-24T20:20:08.618Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-24T20:20:08.618Z] ---> Running in 995edea83c9d [2021-03-24T20:20:08.893Z] Removing intermediate container 995edea83c9d [2021-03-24T20:20:08.893Z] ---> 8de95715a0fa [2021-03-24T20:20:08.893Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:20:08.893Z] ---> Running in 920137a746f7 [2021-03-24T20:20:08.894Z] ---> aa9a0ce013df [2021-03-24T20:20:08.894Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-24T20:20:08.894Z] ---> Running in b6b23cd60bbe [2021-03-24T20:20:09.175Z] Removing intermediate container 920137a746f7 [2021-03-24T20:20:09.175Z] ---> 0ebce695d336 [2021-03-24T20:20:09.175Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T20:20:09.175Z] ---> Running in ec582a01ba36 [2021-03-24T20:20:09.448Z] Removing intermediate container ec582a01ba36 [2021-03-24T20:20:09.448Z] ---> d91cc62202b8 [2021-03-24T20:20:09.448Z] Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:20:09.448Z] ---> Running in 0eeeaedea1d8 [2021-03-24T20:20:09.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:20:09.711Z] Removing intermediate container 0eeeaedea1d8 [2021-03-24T20:20:09.711Z] ---> f1a6fb124d5e [2021-03-24T20:20:09.711Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:20:09.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:20:09.711Z] ---> Running in 706f3bc773a1 [2021-03-24T20:20:09.711Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-24T20:20:09.711Z] (2/33) Installing expat (2.2.9-r1) [2021-03-24T20:20:09.711Z] (3/33) Installing libffi (3.3-r2) [2021-03-24T20:20:09.711Z] (4/33) Installing gdbm (1.13-r1) [2021-03-24T20:20:09.711Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-24T20:20:09.983Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-24T20:20:09.983Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-24T20:20:09.983Z] Removing intermediate container 706f3bc773a1 [2021-03-24T20:20:09.983Z] ---> b24d424eed64 [2021-03-24T20:20:09.983Z] [2021-03-24T20:20:09.983Z] Successfully built b24d424eed64 [2021-03-24T20:20:10.248Z] Successfully tagged docker-core-data-go:latest [2021-03-24T20:20:10.823Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-24T20:20:10.823Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-24T20:20:10.823Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-24T20:20:10.823Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-24T20:20:10.823Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-24T20:20:10.823Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-24T20:20:10.823Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-24T20:20:11.086Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-24T20:20:11.086Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-24T20:20:11.086Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-24T20:20:11.086Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-24T20:20:11.086Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-24T20:20:11.086Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-24T20:20:11.086Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-24T20:20:11.086Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-24T20:20:11.086Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-24T20:20:11.086Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-24T20:20:11.086Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-24T20:20:11.086Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-24T20:20:11.086Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-24T20:20:11.086Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-24T20:20:11.350Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-24T20:20:11.350Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-24T20:20:11.350Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-24T20:20:11.350Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-24T20:20:11.350Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-24T20:20:11.350Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:20:11.350Z] OK: 71 MiB in 55 packages [2021-03-24T20:20:12.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.369s coverage: 45.9% of statements [2021-03-24T20:20:12.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-24T20:20:12.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-24T20:20:12.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-24T20:20:12.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-24T20:20:12.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-24T20:20:12.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-24T20:20:12.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.139s coverage: 19.8% of statements [2021-03-24T20:20:12.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.265s coverage: 100.0% of statements [2021-03-24T20:20:19.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.533s coverage: 27.1% of statements [2021-03-24T20:20:19.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-24T20:20:19.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-24T20:20:19.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-24T20:20:19.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-24T20:20:19.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-24T20:20:19.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-24T20:20:19.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements [2021-03-24T20:20:19.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-24T20:20:19.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-03-24T20:20:19.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-24T20:20:19.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-24T20:20:20.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.220s coverage: 71.3% of statements [2021-03-24T20:20:20.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-24T20:20:20.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-24T20:20:21.384Z] Removing intermediate container b6b23cd60bbe [2021-03-24T20:20:21.384Z] ---> a22bc9505479 [2021-03-24T20:20:21.384Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-24T20:20:21.384Z] ---> Running in 9d02ac677559 [2021-03-24T20:20:21.957Z] Collecting docker-compose==1.23.2 [2021-03-24T20:20:21.957Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-24T20:20:22.218Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-24T20:20:22.218Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-24T20:20:22.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.591s coverage: 82.9% of statements [2021-03-24T20:20:22.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-24T20:20:22.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:20:22.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.137s coverage: 78.9% of statements [2021-03-24T20:20:22.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-24T20:20:22.480Z] Collecting jsonschema<3,>=2.5.1 [2021-03-24T20:20:22.481Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-24T20:20:22.742Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-24T20:20:22.742Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-24T20:20:22.742Z] 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-24T20:20:22.742Z] Collecting docopt<0.7,>=0.6.1 [2021-03-24T20:20:22.742Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-24T20:20:23.319Z] Collecting PyYAML<4,>=3.10 [2021-03-24T20:20:23.319Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-24T20:20:24.268Z] Collecting docker<4.0,>=3.6.0 [2021-03-24T20:20:24.268Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-24T20:20:24.538Z] Collecting cached-property<2,>=1.2.0 [2021-03-24T20:20:24.538Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-24T20:20:24.538Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-24T20:20:24.538Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-24T20:20:25.111Z] Collecting texttable<0.10,>=0.9.0 [2021-03-24T20:20:25.111Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-24T20:20:25.372Z] 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-24T20:20:25.372Z] 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-24T20:20:25.634Z] Collecting idna<2.8,>=2.5 [2021-03-24T20:20:25.634Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-24T20:20:25.634Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-24T20:20:25.634Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-24T20:20:25.895Z] Collecting docker-pycreds>=0.4.0 [2021-03-24T20:20:25.895Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-24T20:20:25.895Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-24T20:20:25.895Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-24T20:20:25.895Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-24T20:20:25.895Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-24T20:20:25.895Z] Installing collected packages: idna, urllib3, requests, jsonschema, websocket-client, docopt, PyYAML, docker-pycreds, docker, cached-property, dockerpty, texttable, docker-compose [2021-03-24T20:20:25.895Z] Attempting uninstall: idna [2021-03-24T20:20:25.895Z] Found existing installation: idna 2.9 [2021-03-24T20:20:25.895Z] Uninstalling idna-2.9: [2021-03-24T20:20:25.895Z] Successfully uninstalled idna-2.9 [2021-03-24T20:20:26.157Z] Attempting uninstall: urllib3 [2021-03-24T20:20:26.157Z] Found existing installation: urllib3 1.25.9 [2021-03-24T20:20:26.157Z] Uninstalling urllib3-1.25.9: [2021-03-24T20:20:26.157Z] Successfully uninstalled urllib3-1.25.9 [2021-03-24T20:20:26.418Z] Attempting uninstall: requests [2021-03-24T20:20:26.418Z] Found existing installation: requests 2.23.0 [2021-03-24T20:20:26.418Z] Uninstalling requests-2.23.0: [2021-03-24T20:20:26.418Z] Successfully uninstalled requests-2.23.0 [2021-03-24T20:20:26.680Z] Running setup.py install for docopt: started [2021-03-24T20:20:27.254Z] Running setup.py install for docopt: finished with status 'done' [2021-03-24T20:20:27.254Z] Running setup.py install for PyYAML: started [2021-03-24T20:20:27.828Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-24T20:20:28.090Z] Running setup.py install for dockerpty: started [2021-03-24T20:20:28.662Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-24T20:20:28.662Z] Running setup.py install for texttable: started [2021-03-24T20:20:28.925Z] Running setup.py install for texttable: finished with status 'done' [2021-03-24T20:20:29.187Z] 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-24T20:20:32.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.088s coverage: 28.6% of statements [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-24T20:20:32.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-24T20:20:32.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-24T20:20:32.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-24T20:20:32.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.352s coverage: 97.5% of statements [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-24T20:20:32.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-24T20:20:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-24T20:20:33.432Z] Removing intermediate container 9d02ac677559 [2021-03-24T20:20:33.432Z] ---> 07533afef0f9 [2021-03-24T20:20:33.432Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-24T20:20:33.432Z] ---> Running in ca6b7a46a818 [2021-03-24T20:20:33.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T20:20:33.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T20:20:33.693Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:20:33.693Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-24T20:20:33.693Z] (3/3) Installing curl (7.69.1-r3) [2021-03-24T20:20:33.693Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:20:33.693Z] OK: 72 MiB in 58 packages [2021-03-24T20:20:34.273Z] Removing intermediate container ca6b7a46a818 [2021-03-24T20:20:34.273Z] ---> ef4c186f7526 [2021-03-24T20:20:34.273Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-24T20:20:34.273Z] ---> Running in 21bcd392f22a [2021-03-24T20:20:34.543Z] Removing intermediate container 21bcd392f22a [2021-03-24T20:20:34.543Z] ---> 2a7b5855660c [2021-03-24T20:20:34.543Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:20:34.543Z] ---> Running in 7ca1bd09b73e [2021-03-24T20:20:34.806Z] Removing intermediate container 7ca1bd09b73e [2021-03-24T20:20:34.806Z] ---> 82fcd6c1f5d8 [2021-03-24T20:20:34.806Z] Step 24/26 : LABEL arch=x86_64 [2021-03-24T20:20:34.806Z] ---> Running in 7c230619558a [2021-03-24T20:20:35.067Z] Removing intermediate container 7c230619558a [2021-03-24T20:20:35.067Z] ---> b2f1e1653554 [2021-03-24T20:20:35.067Z] Step 25/26 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:20:35.067Z] ---> Running in e12a833d5a35 [2021-03-24T20:20:35.329Z] Removing intermediate container e12a833d5a35 [2021-03-24T20:20:35.329Z] ---> aef1cb5fba56 [2021-03-24T20:20:35.329Z] Step 26/26 : LABEL version=0.0.0 [2021-03-24T20:20:35.329Z] ---> Running in 5bc240d43a15 [2021-03-24T20:20:35.592Z] Removing intermediate container 5bc240d43a15 [2021-03-24T20:20:35.592Z] ---> f074a8f80f40 [2021-03-24T20:20:35.592Z] [2021-03-24T20:20:35.592Z] Successfully built f074a8f80f40 [2021-03-24T20:20:35.854Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-24T20:20:36.126Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-24T20:20:36.149Z] $ docker stop --time=1 a18d13cb783a8f02c8bb0514d3b78894efdcae60cf488c53bca60ec55fadcfbf [2021-03-24T20:20:37.793Z] $ docker rm -f a18d13cb783a8f02c8bb0514d3b78894efdcae60cf488c53bca60ec55fadcfbf [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T20:20:38.306Z] + docker images [2021-03-24T20:20:38.306Z] + grep docker [2021-03-24T20:20:38.575Z] docker-sys-mgmt-agent-go latest f074a8f80f40 3 seconds ago 313MB [2021-03-24T20:20:38.575Z] docker-core-data-go latest b24d424eed64 29 seconds ago 22.6MB [2021-03-24T20:20:38.575Z] docker-security-secretstore-setup-go latest a92d0c4fe795 48 seconds ago 25MB [2021-03-24T20:20:38.575Z] docker-core-command-go latest 3e5d72d4d248 54 seconds ago 17.3MB [2021-03-24T20:20:38.575Z] docker-security-bootstrapper-go latest 5712c4c2273c About a minute ago 18.8MB [2021-03-24T20:20:38.575Z] docker-core-metadata-go latest 8222c8a1f9b7 2 minutes ago 19.1MB [2021-03-24T20:20:38.575Z] docker-support-scheduler-go latest 2dca53fa9e38 2 minutes ago 17.3MB [2021-03-24T20:20:38.575Z] docker-support-notifications-go latest 46da4d14edea 2 minutes ago 17.9MB [2021-03-24T20:20:38.575Z] docker-security-proxy-setup-go latest 47e5ffcc0687 2 minutes ago 24.7MB [2021-03-24T20:20:38.575Z] 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-24T20:20:41.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.157s coverage: 92.8% of statements [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-24T20:20:41.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-24T20:20:41.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-24T20:20:41.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-24T20:20:41.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-03-24T20:20:41.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-24T20:20:41.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-24T20:20:41.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.381s coverage: 0.1% of statements [2021-03-24T20:20:41.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-24T20:20:41.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-24T20:20:41.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-24T20:20:41.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.112s coverage: 47.1% of statements [2021-03-24T20:20:41.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.104s coverage: 79.5% of statements [2021-03-24T20:20:41.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-03-24T20:20:41.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-03-24T20:20:41.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-03-24T20:20:54.286Z] Still waiting to schedule task [2021-03-24T20:20:54.286Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-24T20:20:56.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2021-03-24T20:20:56.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-24T20:20:59.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.449s coverage: 82.6% of statements [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.140s coverage: 92.9% of statements [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.162s coverage: 84.6% of statements [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.6% of statements [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 64.4% of statements [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-24T20:21:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-03-24T20:21:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-03-24T20:21:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-03-24T20:21:13.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.860s coverage: 69.0% of statements [2021-03-24T20:21:13.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-24T20:21:13.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-24T20:21:13.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-24T20:21:15.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.385s coverage: 38.4% of statements [2021-03-24T20:21:15.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-24T20:21:15.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-24T20:21:15.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.129s coverage: 89.5% of statements [2021-03-24T20:21:15.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-24T20:21:15.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-03-24T20:21:21.794Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.436s coverage: 47.0% of statements [2021-03-24T20:21:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-24T20:21:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-24T20:21:21.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-24T20:21:21.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-24T20:21:21.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.468s coverage: 87.1% of statements [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:21:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-24T20:21:28.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.322s coverage: 29.1% of statements [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-24T20:21:28.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-24T20:21:28.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-24T20:21:28.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.204s coverage: 94.0% of statements [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-24T20:21:28.537Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-24T20:21:28.537Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-24T20:21:28.537Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-24T20:21:28.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-24T20:21:28.815Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-03-24T20:21:29.416Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-03-24T20:21:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-24T20:21:31.968Z] GO111MODULE=on go vet ./... [2021-03-24T20:21:45.624Z] Running on prd-ubuntu18.04-docker-8c-8g-31257 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-24T20:21:45.686Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-03-24T20:21:47.760Z] using credential edgex-jenkins-ssh [2021-03-24T20:21:47.820Z] Cloning the remote Git repository [2021-03-24T20:21:47.847Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:21:47.910Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-24T20:21:47.938Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:21:47.938Z] > git --version # timeout=10 [2021-03-24T20:21:47.943Z] > git --version # 'git version 2.17.1' [2021-03-24T20:21:47.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:21:47.967Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T20:21:55.030Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T20:21:55.036Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T20:21:55.047Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T20:21:55.061Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T20:21:55.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:21:55.066Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T20:21:55.686Z] Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:21:55.860Z] Merge succeeded, producing 0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:21:55.861Z] Checking out Revision 0985e83305c99a04a71341bacb45d6368e282c63 (PR-3241) [2021-03-24T20:21:55.698Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T20:21:55.702Z] > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 [2021-03-24T20:21:55.835Z] > git remote # timeout=10 [2021-03-24T20:21:55.842Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T20:21:55.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T20:21:55.850Z] > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 [2021-03-24T20:21:55.859Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T20:21:55.868Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T20:21:55.871Z] > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 [2021-03-24T20:21:59.513Z] Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:22:00.538Z] + echo snap-build.sh [2021-03-24T20:22:00.538Z] snap-build.sh [2021-03-24T20:22:00.538Z] + SNAP_BASE_DIR=. [2021-03-24T20:22:00.538Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2021-03-24T20:22:00.538Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2021-03-24T20:22:00.538Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2021-03-24T20:22:00.538Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2021-03-24T20:22:00.538Z] + cd /w/workspace/edgex-go/13 [2021-03-24T20:22:00.538Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-24T20:22:00.538Z] Reading package lists... [2021-03-24T20:22:00.801Z] Building dependency tree... [2021-03-24T20:22:00.801Z] Reading state information... [2021-03-24T20:22:00.801Z] The following packages were automatically installed and are no longer required: [2021-03-24T20:22:00.801Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-24T20:22:00.801Z] uidmap xdelta3 [2021-03-24T20:22:00.801Z] Use 'sudo apt autoremove' to remove them. [2021-03-24T20:22:00.801Z] The following packages will be REMOVED: [2021-03-24T20:22:00.801Z] lxd* lxd-client* [2021-03-24T20:22:01.374Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-24T20:22:01.374Z] After this operation, 31.7 MB disk space will be freed. [2021-03-24T20:22:02.683Z] (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-24T20:22:02.683Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-24T20:22:03.627Z] Removing lxd dnsmasq configuration [2021-03-24T20:22:03.888Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-24T20:22:04.150Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-24T20:22:04.722Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-24T20:22:04.983Z] (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-24T20:22:04.983Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-24T20:22:06.910Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-24T20:22:06.910Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-24T20:22:08.302Z] + sudo snap remove --purge lxd [2021-03-24T20:22:08.564Z] snap "lxd" is not installed [2021-03-24T20:22:08.564Z] + sudo groupadd --force --system lxd [2021-03-24T20:22:08.862Z] ++ whoami [2021-03-24T20:22:08.862Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-24T20:22:08.862Z] + newgrp - lxd [2021-03-24T20:22:08.862Z] + sudo snap install lxd [2021-03-24T20:22:18.884Z] 2021-03-24T20:22:15Z INFO Waiting for automatic snapd restart... [2021-03-24T20:22:33.818Z] lxd 4.12 from Canonical* installed [2021-03-24T20:22:33.818Z] + sudo lxd init --auto [2021-03-24T20:22:41.975Z] + sudo snap install --classic snapcraft [2021-03-24T20:22:47.276Z] snapcraft 4.5.4 from Canonical* installed [2021-03-24T20:22:47.276Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-24T20:22:47.276Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-24T20:22:47.276Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-24T20:22:47.276Z] Dload Upload Total Spent Left Speed [2021-03-24T20:22:47.538Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4152 0 --:--:-- --:--:-- --:--:-- 4152 [2021-03-24T20:22:47.800Z] 100 3325k 100 3325k 0 0 9419k 0 --:--:-- --:--:-- --:--:-- 9419k [2021-03-24T20:22:47.800Z] ./yq_linux_amd64 [2021-03-24T20:22:47.800Z] + sudo snapcraft prime --use-lxd [2021-03-24T20:22:49.731Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-24T20:22:49.731Z] 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-24T20:22:49.731Z] - README.md [2021-03-24T20:22:49.731Z] [2021-03-24T20:22:49.731Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-24T20:22:50.687Z] Launching a container. [2021-03-24T20:22:53.841Z] gofmt -l . [2021-03-24T20:22:53.841Z] [ "`gofmt -l .`" = "" ] [2021-03-24T20:22:53.841Z] ./bin/test-go-mod-tidy.sh [2021-03-24T20:22:53.841Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-24T20:22:55.476Z] + ls -al . [2021-03-24T20:22:55.476Z] total 804 [2021-03-24T20:22:55.476Z] drwxrwxr-x 9 1001 1001 4096 Mar 24 20:22 . [2021-03-24T20:22:55.476Z] drwxr-xr-x 4 root root 4096 Mar 24 20:18 .. [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 11 Mar 24 20:16 .dockerignore [2021-03-24T20:22:55.476Z] drwxrwxr-x 8 1001 1001 4096 Mar 24 20:17 .git [2021-03-24T20:22:55.476Z] drwxrwxr-x 3 1001 1001 4096 Mar 24 20:16 .github [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 818 Mar 24 20:16 .gitignore [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 166 Mar 24 20:16 .sonarcloud.properties [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 8607 Mar 24 20:16 Attribution.txt [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 3804 Mar 24 20:16 CONTRIBUTING.md [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 931 Mar 24 20:16 Dockerfile.build [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 863 Mar 24 20:16 Jenkinsfile [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 10775 Mar 24 20:16 LICENSE [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 5774 Mar 24 20:16 Makefile [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 6548 Mar 24 20:16 README.md [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 6755 Mar 24 20:16 SECURITY.md [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 5 Mar 24 20:12 VERSION [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 4131 Mar 24 20:16 ZMQWindows.md [2021-03-24T20:22:55.476Z] drwxrwxr-x 2 1001 1001 4096 Mar 24 20:16 bin [2021-03-24T20:22:55.476Z] drwxrwxr-x 14 1001 1001 4096 Mar 24 20:16 cmd [2021-03-24T20:22:55.476Z] -rw-r--r-- 1 root root 666600 Mar 24 20:21 coverage.out [2021-03-24T20:22:55.476Z] -rw-r--r-- 1 root root 1056 Mar 24 20:22 go.mod [2021-03-24T20:22:55.476Z] -rw-r--r-- 1 root root 22211 Mar 24 20:22 go.sum [2021-03-24T20:22:55.476Z] drwxrwxr-x 8 1001 1001 4096 Mar 24 20:16 internal [2021-03-24T20:22:55.476Z] drwxrwxr-x 4 1001 1001 4096 Mar 24 20:16 openapi [2021-03-24T20:22:55.476Z] drwxrwxr-x 4 1001 1001 4096 Mar 24 20:16 snap [2021-03-24T20:22:55.476Z] -rw-rw-r-- 1 1001 1001 168 Mar 24 20:16 version.go [Pipeline] sh [2021-03-24T20:22:56.136Z] + '[' -e coverage.out ] [2021-03-24T20:22:56.136Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-24T20:22:56.204Z] Warning: overwriting stash ‘coverage-report’ [2021-03-24T20:22:57.351Z] Stashed 1 file(s) [Pipeline] sh [2021-03-24T20:22:58.059Z] + make build [2021-03-24T20:22:58.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-24T20:23:02.963Z] Waiting for container to be ready [2021-03-24T20:23:02.963Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-24T20:23:02.963Z] [2021-03-24T20:23:07.174Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-24T20:23:07.174Z] Waiting for network to be ready... [2021-03-24T20:23:07.748Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-24T20:23:07.748Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] [2021-03-24T20:23:07.748Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-24T20:23:07.748Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] [2021-03-24T20:23:07.748Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-24T20:23:07.748Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-24T20:23:07.748Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] [2021-03-24T20:23:08.010Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] [2021-03-24T20:23:08.010Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] [2021-03-24T20:23:08.010Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-24T20:23:08.238Z] 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-24T20:23:08.271Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-24T20:23:08.271Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-24T20:23:08.582Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-24T20:23:08.582Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-24T20:23:08.582Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-24T20:23:08.843Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-24T20:23:08.843Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-24T20:23:08.843Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-24T20:23:09.105Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-24T20:23:09.368Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] [2021-03-24T20:23:09.368Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] [2021-03-24T20:23:09.368Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-24T20:23:09.368Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-24T20:23:09.368Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] [2021-03-24T20:23:09.368Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] [2021-03-24T20:23:09.368Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] [2021-03-24T20:23:09.633Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-24T20:23:12.951Z] Fetched 24.2 MB in 5s (4701 kB/s) [2021-03-24T20:23:14.343Z] Reading package lists... [2021-03-24T20:23:14.611Z] Reading package lists... [2021-03-24T20:23:14.611Z] Building dependency tree... [2021-03-24T20:23:14.611Z] Reading state information... [2021-03-24T20:23:14.873Z] The following additional packages will be installed: [2021-03-24T20:23:14.873Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-24T20:23:14.873Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-24T20:23:14.873Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-24T20:23:14.873Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-24T20:23:14.873Z] Suggested packages: [2021-03-24T20:23:14.873Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-24T20:23:14.873Z] Recommended packages: [2021-03-24T20:23:14.873Z] gnupg libsasl2-modules [2021-03-24T20:23:14.873Z] The following NEW packages will be installed: [2021-03-24T20:23:14.873Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-24T20:23:14.873Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-24T20:23:14.873Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-24T20:23:14.873Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-24T20:23:14.873Z] The following packages will be upgraded: [2021-03-24T20:23:14.873Z] gpg gpg-agent gpgconf libudev1 [2021-03-24T20:23:15.133Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-24T20:23:15.133Z] Need to get 3530 kB of archives. [2021-03-24T20:23:15.133Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-24T20:23:15.133Z] 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-24T20:23:15.133Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-24T20:23:15.394Z] Get:3 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-24T20:23:15.394Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-24T20:23:15.394Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-24T20:23:15.394Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-24T20:23:15.965Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-24T20:23:15.965Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-24T20:23:15.965Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-24T20:23:15.965Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-24T20:23:15.965Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-24T20:23:15.965Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-24T20:23:15.965Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-24T20:23:15.965Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-24T20:23:15.965Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-24T20:23:15.965Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-24T20:23:15.965Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-24T20:23:15.965Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-24T20:23:15.965Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-24T20:23:15.965Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-24T20:23:15.965Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-24T20:23:15.965Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-24T20:23:16.227Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T20:23:16.227Z] Fetched 3530 kB in 1s (3105 kB/s) [2021-03-24T20:23:16.227Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-24T20:23:16.227Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-24T20:23:16.227Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-24T20:23:16.489Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-24T20:23:16.489Z] Selecting previously unselected package udev. [2021-03-24T20:23:16.489Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-24T20:23:16.489Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-24T20:23:16.489Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-24T20:23:16.749Z] Selecting previously unselected package libfuse2:amd64. [2021-03-24T20:23:16.750Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-24T20:23:16.750Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-24T20:23:17.010Z] Selecting previously unselected package fuse. [2021-03-24T20:23:17.010Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-24T20:23:17.010Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-24T20:23:17.010Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T20:23:17.010Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-24T20:23:17.272Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T20:23:17.272Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-24T20:23:17.272Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T20:23:17.272Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-24T20:23:17.533Z] Selecting previously unselected package libksba8:amd64. [2021-03-24T20:23:17.533Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-24T20:23:17.533Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-24T20:23:17.533Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-24T20:23:17.533Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T20:23:17.533Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:17.533Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-24T20:23:17.533Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T20:23:17.794Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:17.794Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-24T20:23:17.794Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T20:23:17.794Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:17.794Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-24T20:23:17.794Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T20:23:17.794Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:18.055Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-24T20:23:18.055Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T20:23:18.055Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:18.055Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-24T20:23:18.055Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T20:23:18.055Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:18.317Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-24T20:23:18.317Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T20:23:18.317Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:18.317Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-24T20:23:18.317Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T20:23:18.317Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:18.317Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-24T20:23:18.317Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T20:23:18.578Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:18.578Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-24T20:23:18.578Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-24T20:23:18.578Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-24T20:23:18.578Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-24T20:23:18.578Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-24T20:23:18.578Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-24T20:23:18.578Z] Selecting previously unselected package libldap-common. [2021-03-24T20:23:18.578Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-24T20:23:18.578Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-24T20:23:18.838Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-24T20:23:18.838Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-24T20:23:18.838Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-24T20:23:18.838Z] Selecting previously unselected package dirmngr. [2021-03-24T20:23:18.838Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T20:23:18.838Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-24T20:23:19.099Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-24T20:23:19.099Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-24T20:23:19.099Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-24T20:23:19.099Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-24T20:23:19.099Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-24T20:23:19.099Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-24T20:23:19.360Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:19.360Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-24T20:23:19.360Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-24T20:23:19.360Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-24T20:23:19.932Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-24T20:23:19.932Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:19.932Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-24T20:23:19.932Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-24T20:23:19.932Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-24T20:23:20.195Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:20.195Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:20.195Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:20.195Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:20.195Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:20.195Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:20.195Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T20:23:20.195Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-24T20:23:20.195Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-24T20:23:20.455Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-24T20:23:21.029Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-24T20:23:21.029Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-24T20:23:21.029Z] This means they are not meant to be enabled using systemctl. [2021-03-24T20:23:21.029Z] Possible reasons for having this kind of units are: [2021-03-24T20:23:21.029Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-24T20:23:21.029Z] .wants/ or .requires/ directory. [2021-03-24T20:23:21.029Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-24T20:23:21.029Z] a requirement dependency on it. [2021-03-24T20:23:21.029Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-24T20:23:21.029Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-24T20:23:21.029Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-24T20:23:21.029Z] instance name specified. [2021-03-24T20:23:21.290Z] Reading package lists... [2021-03-24T20:23:21.551Z] Building dependency tree... [2021-03-24T20:23:21.551Z] Reading state information... [2021-03-24T20:23:21.814Z] The following additional packages will be installed: [2021-03-24T20:23:21.814Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-24T20:23:21.814Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-24T20:23:21.814Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-24T20:23:21.814Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-24T20:23:21.814Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-24T20:23:21.814Z] Suggested packages: [2021-03-24T20:23:21.814Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-24T20:23:21.814Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-24T20:23:21.814Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-24T20:23:21.814Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-24T20:23:21.814Z] systemd-container policykit-1 [2021-03-24T20:23:21.814Z] Recommended packages: [2021-03-24T20:23:21.814Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-24T20:23:21.814Z] The following NEW packages will be installed: [2021-03-24T20:23:21.814Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-24T20:23:21.814Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-24T20:23:21.814Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-24T20:23:21.814Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-24T20:23:21.814Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-24T20:23:21.814Z] The following packages will be upgraded: [2021-03-24T20:23:21.814Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-24T20:23:21.814Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-24T20:23:21.814Z] Need to get 35.2 MB of archives. [2021-03-24T20:23:21.814Z] After this operation, 141 MB of additional disk space will be used. [2021-03-24T20:23:21.814Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-24T20:23:21.814Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-24T20:23:21.814Z] 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-24T20:23:21.814Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-24T20:23:22.081Z] 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-24T20:23:22.081Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-24T20:23:22.081Z] 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-24T20:23:22.081Z] 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-24T20:23:22.081Z] 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-24T20:23:22.081Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-24T20:23:22.081Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-24T20:23:22.081Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-24T20:23:22.081Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-24T20:23:22.081Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-24T20:23:22.081Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-24T20:23:22.081Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-24T20:23:22.081Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-24T20:23:22.081Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-24T20:23:22.081Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-24T20:23:23.031Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-24T20:23:23.031Z] 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-24T20:23:23.031Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-24T20:23:23.031Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-24T20:23:23.031Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-24T20:23:23.031Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-24T20:23:23.031Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-24T20:23:23.031Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-24T20:23:23.031Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-24T20:23:23.031Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-24T20:23:23.031Z] 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-24T20:23:23.292Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T20:23:23.292Z] Fetched 35.2 MB in 1s (27.1 MB/s) [2021-03-24T20:23:23.292Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-24T20:23:23.292Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-24T20:23:23.554Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-24T20:23:24.128Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-24T20:23:24.128Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-24T20:23:24.128Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-24T20:23:24.390Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-24T20:23:24.390Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-24T20:23:24.390Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-24T20:23:24.390Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-24T20:23:24.663Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-24T20:23:24.663Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-24T20:23:24.663Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-24T20:23:24.932Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-24T20:23:24.932Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-24T20:23:25.613Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-24T20:23:25.875Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-24T20:23:25.875Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-24T20:23:25.875Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-24T20:23:26.136Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-24T20:23:26.136Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-24T20:23:26.136Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T20:23:26.398Z] Selecting previously unselected package libexpat1:amd64. [2021-03-24T20:23:26.398Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-24T20:23:26.398Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-24T20:23:26.398Z] Selecting previously unselected package python3.6-minimal. [2021-03-24T20:23:26.398Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-24T20:23:26.659Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T20:23:26.659Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-24T20:23:26.920Z] Checking for services that may need to be restarted...done. [2021-03-24T20:23:26.920Z] Checking for services that may need to be restarted...done. [2021-03-24T20:23:26.920Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T20:23:26.920Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-24T20:23:26.920Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T20:23:27.493Z] Selecting previously unselected package python3-minimal. [2021-03-24T20:23:27.754Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-24T20:23:27.754Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-24T20:23:27.754Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-24T20:23:27.754Z] Selecting previously unselected package mime-support. [2021-03-24T20:23:27.754Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-24T20:23:27.754Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-24T20:23:27.754Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-24T20:23:27.754Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-24T20:23:27.754Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-24T20:23:28.016Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-24T20:23:28.016Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-24T20:23:28.016Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T20:23:28.278Z] Selecting previously unselected package python3.6. [2021-03-24T20:23:28.279Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-24T20:23:28.279Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T20:23:28.279Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-24T20:23:28.279Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-24T20:23:28.279Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-24T20:23:28.279Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-24T20:23:28.540Z] Selecting previously unselected package python3. [2021-03-24T20:23:28.540Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-24T20:23:28.540Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-24T20:23:28.540Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-24T20:23:28.801Z] Selecting previously unselected package multiarch-support. [2021-03-24T20:23:28.801Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T20:23:28.801Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-24T20:23:28.801Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-24T20:23:28.801Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-24T20:23:28.801Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-24T20:23:28.801Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-24T20:23:28.801Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-24T20:23:29.062Z] Selecting previously unselected package libbsd0:amd64. [2021-03-24T20:23:29.062Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-24T20:23:29.062Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-24T20:23:29.062Z] Selecting previously unselected package sudo. [2021-03-24T20:23:29.062Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-24T20:23:29.062Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-24T20:23:29.324Z] Selecting previously unselected package apparmor. [2021-03-24T20:23:29.324Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-24T20:23:29.324Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-24T20:23:29.324Z] Selecting previously unselected package libedit2:amd64. [2021-03-24T20:23:29.324Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-24T20:23:29.324Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-24T20:23:29.586Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-24T20:23:29.586Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-24T20:23:29.586Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T20:23:29.586Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-24T20:23:29.586Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-24T20:23:29.586Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T20:23:29.586Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-24T20:23:29.586Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-24T20:23:29.586Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-24T20:23:29.847Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-24T20:23:29.847Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-24T20:23:29.847Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T20:23:29.847Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-24T20:23:29.847Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-24T20:23:29.847Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T20:23:30.108Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-24T20:23:30.108Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-24T20:23:30.108Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-24T20:23:30.370Z] Selecting previously unselected package openssh-client. [2021-03-24T20:23:30.370Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-24T20:23:30.370Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-24T20:23:30.370Z] Selecting previously unselected package squashfs-tools. [2021-03-24T20:23:30.370Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-24T20:23:30.370Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-24T20:23:30.642Z] Selecting previously unselected package snapd. [2021-03-24T20:23:30.642Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-24T20:23:30.642Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-24T20:23:33.241Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-24T20:23:33.241Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-24T20:23:33.241Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-24T20:23:33.241Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-24T20:23:33.241Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-24T20:23:33.241Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T20:23:33.241Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-24T20:23:33.503Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-24T20:23:33.503Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-24T20:23:34.448Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-24T20:23:34.448Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-24T20:23:34.448Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-24T20:23:34.448Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T20:23:34.448Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T20:23:34.711Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T20:23:35.115Z] 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-24T20:23:35.284Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-24T20:23:35.284Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T20:23:35.546Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-24T20:23:35.546Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-24T20:23:35.546Z] running python rtupdate hooks for python3.6... [2021-03-24T20:23:35.546Z] running python post-rtupdate hooks for python3.6... [2021-03-24T20:23:35.546Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-24T20:23:37.478Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-24T20:23:37.478Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T20:23:37.478Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-24T20:23:37.748Z] Setting up snapd (2.48.3+18.04) ... [2021-03-24T20:23:38.326Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-24T20:23:38.510Z] 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-24T20:23:38.590Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-24T20:23:38.590Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-24T20:23:38.856Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-24T20:23:39.118Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-24T20:23:39.118Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-24T20:23:39.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-24T20:23:39.641Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-24T20:23:39.906Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-24T20:23:39.906Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-24T20:23:40.168Z] /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-24T20:23:40.168Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-24T20:23:40.168Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-24T20:23:41.555Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-24T20:23:41.555Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-24T20:23:41.555Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-24T20:23:42.944Z] Reading package lists... [2021-03-24T20:23:43.207Z] Reading package lists... [2021-03-24T20:23:43.469Z] Building dependency tree... [2021-03-24T20:23:43.469Z] Reading state information... [2021-03-24T20:23:43.469Z] Calculating upgrade... [2021-03-24T20:23:43.732Z] The following packages will be upgraded: [2021-03-24T20:23:43.732Z] advancecomp base-files bash binutils binutils-common [2021-03-24T20:23:43.732Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-24T20:23:43.732Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-24T20:23:43.732Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-24T20:23:43.732Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-24T20:23:43.732Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-24T20:23:43.732Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-24T20:23:43.732Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-24T20:23:43.732Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-24T20:23:43.732Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-24T20:23:43.732Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-24T20:23:43.732Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-24T20:23:43.732Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-24T20:23:43.732Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-24T20:23:43.732Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-24T20:23:43.994Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-24T20:23:43.994Z] Need to get 63.8 MB of archives. [2021-03-24T20:23:43.994Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-24T20:23:43.994Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-24T20:23:43.994Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-24T20:23:44.569Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-24T20:23:44.569Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-24T20:23:44.569Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-24T20:23:44.569Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-24T20:23:44.569Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-24T20:23:44.569Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-24T20:23:44.569Z] 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-24T20:23:44.569Z] 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-24T20:23:44.570Z] 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-24T20:23:44.570Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-24T20:23:44.843Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-24T20:23:44.843Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-24T20:23:44.843Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-24T20:23:44.843Z] 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-24T20:23:44.843Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-24T20:23:44.843Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-24T20:23:44.843Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-24T20:23:44.844Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-24T20:23:44.844Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-24T20:23:44.844Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-24T20:23:44.844Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-24T20:23:44.844Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-24T20:23:44.844Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-24T20:23:44.844Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-24T20:23:44.844Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-24T20:23:44.844Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-24T20:23:44.844Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-24T20:23:44.844Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-24T20:23:44.844Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-24T20:23:45.113Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-24T20:23:45.113Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-24T20:23:45.113Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-24T20:23:45.113Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-24T20:23:45.113Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-24T20:23:45.113Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-24T20:23:45.113Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-24T20:23:45.113Z] Get:39 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-24T20:23:45.113Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-24T20:23:45.113Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-24T20:23:45.113Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-24T20:23:45.113Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-24T20:23:45.113Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-24T20:23:45.113Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-24T20:23:45.113Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-24T20:23:45.113Z] Get:47 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-24T20:23:45.113Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-24T20:23:45.113Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-24T20:23:45.113Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-24T20:23:45.113Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-24T20:23:45.113Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-24T20:23:45.113Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-24T20:23:45.113Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-24T20:23:45.113Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-24T20:23:45.241Z] 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-24T20:23:45.411Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-24T20:23:45.411Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-24T20:23:45.411Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-24T20:23:45.411Z] Get:59 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-24T20:23:45.411Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-24T20:23:45.411Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-24T20:23:45.411Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-24T20:23:45.411Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-24T20:23:45.411Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-24T20:23:45.411Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-24T20:23:45.675Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-24T20:23:45.676Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-24T20:23:45.676Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-24T20:23:45.676Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-24T20:23:45.676Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-24T20:23:45.676Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-24T20:23:45.676Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-24T20:23:45.676Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-24T20:23:45.676Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-24T20:23:45.676Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-24T20:23:45.676Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-24T20:23:45.940Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-24T20:23:45.940Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-24T20:23:45.940Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-24T20:23:45.940Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-24T20:23:45.940Z] 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-24T20:23:45.940Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-24T20:23:45.940Z] 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-24T20:23:45.940Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-24T20:23:45.940Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-24T20:23:45.940Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-24T20:23:45.940Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-24T20:23:45.940Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-24T20:23:45.940Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-24T20:23:45.940Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-24T20:23:46.680Z] 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-24T20:23:46.890Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-24T20:23:47.154Z] 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-24T20:23:47.154Z] 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-24T20:23:47.418Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-24T20:23:47.694Z] 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-24T20:23:47.694Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-24T20:23:47.694Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-24T20:23:47.694Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-24T20:23:47.694Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-24T20:23:47.694Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T20:23:47.982Z] Fetched 63.8 MB in 4s (16.5 MB/s) [2021-03-24T20:23:47.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:47.982Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T20:23:47.982Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-24T20:23:48.562Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T20:23:48.823Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-24T20:23:48.823Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-24T20:23:48.823Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-24T20:23:49.794Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:49.794Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:49.794Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:49.794Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:50.056Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:50.056Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:50.056Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:50.056Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:50.323Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:50.323Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:50.323Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:50.323Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:50.590Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:50.590Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:50.590Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:23:50.853Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-24T20:23:50.853Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:50.853Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-24T20:23:50.853Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:23:50.853Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-24T20:23:50.853Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:51.118Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:51.118Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:51.118Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:51.387Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T20:23:51.387Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T20:23:51.387Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:23:51.649Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-24T20:23:51.649Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T20:23:51.910Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-24T20:23:52.138Z] 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-24T20:23:52.179Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-24T20:23:52.755Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-24T20:23:52.755Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-24T20:23:52.756Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-24T20:23:52.756Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-24T20:23:52.756Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-24T20:23:53.016Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-24T20:23:53.016Z] Installing new version of config file /etc/issue ... [2021-03-24T20:23:53.016Z] Installing new version of config file /etc/issue.net ... [2021-03-24T20:23:53.016Z] Installing new version of config file /etc/lsb-release ... [2021-03-24T20:23:53.276Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-24T20:23:53.538Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-24T20:23:53.538Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-24T20:23:53.538Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-24T20:23:53.538Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:53.538Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-24T20:23:53.538Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-24T20:23:53.799Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-24T20:23:53.799Z] 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-24T20:23:54.061Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:54.061Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T20:23:54.061Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-24T20:23:54.061Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-24T20:23:54.061Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:54.061Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-24T20:23:54.324Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-24T20:23:54.324Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-24T20:23:54.324Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:54.324Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-24T20:23:54.586Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-24T20:23:54.586Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-24T20:23:54.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:54.846Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-24T20:23:54.846Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-24T20:23:54.846Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-24T20:23:55.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:55.107Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-24T20:23:55.107Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-24T20:23:55.107Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-24T20:23:55.369Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:55.369Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-24T20:23:55.369Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-24T20:23:55.369Z] Setting up grep (3.1-2build1) ... [2021-03-24T20:23:55.630Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:55.630Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-24T20:23:55.630Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-24T20:23:55.630Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-24T20:23:55.891Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:55.891Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-24T20:23:55.891Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T20:23:55.891Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-24T20:23:56.151Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:56.151Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-24T20:23:56.151Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-24T20:23:56.723Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-24T20:23:56.723Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-24T20:23:56.984Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-24T20:23:56.984Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-24T20:23:57.554Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-24T20:23:57.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:57.554Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-24T20:23:57.562Z] 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-24T20:23:57.816Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-24T20:23:58.760Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-24T20:23:58.760Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-24T20:23:58.760Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-24T20:23:59.021Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-24T20:23:59.021Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-24T20:23:59.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:59.021Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-24T20:23:59.021Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-24T20:23:59.281Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-24T20:23:59.281Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:59.281Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T20:23:59.281Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T20:23:59.542Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T20:23:59.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:59.542Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T20:23:59.542Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T20:23:59.802Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T20:23:59.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:23:59.802Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T20:23:59.802Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T20:24:00.063Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T20:24:00.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:24:00.063Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T20:24:00.063Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T20:24:00.063Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T20:24:00.326Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:24:00.326Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-24T20:24:00.326Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T20:24:00.326Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-24T20:24:00.326Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T20:24:00.587Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-24T20:24:00.587Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:24:00.587Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-24T20:24:00.587Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T20:24:00.847Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-24T20:24:00.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:24:00.847Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T20:24:00.847Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T20:24:00.938Z] 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-24T20:24:01.116Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T20:24:01.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:24:01.116Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T20:24:01.116Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T20:24:01.116Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-24T20:24:01.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:24:01.378Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T20:24:01.378Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T20:24:01.955Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-24T20:24:02.220Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-24T20:24:02.486Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-24T20:24:02.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:24:02.486Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T20:24:02.486Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-24T20:24:02.748Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-24T20:24:03.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T20:24:03.010Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-24T20:24:03.010Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T20:24:03.010Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-24T20:24:03.297Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:03.298Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-24T20:24:03.298Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-24T20:24:03.565Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-24T20:24:03.828Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:03.828Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-24T20:24:03.828Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-24T20:24:03.828Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-24T20:24:04.096Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:04.096Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-24T20:24:04.096Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-24T20:24:04.096Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-24T20:24:04.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:04.400Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-24T20:24:04.400Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-24T20:24:04.400Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-24T20:24:04.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:04.674Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-24T20:24:04.674Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-24T20:24:04.674Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-24T20:24:04.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:04.965Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-24T20:24:04.965Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-24T20:24:05.233Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-24T20:24:05.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:05.497Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T20:24:05.497Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T20:24:05.497Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-24T20:24:05.769Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-24T20:24:05.769Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-24T20:24:05.769Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-24T20:24:05.769Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-24T20:24:06.039Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:06.039Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-24T20:24:06.039Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-24T20:24:06.039Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-24T20:24:06.308Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:06.308Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-24T20:24:06.308Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-24T20:24:06.308Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-24T20:24:06.354Z] 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-24T20:24:06.878Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:06.878Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-24T20:24:06.878Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-24T20:24:06.878Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-24T20:24:06.878Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:06.878Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-24T20:24:07.139Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-24T20:24:07.139Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-24T20:24:07.139Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:07.139Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-24T20:24:07.399Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-24T20:24:07.659Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-24T20:24:08.605Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:08.605Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T20:24:08.605Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-24T20:24:08.605Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-24T20:24:08.605Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:08.605Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-24T20:24:08.605Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-24T20:24:08.866Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-24T20:24:08.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:08.866Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-24T20:24:08.866Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-24T20:24:09.126Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-24T20:24:09.126Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:09.126Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-24T20:24:09.126Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-24T20:24:09.126Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-24T20:24:09.387Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:09.387Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-24T20:24:09.387Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-24T20:24:09.648Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-24T20:24:09.648Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:09.648Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-24T20:24:09.648Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-24T20:24:09.908Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-24T20:24:09.908Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T20:24:09.908Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-24T20:24:09.908Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-24T20:24:10.169Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-24T20:24:10.169Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-24T20:24:10.169Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-24T20:24:10.169Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-24T20:24:10.169Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-24T20:24:10.428Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-24T20:24:10.428Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-24T20:24:10.428Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-24T20:24:10.672Z] 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-24T20:24:10.688Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-24T20:24:10.688Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-24T20:24:10.949Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-24T20:24:10.949Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-24T20:24:10.949Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-24T20:24:10.949Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-24T20:24:11.209Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-24T20:24:11.209Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-24T20:24:11.209Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-24T20:24:11.209Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-24T20:24:11.469Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-24T20:24:11.470Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-24T20:24:11.470Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-24T20:24:11.470Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-24T20:24:11.729Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-24T20:24:11.729Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-24T20:24:11.989Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-24T20:24:11.989Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-24T20:24:12.931Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-24T20:24:12.931Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-24T20:24:13.245Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-24T20:24:13.246Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-24T20:24:13.506Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-24T20:24:13.506Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-24T20:24:14.078Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-24T20:24:14.078Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-24T20:24:14.078Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-24T20:24:14.078Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-24T20:24:14.340Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-24T20:24:14.340Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-24T20:24:14.340Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T20:24:14.340Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T20:24:14.601Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T20:24:14.601Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T20:24:14.863Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T20:24:14.863Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T20:24:14.863Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T20:24:14.863Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T20:24:14.984Z] 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-24T20:24:16.251Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T20:24:16.251Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T20:24:17.193Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T20:24:17.193Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T20:24:17.765Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T20:24:17.765Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T20:24:18.339Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T20:24:18.339Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T20:24:19.285Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T20:24:19.285Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T20:24:19.285Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-24T20:24:19.545Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-24T20:24:19.545Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-24T20:24:19.545Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-24T20:24:19.806Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-24T20:24:19.806Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-24T20:24:19.806Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-24T20:24:20.070Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-24T20:24:20.070Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-24T20:24:20.070Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-24T20:24:20.070Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-24T20:24:20.341Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-24T20:24:20.341Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-24T20:24:20.341Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-24T20:24:20.603Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:24:20.603Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-24T20:24:20.603Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:24:20.603Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:24:20.603Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:24:20.603Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-24T20:24:20.603Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-24T20:24:20.865Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-24T20:24:20.865Z] [2021-03-24T20:24:20.865Z] Current default time zone: 'Etc/UTC' [2021-03-24T20:24:20.865Z] Local time is now: Wed Mar 24 20:24:20 UTC 2021. [2021-03-24T20:24:20.865Z] Universal Time is now: Wed Mar 24 20:24:20 UTC 2021. [2021-03-24T20:24:20.865Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-24T20:24:20.865Z] [2021-03-24T20:24:20.865Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-24T20:24:20.865Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:24:20.865Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-24T20:24:21.144Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-24T20:24:21.144Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-24T20:24:21.144Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-24T20:24:21.144Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-24T20:24:21.144Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-24T20:24:21.144Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-24T20:24:21.144Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-24T20:24:21.144Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:24:21.406Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-24T20:24:21.406Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T20:24:21.668Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-24T20:24:21.668Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:24:21.668Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-24T20:24:21.668Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-24T20:24:21.668Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-24T20:24:21.668Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-24T20:24:21.668Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-24T20:24:21.668Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-24T20:24:21.668Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-24T20:24:21.930Z] Setting up ca-certificates (20210119~18.04.1) ... [Pipeline] } [2021-03-24T20:24:23.271Z] $ docker stop --time=1 b6aa714593d51a20a842ff696f06d32297bc2f5d71f7dbd9b646e3c2642d8eab [2021-03-24T20:24:23.847Z] Updating certificates in /etc/ssl/certs... [2021-03-24T20:24:24.420Z] 23 added, 27 removed; done. [2021-03-24T20:24:24.420Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-24T20:24:24.420Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T20:24:24.420Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-24T20:24:24.420Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-24T20:24:24.682Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-24T20:24:24.682Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T20:24:24.682Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-24T20:24:24.682Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T20:24:24.682Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T20:24:24.682Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T20:24:24.682Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T20:24:24.682Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T20:24:24.945Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-24T20:24:24.945Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-24T20:24:24.945Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-24T20:24:24.945Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-24T20:24:24.945Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-24T20:24:24.945Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T20:24:24.945Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T20:24:24.945Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-24T20:24:25.212Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-24T20:24:25.212Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-24T20:24:25.212Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-24T20:24:25.212Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-24T20:24:25.473Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-24T20:24:25.473Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-24T20:24:25.473Z] Updating certificates in /etc/ssl/certs... [2021-03-24T20:24:25.845Z] $ docker rm -f b6aa714593d51a20a842ff696f06d32297bc2f5d71f7dbd9b646e3c2642d8eab [2021-03-24T20:24:26.045Z] 0 added, 0 removed; done. [2021-03-24T20:24:26.045Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-24T20:24:26.045Z] done. [2021-03-24T20:24:26.617Z] Reading package lists... [2021-03-24T20:24:26.617Z] Building dependency tree... [2021-03-24T20:24:26.617Z] Reading state information... [2021-03-24T20:24:26.878Z] The following NEW packages will be installed: [2021-03-24T20:24:26.879Z] apt-transport-https [2021-03-24T20:24:27.138Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-24T20:24:27.139Z] Need to get 1696 B of archives. [2021-03-24T20:24:27.139Z] After this operation, 153 kB of additional disk space will be used. [2021-03-24T20:24:27.139Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-24T20:24:27.139Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T20:24:27.139Z] Fetched 1696 B in 0s (20.7 kB/s) [2021-03-24T20:24:27.139Z] Selecting previously unselected package apt-transport-https. [2021-03-24T20:24:27.139Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-24T20:24:27.139Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-24T20:24:27.139Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-24T20:24:27.399Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:24:27.660Z] Waiting for network to be ready... [2021-03-24T20:24:27.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T20:24:27.942Z] [2021-03-24T20:24:27.942Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:24:28.341Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T20:24:28.613Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-24T20:24:28.613Z] 29e5d40040c1: Pulling fs layer [2021-03-24T20:24:28.613Z] 1ce36da41761: Pulling fs layer [2021-03-24T20:24:28.613Z] 25b303627fd3: Pulling fs layer [2021-03-24T20:24:28.888Z] 29e5d40040c1: Verifying Checksum [2021-03-24T20:24:28.888Z] 29e5d40040c1: Download complete [2021-03-24T20:24:29.490Z] 1ce36da41761: Verifying Checksum [2021-03-24T20:24:29.490Z] 1ce36da41761: Download complete [2021-03-24T20:24:29.490Z] 29e5d40040c1: Pull complete [2021-03-24T20:24:30.934Z] 1ce36da41761: Pull complete [2021-03-24T20:24:31.532Z] 25b303627fd3: Verifying Checksum [2021-03-24T20:24:31.532Z] 25b303627fd3: Download complete [2021-03-24T20:24:35.841Z] 2021-03-24T20:24:31Z INFO Waiting for automatic snapd restart... [2021-03-24T20:24:35.841Z] snapd 2.49.1 from Canonical* installed [2021-03-24T20:24:36.412Z] "snapd" switched to the "latest/stable" channel [2021-03-24T20:24:36.412Z] [2021-03-24T20:24:41.683Z] 25b303627fd3: Pull complete [2021-03-24T20:24:41.683Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-24T20:24:41.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T20:24:41.683Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-24T20:24:41.709Z] core18 20210128 from Canonical* installed [2021-03-24T20:24:41.709Z] "core18" switched to the "latest/stable" channel [2021-03-24T20:24:41.709Z] [2021-03-24T20:24:41.913Z] prd-ubuntu18.04-docker-arm64-4c-16g-31252 does not seem to be running inside a container [2021-03-24T20:24:41.986Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-24T20:24:44.944Z] $ docker top d5737691e6baeae757f44867b811b72740ae1a4ab6d0f2699282b37bcd963752 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:24:45.921Z] + + docker-composegrep build parallel --help [2021-03-24T20:24:45.921Z] [2021-03-24T20:24:47.008Z] snapcraft 4.5.4 from Canonical* installed [2021-03-24T20:24:47.270Z] "snapcraft" switched to the "latest/stable" channel [2021-03-24T20:24:47.270Z] [2021-03-24T20:24:50.205Z] --parallel Build images in parallel. [Pipeline] } [2021-03-24T20:24:50.219Z] $ docker stop --time=1 d5737691e6baeae757f44867b811b72740ae1a4ab6d0f2699282b37bcd963752 [2021-03-24T20:24:51.480Z] 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-24T20:24:51.480Z] - README.md [2021-03-24T20:24:51.480Z] [2021-03-24T20:24:51.480Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-24T20:24:52.214Z] $ docker rm -f d5737691e6baeae757f44867b811b72740ae1a4ab6d0f2699282b37bcd963752 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:24:53.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T20:24:53.136Z] . [Pipeline] withDockerContainer [2021-03-24T20:24:53.457Z] prd-ubuntu18.04-docker-arm64-4c-16g-31252 does not seem to be running inside a container [2021-03-24T20:24:53.552Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-24T20:24:55.001Z] $ docker top 29d2f4d20ec3108bccb4d0689ff779cf267d5f942bdf07a7d01663702ac77b14 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:24:56.093Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-24T20:24:58.079Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T20:24:58.079Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-24T20:24:58.079Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-24T20:24:58.079Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-24T20:24:59.020Z] Reading package lists... [2021-03-24T20:24:59.592Z] 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 [2021-03-24T20:25:01.482Z] Building docker-core-command-go ... [2021-03-24T20:25:01.482Z] Building docker-core-data-go ... [2021-03-24T20:25:01.482Z] Building docker-core-metadata-go ... [2021-03-24T20:25:01.482Z] Building docker-security-bootstrapper-go ... [2021-03-24T20:25:01.482Z] Building docker-security-proxy-setup-go ... [2021-03-24T20:25:01.482Z] Building docker-security-secretstore-setup-go ... [2021-03-24T20:25:01.482Z] Building docker-support-notifications-go ... [2021-03-24T20:25:01.482Z] Building docker-support-scheduler-go ... [2021-03-24T20:25:01.482Z] Building docker-sys-mgmt-agent-go ... [2021-03-24T20:25:01.482Z] Building docker-support-notifications-go [2021-03-24T20:25:01.482Z] Building docker-core-command-go [2021-03-24T20:25:01.482Z] Building docker-security-proxy-setup-go [2021-03-24T20:25:01.482Z] Building docker-core-metadata-go [2021-03-24T20:25:01.482Z] Building docker-security-bootstrapper-go [2021-03-24T20:25:05.951Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T20:25:05.951Z] Reading package lists... [2021-03-24T20:25:05.951Z] Building dependency tree... [2021-03-24T20:25:05.951Z] Reading state information... [2021-03-24T20:25:05.951Z] Suggested packages: [2021-03-24T20:25:05.951Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-24T20:25:05.951Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-24T20:25:05.951Z] Recommended packages: [2021-03-24T20:25:05.951Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-24T20:25:05.951Z] The following NEW packages will be installed: [2021-03-24T20:25:05.951Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-24T20:25:05.951Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-24T20:25:05.951Z] pkg-config zip [2021-03-24T20:25:05.951Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-24T20:25:05.951Z] Need to get 7657 kB of archives. [2021-03-24T20:25:05.951Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-24T20:25:05.951Z] 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-24T20:25:06.219Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-24T20:25:06.219Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-24T20:25:06.219Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-24T20:25:06.219Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-24T20:25:06.219Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-24T20:25:06.795Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-24T20:25:06.795Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-24T20:25:07.065Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-24T20:25:07.065Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-24T20:25:07.065Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-24T20:25:07.344Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-24T20:25:07.344Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-24T20:25:07.344Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-24T20:25:07.344Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-24T20:25:07.608Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T20:25:07.608Z] Fetched 7657 kB in 1s (5512 kB/s) [2021-03-24T20:25:07.608Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-24T20:25:07.608Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-24T20:25:07.608Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-24T20:25:07.608Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-24T20:25:07.869Z] Selecting previously unselected package libpsl5:amd64. [2021-03-24T20:25:07.869Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-24T20:25:07.869Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-24T20:25:08.169Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-24T20:25:08.169Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-24T20:25:08.169Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-24T20:25:08.169Z] Selecting previously unselected package librtmp1:amd64. [2021-03-24T20:25:08.169Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-24T20:25:08.169Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-24T20:25:08.169Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-24T20:25:08.169Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-24T20:25:08.169Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-24T20:25:08.448Z] Selecting previously unselected package liberror-perl. [2021-03-24T20:25:08.448Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-24T20:25:08.448Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-24T20:25:08.448Z] Selecting previously unselected package git-man. [2021-03-24T20:25:08.448Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-24T20:25:08.448Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-24T20:25:08.730Z] Selecting previously unselected package git. [2021-03-24T20:25:08.730Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-24T20:25:08.730Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-24T20:25:09.701Z] Selecting previously unselected package libnorm1:amd64. [2021-03-24T20:25:09.702Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-24T20:25:09.702Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-24T20:25:09.702Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-24T20:25:09.702Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-24T20:25:09.702Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-24T20:25:09.973Z] Selecting previously unselected package libsodium23:amd64. [2021-03-24T20:25:09.973Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-24T20:25:09.973Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-24T20:25:09.973Z] Selecting previously unselected package libzmq5:amd64. [2021-03-24T20:25:09.973Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-24T20:25:09.973Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-24T20:25:09.973Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-24T20:25:09.973Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-24T20:25:09.973Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-24T20:25:10.234Z] Selecting previously unselected package pkg-config. [2021-03-24T20:25:10.234Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-24T20:25:10.234Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-24T20:25:10.234Z] Selecting previously unselected package zip. [2021-03-24T20:25:10.234Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-24T20:25:10.234Z] Unpacking zip (3.0-11build1) ... [2021-03-24T20:25:10.496Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-24T20:25:10.496Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-24T20:25:10.496Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-24T20:25:10.496Z] Setting up liberror-perl (0.17025-1) ... [2021-03-24T20:25:10.496Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-24T20:25:10.496Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-24T20:25:10.496Z] No schema files found: doing nothing. [2021-03-24T20:25:10.496Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-24T20:25:10.759Z] Setting up zip (3.0-11build1) ... [2021-03-24T20:25:10.759Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-24T20:25:10.759Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-24T20:25:10.759Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-24T20:25:10.759Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-24T20:25:10.759Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-24T20:25:10.759Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-24T20:25:11.028Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-24T20:25:11.028Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-24T20:25:17.619Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T20:25:17.880Z] git set to automatically installed. [2021-03-24T20:25:17.880Z] git-man set to automatically installed. [2021-03-24T20:25:17.880Z] libcurl3-gnutls set to automatically installed. [2021-03-24T20:25:17.880Z] liberror-perl set to automatically installed. [2021-03-24T20:25:17.880Z] libglib2.0-0 set to automatically installed. [2021-03-24T20:25:17.880Z] libnghttp2-14 set to automatically installed. [2021-03-24T20:25:17.880Z] libnorm1 set to automatically installed. [2021-03-24T20:25:17.880Z] libpgm-5.2-0 set to automatically installed. [2021-03-24T20:25:17.880Z] libpsl5 set to automatically installed. [2021-03-24T20:25:17.880Z] librtmp1 set to automatically installed. [2021-03-24T20:25:17.880Z] libsodium23 set to automatically installed. [2021-03-24T20:25:17.880Z] libzmq3-dev set to automatically installed. [2021-03-24T20:25:17.880Z] libzmq5 set to automatically installed. [2021-03-24T20:25:17.880Z] pkg-config set to automatically installed. [2021-03-24T20:25:17.880Z] zip set to automatically installed. [2021-03-24T20:25:19.793Z] snapd is not logged in, snap install commands will use sudo [2021-03-24T20:25:26.372Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T20:25:41.312Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-24T20:25:42.251Z] snapd is not logged in, snap install commands will use sudo [2021-03-24T20:25:48.837Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T20:25:48.837Z] snap "core18" has no updates available [2021-03-24T20:25:49.777Z] Pulling go-build-helper [2021-03-24T20:25:49.777Z] + snapcraftctl pull [2021-03-24T20:25:50.720Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-24T20:25:50.720Z] Skipping pull go-build-helper (already ran) [2021-03-24T20:25:50.720Z] Building go-build-helper [2021-03-24T20:25:50.720Z] + snapcraftctl build [2021-03-24T20:25:53.263Z] Staging go-build-helper [2021-03-24T20:25:53.263Z] + snapcraftctl stage [2021-03-24T20:26:08.182Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-24T20:26:08.182Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-24T20:26:08.182Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] [2021-03-24T20:26:08.182Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-24T20:26:08.182Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-24T20:26:08.182Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] [2021-03-24T20:26:08.182Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-24T20:26:08.182Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-24T20:26:08.182Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] [2021-03-24T20:26:08.182Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] [2021-03-24T20:26:08.182Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] [2021-03-24T20:26:08.182Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-24T20:26:08.182Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-24T20:26:08.182Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-24T20:26:08.182Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-24T20:26:08.182Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-24T20:26:08.182Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-24T20:26:08.182Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-24T20:26:08.182Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-24T20:26:08.182Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] [2021-03-24T20:26:08.182Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] [2021-03-24T20:26:08.182Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-24T20:26:08.182Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-24T20:26:08.182Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] [2021-03-24T20:26:08.182Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] [2021-03-24T20:26:08.182Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] [2021-03-24T20:26:08.182Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-24T20:26:08.182Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-24T20:26:08.182Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-24T20:26:08.182Z] Fetched 224 kB in 0s (0 B/s) [2021-03-24T20:26:08.182Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-24T20:26:08.182Z] Fetched 157 kB in 0s (0 B/s) [2021-03-24T20:26:08.182Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-24T20:26:08.182Z] Fetched 221 kB in 0s (0 B/s) [2021-03-24T20:26:08.182Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-24T20:26:08.182Z] Fetched 143 kB in 0s (0 B/s) [2021-03-24T20:26:08.182Z] Pulling app-service-config [2021-03-24T20:26:08.182Z] + snapcraftctl pull [2021-03-24T20:26:08.182Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-24T20:26:08.182Z] Pulling config-common [2021-03-24T20:26:08.182Z] + snapcraftctl pull [2021-03-24T20:26:10.860Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:26:10.860Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:26:10.860Z] ---> 9af9baacb164 [2021-03-24T20:26:10.860Z] Step 3/21 : WORKDIR /edgex-go [2021-03-24T20:26:10.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:26:10.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:26:10.860Z] ---> 9af9baacb164 [2021-03-24T20:26:10.860Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T20:26:10.860Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:26:10.860Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:26:10.860Z] ---> 9af9baacb164 [2021-03-24T20:26:10.860Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:26:10.860Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:26:10.860Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:26:10.860Z] ---> 9af9baacb164 [2021-03-24T20:26:10.860Z] Step 3/31 : WORKDIR /edgex-go [2021-03-24T20:26:10.860Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:26:10.860Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:26:10.860Z] ---> 9af9baacb164 [2021-03-24T20:26:10.860Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:26:12.284Z] ---> Running in c70ee6218c5d [2021-03-24T20:26:12.389Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-24T20:26:12.390Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-24T20:26:12.390Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-24T20:26:12.390Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T20:26:12.390Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-24T20:26:12.390Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T20:26:12.390Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-24T20:26:12.390Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T20:26:12.390Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-24T20:26:12.390Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T20:26:12.390Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-24T20:26:12.390Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T20:26:12.390Z] Pulling edgex-go [2021-03-24T20:26:12.390Z] + snapcraftctl pull [2021-03-24T20:26:12.558Z] ---> Running in 064a7253f091 [2021-03-24T20:26:12.558Z] ---> Running in 42277ace4034 [2021-03-24T20:26:12.558Z] ---> Running in 89dc23c89ab0 [2021-03-24T20:26:12.558Z] ---> Running in 43ccfa5e7ca5 [2021-03-24T20:26:13.154Z] Removing intermediate container c70ee6218c5d [2021-03-24T20:26:13.154Z] ---> fde9196a0820 [2021-03-24T20:26:13.154Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:26:13.154Z] Removing intermediate container 43ccfa5e7ca5 [2021-03-24T20:26:13.154Z] ---> 7e3b1be62a5c [2021-03-24T20:26:13.154Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:26:13.154Z] Removing intermediate container 42277ace4034 [2021-03-24T20:26:13.154Z] Removing intermediate container 064a7253f091 [2021-03-24T20:26:13.154Z] ---> 431fe31c973a [2021-03-24T20:26:13.154Z] ---> 467689582b10 [2021-03-24T20:26:13.154Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:26:13.154Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:26:13.154Z] Removing intermediate container 89dc23c89ab0 [2021-03-24T20:26:13.154Z] ---> 0d88528fb1cf [2021-03-24T20:26:13.154Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:26:13.425Z] ---> Running in f5271b94bd57 [2021-03-24T20:26:13.425Z] ---> Running in a2794def1678 [2021-03-24T20:26:13.425Z] ---> Running in 81b5a499a7a6 [2021-03-24T20:26:13.425Z] ---> Running in cd26439f33f4 [2021-03-24T20:26:13.425Z] ---> Running in 21154139f4ce [2021-03-24T20:26:17.748Z] Removing intermediate container f5271b94bd57 [2021-03-24T20:26:17.748Z] ---> 0815378c61f6 [2021-03-24T20:26:17.748Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T20:26:17.748Z] ---> Running in 5c00be1bcc7d [2021-03-24T20:26:17.748Z] Removing intermediate container cd26439f33f4 [2021-03-24T20:26:17.748Z] ---> 6fe97c96e87d [2021-03-24T20:26:17.748Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-24T20:26:17.748Z] ---> Running in 5041718f1f7b [2021-03-24T20:26:18.029Z] Removing intermediate container a2794def1678 [2021-03-24T20:26:18.029Z] ---> 33a92dc453b5 [2021-03-24T20:26:18.029Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-24T20:26:18.307Z] Removing intermediate container 81b5a499a7a6 [2021-03-24T20:26:18.307Z] ---> 6eff7a882c40 [2021-03-24T20:26:18.307Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-24T20:26:18.307Z] ---> Running in 65ff24e14b49 [2021-03-24T20:26:18.307Z] Removing intermediate container 21154139f4ce [2021-03-24T20:26:18.307Z] ---> bef8483eb1c5 [2021-03-24T20:26:18.307Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T20:26:18.583Z] ---> Running in d87e0b5c8a01 [2021-03-24T20:26:18.583Z] ---> Running in faf91942f4e0 [2021-03-24T20:26:19.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:20.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:20.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:20.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:20.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:20.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:21.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:21.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:22.175Z] OK: 217 MiB in 51 packages [2021-03-24T20:26:22.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:22.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:26:23.164Z] OK: 217 MiB in 51 packages [2021-03-24T20:26:23.440Z] OK: 217 MiB in 51 packages [2021-03-24T20:26:23.718Z] Removing intermediate container 5c00be1bcc7d [2021-03-24T20:26:23.718Z] ---> e26a30bd12ad [2021-03-24T20:26:23.718Z] Step 6/23 : COPY go.mod . [2021-03-24T20:26:23.718Z] OK: 217 MiB in 51 packages [2021-03-24T20:26:23.998Z] OK: 217 MiB in 51 packages [2021-03-24T20:26:24.988Z] ---> 5ad8d207d4b5 [2021-03-24T20:26:24.988Z] Step 7/23 : RUN go mod download [2021-03-24T20:26:25.265Z] ---> Running in f1a2de989e17 [2021-03-24T20:26:25.265Z] Removing intermediate container 5041718f1f7b [2021-03-24T20:26:25.265Z] ---> c5853546ac56 [2021-03-24T20:26:25.265Z] Step 6/22 : COPY go.mod . [2021-03-24T20:26:25.872Z] Removing intermediate container 65ff24e14b49 [2021-03-24T20:26:25.872Z] ---> 49a6ec518cca [2021-03-24T20:26:25.872Z] Step 6/31 : COPY go.mod . [2021-03-24T20:26:26.151Z] Removing intermediate container faf91942f4e0 [2021-03-24T20:26:26.151Z] ---> fa72346bb7a0 [2021-03-24T20:26:26.151Z] Step 6/23 : COPY go.mod . [2021-03-24T20:26:26.427Z] Removing intermediate container d87e0b5c8a01 [2021-03-24T20:26:26.427Z] ---> f0dbace60fb2 [2021-03-24T20:26:26.427Z] Step 6/21 : COPY go.mod . [2021-03-24T20:26:26.427Z] ---> 399bb72d500e [2021-03-24T20:26:26.427Z] Step 7/22 : RUN go mod download [2021-03-24T20:26:26.703Z] ---> Running in 5c0b736d818f [2021-03-24T20:26:26.981Z] ---> aa2b82e96cde [2021-03-24T20:26:26.981Z] Step 7/31 : RUN go mod download [2021-03-24T20:26:27.257Z] ---> 17b4ad32864b [2021-03-24T20:26:27.257Z] Step 7/23 : RUN go mod download [2021-03-24T20:26:27.257Z] ---> Running in c7baa5540a2b [2021-03-24T20:26:27.534Z] ---> c06824a58d4f [2021-03-24T20:26:27.534Z] Step 7/21 : RUN go mod download [2021-03-24T20:26:27.818Z] ---> Running in 3cf52a47bf26 [2021-03-24T20:26:27.818Z] ---> Running in 8c27310729a5 [2021-03-24T20:26:29.822Z] Removing intermediate container f1a2de989e17 [2021-03-24T20:26:29.822Z] ---> c7e23ea87582 [2021-03-24T20:26:29.822Z] Step 8/23 : COPY . . [2021-03-24T20:26:32.469Z] Removing intermediate container 5c0b736d818f [2021-03-24T20:26:32.469Z] ---> 2b74860f1b23 [2021-03-24T20:26:32.469Z] Step 8/22 : COPY . . [2021-03-24T20:26:32.749Z] Removing intermediate container c7baa5540a2b [2021-03-24T20:26:32.749Z] ---> c190ea951ec6 [2021-03-24T20:26:32.749Z] Step 8/31 : COPY . . [2021-03-24T20:26:34.190Z] Removing intermediate container 8c27310729a5 [2021-03-24T20:26:34.190Z] ---> 1df40f78b9df [2021-03-24T20:26:34.190Z] Step 8/21 : COPY . . [2021-03-24T20:26:34.465Z] Removing intermediate container 3cf52a47bf26 [2021-03-24T20:26:34.465Z] ---> d79a6367690d [2021-03-24T20:26:34.465Z] Step 8/23 : COPY . . [2021-03-24T20:26:38.987Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-24T20:26:38.987Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-24T20:26:38.987Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-24T20:26:38.987Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-24T20:26:38.987Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-24T20:26:38.987Z] Fetched 279 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-24T20:26:38.987Z] Fetched 122 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-24T20:26:38.987Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-24T20:26:38.987Z] Fetched 8848 B in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-24T20:26:38.987Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-24T20:26:38.987Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-24T20:26:38.987Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-24T20:26:38.987Z] Fetched 214 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-24T20:26:38.987Z] Fetched 154 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-24T20:26:38.987Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-24T20:26:38.987Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-24T20:26:38.987Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-24T20:26:38.987Z] Fetched 499 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-24T20:26:38.987Z] Fetched 111 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-24T20:26:38.987Z] Fetched 240 kB in 0s (0 B/s) [2021-03-24T20:26:38.987Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-24T20:26:38.988Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-24T20:26:38.988Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-24T20:26:38.988Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-24T20:26:38.988Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-24T20:26:38.988Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-24T20:26:38.988Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-24T20:26:38.988Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-24T20:26:38.988Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-24T20:26:38.988Z] Fetched 8720 B in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-24T20:26:38.988Z] Fetched 137 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-24T20:26:38.988Z] Fetched 119 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-24T20:26:38.988Z] Fetched 109 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-24T20:26:38.988Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-24T20:26:38.988Z] Fetched 645 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-24T20:26:38.988Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-24T20:26:38.988Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-24T20:26:38.988Z] Fetched 368 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-24T20:26:38.988Z] Fetched 187 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-24T20:26:38.988Z] Fetched 175 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-24T20:26:38.988Z] Fetched 206 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-24T20:26:38.988Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-24T20:26:38.988Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-24T20:26:38.988Z] Fetched 159 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-24T20:26:38.988Z] Fetched 107 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-24T20:26:38.988Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-24T20:26:38.988Z] Pulling static-packages [2021-03-24T20:26:38.988Z] + snapcraftctl pull [2021-03-24T20:26:38.988Z] Pulling version [2021-03-24T20:26:38.988Z] + cd /root/project [2021-03-24T20:26:38.988Z] + [ -f VERSION ] [2021-03-24T20:26:38.988Z] + PROJECT_VERSION=local-dev [2021-03-24T20:26:38.988Z] + git rev-parse --short HEAD [2021-03-24T20:26:38.988Z] + GIT_REVISION=0985e833 [2021-03-24T20:26:38.988Z] + snapcraftctl set-version local-dev [2021-03-24T20:26:38.988Z] Skipping build go-build-helper (already ran) [2021-03-24T20:26:38.988Z] Building app-service-config [2021-03-24T20:26:38.988Z] + make build [2021-03-24T20:26:38.988Z] 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-24T20:26:39.560Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-24T20:26:39.560Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-24T20:26:39.560Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-24T20:26:39.560Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-24T20:26:39.821Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-24T20:26:39.821Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-24T20:26:39.821Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-24T20:26:39.821Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-24T20:26:39.821Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-24T20:26:40.084Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-24T20:26:40.085Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-24T20:26:40.085Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-24T20:26:40.085Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-24T20:26:40.346Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-24T20:26:40.346Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-24T20:26:40.346Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-24T20:26:40.346Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-24T20:26:40.346Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-24T20:26:40.346Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-24T20:26:40.608Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-24T20:26:40.608Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-24T20:26:40.608Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-24T20:26:40.608Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-24T20:26:40.869Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-24T20:26:40.869Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-24T20:26:40.869Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-24T20:26:40.869Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-24T20:26:40.869Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-24T20:26:40.869Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-24T20:26:40.869Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-24T20:26:40.869Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-24T20:26:41.130Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-24T20:26:41.130Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-24T20:26:41.130Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-24T20:26:41.130Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-24T20:26:41.130Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-24T20:26:41.130Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-24T20:26:41.130Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-24T20:26:41.391Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-24T20:26:41.391Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-24T20:26:41.391Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-24T20:26:41.391Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-24T20:26:41.391Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-24T20:26:53.650Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-24T20:26:53.650Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-24T20:26:53.650Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-24T20:26:53.650Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-24T20:26:53.650Z] Building config-common [2021-03-24T20:26:53.650Z] + snapcraftctl build [2021-03-24T20:26:56.965Z] Building edgex-go [2021-03-24T20:26:57.233Z] + cd /root/parts/edgex-go/src [2021-03-24T20:26:57.233Z] + make build [2021-03-24T20:26:57.233Z] 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-24T20:26:57.804Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.55 [2021-03-24T20:26:57.804Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 [2021-03-24T20:26:57.804Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-24T20:26:57.804Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-24T20:26:57.804Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-24T20:26:57.804Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-24T20:26:58.067Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-24T20:26:58.068Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-24T20:26:58.068Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-24T20:26:58.068Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-24T20:26:58.068Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-24T20:26:58.068Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-24T20:27:01.308Z] ---> 6bbbc1ef47bb [2021-03-24T20:27:01.308Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-24T20:27:01.308Z] ---> 177811b22e7f [2021-03-24T20:27:01.308Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-24T20:27:01.308Z] ---> 31773e5f7829 [2021-03-24T20:27:01.308Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-24T20:27:01.308Z] ---> 709a4e0141c7 [2021-03-24T20:27:01.308Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-24T20:27:01.308Z] ---> fb424ecd2f7c [2021-03-24T20:27:01.308Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-24T20:27:01.308Z] ---> Running in 4b3d1932cca9 [2021-03-24T20:27:01.308Z] ---> Running in 1ad68c102c34 [2021-03-24T20:27:01.308Z] ---> Running in e4190bdb2441 [2021-03-24T20:27:01.308Z] ---> Running in de22a4a6eecb [2021-03-24T20:27:01.308Z] ---> Running in 6bb39b4b9e1f [2021-03-24T20:27:01.308Z] 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-24T20:27:01.308Z] 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-24T20:27:01.308Z] 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-24T20:27:01.308Z] 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-24T20:27:01.308Z] 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-24T20:27:03.387Z] 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-24T20:27:03.387Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-24T20:27:09.985Z] 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-24T20:27:10.561Z] 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-24T20:27:12.507Z] 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-24T20:27:13.116Z] 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-24T20:27:13.116Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-24T20:27:13.693Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-24T20:27:13.693Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-24T20:27:13.693Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-24T20:27:15.614Z] 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-24T20:27:15.614Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-24T20:27:15.614Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-24T20:27:17.536Z] 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-24T20:27:18.921Z] 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-24T20:27:18.921Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-24T20:27:20.334Z] 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-24T20:27:21.731Z] 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-24T20:27:21.731Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-24T20:27:23.715Z] 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-24T20:27:23.715Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-24T20:27:26.268Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-24T20:27:26.268Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-24T20:27:26.268Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-24T20:27:26.268Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-24T20:27:26.268Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-24T20:27:26.268Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-24T20:27:26.268Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-24T20:27:26.268Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-24T20:27:26.268Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-24T20:27:26.268Z] + 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-24T20:27:26.268Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-24T20:27:26.268Z] + 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-24T20:27:26.268Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-24T20:27:26.268Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-24T20:27:26.268Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-24T20:27:26.268Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-24T20:27:26.268Z] + 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-24T20:27:29.587Z] Building static-packages [2021-03-24T20:27:29.587Z] + snapcraftctl build [2021-03-24T20:27:32.150Z] Building version [2021-03-24T20:27:32.150Z] + snapcraftctl build [2021-03-24T20:27:34.756Z] Skipping stage go-build-helper (already ran) [2021-03-24T20:27:34.756Z] Staging app-service-config [2021-03-24T20:27:34.756Z] + snapcraftctl stage [2021-03-24T20:27:35.703Z] Staging config-common [2021-03-24T20:27:35.703Z] + snapcraftctl stage [2021-03-24T20:27:36.647Z] Staging edgex-go [2021-03-24T20:27:36.647Z] + snapcraftctl stage [2021-03-24T20:27:38.032Z] Staging static-packages [2021-03-24T20:27:38.032Z] + snapcraftctl stage [2021-03-24T20:27:39.008Z] Staging version [2021-03-24T20:27:39.008Z] + snapcraftctl stage [2021-03-24T20:27:40.397Z] Priming go-build-helper [2021-03-24T20:27:40.397Z] + snapcraftctl prime [2021-03-24T20:27:41.343Z] Priming app-service-config [2021-03-24T20:27:41.343Z] + snapcraftctl prime [2021-03-24T20:27:42.731Z] Priming config-common [2021-03-24T20:27:42.731Z] + snapcraftctl prime [2021-03-24T20:27:43.695Z] Priming edgex-go [2021-03-24T20:27:43.695Z] + snapcraftctl prime [2021-03-24T20:27:45.083Z] Priming static-packages [2021-03-24T20:27:45.083Z] + snapcraftctl prime [2021-03-24T20:27:47.635Z] Priming version [2021-03-24T20:27:47.635Z] + snapcraftctl prime [2021-03-24T20:27:49.024Z] 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-24T20:28:38.201Z] 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-24T20:28:43.712Z] Removing intermediate container 6bb39b4b9e1f [2021-03-24T20:28:43.712Z] ---> df85004be18f [2021-03-24T20:28:43.712Z] [2021-03-24T20:28:43.712Z] Step 10/21 : FROM alpine:3.12 [2021-03-24T20:28:43.712Z] 3.12: Pulling from library/alpine [2021-03-24T20:28:44.861Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T20:28:44.861Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T20:28:44.861Z] ---> d10569e2745f [2021-03-24T20:28:44.861Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-24T20:28:45.848Z] ---> Running in d85bffe9d8c8 [2021-03-24T20:28:47.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:28:48.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:28:49.109Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-24T20:28:49.109Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:28:49.109Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-24T20:28:49.109Z] (4/4) Installing curl (7.69.1-r3) [2021-03-24T20:28:49.109Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:28:49.109Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:28:49.383Z] OK: 7 MiB in 18 packages [2021-03-24T20:28:51.364Z] Removing intermediate container de22a4a6eecb [2021-03-24T20:28:51.364Z] ---> e815976b4433 [2021-03-24T20:28:51.364Z] [2021-03-24T20:28:51.364Z] Step 10/31 : FROM alpine:3.12 [2021-03-24T20:28:51.364Z] ---> d10569e2745f [2021-03-24T20:28:51.364Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-24T20:28:51.633Z] ---> Running in 8d4e41b9d54b [2021-03-24T20:28:53.067Z] Removing intermediate container 8d4e41b9d54b [2021-03-24T20:28:53.067Z] ---> 57668dec28ab [2021-03-24T20:28:53.067Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-24T20:28:53.067Z] Removing intermediate container d85bffe9d8c8 [2021-03-24T20:28:53.067Z] ---> c767ef15bec5 [2021-03-24T20:28:53.067Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T20:28:53.340Z] ---> Running in 01f0e6694bb9 [2021-03-24T20:28:53.340Z] ---> Running in d79ae3c4efae [2021-03-24T20:28:54.320Z] Removing intermediate container d79ae3c4efae [2021-03-24T20:28:54.320Z] ---> d715a4360e4d [2021-03-24T20:28:54.320Z] Step 13/21 : WORKDIR /edgex [2021-03-24T20:28:54.595Z] ---> Running in 6e3b62d14cb8 [2021-03-24T20:28:55.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:28:55.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:28:56.181Z] Removing intermediate container 6e3b62d14cb8 [2021-03-24T20:28:56.181Z] ---> 540b099f7f7a [2021-03-24T20:28:56.181Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-24T20:28:56.181Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-24T20:28:56.181Z] (2/2) Installing su-exec (0.2-r1) [2021-03-24T20:28:56.181Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:28:56.181Z] OK: 5 MiB in 16 packages [2021-03-24T20:28:58.169Z] ---> 7a32c8d93e28 [2021-03-24T20:28:58.169Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-24T20:28:58.442Z] Removing intermediate container 01f0e6694bb9 [2021-03-24T20:28:58.442Z] ---> e1226787748f [2021-03-24T20:28:58.442Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-24T20:28:59.040Z] Removing intermediate container 1ad68c102c34 [2021-03-24T20:28:59.040Z] ---> 73e4846b15a0 [2021-03-24T20:28:59.040Z] [2021-03-24T20:28:59.040Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:28:59.040Z] ---> d10569e2745f [2021-03-24T20:28:59.040Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:28:59.632Z] ---> Running in 141fbea947fa [2021-03-24T20:28:59.632Z] ---> Running in 10f044fd5a47 [2021-03-24T20:29:00.226Z] ---> 74167baed35c [2021-03-24T20:29:00.226Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-24T20:29:00.499Z] Removing intermediate container 141fbea947fa [2021-03-24T20:29:00.499Z] ---> a35eabd8fea2 [2021-03-24T20:29:00.499Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-24T20:29:01.097Z] ---> Running in da4fe11ae204 [2021-03-24T20:29:01.690Z] Removing intermediate container 4b3d1932cca9 [2021-03-24T20:29:01.690Z] ---> d989f52ea878 [2021-03-24T20:29:01.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:29:01.690Z] [2021-03-24T20:29:01.690Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T20:29:01.690Z] ---> d10569e2745f [2021-03-24T20:29:01.690Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-24T20:29:01.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:29:02.233Z] ---> aa6fc1de06bd [2021-03-24T20:29:02.233Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-24T20:29:02.233Z] ---> Running in 829517d3f263 [2021-03-24T20:29:02.233Z] Removing intermediate container da4fe11ae204 [2021-03-24T20:29:02.233Z] ---> 2a2d18c81764 [2021-03-24T20:29:02.233Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-24T20:29:02.504Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T20:29:02.504Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:29:02.504Z] OK: 5 MiB in 15 packages [2021-03-24T20:29:02.785Z] ---> Running in 80b4ca11dfd1 [2021-03-24T20:29:02.785Z] ---> Running in 91b7718e0b24 [2021-03-24T20:29:03.782Z] Removing intermediate container 91b7718e0b24 [2021-03-24T20:29:03.782Z] ---> 33a928af4ed1 [2021-03-24T20:29:03.782Z] Step 18/21 : CMD ["--init=true"] [2021-03-24T20:29:03.782Z] ---> Running in 410e9a010a54 [2021-03-24T20:29:04.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:29:04.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:29:04.619Z] Removing intermediate container 10f044fd5a47 [2021-03-24T20:29:04.620Z] ---> f370c477f730 [2021-03-24T20:29:04.620Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:29:04.911Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-24T20:29:04.911Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-24T20:29:04.911Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:29:04.911Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:29:04.911Z] Removing intermediate container 410e9a010a54 [2021-03-24T20:29:04.911Z] ---> 07f102897b34 [2021-03-24T20:29:04.911Z] Step 19/21 : LABEL arch=arm64 [2021-03-24T20:29:05.189Z] OK: 6 MiB in 16 packages [2021-03-24T20:29:05.471Z] ---> Running in 429a298e4280 [2021-03-24T20:29:05.748Z] ---> Running in b2cece478b7e [2021-03-24T20:29:06.341Z] Removing intermediate container 429a298e4280 [2021-03-24T20:29:06.341Z] ---> 40bcac9b8047 [2021-03-24T20:29:06.341Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-24T20:29:06.612Z] Removing intermediate container 80b4ca11dfd1 [2021-03-24T20:29:06.612Z] ---> 197d4b80bc52 [2021-03-24T20:29:06.612Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-24T20:29:06.612Z] Removing intermediate container b2cece478b7e [2021-03-24T20:29:06.612Z] ---> 4afd583233c9 [2021-03-24T20:29:06.612Z] Step 20/21 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:29:06.885Z] Removing intermediate container e4190bdb2441 [2021-03-24T20:29:06.885Z] ---> d1948e63d404 [2021-03-24T20:29:06.885Z] [2021-03-24T20:29:06.885Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:29:06.885Z] ---> d10569e2745f [2021-03-24T20:29:06.885Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:29:06.885Z] ---> Using cache [2021-03-24T20:29:06.885Z] ---> f370c477f730 [2021-03-24T20:29:06.885Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:29:06.885Z] ---> Using cache [2021-03-24T20:29:06.885Z] ---> 40bcac9b8047 [2021-03-24T20:29:06.885Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-24T20:29:06.885Z] ---> Running in 329346dab28a [2021-03-24T20:29:07.161Z] ---> Running in 685e68d25412 [2021-03-24T20:29:07.161Z] ---> Running in eaef1681a228 [2021-03-24T20:29:07.161Z] ---> Running in 3f774008655f [2021-03-24T20:29:07.436Z] Removing intermediate container 829517d3f263 [2021-03-24T20:29:07.436Z] ---> e7859a52080f [2021-03-24T20:29:07.436Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:29:07.436Z] Removing intermediate container 329346dab28a [2021-03-24T20:29:07.436Z] ---> a947fdf3b699 [2021-03-24T20:29:07.436Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T20:29:07.707Z] ---> Running in a48ca693db1a [2021-03-24T20:29:07.707Z] ---> Running in b45f01282c6e [2021-03-24T20:29:07.977Z] Removing intermediate container eaef1681a228 [2021-03-24T20:29:07.977Z] ---> a3ff7f888606 [2021-03-24T20:29:07.977Z] Step 21/21 : LABEL version=0.0.0 [2021-03-24T20:29:07.977Z] Removing intermediate container 685e68d25412 [2021-03-24T20:29:07.977Z] ---> ee9503c252f9 [2021-03-24T20:29:07.977Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-24T20:29:07.977Z] Removing intermediate container 3f774008655f [2021-03-24T20:29:07.977Z] ---> 1d87a857139d [2021-03-24T20:29:07.977Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T20:29:08.259Z] ---> Running in 0c199f24b13d [2021-03-24T20:29:08.259Z] ---> Running in 5df6110b4784 [2021-03-24T20:29:08.259Z] Removing intermediate container a48ca693db1a [2021-03-24T20:29:08.259Z] ---> 648beac7e4d9 [2021-03-24T20:29:08.259Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-24T20:29:08.538Z] Removing intermediate container b45f01282c6e [2021-03-24T20:29:08.538Z] ---> 36d1b3f16b37 [2021-03-24T20:29:08.538Z] Step 15/23 : WORKDIR / [2021-03-24T20:29:08.538Z] ---> Running in a447c24190a1 [2021-03-24T20:29:08.811Z] ---> Running in ae48284c07a3 [2021-03-24T20:29:08.811Z] Removing intermediate container 5df6110b4784 [2021-03-24T20:29:08.811Z] ---> c96cf0ddcddd [2021-03-24T20:29:08.811Z] [2021-03-24T20:29:09.083Z] Removing intermediate container 0c199f24b13d [2021-03-24T20:29:09.083Z] ---> b60b76c4ba73 [2021-03-24T20:29:09.083Z] Step 15/23 : WORKDIR / [2021-03-24T20:29:09.083Z] ---> 93d8e5e199c7 [2021-03-24T20:29:09.083Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-24T20:29:09.353Z] ---> Running in a002b7208d51 [2021-03-24T20:29:09.353Z] Removing intermediate container a447c24190a1 [2021-03-24T20:29:09.353Z] ---> 6d730ba1d95b [2021-03-24T20:29:09.353Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T20:29:09.353Z] Successfully built c96cf0ddcddd [2021-03-24T20:29:09.353Z] ---> Running in 3b4bdaf24568 [2021-03-24T20:29:09.353Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-24T20:29:09.353Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-24T20:29:09.639Z] ---> Running in a963502639ba [2021-03-24T20:29:09.639Z] Removing intermediate container ae48284c07a3 [2021-03-24T20:29:09.639Z] ---> b653e4ed1618 [2021-03-24T20:29:09.639Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:29:09.929Z] Removing intermediate container a002b7208d51 [2021-03-24T20:29:09.929Z] ---> 5a300da33bb2 [2021-03-24T20:29:09.929Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:29:10.214Z] Removing intermediate container a963502639ba [2021-03-24T20:29:10.214Z] ---> 73087e6591ee [2021-03-24T20:29:10.214Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:29:10.824Z] ---> 78d5e4bd4e05 [2021-03-24T20:29:10.824Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-24T20:29:12.275Z] ---> fa594dea1ded [2021-03-24T20:29:12.275Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-24T20:29:12.878Z] ---> 197bd60082b0 [2021-03-24T20:29:12.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-24T20:29:13.151Z] ---> 13c00d764297 [2021-03-24T20:29:13.151Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-24T20:29:14.582Z] ---> 1fe71fd1c76d [2021-03-24T20:29:14.582Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-24T20:29:15.521Z] Removing intermediate container 3b4bdaf24568 [2021-03-24T20:29:15.521Z] ---> 6a18767922e0 [2021-03-24T20:29:15.521Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:29:15.797Z] ---> a2627d194c7a [2021-03-24T20:29:15.797Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-24T20:29:15.797Z] ---> eb3e6a3f8043 [2021-03-24T20:29:15.797Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-24T20:29:15.797Z] ---> 350d617a80f7 [2021-03-24T20:29:15.797Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-24T20:29:16.082Z] ---> Running in b88ceea3e6e5 [2021-03-24T20:29:16.082Z] ---> Running in 2cf3a5e1acc2 [2021-03-24T20:29:16.358Z] ---> 161f1032c3fd [2021-03-24T20:29:16.358Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-24T20:29:16.634Z] Removing intermediate container b88ceea3e6e5 [2021-03-24T20:29:16.634Z] ---> 0df6317da65f [2021-03-24T20:29:16.634Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:29:16.906Z] Removing intermediate container 2cf3a5e1acc2 [2021-03-24T20:29:16.906Z] ---> 2ae479a20f3f [2021-03-24T20:29:16.906Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:29:16.906Z] ---> Running in 5d78e7b4d27a [2021-03-24T20:29:17.184Z] ---> f8b1e28ad4d2 [2021-03-24T20:29:17.184Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-24T20:29:17.184Z] ---> Running in baaa33340673 [2021-03-24T20:29:17.184Z] ---> Running in 16cae5672117 [2021-03-24T20:29:17.791Z] Removing intermediate container 5d78e7b4d27a [2021-03-24T20:29:17.791Z] ---> f942cfd4b682 [2021-03-24T20:29:17.791Z] Step 21/23 : LABEL arch=arm64 [2021-03-24T20:29:18.383Z] Removing intermediate container baaa33340673 [2021-03-24T20:29:18.383Z] ---> efea48199514 [2021-03-24T20:29:18.383Z] Step 21/23 : LABEL arch=arm64 [2021-03-24T20:29:18.383Z] Removing intermediate container 16cae5672117 [2021-03-24T20:29:18.383Z] ---> 7bc715d96ce3 [2021-03-24T20:29:18.383Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:29:18.652Z] ---> Running in 7245efd809c5 [2021-03-24T20:29:18.927Z] ---> ac5782b8a254 [2021-03-24T20:29:18.927Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-24T20:29:18.927Z] ---> Running in a7a15341cede [2021-03-24T20:29:18.927Z] ---> Running in d594d91b7672 [2021-03-24T20:29:19.527Z] Removing intermediate container 7245efd809c5 [2021-03-24T20:29:19.527Z] ---> 0b7ae1db12c5 [2021-03-24T20:29:19.527Z] Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:29:19.798Z] ---> Running in 94367cafa8aa [2021-03-24T20:29:19.798Z] Removing intermediate container d594d91b7672 [2021-03-24T20:29:19.798Z] ---> 64faff20aa8b [2021-03-24T20:29:19.798Z] Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:29:20.084Z] Removing intermediate container a7a15341cede [2021-03-24T20:29:20.084Z] ---> 912a058bd17d [2021-03-24T20:29:20.084Z] Step 20/22 : LABEL arch=arm64 [2021-03-24T20:29:20.678Z] ---> Running in c5680c9e277f [2021-03-24T20:29:20.678Z] ---> 26d58167af09 [2021-03-24T20:29:20.678Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-24T20:29:20.678Z] ---> Running in f242301fbde2 [2021-03-24T20:29:20.963Z] Removing intermediate container 94367cafa8aa [2021-03-24T20:29:20.963Z] ---> 1e2424780729 [2021-03-24T20:29:20.963Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:29:21.241Z] Removing intermediate container c5680c9e277f [2021-03-24T20:29:21.241Z] ---> 432db4d592c8 [2021-03-24T20:29:21.241Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:29:21.514Z] ---> Running in 434ee2f3f24a [2021-03-24T20:29:21.795Z] ---> Running in 4dbafa12a6f7 [2021-03-24T20:29:21.795Z] Removing intermediate container f242301fbde2 [2021-03-24T20:29:21.795Z] ---> 03c9437e0478 [2021-03-24T20:29:21.795Z] Step 21/22 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:29:22.077Z] ---> 8dfe4c576bb0 [2021-03-24T20:29:22.077Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-24T20:29:22.675Z] ---> Running in 9f1f571f9877 [2021-03-24T20:29:22.675Z] Removing intermediate container 434ee2f3f24a [2021-03-24T20:29:22.675Z] ---> d4041f1e47c1 [2021-03-24T20:29:22.675Z] [2021-03-24T20:29:22.956Z] Removing intermediate container 4dbafa12a6f7 [2021-03-24T20:29:22.956Z] ---> e646d2322711 [2021-03-24T20:29:22.956Z] [2021-03-24T20:29:23.230Z] Successfully built d4041f1e47c1 [2021-03-24T20:29:23.501Z] Successfully built e646d2322711 [2021-03-24T20:29:23.775Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-24T20:29:23.776Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-24T20:29:23.776Z] ---> eb64adbdf5ed [2021-03-24T20:29:23.776Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-24T20:29:23.776Z] Removing intermediate container 9f1f571f9877 [2021-03-24T20:29:23.776Z] ---> 5c592ac25928 [2021-03-24T20:29:23.776Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T20:29:23.776Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-24T20:29:23.776Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-24T20:29:24.051Z] ---> Running in 9ab2cb9a63af [2021-03-24T20:29:24.647Z] ---> Running in c6cfe87e92a1 [2021-03-24T20:29:24.922Z] Removing intermediate container 9ab2cb9a63af [2021-03-24T20:29:24.922Z] ---> 6947a2d2fdd0 [2021-03-24T20:29:24.922Z] [2021-03-24T20:29:25.519Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:29:25.519Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:29:25.519Z] ---> 9af9baacb164 [2021-03-24T20:29:25.519Z] Step 3/24 : WORKDIR /edgex-go [2021-03-24T20:29:25.519Z] ---> Using cache [2021-03-24T20:29:25.519Z] ---> 0d88528fb1cf [2021-03-24T20:29:25.519Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:29:25.519Z] Successfully built 6947a2d2fdd0 [2021-03-24T20:29:25.519Z] ---> Using cache [2021-03-24T20:29:25.519Z] ---> 6eff7a882c40 [2021-03-24T20:29:25.519Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-24T20:29:25.519Z] ---> Using cache [2021-03-24T20:29:25.519Z] ---> f0dbace60fb2 [2021-03-24T20:29:25.519Z] Step 6/24 : COPY go.mod . [2021-03-24T20:29:25.519Z] ---> Using cache [2021-03-24T20:29:25.519Z] ---> c06824a58d4f [2021-03-24T20:29:25.519Z] Step 7/24 : RUN go mod download [2021-03-24T20:29:25.519Z] ---> Using cache [2021-03-24T20:29:25.519Z] ---> 1df40f78b9df [2021-03-24T20:29:25.519Z] Step 8/24 : COPY . . [2021-03-24T20:29:25.519Z] ---> Using cache [2021-03-24T20:29:25.519Z] ---> fb424ecd2f7c [2021-03-24T20:29:25.519Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-24T20:29:25.519Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-24T20:29:25.519Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-24T20:29:25.519Z] Removing intermediate container c6cfe87e92a1 [2021-03-24T20:29:25.519Z] ---> e248c3109fd4 [2021-03-24T20:29:25.519Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-24T20:29:25.795Z] ---> Running in 81b2d0febd11 [2021-03-24T20:29:26.392Z] ---> 3bb81ba2681e [2021-03-24T20:29:26.392Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-24T20:29:26.985Z] ---> Running in 8d0c2e09f2e7 [2021-03-24T20:29:27.275Z] 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-24T20:29:32.704Z] Removing intermediate container 8d0c2e09f2e7 [2021-03-24T20:29:32.704Z] ---> f09282e6b980 [2021-03-24T20:29:32.704Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-24T20:29:33.692Z] ---> Running in 4ebc437d1c85 [2021-03-24T20:29:34.673Z] Removing intermediate container 4ebc437d1c85 [2021-03-24T20:29:34.673Z] ---> de90850f1ec7 [2021-03-24T20:29:34.673Z] Step 28/31 : CMD ["gate"] [2021-03-24T20:29:35.272Z] ---> Running in 820e5bdda253 [2021-03-24T20:29:36.262Z] Removing intermediate container 820e5bdda253 [2021-03-24T20:29:36.262Z] ---> 4835e7d3a657 [2021-03-24T20:29:36.262Z] Step 29/31 : LABEL arch=arm64 [2021-03-24T20:29:37.714Z] ---> Running in f7bb0068428d [2021-03-24T20:29:38.705Z] Removing intermediate container f7bb0068428d [2021-03-24T20:29:38.705Z] ---> ffca70931467 [2021-03-24T20:29:38.705Z] Step 30/31 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:29:40.154Z] ---> Running in f97afd393ade [2021-03-24T20:29:40.752Z] Removing intermediate container f97afd393ade [2021-03-24T20:29:40.752Z] ---> 0264bef0274b [2021-03-24T20:29:40.752Z] Step 31/31 : LABEL version=0.0.0 [2021-03-24T20:29:41.361Z] ---> Running in f433456b1e5b [2021-03-24T20:29:42.348Z] Removing intermediate container f433456b1e5b [2021-03-24T20:29:42.348Z] ---> 74c33440d844 [2021-03-24T20:29:42.348Z] [2021-03-24T20:29:42.622Z] Successfully built 74c33440d844 [2021-03-24T20:29:42.622Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-24T20:30:05.067Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-24T20:30:05.067Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:30:05.067Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:30:05.067Z] ---> 9af9baacb164 [2021-03-24T20:30:05.067Z] Step 3/26 : WORKDIR /edgex-go [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> 0d88528fb1cf [2021-03-24T20:30:05.067Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> 6eff7a882c40 [2021-03-24T20:30:05.067Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-24T20:30:05.067Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:30:05.067Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:30:05.067Z] ---> 9af9baacb164 [2021-03-24T20:30:05.067Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> 0d88528fb1cf [2021-03-24T20:30:05.067Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> 6eff7a882c40 [2021-03-24T20:30:05.067Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-24T20:30:05.067Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T20:30:05.067Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T20:30:05.067Z] ---> 9af9baacb164 [2021-03-24T20:30:05.067Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> 0d88528fb1cf [2021-03-24T20:30:05.067Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> 6eff7a882c40 [2021-03-24T20:30:05.067Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> f0dbace60fb2 [2021-03-24T20:30:05.067Z] Step 6/22 : COPY go.mod . [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> c06824a58d4f [2021-03-24T20:30:05.067Z] Step 7/22 : RUN go mod download [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> 1df40f78b9df [2021-03-24T20:30:05.067Z] Step 8/22 : COPY . . [2021-03-24T20:30:05.067Z] ---> Using cache [2021-03-24T20:30:05.067Z] ---> fb424ecd2f7c [2021-03-24T20:30:05.067Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-24T20:30:08.476Z] ---> Running in 83c8184eec80 [2021-03-24T20:30:08.476Z] ---> Running in d7e8a4e527a4 [2021-03-24T20:30:08.476Z] ---> Running in d8471333513b [2021-03-24T20:30:11.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:30:11.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:30:11.112Z] 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-24T20:30:11.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:30:11.711Z] Removing intermediate container 81b2d0febd11 [2021-03-24T20:30:11.711Z] ---> 6cb1e602d6e5 [2021-03-24T20:30:11.711Z] [2021-03-24T20:30:11.711Z] Step 10/24 : FROM alpine:3.12 [2021-03-24T20:30:11.711Z] ---> d10569e2745f [2021-03-24T20:30:11.711Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-24T20:30:11.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:30:11.711Z] ---> Running in 2ac5e78f1f10 [2021-03-24T20:30:12.717Z] OK: 217 MiB in 51 packages [2021-03-24T20:30:12.717Z] OK: 217 MiB in 51 packages [2021-03-24T20:30:13.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:30:13.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:30:14.705Z] Removing intermediate container d7e8a4e527a4 [2021-03-24T20:30:14.705Z] ---> e909f3eeceaa [2021-03-24T20:30:14.705Z] Step 6/23 : COPY go.mod . [2021-03-24T20:30:14.705Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-24T20:30:14.705Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:30:14.705Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-24T20:30:14.705Z] Removing intermediate container 83c8184eec80 [2021-03-24T20:30:14.705Z] ---> 1f2e5714e11f [2021-03-24T20:30:14.705Z] Step 6/26 : COPY go.mod . [2021-03-24T20:30:14.706Z] (4/6) Installing curl (7.69.1-r3) [2021-03-24T20:30:14.706Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-24T20:30:14.706Z] (6/6) Installing su-exec (0.2-r1) [2021-03-24T20:30:14.706Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:30:14.706Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T20:30:14.986Z] OK: 7 MiB in 20 packages [2021-03-24T20:30:15.982Z] ---> ace7fb31d9c1 [2021-03-24T20:30:15.982Z] Step 7/23 : RUN go mod download [2021-03-24T20:30:16.264Z] ---> Running in 1849f94a9c17 [2021-03-24T20:30:16.543Z] ---> 031bde41be17 [2021-03-24T20:30:16.543Z] Step 7/26 : RUN go mod download [2021-03-24T20:30:16.825Z] ---> Running in 096cad73956a [2021-03-24T20:30:18.289Z] Removing intermediate container 2ac5e78f1f10 [2021-03-24T20:30:18.289Z] ---> 073c29fddfac [2021-03-24T20:30:18.289Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T20:30:18.573Z] ---> Running in 77d5c54b0b18 [2021-03-24T20:30:19.578Z] Removing intermediate container 77d5c54b0b18 [2021-03-24T20:30:19.578Z] ---> 7716d47c594b [2021-03-24T20:30:19.578Z] Step 13/24 : WORKDIR / [2021-03-24T20:30:19.578Z] ---> Running in dbc9fc0665fd [2021-03-24T20:30:20.565Z] Removing intermediate container dbc9fc0665fd [2021-03-24T20:30:20.565Z] ---> 63f63131d36e [2021-03-24T20:30:20.565Z] 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-24T20:30:22.014Z] Removing intermediate container 1849f94a9c17 [2021-03-24T20:30:22.014Z] ---> 7f0d1adbc05d [2021-03-24T20:30:22.014Z] Step 8/23 : COPY . . [2021-03-24T20:30:22.295Z] Removing intermediate container 096cad73956a [2021-03-24T20:30:22.295Z] ---> c14d98968a75 [2021-03-24T20:30:22.295Z] Step 8/26 : COPY . . [2021-03-24T20:30:22.574Z] ---> d11a150de91d [2021-03-24T20:30:22.574Z] 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-24T20:30:25.972Z] ---> 1233a2aeeec5 [2021-03-24T20:30:25.972Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-24T20:30:29.381Z] ---> 90acdfe2a2e3 [2021-03-24T20:30:29.381Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-24T20:30:33.720Z] ---> f07384c52033 [2021-03-24T20:30:33.720Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-24T20:30:36.679Z] ---> 9e722424da12 [2021-03-24T20:30:36.679Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-24T20:30:38.673Z] ---> 5fa9c63995bf [2021-03-24T20:30:38.673Z] 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-24T20:30:38.949Z] ---> Running in 58c486c71c82 [2021-03-24T20:30:44.364Z] Removing intermediate container 58c486c71c82 [2021-03-24T20:30:44.364Z] ---> 76950f569cbc [2021-03-24T20:30:44.364Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-24T20:30:44.966Z] ---> Running in cb20e2356b7d [2021-03-24T20:30:46.401Z] Removing intermediate container cb20e2356b7d [2021-03-24T20:30:46.401Z] ---> e988c912d433 [2021-03-24T20:30:46.401Z] Step 22/24 : LABEL arch=arm64 [2021-03-24T20:30:47.005Z] ---> Running in e28e1bcda99b [2021-03-24T20:30:48.454Z] Removing intermediate container e28e1bcda99b [2021-03-24T20:30:48.454Z] ---> 338806e8753a [2021-03-24T20:30:48.454Z] Step 23/24 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:30:48.729Z] ---> Running in e30adf77c64e [2021-03-24T20:30:49.713Z] Removing intermediate container e30adf77c64e [2021-03-24T20:30:49.713Z] ---> e2c4f513c542 [2021-03-24T20:30:49.713Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T20:30:49.989Z] ---> Running in 6537f7577e20 [2021-03-24T20:30:50.591Z] ---> 6c784ffed6e1 [2021-03-24T20:30:50.591Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-24T20:30:50.591Z] ---> Running in 03ca88f28a6e [2021-03-24T20:30:50.866Z] Removing intermediate container 6537f7577e20 [2021-03-24T20:30:50.866Z] ---> c58c249d48a7 [2021-03-24T20:30:50.866Z] [2021-03-24T20:30:50.866Z] ---> f7b9eb85dd2c [2021-03-24T20:30:50.866Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-24T20:30:51.149Z] ---> Running in ee5c0b6cf0e8 [2021-03-24T20:30:51.427Z] Successfully built c58c249d48a7 [2021-03-24T20:30:51.427Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-24T20:30:52.417Z]  Building docker-security-secretstore-setup-go ... done 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-24T20:30:52.695Z] 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-24T20:31:02.869Z] Removing intermediate container d8471333513b [2021-03-24T20:31:02.869Z] ---> 8e8d4c916b9e [2021-03-24T20:31:02.869Z] [2021-03-24T20:31:02.869Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T20:31:02.869Z] ---> d10569e2745f [2021-03-24T20:31:02.869Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-24T20:31:02.869Z] ---> Using cache [2021-03-24T20:31:02.869Z] ---> f370c477f730 [2021-03-24T20:31:02.869Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T20:31:02.869Z] ---> Using cache [2021-03-24T20:31:02.869Z] ---> 40bcac9b8047 [2021-03-24T20:31:02.869Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-24T20:31:02.869Z] ---> Running in fc731590ed05 [2021-03-24T20:31:02.869Z] Removing intermediate container fc731590ed05 [2021-03-24T20:31:02.869Z] ---> fe8620058a4a [2021-03-24T20:31:02.869Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T20:31:02.869Z] ---> Running in e42e316c7671 [2021-03-24T20:31:03.146Z] Removing intermediate container e42e316c7671 [2021-03-24T20:31:03.146Z] ---> 5252f671446b [2021-03-24T20:31:03.146Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:31:04.139Z] ---> 2b262dd48183 [2021-03-24T20:31:04.139Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-24T20:31:06.130Z] ---> e83c9c321539 [2021-03-24T20:31:06.130Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-24T20:31:07.573Z] ---> ca110a7331cd [2021-03-24T20:31:07.573Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-24T20:31:07.573Z] ---> Running in db658b8fe5e6 [2021-03-24T20:31:08.175Z] Removing intermediate container db658b8fe5e6 [2021-03-24T20:31:08.175Z] ---> c804e3190d03 [2021-03-24T20:31:08.175Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:31:08.449Z] ---> Running in 002f113bfa61 [2021-03-24T20:31:09.044Z] Removing intermediate container 002f113bfa61 [2021-03-24T20:31:09.044Z] ---> bd837d008d94 [2021-03-24T20:31:09.044Z] Step 20/22 : LABEL arch=arm64 [2021-03-24T20:31:09.319Z] ---> Running in 155553dae1f3 [2021-03-24T20:31:10.066Z] Removing intermediate container 155553dae1f3 [2021-03-24T20:31:10.066Z] ---> 79e62a0dc928 [2021-03-24T20:31:10.066Z] Step 21/22 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:31:10.066Z] ---> Running in 576760394f7d [2021-03-24T20:31:10.702Z] Removing intermediate container 576760394f7d [2021-03-24T20:31:10.702Z] ---> 72ae09e5892f [2021-03-24T20:31:10.702Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T20:31:10.998Z] ---> Running in 9e14222c3d96 [2021-03-24T20:31:11.608Z] Removing intermediate container 9e14222c3d96 [2021-03-24T20:31:11.608Z] ---> b8720685a155 [2021-03-24T20:31:11.608Z] [2021-03-24T20:31:12.223Z] Successfully built b8720685a155 [2021-03-24T20:31:12.223Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-24T20:31:44.584Z]  Building docker-support-scheduler-go ... done Removing intermediate container ee5c0b6cf0e8 [2021-03-24T20:31:44.584Z] ---> 56629f6a17dc [2021-03-24T20:31:44.584Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-24T20:31:44.584Z] ---> Running in e5d9df8c3661 [2021-03-24T20:31:45.574Z] 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-24T20:31:48.967Z] Removing intermediate container e5d9df8c3661 [2021-03-24T20:31:48.967Z] ---> bf18e3ffa184 [2021-03-24T20:31:48.967Z] [2021-03-24T20:31:48.967Z] Step 11/26 : FROM docker:20.10.0 [2021-03-24T20:31:48.967Z] 20.10.0: Pulling from library/docker [2021-03-24T20:31:59.105Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-24T20:31:59.105Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-24T20:31:59.105Z] ---> eeaf43b92773 [2021-03-24T20:31:59.105Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-24T20:31:59.105Z] Removing intermediate container 03ca88f28a6e [2021-03-24T20:31:59.105Z] ---> d3430f238dd4 [2021-03-24T20:31:59.105Z] [2021-03-24T20:31:59.105Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T20:31:59.105Z] ---> d10569e2745f [2021-03-24T20:31:59.105Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-24T20:31:59.105Z] ---> Running in e279129ac614 [2021-03-24T20:31:59.105Z] ---> Running in cbe61d2b4fbf [2021-03-24T20:31:59.105Z] Removing intermediate container cbe61d2b4fbf [2021-03-24T20:31:59.105Z] ---> e5204ba99ca7 [2021-03-24T20:31:59.105Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-24T20:31:59.105Z] ---> Running in d1ac2c43321b [2021-03-24T20:31:59.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:31:59.105Z] Removing intermediate container d1ac2c43321b [2021-03-24T20:31:59.105Z] ---> 7e433f2d6ea5 [2021-03-24T20:31:59.105Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-24T20:31:59.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:31:59.105Z] ---> Running in dc3d85beca60 [2021-03-24T20:31:59.379Z] Removing intermediate container dc3d85beca60 [2021-03-24T20:31:59.379Z] ---> 6d85effcaa18 [2021-03-24T20:31:59.379Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T20:31:59.654Z] (1/2) Installing readline (8.0.4-r0) [2021-03-24T20:31:59.654Z] (2/2) Installing bash (5.0.17-r0) [2021-03-24T20:31:59.654Z] Executing bash-5.0.17-r0.post-install [2021-03-24T20:31:59.654Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:31:59.654Z] OK: 12 MiB in 22 packages [2021-03-24T20:31:59.654Z] ---> Running in 0d7733039586 [2021-03-24T20:32:01.087Z] Removing intermediate container e279129ac614 [2021-03-24T20:32:01.087Z] ---> f321aa5e568c [2021-03-24T20:32:01.087Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-24T20:32:01.087Z] ---> Running in 3099dc27f81e [2021-03-24T20:32:01.683Z] Removing intermediate container 3099dc27f81e [2021-03-24T20:32:01.683Z] ---> e5da5e15b453 [2021-03-24T20:32:01.683Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-24T20:32:01.970Z] ---> Running in 3eeedfeefc92 [2021-03-24T20:32:01.970Z] Removing intermediate container 0d7733039586 [2021-03-24T20:32:01.970Z] ---> 81b3716a580d [2021-03-24T20:32:01.970Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-24T20:32:02.249Z] ---> Running in 5a884bf6b489 [2021-03-24T20:32:02.522Z] Removing intermediate container 3eeedfeefc92 [2021-03-24T20:32:02.522Z] ---> 47f8d020bde6 [2021-03-24T20:32:02.522Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-24T20:32:02.522Z] ---> Running in fedcaf880897 [2021-03-24T20:32:03.119Z] Removing intermediate container fedcaf880897 [2021-03-24T20:32:03.119Z] ---> efb1fd40aba6 [2021-03-24T20:32:03.119Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-24T20:32:03.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:32:04.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:32:04.370Z] ---> a72455063f6c [2021-03-24T20:32:04.370Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-24T20:32:04.970Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-24T20:32:04.970Z] ---> 7a36dd77d352 [2021-03-24T20:32:04.970Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-24T20:32:04.970Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-24T20:32:05.243Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-24T20:32:05.244Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-24T20:32:05.515Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-24T20:32:05.793Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-24T20:32:05.793Z] ---> 7c2536b96cc9 [2021-03-24T20:32:05.793Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-24T20:32:05.793Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:32:05.793Z] OK: 8 MiB in 20 packages [2021-03-24T20:32:06.072Z] ---> Running in 19d0e54a2ce4 [2021-03-24T20:32:07.510Z] Removing intermediate container 5a884bf6b489 [2021-03-24T20:32:07.510Z] ---> 7d83fed1992c [2021-03-24T20:32:07.510Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T20:32:07.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:32:07.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:32:08.143Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-24T20:32:08.143Z] (2/33) Installing expat (2.2.9-r1) [2021-03-24T20:32:08.143Z] (3/33) Installing libffi (3.3-r2) [2021-03-24T20:32:08.143Z] (4/33) Installing gdbm (1.13-r1) [2021-03-24T20:32:08.143Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-24T20:32:08.143Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-24T20:32:08.143Z] ---> 94cea4e8e278 [2021-03-24T20:32:08.143Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-24T20:32:08.143Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-24T20:32:10.131Z] ---> 1e3ad96122de [2021-03-24T20:32:10.131Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-24T20:32:10.131Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-24T20:32:10.131Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-24T20:32:10.131Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-24T20:32:10.131Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-24T20:32:10.131Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-24T20:32:10.131Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-24T20:32:10.131Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-24T20:32:10.403Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-24T20:32:10.403Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-24T20:32:10.403Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-24T20:32:10.403Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-24T20:32:10.403Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-24T20:32:10.403Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-24T20:32:10.403Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-24T20:32:10.403Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-24T20:32:10.403Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-24T20:32:10.403Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-24T20:32:10.403Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-24T20:32:10.403Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-24T20:32:10.674Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-24T20:32:10.674Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-24T20:32:10.674Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-24T20:32:10.674Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-24T20:32:10.674Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-24T20:32:10.674Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-24T20:32:10.674Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-24T20:32:10.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:32:10.952Z] OK: 71 MiB in 55 packages [2021-03-24T20:32:10.952Z] ---> 1f47654132d7 [2021-03-24T20:32:10.952Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-24T20:32:10.952Z] ---> Running in fc930a2d37df [2021-03-24T20:32:11.548Z] Removing intermediate container fc930a2d37df [2021-03-24T20:32:11.548Z] ---> 42815948a7ad [2021-03-24T20:32:11.548Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:32:11.829Z] ---> Running in 621a423b4abf [2021-03-24T20:32:12.428Z] Removing intermediate container 621a423b4abf [2021-03-24T20:32:12.428Z] ---> fc8e2b9daeaf [2021-03-24T20:32:12.428Z] Step 21/23 : LABEL arch=arm64 [2021-03-24T20:32:12.428Z] ---> Running in 9b08ba97edca [2021-03-24T20:32:13.026Z] Removing intermediate container 9b08ba97edca [2021-03-24T20:32:13.026Z] ---> 7fe1dd9836b7 [2021-03-24T20:32:13.026Z] Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:32:13.301Z] ---> Running in 0e9c774157a1 [2021-03-24T20:32:13.904Z] Removing intermediate container 0e9c774157a1 [2021-03-24T20:32:13.904Z] ---> 6998d2278df7 [2021-03-24T20:32:13.904Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T20:32:14.176Z] ---> Running in 94975bce4594 [2021-03-24T20:32:14.770Z] Removing intermediate container 94975bce4594 [2021-03-24T20:32:14.770Z] ---> 41dee1b3b383 [2021-03-24T20:32:14.770Z] [2021-03-24T20:32:15.043Z] Successfully built 41dee1b3b383 [2021-03-24T20:32:15.043Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-24T20:32:17.014Z]  Building docker-core-data-go ... done Removing intermediate container 19d0e54a2ce4 [2021-03-24T20:32:17.014Z] ---> bfe35eaac94d [2021-03-24T20:32:17.014Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-24T20:32:17.014Z] ---> Running in 2c30a2c7bbb9 [2021-03-24T20:32:21.305Z] Collecting docker-compose==1.23.2 [2021-03-24T20:32:21.305Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-24T20:32:22.730Z] Collecting PyYAML<4,>=3.10 [2021-03-24T20:32:22.730Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-24T20:32:26.104Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-24T20:32:26.104Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-24T20:32:26.104Z] Collecting cached-property<2,>=1.2.0 [2021-03-24T20:32:26.104Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-24T20:32:26.104Z] 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-24T20:32:27.072Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-24T20:32:27.072Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-24T20:32:27.664Z] Collecting texttable<0.10,>=0.9.0 [2021-03-24T20:32:27.664Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-24T20:32:29.625Z] Collecting jsonschema<3,>=2.5.1 [2021-03-24T20:32:29.625Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-24T20:32:30.214Z] Collecting docker<4.0,>=3.6.0 [2021-03-24T20:32:30.214Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-24T20:32:30.802Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-24T20:32:30.802Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-24T20:32:32.762Z] Collecting docopt<0.7,>=0.6.1 [2021-03-24T20:32:32.762Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-24T20:32:34.181Z] 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-24T20:32:34.769Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-24T20:32:34.769Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-24T20:32:35.039Z] 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-24T20:32:35.039Z] Collecting idna<2.8,>=2.5 [2021-03-24T20:32:35.309Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-24T20:32:35.309Z] Collecting docker-pycreds>=0.4.0 [2021-03-24T20:32:35.309Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-24T20:32:35.577Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-24T20:32:35.577Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-24T20:32:35.577Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-24T20:32:35.577Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-24T20:32:36.163Z] Installing collected packages: PyYAML, websocket-client, cached-property, urllib3, idna, requests, texttable, jsonschema, docker-pycreds, docker, dockerpty, docopt, docker-compose [2021-03-24T20:32:36.435Z] Running setup.py install for PyYAML: started [2021-03-24T20:32:38.400Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-24T20:32:38.671Z] Attempting uninstall: urllib3 [2021-03-24T20:32:38.671Z] Found existing installation: urllib3 1.25.9 [2021-03-24T20:32:38.671Z] Uninstalling urllib3-1.25.9: [2021-03-24T20:32:38.951Z] Successfully uninstalled urllib3-1.25.9 [2021-03-24T20:32:39.566Z] Attempting uninstall: idna [2021-03-24T20:32:39.566Z] Found existing installation: idna 2.9 [2021-03-24T20:32:39.566Z] Uninstalling idna-2.9: [2021-03-24T20:32:39.566Z] Successfully uninstalled idna-2.9 [2021-03-24T20:32:40.185Z] Attempting uninstall: requests [2021-03-24T20:32:40.185Z] Found existing installation: requests 2.23.0 [2021-03-24T20:32:40.185Z] Uninstalling requests-2.23.0: [2021-03-24T20:32:40.185Z] Successfully uninstalled requests-2.23.0 [2021-03-24T20:32:40.460Z] Running setup.py install for texttable: started [2021-03-24T20:32:42.425Z] Running setup.py install for texttable: finished with status 'done' [2021-03-24T20:32:43.404Z] Running setup.py install for dockerpty: started [2021-03-24T20:32:45.367Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-24T20:32:45.367Z] Running setup.py install for docopt: started [2021-03-24T20:32:47.331Z] Running setup.py install for docopt: finished with status 'done' [2021-03-24T20:32:47.919Z] 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-24T20:32:52.204Z] Removing intermediate container 2c30a2c7bbb9 [2021-03-24T20:32:52.204Z] ---> f5dd5795423a [2021-03-24T20:32:52.204Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-24T20:32:52.204Z] ---> Running in b5de88aa5e16 [2021-03-24T20:32:52.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T20:32:52.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T20:32:53.388Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T20:32:53.388Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-24T20:32:53.388Z] (3/3) Installing curl (7.69.1-r3) [2021-03-24T20:32:53.388Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T20:32:53.388Z] OK: 72 MiB in 58 packages [2021-03-24T20:32:54.816Z] Removing intermediate container b5de88aa5e16 [2021-03-24T20:32:54.816Z] ---> b3a186c527e9 [2021-03-24T20:32:54.816Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-24T20:32:54.816Z] ---> Running in 90062084da0b [2021-03-24T20:32:55.089Z] Removing intermediate container 90062084da0b [2021-03-24T20:32:55.089Z] ---> bfc22f1fe160 [2021-03-24T20:32:55.089Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T20:32:55.361Z] ---> Running in 6de7eef4f7f7 [2021-03-24T20:32:55.953Z] Removing intermediate container 6de7eef4f7f7 [2021-03-24T20:32:55.953Z] ---> 9328de620f02 [2021-03-24T20:32:55.953Z] Step 24/26 : LABEL arch=arm64 [2021-03-24T20:32:55.953Z] ---> Running in d3ff36e04938 [2021-03-24T20:32:56.543Z] Removing intermediate container d3ff36e04938 [2021-03-24T20:32:56.543Z] ---> 508fa3abb55c [2021-03-24T20:32:56.543Z] Step 25/26 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 [2021-03-24T20:32:56.543Z] ---> Running in 50c499b09454 [2021-03-24T20:32:57.134Z] Removing intermediate container 50c499b09454 [2021-03-24T20:32:57.134Z] ---> 62db299d9b9e [2021-03-24T20:32:57.134Z] Step 26/26 : LABEL version=0.0.0 [2021-03-24T20:32:57.134Z] ---> Running in 84d44d9af1e3 [2021-03-24T20:32:57.726Z] Removing intermediate container 84d44d9af1e3 [2021-03-24T20:32:57.726Z] ---> 526b5d3df4da [2021-03-24T20:32:57.726Z] [2021-03-24T20:32:57.997Z] Successfully built 526b5d3df4da [2021-03-24T20:32:57.997Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-24T20:32:58.612Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-24T20:32:58.605Z] $ docker stop --time=1 29d2f4d20ec3108bccb4d0689ff779cf267d5f942bdf07a7d01663702ac77b14 [2021-03-24T20:33:00.593Z] $ docker rm -f 29d2f4d20ec3108bccb4d0689ff779cf267d5f942bdf07a7d01663702ac77b14 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T20:33:01.334Z] + grep docker [2021-03-24T20:33:01.334Z] + docker images [2021-03-24T20:33:01.612Z] docker-sys-mgmt-agent-go-arm64 latest 526b5d3df4da 4 seconds ago 300MB [2021-03-24T20:33:01.612Z] docker-core-data-go-arm64 latest 41dee1b3b383 47 seconds ago 21.3MB [2021-03-24T20:33:01.612Z] docker-support-scheduler-go-arm64 latest b8720685a155 About a minute ago 16.3MB [2021-03-24T20:33:01.612Z] docker-security-secretstore-setup-go-arm64 latest c58c249d48a7 2 minutes ago 23.7MB [2021-03-24T20:33:01.612Z] docker-security-bootstrapper-go-arm64 latest 74c33440d844 3 minutes ago 17.8MB [2021-03-24T20:33:01.612Z] docker-support-notifications-go-arm64 latest 6947a2d2fdd0 3 minutes ago 16.9MB [2021-03-24T20:33:01.612Z] docker-core-command-go-arm64 latest d4041f1e47c1 3 minutes ago 16.3MB [2021-03-24T20:33:01.612Z] docker-core-metadata-go-arm64 latest e646d2322711 3 minutes ago 17.9MB [2021-03-24T20:33:01.612Z] docker-security-proxy-setup-go-arm64 latest c96cf0ddcddd 3 minutes ago 23.4MB [2021-03-24T20:33:01.612Z] 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-24T20:33:02.722Z] ---> job-cost.sh [2021-03-24T20:33:02.722Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Q9up [2021-03-24T20:33:41.668Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-24T20:35:18.425Z] lf-activate-venv(): INFO: Adding /tmp/venv-Q9up/bin to PATH [2021-03-24T20:35:18.425Z] INFO: No Stack... [2021-03-24T20:35:18.425Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-24T20:35:18.425Z] INFO: Archiving Costs [Pipeline] sh [2021-03-24T20:35:18.765Z] + + cutcat -d, /w/workspace/edgex-go/13/archives/cost.csv -f6 [2021-03-24T20:35:18.765Z] [Pipeline] lock [2021-03-24T20:35:18.878Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-13-stack-cost] [2021-03-24T20:35:18.887Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3241-13-stack-cost] did not exist. Created. [2021-03-24T20:35:18.887Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-24T20:35:19.323Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-24T20:35:19.650Z] Stashed 1 file(s) [Pipeline] } [2021-03-24T20:35:19.664Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-13-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-24T20:35:21.305Z] provisioning config files... [2021-03-24T20:35:21.319Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config3547197555234996176tmp [Pipeline] { [Pipeline] sh [2021-03-24T20:35:21.694Z] + set +x [2021-03-24T20:35:21.694Z] + curl -s https://codecov.io/bash [2021-03-24T20:35:21.694Z] + bash -s -- [2021-03-24T20:35:22.275Z] [2021-03-24T20:35:22.275Z] _____ _ [2021-03-24T20:35:22.275Z] / ____| | | [2021-03-24T20:35:22.275Z] | | ___ __| | ___ ___ _____ __ [2021-03-24T20:35:22.275Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-24T20:35:22.275Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-24T20:35:22.275Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-24T20:35:22.275Z] Bash-20210309-2b87ace [2021-03-24T20:35:22.275Z] [2021-03-24T20:35:22.275Z] [2021-03-24T20:35:22.275Z] ==> git version 2.24.3 found [2021-03-24T20:35:22.275Z] ==> 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-24T20:35:22.275Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-24T20:35:22.275Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-24T20:35:22.275Z] ==> Jenkins CI detected. [2021-03-24T20:35:22.275Z] project root: . [2021-03-24T20:35:22.275Z] --> token set from env [2021-03-24T20:35:22.275Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-24T20:35:22.275Z] ==> Running gcov in . (disable via -X gcov) [2021-03-24T20:35:22.275Z] ==> Python coveragepy not found [2021-03-24T20:35:22.275Z] ==> Searching for coverage reports in: [2021-03-24T20:35:22.275Z] + . [2021-03-24T20:35:22.275Z] -> Found 1 reports [2021-03-24T20:35:22.275Z] ==> Detecting git/mercurial file structure [2021-03-24T20:35:22.275Z] ==> Reading reports [2021-03-24T20:35:22.275Z] + ./coverage.out bytes=666600 [2021-03-24T20:35:22.540Z] ==> Appending adjustments [2021-03-24T20:35:22.540Z] https://docs.codecov.io/docs/fixing-reports [2021-03-24T20:35:25.855Z] + Found adjustments [2021-03-24T20:35:25.855Z] ==> Gzipping contents [2021-03-24T20:35:25.855Z] 96K /tmp/codecov.mGBmFE.gz [2021-03-24T20:35:25.855Z] ==> Uploading reports [2021-03-24T20:35:25.855Z] url: https://codecov.io [2021-03-24T20:35:25.855Z] query: branch=PR-3241&commit=0985e83305c99a04a71341bacb45d6368e282c63&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= [2021-03-24T20:35:25.855Z] -> Pinging Codecov [2021-03-24T20:35:25.855Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3241&commit=0985e83305c99a04a71341bacb45d6368e282c63&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= [2021-03-24T20:35:26.430Z] -> Uploading to [2021-03-24T20:35:26.430Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-24/00271124DB129430A58F1EEE437C3FCB/0985e83305c99a04a71341bacb45d6368e282c63/a1e473e5-9cb1-4455-a944-7263397b1b0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T203526Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d18aaae2b7e39c5bbc6fdbf717c58f801ddde19e6517443be628b937ac60975f [2021-03-24T20:35:26.430Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-24T20:35:26.430Z] Dload Upload Total Spent Left Speed [2021-03-24T20:35:26.953Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 96649 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96649 0 0 100 96649 0 156k --:--:-- --:--:-- --:--:-- 156k [2021-03-24T20:35:26.953Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0985e83305c99a04a71341bacb45d6368e282c63 [Pipeline] } [2021-03-24T20:35:26.963Z] 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-24T20:35:28.563Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:35:29.447Z] ---> package-listing.sh [2021-03-24T20:35:29.447Z] ++ facter osfamily [2021-03-24T20:35:29.447Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-24T20:35:29.447Z] + OS_FAMILY=redhat [2021-03-24T20:35:29.447Z] + workspace=/w/workspace/edgex-go/13 [2021-03-24T20:35:29.447Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-24T20:35:29.447Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-24T20:35:29.447Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-24T20:35:29.447Z] + PACKAGES=/tmp/packages_start.txt [2021-03-24T20:35:29.447Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-24T20:35:29.447Z] + PACKAGES=/tmp/packages_end.txt [2021-03-24T20:35:29.447Z] + case "${OS_FAMILY}" in [2021-03-24T20:35:29.447Z] + rpm -qa [2021-03-24T20:35:29.447Z] + sort [2021-03-24T20:35:34.763Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-24T20:35:34.763Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-24T20:35:34.763Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-24T20:35:34.763Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-24T20:35:34.763Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-03-24T20:35:34.763Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-03-24T20:35:34.779Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-24T20:35:35.076Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:35:35.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T20:35:35.660Z] [2021-03-24T20:35:35.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-24T20:35:36.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T20:35:36.019Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-24T20:35:36.019Z] df20fa9351a1: Pulling fs layer [2021-03-24T20:35:36.019Z] 36b3adc4ff6f: Pulling fs layer [2021-03-24T20:35:36.019Z] 8ad3a11d3b57: Pulling fs layer [2021-03-24T20:35:36.019Z] 46f8f816bc3b: Pulling fs layer [2021-03-24T20:35:36.019Z] 93b61091891f: Pulling fs layer [2021-03-24T20:35:36.019Z] 93b9cdb0e59b: Pulling fs layer [2021-03-24T20:35:36.019Z] 5e14af77c1be: Pulling fs layer [2021-03-24T20:35:36.019Z] 01666e4c0597: Pulling fs layer [2021-03-24T20:35:36.019Z] aa168da1d23b: Pulling fs layer [2021-03-24T20:35:36.019Z] 93b9cdb0e59b: Waiting [2021-03-24T20:35:36.019Z] 5e14af77c1be: Waiting [2021-03-24T20:35:36.019Z] 01666e4c0597: Waiting [2021-03-24T20:35:36.019Z] 46f8f816bc3b: Waiting [2021-03-24T20:35:36.019Z] 93b61091891f: Waiting [2021-03-24T20:35:36.019Z] aa168da1d23b: Waiting [2021-03-24T20:35:36.019Z] 36b3adc4ff6f: Verifying Checksum [2021-03-24T20:35:36.019Z] 36b3adc4ff6f: Download complete [2021-03-24T20:35:36.019Z] 46f8f816bc3b: Download complete [2021-03-24T20:35:36.019Z] df20fa9351a1: Download complete [2021-03-24T20:35:36.285Z] 93b9cdb0e59b: Verifying Checksum [2021-03-24T20:35:36.285Z] 93b9cdb0e59b: Download complete [2021-03-24T20:35:36.285Z] 5e14af77c1be: Verifying Checksum [2021-03-24T20:35:36.285Z] 5e14af77c1be: Download complete [2021-03-24T20:35:36.285Z] 01666e4c0597: Verifying Checksum [2021-03-24T20:35:36.285Z] 01666e4c0597: Download complete [2021-03-24T20:35:36.285Z] 93b61091891f: Download complete [2021-03-24T20:35:36.550Z] df20fa9351a1: Pull complete [2021-03-24T20:35:36.812Z] 36b3adc4ff6f: Pull complete [2021-03-24T20:35:36.812Z] 8ad3a11d3b57: Verifying Checksum [2021-03-24T20:35:36.812Z] 8ad3a11d3b57: Download complete [2021-03-24T20:35:37.771Z] 8ad3a11d3b57: Pull complete [2021-03-24T20:35:37.771Z] 46f8f816bc3b: Pull complete [2021-03-24T20:35:38.733Z] aa168da1d23b: Verifying Checksum [2021-03-24T20:35:38.733Z] aa168da1d23b: Download complete [2021-03-24T20:35:39.681Z] 93b61091891f: Pull complete [2021-03-24T20:35:39.681Z] 93b9cdb0e59b: Pull complete [2021-03-24T20:35:39.681Z] 5e14af77c1be: Pull complete [2021-03-24T20:35:39.945Z] 01666e4c0597: Pull complete [2021-03-24T20:35:50.000Z] aa168da1d23b: Pull complete [2021-03-24T20:35:50.000Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-24T20:35:50.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T20:35:50.000Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-24T20:35:50.228Z] prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container [2021-03-24T20:35:50.285Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-24T20:35:54.398Z] $ docker top a946883820c7f325938f0e441be3c0fe379296a6b66047fc4fa2b022c2db1806 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T20:35:54.954Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-24T20:35:55.258Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-24T20:35:55.563Z] + ls /var/log/sa-host [2021-03-24T20:35:55.563Z] + sadf -c /var/log/sa-host/sa23 [2021-03-24T20:35:55.563Z] file_magic: OK [2021-03-24T20:35:55.563Z] HZ: Using current value: 100 [2021-03-24T20:35:55.563Z] file_header: OK [2021-03-24T20:35:55.563Z] 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-24T20:35:55.563Z] Statistics: [2021-03-24T20:35:55.563Z] Hnuu...uuuununununu... [2021-03-24T20:35:55.563Z] File successfully converted to sysstat format version 12.2.1 [2021-03-24T20:35:55.563Z] + sadf -c /var/log/sa-host/sa24 [2021-03-24T20:35:55.563Z] file_magic: OK [2021-03-24T20:35:55.563Z] HZ: Using current value: 100 [2021-03-24T20:35:55.563Z] file_header: OK [2021-03-24T20:35:55.563Z] 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-24T20:35:55.563Z] Statistics: [2021-03-24T20:35:55.563Z] 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... [2021-03-24T20:35:55.563Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-24T20:35:55.823Z] provisioning config files... [2021-03-24T20:35:55.838Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config4869842826672800530tmp [Pipeline] { [Pipeline] echo [2021-03-24T20:35:55.946Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:35:56.248Z] ---> create-netrc.sh [Pipeline] } [2021-03-24T20:35:56.257Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-24T20:35:56.348Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:35:56.648Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-24T20:35:56.660Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:35:56.959Z] ---> sudo-logs.sh [2021-03-24T20:35:56.959Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-24T20:35:57.027Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:35:57.325Z] ---> job-cost.sh [2021-03-24T20:35:57.326Z] lf-activate-venv: SKIPPING [2021-03-24T20:35:57.326Z] DEBUG: total: 0.20999999344348907 [2021-03-24T20:35:57.326Z] INFO: Retrieving Stack Cost... [2021-03-24T20:35:58.273Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T20:35:58.535Z] INFO: Archiving Costs [Pipeline] echo [2021-03-24T20:35:58.550Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T20:35:58.848Z] ---> logs-deploy.sh [2021-03-24T20:35:58.849Z] lf-activate-venv: SKIPPING [2021-03-24T20:35:58.849Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/13 [2021-03-24T20:35:58.849Z] INFO: archiving workspace using pattern(s): [2021-03-24T20:36:00.771Z] Archives upload complete. [2021-03-24T20:36:00.771Z] INFO: archiving logs to Nexus