Branch indexing 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at b1882bac436620be465db7044db985b75d91785f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from b1882bac436620be465db7044db985b75d91785f 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-744 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/102 [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/102 # 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 b1882bac436620be465db7044db985b75d91785f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing e24c723d2aef6e166dc6de05bbff36f405bd815e Checking out Revision e24c723d2aef6e166dc6de05bbff36f405bd815e (PR-2858) > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 b1882bac436620be465db7044db985b75d91785f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e24c723d2aef6e166dc6de05bbff36f405bd815e # timeout=10 Commit message: "Merge commit 'b1882bac436620be465db7044db985b75d91785f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T08:32:02.126Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T08:32:02.203Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T08:32:02.229Z] ========================================================= [2021-04-19T08:32:02.229Z] EdgeX Global Pipelines Version Info [2021-04-19T08:32:02.229Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:32:03.755Z] ------------------- [2021-04-19T08:32:03.756Z] stable info: [2021-04-19T08:32:03.756Z] ------------------- [2021-04-19T08:32:03.756Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T08:32:03.756Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T08:32:03.756Z] Message: update stable to v1.0.186 [2021-04-19T08:32:05.155Z] ------------------- [2021-04-19T08:32:05.155Z] experimental info: [2021-04-19T08:32:05.155Z] ------------------- [2021-04-19T08:32:05.155Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T08:32:05.155Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T08:32:05.155Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T08:32:05.265Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T08:32:05.286Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T08:32:05.307Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T08:32:05.329Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T08:32:05.350Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T08:32:05.373Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T08:32:05.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T08:32:05.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T08:32:05.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T08:32:05.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T08:32:05.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T08:32:05.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T08:32:05.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T08:32:05.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T08:32:05.568Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T08:32:05.590Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T08:32:05.612Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T08:32:05.636Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T08:32:05.658Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T08:32:05.681Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T08:32:05.702Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T08:32:05.724Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T08:32:05.745Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-04-19T08:32:05.766Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-04-19T08:32:05.787Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-04-19T08:32:05.808Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e24c723d2aef6e166dc6de05bbff36f405bd815e [Pipeline] echo [2021-04-19T08:32:05.828Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e24c723 [Pipeline] echo [2021-04-19T08:32:05.848Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T08:32:05.950Z] provisioning config files... [2021-04-19T08:32:05.982Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/102@tmp/config3261239451609784889tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:32:06.311Z] ---> docker-login.sh [2021-04-19T08:32:06.312Z] nexus3.edgexfoundry.org:10001 [2021-04-19T08:32:06.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:32:06.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:32:06.841Z] Configure a credential helper to remove this warning. See [2021-04-19T08:32:06.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:32:06.841Z] [2021-04-19T08:32:06.841Z] Login Succeeded [2021-04-19T08:32:06.841Z] nexus3.edgexfoundry.org:10002 [2021-04-19T08:32:06.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:32:07.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:32:07.103Z] Configure a credential helper to remove this warning. See [2021-04-19T08:32:07.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:32:07.103Z] [2021-04-19T08:32:07.103Z] Login Succeeded [2021-04-19T08:32:07.103Z] nexus3.edgexfoundry.org:10003 [2021-04-19T08:32:07.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:32:07.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:32:07.367Z] Configure a credential helper to remove this warning. See [2021-04-19T08:32:07.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:32:07.367Z] [2021-04-19T08:32:07.367Z] Login Succeeded [2021-04-19T08:32:07.367Z] nexus3.edgexfoundry.org:10004 [2021-04-19T08:32:07.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:32:07.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:32:07.367Z] Configure a credential helper to remove this warning. See [2021-04-19T08:32:07.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:32:07.367Z] [2021-04-19T08:32:07.367Z] Login Succeeded [2021-04-19T08:32:07.367Z] docker.io [2021-04-19T08:32:07.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:32:07.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:32:07.891Z] Configure a credential helper to remove this warning. See [2021-04-19T08:32:07.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:32:07.891Z] [2021-04-19T08:32:07.891Z] Login Succeeded [2021-04-19T08:32:07.891Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T08:32:07.900Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T08:32:08.232Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-19T08:32:08.232Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:32:08.232Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T08:32:08.232Z] ++ cut -d/ -f2 [2021-04-19T08:32:08.232Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T08:32:08.232Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:32:08.232Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T08:32:08.232Z] ++ cut -d/ -f2 [2021-04-19T08:32:08.232Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T08:32:08.232Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:32:08.232Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T08:32:08.232Z] ++ cut -d/ -f2 [2021-04-19T08:32:08.232Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T08:32:08.232Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:32:08.232Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T08:32:08.232Z] ++ cut -d/ -f2 [2021-04-19T08:32:08.232Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T08:32:08.232Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:32:08.232Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T08:32:08.232Z] ++ cut -d/ -f2 [2021-04-19T08:32:08.232Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T08:32:08.232Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:32:08.232Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T08:32:08.232Z] ++ cut -d/ -f2 [2021-04-19T08:32:08.232Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T08:32:08.232Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:32:08.232Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T08:32:08.232Z] ++ cut -d/ -f2 [2021-04-19T08:32:08.232Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T08:32:08.232Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:32:08.232Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T08:32:08.232Z] ++ cut -d/ -f2 [2021-04-19T08:32:08.232Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T08:32:08.232Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:32:08.232Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T08:32:08.232Z] ++ cut -d/ -f2 [2021-04-19T08:32:08.232Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T08:32:08.315Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:32:08.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T08:32:08.949Z] [2021-04-19T08:32:08.949Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:32:09.274Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T08:32:09.274Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T08:32:09.274Z] 31603596830f: Pulling fs layer [2021-04-19T08:32:09.274Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T08:32:09.274Z] 6ca5941a6612: Pulling fs layer [2021-04-19T08:32:09.274Z] ecc8261a40a4: Pulling fs layer [2021-04-19T08:32:09.274Z] ecc8261a40a4: Waiting [2021-04-19T08:32:09.274Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T08:32:09.274Z] 2a8b12db71e7: Download complete [2021-04-19T08:32:09.274Z] 31603596830f: Verifying Checksum [2021-04-19T08:32:09.274Z] 31603596830f: Download complete [2021-04-19T08:32:09.541Z] ecc8261a40a4: Verifying Checksum [2021-04-19T08:32:09.541Z] ecc8261a40a4: Download complete [2021-04-19T08:32:09.541Z] 6ca5941a6612: Verifying Checksum [2021-04-19T08:32:09.541Z] 6ca5941a6612: Download complete [2021-04-19T08:32:09.805Z] 31603596830f: Pull complete [2021-04-19T08:32:10.074Z] 2a8b12db71e7: Pull complete [2021-04-19T08:32:11.026Z] 6ca5941a6612: Pull complete [2021-04-19T08:32:11.026Z] ecc8261a40a4: Pull complete [2021-04-19T08:32:11.289Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T08:32:11.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T08:32:11.289Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T08:32:11.458Z] prd-centos7-docker-4c-2g-744 does not seem to be running inside a container [2021-04-19T08:32:11.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T08:32:14.577Z] $ docker top 0834c54995341c1ee5d93048c30eb3dc546cf53856a6163bcade2290ced5ddcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T08:32:14.768Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T08:32:14.768Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T08:32:15.014Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T08:32:15.020Z] $ docker exec 0834c54995341c1ee5d93048c30eb3dc546cf53856a6163bcade2290ced5ddcc ssh-agent [2021-04-19T08:32:15.215Z] SSH_AUTH_SOCK=/tmp/ssh-p7rBF7Q2c1m3/agent.11 [2021-04-19T08:32:15.215Z] SSH_AGENT_PID=16 [2021-04-19T08:32:15.233Z] Running ssh-add (command line suppressed) [2021-04-19T08:32:15.365Z] Identity added: /w/workspace/edgex-go/102@tmp/private_key_4505373460416714423.key (/w/workspace/edgex-go/102@tmp/private_key_4505373460416714423.key) [2021-04-19T08:32:15.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T08:32:15.740Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T08:32:15.764Z] $ docker exec --env ******** --env ******** 0834c54995341c1ee5d93048c30eb3dc546cf53856a6163bcade2290ced5ddcc ssh-agent -k [2021-04-19T08:32:15.880Z] unset SSH_AUTH_SOCK; [2021-04-19T08:32:15.880Z] unset SSH_AGENT_PID; [2021-04-19T08:32:15.880Z] echo Agent pid 16 killed; [2021-04-19T08:32:15.935Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T08:32:15.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T08:32:15.977Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T08:32:16.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T08:32:16.168Z] $ docker exec 0834c54995341c1ee5d93048c30eb3dc546cf53856a6163bcade2290ced5ddcc ssh-agent [2021-04-19T08:32:16.349Z] SSH_AUTH_SOCK=/tmp/ssh-nAqQI9T6Rx4f/agent.47 [2021-04-19T08:32:16.349Z] SSH_AGENT_PID=52 [2021-04-19T08:32:16.357Z] Running ssh-add (command line suppressed) [2021-04-19T08:32:16.480Z] Identity added: /w/workspace/edgex-go/102@tmp/private_key_4737676583571518034.key (/w/workspace/edgex-go/102@tmp/private_key_4737676583571518034.key) [2021-04-19T08:32:16.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T08:32:16.837Z] + git semver init [2021-04-19T08:32:16.837Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T08:32:16.837Z] # $GIT_DIR = /w/workspace/edgex-go/102/.git [2021-04-19T08:32:16.837Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/102 [2021-04-19T08:32:16.837Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T08:32:16.837Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T08:32:16.837Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T08:32:16.837Z] # $SEMVER_BRANCH = PR-2858 [2021-04-19T08:32:16.837Z] # $SEMVER_TEMP = /tmp/semver-917474607 [2021-04-19T08:32:16.837Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T08:32:35.026Z] # '/tmp/semver-917474607' -> '/w/workspace/edgex-go/102/.semver' [2021-04-19T08:32:35.290Z] # -> Force: false [2021-04-19T08:32:35.290Z] # $SEMVER_DIR = /w/workspace/edgex-go/102/.semver [Pipeline] } [2021-04-19T08:32:35.570Z] $ docker exec --env ******** --env ******** 0834c54995341c1ee5d93048c30eb3dc546cf53856a6163bcade2290ced5ddcc ssh-agent -k [2021-04-19T08:32:35.802Z] unset SSH_AUTH_SOCK; [2021-04-19T08:32:35.803Z] unset SSH_AGENT_PID; [2021-04-19T08:32:35.803Z] echo Agent pid 52 killed; [2021-04-19T08:32:35.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T08:32:36.226Z] + git semver [Pipeline] } [2021-04-19T08:32:36.244Z] $ docker stop --time=1 0834c54995341c1ee5d93048c30eb3dc546cf53856a6163bcade2290ced5ddcc [2021-04-19T08:32:37.915Z] $ docker rm -f 0834c54995341c1ee5d93048c30eb3dc546cf53856a6163bcade2290ced5ddcc [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T08:32:38.426Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T08:32:38.875Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T08:32:38.879Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T08:32:39.368Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:32:39.769Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:32:40.145Z] + sudo service docker restart [2021-04-19T08:32:40.145Z] + true [2021-04-19T08:32:40.145Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T08:32:40.738Z] ========================================================= [2021-04-19T08:32:40.738Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T08:32:40.738Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:32:41.054Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-19T08:32:44.383Z] Sending build context to Docker daemon 329.5MB [2021-04-19T08:32:44.383Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T08:32:44.383Z] Step 2/6 : FROM ${BASE} [2021-04-19T08:32:44.649Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T08:32:44.649Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T08:32:44.649Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T08:32:44.649Z] de9db76c5a1d: Pulling fs layer [2021-04-19T08:32:44.649Z] bca2f99d35d6: Pulling fs layer [2021-04-19T08:32:44.649Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T08:32:44.649Z] 7c6f9722023f: Pulling fs layer [2021-04-19T08:32:44.649Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T08:32:44.649Z] 93359f2a8cfa: Waiting [2021-04-19T08:32:44.649Z] 7c6f9722023f: Waiting [2021-04-19T08:32:44.649Z] a35cf1a2eb13: Waiting [2021-04-19T08:32:44.649Z] bca2f99d35d6: Waiting [2021-04-19T08:32:44.649Z] de9db76c5a1d: Verifying Checksum [2021-04-19T08:32:44.649Z] de9db76c5a1d: Download complete [2021-04-19T08:32:44.649Z] 0ef7d3d256c8: Download complete [2021-04-19T08:32:44.649Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T08:32:44.649Z] 93359f2a8cfa: Download complete [2021-04-19T08:32:44.649Z] 7c6f9722023f: Verifying Checksum [2021-04-19T08:32:44.649Z] 7c6f9722023f: Download complete [2021-04-19T08:32:44.649Z] 188c0c94c7c5: Download complete [2021-04-19T08:32:45.224Z] 188c0c94c7c5: Pull complete [2021-04-19T08:32:45.224Z] 0ef7d3d256c8: Pull complete [2021-04-19T08:32:45.497Z] de9db76c5a1d: Pull complete [2021-04-19T08:32:46.468Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T08:32:46.468Z] a35cf1a2eb13: Download complete [2021-04-19T08:32:47.042Z] bca2f99d35d6: Verifying Checksum [2021-04-19T08:32:47.042Z] bca2f99d35d6: Download complete [2021-04-19T08:32:53.664Z] bca2f99d35d6: Pull complete [2021-04-19T08:32:53.664Z] 93359f2a8cfa: Pull complete [2021-04-19T08:32:53.664Z] 7c6f9722023f: Pull complete [2021-04-19T08:32:54.010Z] Still waiting to schedule task [2021-04-19T08:32:54.010Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-745’ [2021-04-19T08:32:57.902Z] a35cf1a2eb13: Pull complete [2021-04-19T08:32:57.902Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T08:32:57.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T08:32:57.902Z] ---> a62c8e92a672 [2021-04-19T08:32:57.902Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-19T08:32:58.167Z] ---> Running in b1f1c00bb922 [2021-04-19T08:32:58.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:32:59.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:32:59.894Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T08:33:00.468Z] (2/12) Installing file (5.38-r0) [2021-04-19T08:33:00.468Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T08:33:00.468Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T08:33:05.785Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T08:33:05.785Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T08:33:05.785Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T08:33:05.785Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T08:33:05.785Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T08:33:06.047Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T08:33:06.047Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T08:33:06.047Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T08:33:06.311Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:33:06.311Z] OK: 233 MiB in 51 packages [2021-04-19T08:33:09.638Z] Removing intermediate container b1f1c00bb922 [2021-04-19T08:33:09.638Z] ---> 30ae08bf5ea2 [2021-04-19T08:33:09.638Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T08:33:09.638Z] ---> Running in e212c71b16bd [2021-04-19T08:33:09.638Z] Removing intermediate container e212c71b16bd [2021-04-19T08:33:09.638Z] ---> 1c44ce99e5f1 [2021-04-19T08:33:09.638Z] Step 5/6 : COPY go.mod . [2021-04-19T08:33:09.905Z] ---> 7018b8359d43 [2021-04-19T08:33:09.905Z] Step 6/6 : RUN go mod download [2021-04-19T08:33:09.905Z] ---> Running in ce802be42b2a [2021-04-19T08:33:31.928Z] Removing intermediate container ce802be42b2a [2021-04-19T08:33:31.928Z] ---> e26b682b8561 [2021-04-19T08:33:31.928Z] Successfully built e26b682b8561 [2021-04-19T08:33:31.928Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:33:32.247Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T08:33:32.247Z] . [Pipeline] withDockerContainer [2021-04-19T08:33:32.360Z] prd-centos7-docker-4c-2g-744 does not seem to be running inside a container [2021-04-19T08:33:32.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@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 ******** ci-base-image-x86_64 cat [2021-04-19T08:33:33.468Z] $ docker top d16d90ee0b6f0e840fffc8a5708dc1b6edf31a41ad6af37011b2dbc676cb3f33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:33:33.885Z] + go version [2021-04-19T08:33:33.885Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T08:33:33.902Z] $ docker stop --time=1 d16d90ee0b6f0e840fffc8a5708dc1b6edf31a41ad6af37011b2dbc676cb3f33 [2021-04-19T08:33:35.258Z] $ docker rm -f d16d90ee0b6f0e840fffc8a5708dc1b6edf31a41ad6af37011b2dbc676cb3f33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:33:35.746Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T08:33:35.746Z] . [Pipeline] withDockerContainer [2021-04-19T08:33:35.849Z] prd-centos7-docker-4c-2g-744 does not seem to be running inside a container [2021-04-19T08:33:35.899Z] $ 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/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@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 ******** ci-base-image-x86_64 cat [2021-04-19T08:33:36.596Z] $ docker top 989b85e6bd254e72ddce84bac98f85972a679f54394469c4f225ebc009fd0eec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T08:33:36.769Z] ========================================================= [2021-04-19T08:33:36.769Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T08:33:36.769Z] ========================================================= [Pipeline] sh [2021-04-19T08:33:37.062Z] + make test [2021-04-19T08:33:37.062Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T08:33:47.143Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T08:34:05.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T08:34:08.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T08:34:10.636Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T08:34:10.636Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T08:34:11.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T08:34:11.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T08:34:11.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T08:34:11.873Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T08:34:12.466Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T08:34:13.054Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T08:34:15.684Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T08:34:15.684Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T08:34:15.684Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T08:34:18.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 45.9% of statements [2021-04-19T08:34:18.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T08:34:18.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T08:34:18.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T08:34:18.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T08:34:18.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T08:34:18.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T08:34:18.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.054s coverage: 19.8% of statements [2021-04-19T08:34:18.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements [2021-04-19T08:34:22.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.1% of statements [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T08:34:22.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T08:34:22.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T08:34:22.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T08:34:22.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T08:34:23.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.9% of statements [2021-04-19T08:34:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T08:34:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:34:23.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-04-19T08:34:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T08:34:25.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements [2021-04-19T08:34:25.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T08:34:25.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T08:34:25.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T08:34:25.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T08:34:25.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T08:34:25.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-04-19T08:34:25.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T08:34:25.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2021-04-19T08:34:25.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T08:34:25.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements [2021-04-19T08:34:25.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T08:34:25.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-04-19T08:34:25.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T08:34:25.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-04-19T08:34:25.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T08:34:25.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T08:34:25.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T08:34:25.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T08:34:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.385s coverage: 93.0% of statements [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T08:34:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T08:34:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.9% of statements [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T08:34:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T08:34:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 47.1% of statements [2021-04-19T08:34:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-04-19T08:34:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.112s coverage: 94.1% of statements [2021-04-19T08:34:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-04-19T08:34:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2021-04-19T08:34:40.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements [2021-04-19T08:34:40.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-04-19T08:34:44.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.270s coverage: 81.9% of statements [2021-04-19T08:34:44.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.095s coverage: 92.9% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.6% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.112s coverage: 91.6% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.200s coverage: 64.4% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 69.0% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 38.4% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.048s coverage: 10.5% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.7% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.949s coverage: 29.1% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.127s coverage: 95.6% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T08:34:54.241Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements [2021-04-19T08:34:54.241Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-19T08:34:54.527Z] GO111MODULE=on go vet ./... [2021-04-19T08:35:21.305Z] gofmt -l . [2021-04-19T08:35:21.305Z] [ "`gofmt -l .`" = "" ] [2021-04-19T08:35:21.886Z] ./bin/test-go-mod-tidy.sh [2021-04-19T08:35:23.290Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T08:35:24.175Z] + ls -al . [2021-04-19T08:35:24.175Z] total 796 [2021-04-19T08:35:24.175Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 08:35 . [2021-04-19T08:35:24.175Z] drwxr-xr-x 4 root root 32 Apr 19 08:33 .. [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 08:31 .dockerignore [2021-04-19T08:35:24.175Z] drwxrwxr-x 8 1001 1001 179 Apr 19 08:32 .git [2021-04-19T08:35:24.175Z] drwxrwxr-x 3 1001 1001 125 Apr 19 08:31 .github [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 08:31 .gitignore [2021-04-19T08:35:24.175Z] drwx------ 3 1001 1001 60 Apr 19 08:32 .semver [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 08:31 .sonarcloud.properties [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 08:31 Attribution.txt [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 08:31 CONTRIBUTING.md [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 08:31 Dockerfile.build [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 08:31 Jenkinsfile [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 08:31 LICENSE [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 08:31 Makefile [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 08:31 README.md [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 08:31 SECURITY.md [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 08:32 VERSION [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 08:31 ZMQWindows.md [2021-04-19T08:35:24.175Z] drwxrwxr-x 2 1001 1001 117 Apr 19 08:31 bin [2021-04-19T08:35:24.175Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 08:31 cmd [2021-04-19T08:35:24.175Z] -rw-r--r-- 1 root root 687366 Apr 19 08:34 coverage.out [2021-04-19T08:35:24.175Z] -rw-r--r-- 1 root root 1058 Apr 19 08:35 go.mod [2021-04-19T08:35:24.175Z] -rw-r--r-- 1 root root 22256 Apr 19 08:35 go.sum [2021-04-19T08:35:24.175Z] drwxrwxr-x 8 1001 1001 127 Apr 19 08:31 internal [2021-04-19T08:35:24.175Z] drwxrwxr-x 4 1001 1001 26 Apr 19 08:31 openapi [2021-04-19T08:35:24.175Z] drwxrwxr-x 4 1001 1001 71 Apr 19 08:31 snap [2021-04-19T08:35:24.175Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 08:31 version.go [Pipeline] sh [2021-04-19T08:35:24.484Z] + '[' -e coverage.out ] [2021-04-19T08:35:24.484Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T08:35:24.706Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T08:35:25.001Z] + make build [2021-04-19T08:35:25.001Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:35:28.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T08:35:36.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:35:37.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:35:39.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:35:40.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:35:42.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:35:43.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:35:44.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:35:45.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:35:46.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:35:48.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-19T08:35:50.237Z] $ docker stop --time=1 989b85e6bd254e72ddce84bac98f85972a679f54394469c4f225ebc009fd0eec [2021-04-19T08:35:52.106Z] $ docker rm -f 989b85e6bd254e72ddce84bac98f85972a679f54394469c4f225ebc009fd0eec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:35:54.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:35:54.614Z] [2021-04-19T08:35:54.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:35:54.932Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:35:54.932Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T08:35:54.932Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T08:35:54.932Z] ca9280d653b3: Pulling fs layer [2021-04-19T08:35:54.932Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T08:35:54.932Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-19T08:35:54.932Z] cbdbe7a5bc2a: Download complete [2021-04-19T08:35:55.511Z] ca9280d653b3: Verifying Checksum [2021-04-19T08:35:55.511Z] ca9280d653b3: Download complete [2021-04-19T08:35:55.511Z] cbdbe7a5bc2a: Pull complete [2021-04-19T08:35:56.469Z] 7e9c9ca2126c: Verifying Checksum [2021-04-19T08:35:56.469Z] 7e9c9ca2126c: Download complete [2021-04-19T08:35:56.469Z] ca9280d653b3: Pull complete [2021-04-19T08:36:03.109Z] 7e9c9ca2126c: Pull complete [2021-04-19T08:36:03.109Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T08:36:03.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:36:03.109Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-19T08:36:03.285Z] prd-centos7-docker-4c-2g-744 does not seem to be running inside a container [2021-04-19T08:36:03.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T08:36:06.209Z] $ docker top f0b2c91fc3b88c64a2c2b11632f9a1fbbb18c3772182c76adb4397af64510c85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:36:06.666Z] + docker-compose build --help [2021-04-19T08:36:06.666Z] + grep parallel [2021-04-19T08:36:07.613Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T08:36:07.891Z] $ docker stop --time=1 f0b2c91fc3b88c64a2c2b11632f9a1fbbb18c3772182c76adb4397af64510c85 [2021-04-19T08:36:09.314Z] $ docker rm -f f0b2c91fc3b88c64a2c2b11632f9a1fbbb18c3772182c76adb4397af64510c85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:36:09.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:36:09.782Z] . [Pipeline] withDockerContainer [2021-04-19T08:36:09.890Z] prd-centos7-docker-4c-2g-744 does not seem to be running inside a container [2021-04-19T08:36:09.938Z] $ 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/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@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-04-19T08:36:10.584Z] $ docker top 9b3026b08985c6b8db74aeaa18748a33b7aeeb87cdb48a93cfd9c8219d7f1382 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:36:11.086Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T08:36:12.071Z] Building docker-core-command-go ... [2021-04-19T08:36:12.071Z] Building docker-core-data-go ... [2021-04-19T08:36:12.071Z] Building docker-core-metadata-go ... [2021-04-19T08:36:12.071Z] Building docker-security-bootstrapper-go ... [2021-04-19T08:36:12.071Z] Building docker-security-proxy-setup-go ... [2021-04-19T08:36:12.071Z] Building docker-security-secretstore-setup-go ... [2021-04-19T08:36:12.071Z] Building docker-support-notifications-go ... [2021-04-19T08:36:12.071Z] Building docker-support-scheduler-go ... [2021-04-19T08:36:12.071Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T08:36:12.071Z] Building docker-core-metadata-go [2021-04-19T08:36:12.071Z] Building docker-security-secretstore-setup-go [2021-04-19T08:36:12.071Z] Building docker-support-notifications-go [2021-04-19T08:36:12.071Z] Building docker-security-proxy-setup-go [2021-04-19T08:36:12.071Z] Building docker-security-bootstrapper-go [2021-04-19T08:36:21.708Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-752 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-19T08:36:21.725Z] Running in /w/workspace/edgex-go/102 [Pipeline] { [Pipeline] checkout [2021-04-19T08:36:28.587Z] using credential edgex-jenkins-ssh [2021-04-19T08:36:28.608Z] Cloning the remote Git repository [2021-04-19T08:36:28.754Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:36:29.024Z] > git init /w/workspace/edgex-go/102 # timeout=10 [2021-04-19T08:36:29.140Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:36:29.141Z] > git --version # timeout=10 [2021-04-19T08:36:29.167Z] > git --version # 'git version 2.17.1' [2021-04-19T08:36:29.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:36:29.240Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:36:47.709Z] Merging remotes/origin/master commit b1882bac436620be465db7044db985b75d91785f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-19T08:36:46.639Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:36:46.663Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:36:46.688Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:36:46.736Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:36:46.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:36:46.752Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T08:36:47.742Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:36:47.770Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-19T08:36:48.122Z] > git remote # timeout=10 [2021-04-19T08:36:48.149Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T08:36:48.175Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:36:48.196Z] > git merge b1882bac436620be465db7044db985b75d91785f # timeout=10 [2021-04-19T08:36:49.201Z] Merge succeeded, producing 5edcec6ed4bed02cae2cd20f6b9a032a40d05e44 [2021-04-19T08:36:49.201Z] Checking out Revision 5edcec6ed4bed02cae2cd20f6b9a032a40d05e44 (PR-2858) [2021-04-19T08:36:49.181Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T08:36:49.216Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:36:49.239Z] > git checkout -f 5edcec6ed4bed02cae2cd20f6b9a032a40d05e44 # timeout=10 [2021-04-19T08:36:51.019Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:36:51.019Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:36:51.019Z] ---> e26b682b8561 [2021-04-19T08:36:51.019Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T08:36:51.019Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:36:51.019Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:36:51.019Z] ---> e26b682b8561 [2021-04-19T08:36:51.019Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T08:36:51.019Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:36:51.019Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:36:51.019Z] ---> e26b682b8561 [2021-04-19T08:36:51.019Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T08:36:51.019Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:36:51.019Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:36:51.019Z] ---> e26b682b8561 [2021-04-19T08:36:51.019Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:36:51.019Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:36:51.019Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:36:51.019Z] ---> e26b682b8561 [2021-04-19T08:36:51.019Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:36:51.019Z] ---> Running in 967f86e22b10 [2021-04-19T08:36:51.019Z] ---> Running in f438e85d61d9 [2021-04-19T08:36:51.019Z] ---> Running in 873ec606f54d [2021-04-19T08:36:51.019Z] ---> Running in dc3ca57060d7 [2021-04-19T08:36:51.019Z] ---> Running in 0a315a6b9554 [2021-04-19T08:36:51.019Z] Removing intermediate container 967f86e22b10 [2021-04-19T08:36:51.019Z] ---> 0656026b0303 [2021-04-19T08:36:51.019Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:36:51.019Z] Removing intermediate container 0a315a6b9554 [2021-04-19T08:36:51.019Z] ---> ed3f30d8d18a [2021-04-19T08:36:51.019Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:36:51.019Z] Removing intermediate container 873ec606f54d [2021-04-19T08:36:51.019Z] ---> 02f5ca7d41ac [2021-04-19T08:36:51.019Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:36:51.019Z] Removing intermediate container dc3ca57060d7 [2021-04-19T08:36:51.019Z] ---> 83b88639b4f3 [2021-04-19T08:36:51.019Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:36:51.019Z] Removing intermediate container f438e85d61d9 [2021-04-19T08:36:51.019Z] ---> f7ac24c3d987 [2021-04-19T08:36:51.019Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:36:51.019Z] ---> Running in c04208db7ea5 [2021-04-19T08:36:51.019Z] ---> Running in 35dedd5bc30e [2021-04-19T08:36:51.019Z] ---> Running in a4123a6be4f4 [2021-04-19T08:36:51.019Z] ---> Running in 608634d47f0f [2021-04-19T08:36:51.019Z] ---> Running in 504f7e7a9379 [2021-04-19T08:36:51.019Z] Removing intermediate container 35dedd5bc30e [2021-04-19T08:36:51.019Z] ---> ddaa7d4e0fb4 [2021-04-19T08:36:51.019Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T08:36:51.019Z] Removing intermediate container c04208db7ea5 [2021-04-19T08:36:51.019Z] ---> e05ae9806e48 [2021-04-19T08:36:51.019Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T08:36:51.019Z] Removing intermediate container a4123a6be4f4 [2021-04-19T08:36:51.019Z] ---> b082c5af86e2 [2021-04-19T08:36:51.019Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T08:36:51.019Z] ---> Running in 878a7e612d4f [2021-04-19T08:36:51.019Z] ---> Running in 6632d25d9d99 [2021-04-19T08:36:51.019Z] ---> Running in a27b1b070f9a [2021-04-19T08:36:51.019Z] Removing intermediate container 608634d47f0f [2021-04-19T08:36:51.019Z] ---> 022b8d1c6bf6 [2021-04-19T08:36:51.019Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:36:51.019Z] Removing intermediate container 504f7e7a9379 [2021-04-19T08:36:51.019Z] ---> aff76cfebaa6 [2021-04-19T08:36:51.019Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T08:36:51.019Z] ---> Running in 76f27d416967 [2021-04-19T08:36:51.019Z] ---> Running in 36a15d206b04 [2021-04-19T08:36:51.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:51.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:51.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:51.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:51.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:51.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:52.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:52.351Z] OK: 233 MiB in 51 packages [2021-04-19T08:36:52.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:52.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:52.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:52.931Z] OK: 233 MiB in 51 packages [2021-04-19T08:36:52.931Z] OK: 233 MiB in 51 packages [2021-04-19T08:36:52.931Z] OK: 233 MiB in 51 packages [2021-04-19T08:36:53.511Z] OK: 233 MiB in 51 packages [2021-04-19T08:36:53.906Z] Commit message: "Merge commit 'b1882bac436620be465db7044db985b75d91785f' into HEAD" [2021-04-19T08:36:53.935Z] First time build. Skipping changelog. [2021-04-19T08:36:54.093Z] Removing intermediate container 878a7e612d4f [2021-04-19T08:36:54.093Z] ---> 5f7597aecd3b [2021-04-19T08:36:54.093Z] Step 6/21 : COPY go.mod . [2021-04-19T08:36:54.093Z] Removing intermediate container a27b1b070f9a [2021-04-19T08:36:54.093Z] ---> 9be0d7a20073 [2021-04-19T08:36:54.093Z] Step 6/31 : COPY go.mod . [2021-04-19T08:36:54.093Z] Removing intermediate container 76f27d416967 [2021-04-19T08:36:54.093Z] ---> 2c6be9c88c68 [2021-04-19T08:36:54.093Z] Step 6/23 : COPY go.mod . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T08:36:54.359Z] Removing intermediate container 6632d25d9d99 [2021-04-19T08:36:54.359Z] ---> 076c8ac49e29 [2021-04-19T08:36:54.359Z] Step 6/22 : COPY go.mod . [2021-04-19T08:36:54.359Z] Removing intermediate container 36a15d206b04 [2021-04-19T08:36:54.359Z] ---> ad92f5cf43fd [2021-04-19T08:36:54.359Z] Step 6/24 : COPY go.mod . [2021-04-19T08:36:54.359Z] ---> a1302694da46 [2021-04-19T08:36:54.359Z] Step 7/21 : RUN go mod download [2021-04-19T08:36:54.624Z] ---> Running in d5cb2c61feb2 [2021-04-19T08:36:54.624Z] ---> d2bb165ae73a [2021-04-19T08:36:54.624Z] Step 7/23 : RUN go mod download [2021-04-19T08:36:54.624Z] ---> 1fd23d68c5de [2021-04-19T08:36:54.624Z] Step 7/31 : RUN go mod download [2021-04-19T08:36:54.886Z] ---> Running in 3acc7cffb55a [2021-04-19T08:36:54.886Z] ---> Running in d83ada8a0497 [2021-04-19T08:36:54.886Z] ---> bba8b453a7ce [2021-04-19T08:36:54.886Z] Step 7/24 : RUN go mod download [2021-04-19T08:36:54.886Z] ---> 9970c304b801 [2021-04-19T08:36:54.886Z] Step 7/22 : RUN go mod download [2021-04-19T08:36:55.154Z] ---> Running in 89e4276b5e35 [2021-04-19T08:36:55.154Z] ---> Running in 5228161183fa [2021-04-19T08:36:55.325Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:36:53.921Z] > git rev-list --no-walk 65a63805328cdcb319b6d50fb9e2585eabbc7866 # timeout=10 [2021-04-19T08:36:55.777Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:36:56.124Z] + sudo service docker restart [2021-04-19T08:36:56.124Z] + true [2021-04-19T08:36:56.565Z] Removing intermediate container 3acc7cffb55a [2021-04-19T08:36:56.565Z] ---> 444a807970c8 [2021-04-19T08:36:56.828Z] Step 8/23 : COPY . . [2021-04-19T08:36:57.090Z] Removing intermediate container d5cb2c61feb2 [2021-04-19T08:36:57.090Z] ---> 79e8b9697d54 [2021-04-19T08:36:57.090Z] Step 8/21 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T08:36:58.803Z] provisioning config files... [2021-04-19T08:36:58.856Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/102@tmp/config6034910811050349164tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:36:59.254Z] ---> docker-login.sh [2021-04-19T08:36:59.254Z] nexus3.edgexfoundry.org:10001 [2021-04-19T08:37:00.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:37:00.427Z] Removing intermediate container d83ada8a0497 [2021-04-19T08:37:00.427Z] ---> 1121ceabe5cf [2021-04-19T08:37:00.427Z] Step 8/31 : COPY . . [2021-04-19T08:37:00.427Z] Removing intermediate container 5228161183fa [2021-04-19T08:37:00.427Z] ---> dbf72e9767ed [2021-04-19T08:37:00.427Z] Step 8/24 : COPY . . [2021-04-19T08:37:00.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:37:00.845Z] Configure a credential helper to remove this warning. See [2021-04-19T08:37:00.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:37:00.845Z] [2021-04-19T08:37:00.845Z] Login Succeeded [2021-04-19T08:37:00.845Z] nexus3.edgexfoundry.org:10002 [2021-04-19T08:37:01.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:37:01.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:37:01.404Z] Configure a credential helper to remove this warning. See [2021-04-19T08:37:01.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:37:01.404Z] [2021-04-19T08:37:01.404Z] Login Succeeded [2021-04-19T08:37:01.404Z] nexus3.edgexfoundry.org:10003 [2021-04-19T08:37:01.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:37:01.842Z] Removing intermediate container 89e4276b5e35 [2021-04-19T08:37:01.842Z] ---> dd3ea5534d82 [2021-04-19T08:37:01.842Z] Step 8/22 : COPY . . [2021-04-19T08:37:01.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:37:01.954Z] Configure a credential helper to remove this warning. See [2021-04-19T08:37:01.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:37:01.954Z] [2021-04-19T08:37:01.954Z] Login Succeeded [2021-04-19T08:37:01.954Z] nexus3.edgexfoundry.org:10004 [2021-04-19T08:37:02.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:37:02.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:37:02.551Z] Configure a credential helper to remove this warning. See [2021-04-19T08:37:02.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:37:02.551Z] [2021-04-19T08:37:02.551Z] Login Succeeded [2021-04-19T08:37:02.551Z] docker.io [2021-04-19T08:37:03.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:37:03.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:37:03.428Z] Configure a credential helper to remove this warning. See [2021-04-19T08:37:03.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:37:03.428Z] [2021-04-19T08:37:03.428Z] Login Succeeded [2021-04-19T08:37:03.428Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T08:37:03.456Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T08:37:03.820Z] ========================================================= [2021-04-19T08:37:03.820Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T08:37:03.820Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:37:04.168Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-19T08:37:06.830Z] Sending build context to Docker daemon 167.3MB [2021-04-19T08:37:06.830Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T08:37:06.830Z] Step 2/6 : FROM ${BASE} [2021-04-19T08:37:06.830Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T08:37:06.830Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T08:37:06.830Z] a4357932f1b6: Pulling fs layer [2021-04-19T08:37:06.830Z] 18c013af1878: Pulling fs layer [2021-04-19T08:37:06.830Z] 00ac8860ef70: Pulling fs layer [2021-04-19T08:37:06.830Z] 63d7cb157983: Pulling fs layer [2021-04-19T08:37:06.830Z] b116817d02f9: Pulling fs layer [2021-04-19T08:37:06.830Z] 745a02a5169b: Pulling fs layer [2021-04-19T08:37:06.830Z] 63d7cb157983: Waiting [2021-04-19T08:37:06.830Z] b116817d02f9: Waiting [2021-04-19T08:37:06.830Z] 745a02a5169b: Waiting [2021-04-19T08:37:06.830Z] 00ac8860ef70: Waiting [2021-04-19T08:37:06.830Z] 18c013af1878: Verifying Checksum [2021-04-19T08:37:06.830Z] 18c013af1878: Download complete [2021-04-19T08:37:06.830Z] a4357932f1b6: Verifying Checksum [2021-04-19T08:37:06.830Z] a4357932f1b6: Download complete [2021-04-19T08:37:06.830Z] 63d7cb157983: Verifying Checksum [2021-04-19T08:37:06.830Z] 63d7cb157983: Download complete [2021-04-19T08:37:06.830Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T08:37:06.830Z] 5f621e34cdf4: Download complete [2021-04-19T08:37:06.830Z] b116817d02f9: Verifying Checksum [2021-04-19T08:37:06.830Z] b116817d02f9: Download complete [2021-04-19T08:37:07.431Z] 5f621e34cdf4: Pull complete [2021-04-19T08:37:08.043Z] a4357932f1b6: Pull complete [2021-04-19T08:37:08.325Z] 18c013af1878: Pull complete [2021-04-19T08:37:08.603Z] 745a02a5169b: Verifying Checksum [2021-04-19T08:37:08.603Z] 745a02a5169b: Download complete [2021-04-19T08:37:10.583Z] 00ac8860ef70: Verifying Checksum [2021-04-19T08:37:10.583Z] 00ac8860ef70: Download complete [2021-04-19T08:37:20.738Z] 00ac8860ef70: Pull complete [2021-04-19T08:37:20.738Z] 63d7cb157983: Pull complete [2021-04-19T08:37:20.738Z] b116817d02f9: Pull complete [2021-04-19T08:37:25.065Z] 745a02a5169b: Pull complete [2021-04-19T08:37:25.065Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T08:37:25.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T08:37:25.065Z] ---> b7e6874047d6 [2021-04-19T08:37:25.065Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-19T08:37:28.482Z] ---> Running in bb21ce3d0bbe [2021-04-19T08:37:29.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:37:31.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:37:33.371Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T08:37:33.967Z] (2/12) Installing file (5.38-r0) [2021-04-19T08:37:34.239Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T08:37:34.239Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T08:37:40.724Z] ---> 61ec37ed4dd2 [2021-04-19T08:37:40.724Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T08:37:40.724Z] ---> 0d8c255c6385 [2021-04-19T08:37:40.724Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T08:37:40.724Z] ---> e9e0e8696420 [2021-04-19T08:37:40.724Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T08:37:41.326Z] ---> Running in 830c18edad73 [2021-04-19T08:37:41.326Z] ---> Running in d654b74b1b85 [2021-04-19T08:37:41.326Z] ---> Running in 8f9db1a821e4 [2021-04-19T08:37:41.901Z] ---> 1ba66e9b9b5a [2021-04-19T08:37:41.901Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T08:37:41.901Z] ---> bbeac1ff5b99 [2021-04-19T08:37:41.901Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T08:37:42.166Z] ---> Running in 7e2a47ae3243 [2021-04-19T08:37:42.166Z] ---> Running in 200fb252aa6f [2021-04-19T08:37:43.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T08:37:43.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:37:43.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T08:37:43.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:37:43.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:37:46.627Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T08:37:46.627Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T08:37:46.627Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T08:37:46.627Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T08:37:46.627Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T08:37:46.627Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T08:37:46.627Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T08:37:46.627Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T08:37:46.627Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:37:46.627Z] OK: 217 MiB in 51 packages [2021-04-19T08:37:50.932Z] Removing intermediate container bb21ce3d0bbe [2021-04-19T08:37:50.932Z] ---> 9a76a191bf49 [2021-04-19T08:37:50.932Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T08:37:50.932Z] ---> Running in 6dd764ec95cb [2021-04-19T08:37:50.932Z] Removing intermediate container 6dd764ec95cb [2021-04-19T08:37:50.933Z] ---> c9a4d0898bb4 [2021-04-19T08:37:50.933Z] Step 5/6 : COPY go.mod . [2021-04-19T08:37:51.540Z] ---> 5906e3f45fa4 [2021-04-19T08:37:51.540Z] Step 6/6 : RUN go mod download [2021-04-19T08:37:51.814Z] ---> Running in 65c4d256b38b [2021-04-19T08:38:15.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:38:15.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:38:24.171Z] Removing intermediate container 65c4d256b38b [2021-04-19T08:38:24.171Z] ---> 5e6a07d767b6 [2021-04-19T08:38:24.171Z] Successfully built 5e6a07d767b6 [2021-04-19T08:38:24.171Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:38:24.522Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T08:38:24.522Z] . [Pipeline] withDockerContainer [2021-04-19T08:38:24.844Z] prd-ubuntu18.04-docker-arm64-4c-16g-752 does not seem to be running inside a container [2021-04-19T08:38:24.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@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 ******** ci-base-image-arm64 cat [2021-04-19T08:38:26.697Z] $ docker top 6bdba73913d5131c9ab1c0c09b0e7896f984f9a87724696b37ab95e6a4a8e481 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:38:27.688Z] + go version [2021-04-19T08:38:27.688Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T08:38:27.728Z] $ docker stop --time=1 6bdba73913d5131c9ab1c0c09b0e7896f984f9a87724696b37ab95e6a4a8e481 [2021-04-19T08:38:28.230Z] Removing intermediate container 8f9db1a821e4 [2021-04-19T08:38:28.230Z] ---> e0d4a817d5ff [2021-04-19T08:38:28.230Z] [2021-04-19T08:38:28.230Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T08:38:28.230Z] 3.12: Pulling from library/alpine [2021-04-19T08:38:28.230Z] Removing intermediate container 7e2a47ae3243 [2021-04-19T08:38:28.230Z] ---> 0fed93f11931 [2021-04-19T08:38:28.230Z] [2021-04-19T08:38:28.230Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T08:38:28.230Z] 3.12: Pulling from library/alpine [2021-04-19T08:38:28.230Z] Removing intermediate container d654b74b1b85 [2021-04-19T08:38:28.230Z] ---> f4a456cbbc7d [2021-04-19T08:38:28.230Z] [2021-04-19T08:38:28.230Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T08:38:28.230Z] Removing intermediate container 200fb252aa6f [2021-04-19T08:38:28.230Z] ---> 1dc73f719667 [2021-04-19T08:38:28.230Z] [2021-04-19T08:38:28.230Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:38:28.230Z] 3.12: Pulling from library/alpine [2021-04-19T08:38:28.230Z] 3.12: Pulling from library/alpine [2021-04-19T08:38:28.230Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:38:28.230Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:38:28.230Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T08:38:28.230Z] Status: Image is up to date for alpine:3.12 [2021-04-19T08:38:28.230Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:38:28.230Z] Status: Image is up to date for alpine:3.12 [2021-04-19T08:38:28.230Z] ---> 13621d1b12d4 [2021-04-19T08:38:28.230Z] ---> 13621d1b12d4 [2021-04-19T08:38:28.230Z] Step 11/21 : RUN apk add --update --no-cache curlStep 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T08:38:28.230Z] ---> 13621d1b12d4 [2021-04-19T08:38:28.230Z] [2021-04-19T08:38:28.230Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T08:38:28.230Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:38:28.230Z] Status: Image is up to date for alpine:3.12 [2021-04-19T08:38:28.230Z] ---> 13621d1b12d4 [2021-04-19T08:38:28.230Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T08:38:29.188Z] ---> Running in 10180086dafb [2021-04-19T08:38:29.188Z] ---> Running in ebc5c43e74b8 [2021-04-19T08:38:29.188Z] ---> Running in 2f6d64c56ae1 [2021-04-19T08:38:29.188Z] ---> Running in fcdaa46568ca [2021-04-19T08:38:29.775Z] Removing intermediate container 830c18edad73 [2021-04-19T08:38:29.775Z] ---> 0dfcc0518919 [2021-04-19T08:38:29.775Z] [2021-04-19T08:38:29.775Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:38:29.775Z] ---> 13621d1b12d4 [2021-04-19T08:38:29.775Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:38:29.775Z] Removing intermediate container ebc5c43e74b8 [2021-04-19T08:38:29.775Z] ---> 17ed476c8158 [2021-04-19T08:38:29.775Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T08:38:29.803Z] $ docker rm -f 6bdba73913d5131c9ab1c0c09b0e7896f984f9a87724696b37ab95e6a4a8e481 [2021-04-19T08:38:30.047Z] ---> Running in 7996d1ab6c4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:38:30.319Z] ---> Running in bbf1b534b8b1 [2021-04-19T08:38:30.556Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T08:38:30.556Z] . [Pipeline] withDockerContainer [2021-04-19T08:38:30.873Z] prd-ubuntu18.04-docker-arm64-4c-16g-752 does not seem to be running inside a container [2021-04-19T08:38:30.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:30.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:30.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:30.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:30.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:30.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:30.902Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T08:38:30.993Z] $ 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/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@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 ******** ci-base-image-arm64 cat [2021-04-19T08:38:31.169Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:38:31.169Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T08:38:31.169Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T08:38:31.169Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:38:31.169Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:38:31.169Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T08:38:31.169Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T08:38:31.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:31.169Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:38:31.169Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:38:31.169Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T08:38:31.169Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:38:31.169Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:38:31.169Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T08:38:31.169Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:38:31.169Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T08:38:31.169Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:38:31.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:31.169Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:38:31.169Z] OK: 7 MiB in 18 packages [2021-04-19T08:38:31.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:31.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:38:31.169Z] OK: 6 MiB in 16 packages [2021-04-19T08:38:31.169Z] OK: 7 MiB in 20 packages [2021-04-19T08:38:31.439Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T08:38:31.439Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:38:31.439Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:38:31.439Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T08:38:31.439Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:38:31.439Z] OK: 6 MiB in 15 packages [2021-04-19T08:38:31.439Z] OK: 6 MiB in 16 packages [2021-04-19T08:38:32.663Z] $ docker top a357df9ac69996786006153801ebb9ff572106d753dc1dc378a2f61c159b76f2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T08:38:33.021Z] ========================================================= [2021-04-19T08:38:33.021Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T08:38:33.021Z] ========================================================= [Pipeline] sh [2021-04-19T08:38:33.693Z] + make test [2021-04-19T08:38:33.693Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T08:38:34.765Z] Removing intermediate container 2f6d64c56ae1 [2021-04-19T08:38:34.765Z] ---> 8a5ce2bd453b [2021-04-19T08:38:34.765Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:38:34.765Z] Removing intermediate container 7996d1ab6c4f [2021-04-19T08:38:34.765Z] ---> a76ba8370787 [2021-04-19T08:38:34.765Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:38:34.765Z] Removing intermediate container fcdaa46568ca [2021-04-19T08:38:34.765Z] ---> 1a5870368469 [2021-04-19T08:38:34.765Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:38:34.765Z] Removing intermediate container 10180086dafb [2021-04-19T08:38:34.765Z] ---> 025099f1049e [2021-04-19T08:38:34.765Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:38:34.765Z] ---> Running in b59767b5eb61 [2021-04-19T08:38:34.765Z] Removing intermediate container bbf1b534b8b1 [2021-04-19T08:38:34.765Z] ---> 77f43f56b105 [2021-04-19T08:38:34.765Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T08:38:35.032Z] ---> Running in aaf18040048c [2021-04-19T08:38:35.032Z] ---> Running in 7150d3995574 [2021-04-19T08:38:35.032Z] ---> Running in 3eac6028d52f [2021-04-19T08:38:35.032Z] ---> Running in cbd7e94df2c9 [2021-04-19T08:38:35.032Z] Removing intermediate container b59767b5eb61 [2021-04-19T08:38:35.032Z] ---> a54e4fb18e10 [2021-04-19T08:38:35.032Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T08:38:35.295Z] Removing intermediate container aaf18040048c [2021-04-19T08:38:35.295Z] ---> dd43f72e0698 [2021-04-19T08:38:35.295Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T08:38:35.295Z] ---> Running in 442cbe3dafce [2021-04-19T08:38:35.561Z] Removing intermediate container 3eac6028d52f [2021-04-19T08:38:35.561Z] ---> 8911e836dd45 [2021-04-19T08:38:35.561Z] Step 13/21 : WORKDIR /edgex [2021-04-19T08:38:35.561Z] Removing intermediate container cbd7e94df2c9 [2021-04-19T08:38:35.561Z] ---> 7382886ae425 [2021-04-19T08:38:35.561Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T08:38:35.561Z] Removing intermediate container 7150d3995574 [2021-04-19T08:38:35.561Z] ---> e7f16acbfb60 [2021-04-19T08:38:35.561Z] Step 13/24 : WORKDIR / [2021-04-19T08:38:35.561Z] ---> Running in b58c0644ca67 [2021-04-19T08:38:35.561Z] ---> Running in 38eca0e7c463 [2021-04-19T08:38:35.823Z] ---> Running in 33fd1a07ad7d [2021-04-19T08:38:35.823Z] ---> Running in 0926f77cc005 [2021-04-19T08:38:35.823Z] Removing intermediate container 442cbe3dafce [2021-04-19T08:38:35.823Z] ---> f1309dc427a0 [2021-04-19T08:38:35.823Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:38:36.091Z] Removing intermediate container b58c0644ca67 [2021-04-19T08:38:36.091Z] ---> d124786e55bb [2021-04-19T08:38:36.091Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:38:36.091Z] ---> Running in 28b6f4a31d71 [2021-04-19T08:38:36.091Z] Removing intermediate container 38eca0e7c463 [2021-04-19T08:38:36.091Z] ---> fb5e957a66b3 [2021-04-19T08:38:36.091Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T08:38:36.091Z] Removing intermediate container 33fd1a07ad7d [2021-04-19T08:38:36.091Z] ---> 97dcd7c8ffb4 [2021-04-19T08:38:36.091Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T08:38:36.091Z] ---> Running in 8eb8bdf22340 [2021-04-19T08:38:36.355Z] Removing intermediate container 0926f77cc005 [2021-04-19T08:38:36.355Z] ---> 8ba4292c5d3a [2021-04-19T08:38:36.355Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-19T08:38:36.355Z] Removing intermediate container 28b6f4a31d71 [2021-04-19T08:38:36.355Z] ---> a500bed45381 [2021-04-19T08:38:36.355Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:38:36.355Z] ---> Running in f23e5cc64492 [2021-04-19T08:38:36.619Z] Removing intermediate container 8eb8bdf22340 [2021-04-19T08:38:36.619Z] ---> 8e1f06e92f07 [2021-04-19T08:38:36.619Z] Step 15/23 : WORKDIR / [2021-04-19T08:38:36.619Z] ---> 145c12995a60 [2021-04-19T08:38:36.619Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T08:38:36.889Z] ---> Running in 44899d947f67 [2021-04-19T08:38:36.889Z] ---> 74ee29402715 [2021-04-19T08:38:36.889Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-19T08:38:36.889Z] ---> fa4dec04865a [2021-04-19T08:38:36.889Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T08:38:37.174Z] Removing intermediate container 44899d947f67 [2021-04-19T08:38:37.174Z] ---> 4644ef4b7ec5 [2021-04-19T08:38:37.174Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:38:37.448Z] ---> 26aae9173c45 [2021-04-19T08:38:37.448Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T08:38:37.712Z] ---> 2067b7514063 [2021-04-19T08:38:37.712Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T08:38:37.978Z] ---> 0ef86d32e262 [2021-04-19T08:38:37.978Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T08:38:37.978Z] ---> 97feb0e4ef76 [2021-04-19T08:38:37.978Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T08:38:37.978Z] ---> 876ba84e1eb2 [2021-04-19T08:38:37.978Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T08:38:38.245Z] Removing intermediate container f23e5cc64492 [2021-04-19T08:38:38.245Z] ---> 68554d072e31 [2021-04-19T08:38:38.245Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T08:38:38.515Z] ---> Running in 7a83aca20e09 [2021-04-19T08:38:38.515Z] ---> 49a8b119426e [2021-04-19T08:38:38.515Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T08:38:38.515Z] ---> effc770c8738 [2021-04-19T08:38:38.515Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T08:38:38.782Z] ---> f59cc3458c64 [2021-04-19T08:38:38.782Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T08:38:38.782Z] ---> Running in 7b3aa7b294a0 [2021-04-19T08:38:38.782Z] ---> Running in 4ea8a1131589 [2021-04-19T08:38:38.782Z] ---> ae707e63cc17 [2021-04-19T08:38:38.782Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T08:38:38.782Z] Removing intermediate container 7a83aca20e09 [2021-04-19T08:38:38.782Z] ---> 83d7b1589476 [2021-04-19T08:38:38.782Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T08:38:39.358Z] Removing intermediate container 7b3aa7b294a0 [2021-04-19T08:38:39.358Z] ---> d359e23aa364 [2021-04-19T08:38:39.358Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:38:39.358Z] Removing intermediate container 4ea8a1131589 [2021-04-19T08:38:39.358Z] ---> 5874dbf35e9e [2021-04-19T08:38:39.358Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T08:38:39.358Z] ---> f56470c51ac0 [2021-04-19T08:38:39.358Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T08:38:39.358Z] ---> Running in 8920586a3e72 [2021-04-19T08:38:39.624Z] ---> Running in 8b047f3a8b3c [2021-04-19T08:38:39.624Z] ---> 61e024db938f [2021-04-19T08:38:39.624Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T08:38:39.624Z] ---> 85fd902bae0e [2021-04-19T08:38:39.624Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T08:38:39.624Z] ---> Running in e0836f84d2c8 [2021-04-19T08:38:39.624Z] ---> Running in 0548909afa91 [2021-04-19T08:38:39.886Z] Removing intermediate container 8b047f3a8b3c [2021-04-19T08:38:39.886Z] ---> 19fbe5e09160 [2021-04-19T08:38:39.886Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T08:38:40.149Z] Removing intermediate container 8920586a3e72 [2021-04-19T08:38:40.149Z] ---> be2d2b146e76 [2021-04-19T08:38:40.149Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T08:38:40.149Z] ---> Running in 141aa7b1d434 [2021-04-19T08:38:40.149Z] Removing intermediate container e0836f84d2c8 [2021-04-19T08:38:40.149Z] ---> c9e303fef0e4 [2021-04-19T08:38:40.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:38:40.149Z] ---> f91d925ea2ba [2021-04-19T08:38:40.149Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-19T08:38:40.413Z] ---> Running in 6f3247db7466 [2021-04-19T08:38:40.413Z] ---> Running in b2a9ed7e503f [2021-04-19T08:38:40.413Z] ---> Running in 9af84c570a5d [2021-04-19T08:38:40.413Z] Removing intermediate container 141aa7b1d434 [2021-04-19T08:38:40.413Z] ---> d833ae3a94e5 [2021-04-19T08:38:40.413Z] Step 20/21 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:38:40.677Z] ---> Running in 9fc3dbca3a50 [2021-04-19T08:38:40.950Z] Removing intermediate container b2a9ed7e503f [2021-04-19T08:38:40.950Z] ---> feb951a14c92 [2021-04-19T08:38:40.950Z] Step 21/22 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:38:40.950Z] Removing intermediate container 6f3247db7466 [2021-04-19T08:38:40.950Z] ---> ac9d68832729 [2021-04-19T08:38:40.950Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:38:40.950Z] ---> Running in aa999e209296 [2021-04-19T08:38:40.950Z] ---> Running in dab0a7efe95b [2021-04-19T08:38:41.214Z] Removing intermediate container 9fc3dbca3a50 [2021-04-19T08:38:41.214Z] ---> 8ccc0d072378 [2021-04-19T08:38:41.214Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T08:38:41.214Z] ---> Running in 21239af6197e [2021-04-19T08:38:41.476Z] Removing intermediate container aa999e209296 [2021-04-19T08:38:41.476Z] ---> 80a7babb2427 [2021-04-19T08:38:41.476Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:38:41.477Z] Removing intermediate container dab0a7efe95b [2021-04-19T08:38:41.477Z] ---> aea494b7109a [2021-04-19T08:38:41.477Z] Step 22/23 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:38:41.740Z] ---> Running in 0877d2723dba [2021-04-19T08:38:41.740Z] ---> Running in e3d5aecd6c85 [2021-04-19T08:38:41.740Z] Removing intermediate container 21239af6197e [2021-04-19T08:38:41.740Z] ---> 22ba2674e69d [2021-04-19T08:38:41.740Z] [2021-04-19T08:38:42.002Z] Removing intermediate container 0548909afa91 [2021-04-19T08:38:42.002Z] ---> 0d00a31d58f2 [2021-04-19T08:38:42.002Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:38:42.266Z] Removing intermediate container 0877d2723dba [2021-04-19T08:38:42.266Z] ---> 39865c906580 [2021-04-19T08:38:42.266Z] [2021-04-19T08:38:42.266Z] Successfully built 22ba2674e69d [2021-04-19T08:38:42.266Z] Removing intermediate container e3d5aecd6c85 [2021-04-19T08:38:42.266Z] ---> 7ae45f9e2136 [2021-04-19T08:38:42.266Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:38:42.266Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T08:38:42.266Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-19T08:38:42.266Z] Successfully built 39865c906580 [2021-04-19T08:38:42.528Z] Removing intermediate container 9af84c570a5d [2021-04-19T08:38:42.528Z] ---> 89844932fac9 [2021-04-19T08:38:42.528Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T08:38:42.528Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T08:38:42.528Z] Building docker-core-command-go [2021-04-19T08:38:42.528Z]  Building docker-support-notifications-go ... done  ---> e974d47b468e [2021-04-19T08:38:42.528Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T08:38:42.528Z] ---> Running in 06cfc8c3a168 [2021-04-19T08:38:42.528Z] ---> Running in de5d27a634a7 [2021-04-19T08:38:42.802Z] Removing intermediate container 06cfc8c3a168 [2021-04-19T08:38:42.802Z] ---> b7f1493d024e [2021-04-19T08:38:42.802Z] [2021-04-19T08:38:42.802Z] Removing intermediate container de5d27a634a7 [2021-04-19T08:38:42.802Z] ---> 2294599eeb48 [2021-04-19T08:38:42.802Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T08:38:43.070Z] Successfully built b7f1493d024e [2021-04-19T08:38:43.070Z] Successfully tagged docker-core-metadata-go:latest [2021-04-19T08:38:43.070Z] ---> Running in f7db521219f6 [2021-04-19T08:38:43.070Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-19T08:38:43.070Z] ---> 50c127df8466 [2021-04-19T08:38:43.070Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T08:38:43.333Z] Removing intermediate container f7db521219f6 [2021-04-19T08:38:43.333Z] ---> 759e5f1828a1 [2021-04-19T08:38:43.333Z] Step 23/24 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:38:43.333Z] ---> Running in 9ada2b0355b7 [2021-04-19T08:38:43.598Z] ---> f65e37556f53 [2021-04-19T08:38:43.598Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T08:38:43.867Z] Removing intermediate container 9ada2b0355b7 [2021-04-19T08:38:43.867Z] ---> 85e5ec51730a [2021-04-19T08:38:43.867Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T08:38:44.136Z] ---> Running in 2c035c12ba48 [2021-04-19T08:38:47.462Z] ---> 8ec8df868ef9 [2021-04-19T08:38:47.462Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T08:38:49.388Z] Removing intermediate container 2c035c12ba48 [2021-04-19T08:38:49.388Z] ---> 9d772055df2f [2021-04-19T08:38:49.388Z] [2021-04-19T08:38:49.388Z] ---> b4ab45efb38a [2021-04-19T08:38:49.388Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T08:38:49.388Z] Successfully built 9d772055df2f [2021-04-19T08:38:49.651Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T08:38:49.651Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-04-19T08:38:52.976Z] ---> Running in 900d12768484 [2021-04-19T08:38:53.239Z] Removing intermediate container 900d12768484 [2021-04-19T08:38:53.239Z] ---> 11fd5e957fb2 [2021-04-19T08:38:53.239Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T08:38:53.817Z] ---> 8a67666d9cce [2021-04-19T08:38:53.817Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T08:38:53.817Z] ---> Running in 77fe7cfbdf22 [2021-04-19T08:39:02.046Z] Removing intermediate container 77fe7cfbdf22 [2021-04-19T08:39:02.046Z] ---> da58e7267b6e [2021-04-19T08:39:02.046Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T08:39:02.648Z] ---> Running in 7612ae70abce [2021-04-19T08:39:03.319Z] Removing intermediate container 7612ae70abce [2021-04-19T08:39:03.319Z] ---> 7c9038f568a1 [2021-04-19T08:39:03.319Z] Step 28/31 : CMD ["gate"] [2021-04-19T08:39:06.082Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T08:39:08.886Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:39:08.886Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:39:08.886Z] ---> e26b682b8561 [2021-04-19T08:39:08.886Z] Step 3/23 : WORKDIR /edgex-goStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:39:08.886Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:39:08.886Z] [2021-04-19T08:39:08.886Z] ---> e26b682b8561 [2021-04-19T08:39:08.886Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> f7ac24c3d987 [2021-04-19T08:39:08.886Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> f7ac24c3d987 [2021-04-19T08:39:08.886Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> aff76cfebaa6 [2021-04-19T08:39:08.886Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> aff76cfebaa6 [2021-04-19T08:39:08.886Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> ad92f5cf43fd [2021-04-19T08:39:08.886Z] Step 6/23 : COPY go.mod . [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> bba8b453a7ce [2021-04-19T08:39:08.886Z] Step 7/23 : RUN go mod download [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> dbf72e9767ed [2021-04-19T08:39:08.886Z] Step 8/23 : COPY . . [2021-04-19T08:39:08.886Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:39:08.886Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:39:08.886Z] ---> e26b682b8561 [2021-04-19T08:39:08.886Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> f7ac24c3d987 [2021-04-19T08:39:08.886Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> aff76cfebaa6 [2021-04-19T08:39:08.886Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T08:39:08.886Z] ---> Using cache [2021-04-19T08:39:08.886Z] ---> 1ba66e9b9b5a [2021-04-19T08:39:08.886Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T08:39:09.923Z] ---> Running in addbbc69a4fa [2021-04-19T08:39:09.923Z] ---> Running in 8a9998f9d9c3 [2021-04-19T08:39:09.923Z] ---> Running in 873c89feb4c7 [2021-04-19T08:39:09.923Z] ---> Running in 053b8a74d8ec [2021-04-19T08:39:10.747Z] Removing intermediate container addbbc69a4fa [2021-04-19T08:39:10.747Z] ---> 9bdcf0d44241 [2021-04-19T08:39:10.747Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T08:39:11.365Z] ---> Running in 52d0993774b1 [2021-04-19T08:39:12.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:39:12.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:39:12.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:39:12.806Z] Removing intermediate container 52d0993774b1 [2021-04-19T08:39:12.806Z] ---> 0cd3d3dabe64 [2021-04-19T08:39:12.806Z] Step 30/31 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:39:13.133Z] ---> Running in 43d74cc47849 [2021-04-19T08:39:13.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:39:13.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:39:13.458Z] OK: 233 MiB in 51 packages [2021-04-19T08:39:13.458Z] OK: 233 MiB in 51 packages [2021-04-19T08:39:13.871Z] Removing intermediate container 43d74cc47849 [2021-04-19T08:39:13.871Z] ---> b0a04b8bd085 [2021-04-19T08:39:13.871Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T08:39:14.571Z] ---> Running in bebafe26ccdc [2021-04-19T08:39:14.571Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:39:14.571Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:39:14.571Z] ---> e26b682b8561 [2021-04-19T08:39:14.571Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:39:14.571Z] ---> Using cache [2021-04-19T08:39:14.571Z] ---> f7ac24c3d987 [2021-04-19T08:39:14.571Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:39:14.571Z] ---> Using cache [2021-04-19T08:39:14.571Z] ---> aff76cfebaa6 [2021-04-19T08:39:14.571Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T08:39:14.571Z] ---> Using cache [2021-04-19T08:39:14.571Z] ---> ad92f5cf43fd [2021-04-19T08:39:14.571Z] Step 6/22 : COPY go.mod . [2021-04-19T08:39:14.571Z] ---> Using cache [2021-04-19T08:39:14.571Z] ---> bba8b453a7ce [2021-04-19T08:39:14.571Z] Step 7/22 : RUN go mod download [2021-04-19T08:39:14.571Z] ---> Using cache [2021-04-19T08:39:14.571Z] ---> dbf72e9767ed [2021-04-19T08:39:14.571Z] Step 8/22 : COPY . . [2021-04-19T08:39:14.571Z] ---> Using cache [2021-04-19T08:39:14.571Z] ---> 1ba66e9b9b5a [2021-04-19T08:39:14.571Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T08:39:15.596Z] ---> Running in 88f7d0844f75 [2021-04-19T08:39:15.596Z] Removing intermediate container bebafe26ccdc [2021-04-19T08:39:15.596Z] ---> 45c1808dfc5e [2021-04-19T08:39:15.596Z] [2021-04-19T08:39:15.869Z] Successfully built 45c1808dfc5e [2021-04-19T08:39:16.152Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T08:39:16.152Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8a9998f9d9c3 [2021-04-19T08:39:16.152Z] ---> b882f5ef9830 [2021-04-19T08:39:16.152Z] Step 6/23 : COPY go.mod . [2021-04-19T08:39:16.152Z] Removing intermediate container 053b8a74d8ec [2021-04-19T08:39:16.152Z] ---> 432894cd192d [2021-04-19T08:39:16.152Z] Step 6/23 : COPY go.mod . [2021-04-19T08:39:16.756Z] ---> 8d8cb8ff7049 [2021-04-19T08:39:16.756Z] Step 7/23 : RUN go mod download [2021-04-19T08:39:16.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:39:16.756Z] ---> Running in 64dcdd879824 [2021-04-19T08:39:16.756Z] ---> 688d63653409 [2021-04-19T08:39:16.756Z] Step 7/23 : RUN go mod download [2021-04-19T08:39:17.033Z] ---> Running in 06c079ca453c [2021-04-19T08:39:21.320Z] Removing intermediate container 06c079ca453c [2021-04-19T08:39:21.320Z] ---> 547ab696cfe5 [2021-04-19T08:39:21.320Z] Step 8/23 : COPY . . [2021-04-19T08:39:21.320Z] Removing intermediate container 64dcdd879824 [2021-04-19T08:39:21.320Z] ---> e504a8c4e06b [2021-04-19T08:39:21.320Z] Step 8/23 : COPY . . [2021-04-19T08:39:53.826Z] Removing intermediate container 873c89feb4c7 [2021-04-19T08:39:53.826Z] ---> 6fd8b60a1c76 [2021-04-19T08:39:53.826Z] [2021-04-19T08:39:53.826Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:39:53.826Z] ---> 13621d1b12d4 [2021-04-19T08:39:53.826Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:39:53.826Z] ---> Using cache [2021-04-19T08:39:53.826Z] ---> a76ba8370787 [2021-04-19T08:39:53.826Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:39:53.826Z] ---> Using cache [2021-04-19T08:39:53.826Z] ---> dd43f72e0698 [2021-04-19T08:39:53.826Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T08:39:53.826Z] ---> Running in 31a83a350910 [2021-04-19T08:39:53.826Z] ---> 4fd8b60c101d [2021-04-19T08:39:53.826Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T08:39:53.826Z] ---> 62846800d12c [2021-04-19T08:39:53.826Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T08:39:53.826Z] ---> Running in 8de591ab14bb [2021-04-19T08:39:53.826Z] ---> Running in d7d15a7b7771 [2021-04-19T08:39:53.826Z] Removing intermediate container 88f7d0844f75 [2021-04-19T08:39:53.826Z] ---> 57dc81775f51 [2021-04-19T08:39:53.826Z] [2021-04-19T08:39:53.826Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:39:53.826Z] ---> 13621d1b12d4 [2021-04-19T08:39:53.826Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:39:53.826Z] ---> Using cache [2021-04-19T08:39:53.826Z] ---> a76ba8370787 [2021-04-19T08:39:53.826Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:39:53.826Z] ---> Using cache [2021-04-19T08:39:53.826Z] ---> dd43f72e0698 [2021-04-19T08:39:53.826Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T08:39:54.095Z] ---> Running in 431cab58ac0d [2021-04-19T08:39:54.364Z] Removing intermediate container 31a83a350910 [2021-04-19T08:39:54.364Z] ---> ecef53c84ca7 [2021-04-19T08:39:54.364Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:39:54.364Z] ---> Running in b72ffabab47a [2021-04-19T08:39:54.637Z] Removing intermediate container 431cab58ac0d [2021-04-19T08:39:54.637Z] ---> 3fc5fc3a543d [2021-04-19T08:39:54.637Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:39:54.637Z] ---> Running in 41d26f680177 [2021-04-19T08:39:54.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:39:54.637Z] Removing intermediate container b72ffabab47a [2021-04-19T08:39:54.637Z] ---> 1255eceffc35 [2021-04-19T08:39:54.637Z] Step 15/23 : WORKDIR / [2021-04-19T08:39:54.637Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:39:56.034Z] ---> Running in 2a85ba850baf [2021-04-19T08:39:56.034Z] Removing intermediate container 41d26f680177 [2021-04-19T08:39:56.034Z] ---> 27afab2e6c0c [2021-04-19T08:39:56.034Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:39:56.296Z] Removing intermediate container 2a85ba850baf [2021-04-19T08:39:56.296Z] ---> 071f03f41b77 [2021-04-19T08:39:56.296Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:39:56.296Z] ---> 10a5cab4df85 [2021-04-19T08:39:56.296Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T08:39:56.558Z] ---> a1a4eee65ec3 [2021-04-19T08:39:56.558Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T08:39:57.149Z] ---> 88ca60f8aced [2021-04-19T08:39:57.149Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T08:39:57.419Z] ---> a6aeaa797e56 [2021-04-19T08:39:57.419Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T08:39:57.684Z] ---> 5c62c9e51df9 [2021-04-19T08:39:57.684Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T08:39:57.962Z] ---> 5784c1446a6e [2021-04-19T08:39:57.962Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T08:39:57.962Z] ---> Running in f363010acbfb [2021-04-19T08:39:58.230Z] ---> Running in de5656f74038 [2021-04-19T08:39:58.500Z] Removing intermediate container f363010acbfb [2021-04-19T08:39:58.500Z] ---> e725d1bfb779 [2021-04-19T08:39:58.500Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:39:58.763Z] Removing intermediate container de5656f74038 [2021-04-19T08:39:58.763Z] ---> ecd062a3bbb6 [2021-04-19T08:39:58.763Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:39:58.763Z] ---> Running in fa5c42bd2752 [2021-04-19T08:39:58.763Z] ---> Running in 38349f9a8ba6 [2021-04-19T08:39:59.038Z] Removing intermediate container fa5c42bd2752 [2021-04-19T08:39:59.038Z] ---> 10e4d30e64b1 [2021-04-19T08:39:59.038Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T08:39:59.303Z] ---> Running in eb052a08788e [2021-04-19T08:39:59.303Z] Removing intermediate container 38349f9a8ba6 [2021-04-19T08:39:59.303Z] ---> 8e1eb8fd9ab9 [2021-04-19T08:39:59.303Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:39:59.303Z] ---> Running in 486dd7b31ac3 [2021-04-19T08:39:59.571Z] Removing intermediate container eb052a08788e [2021-04-19T08:39:59.571Z] ---> ed2c62ab2937 [2021-04-19T08:39:59.571Z] Step 21/22 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:39:59.857Z] ---> Running in fbc98724ae09 [2021-04-19T08:39:59.857Z] Removing intermediate container 486dd7b31ac3 [2021-04-19T08:39:59.857Z] ---> 6c058f2d21d6 [2021-04-19T08:39:59.857Z] Step 22/23 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:39:59.857Z] ---> Running in b17a8e6f9392 [2021-04-19T08:40:00.137Z] Removing intermediate container fbc98724ae09 [2021-04-19T08:40:00.137Z] ---> d95983f3ef4e [2021-04-19T08:40:00.137Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:40:00.137Z] ---> Running in e7764324411e [2021-04-19T08:40:00.423Z] Removing intermediate container b17a8e6f9392 [2021-04-19T08:40:00.423Z] ---> 8724cba2851d [2021-04-19T08:40:00.423Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:40:00.423Z] ---> Running in 93341afe4541 [2021-04-19T08:40:00.423Z] Removing intermediate container e7764324411e [2021-04-19T08:40:00.423Z] ---> a7f32b27b3b2 [2021-04-19T08:40:00.423Z] [2021-04-19T08:40:00.701Z] Removing intermediate container 93341afe4541 [2021-04-19T08:40:00.701Z] ---> 4bdc8d24d873 [2021-04-19T08:40:00.701Z] [2021-04-19T08:40:00.974Z] Successfully built a7f32b27b3b2 [2021-04-19T08:40:00.974Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-19T08:40:00.974Z]  Building docker-support-scheduler-go ... done Successfully built 4bdc8d24d873 [2021-04-19T08:40:00.974Z] Successfully tagged docker-core-command-go:latest [2021-04-19T08:40:02.790Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T08:40:08.247Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T08:40:18.495Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T08:40:18.495Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T08:40:19.223Z]  Building docker-core-command-go ... done Removing intermediate container 8de591ab14bb [2021-04-19T08:40:19.223Z] ---> b5ed846704c7 [2021-04-19T08:40:19.223Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T08:40:19.223Z] ---> Running in 2fb0a784533d [2021-04-19T08:40:19.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:40:19.954Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T08:40:19.954Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T08:40:19.954Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T08:40:20.563Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T08:40:20.614Z] Removing intermediate container d7d15a7b7771 [2021-04-19T08:40:20.615Z] ---> c7e192310b19 [2021-04-19T08:40:20.615Z] [2021-04-19T08:40:20.615Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:40:20.615Z] ---> 13621d1b12d4 [2021-04-19T08:40:20.615Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T08:40:20.615Z] ---> Running in 086154d115fe [2021-04-19T08:40:20.615Z] Removing intermediate container 2fb0a784533d [2021-04-19T08:40:20.615Z] ---> 9fe2a501b700 [2021-04-19T08:40:20.615Z] [2021-04-19T08:40:20.615Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T08:40:20.880Z] Removing intermediate container 086154d115fe [2021-04-19T08:40:20.880Z] ---> 3cf4bee03140 [2021-04-19T08:40:20.880Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T08:40:20.880Z] 20.10.0: Pulling from library/docker [2021-04-19T08:40:20.880Z] ---> Running in d726c1cf86bd [2021-04-19T08:40:20.880Z] Removing intermediate container d726c1cf86bd [2021-04-19T08:40:20.880Z] ---> f94f878622a4 [2021-04-19T08:40:20.880Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T08:40:21.143Z] ---> Running in 463b07c920a2 [2021-04-19T08:40:21.785Z] Removing intermediate container 463b07c920a2 [2021-04-19T08:40:21.785Z] ---> 7f91bb77144a [2021-04-19T08:40:21.785Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:40:22.745Z] ---> Running in ff9c281cfb03 [2021-04-19T08:40:24.140Z] Removing intermediate container ff9c281cfb03 [2021-04-19T08:40:24.140Z] ---> af4de3f3bc18 [2021-04-19T08:40:24.140Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T08:40:24.140Z] ---> Running in cdb320db3787 [2021-04-19T08:40:24.904Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T08:40:25.184Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T08:40:26.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:40:26.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:40:26.612Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T08:40:26.612Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T08:40:26.612Z] ---> aefe523efa57 [2021-04-19T08:40:26.612Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:40:26.876Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:40:26.876Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T08:40:26.876Z] ---> Running in a8a25ecafc4f [2021-04-19T08:40:26.876Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T08:40:27.138Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T08:40:27.138Z] Removing intermediate container a8a25ecafc4f [2021-04-19T08:40:27.138Z] ---> e383dee08c41 [2021-04-19T08:40:27.138Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T08:40:27.138Z] ---> Running in 734057a65f8e [2021-04-19T08:40:27.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:40:27.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:40:27.980Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T08:40:27.980Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T08:40:27.980Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T08:40:27.980Z] Executing bash-5.0.17-r0.post-install [2021-04-19T08:40:27.980Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:40:27.980Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T08:40:27.980Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T08:40:27.980Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T08:40:27.980Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T08:40:27.980Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T08:40:27.980Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T08:40:27.980Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T08:40:27.980Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T08:40:27.980Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T08:40:27.980Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T08:40:27.980Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T08:40:28.242Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:40:28.242Z] OK: 8 MiB in 20 packages [2021-04-19T08:40:31.563Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T08:40:31.563Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T08:40:31.563Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T08:40:31.563Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T08:40:31.563Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T08:40:31.563Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T08:40:31.563Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T08:40:31.563Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T08:40:31.563Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T08:40:31.563Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T08:40:31.563Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T08:40:31.563Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T08:40:31.563Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T08:40:31.825Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T08:40:32.086Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T08:40:32.086Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T08:40:32.086Z] Removing intermediate container cdb320db3787 [2021-04-19T08:40:32.086Z] ---> 09bad63fe1e0 [2021-04-19T08:40:32.086Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:40:32.086Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T08:40:32.086Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T08:40:32.086Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T08:40:32.349Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T08:40:32.349Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T08:40:32.349Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T08:40:32.349Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T08:40:32.349Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T08:40:32.349Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T08:40:32.349Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T08:40:32.349Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:40:32.349Z] OK: 72 MiB in 59 packages [2021-04-19T08:40:33.302Z] ---> ab18c2256fca [2021-04-19T08:40:33.302Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T08:40:33.511Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T08:40:33.511Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T08:40:33.511Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T08:40:33.578Z] Collecting docker-compose==1.23.2 [2021-04-19T08:40:33.578Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T08:40:34.524Z] ---> 74cf06b92359 [2021-04-19T08:40:34.524Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T08:40:34.788Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T08:40:34.788Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T08:40:34.788Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T08:40:34.788Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T08:40:34.788Z] ---> 88fc20806b7c [2021-04-19T08:40:34.788Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T08:40:35.050Z] ---> Running in 1e0a464ca382 [2021-04-19T08:40:35.050Z] Collecting PyYAML<4,>=3.10 [2021-04-19T08:40:35.050Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T08:40:35.050Z] Removing intermediate container 1e0a464ca382 [2021-04-19T08:40:35.050Z] ---> 4cccc5a978b7 [2021-04-19T08:40:35.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:40:35.313Z] ---> Running in 48cb5d6b363a [2021-04-19T08:40:35.889Z] Removing intermediate container 48cb5d6b363a [2021-04-19T08:40:35.889Z] ---> 9f34b4292406 [2021-04-19T08:40:35.889Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:40:35.889Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T08:40:35.889Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T08:40:36.152Z] ---> Running in 323d047b007e [2021-04-19T08:40:36.418Z] Removing intermediate container 323d047b007e [2021-04-19T08:40:36.418Z] ---> 124c4ca92ae5 [2021-04-19T08:40:36.418Z] Step 22/23 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:40:36.418Z] ---> Running in 17dd84b5002e [2021-04-19T08:40:36.993Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T08:40:36.993Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T08:40:36.993Z] Removing intermediate container 17dd84b5002e [2021-04-19T08:40:36.993Z] ---> dee45af72ed2 [2021-04-19T08:40:36.993Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:40:36.993Z] ---> Running in b0b343f2b832 [2021-04-19T08:40:37.255Z] Removing intermediate container b0b343f2b832 [2021-04-19T08:40:37.256Z] ---> 75164d125edd [2021-04-19T08:40:37.256Z] [2021-04-19T08:40:37.517Z] Successfully built 75164d125edd [2021-04-19T08:40:37.517Z] Successfully tagged docker-core-data-go:latest [2021-04-19T08:40:37.517Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2021-04-19T08:40:37.517Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T08:40:38.089Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T08:40:38.089Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T08:40:38.350Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-19T08:40:38.350Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T08:40:38.350Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T08:40:38.612Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T08:40:38.612Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T08:40:38.612Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T08:40:38.612Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T08:40:38.612Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-19T08:40:38.612Z] Collecting idna<2.8,>=2.5 [2021-04-19T08:40:38.612Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T08:40:38.873Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T08:40:38.873Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T08:40:38.873Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-19T08:40:38.873Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T08:40:38.873Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T08:40:38.873Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T08:40:38.873Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T08:40:39.137Z] Installing collected packages: jsonschema, websocket-client, PyYAML, dockerpty, texttable, docopt, idna, urllib3, requests, docker-pycreds, docker, cached-property, docker-compose [2021-04-19T08:40:39.400Z] Running setup.py install for PyYAML: started [2021-04-19T08:40:39.974Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T08:40:39.974Z] Running setup.py install for dockerpty: started [2021-04-19T08:40:40.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.323s coverage: 45.9% of statements [2021-04-19T08:40:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T08:40:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T08:40:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T08:40:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T08:40:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T08:40:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T08:40:40.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.196s coverage: 19.8% of statements [2021-04-19T08:40:40.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.219s coverage: 100.0% of statements [2021-04-19T08:40:40.547Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T08:40:40.547Z] Running setup.py install for texttable: started [2021-04-19T08:40:40.810Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T08:40:40.810Z] Running setup.py install for docopt: started [2021-04-19T08:40:41.386Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T08:40:41.386Z] Attempting uninstall: idna [2021-04-19T08:40:41.386Z] Found existing installation: idna 2.9 [2021-04-19T08:40:41.386Z] Uninstalling idna-2.9: [2021-04-19T08:40:41.386Z] Successfully uninstalled idna-2.9 [2021-04-19T08:40:41.649Z] Attempting uninstall: urllib3 [2021-04-19T08:40:41.649Z] Found existing installation: urllib3 1.25.9 [2021-04-19T08:40:41.649Z] Uninstalling urllib3-1.25.9: [2021-04-19T08:40:41.649Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T08:40:41.912Z] Attempting uninstall: requests [2021-04-19T08:40:41.912Z] Found existing installation: requests 2.23.0 [2021-04-19T08:40:41.912Z] Uninstalling requests-2.23.0: [2021-04-19T08:40:41.912Z] Successfully uninstalled requests-2.23.0 [2021-04-19T08:40:42.487Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-19T08:40:48.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.549s coverage: 27.1% of statements [2021-04-19T08:40:48.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T08:40:48.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T08:40:48.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T08:40:48.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T08:40:48.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T08:40:48.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T08:40:48.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.132s coverage: 100.0% of statements [2021-04-19T08:40:48.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T08:40:48.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements [2021-04-19T08:40:48.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T08:40:48.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T08:40:50.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 71.3% of statements [2021-04-19T08:40:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T08:40:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T08:40:50.656Z] Removing intermediate container 734057a65f8e [2021-04-19T08:40:50.656Z] ---> be7b4c12834d [2021-04-19T08:40:50.656Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T08:40:50.656Z] ---> Running in 3ff8fd0d8a67 [2021-04-19T08:40:50.656Z] Removing intermediate container 3ff8fd0d8a67 [2021-04-19T08:40:50.656Z] ---> 7ef54e8a0739 [2021-04-19T08:40:50.656Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T08:40:50.656Z] ---> Running in f72634a3a18b [2021-04-19T08:40:50.656Z] Removing intermediate container f72634a3a18b [2021-04-19T08:40:50.656Z] ---> dd923a14de98 [2021-04-19T08:40:50.656Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T08:40:50.920Z] ---> 89d81187cb12 [2021-04-19T08:40:50.920Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T08:40:51.185Z] ---> 51acdc576488 [2021-04-19T08:40:51.185Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T08:40:51.448Z] ---> 26a0f3a739cc [2021-04-19T08:40:51.448Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T08:40:51.710Z] ---> Running in 9296c3df315d [2021-04-19T08:40:51.710Z] Removing intermediate container 9296c3df315d [2021-04-19T08:40:51.710Z] ---> 5eae03ea14b5 [2021-04-19T08:40:51.710Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:40:51.710Z] ---> Running in bc67f0cb9c64 [2021-04-19T08:40:51.975Z] Removing intermediate container bc67f0cb9c64 [2021-04-19T08:40:51.975Z] ---> b1c4d6545c51 [2021-04-19T08:40:51.975Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:40:51.975Z] ---> Running in 8dd03e46c2e6 [2021-04-19T08:40:52.243Z] Removing intermediate container 8dd03e46c2e6 [2021-04-19T08:40:52.243Z] ---> dba567c37bb1 [2021-04-19T08:40:52.243Z] Step 22/23 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:40:52.243Z] ---> Running in 21c28eab1f94 [2021-04-19T08:40:52.506Z] Removing intermediate container 21c28eab1f94 [2021-04-19T08:40:52.506Z] ---> 3448372ca8f7 [2021-04-19T08:40:52.506Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:40:52.506Z] ---> Running in eb1189fd6dbd [2021-04-19T08:40:52.768Z] Removing intermediate container eb1189fd6dbd [2021-04-19T08:40:52.768Z] ---> b546398d6fb8 [2021-04-19T08:40:52.768Z] [2021-04-19T08:40:52.768Z] Successfully built b546398d6fb8 [2021-04-19T08:40:53.030Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T08:40:53.317Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T08:40:53.363Z] $ docker stop --time=1 9b3026b08985c6b8db74aeaa18748a33b7aeeb87cdb48a93cfd9c8219d7f1382 [2021-04-19T08:40:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.646s coverage: 82.9% of statements [2021-04-19T08:40:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T08:40:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:40:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.201s coverage: 78.9% of statements [2021-04-19T08:40:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T08:40:56.257Z] $ docker rm -f 9b3026b08985c6b8db74aeaa18748a33b7aeeb87cdb48a93cfd9c8219d7f1382 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T08:40:56.897Z] + docker images [2021-04-19T08:40:56.897Z] + grep docker [2021-04-19T08:40:57.169Z] docker-sys-mgmt-agent-go latest b546398d6fb8 5 seconds ago 312MB [2021-04-19T08:40:57.169Z] docker-core-data-go latest 75164d125edd 20 seconds ago 22.9MB [2021-04-19T08:40:57.169Z] docker-support-scheduler-go latest a7f32b27b3b2 57 seconds ago 17.6MB [2021-04-19T08:40:57.169Z] docker-core-command-go latest 4bdc8d24d873 57 seconds ago 17.5MB [2021-04-19T08:40:57.169Z] docker-security-bootstrapper-go latest 45c1808dfc5e About a minute ago 19.3MB [2021-04-19T08:40:57.169Z] docker-security-secretstore-setup-go latest 9d772055df2f 2 minutes ago 26.3MB [2021-04-19T08:40:57.169Z] docker-core-metadata-go latest b7f1493d024e 2 minutes ago 19.2MB [2021-04-19T08:40:57.169Z] docker-security-proxy-setup-go latest 22ba2674e69d 2 minutes ago 26MB [2021-04-19T08:40:57.169Z] docker-support-notifications-go latest 39865c906580 2 minutes ago 18.2MB [2021-04-19T08:40:57.169Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-19T08:41:03.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.475s coverage: 28.6% of statements [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T08:41:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T08:41:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T08:41:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.477s coverage: 86.7% of statements [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T08:41:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.444s coverage: 97.5% of statements [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T08:41:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.233s coverage: 78.3% of statements [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T08:41:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T08:41:12.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.394s coverage: 93.0% of statements [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T08:41:12.118Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.119s coverage: 58.8% of statements [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T08:41:12.118Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 0.9% of statements [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T08:41:12.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T08:41:12.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.139s coverage: 47.1% of statements [2021-04-19T08:41:12.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.161s coverage: 79.5% of statements [2021-04-19T08:41:12.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.190s coverage: 94.1% of statements [2021-04-19T08:41:12.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.155s coverage: 96.3% of statements [2021-04-19T08:41:12.564Z] Still waiting to schedule task [2021-04-19T08:41:12.564Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-755’ [2021-04-19T08:41:12.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements [2021-04-19T08:41:27.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.161s coverage: 94.4% of statements [2021-04-19T08:41:27.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.147s coverage: 44.8% of statements [2021-04-19T08:41:30.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.537s coverage: 81.9% of statements [2021-04-19T08:41:30.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T08:41:40.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.173s coverage: 92.9% of statements [2021-04-19T08:41:40.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T08:41:40.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T08:41:40.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T08:41:40.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-19T08:41:40.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T08:41:40.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T08:41:40.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T08:41:40.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T08:41:40.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T08:41:40.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-04-19T08:41:40.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T08:41:40.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T08:41:40.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.118s coverage: 100.0% of statements [2021-04-19T08:41:40.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T08:41:40.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.167s coverage: 75.5% of statements [2021-04-19T08:41:40.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T08:41:40.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.137s coverage: 80.8% of statements [2021-04-19T08:41:40.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.203s coverage: 87.2% of statements [2021-04-19T08:41:40.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.213s coverage: 84.6% of statements [2021-04-19T08:41:40.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.269s coverage: 91.6% of statements [2021-04-19T08:41:40.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T08:41:42.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.693s coverage: 64.4% of statements [2021-04-19T08:41:42.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T08:41:42.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T08:41:42.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements [2021-04-19T08:41:42.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements [2021-04-19T08:41:42.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-04-19T08:41:42.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-04-19T08:41:44.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements [2021-04-19T08:41:47.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.905s coverage: 69.0% of statements [2021-04-19T08:41:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T08:41:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T08:41:47.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T08:41:49.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.522s coverage: 38.4% of statements [2021-04-19T08:41:49.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T08:41:49.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T08:41:49.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.136s coverage: 89.5% of statements [2021-04-19T08:41:49.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T08:41:49.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [2021-04-19T08:41:55.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.532s coverage: 47.0% of statements [2021-04-19T08:41:55.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T08:41:55.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T08:41:55.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T08:41:55.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T08:41:55.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T08:41:55.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements [2021-04-19T08:41:55.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T08:41:55.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-04-19T08:41:55.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T08:41:55.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T08:41:55.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.126s coverage: 10.5% of statements [2021-04-19T08:41:55.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T08:41:58.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.458s coverage: 87.7% of statements [2021-04-19T08:41:58.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T08:41:58.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:41:58.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T08:42:05.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.603s coverage: 29.1% of statements [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T08:42:05.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.212s coverage: 99.0% of statements [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T08:42:05.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.183s coverage: 100.0% of statements [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T08:42:05.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.306s coverage: 95.6% of statements [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T08:42:05.162Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T08:42:05.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.089s coverage: 100.0% of statements [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T08:42:05.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T08:42:05.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T08:42:05.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-04-19T08:42:06.156Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.134s coverage: 28.1% of statements [2021-04-19T08:42:07.594Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-04-19T08:42:08.569Z] GO111MODULE=on go vet ./... [2021-04-19T08:43:07.571Z] Running on prd-ubuntu18.04-docker-8c-8g-757 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-19T08:43:07.587Z] Running in /w/workspace/edgex-go/102 [Pipeline] { [Pipeline] checkout [2021-04-19T08:43:09.876Z] using credential edgex-jenkins-ssh [2021-04-19T08:43:09.888Z] Cloning the remote Git repository [2021-04-19T08:43:09.920Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:43:09.987Z] > git init /w/workspace/edgex-go/102 # timeout=10 [2021-04-19T08:43:10.016Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:43:10.016Z] > git --version # timeout=10 [2021-04-19T08:43:10.025Z] > git --version # 'git version 2.17.1' [2021-04-19T08:43:10.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:43:10.057Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:43:25.382Z] Merging remotes/origin/master commit b1882bac436620be465db7044db985b75d91785f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-19T08:43:24.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:43:24.708Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:43:24.719Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:43:24.731Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:43:24.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:43:24.736Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T08:43:25.413Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:43:25.418Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-19T08:43:25.513Z] > git remote # timeout=10 [2021-04-19T08:43:25.521Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T08:43:25.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:43:25.532Z] > git merge b1882bac436620be465db7044db985b75d91785f # timeout=10 [2021-04-19T08:43:25.729Z] Merge succeeded, producing f2e79e224a3f32591ea3d8ded515db3a2953b8f8 [2021-04-19T08:43:25.729Z] Checking out Revision f2e79e224a3f32591ea3d8ded515db3a2953b8f8 (PR-2858) [2021-04-19T08:43:25.739Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T08:43:25.751Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:43:25.754Z] > git checkout -f f2e79e224a3f32591ea3d8ded515db3a2953b8f8 # timeout=10 [2021-04-19T08:43:29.391Z] Commit message: "Merge commit 'b1882bac436620be465db7044db985b75d91785f' into HEAD" [2021-04-19T08:43:29.403Z] First time build. Skipping changelog. [2021-04-19T08:43:29.413Z] > git rev-list --no-walk 65a63805328cdcb319b6d50fb9e2585eabbc7866 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:43:30.409Z] gofmt -l . [2021-04-19T08:43:30.503Z] + echo snap-build.sh [2021-04-19T08:43:30.503Z] snap-build.sh [2021-04-19T08:43:30.503Z] + SNAP_BASE_DIR=. [2021-04-19T08:43:30.503Z] + '[' '!' -z /w/workspace/edgex-go/102 ']' [2021-04-19T08:43:30.503Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/102 [2021-04-19T08:43:30.503Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/102]' [2021-04-19T08:43:30.503Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/102] [2021-04-19T08:43:30.503Z] + cd /w/workspace/edgex-go/102 [2021-04-19T08:43:30.503Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-19T08:43:30.503Z] Reading package lists... [2021-04-19T08:43:30.503Z] Building dependency tree... [2021-04-19T08:43:30.503Z] Reading state information... [2021-04-19T08:43:30.767Z] The following packages were automatically installed and are no longer required: [2021-04-19T08:43:30.767Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-19T08:43:30.767Z] uidmap xdelta3 [2021-04-19T08:43:30.767Z] Use 'sudo apt autoremove' to remove them. [2021-04-19T08:43:30.767Z] The following packages will be REMOVED: [2021-04-19T08:43:30.767Z] lxd* lxd-client* [2021-04-19T08:43:31.342Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-19T08:43:31.342Z] After this operation, 31.7 MB disk space will be freed. [2021-04-19T08:43:32.144Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-19T08:43:32.144Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T08:43:33.090Z] Removing lxd dnsmasq configuration [2021-04-19T08:43:33.090Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T08:43:33.351Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-19T08:43:33.791Z] [ "`gofmt -l .`" = "" ] [2021-04-19T08:43:34.296Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-19T08:43:34.296Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-19T08:43:34.296Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T08:43:35.688Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-19T08:43:35.688Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-19T08:43:37.077Z] + sudo snap remove --purge lxd [2021-04-19T08:43:37.186Z] ./bin/test-go-mod-tidy.sh [2021-04-19T08:43:37.339Z] snap "lxd" is not installed [2021-04-19T08:43:37.339Z] + sudo groupadd --force --system lxd [2021-04-19T08:43:37.339Z] ++ whoami [2021-04-19T08:43:37.339Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-19T08:43:37.339Z] + newgrp - lxd [2021-04-19T08:43:37.339Z] + sudo snap install lxd [2021-04-19T08:43:38.165Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T08:43:40.266Z] + ls -al . [2021-04-19T08:43:40.266Z] total 824 [2021-04-19T08:43:40.266Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 08:43 . [2021-04-19T08:43:40.266Z] drwxr-xr-x 4 root root 4096 Apr 19 08:38 .. [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 08:36 .dockerignore [2021-04-19T08:43:40.266Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 08:36 .git [2021-04-19T08:43:40.266Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 08:36 .github [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 08:36 .gitignore [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 08:36 .sonarcloud.properties [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 08:36 Attribution.txt [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 08:36 CONTRIBUTING.md [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 08:36 Dockerfile.build [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 08:36 Jenkinsfile [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 08:36 LICENSE [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 08:36 Makefile [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 08:36 README.md [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 08:36 SECURITY.md [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 08:32 VERSION [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 08:36 ZMQWindows.md [2021-04-19T08:43:40.266Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 08:36 bin [2021-04-19T08:43:40.266Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 08:36 cmd [2021-04-19T08:43:40.266Z] -rw-r--r-- 1 root root 687366 Apr 19 08:42 coverage.out [2021-04-19T08:43:40.266Z] -rw-r--r-- 1 root root 1058 Apr 19 08:43 go.mod [2021-04-19T08:43:40.266Z] -rw-r--r-- 1 root root 22256 Apr 19 08:43 go.sum [2021-04-19T08:43:40.266Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 08:36 internal [2021-04-19T08:43:40.266Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 08:36 openapi [2021-04-19T08:43:40.266Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 08:36 snap [2021-04-19T08:43:40.266Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 08:36 version.go [Pipeline] sh [2021-04-19T08:43:40.930Z] + '[' -e coverage.out ] [2021-04-19T08:43:40.930Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T08:43:41.016Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T08:43:42.369Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T08:43:43.087Z] + make build [2021-04-19T08:43:43.087Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:43:45.501Z] 2021-04-19T08:43:42Z INFO Waiting for automatic snapd restart... [2021-04-19T08:43:55.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T08:44:00.429Z] lxd 4.13 from Canonical* installed [2021-04-19T08:44:00.429Z] + sudo lxd init --auto [2021-04-19T08:44:08.793Z] + sudo snap install --classic snapcraft [2021-04-19T08:44:13.005Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T08:44:13.005Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-19T08:44:13.005Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-19T08:44:13.005Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T08:44:13.005Z] Dload Upload Total Spent Left Speed [2021-04-19T08:44:13.005Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 6890 0 --:--:-- --:--:-- --:--:-- 6966 [2021-04-19T08:44:13.005Z] 100 3325k 100 3325k 0 0 19.3M 0 --:--:-- --:--:-- --:--:-- 19.3M [2021-04-19T08:44:13.005Z] ./yq_linux_amd64 [2021-04-19T08:44:13.005Z] + sudo snapcraft prime --use-lxd [2021-04-19T08:44:14.394Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-19T08:44:14.394Z] 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-04-19T08:44:14.394Z] - README.md [2021-04-19T08:44:14.394Z] [2021-04-19T08:44:14.394Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T08:44:14.966Z] Launching a container. [2021-04-19T08:44:22.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:44:25.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:44:27.216Z] Waiting for container to be ready [2021-04-19T08:44:27.216Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-19T08:44:27.216Z] [2021-04-19T08:44:29.762Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-19T08:44:30.334Z] Waiting for network to be ready... [2021-04-19T08:44:30.906Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T08:44:30.906Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T08:44:31.167Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T08:44:31.429Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T08:44:31.429Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T08:44:31.690Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T08:44:31.690Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T08:44:31.690Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T08:44:31.690Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T08:44:31.690Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T08:44:31.690Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T08:44:31.690Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T08:44:31.690Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T08:44:31.690Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T08:44:31.690Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T08:44:31.690Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T08:44:31.690Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T08:44:31.952Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T08:44:32.213Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T08:44:32.473Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T08:44:32.473Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T08:44:32.473Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T08:44:32.473Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T08:44:32.473Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T08:44:32.473Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T08:44:32.473Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T08:44:32.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:44:32.734Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-19T08:44:32.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:44:35.288Z] Fetched 24.4 MB in 5s (5398 kB/s) [2021-04-19T08:44:36.230Z] Reading package lists... [2021-04-19T08:44:36.230Z] Reading package lists... [2021-04-19T08:44:36.498Z] Building dependency tree... [2021-04-19T08:44:36.498Z] Reading state information... [2021-04-19T08:44:36.498Z] The following additional packages will be installed: [2021-04-19T08:44:36.498Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T08:44:36.498Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T08:44:36.498Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T08:44:36.498Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-19T08:44:36.498Z] Suggested packages: [2021-04-19T08:44:36.498Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-19T08:44:36.498Z] Recommended packages: [2021-04-19T08:44:36.498Z] gnupg libsasl2-modules [2021-04-19T08:44:36.498Z] The following NEW packages will be installed: [2021-04-19T08:44:36.498Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T08:44:36.498Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T08:44:36.498Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T08:44:36.498Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-19T08:44:36.498Z] The following packages will be upgraded: [2021-04-19T08:44:36.498Z] gpg gpg-agent gpgconf libudev1 [2021-04-19T08:44:36.498Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-19T08:44:36.498Z] Need to get 3529 kB of archives. [2021-04-19T08:44:36.498Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-19T08:44:36.498Z] 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-04-19T08:44:36.498Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-19T08:44:36.759Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-19T08:44:36.759Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-19T08:44:36.759Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-19T08:44:37.020Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-19T08:44:37.280Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-19T08:44:37.280Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-19T08:44:37.280Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-19T08:44:37.539Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-19T08:44:37.539Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-19T08:44:37.539Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-19T08:44:37.539Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-19T08:44:37.539Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-19T08:44:37.539Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-19T08:44:37.539Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-19T08:44:37.539Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-19T08:44:37.539Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-19T08:44:37.539Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-19T08:44:37.539Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-19T08:44:37.539Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-19T08:44:37.539Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-19T08:44:37.801Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:44:37.801Z] Fetched 3529 kB in 1s (3449 kB/s) [2021-04-19T08:44:37.801Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T08:44:37.801Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:44:37.801Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:44:37.801Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-19T08:44:38.064Z] Selecting previously unselected package udev. [2021-04-19T08:44:38.064Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T08:44:38.064Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:44:38.064Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-19T08:44:38.325Z] Selecting previously unselected package libfuse2:amd64. [2021-04-19T08:44:38.325Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T08:44:38.325Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T08:44:38.325Z] Selecting previously unselected package fuse. [2021-04-19T08:44:38.325Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T08:44:38.325Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-19T08:44:38.587Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:44:38.587Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:44:38.587Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:44:38.587Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:44:38.852Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:44:38.852Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:44:38.852Z] Selecting previously unselected package libksba8:amd64. [2021-04-19T08:44:38.852Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-19T08:44:38.852Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-19T08:44:38.852Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-19T08:44:38.852Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:44:38.852Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:39.114Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-19T08:44:39.114Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:44:39.114Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:39.114Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-19T08:44:39.114Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:44:39.114Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:39.114Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-19T08:44:39.114Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:44:39.114Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:39.380Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-19T08:44:39.380Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:44:39.380Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:39.380Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-19T08:44:39.380Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:44:39.380Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:39.380Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-19T08:44:39.380Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:44:39.380Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:39.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:44:39.644Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-19T08:44:39.644Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:44:39.644Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:39.644Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-19T08:44:39.644Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:44:39.644Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:39.906Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-19T08:44:39.906Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T08:44:39.906Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:44:39.906Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-19T08:44:39.906Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T08:44:39.906Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:44:39.906Z] Selecting previously unselected package libldap-common. [2021-04-19T08:44:39.906Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-19T08:44:39.906Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:44:40.166Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-19T08:44:40.167Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-19T08:44:40.167Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:44:40.167Z] Selecting previously unselected package dirmngr. [2021-04-19T08:44:40.167Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:44:40.167Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T08:44:40.427Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:44:40.427Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-19T08:44:40.427Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T08:44:40.427Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:44:40.427Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:44:40.427Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-19T08:44:40.688Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:40.688Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-19T08:44:40.688Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:44:40.688Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-19T08:44:40.951Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-19T08:44:41.211Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:41.211Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-19T08:44:41.211Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-19T08:44:41.211Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-19T08:44:41.211Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:41.211Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:41.472Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:41.472Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:41.472Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:41.472Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:41.472Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:44:41.472Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:44:41.472Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T08:44:41.472Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:44:42.046Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-19T08:44:42.046Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-19T08:44:42.046Z] This means they are not meant to be enabled using systemctl. [2021-04-19T08:44:42.046Z] Possible reasons for having this kind of units are: [2021-04-19T08:44:42.046Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-19T08:44:42.046Z] .wants/ or .requires/ directory. [2021-04-19T08:44:42.046Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-19T08:44:42.046Z] a requirement dependency on it. [2021-04-19T08:44:42.046Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-19T08:44:42.046Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-19T08:44:42.046Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-19T08:44:42.046Z] instance name specified. [2021-04-19T08:44:42.307Z] Reading package lists... [2021-04-19T08:44:42.568Z] Building dependency tree... [2021-04-19T08:44:42.568Z] Reading state information... [2021-04-19T08:44:42.829Z] The following additional packages will be installed: [2021-04-19T08:44:42.829Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-19T08:44:42.829Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-19T08:44:42.829Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-19T08:44:42.829Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-19T08:44:42.829Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-19T08:44:42.829Z] Suggested packages: [2021-04-19T08:44:42.829Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-19T08:44:42.829Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-19T08:44:42.829Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-19T08:44:42.829Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-19T08:44:42.829Z] systemd-container policykit-1 [2021-04-19T08:44:42.829Z] Recommended packages: [2021-04-19T08:44:42.829Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-19T08:44:42.829Z] The following NEW packages will be installed: [2021-04-19T08:44:42.829Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-19T08:44:42.829Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-19T08:44:42.829Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-19T08:44:42.829Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-19T08:44:42.829Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-19T08:44:42.829Z] The following packages will be upgraded: [2021-04-19T08:44:42.829Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-19T08:44:43.090Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-19T08:44:43.090Z] Need to get 35.2 MB of archives. [2021-04-19T08:44:43.090Z] After this operation, 141 MB of additional disk space will be used. [2021-04-19T08:44:43.090Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-19T08:44:43.090Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-19T08:44:43.662Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-19T08:44:43.662Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-19T08:44:43.662Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-19T08:44:43.925Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-19T08:44:43.925Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-19T08:44:43.925Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-19T08:44:43.925Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-19T08:44:43.925Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-19T08:44:43.925Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-19T08:44:43.925Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-19T08:44:43.925Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-19T08:44:43.925Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-19T08:44:43.925Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-19T08:44:43.925Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-19T08:44:43.925Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-19T08:44:43.925Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-19T08:44:43.925Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-19T08:44:43.925Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-19T08:44:43.925Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-19T08:44:43.925Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-19T08:44:43.925Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-19T08:44:43.925Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-19T08:44:43.925Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-19T08:44:43.925Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-19T08:44:44.185Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-19T08:44:44.185Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-19T08:44:44.185Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-19T08:44:44.185Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-19T08:44:44.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:44:45.125Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:44:45.387Z] Fetched 35.2 MB in 2s (15.6 MB/s) [2021-04-19T08:44:45.387Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T08:44:45.387Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:44:45.647Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:44:46.219Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:44:46.219Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:44:46.219Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-19T08:44:46.479Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T08:44:46.479Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-19T08:44:46.479Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-19T08:44:46.479Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-19T08:44:46.741Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T08:44:46.741Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-19T08:44:46.741Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-19T08:44:48.130Z] Setting up apt (1.6.13) ... [2021-04-19T08:44:48.391Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-19T08:44:48.963Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-19T08:44:49.224Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-19T08:44:49.224Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T08:44:49.224Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T08:44:49.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:44:49.485Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-19T08:44:49.485Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:44:49.485Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:44:49.746Z] Selecting previously unselected package libexpat1:amd64. [2021-04-19T08:44:49.746Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-19T08:44:49.746Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T08:44:49.746Z] Selecting previously unselected package python3.6-minimal. [2021-04-19T08:44:49.746Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:44:49.746Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:44:50.006Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T08:44:50.006Z] Checking for services that may need to be restarted...done. [2021-04-19T08:44:50.006Z] Checking for services that may need to be restarted...done. [2021-04-19T08:44:50.266Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:44:50.266Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T08:44:50.266Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:44:50.837Z] Selecting previously unselected package python3-minimal. [2021-04-19T08:44:50.837Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-19T08:44:50.837Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-19T08:44:50.837Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-19T08:44:50.837Z] Selecting previously unselected package mime-support. [2021-04-19T08:44:50.837Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-19T08:44:50.837Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-19T08:44:50.837Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-19T08:44:50.837Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-19T08:44:51.098Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T08:44:51.098Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-19T08:44:51.098Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:44:51.098Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:44:51.360Z] Selecting previously unselected package python3.6. [2021-04-19T08:44:51.360Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:44:51.360Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:44:51.360Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-19T08:44:51.360Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-19T08:44:51.360Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T08:44:51.622Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-19T08:44:51.883Z] Selecting previously unselected package python3. [2021-04-19T08:44:51.883Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-19T08:44:51.883Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-19T08:44:51.883Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-19T08:44:51.883Z] Selecting previously unselected package multiarch-support. [2021-04-19T08:44:51.883Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:44:51.883Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T08:44:52.144Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T08:44:52.144Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-19T08:44:52.144Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-19T08:44:52.144Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-19T08:44:52.144Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T08:44:52.144Z] Selecting previously unselected package libbsd0:amd64. [2021-04-19T08:44:52.144Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-19T08:44:52.144Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T08:44:52.406Z] Selecting previously unselected package sudo. [2021-04-19T08:44:52.406Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-19T08:44:52.406Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T08:44:52.406Z] Selecting previously unselected package apparmor. [2021-04-19T08:44:52.406Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T08:44:52.406Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-19T08:44:52.667Z] Selecting previously unselected package libedit2:amd64. [2021-04-19T08:44:52.667Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-19T08:44:52.667Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T08:44:52.667Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-19T08:44:52.667Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:44:52.667Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:44:52.927Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-19T08:44:52.927Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:44:52.927Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:44:52.927Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-19T08:44:52.927Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-19T08:44:52.927Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T08:44:52.927Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-19T08:44:52.927Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:44:52.927Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:44:53.188Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-19T08:44:53.188Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:44:53.188Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:44:53.188Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-19T08:44:53.188Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-19T08:44:53.188Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T08:44:53.450Z] Selecting previously unselected package openssh-client. [2021-04-19T08:44:53.450Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-19T08:44:53.450Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T08:44:53.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:44:53.710Z] Selecting previously unselected package squashfs-tools. [2021-04-19T08:44:53.711Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-19T08:44:53.711Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T08:44:53.711Z] Selecting previously unselected package snapd. [2021-04-19T08:44:53.711Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-19T08:44:53.711Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-19T08:44:55.624Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T08:44:55.624Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T08:44:55.624Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-19T08:44:55.885Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T08:44:55.885Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T08:44:55.885Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:44:55.885Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:44:55.885Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-19T08:44:55.885Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-19T08:44:56.827Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T08:44:56.827Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T08:44:56.827Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T08:44:56.827Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:44:56.827Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:44:56.827Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:44:57.398Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T08:44:57.398Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:44:57.398Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T08:44:57.398Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-19T08:44:57.398Z] running python rtupdate hooks for python3.6... [2021-04-19T08:44:57.398Z] running python post-rtupdate hooks for python3.6... [2021-04-19T08:44:57.658Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-19T08:44:57.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:44:59.043Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-19T08:44:59.304Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:44:59.304Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T08:44:59.304Z] Setting up snapd (2.48.3+18.04) ... [2021-04-19T08:44:59.877Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-19T08:44:59.877Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-19T08:45:00.137Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-19T08:45:00.398Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-19T08:45:00.659Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T08:45:00.659Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T08:45:00.659Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-19T08:45:00.921Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-19T08:45:01.184Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-19T08:45:01.184Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-19T08:45:01.445Z] /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-04-19T08:45:01.445Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:45:01.445Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T08:45:02.832Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:45:02.832Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:45:03.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T08:45:03.403Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:45:04.346Z] Reading package lists... [2021-04-19T08:45:04.606Z] Reading package lists... [2021-04-19T08:45:04.866Z] Building dependency tree... [2021-04-19T08:45:04.866Z] Reading state information... [2021-04-19T08:45:04.866Z] Calculating upgrade... [2021-04-19T08:45:05.127Z] The following packages will be upgraded: [2021-04-19T08:45:05.127Z] advancecomp base-files bash binutils binutils-common [2021-04-19T08:45:05.127Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-19T08:45:05.127Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-19T08:45:05.127Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-19T08:45:05.127Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-19T08:45:05.127Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-19T08:45:05.127Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-19T08:45:05.127Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-19T08:45:05.127Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-19T08:45:05.127Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-19T08:45:05.127Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-19T08:45:05.127Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-19T08:45:05.127Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-19T08:45:05.127Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-19T08:45:05.127Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-19T08:45:05.127Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T08:45:05.127Z] Need to get 64.0 MB of archives. [2021-04-19T08:45:05.127Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-19T08:45:05.127Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-19T08:45:05.388Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-19T08:45:05.389Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-19T08:45:05.389Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-19T08:45:05.389Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-19T08:45:05.389Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-19T08:45:05.389Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-19T08:45:05.389Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-19T08:45:05.389Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-19T08:45:05.389Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-19T08:45:05.389Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-19T08:45:05.389Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-19T08:45:05.389Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-19T08:45:05.389Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-19T08:45:05.389Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-19T08:45:05.389Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-19T08:45:05.389Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-19T08:45:05.389Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-19T08:45:05.389Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-19T08:45:05.389Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-19T08:45:05.650Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-19T08:45:05.650Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-19T08:45:05.650Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-19T08:45:05.650Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-19T08:45:05.651Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-19T08:45:05.651Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-19T08:45:05.651Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-19T08:45:05.651Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-19T08:45:05.651Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-19T08:45:05.651Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-19T08:45:05.651Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-19T08:45:05.651Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-19T08:45:05.651Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-19T08:45:05.651Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-19T08:45:05.651Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-19T08:45:05.651Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-19T08:45:05.651Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-19T08:45:05.651Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-19T08:45:05.651Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-19T08:45:05.651Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-19T08:45:05.651Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-19T08:45:05.651Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-19T08:45:05.651Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-19T08:45:05.651Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-19T08:45:05.651Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-19T08:45:05.651Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-19T08:45:05.651Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-19T08:45:05.651Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-19T08:45:05.651Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-19T08:45:05.651Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-19T08:45:05.651Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-19T08:45:05.651Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-19T08:45:05.651Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-19T08:45:05.651Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-19T08:45:05.651Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-19T08:45:05.912Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-19T08:45:05.912Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-19T08:45:06.174Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-19T08:45:06.174Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-19T08:45:06.174Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-19T08:45:06.174Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-19T08:45:06.174Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-19T08:45:06.174Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-19T08:45:06.174Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-19T08:45:06.174Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-19T08:45:06.750Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-19T08:45:06.750Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-19T08:45:06.750Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-19T08:45:06.750Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-19T08:45:06.750Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-19T08:45:06.750Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-19T08:45:06.750Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-19T08:45:06.750Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-19T08:45:06.750Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-19T08:45:06.750Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-19T08:45:07.024Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-19T08:45:07.024Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-19T08:45:07.024Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-19T08:45:07.024Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-19T08:45:07.024Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-19T08:45:07.024Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-19T08:45:07.024Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-19T08:45:07.024Z] Get:83 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-04-19T08:45:07.024Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-19T08:45:07.024Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-19T08:45:07.024Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-19T08:45:07.289Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-19T08:45:07.289Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-19T08:45:07.289Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-19T08:45:07.289Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-19T08:45:07.289Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-19T08:45:07.289Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-19T08:45:07.289Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-19T08:45:07.289Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-19T08:45:07.289Z] Get:95 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-04-19T08:45:07.289Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-19T08:45:07.289Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-19T08:45:07.289Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-19T08:45:07.551Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-19T08:45:07.551Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-19T08:45:07.551Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-19T08:45:07.551Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:45:07.551Z] Fetched 64.0 MB in 2s (28.2 MB/s) [2021-04-19T08:45:07.551Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:07.551Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:45:07.551Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:45:08.124Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:45:08.386Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:45:08.386Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-19T08:45:08.386Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-19T08:45:09.334Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:09.334Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:09.334Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:09.334Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:09.597Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:09.597Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:09.597Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:09.597Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:09.858Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:09.858Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:10.119Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:10.119Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:10.119Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:10.119Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:10.380Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:10.380Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:45:10.380Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:10.380Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-19T08:45:10.647Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:10.647Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:45:10.647Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:10.647Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:10.647Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:10.908Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:10.908Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:10.908Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:45:11.169Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:11.169Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:45:11.169Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:45:11.430Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] } [2021-04-19T08:45:11.715Z] $ docker stop --time=1 a357df9ac69996786006153801ebb9ff572106d753dc1dc378a2f61c159b76f2 [2021-04-19T08:45:12.003Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T08:45:12.265Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:45:12.265Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-19T08:45:12.265Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-19T08:45:12.265Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-19T08:45:12.265Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-19T08:45:12.526Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-19T08:45:12.526Z] Installing new version of config file /etc/issue ... [2021-04-19T08:45:12.526Z] Installing new version of config file /etc/issue.net ... [2021-04-19T08:45:12.526Z] Installing new version of config file /etc/lsb-release ... [2021-04-19T08:45:12.526Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-19T08:45:12.786Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-19T08:45:13.049Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-19T08:45:13.049Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-19T08:45:13.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:13.049Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-19T08:45:13.049Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-19T08:45:13.312Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-19T08:45:13.312Z] 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-04-19T08:45:13.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:13.573Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:45:13.573Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-19T08:45:13.573Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:45:13.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:13.841Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-19T08:45:13.841Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-19T08:45:13.841Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-19T08:45:14.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:14.109Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-19T08:45:14.109Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T08:45:14.216Z] $ docker rm -f a357df9ac69996786006153801ebb9ff572106d753dc1dc378a2f61c159b76f2 [2021-04-19T08:45:14.371Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-19T08:45:14.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:14.633Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:45:14.633Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:45:14.633Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T08:45:14.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:14.893Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:45:14.893Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:45:14.893Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-19T08:45:15.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:15.153Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-19T08:45:15.153Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-19T08:45:15.153Z] Setting up grep (3.1-2build1) ... [2021-04-19T08:45:15.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:15.420Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T08:45:15.420Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T08:45:15.420Z] Setting up login (1:4.5-1ubuntu2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:45:15.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:15.683Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:45:15.684Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:45:15.945Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-19T08:45:15.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:15.945Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T08:45:15.945Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:45:15.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:45:16.259Z] [2021-04-19T08:45:16.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:45:16.523Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T08:45:16.523Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:45:16.523Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T08:45:16.523Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:45:16.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:45:16.883Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T08:45:16.883Z] 29e5d40040c1: Pulling fs layer [2021-04-19T08:45:16.883Z] 1ce36da41761: Pulling fs layer [2021-04-19T08:45:16.883Z] 25b303627fd3: Pulling fs layer [2021-04-19T08:45:16.883Z] 29e5d40040c1: Verifying Checksum [2021-04-19T08:45:16.883Z] 29e5d40040c1: Download complete [2021-04-19T08:45:17.095Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-19T08:45:17.356Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:17.356Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-19T08:45:17.357Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:45:17.477Z] 29e5d40040c1: Pull complete [2021-04-19T08:45:17.749Z] 1ce36da41761: Verifying Checksum [2021-04-19T08:45:17.749Z] 1ce36da41761: Download complete [2021-04-19T08:45:18.299Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T08:45:18.299Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T08:45:18.299Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T08:45:18.299Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T08:45:18.560Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T08:45:18.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:18.560Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-19T08:45:18.560Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-19T08:45:18.721Z] 1ce36da41761: Pull complete [2021-04-19T08:45:18.822Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-19T08:45:18.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:18.822Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:45:18.822Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:45:18.990Z] 25b303627fd3: Verifying Checksum [2021-04-19T08:45:18.990Z] 25b303627fd3: Download complete [2021-04-19T08:45:19.082Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:45:19.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:19.082Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:45:19.082Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:45:19.343Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:45:19.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:19.343Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:45:19.343Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:45:19.604Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:45:19.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:19.865Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:45:19.865Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:45:19.865Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:45:20.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:20.125Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:45:20.125Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:45:20.387Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:45:20.387Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:45:20.387Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T08:45:20.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:20.387Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:45:20.650Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:45:20.650Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T08:45:20.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:20.650Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:45:20.914Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:45:20.914Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:45:20.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:20.914Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:45:20.914Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:45:21.175Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:45:21.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:21.175Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:45:21.439Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:45:21.700Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:45:22.270Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-19T08:45:22.270Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-19T08:45:22.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:22.531Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:45:22.531Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:45:22.792Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:45:22.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:45:22.792Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-19T08:45:22.792Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:45:23.055Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-19T08:45:23.055Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:23.055Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-19T08:45:23.055Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-19T08:45:23.316Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-19T08:45:23.578Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:23.578Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-19T08:45:23.578Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T08:45:23.578Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-19T08:45:23.578Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:23.578Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-19T08:45:23.838Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T08:45:23.838Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-19T08:45:23.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:23.838Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T08:45:24.099Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:45:24.099Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:45:24.361Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:24.361Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T08:45:24.361Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:45:24.361Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:45:24.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:24.627Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T08:45:24.627Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:45:24.889Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:45:25.150Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:25.151Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:45:25.151Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:45:25.151Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:45:25.151Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:45:25.411Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:45:25.411Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:45:25.411Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T08:45:25.411Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:25.411Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-19T08:45:25.411Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-19T08:45:25.693Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-19T08:45:25.693Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:25.693Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-19T08:45:25.693Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:45:25.960Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:45:26.221Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:26.221Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:45:26.221Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:45:26.221Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T08:45:26.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:26.482Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-19T08:45:26.482Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-19T08:45:26.482Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-19T08:45:26.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:26.742Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T08:45:26.742Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T08:45:27.003Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-19T08:45:27.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:27.265Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:45:27.265Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:45:27.265Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-19T08:45:27.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:27.525Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T08:45:27.525Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T08:45:27.789Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T08:45:27.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:27.789Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T08:45:27.789Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T08:45:28.051Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T08:45:28.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:28.051Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-19T08:45:28.051Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-19T08:45:28.316Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-19T08:45:28.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:28.316Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-19T08:45:28.316Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-19T08:45:28.576Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-19T08:45:28.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:28.576Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-19T08:45:28.576Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-19T08:45:28.838Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-19T08:45:28.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:28.838Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-19T08:45:29.099Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-19T08:45:29.099Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-19T08:45:29.120Z] 25b303627fd3: Pull complete [2021-04-19T08:45:29.120Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T08:45:29.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:45:29.121Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T08:45:29.359Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:29.359Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-19T08:45:29.359Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-19T08:45:29.359Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-19T08:45:29.359Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:45:29.359Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-19T08:45:29.359Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-19T08:45:29.371Z] prd-ubuntu18.04-docker-arm64-4c-16g-752 does not seem to be running inside a container [2021-04-19T08:45:29.483Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T08:45:29.620Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-19T08:45:29.620Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-19T08:45:29.620Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T08:45:29.620Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T08:45:29.879Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T08:45:29.879Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T08:45:30.140Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T08:45:30.402Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T08:45:30.402Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-19T08:45:30.663Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-19T08:45:30.663Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T08:45:30.663Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-19T08:45:30.663Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-19T08:45:30.923Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-19T08:45:30.923Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-19T08:45:30.923Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-19T08:45:30.923Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-19T08:45:30.924Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-19T08:45:31.195Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-19T08:45:31.195Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-19T08:45:31.195Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-19T08:45:31.195Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-19T08:45:31.458Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-19T08:45:31.458Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-19T08:45:31.718Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-19T08:45:31.718Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-19T08:45:32.665Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-19T08:45:32.665Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-19T08:45:32.665Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-19T08:45:32.665Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-19T08:45:32.665Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:45:32.665Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:45:33.234Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:45:33.234Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:45:33.234Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:45:33.496Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:45:33.496Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:45:33.496Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:45:33.623Z] $ docker top cd52ee379e0861cb90ac0dbd1e09864b308f875881834fa702c951187ff173e5 -eo pid,comm [2021-04-19T08:45:33.796Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:33.796Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:45:33.796Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:33.796Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { [Pipeline] sh [2021-04-19T08:45:34.083Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:34.083Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:45:34.083Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:34.083Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:45:34.606Z] + docker-compose build --help [2021-04-19T08:45:34.606Z] + grep parallel [2021-04-19T08:45:35.025Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:35.025Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:45:35.967Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:35.967Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:45:36.913Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:36.913Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:45:37.174Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:37.174Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:45:38.118Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:45:38.118Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:45:38.118Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T08:45:38.118Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T08:45:38.118Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T08:45:38.118Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T08:45:38.380Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T08:45:38.380Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T08:45:38.642Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-19T08:45:38.642Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-19T08:45:38.642Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T08:45:38.642Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T08:45:38.642Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T08:45:38.899Z] --parallel Build images in parallel. [2021-04-19T08:45:38.904Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T08:45:38.904Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-19T08:45:38.904Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-19T08:45:38.904Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:39.163Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T08:45:39.163Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:39.163Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:39.163Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:39.163Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-19T08:45:39.163Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-19T08:45:39.163Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [Pipeline] } [2021-04-19T08:45:39.226Z] $ docker stop --time=1 cd52ee379e0861cb90ac0dbd1e09864b308f875881834fa702c951187ff173e5 [2021-04-19T08:45:39.427Z] [2021-04-19T08:45:39.427Z] Current default time zone: 'Etc/UTC' [2021-04-19T08:45:39.427Z] Local time is now: Mon Apr 19 08:45:39 UTC 2021. [2021-04-19T08:45:39.427Z] Universal Time is now: Mon Apr 19 08:45:39 UTC 2021. [2021-04-19T08:45:39.427Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-19T08:45:39.427Z] [2021-04-19T08:45:39.427Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-19T08:45:39.427Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:39.427Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-19T08:45:39.427Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:45:39.427Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-19T08:45:39.427Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-19T08:45:39.690Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-19T08:45:39.690Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-19T08:45:39.690Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-19T08:45:39.690Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T08:45:39.690Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:39.690Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-19T08:45:39.952Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:45:39.952Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:45:39.952Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:39.952Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-19T08:45:40.216Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-19T08:45:40.216Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-19T08:45:40.216Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T08:45:40.216Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-19T08:45:40.216Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-19T08:45:40.216Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:45:40.216Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-19T08:45:41.271Z] $ docker rm -f cd52ee379e0861cb90ac0dbd1e09864b308f875881834fa702c951187ff173e5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:45:41.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:45:41.877Z] . [Pipeline] withDockerContainer [2021-04-19T08:45:42.127Z] prd-ubuntu18.04-docker-arm64-4c-16g-752 does not seem to be running inside a container [2021-04-19T08:45:42.132Z] Updating certificates in /etc/ssl/certs... [2021-04-19T08:45:42.254Z] $ 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/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@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-04-19T08:45:43.077Z] 23 added, 27 removed; done. [2021-04-19T08:45:43.077Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T08:45:43.339Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:45:43.339Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-19T08:45:43.339Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-19T08:45:43.339Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-19T08:45:43.339Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:45:43.339Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:45:43.339Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:45:43.339Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:45:43.339Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:45:43.339Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:45:43.604Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:45:43.604Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-19T08:45:43.604Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:45:43.604Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-19T08:45:43.604Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-19T08:45:43.604Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:45:43.604Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:45:43.604Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:45:43.604Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-19T08:45:43.604Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-19T08:45:43.752Z] $ docker top d32fb5fc0a678392f6332347f3949f3e223a0f4f33361f41c7c3a95b6dbc5606 -eo pid,comm [2021-04-19T08:45:43.885Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-19T08:45:43.885Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:45:43.885Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T08:45:43.885Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-19T08:45:43.885Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-19T08:45:43.885Z] Updating certificates in /etc/ssl/certs... [Pipeline] { [Pipeline] sh [2021-04-19T08:45:44.677Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T08:45:44.827Z] 0 added, 0 removed; done. [2021-04-19T08:45:44.827Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-19T08:45:44.827Z] done. [2021-04-19T08:45:45.089Z] Reading package lists... [2021-04-19T08:45:45.089Z] Building dependency tree... [2021-04-19T08:45:45.089Z] Reading state information... [2021-04-19T08:45:45.351Z] The following NEW packages will be installed: [2021-04-19T08:45:45.351Z] apt-transport-https [2021-04-19T08:45:45.612Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T08:45:45.612Z] Need to get 1692 B of archives. [2021-04-19T08:45:45.612Z] After this operation, 154 kB of additional disk space will be used. [2021-04-19T08:45:45.612Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-19T08:45:45.612Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:45:45.612Z] Fetched 1692 B in 0s (8642 B/s) [2021-04-19T08:45:45.612Z] Selecting previously unselected package apt-transport-https. [2021-04-19T08:45:45.612Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-19T08:45:45.612Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-19T08:45:45.612Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-19T08:45:45.873Z] Setting up apt-transport-https (1.6.13) ... [2021-04-19T08:45:46.134Z] Waiting for network to be ready... [2021-04-19T08:45:50.066Z] Building docker-core-command-go ... [2021-04-19T08:45:50.066Z] Building docker-core-data-go ... [2021-04-19T08:45:50.066Z] Building docker-core-metadata-go ... [2021-04-19T08:45:50.066Z] Building docker-security-bootstrapper-go ... [2021-04-19T08:45:50.066Z] Building docker-security-proxy-setup-go ... [2021-04-19T08:45:50.066Z] Building docker-security-secretstore-setup-go ... [2021-04-19T08:45:50.066Z] Building docker-support-notifications-go ... [2021-04-19T08:45:50.066Z] Building docker-support-scheduler-go ... [2021-04-19T08:45:50.066Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T08:45:50.066Z] Building docker-support-notifications-go [2021-04-19T08:45:50.066Z] Building docker-core-metadata-go [2021-04-19T08:45:50.066Z] Building docker-security-proxy-setup-go [2021-04-19T08:45:50.066Z] Building docker-sys-mgmt-agent-go [2021-04-19T08:45:50.066Z] Building docker-core-command-go [2021-04-19T08:45:52.726Z] 2021-04-19T08:45:49Z INFO Waiting for automatic snapd restart... [2021-04-19T08:45:52.726Z] snapd 2.49.2 from Canonical* installed [2021-04-19T08:45:52.986Z] "snapd" switched to the "latest/stable" channel [2021-04-19T08:45:52.986Z] [2021-04-19T08:45:56.295Z] core18 20210309 from Canonical* installed [2021-04-19T08:45:56.295Z] "core18" switched to the "latest/stable" channel [2021-04-19T08:45:56.295Z] [2021-04-19T08:45:59.617Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T08:45:59.882Z] "snapcraft" switched to the "latest/stable" channel [2021-04-19T08:45:59.882Z] [2021-04-19T08:46:04.091Z] 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-04-19T08:46:04.091Z] - README.md [2021-04-19T08:46:04.091Z] [2021-04-19T08:46:04.091Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T08:46:10.687Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:46:10.687Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:46:10.687Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:46:10.687Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:46:11.258Z] Reading package lists... [2021-04-19T08:46:11.830Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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-04-19T08:46:18.421Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:46:18.421Z] Reading package lists... [2021-04-19T08:46:18.421Z] Building dependency tree... [2021-04-19T08:46:18.421Z] Reading state information... [2021-04-19T08:46:18.421Z] Suggested packages: [2021-04-19T08:46:18.421Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-19T08:46:18.421Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-19T08:46:18.421Z] Recommended packages: [2021-04-19T08:46:18.421Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-19T08:46:18.421Z] The following NEW packages will be installed: [2021-04-19T08:46:18.421Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-19T08:46:18.421Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-19T08:46:18.421Z] pkg-config zip [2021-04-19T08:46:18.421Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T08:46:18.421Z] Need to get 7663 kB of archives. [2021-04-19T08:46:18.421Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-19T08:46:18.421Z] 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-04-19T08:46:18.421Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-19T08:46:18.682Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-19T08:46:18.944Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-19T08:46:18.944Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-19T08:46:18.944Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-19T08:46:18.944Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-19T08:46:18.944Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-19T08:46:18.944Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-19T08:46:18.944Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-19T08:46:19.205Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-19T08:46:19.205Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-19T08:46:19.205Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-19T08:46:19.465Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-19T08:46:19.465Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-19T08:46:19.725Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:46:19.725Z] Fetched 7663 kB in 1s (6441 kB/s) [2021-04-19T08:46:19.725Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-19T08:46:19.725Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-19T08:46:19.725Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-19T08:46:19.725Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T08:46:19.986Z] Selecting previously unselected package libpsl5:amd64. [2021-04-19T08:46:19.986Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-19T08:46:19.986Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T08:46:19.986Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-19T08:46:19.986Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-19T08:46:19.986Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T08:46:20.247Z] Selecting previously unselected package librtmp1:amd64. [2021-04-19T08:46:20.247Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-19T08:46:20.247Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T08:46:20.247Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-19T08:46:20.247Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-19T08:46:20.247Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T08:46:20.508Z] Selecting previously unselected package liberror-perl. [2021-04-19T08:46:20.508Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-19T08:46:20.508Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-19T08:46:20.508Z] Selecting previously unselected package git-man. [2021-04-19T08:46:20.508Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-19T08:46:20.508Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:46:20.769Z] Selecting previously unselected package git. [2021-04-19T08:46:20.769Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-19T08:46:20.769Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:46:21.341Z] Selecting previously unselected package libnorm1:amd64. [2021-04-19T08:46:21.341Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-19T08:46:21.602Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T08:46:21.602Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-19T08:46:21.602Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-19T08:46:21.602Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T08:46:21.602Z] Selecting previously unselected package libsodium23:amd64. [2021-04-19T08:46:21.602Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-19T08:46:21.602Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-19T08:46:21.862Z] Selecting previously unselected package libzmq5:amd64. [2021-04-19T08:46:21.862Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T08:46:21.862Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:46:21.862Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-19T08:46:21.863Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T08:46:21.863Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:46:22.123Z] Selecting previously unselected package pkg-config. [2021-04-19T08:46:22.123Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-19T08:46:22.123Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T08:46:22.123Z] Selecting previously unselected package zip. [2021-04-19T08:46:22.124Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-19T08:46:22.124Z] Unpacking zip (3.0-11build1) ... [2021-04-19T08:46:22.124Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T08:46:22.385Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:46:22.385Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T08:46:22.385Z] Setting up liberror-perl (0.17025-1) ... [2021-04-19T08:46:22.385Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T08:46:22.385Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T08:46:22.385Z] No schema files found: doing nothing. [2021-04-19T08:46:22.385Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T08:46:22.385Z] Setting up zip (3.0-11build1) ... [2021-04-19T08:46:22.385Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T08:46:22.385Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-19T08:46:22.385Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T08:46:22.645Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:46:22.645Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T08:46:22.645Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:46:22.645Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:46:22.645Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:46:29.231Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:46:29.232Z] git set to automatically installed. [2021-04-19T08:46:29.232Z] git-man set to automatically installed. [2021-04-19T08:46:29.232Z] libcurl3-gnutls set to automatically installed. [2021-04-19T08:46:29.232Z] liberror-perl set to automatically installed. [2021-04-19T08:46:29.232Z] libglib2.0-0 set to automatically installed. [2021-04-19T08:46:29.232Z] libnghttp2-14 set to automatically installed. [2021-04-19T08:46:29.232Z] libnorm1 set to automatically installed. [2021-04-19T08:46:29.232Z] libpgm-5.2-0 set to automatically installed. [2021-04-19T08:46:29.232Z] libpsl5 set to automatically installed. [2021-04-19T08:46:29.232Z] librtmp1 set to automatically installed. [2021-04-19T08:46:29.232Z] libsodium23 set to automatically installed. [2021-04-19T08:46:29.232Z] libzmq3-dev set to automatically installed. [2021-04-19T08:46:29.232Z] libzmq5 set to automatically installed. [2021-04-19T08:46:29.232Z] pkg-config set to automatically installed. [2021-04-19T08:46:29.232Z] zip set to automatically installed. [2021-04-19T08:46:31.145Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T08:46:37.740Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:46:38.003Z] snap "core18" has no updates available [2021-04-19T08:46:38.951Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T08:46:45.536Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:46:57.782Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-19T08:46:58.044Z] Pulling go-build-helper [2021-04-19T08:46:58.044Z] + snapcraftctl pull [2021-04-19T08:46:59.433Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-19T08:46:59.433Z] Skipping pull go-build-helper (already ran) [2021-04-19T08:46:59.433Z] Building go-build-helper [2021-04-19T08:46:59.433Z] + snapcraftctl build [2021-04-19T08:47:01.346Z] Staging go-build-helper [2021-04-19T08:47:01.346Z] + snapcraftctl stage [2021-04-19T08:47:11.368Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T08:47:11.368Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T08:47:11.368Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T08:47:11.368Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T08:47:11.368Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T08:47:11.368Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T08:47:11.368Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T08:47:11.368Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T08:47:11.368Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T08:47:11.368Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T08:47:11.368Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T08:47:11.368Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T08:47:11.368Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T08:47:11.368Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T08:47:11.368Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T08:47:11.368Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T08:47:11.368Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T08:47:11.368Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T08:47:11.368Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T08:47:11.368Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T08:47:11.368Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T08:47:11.368Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T08:47:11.368Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T08:47:11.368Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T08:47:11.368Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T08:47:11.368Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T08:47:11.368Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-19T08:47:11.368Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-19T08:47:11.368Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T08:47:11.368Z] Fetched 224 kB in 0s (0 B/s) [2021-04-19T08:47:11.368Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T08:47:11.368Z] Fetched 157 kB in 0s (0 B/s) [2021-04-19T08:47:11.368Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T08:47:11.368Z] Fetched 221 kB in 0s (0 B/s) [2021-04-19T08:47:11.368Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T08:47:11.368Z] Fetched 143 kB in 0s (0 B/s) [2021-04-19T08:47:11.368Z] Pulling app-service-config [2021-04-19T08:47:11.368Z] + snapcraftctl pull [2021-04-19T08:47:11.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:11.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:11.810Z] ---> 5e6a07d767b6 [2021-04-19T08:47:11.810Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:47:11.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:11.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:11.810Z] ---> 5e6a07d767b6 [2021-04-19T08:47:11.810Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:47:11.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:11.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:11.810Z] ---> 5e6a07d767b6 [2021-04-19T08:47:11.810Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:47:11.810Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:11.810Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:11.810Z] ---> 5e6a07d767b6 [2021-04-19T08:47:11.810Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T08:47:11.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:11.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:11.810Z] ---> 5e6a07d767b6 [2021-04-19T08:47:11.810Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:47:11.810Z] ---> Running in b97d1c49fcc3 [2021-04-19T08:47:11.810Z] ---> Running in 8f1ef9ac9735 [2021-04-19T08:47:11.810Z] ---> Running in 1f462169d172 [2021-04-19T08:47:11.810Z] ---> Running in fd32f913cf05 [2021-04-19T08:47:11.810Z] ---> Running in ea34d3a83031 [2021-04-19T08:47:11.810Z] Removing intermediate container 8f1ef9ac9735 [2021-04-19T08:47:11.810Z] ---> 59a8e9498a51 [2021-04-19T08:47:11.810Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:11.810Z] Removing intermediate container b97d1c49fcc3 [2021-04-19T08:47:11.810Z] ---> 6ebfce65bcdf [2021-04-19T08:47:11.811Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:11.811Z] Removing intermediate container 1f462169d172 [2021-04-19T08:47:11.811Z] ---> dcac914479f2 [2021-04-19T08:47:11.811Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:11.811Z] Removing intermediate container ea34d3a83031 [2021-04-19T08:47:11.811Z] ---> f9b59ca7066c [2021-04-19T08:47:11.811Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:11.811Z] Removing intermediate container fd32f913cf05 [2021-04-19T08:47:11.811Z] ---> 359c9e0121f1 [2021-04-19T08:47:11.811Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:11.939Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-19T08:47:12.513Z] Pulling config-common [2021-04-19T08:47:12.513Z] + snapcraftctl pull [2021-04-19T08:47:12.787Z] ---> Running in 5b4ae73b8ca6 [2021-04-19T08:47:13.773Z] ---> Running in ac951ca32aa9 [2021-04-19T08:47:13.773Z] ---> Running in d1c16c1a3415 [2021-04-19T08:47:13.773Z] ---> Running in 552cf2c56ab6 [2021-04-19T08:47:13.773Z] ---> Running in ec33fae74e4c [2021-04-19T08:47:16.719Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:47:16.719Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:47:16.719Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:47:16.719Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:47:16.719Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T08:47:16.719Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:47:16.719Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T08:47:16.719Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:47:16.719Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T08:47:16.719Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:47:16.719Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T08:47:16.719Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:47:16.719Z] Pulling edgex-go [2021-04-19T08:47:16.719Z] + snapcraftctl pull [2021-04-19T08:47:19.201Z] Removing intermediate container 5b4ae73b8ca6 [2021-04-19T08:47:19.201Z] ---> 167c82616543 [2021-04-19T08:47:19.201Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T08:47:19.799Z] ---> Running in a268f2a54f62 [2021-04-19T08:47:20.396Z] Removing intermediate container d1c16c1a3415 [2021-04-19T08:47:20.396Z] ---> a20348e30650 [2021-04-19T08:47:20.396Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T08:47:21.378Z] ---> Running in 4867a5a3b2ec [2021-04-19T08:47:21.980Z] Removing intermediate container ac951ca32aa9 [2021-04-19T08:47:21.980Z] ---> 86d930c97590 [2021-04-19T08:47:21.980Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:47:21.980Z] Removing intermediate container 552cf2c56ab6 [2021-04-19T08:47:21.980Z] ---> 8253f1055827 [2021-04-19T08:47:21.980Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:47:21.980Z] Removing intermediate container ec33fae74e4c [2021-04-19T08:47:21.980Z] ---> 5b10bb00587e [2021-04-19T08:47:21.980Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T08:47:22.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:23.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:23.515Z] ---> Running in 3bb263a75344 [2021-04-19T08:47:23.515Z] ---> Running in efa54f9c4556 [2021-04-19T08:47:23.515Z] ---> Running in 33f6410dbfaf [2021-04-19T08:47:24.150Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:24.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:25.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:25.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:25.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:25.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:26.604Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:26.604Z] Removing intermediate container a268f2a54f62 [2021-04-19T08:47:26.604Z] ---> 7226227a6b60 [2021-04-19T08:47:26.604Z] Step 6/23 : COPY go.mod . [2021-04-19T08:47:26.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:26.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:26.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:27.609Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:27.609Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:27.609Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:28.601Z] ---> cbf6115eafbf [2021-04-19T08:47:28.601Z] Step 7/23 : RUN go mod download [2021-04-19T08:47:30.037Z] ---> Running in eb8e9a6f202a [2021-04-19T08:47:30.037Z] Removing intermediate container 4867a5a3b2ec [2021-04-19T08:47:30.037Z] ---> 2c3b6af40e59 [2021-04-19T08:47:30.037Z] Step 6/22 : COPY go.mod . [2021-04-19T08:47:31.621Z] ---> e043735559a5 [2021-04-19T08:47:31.621Z] Step 7/22 : RUN go mod download [2021-04-19T08:47:31.621Z] Removing intermediate container efa54f9c4556 [2021-04-19T08:47:31.621Z] ---> e7ba07f5a3cd [2021-04-19T08:47:31.621Z] Step 6/23 : COPY go.mod . [2021-04-19T08:47:32.612Z] Removing intermediate container 3bb263a75344 [2021-04-19T08:47:32.612Z] ---> 7abe4259e1d8 [2021-04-19T08:47:32.612Z] Step 6/23 : COPY go.mod . [2021-04-19T08:47:33.211Z] ---> Running in 05b6962c9e48 [2021-04-19T08:47:33.489Z] Removing intermediate container 33f6410dbfaf [2021-04-19T08:47:33.489Z] ---> 81b6b07c3c51 [2021-04-19T08:47:33.489Z] Step 6/21 : COPY go.mod . [2021-04-19T08:47:33.762Z] ---> 6851de052580 [2021-04-19T08:47:33.762Z] Step 7/23 : RUN go mod download [2021-04-19T08:47:35.205Z] ---> Running in 519b915a0990 [2021-04-19T08:47:35.205Z] ---> 95d2c713c4ea [2021-04-19T08:47:35.205Z] Step 7/23 : RUN go mod download [2021-04-19T08:47:35.800Z] ---> a0d3a0d91d04 [2021-04-19T08:47:35.800Z] Step 7/21 : RUN go mod download [2021-04-19T08:47:37.786Z] ---> Running in 2a05f8815252 [2021-04-19T08:47:37.786Z] ---> Running in 43a201fc6c6e [2021-04-19T08:47:38.393Z] Removing intermediate container eb8e9a6f202a [2021-04-19T08:47:38.393Z] ---> 413b0ffe5376 [2021-04-19T08:47:38.393Z] Step 8/23 : COPY . . [2021-04-19T08:47:45.146Z] Removing intermediate container 05b6962c9e48 [2021-04-19T08:47:45.146Z] ---> 4131aba8f888 [2021-04-19T08:47:45.146Z] Step 8/22 : COPY . . [2021-04-19T08:47:48.844Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:47:48.844Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:47:48.844Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:47:48.844Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-19T08:47:48.844Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-19T08:47:48.844Z] Fetched 279 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-19T08:47:48.844Z] Fetched 122 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-19T08:47:48.844Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-19T08:47:48.844Z] Fetched 8848 B in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-19T08:47:48.844Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-19T08:47:48.844Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-19T08:47:48.844Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-19T08:47:48.844Z] Fetched 219 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-19T08:47:48.844Z] Fetched 154 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-19T08:47:48.844Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-19T08:47:48.844Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-19T08:47:48.844Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-19T08:47:48.844Z] Fetched 499 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-19T08:47:48.844Z] Fetched 111 kB in 0s (0 B/s) [2021-04-19T08:47:48.844Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-19T08:47:48.845Z] Fetched 240 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-19T08:47:48.845Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-19T08:47:48.845Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-19T08:47:48.845Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-19T08:47:48.845Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-19T08:47:48.845Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-19T08:47:48.845Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-19T08:47:48.845Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-19T08:47:48.845Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-19T08:47:48.845Z] Fetched 8720 B in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-19T08:47:48.845Z] Fetched 137 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-19T08:47:48.845Z] Fetched 119 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-19T08:47:48.845Z] Fetched 110 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-19T08:47:48.845Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-19T08:47:48.845Z] Fetched 645 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-19T08:47:48.845Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-19T08:47:48.845Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-19T08:47:48.845Z] Fetched 368 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-19T08:47:48.845Z] Fetched 187 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-19T08:47:48.845Z] Fetched 175 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-19T08:47:48.845Z] Fetched 206 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-19T08:47:48.845Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-19T08:47:48.845Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-19T08:47:48.845Z] Fetched 159 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-19T08:47:48.845Z] Fetched 107 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-19T08:47:48.845Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-19T08:47:48.845Z] Pulling static-packages [2021-04-19T08:47:48.845Z] + snapcraftctl pull [2021-04-19T08:47:48.845Z] Pulling version [2021-04-19T08:47:48.845Z] + cd /root/project [2021-04-19T08:47:48.845Z] + [ -f VERSION ] [2021-04-19T08:47:48.845Z] + PROJECT_VERSION=local-dev [2021-04-19T08:47:48.845Z] + git rev-parse --short HEAD [2021-04-19T08:47:48.845Z] + GIT_REVISION=f2e79e22 [2021-04-19T08:47:48.845Z] + snapcraftctl set-version local-dev [2021-04-19T08:47:48.845Z] Skipping build go-build-helper (already ran) [2021-04-19T08:47:48.845Z] Building app-service-config [2021-04-19T08:47:48.845Z] + make build [2021-04-19T08:47:48.845Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-19T08:47:48.845Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-19T08:47:48.845Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-19T08:47:48.845Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-19T08:47:48.845Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-19T08:47:48.845Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-19T08:47:48.845Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-19T08:47:48.845Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-19T08:47:48.845Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-19T08:47:48.845Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-19T08:47:48.845Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-19T08:47:48.845Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-19T08:47:48.845Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-19T08:47:48.845Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-19T08:47:48.845Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-19T08:47:48.845Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-19T08:47:48.845Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-19T08:47:48.845Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-19T08:47:48.845Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-19T08:47:48.845Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-19T08:47:48.845Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-19T08:47:48.845Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-19T08:47:48.845Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-19T08:47:48.845Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-19T08:47:48.845Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-19T08:47:48.845Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-19T08:47:48.845Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-19T08:47:48.845Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-19T08:47:48.845Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-19T08:47:48.845Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-19T08:47:49.121Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-19T08:47:49.385Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-19T08:47:49.385Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-19T08:47:49.385Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-19T08:47:49.385Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-19T08:47:49.385Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-19T08:47:49.385Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-19T08:47:49.645Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-19T08:47:49.645Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-19T08:47:49.645Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-19T08:47:49.645Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-19T08:47:49.645Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-19T08:47:49.645Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-19T08:47:49.645Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-19T08:47:49.645Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-19T08:47:49.645Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-19T08:47:51.840Z] Removing intermediate container 519b915a0990 [2021-04-19T08:47:51.840Z] ---> 85e3d1ff49e0 [2021-04-19T08:47:51.840Z] Step 8/23 : COPY . . [2021-04-19T08:47:51.840Z] Removing intermediate container 43a201fc6c6e [2021-04-19T08:47:51.840Z] ---> 52b71610c598 [2021-04-19T08:47:51.840Z] Step 8/21 : COPY . . [2021-04-19T08:47:52.112Z] Removing intermediate container 2a05f8815252 [2021-04-19T08:47:52.112Z] ---> 8c87acfb81b7 [2021-04-19T08:47:52.112Z] Step 8/23 : COPY . . [2021-04-19T08:47:52.386Z] ---> 8ea4e135ed6c [2021-04-19T08:47:52.386Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T08:47:53.361Z] ---> Running in 73221e3d81c4 [2021-04-19T08:47:54.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:47:59.654Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-19T08:47:59.654Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-19T08:47:59.654Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-19T08:47:59.654Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-19T08:47:59.915Z] Building config-common [2021-04-19T08:47:59.915Z] + snapcraftctl build [2021-04-19T08:48:02.471Z] Building edgex-go [2021-04-19T08:48:02.471Z] + cd /root/parts/edgex-go/src [2021-04-19T08:48:02.471Z] + make build [2021-04-19T08:48:02.471Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:48:03.042Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-04-19T08:48:03.042Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-19T08:48:03.042Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-19T08:48:03.042Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-19T08:48:03.042Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-19T08:48:03.042Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-19T08:48:03.042Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-19T08:48:03.042Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-19T08:48:03.042Z] go: downloading golang.org/x/text v0.3.2 [2021-04-19T08:48:08.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T08:48:08.330Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-19T08:48:09.540Z] ---> 30958aabd10d [2021-04-19T08:48:09.540Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T08:48:09.540Z] ---> Running in 3720c59607bf [2021-04-19T08:48:10.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:48:13.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:48:15.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:48:16.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:48:17.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:48:17.506Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-19T08:48:17.767Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-19T08:48:17.767Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-19T08:48:17.767Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-19T08:48:20.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:48:20.315Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-19T08:48:20.315Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-19T08:48:21.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:48:23.089Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:48:24.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:48:26.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:48:26.014Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-19T08:48:27.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T08:48:27.765Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-19T08:48:29.931Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-19T08:48:29.931Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-19T08:48:29.931Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-19T08:48:29.931Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-19T08:48:29.931Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-19T08:48:29.931Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-19T08:48:29.931Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-19T08:48:29.931Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-19T08:48:29.931Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-19T08:48:29.931Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-19T08:48:29.931Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-19T08:48:29.931Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-19T08:48:29.931Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-19T08:48:29.931Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-19T08:48:29.931Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-19T08:48:29.931Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-19T08:48:29.931Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-19T08:48:29.931Z] + 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-04-19T08:48:29.931Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-19T08:48:29.932Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-19T08:48:29.932Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-19T08:48:29.932Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-19T08:48:29.932Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-19T08:48:29.932Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-19T08:48:29.932Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-19T08:48:29.932Z] + 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-04-19T08:48:33.415Z] Building static-packages [2021-04-19T08:48:33.415Z] + snapcraftctl build [2021-04-19T08:48:35.331Z] Building version [2021-04-19T08:48:35.331Z] + snapcraftctl build [2021-04-19T08:48:37.244Z] Skipping stage go-build-helper (already ran) [2021-04-19T08:48:37.244Z] Staging app-service-config [2021-04-19T08:48:37.244Z] + snapcraftctl stage [2021-04-19T08:48:37.803Z] ---> 1cfc511b307b [2021-04-19T08:48:37.803Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T08:48:37.803Z] ---> c597bd28afa4 [2021-04-19T08:48:37.803Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T08:48:37.803Z] ---> e710c1196092 [2021-04-19T08:48:37.803Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T08:48:37.803Z] ---> Running in 715e2279326d [2021-04-19T08:48:37.803Z] ---> Running in 3ac300ff7321 [2021-04-19T08:48:37.803Z] ---> Running in 322193c3cd4e [2021-04-19T08:48:37.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:48:37.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:48:37.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T08:48:38.183Z] Staging config-common [2021-04-19T08:48:38.183Z] + snapcraftctl stage [2021-04-19T08:48:39.125Z] Staging edgex-go [2021-04-19T08:48:39.125Z] + snapcraftctl stage [2021-04-19T08:48:40.069Z] Staging static-packages [2021-04-19T08:48:40.329Z] + snapcraftctl stage [2021-04-19T08:48:41.270Z] Staging version [2021-04-19T08:48:41.270Z] + snapcraftctl stage [2021-04-19T08:48:42.655Z] Priming go-build-helper [2021-04-19T08:48:42.655Z] + snapcraftctl prime [2021-04-19T08:48:43.607Z] Priming app-service-config [2021-04-19T08:48:43.607Z] + snapcraftctl prime [2021-04-19T08:48:44.992Z] Priming config-common [2021-04-19T08:48:44.992Z] + snapcraftctl prime [2021-04-19T08:48:46.386Z] Priming edgex-go [2021-04-19T08:48:46.386Z] + snapcraftctl prime [2021-04-19T08:48:47.768Z] Priming static-packages [2021-04-19T08:48:47.768Z] + snapcraftctl prime [2021-04-19T08:48:50.314Z] Priming version [2021-04-19T08:48:50.314Z] + snapcraftctl prime [2021-04-19T08:48:50.884Z] 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-04-19T08:49:16.826Z] Removing intermediate container 73221e3d81c4 [2021-04-19T08:49:16.826Z] ---> a06a2d788ded [2021-04-19T08:49:16.826Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T08:49:16.826Z] ---> Running in b095e5cdfdaa [2021-04-19T08:49:16.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:49:21.164Z] Removing intermediate container b095e5cdfdaa [2021-04-19T08:49:21.164Z] ---> 1839e715e090 [2021-04-19T08:49:21.164Z] [2021-04-19T08:49:21.164Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T08:49:21.164Z] 20.10.0: Pulling from library/docker [2021-04-19T08:49:36.293Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T08:49:36.293Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T08:49:36.293Z] ---> eeaf43b92773 [2021-04-19T08:49:36.293Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:49:36.293Z] ---> Running in 07e497bf44d7 [2021-04-19T08:49:36.920Z] Removing intermediate container 07e497bf44d7 [2021-04-19T08:49:36.920Z] ---> 92d7c1ec6d47 [2021-04-19T08:49:36.920Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T08:49:36.920Z] ---> Running in 71b1aecdf7ba [2021-04-19T08:49:38.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:49:38.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:49:39.514Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T08:49:39.514Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T08:49:39.514Z] Executing bash-5.0.17-r0.post-install [2021-04-19T08:49:39.788Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:49:39.788Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T08:49:39.788Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T08:49:39.788Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T08:49:39.788Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T08:49:39.788Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T08:49:39.788Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T08:49:39.788Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T08:49:39.788Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T08:49:39.788Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T08:49:39.788Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T08:49:42.418Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T08:49:42.418Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T08:49:42.418Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T08:49:42.418Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T08:49:42.418Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T08:49:42.418Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T08:49:42.418Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T08:49:42.696Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T08:49:42.696Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T08:49:42.696Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T08:49:42.696Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T08:49:42.696Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T08:49:42.696Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T08:49:42.696Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T08:49:42.696Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T08:49:42.696Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T08:49:42.972Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T08:49:42.972Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T08:49:42.972Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T08:49:42.972Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T08:49:42.972Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T08:49:42.972Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T08:49:42.972Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T08:49:42.972Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T08:49:42.972Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T08:49:43.250Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T08:49:43.250Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:49:43.525Z] OK: 72 MiB in 59 packages [2021-04-19T08:49:50.246Z] Collecting docker-compose==1.23.2 [2021-04-19T08:49:50.246Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T08:49:51.704Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T08:49:51.704Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T08:49:53.150Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T08:49:53.432Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T08:49:54.037Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T08:49:54.317Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T08:49:59.735Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T08:49:59.735Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T08:50:00.017Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T08:50:00.017Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T08:50:05.486Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T08:50:05.486Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T08:50:05.486Z] Removing intermediate container 3720c59607bf [2021-04-19T08:50:05.486Z] ---> 89c95f7546d9 [2021-04-19T08:50:05.769Z] [2021-04-19T08:50:05.769Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:50:05.769Z] 3.12: Pulling from library/alpine [2021-04-19T08:50:07.217Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:50:07.217Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T08:50:07.217Z] ---> 9852663dfa18 [2021-04-19T08:50:07.217Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T08:50:07.491Z] ---> Running in 11da483e3ec0 [2021-04-19T08:50:09.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:09.478Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T08:50:09.478Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T08:50:09.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:09.753Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-19T08:50:10.739Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T08:50:10.739Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:50:10.739Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:50:10.739Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T08:50:10.739Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:50:10.739Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T08:50:11.336Z] OK: 6 MiB in 16 packages [2021-04-19T08:50:12.783Z] Collecting PyYAML<4,>=3.10 [2021-04-19T08:50:12.783Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T08:50:13.772Z] Removing intermediate container 11da483e3ec0 [2021-04-19T08:50:13.772Z] ---> f08c870be986 [2021-04-19T08:50:13.772Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:50:14.048Z] ---> Running in 91c529e9fe23 [2021-04-19T08:50:14.644Z] Removing intermediate container 91c529e9fe23 [2021-04-19T08:50:14.644Z] ---> 10c51f34d473 [2021-04-19T08:50:14.644Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T08:50:14.917Z] ---> Running in 3296e20a2937 [2021-04-19T08:50:15.893Z] Removing intermediate container 3296e20a2937 [2021-04-19T08:50:15.893Z] ---> 470f864623de [2021-04-19T08:50:15.893Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:50:15.893Z] ---> Running in e23d59fcafde [2021-04-19T08:50:16.489Z] Removing intermediate container e23d59fcafde [2021-04-19T08:50:16.489Z] ---> 7c1a0c2f17df [2021-04-19T08:50:16.489Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:50:17.939Z] ---> f51a187b8d72 [2021-04-19T08:50:17.939Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T08:50:18.542Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T08:50:18.542Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T08:50:19.150Z] Collecting idna<2.8,>=2.5 [2021-04-19T08:50:19.420Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T08:50:19.420Z] ---> 14e7606c890c [2021-04-19T08:50:19.420Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T08:50:19.420Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-19T08:50:19.692Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-19T08:50:19.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:50:20.694Z] ---> cf4ce25ca08e [2021-04-19T08:50:20.694Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T08:50:20.694Z] ---> Running in 8b02296de6a4 [2021-04-19T08:50:20.976Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T08:50:20.976Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T08:50:21.247Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T08:50:21.247Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T08:50:21.247Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T08:50:21.247Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T08:50:21.516Z] Removing intermediate container 8b02296de6a4 [2021-04-19T08:50:21.516Z] ---> e88153014b09 [2021-04-19T08:50:21.516Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:50:21.787Z] ---> Running in 8456d61cdc61 [2021-04-19T08:50:22.384Z] Removing intermediate container 8456d61cdc61 [2021-04-19T08:50:22.384Z] ---> 3ec31e8450f3 [2021-04-19T08:50:22.384Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T08:50:22.656Z] ---> Running in 6a8eda23eedf [2021-04-19T08:50:22.937Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, dockerpty, docopt, texttable, cached-property, PyYAML, docker-compose [2021-04-19T08:50:23.220Z] Removing intermediate container 6a8eda23eedf [2021-04-19T08:50:23.220Z] ---> 961c3e03953e [2021-04-19T08:50:23.220Z] Step 21/22 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:50:23.220Z] Attempting uninstall: idna [2021-04-19T08:50:23.220Z] Found existing installation: idna 2.9 [2021-04-19T08:50:23.220Z] Uninstalling idna-2.9: [2021-04-19T08:50:23.508Z] Successfully uninstalled idna-2.9 [2021-04-19T08:50:23.508Z] ---> Running in 502a1273af14 [2021-04-19T08:50:24.116Z] Removing intermediate container 502a1273af14 [2021-04-19T08:50:24.116Z] ---> 068d4e3a2413 [2021-04-19T08:50:24.116Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:50:24.116Z] ---> Running in 369f01c1f76e [2021-04-19T08:50:24.411Z] Attempting uninstall: urllib3 [2021-04-19T08:50:24.411Z] Found existing installation: urllib3 1.25.9 [2021-04-19T08:50:24.411Z] Uninstalling urllib3-1.25.9: [2021-04-19T08:50:24.694Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T08:50:24.977Z] Removing intermediate container 369f01c1f76e [2021-04-19T08:50:24.977Z] ---> e11053fff68b [2021-04-19T08:50:24.977Z] [2021-04-19T08:50:25.261Z] Successfully built e11053fff68b [2021-04-19T08:50:25.261Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T08:50:25.261Z] Building docker-core-data-go [2021-04-19T08:50:25.531Z]  Building docker-support-notifications-go ... done  Attempting uninstall: requests [2021-04-19T08:50:25.531Z] Found existing installation: requests 2.23.0 [2021-04-19T08:50:25.531Z] Uninstalling requests-2.23.0: [2021-04-19T08:50:25.531Z] Successfully uninstalled requests-2.23.0 [2021-04-19T08:50:28.150Z] Running setup.py install for dockerpty: started [2021-04-19T08:50:31.604Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T08:50:31.604Z] Running setup.py install for docopt: started [2021-04-19T08:50:34.239Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T08:50:34.239Z] Running setup.py install for texttable: started [2021-04-19T08:50:36.892Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T08:50:37.182Z] Running setup.py install for PyYAML: started [2021-04-19T08:50:40.656Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T08:50:41.661Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-19T08:50:41.661Z] Removing intermediate container 3ac300ff7321 [2021-04-19T08:50:41.661Z] ---> 919f8dd27da9 [2021-04-19T08:50:41.661Z] [2021-04-19T08:50:41.661Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T08:50:41.937Z] ---> 9852663dfa18 [2021-04-19T08:50:41.937Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T08:50:42.216Z] ---> Running in 017b4898dd17 [2021-04-19T08:50:44.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:44.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:45.512Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T08:50:45.512Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:50:45.512Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T08:50:45.512Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T08:50:45.512Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:50:45.512Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:50:45.797Z] OK: 7 MiB in 18 packages [2021-04-19T08:50:48.468Z] Removing intermediate container 715e2279326d [2021-04-19T08:50:48.468Z] ---> 53ecbbd752bc [2021-04-19T08:50:48.468Z] [2021-04-19T08:50:48.468Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:50:48.468Z] ---> 9852663dfa18 [2021-04-19T08:50:48.468Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:50:49.078Z] ---> Running in 85ea687698ff [2021-04-19T08:50:49.364Z] Removing intermediate container 017b4898dd17 [2021-04-19T08:50:49.364Z] ---> 2c8120901305 [2021-04-19T08:50:49.364Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:50:49.972Z] ---> Running in 1ac924f6ac3a [2021-04-19T08:50:50.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:51.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:51.240Z] Removing intermediate container 1ac924f6ac3a [2021-04-19T08:50:51.240Z] ---> b4caf9886ed8 [2021-04-19T08:50:51.240Z] Step 13/21 : WORKDIR /edgex [2021-04-19T08:50:51.521Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:50:51.521Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:50:51.521Z] ---> 5e6a07d767b6 [2021-04-19T08:50:51.521Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:50:51.521Z] ---> Using cache [2021-04-19T08:50:51.521Z] ---> 359c9e0121f1 [2021-04-19T08:50:51.521Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:50:51.521Z] ---> Using cache [2021-04-19T08:50:51.521Z] ---> a20348e30650 [2021-04-19T08:50:51.521Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T08:50:51.796Z] ---> Running in 8f31fa8c0795 [2021-04-19T08:50:51.796Z] ---> Running in 02a1d536c278 [2021-04-19T08:50:51.796Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T08:50:51.796Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:50:51.796Z] OK: 5 MiB in 15 packages [2021-04-19T08:50:53.253Z] Removing intermediate container 02a1d536c278 [2021-04-19T08:50:53.253Z] ---> 4179625a4459 [2021-04-19T08:50:53.253Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T08:50:53.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:54.464Z] Removing intermediate container 85ea687698ff [2021-04-19T08:50:54.464Z] ---> 3775b3a92636 [2021-04-19T08:50:54.464Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:50:54.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:54.464Z] ---> 5ceb2703ad13 [2021-04-19T08:50:54.464Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T08:50:54.748Z] ---> Running in cc6d886c510d [2021-04-19T08:50:55.760Z] OK: 217 MiB in 51 packages [2021-04-19T08:50:55.760Z] Removing intermediate container cc6d886c510d [2021-04-19T08:50:55.760Z] ---> a5023538c9f3 [2021-04-19T08:50:55.760Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T08:50:56.036Z] ---> Running in c18431b6b5d1 [2021-04-19T08:50:57.022Z] ---> 09e44b7211d3 [2021-04-19T08:50:57.022Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T08:50:57.022Z] Removing intermediate container 71b1aecdf7ba [2021-04-19T08:50:57.022Z] ---> 31e5e4220396 [2021-04-19T08:50:57.022Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T08:50:57.022Z] Removing intermediate container c18431b6b5d1 [2021-04-19T08:50:57.022Z] ---> 3f78261e8337 [2021-04-19T08:50:57.022Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:50:57.299Z] ---> Running in 6b25fba2a25c [2021-04-19T08:50:57.299Z] ---> Running in f94a97be4eee [2021-04-19T08:50:57.299Z] Removing intermediate container 8f31fa8c0795 [2021-04-19T08:50:57.580Z] ---> ea952603b59d [2021-04-19T08:50:57.580Z] Step 6/23 : COPY go.mod . [2021-04-19T08:50:58.580Z] Removing intermediate container 6b25fba2a25c [2021-04-19T08:50:58.580Z] ---> 1735fb19744c [2021-04-19T08:50:58.580Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T08:50:58.580Z] Removing intermediate container 322193c3cd4e [2021-04-19T08:50:58.580Z] ---> 73b7c1e5a167 [2021-04-19T08:50:58.580Z] [2021-04-19T08:50:58.580Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:50:58.580Z] ---> 9852663dfa18 [2021-04-19T08:50:58.580Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:50:58.580Z] ---> Using cache [2021-04-19T08:50:58.580Z] ---> 3775b3a92636 [2021-04-19T08:50:58.580Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:50:58.580Z] ---> Using cache [2021-04-19T08:50:58.580Z] ---> a5023538c9f3 [2021-04-19T08:50:58.580Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T08:50:58.580Z] Removing intermediate container f94a97be4eee [2021-04-19T08:50:58.580Z] ---> 1e74ce7d8c04 [2021-04-19T08:50:58.580Z] Step 15/23 : WORKDIR / [2021-04-19T08:50:58.580Z] ---> Running in 57f17e7aa20a [2021-04-19T08:50:58.580Z] ---> Running in 9c6728134adb [2021-04-19T08:50:58.860Z] ---> Running in a2fad03c82d7 [2021-04-19T08:50:58.860Z] ---> a5214499b097 [2021-04-19T08:50:58.860Z] Step 7/23 : RUN go mod download [2021-04-19T08:50:58.860Z] ---> 2f816ae58eb9 [2021-04-19T08:50:58.860Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T08:50:58.860Z] ---> Running in 3fd4e83c3768 [2021-04-19T08:50:59.151Z] ---> Running in db21abfcc524 [2021-04-19T08:50:59.437Z] Removing intermediate container 9c6728134adb [2021-04-19T08:50:59.437Z] ---> 3ad1a6672b71 [2021-04-19T08:50:59.437Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:50:59.437Z] Removing intermediate container 57f17e7aa20a [2021-04-19T08:50:59.437Z] ---> 71f11a39869c [2021-04-19T08:50:59.437Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T08:50:59.712Z] Removing intermediate container a2fad03c82d7 [2021-04-19T08:50:59.712Z] ---> 90e52a717d77 [2021-04-19T08:50:59.712Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:50:59.712Z] ---> Running in 3612e702493a [2021-04-19T08:50:59.712Z] Removing intermediate container db21abfcc524 [2021-04-19T08:50:59.712Z] ---> 8b502105c825 [2021-04-19T08:50:59.712Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T08:50:59.986Z] ---> Running in 3357f9b17eb8 [2021-04-19T08:51:00.593Z] Removing intermediate container 3612e702493a [2021-04-19T08:51:00.593Z] ---> 2947f1b53dd4 [2021-04-19T08:51:00.593Z] Step 15/23 : WORKDIR / [2021-04-19T08:51:00.888Z] ---> Running in 48a9393d3a8e [2021-04-19T08:51:00.888Z] ---> 26ef327b35f3 [2021-04-19T08:51:00.888Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T08:51:00.888Z] Removing intermediate container 3357f9b17eb8 [2021-04-19T08:51:00.888Z] ---> c073acbba704 [2021-04-19T08:51:00.888Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T08:51:01.167Z] ---> Running in c96ff9f386f2 [2021-04-19T08:51:01.167Z] ---> 9c3ca516f84d [2021-04-19T08:51:01.167Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T08:51:01.776Z] Removing intermediate container 48a9393d3a8e [2021-04-19T08:51:01.776Z] ---> 9b3c4ebcbab4 [2021-04-19T08:51:01.776Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:51:02.058Z] Removing intermediate container c96ff9f386f2 [2021-04-19T08:51:02.058Z] ---> a93f26d14981 [2021-04-19T08:51:02.058Z] Step 20/21 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:51:02.336Z] ---> 249a4eae2eb9 [2021-04-19T08:51:02.336Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T08:51:02.336Z] ---> Running in e99ec58a83fa [2021-04-19T08:51:02.614Z] Removing intermediate container 3fd4e83c3768 [2021-04-19T08:51:02.614Z] ---> afeca5ad343c [2021-04-19T08:51:02.614Z] Step 8/23 : COPY . . [2021-04-19T08:51:02.614Z] ---> 4ac606ee56d0 [2021-04-19T08:51:02.614Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T08:51:02.891Z] ---> 44840c136f87 [2021-04-19T08:51:02.891Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T08:51:03.168Z] Removing intermediate container e99ec58a83fa [2021-04-19T08:51:03.168Z] ---> 3f80dd78740c [2021-04-19T08:51:03.168Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T08:51:03.446Z] ---> Running in 387df864cdb3 [2021-04-19T08:51:03.722Z] ---> 69e5e85169e4 [2021-04-19T08:51:03.722Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T08:51:03.722Z] ---> 4fdf43420455 [2021-04-19T08:51:03.722Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T08:51:04.001Z] ---> Running in 73fc15e3ae16 [2021-04-19T08:51:04.001Z] ---> Running in 55e325a7d939 [2021-04-19T08:51:04.277Z] Removing intermediate container 387df864cdb3 [2021-04-19T08:51:04.277Z] ---> ebdfea9a73d6 [2021-04-19T08:51:04.277Z] [2021-04-19T08:51:04.896Z] ---> 2b513d820cda [2021-04-19T08:51:04.896Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T08:51:04.896Z] Successfully built ebdfea9a73d6 [2021-04-19T08:51:04.896Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T08:51:04.896Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-04-19T08:51:05.500Z] Removing intermediate container 73fc15e3ae16 [2021-04-19T08:51:05.500Z] ---> fcada80f1bcd [2021-04-19T08:51:05.500Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:51:05.500Z] Removing intermediate container 55e325a7d939 [2021-04-19T08:51:05.500Z] ---> 361747fc82ae [2021-04-19T08:51:05.500Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:51:06.100Z] ---> Running in 8dd369f772e2 [2021-04-19T08:51:06.100Z] ---> Running in 2878e8b5a78d [2021-04-19T08:51:06.382Z] ---> b22c6e21f0fe [2021-04-19T08:51:06.382Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T08:51:06.989Z] ---> Running in 0935177e5bd2 [2021-04-19T08:51:06.989Z] Removing intermediate container 2878e8b5a78d [2021-04-19T08:51:06.989Z] ---> 083bfd2fd816 [2021-04-19T08:51:06.989Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:51:07.992Z] Removing intermediate container 8dd369f772e2 [2021-04-19T08:51:07.992Z] ---> 045bd40d4039 [2021-04-19T08:51:07.992Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:51:08.602Z] ---> Running in 7f03f1efa46b [2021-04-19T08:51:08.602Z] Removing intermediate container 0935177e5bd2 [2021-04-19T08:51:08.602Z] ---> e4d6d7e55566 [2021-04-19T08:51:08.602Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:51:08.602Z] ---> Running in 54ffd611b658 [2021-04-19T08:51:08.882Z] ---> Running in 192b7d7418d0 [2021-04-19T08:51:09.158Z] Removing intermediate container 7f03f1efa46b [2021-04-19T08:51:09.158Z] ---> 4a52763a3917 [2021-04-19T08:51:09.158Z] Step 22/23 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:51:09.447Z] ---> Running in 3f99284ccf76 [2021-04-19T08:51:09.447Z] Removing intermediate container 54ffd611b658 [2021-04-19T08:51:09.447Z] ---> 49c3ae28ccaa [2021-04-19T08:51:09.447Z] Step 22/23 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:51:09.751Z] Removing intermediate container 192b7d7418d0 [2021-04-19T08:51:09.751Z] ---> 402b168edd8b [2021-04-19T08:51:09.751Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:51:10.052Z] ---> Running in 6e5b2f17360d [2021-04-19T08:51:10.335Z] ---> Running in ddf6004ef89e [2021-04-19T08:51:10.335Z] Removing intermediate container 3f99284ccf76 [2021-04-19T08:51:10.335Z] ---> 36379cd85a93 [2021-04-19T08:51:10.335Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:51:10.946Z] ---> Running in 061648c39831 [2021-04-19T08:51:10.946Z] Removing intermediate container 6e5b2f17360d [2021-04-19T08:51:10.946Z] ---> be2edc5f554c [2021-04-19T08:51:10.946Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:51:11.540Z] Removing intermediate container ddf6004ef89e [2021-04-19T08:51:11.540Z] ---> e4db08cfb398 [2021-04-19T08:51:11.540Z] Step 22/23 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:51:11.540Z] ---> Running in 7ee2c9dafb80 [2021-04-19T08:51:11.540Z] ---> Running in c5400df9d75e [2021-04-19T08:51:11.815Z] Removing intermediate container 061648c39831 [2021-04-19T08:51:11.815Z] ---> 51f98d0a1ce1 [2021-04-19T08:51:11.815Z] [2021-04-19T08:51:12.409Z] Removing intermediate container 7ee2c9dafb80 [2021-04-19T08:51:12.409Z] ---> 78c7f1384edd [2021-04-19T08:51:12.409Z] [2021-04-19T08:51:12.409Z] Successfully built 51f98d0a1ce1 [2021-04-19T08:51:12.685Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T08:51:12.685Z] Building docker-security-secretstore-setup-go [2021-04-19T08:51:12.685Z]  Building docker-core-command-go ... done Removing intermediate container c5400df9d75e [2021-04-19T08:51:12.685Z] ---> b1a11705e6d4 [2021-04-19T08:51:12.685Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:51:12.961Z] Successfully built 78c7f1384edd [2021-04-19T08:51:12.961Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T08:51:13.240Z] Building docker-security-bootstrapper-go [2021-04-19T08:51:13.240Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 06a4e50105cc [2021-04-19T08:51:14.216Z] Removing intermediate container 06a4e50105cc [2021-04-19T08:51:14.216Z] ---> 871ee22bcce4 [2021-04-19T08:51:14.216Z] [2021-04-19T08:51:14.487Z] Successfully built 871ee22bcce4 [2021-04-19T08:51:14.487Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T08:51:17.873Z]  Building docker-core-metadata-go ... done  ---> 2de7cdaf63f4 [2021-04-19T08:51:17.873Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T08:51:18.850Z] ---> Running in d82a595e2a63 [2021-04-19T08:51:20.285Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:51:42.479Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:51:42.479Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:51:42.479Z] ---> 5e6a07d767b6 [2021-04-19T08:51:42.479Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:51:42.479Z] ---> Using cache [2021-04-19T08:51:42.479Z] ---> 359c9e0121f1 [2021-04-19T08:51:42.479Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:51:42.479Z] ---> Using cache [2021-04-19T08:51:42.479Z] ---> a20348e30650 [2021-04-19T08:51:42.479Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T08:51:43.936Z] ---> Running in 0d801c22c5b4 [2021-04-19T08:51:45.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:51:46.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:51:47.538Z] OK: 217 MiB in 51 packages [2021-04-19T08:51:50.980Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:51:50.980Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:51:50.980Z] ---> 5e6a07d767b6 [2021-04-19T08:51:50.980Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T08:51:50.980Z] ---> Using cache [2021-04-19T08:51:50.980Z] ---> 359c9e0121f1 [2021-04-19T08:51:50.980Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:51:50.980Z] ---> Using cache [2021-04-19T08:51:50.980Z] ---> a20348e30650 [2021-04-19T08:51:50.980Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T08:51:50.980Z] ---> Using cache [2021-04-19T08:51:50.980Z] ---> 1107e3960a26 [2021-04-19T08:51:50.980Z] Step 6/24 : COPY go.mod . [2021-04-19T08:51:50.980Z] Removing intermediate container 0d801c22c5b4 [2021-04-19T08:51:50.980Z] ---> 1107e3960a26 [2021-04-19T08:51:50.980Z] Step 6/22 : COPY go.mod . [2021-04-19T08:51:52.452Z] ---> a96726e00f42 [2021-04-19T08:51:52.452Z] Step 7/24 : RUN go mod download [2021-04-19T08:51:52.452Z] ---> Running in f38dd99f55ac [2021-04-19T08:51:52.452Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:51:52.452Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:51:52.452Z] ---> 5e6a07d767b6 [2021-04-19T08:51:52.452Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T08:51:52.452Z] ---> Using cache [2021-04-19T08:51:52.452Z] ---> 359c9e0121f1 [2021-04-19T08:51:52.452Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:51:52.452Z] ---> Using cache [2021-04-19T08:51:52.452Z] ---> a20348e30650 [2021-04-19T08:51:52.727Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T08:51:52.727Z] ---> Using cache [2021-04-19T08:51:52.727Z] ---> 1107e3960a26 [2021-04-19T08:51:52.727Z] Step 6/31 : COPY go.mod . [2021-04-19T08:51:52.727Z] ---> Using cache [2021-04-19T08:51:52.727Z] ---> a96726e00f42 [2021-04-19T08:51:52.727Z] Step 7/31 : RUN go mod download [2021-04-19T08:51:52.727Z] ---> Running in f14ac2e3da0c [2021-04-19T08:51:53.007Z] ---> e25fd46c033f [2021-04-19T08:51:53.007Z] Step 7/22 : RUN go mod download [2021-04-19T08:51:53.284Z] ---> Running in a7d17e7fad9a [2021-04-19T08:51:58.736Z] Removing intermediate container f14ac2e3da0c [2021-04-19T08:51:58.736Z] ---> 2ad91c48c0b0 [2021-04-19T08:51:58.736Z] Step 8/31 : COPY . . [2021-04-19T08:51:58.736Z] Removing intermediate container a7d17e7fad9a [2021-04-19T08:51:58.736Z] ---> c372db378d01 [2021-04-19T08:51:58.736Z] Step 8/22 : COPY . . [2021-04-19T08:51:58.736Z] Removing intermediate container f38dd99f55ac [2021-04-19T08:51:58.736Z] ---> 5d549fe0e908 [2021-04-19T08:51:58.736Z] Step 8/24 : COPY . . [2021-04-19T08:52:31.159Z] ---> 95a141ea1c0f [2021-04-19T08:52:31.159Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T08:52:31.159Z] ---> 240f294d75ce [2021-04-19T08:52:31.159Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T08:52:31.159Z] ---> a753079ab199 [2021-04-19T08:52:31.159Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T08:52:31.159Z] ---> Running in 98e7a68912e7 [2021-04-19T08:52:31.159Z] ---> Running in 0d2553289fd6 [2021-04-19T08:52:31.159Z] ---> Running in 1f451dd5f315 [2021-04-19T08:52:31.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:52:31.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:52:31.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T08:52:31.159Z] Removing intermediate container d82a595e2a63 [2021-04-19T08:52:31.159Z] ---> 86634a2dc537 [2021-04-19T08:52:31.159Z] [2021-04-19T08:52:31.159Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:52:31.159Z] ---> 9852663dfa18 [2021-04-19T08:52:31.159Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T08:52:31.159Z] ---> Running in 0f77230a5007 [2021-04-19T08:52:31.159Z] Removing intermediate container 0f77230a5007 [2021-04-19T08:52:31.159Z] ---> bb960b9227b3 [2021-04-19T08:52:31.159Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T08:52:31.159Z] ---> Running in 12af733d1b5b [2021-04-19T08:52:31.159Z] Removing intermediate container 12af733d1b5b [2021-04-19T08:52:31.159Z] ---> 7b9b99932d9e [2021-04-19T08:52:31.159Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T08:52:31.159Z] ---> Running in 256fdcfa7f1f [2021-04-19T08:52:31.441Z] Removing intermediate container 256fdcfa7f1f [2021-04-19T08:52:31.441Z] ---> 46bb674e5490 [2021-04-19T08:52:31.441Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:52:31.719Z] ---> Running in aa1c8f8d20c7 [2021-04-19T08:52:36.057Z] Removing intermediate container aa1c8f8d20c7 [2021-04-19T08:52:36.057Z] ---> 07eb6a7a0ea0 [2021-04-19T08:52:36.057Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T08:52:36.057Z] ---> Running in c9989abe90d7 [2021-04-19T08:52:37.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:52:38.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:52:39.117Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:52:39.117Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T08:52:39.396Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T08:52:39.396Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T08:52:39.677Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T08:52:39.677Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T08:52:39.955Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:52:39.955Z] OK: 8 MiB in 20 packages [2021-04-19T08:52:41.970Z] Removing intermediate container c9989abe90d7 [2021-04-19T08:52:41.970Z] ---> 77cac69df0c9 [2021-04-19T08:52:41.970Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:52:43.447Z] ---> fcdf2a733c4f [2021-04-19T08:52:43.447Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T08:52:45.459Z] ---> e52eac6eab86 [2021-04-19T08:52:45.459Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T08:52:46.068Z] ---> ef080a0265f5 [2021-04-19T08:52:46.068Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T08:52:46.346Z] ---> Running in 30513e8e816f [2021-04-19T08:52:46.953Z] Removing intermediate container 30513e8e816f [2021-04-19T08:52:46.953Z] ---> cefbf12b4d6b [2021-04-19T08:52:46.953Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:52:47.231Z] ---> Running in 725ba20ae533 [2021-04-19T08:52:47.836Z] Removing intermediate container 725ba20ae533 [2021-04-19T08:52:47.836Z] ---> e5ea9d7b3923 [2021-04-19T08:52:47.836Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:52:47.836Z] ---> Running in feb0945a8de1 [2021-04-19T08:52:48.444Z] Removing intermediate container feb0945a8de1 [2021-04-19T08:52:48.444Z] ---> 18c086a77c4e [2021-04-19T08:52:48.444Z] Step 22/23 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:52:48.719Z] ---> Running in e36fb6406355 [2021-04-19T08:52:49.400Z] Removing intermediate container e36fb6406355 [2021-04-19T08:52:49.400Z] ---> 221fedbdb909 [2021-04-19T08:52:49.400Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:52:49.400Z] ---> Running in ac9cbc0532a1 [2021-04-19T08:52:50.105Z] Removing intermediate container ac9cbc0532a1 [2021-04-19T08:52:50.105Z] ---> fb8ac804be21 [2021-04-19T08:52:50.105Z] [2021-04-19T08:52:50.730Z] Successfully built fb8ac804be21 [2021-04-19T08:52:50.730Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T08:53:38.091Z]  Building docker-core-data-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-04-19T08:53:43.554Z] Removing intermediate container 1f451dd5f315 [2021-04-19T08:53:43.554Z] ---> 4ec6afeb3499 [2021-04-19T08:53:43.554Z] [2021-04-19T08:53:43.554Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T08:53:43.554Z] ---> 9852663dfa18 [2021-04-19T08:53:43.554Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T08:53:44.158Z] ---> Running in d50dd7bc97ae [2021-04-19T08:53:45.151Z] Removing intermediate container d50dd7bc97ae [2021-04-19T08:53:45.151Z] ---> 5af3a1eb2404 [2021-04-19T08:53:45.151Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T08:53:45.151Z] ---> Running in 7362a7ec86d8 [2021-04-19T08:53:45.428Z] Removing intermediate container 0d2553289fd6 [2021-04-19T08:53:45.428Z] ---> 0e1cf6fc7378 [2021-04-19T08:53:45.428Z] [2021-04-19T08:53:45.428Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T08:53:45.428Z] ---> 9852663dfa18 [2021-04-19T08:53:45.428Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T08:53:46.029Z] ---> Running in 1439e54a298f [2021-04-19T08:53:46.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:53:46.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:53:47.227Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:53:47.227Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T08:53:47.227Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:53:47.227Z] OK: 5 MiB in 16 packages [2021-04-19T08:53:47.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:53:47.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:53:48.096Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T08:53:48.096Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:53:48.096Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T08:53:48.096Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T08:53:48.096Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:53:48.096Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T08:53:48.096Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:53:48.096Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:53:48.096Z] Removing intermediate container 98e7a68912e7 [2021-04-19T08:53:48.096Z] ---> 6a8d45ea1ac1 [2021-04-19T08:53:48.096Z] [2021-04-19T08:53:48.096Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:53:48.096Z] ---> 9852663dfa18 [2021-04-19T08:53:48.096Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:53:48.096Z] ---> Using cache [2021-04-19T08:53:48.096Z] ---> 3775b3a92636 [2021-04-19T08:53:48.096Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:53:48.096Z] ---> Using cache [2021-04-19T08:53:48.096Z] ---> a5023538c9f3 [2021-04-19T08:53:48.096Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T08:53:48.369Z] OK: 7 MiB in 20 packages [2021-04-19T08:53:48.369Z] ---> Running in 9cb944d741be [2021-04-19T08:53:48.963Z] Removing intermediate container 7362a7ec86d8 [2021-04-19T08:53:48.963Z] ---> f0a9958d40fb [2021-04-19T08:53:48.963Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T08:53:49.236Z] Removing intermediate container 9cb944d741be [2021-04-19T08:53:49.236Z] ---> 2cae34e7a42d [2021-04-19T08:53:49.236Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:53:49.236Z] ---> Running in 0b3d45381a26 [2021-04-19T08:53:49.511Z] ---> Running in 328f1c431c22 [2021-04-19T08:53:50.101Z] Removing intermediate container 0b3d45381a26 [2021-04-19T08:53:50.101Z] ---> e4115509bb1c [2021-04-19T08:53:50.101Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T08:53:50.101Z] Removing intermediate container 328f1c431c22 [2021-04-19T08:53:50.101Z] ---> 4f96397f77d6 [2021-04-19T08:53:50.101Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:53:50.101Z] ---> Running in 1a214c59e656 [2021-04-19T08:53:50.374Z] Removing intermediate container 1439e54a298f [2021-04-19T08:53:50.374Z] ---> 8e0ceaef1251 [2021-04-19T08:53:50.374Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:53:50.374Z] ---> Running in 6dab51cc1e37 [2021-04-19T08:53:50.970Z] Removing intermediate container 1a214c59e656 [2021-04-19T08:53:50.970Z] ---> 52d874982f6f [2021-04-19T08:53:50.970Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T08:53:50.970Z] ---> Running in f81ac143d5ed [2021-04-19T08:53:50.970Z] Removing intermediate container 6dab51cc1e37 [2021-04-19T08:53:50.970Z] ---> 7011693e74ba [2021-04-19T08:53:50.970Z] Step 13/24 : WORKDIR / [2021-04-19T08:53:50.970Z] ---> a884cde497ac [2021-04-19T08:53:50.970Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T08:53:51.243Z] ---> Running in 99ac03a7f110 [2021-04-19T08:53:52.230Z] Removing intermediate container 99ac03a7f110 [2021-04-19T08:53:52.230Z] ---> e8194f34f3e0 [2021-04-19T08:53:52.230Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-19T08:53:52.506Z] ---> c148ef993ca2 [2021-04-19T08:53:52.506Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T08:53:53.103Z] ---> 3a2711a9d932 [2021-04-19T08:53:53.103Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-19T08:53:53.377Z] ---> cbd8e62c2cec [2021-04-19T08:53:53.377Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T08:53:53.651Z] ---> Running in 8443542132d8 [2021-04-19T08:53:53.933Z] Removing intermediate container f81ac143d5ed [2021-04-19T08:53:53.933Z] ---> c653c516dc8f [2021-04-19T08:53:53.933Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T08:53:53.933Z] ---> dcd064cd00ac [2021-04-19T08:53:53.933Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T08:53:53.933Z] ---> Running in 11d51c2ea7f7 [2021-04-19T08:53:54.217Z] Removing intermediate container 8443542132d8 [2021-04-19T08:53:54.217Z] ---> 7e4cbb8a6b21 [2021-04-19T08:53:54.217Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:53:54.495Z] ---> Running in 8db7357cfe44 [2021-04-19T08:53:54.768Z] Removing intermediate container 11d51c2ea7f7 [2021-04-19T08:53:54.768Z] ---> 182534f0e49f [2021-04-19T08:53:54.768Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T08:53:54.768Z] ---> b3c93b58ce3e [2021-04-19T08:53:54.768Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T08:53:55.041Z] Removing intermediate container 8db7357cfe44 [2021-04-19T08:53:55.041Z] ---> 997418dbc1e1 [2021-04-19T08:53:55.041Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T08:53:55.315Z] ---> Running in d46685cb9146 [2021-04-19T08:53:55.596Z] ---> 488feecc23de [2021-04-19T08:53:55.596Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T08:53:55.866Z] Removing intermediate container d46685cb9146 [2021-04-19T08:53:55.866Z] ---> 144dd45730df [2021-04-19T08:53:55.866Z] Step 21/22 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:53:56.136Z] ---> Running in 77a3ed2c9e91 [2021-04-19T08:53:56.409Z] ---> Running in 97fb14bc4817 [2021-04-19T08:53:56.409Z] ---> 8d6ac5bc7428 [2021-04-19T08:53:56.409Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T08:53:57.005Z] Removing intermediate container 97fb14bc4817 [2021-04-19T08:53:57.005Z] ---> 2b1beb0c47de [2021-04-19T08:53:57.005Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:53:57.005Z] ---> Running in f2402e5864f9 [2021-04-19T08:53:57.986Z] Removing intermediate container f2402e5864f9 [2021-04-19T08:53:57.986Z] ---> 03e251b56f11 [2021-04-19T08:53:57.986Z] [2021-04-19T08:53:57.986Z] ---> 072d71fd94d4 [2021-04-19T08:53:57.986Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T08:53:58.260Z] Successfully built 03e251b56f11 [2021-04-19T08:53:58.260Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T08:53:58.865Z]  Building docker-support-scheduler-go ... done  ---> 4120871d936f [2021-04-19T08:53:58.865Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-19T08:53:58.865Z] ---> Running in 83395884b619 [2021-04-19T08:53:59.145Z] Removing intermediate container 77a3ed2c9e91 [2021-04-19T08:53:59.145Z] ---> 998562b430da [2021-04-19T08:53:59.145Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:54:00.147Z] ---> f309703695ca [2021-04-19T08:54:00.148Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T08:54:01.587Z] ---> f539c85fdd20 [2021-04-19T08:54:01.587Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T08:54:01.587Z] Removing intermediate container 83395884b619 [2021-04-19T08:54:01.587Z] ---> 5017296794e4 [2021-04-19T08:54:01.587Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T08:54:01.858Z] ---> Running in 5848f98bedec [2021-04-19T08:54:02.134Z] ---> 055ef1ec654d [2021-04-19T08:54:02.134Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T08:54:02.404Z] Removing intermediate container 5848f98bedec [2021-04-19T08:54:02.404Z] ---> 464b74873eba [2021-04-19T08:54:02.404Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T08:54:02.676Z] ---> Running in 5c6857ddc995 [2021-04-19T08:54:02.948Z] ---> e1fc8b015bae [2021-04-19T08:54:02.948Z] Removing intermediate container 5c6857ddc995 [2021-04-19T08:54:02.948Z] ---> a27033bf9bab [2021-04-19T08:54:02.948Z] Step 23/24 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:54:02.948Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T08:54:03.220Z] ---> Running in a4b0fd4c7ab7 [2021-04-19T08:54:03.839Z] Removing intermediate container a4b0fd4c7ab7 [2021-04-19T08:54:03.839Z] ---> d383e73197a2 [2021-04-19T08:54:03.839Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T08:54:03.839Z] ---> Running in 0fe16bb8ea72 [2021-04-19T08:54:03.839Z] ---> 465370ef495a [2021-04-19T08:54:03.839Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T08:54:04.110Z] ---> Running in d20177eacd78 [2021-04-19T08:54:04.378Z] Removing intermediate container 0fe16bb8ea72 [2021-04-19T08:54:04.378Z] ---> 78f21e3e43cf [2021-04-19T08:54:04.378Z] [2021-04-19T08:54:04.650Z] Successfully built 78f21e3e43cf [2021-04-19T08:54:04.922Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T08:54:04.922Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d20177eacd78 [2021-04-19T08:54:04.922Z] ---> b6a34bf52903 [2021-04-19T08:54:04.922Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T08:54:05.515Z] ---> b45a11de63c1 [2021-04-19T08:54:05.515Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T08:54:06.108Z] ---> Running in 0f5ec7bcbfc3 [2021-04-19T08:54:08.074Z] Removing intermediate container 0f5ec7bcbfc3 [2021-04-19T08:54:08.074Z] ---> d39d0de8d6fc [2021-04-19T08:54:08.074Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T08:54:08.345Z] ---> Running in dbb59ef2f0fe [2021-04-19T08:54:08.934Z] Removing intermediate container dbb59ef2f0fe [2021-04-19T08:54:08.934Z] ---> 770350ac9d01 [2021-04-19T08:54:08.934Z] Step 28/31 : CMD ["gate"] [2021-04-19T08:54:09.205Z] ---> Running in 7c52a911acfe [2021-04-19T08:54:09.819Z] Removing intermediate container 7c52a911acfe [2021-04-19T08:54:09.819Z] ---> 056478a56b8d [2021-04-19T08:54:09.819Z] Step 29/31 : LABEL arch=arm64 [2021-04-19T08:54:10.091Z] ---> Running in 963e4d016638 [2021-04-19T08:54:10.682Z] Removing intermediate container 963e4d016638 [2021-04-19T08:54:10.682Z] ---> 5d0fe7981f4b [2021-04-19T08:54:10.682Z] Step 30/31 : LABEL git_sha=e24c723d2aef6e166dc6de05bbff36f405bd815e [2021-04-19T08:54:10.955Z] ---> Running in ba45a3c3d1f8 [2021-04-19T08:54:11.549Z] Removing intermediate container ba45a3c3d1f8 [2021-04-19T08:54:11.549Z] ---> ed0ebf9f9228 [2021-04-19T08:54:11.549Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T08:54:11.820Z] ---> Running in e5590c1ec638 [2021-04-19T08:54:12.409Z] Removing intermediate container e5590c1ec638 [2021-04-19T08:54:12.409Z] ---> ae41e9716db9 [2021-04-19T08:54:12.409Z] [2021-04-19T08:54:12.693Z] Successfully built ae41e9716db9 [2021-04-19T08:54:12.693Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T08:54:13.297Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-19T08:54:13.349Z] $ docker stop --time=1 d32fb5fc0a678392f6332347f3949f3e223a0f4f33361f41c7c3a95b6dbc5606 [2021-04-19T08:54:15.329Z] $ docker rm -f d32fb5fc0a678392f6332347f3949f3e223a0f4f33361f41c7c3a95b6dbc5606 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T08:54:15.895Z] + docker images [2021-04-19T08:54:15.895Z] + grep docker [2021-04-19T08:54:16.167Z] docker-security-bootstrapper-go-arm64 latest ae41e9716db9 4 seconds ago 18.1MB [2021-04-19T08:54:16.167Z] docker-security-secretstore-setup-go-arm64 latest 78f21e3e43cf 12 seconds ago 24.9MB [2021-04-19T08:54:16.167Z] docker-support-scheduler-go-arm64 latest 03e251b56f11 19 seconds ago 16.6MB [2021-04-19T08:54:16.167Z] docker-core-data-go-arm64 latest fb8ac804be21 About a minute ago 21.6MB [2021-04-19T08:54:16.167Z] docker-core-metadata-go-arm64 latest 871ee22bcce4 3 minutes ago 18.1MB [2021-04-19T08:54:16.167Z] docker-core-command-go-arm64 latest 51f98d0a1ce1 3 minutes ago 16.5MB [2021-04-19T08:54:16.167Z] docker-sys-mgmt-agent-go-arm64 latest 78c7f1384edd 3 minutes ago 299MB [2021-04-19T08:54:16.167Z] docker-security-proxy-setup-go-arm64 latest ebdfea9a73d6 3 minutes ago 24.6MB [2021-04-19T08:54:16.167Z] docker-support-notifications-go-arm64 latest e11053fff68b 3 minutes ago 17.1MB [2021-04-19T08:54:16.167Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:16.706Z] ---> job-cost.sh [2021-04-19T08:54:16.706Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VPuj [2021-04-19T08:54:56.036Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T08:56:32.751Z] lf-activate-venv(): INFO: Adding /tmp/venv-VPuj/bin to PATH [2021-04-19T08:56:32.751Z] INFO: No Stack... [2021-04-19T08:56:32.751Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T08:56:32.751Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T08:56:33.089Z] + cat /w/workspace/edgex-go/102/archives/cost.csv [2021-04-19T08:56:33.089Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T08:56:33.208Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-102-stack-cost] [2021-04-19T08:56:33.233Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-102-stack-cost] did not exist. Created. [2021-04-19T08:56:33.233Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T08:56:33.587Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T08:56:33.888Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T08:56:33.905Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-102-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-04-19T08:56:34.497Z] provisioning config files... [2021-04-19T08:56:34.516Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/102@tmp/config3712709929071685135tmp [Pipeline] { [Pipeline] sh [2021-04-19T08:56:34.840Z] + set +x [2021-04-19T08:56:34.840Z] + curl -s https://codecov.io/bash [2021-04-19T08:56:34.840Z] + bash -s -- [2021-04-19T08:56:35.105Z] [2021-04-19T08:56:35.105Z] _____ _ [2021-04-19T08:56:35.105Z] / ____| | | [2021-04-19T08:56:35.105Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T08:56:35.105Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T08:56:35.105Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T08:56:35.105Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T08:56:35.105Z] Bash-1.0.1 [2021-04-19T08:56:35.105Z] [2021-04-19T08:56:35.105Z] [2021-04-19T08:56:35.105Z] ==> git version 2.24.3 found [2021-04-19T08:56:35.105Z] ==> 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-04-19T08:56:35.105Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T08:56:35.105Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T08:56:35.370Z] ==> Jenkins CI detected. [2021-04-19T08:56:35.370Z] project root: . [2021-04-19T08:56:35.370Z] --> token set from env [2021-04-19T08:56:35.370Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T08:56:35.370Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T08:56:35.370Z] ==> Python coveragepy not found [2021-04-19T08:56:35.370Z] ==> Searching for coverage reports in: [2021-04-19T08:56:35.370Z] + . [2021-04-19T08:56:35.370Z] -> Found 1 reports [2021-04-19T08:56:35.370Z] ==> Detecting git/mercurial file structure [2021-04-19T08:56:35.637Z] ==> Reading reports [2021-04-19T08:56:35.637Z] + ./coverage.out bytes=687366 [2021-04-19T08:56:35.637Z] ==> Appending adjustments [2021-04-19T08:56:35.637Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T08:56:38.952Z] + Found adjustments [2021-04-19T08:56:38.952Z] ==> Gzipping contents [2021-04-19T08:56:39.217Z] 100K /tmp/codecov.FP53sM.gz [2021-04-19T08:56:39.217Z] ==> Uploading reports [2021-04-19T08:56:39.217Z] url: https://codecov.io [2021-04-19T08:56:39.217Z] query: branch=PR-2858&commit=e24c723d2aef6e166dc6de05bbff36f405bd815e&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F102%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-19T08:56:39.217Z] -> Pinging Codecov [2021-04-19T08:56:39.217Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-2858&commit=e24c723d2aef6e166dc6de05bbff36f405bd815e&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F102%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-19T08:56:39.478Z] -> Uploading to [2021-04-19T08:56:39.478Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/e24c723d2aef6e166dc6de05bbff36f405bd815e/5e4bf0b6-3c45-48a4-bac5-18a001ba1ae5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T085639Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b0d5bed7031f3b848fa7d864d130fa56102e2488ccae0563741a32bb76d1d7ab [2021-04-19T08:56:39.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T08:56:39.478Z] Dload Upload Total Spent Left Speed [2021-04-19T08:56:40.003Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98904 0 0 100 98904 0 232k --:--:-- --:--:-- --:--:-- 232k [2021-04-19T08:56:40.003Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e24c723d2aef6e166dc6de05bbff36f405bd815e [Pipeline] } [2021-04-19T08:56:40.012Z] 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-04-19T08:56:40.748Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:56:41.642Z] ---> package-listing.sh [2021-04-19T08:56:41.642Z] ++ facter osfamily [2021-04-19T08:56:41.642Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T08:56:41.642Z] + OS_FAMILY=redhat [2021-04-19T08:56:41.642Z] + workspace=/w/workspace/edgex-go/102 [2021-04-19T08:56:41.642Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T08:56:41.642Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T08:56:41.642Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T08:56:41.642Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T08:56:41.642Z] + '[' /w/workspace/edgex-go/102 ']' [2021-04-19T08:56:41.642Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T08:56:41.642Z] + case "${OS_FAMILY}" in [2021-04-19T08:56:41.642Z] + rpm -qa [2021-04-19T08:56:41.642Z] + sort [2021-04-19T08:56:46.954Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T08:56:46.954Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T08:56:46.954Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T08:56:46.954Z] + '[' /w/workspace/edgex-go/102 ']' [2021-04-19T08:56:46.954Z] + mkdir -p /w/workspace/edgex-go/102/archives/ [2021-04-19T08:56:46.954Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/102/archives/ [Pipeline] echo [2021-04-19T08:56:46.969Z] 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/102/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T08:56:47.262Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:56:47.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T08:56:47.573Z] [2021-04-19T08:56:47.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:56:47.903Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T08:56:47.903Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T08:56:47.903Z] df20fa9351a1: Pulling fs layer [2021-04-19T08:56:47.903Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T08:56:47.903Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T08:56:47.903Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T08:56:47.903Z] 93b61091891f: Pulling fs layer [2021-04-19T08:56:47.903Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T08:56:47.903Z] 5e14af77c1be: Pulling fs layer [2021-04-19T08:56:47.903Z] 01666e4c0597: Pulling fs layer [2021-04-19T08:56:47.903Z] aa168da1d23b: Pulling fs layer [2021-04-19T08:56:47.903Z] 46f8f816bc3b: Waiting [2021-04-19T08:56:47.903Z] 93b61091891f: Waiting [2021-04-19T08:56:47.903Z] 93b9cdb0e59b: Waiting [2021-04-19T08:56:47.903Z] 5e14af77c1be: Waiting [2021-04-19T08:56:47.903Z] aa168da1d23b: Waiting [2021-04-19T08:56:47.903Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T08:56:47.903Z] 36b3adc4ff6f: Download complete [2021-04-19T08:56:47.903Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T08:56:47.903Z] 46f8f816bc3b: Download complete [2021-04-19T08:56:47.903Z] df20fa9351a1: Verifying Checksum [2021-04-19T08:56:47.903Z] df20fa9351a1: Download complete [2021-04-19T08:56:47.903Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T08:56:47.903Z] 93b9cdb0e59b: Download complete [2021-04-19T08:56:48.190Z] 93b61091891f: Verifying Checksum [2021-04-19T08:56:48.190Z] 93b61091891f: Download complete [2021-04-19T08:56:48.190Z] 5e14af77c1be: Verifying Checksum [2021-04-19T08:56:48.190Z] 5e14af77c1be: Download complete [2021-04-19T08:56:48.190Z] 01666e4c0597: Verifying Checksum [2021-04-19T08:56:48.190Z] 01666e4c0597: Download complete [2021-04-19T08:56:48.190Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T08:56:48.190Z] 8ad3a11d3b57: Download complete [2021-04-19T08:56:48.458Z] df20fa9351a1: Pull complete [2021-04-19T08:56:48.722Z] 36b3adc4ff6f: Pull complete [2021-04-19T08:56:50.130Z] aa168da1d23b: Verifying Checksum [2021-04-19T08:56:50.130Z] aa168da1d23b: Download complete [2021-04-19T08:56:50.706Z] 8ad3a11d3b57: Pull complete [2021-04-19T08:56:50.706Z] 46f8f816bc3b: Pull complete [2021-04-19T08:56:51.661Z] 93b61091891f: Pull complete [2021-04-19T08:56:51.923Z] 93b9cdb0e59b: Pull complete [2021-04-19T08:56:52.187Z] 5e14af77c1be: Pull complete [2021-04-19T08:56:52.187Z] 01666e4c0597: Pull complete [2021-04-19T08:57:00.389Z] aa168da1d23b: Pull complete [2021-04-19T08:57:00.389Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T08:57:00.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T08:57:00.389Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T08:57:00.622Z] prd-centos7-docker-4c-2g-744 does not seem to be running inside a container [2021-04-19T08:57:00.701Z] $ 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/102/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/102 -v /w/workspace/edgex-go/102:/w/workspace/edgex-go/102:rw,z -v /w/workspace/edgex-go/102@tmp:/w/workspace/edgex-go/102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T08:57:06.680Z] $ docker top 20bb8342c419178078a91e9cf2247bbc0d50e52707b8065aeab9ccc2afe0020e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:57:07.171Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T08:57:07.475Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T08:57:07.775Z] + ls /var/log/sa-host [2021-04-19T08:57:07.775Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T08:57:07.775Z] file_magic: OK [2021-04-19T08:57:07.775Z] HZ: Using current value: 100 [2021-04-19T08:57:07.775Z] file_header: OK [2021-04-19T08:57:07.775Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T08:57:07.775Z] Statistics: [2021-04-19T08:57:07.775Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T08:57:07.775Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T08:57:07.775Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T08:57:07.775Z] file_magic: OK [2021-04-19T08:57:07.775Z] HZ: Using current value: 100 [2021-04-19T08:57:07.775Z] file_header: OK [2021-04-19T08:57:07.775Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T08:57:07.775Z] Statistics: [2021-04-19T08:57:07.775Z] Hnuu...uuuununununu... [2021-04-19T08:57:07.775Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T08:57:07.948Z] provisioning config files... [2021-04-19T08:57:07.964Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/102@tmp/config7265991041575627679tmp [Pipeline] { [Pipeline] echo [2021-04-19T08:57:07.994Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:57:08.295Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T08:57:08.305Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T08:57:08.331Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:57:08.642Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T08:57:08.654Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:57:08.952Z] ---> sudo-logs.sh [2021-04-19T08:57:08.952Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T08:57:08.985Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:57:09.284Z] ---> job-cost.sh [2021-04-19T08:57:09.284Z] lf-activate-venv: SKIPPING [2021-04-19T08:57:09.284Z] DEBUG: total: 0.20999999344348907 [2021-04-19T08:57:09.284Z] INFO: Retrieving Stack Cost... [2021-04-19T08:57:10.676Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T08:57:10.938Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T08:57:10.952Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:57:11.345Z] ---> logs-deploy.sh [2021-04-19T08:57:11.346Z] lf-activate-venv: SKIPPING [2021-04-19T08:57:11.346Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/102 [2021-04-19T08:57:11.346Z] INFO: archiving workspace using pattern(s): [2021-04-19T08:57:12.766Z] Archives upload complete. [2021-04-19T08:57:12.766Z] INFO: archiving logs to Nexus