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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from a2c460e5aefedc22d4be22d68ceefebe90da4855+d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf (256fcf3fe12f0d685da8fa85bec0c454064d9cca) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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-2479 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit a2c460e5aefedc22d4be22d68ceefebe90da4855 Merge succeeded, producing 51cecb37c6551c6dfc25d60933ebdc5503122ec3 Checking out Revision 51cecb37c6551c6dfc25d60933ebdc5503122ec3 (PR-3410) > git config core.sparsecheckout # timeout=10 > git checkout -f a2c460e5aefedc22d4be22d68ceefebe90da4855 # 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 d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 51cecb37c6551c6dfc25d60933ebdc5503122ec3 # timeout=10 Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" > git rev-list --no-walk a2c460e5aefedc22d4be22d68ceefebe90da4855 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-30T08:30:59.209Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-30T08:30:59.327Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-30T08:30:59.362Z] ========================================================= [2021-04-30T08:30:59.362Z] EdgeX Global Pipelines Version Info [2021-04-30T08:30:59.362Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:31:01.390Z] ------------------- [2021-04-30T08:31:01.390Z] stable info: [2021-04-30T08:31:01.390Z] ------------------- [2021-04-30T08:31:01.390Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-30T08:31:01.390Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T08:31:01.390Z] Message: update stable to v1.0.191 [2021-04-30T08:31:01.966Z] ------------------- [2021-04-30T08:31:01.966Z] experimental info: [2021-04-30T08:31:01.966Z] ------------------- [2021-04-30T08:31:01.966Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-30T08:31:01.966Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T08:31:01.966Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-30T08:31:02.091Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-30T08:31:02.112Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-30T08:31:02.132Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-30T08:31:02.165Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-30T08:31:02.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-30T08:31:02.213Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-04-30T08:31:02.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-04-30T08:31:02.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-30T08:31:02.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-30T08:31:02.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-30T08:31:02.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-30T08:31:02.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-30T08:31:02.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-30T08:31:02.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-30T08:31:02.417Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T08:31:02.437Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T08:31:02.458Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-30T08:31:02.479Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-30T08:31:02.499Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-30T08:31:02.519Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-30T08:31:02.540Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-30T08:31:02.561Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-30T08:31:02.584Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3410 [Pipeline] echo [2021-04-30T08:31:02.607Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3410 [Pipeline] echo [2021-04-30T08:31:02.630Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3410 [Pipeline] echo [2021-04-30T08:31:02.653Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 51cecb37c6551c6dfc25d60933ebdc5503122ec3 [Pipeline] echo [2021-04-30T08:31:02.674Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 51cecb3 [Pipeline] echo [2021-04-30T08:31:02.694Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T08:31:02.758Z] provisioning config files... [2021-04-30T08:31:02.793Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3138441291330281310tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:31:03.118Z] ---> docker-login.sh [2021-04-30T08:31:03.118Z] nexus3.edgexfoundry.org:10001 [2021-04-30T08:31:03.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:31:03.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:31:03.380Z] Configure a credential helper to remove this warning. See [2021-04-30T08:31:03.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:31:03.380Z] [2021-04-30T08:31:03.380Z] Login Succeeded [2021-04-30T08:31:03.380Z] nexus3.edgexfoundry.org:10002 [2021-04-30T08:31:03.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:31:03.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:31:03.644Z] Configure a credential helper to remove this warning. See [2021-04-30T08:31:03.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:31:03.644Z] [2021-04-30T08:31:03.644Z] Login Succeeded [2021-04-30T08:31:03.644Z] nexus3.edgexfoundry.org:10003 [2021-04-30T08:31:03.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:31:03.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:31:03.905Z] Configure a credential helper to remove this warning. See [2021-04-30T08:31:03.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:31:03.905Z] [2021-04-30T08:31:03.905Z] Login Succeeded [2021-04-30T08:31:03.905Z] nexus3.edgexfoundry.org:10004 [2021-04-30T08:31:03.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:31:04.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:31:04.167Z] Configure a credential helper to remove this warning. See [2021-04-30T08:31:04.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:31:04.167Z] [2021-04-30T08:31:04.167Z] Login Succeeded [2021-04-30T08:31:04.167Z] docker.io [2021-04-30T08:31:04.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:31:04.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:31:04.430Z] Configure a credential helper to remove this warning. See [2021-04-30T08:31:04.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:31:04.430Z] [2021-04-30T08:31:04.430Z] Login Succeeded [2021-04-30T08:31:04.430Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T08:31:04.439Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T08:31:04.769Z] ++ 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-30T08:31:04.769Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:31:04.769Z] ++ dirname cmd/core-command/Dockerfile [2021-04-30T08:31:04.769Z] ++ cut -d/ -f2 [2021-04-30T08:31:04.769Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-30T08:31:04.769Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:31:04.769Z] ++ dirname cmd/core-data/Dockerfile [2021-04-30T08:31:04.769Z] ++ cut -d/ -f2 [2021-04-30T08:31:04.769Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-30T08:31:04.769Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:31:04.769Z] ++ cut -d/ -f2 [2021-04-30T08:31:04.769Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-30T08:31:04.769Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-30T08:31:04.769Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:31:04.769Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-30T08:31:04.769Z] ++ cut -d/ -f2 [2021-04-30T08:31:04.770Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-30T08:31:04.770Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:31:04.770Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-30T08:31:04.770Z] ++ cut -d/ -f2 [2021-04-30T08:31:04.770Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-30T08:31:04.770Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:31:04.770Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-30T08:31:04.770Z] ++ cut -d/ -f2 [2021-04-30T08:31:04.770Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-30T08:31:04.770Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:31:04.770Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-30T08:31:04.770Z] ++ cut -d/ -f2 [2021-04-30T08:31:04.770Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-30T08:31:04.770Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:31:04.770Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-30T08:31:04.770Z] ++ cut -d/ -f2 [2021-04-30T08:31:04.770Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-30T08:31:04.770Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:31:04.770Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-30T08:31:04.770Z] ++ cut -d/ -f2 [2021-04-30T08:31:04.770Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-30T08:31:04.862Z] 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-30T08:31:05.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:31:05.503Z] [2021-04-30T08:31:05.503Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:31:05.821Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:31:05.821Z] latest: Pulling from edgex-devops/git-semver [2021-04-30T08:31:05.821Z] 31603596830f: Pulling fs layer [2021-04-30T08:31:05.821Z] 54011a49482f: Pulling fs layer [2021-04-30T08:31:05.821Z] a6820b24f6d8: Pulling fs layer [2021-04-30T08:31:05.821Z] f581987b2513: Pulling fs layer [2021-04-30T08:31:05.821Z] f581987b2513: Waiting [2021-04-30T08:31:05.821Z] 54011a49482f: Verifying Checksum [2021-04-30T08:31:05.821Z] 54011a49482f: Download complete [2021-04-30T08:31:05.821Z] 31603596830f: Verifying Checksum [2021-04-30T08:31:05.821Z] 31603596830f: Download complete [2021-04-30T08:31:06.084Z] f581987b2513: Verifying Checksum [2021-04-30T08:31:06.084Z] f581987b2513: Download complete [2021-04-30T08:31:06.084Z] a6820b24f6d8: Verifying Checksum [2021-04-30T08:31:06.084Z] a6820b24f6d8: Download complete [2021-04-30T08:31:06.348Z] 31603596830f: Pull complete [2021-04-30T08:31:06.348Z] 54011a49482f: Pull complete [2021-04-30T08:31:07.304Z] a6820b24f6d8: Pull complete [2021-04-30T08:31:07.587Z] f581987b2513: Pull complete [2021-04-30T08:31:07.587Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-30T08:31:07.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:31:07.587Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-30T08:31:07.694Z] prd-centos7-docker-4c-2g-2479 does not seem to be running inside a container [2021-04-30T08:31:07.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-30T08:31:10.226Z] $ docker top 4f110a8bdac0bacc0d9ce06b6a18b74c72be596e57fae87441a8191fa6b0e2f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T08:31:10.369Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T08:31:10.369Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T08:31:10.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T08:31:10.585Z] $ docker exec 4f110a8bdac0bacc0d9ce06b6a18b74c72be596e57fae87441a8191fa6b0e2f3 ssh-agent [2021-04-30T08:31:10.752Z] SSH_AUTH_SOCK=/tmp/ssh-ydiLt1KYxlUk/agent.11 [2021-04-30T08:31:10.752Z] SSH_AGENT_PID=16 [2021-04-30T08:31:10.763Z] Running ssh-add (command line suppressed) [2021-04-30T08:31:10.884Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2947559615240451335.key (/w/workspace/edgex-go/2@tmp/private_key_2947559615240451335.key) [2021-04-30T08:31:10.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T08:31:11.235Z] + git tag --points-at HEAD [Pipeline] } [2021-04-30T08:31:11.257Z] $ docker exec --env ******** --env ******** 4f110a8bdac0bacc0d9ce06b6a18b74c72be596e57fae87441a8191fa6b0e2f3 ssh-agent -k [2021-04-30T08:31:11.372Z] unset SSH_AUTH_SOCK; [2021-04-30T08:31:11.372Z] unset SSH_AGENT_PID; [2021-04-30T08:31:11.372Z] echo Agent pid 16 killed; [2021-04-30T08:31:11.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-30T08:31:11.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T08:31:11.455Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T08:31:11.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T08:31:11.621Z] $ docker exec 4f110a8bdac0bacc0d9ce06b6a18b74c72be596e57fae87441a8191fa6b0e2f3 ssh-agent [2021-04-30T08:31:11.782Z] SSH_AUTH_SOCK=/tmp/ssh-yrpDrejRZOVV/agent.46 [2021-04-30T08:31:11.782Z] SSH_AGENT_PID=51 [2021-04-30T08:31:11.789Z] Running ssh-add (command line suppressed) [2021-04-30T08:31:11.908Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4568485821229415589.key (/w/workspace/edgex-go/2@tmp/private_key_4568485821229415589.key) [2021-04-30T08:31:11.959Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T08:31:12.265Z] + git semver init [2021-04-30T08:31:12.265Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T08:31:12.265Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-30T08:31:12.265Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-30T08:31:12.265Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T08:31:12.265Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T08:31:12.265Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T08:31:12.265Z] # $SEMVER_BRANCH = PR-3410 [2021-04-30T08:31:12.265Z] # $SEMVER_TEMP = /tmp/semver-103306952 [2021-04-30T08:31:12.265Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-30T08:31:34.264Z] # '/tmp/semver-103306952' -> '/w/workspace/edgex-go/2/.semver' [2021-04-30T08:31:35.222Z] # -> Force: false [2021-04-30T08:31:35.222Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-30T08:31:35.238Z] $ docker exec --env ******** --env ******** 4f110a8bdac0bacc0d9ce06b6a18b74c72be596e57fae87441a8191fa6b0e2f3 ssh-agent -k [2021-04-30T08:31:35.534Z] unset SSH_AUTH_SOCK; [2021-04-30T08:31:35.534Z] unset SSH_AGENT_PID; [2021-04-30T08:31:35.534Z] echo Agent pid 51 killed; [2021-04-30T08:31:35.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T08:31:35.969Z] + git semver [Pipeline] } [2021-04-30T08:31:35.993Z] $ docker stop --time=1 4f110a8bdac0bacc0d9ce06b6a18b74c72be596e57fae87441a8191fa6b0e2f3 [2021-04-30T08:31:37.649Z] $ docker rm -f 4f110a8bdac0bacc0d9ce06b6a18b74c72be596e57fae87441a8191fa6b0e2f3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:31:38.122Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-30T08:31:38.520Z] Stashed 1 file(s) [Pipeline] echo [2021-04-30T08:31:38.522Z] [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-30T08:31:39.029Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:31:39.327Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:31:39.628Z] + sudo service docker restart [2021-04-30T08:31:39.628Z] + true [2021-04-30T08:31:39.628Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-30T08:31:40.216Z] ========================================================= [2021-04-30T08:31:40.216Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-04-30T08:31:40.216Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:31:40.520Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-04-30T08:31:44.734Z] Sending build context to Docker daemon 329.7MB [2021-04-30T08:31:44.734Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T08:31:44.734Z] Step 2/6 : FROM ${BASE} [2021-04-30T08:31:44.734Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-30T08:31:44.734Z] 540db60ca938: Pulling fs layer [2021-04-30T08:31:44.734Z] adcc1eea9eea: Pulling fs layer [2021-04-30T08:31:44.734Z] 4c4ab2625f07: Pulling fs layer [2021-04-30T08:31:44.734Z] 0510c868ecb4: Pulling fs layer [2021-04-30T08:31:44.734Z] afea3b2eda06: Pulling fs layer [2021-04-30T08:31:44.734Z] 7809a108b3ef: Pulling fs layer [2021-04-30T08:31:44.734Z] f706445af74f: Pulling fs layer [2021-04-30T08:31:44.734Z] afea3b2eda06: Waiting [2021-04-30T08:31:44.734Z] 0510c868ecb4: Waiting [2021-04-30T08:31:44.734Z] f706445af74f: Waiting [2021-04-30T08:31:44.734Z] 7809a108b3ef: Waiting [2021-04-30T08:31:44.734Z] 4c4ab2625f07: Verifying Checksum [2021-04-30T08:31:44.734Z] 4c4ab2625f07: Download complete [2021-04-30T08:31:44.734Z] adcc1eea9eea: Verifying Checksum [2021-04-30T08:31:44.734Z] adcc1eea9eea: Download complete [2021-04-30T08:31:44.734Z] afea3b2eda06: Verifying Checksum [2021-04-30T08:31:44.734Z] afea3b2eda06: Download complete [2021-04-30T08:31:44.734Z] 7809a108b3ef: Verifying Checksum [2021-04-30T08:31:44.734Z] 7809a108b3ef: Download complete [2021-04-30T08:31:44.734Z] 540db60ca938: Verifying Checksum [2021-04-30T08:31:44.734Z] 540db60ca938: Download complete [2021-04-30T08:31:44.995Z] 540db60ca938: Pull complete [2021-04-30T08:31:45.259Z] adcc1eea9eea: Pull complete [2021-04-30T08:31:45.259Z] 4c4ab2625f07: Pull complete [2021-04-30T08:31:47.873Z] f706445af74f: Verifying Checksum [2021-04-30T08:31:47.873Z] f706445af74f: Download complete [2021-04-30T08:31:49.315Z] 0510c868ecb4: Verifying Checksum [2021-04-30T08:31:49.315Z] 0510c868ecb4: Download complete [2021-04-30T08:31:53.662Z] Still waiting to schedule task [2021-04-30T08:31:53.662Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-04-30T08:31:54.637Z] 0510c868ecb4: Pull complete [2021-04-30T08:31:54.637Z] afea3b2eda06: Pull complete [2021-04-30T08:31:54.637Z] 7809a108b3ef: Pull complete [2021-04-30T08:31:59.948Z] f706445af74f: Pull complete [2021-04-30T08:31:59.948Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-04-30T08:31:59.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-04-30T08:31:59.948Z] ---> b068be0155e3 [2021-04-30T08:31:59.948Z] 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-30T08:31:59.948Z] ---> Running in 469f8e4e7350 [2021-04-30T08:31:59.948Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:32:00.896Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:32:01.160Z] (1/12) Installing libmagic (5.39-r0) [2021-04-30T08:32:01.739Z] (2/12) Installing file (5.39-r0) [2021-04-30T08:32:01.739Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-30T08:32:02.002Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-04-30T08:32:06.223Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-30T08:32:06.223Z] (6/12) Installing patch (2.7.6-r6) [2021-04-30T08:32:06.223Z] (7/12) Installing build-base (0.5-r2) [2021-04-30T08:32:06.223Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-30T08:32:06.488Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-04-30T08:32:06.488Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-30T08:32:06.488Z] (11/12) Installing libzmq (4.3.3-r1) [2021-04-30T08:32:06.750Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-04-30T08:32:06.750Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T08:32:07.012Z] OK: 219 MiB in 52 packages [2021-04-30T08:32:11.230Z] Removing intermediate container 469f8e4e7350 [2021-04-30T08:32:11.230Z] ---> f2acf1cc0da9 [2021-04-30T08:32:11.230Z] Step 4/6 : WORKDIR /edgex-go [2021-04-30T08:32:11.230Z] ---> Running in 06aaa0c23cd7 [2021-04-30T08:32:11.230Z] Removing intermediate container 06aaa0c23cd7 [2021-04-30T08:32:11.230Z] ---> ffeec58707f8 [2021-04-30T08:32:11.230Z] Step 5/6 : COPY go.mod . [2021-04-30T08:32:11.230Z] ---> 800161440436 [2021-04-30T08:32:11.230Z] Step 6/6 : RUN go mod download [2021-04-30T08:32:11.230Z] ---> Running in e721a2949a71 [2021-04-30T08:32:33.269Z] Removing intermediate container e721a2949a71 [2021-04-30T08:32:33.269Z] ---> 52407754d73a [2021-04-30T08:32:33.269Z] Successfully built 52407754d73a [2021-04-30T08:32:33.269Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:32:33.580Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T08:32:33.581Z] . [Pipeline] withDockerContainer [2021-04-30T08:32:33.693Z] prd-centos7-docker-4c-2g-2479 does not seem to be running inside a container [2021-04-30T08:32:33.742Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-30T08:32:34.540Z] $ docker top 139ce49dc32496ec38588f791cc0470415e5d946bf9722f2354795d68506c259 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:32:34.986Z] + go version [2021-04-30T08:32:34.986Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-04-30T08:32:35.002Z] $ docker stop --time=1 139ce49dc32496ec38588f791cc0470415e5d946bf9722f2354795d68506c259 [2021-04-30T08:32:36.345Z] $ docker rm -f 139ce49dc32496ec38588f791cc0470415e5d946bf9722f2354795d68506c259 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:32:36.845Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T08:32:36.845Z] . [Pipeline] withDockerContainer [2021-04-30T08:32:36.945Z] prd-centos7-docker-4c-2g-2479 does not seem to be running inside a container [2021-04-30T08:32:36.994Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-30T08:32:37.962Z] $ docker top 58cf54173717d73462ff6463febee74ae3123378dec418ef288165fe950c4e29 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-30T08:32:38.072Z] ========================================================= [2021-04-30T08:32:38.072Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-30T08:32:38.072Z] ========================================================= [Pipeline] sh [2021-04-30T08:32:38.364Z] + go mod tidy [Pipeline] sh [2021-04-30T08:32:40.591Z] + make test [2021-04-30T08:32:40.591Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-30T08:32:48.804Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-30T08:33:10.887Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-30T08:33:15.165Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-30T08:33:15.165Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-30T08:33:15.165Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-30T08:33:18.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-30T08:33:18.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-30T08:33:18.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-30T08:33:18.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-30T08:33:19.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-30T08:33:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-30T08:33:23.440Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-30T08:33:23.440Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-30T08:33:23.440Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-30T08:33:24.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 45.9% of statements [2021-04-30T08:33:24.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-30T08:33:24.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-30T08:33:24.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-30T08:33:24.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-30T08:33:24.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-30T08:33:24.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-30T08:33:24.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.046s coverage: 19.8% of statements [2021-04-30T08:33:24.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements [2021-04-30T08:33:27.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-30T08:33:27.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.095s coverage: 100.0% of statements [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-30T08:33:27.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-30T08:33:27.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 71.3% of statements [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-30T08:33:27.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-30T08:33:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.159s coverage: 87.7% of statements [2021-04-30T08:33:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-30T08:33:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:33:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.072s coverage: 78.9% of statements [2021-04-30T08:33:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-30T08:33:32.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.362s coverage: 28.6% of statements [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-30T08:33:32.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-30T08:33:32.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-30T08:33:32.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-30T08:33:32.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.183s coverage: 97.5% of statements [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-30T08:33:32.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-30T08:33:32.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-30T08:33:34.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.405s coverage: 95.1% of statements [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-30T08:33:34.078Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-30T08:33:34.078Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.9% of statements [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-30T08:33:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-30T08:33:34.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements [2021-04-30T08:33:34.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 79.5% of statements [2021-04-30T08:33:34.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-04-30T08:33:34.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements [2021-04-30T08:33:34.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-04-30T08:33:46.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.076s coverage: 94.4% of statements [2021-04-30T08:33:46.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-04-30T08:33:48.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.242s coverage: 81.8% of statements [2021-04-30T08:33:48.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.043s coverage: 87.2% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.6% of statements [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 64.4% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 40.5% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.041s coverage: 89.5% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 47.0% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.069s coverage: 9.6% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 92.6% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-30T08:33:58.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.735s coverage: 28.7% of statements [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-30T08:33:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-30T08:33:58.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-30T08:33:58.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-30T08:33:58.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.087s coverage: 64.6% of statements [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-30T08:33:58.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.162s coverage: 97.6% of statements [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-30T08:33:58.946Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-30T08:33:58.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-30T08:33:58.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-30T08:33:58.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-30T08:33:58.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2021-04-30T08:33:59.208Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 28.1% of statements [2021-04-30T08:33:59.208Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-30T08:33:59.782Z] GO111MODULE=on go vet ./... [2021-04-30T08:34:32.024Z] gofmt -l . [2021-04-30T08:34:32.024Z] [ "`gofmt -l .`" = "" ] [2021-04-30T08:34:32.290Z] ./bin/test-go-mod-tidy.sh [2021-04-30T08:34:32.869Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-30T08:34:34.288Z] + ls -al . [2021-04-30T08:34:34.288Z] total 800 [2021-04-30T08:34:34.288Z] drwxrwxr-x 10 1001 1001 4096 Apr 30 08:34 . [2021-04-30T08:34:34.288Z] drwxr-xr-x 4 root root 28 Apr 30 08:32 .. [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 11 Apr 30 08:30 .dockerignore [2021-04-30T08:34:34.288Z] drwxrwxr-x 8 1001 1001 179 Apr 30 08:30 .git [2021-04-30T08:34:34.288Z] drwxrwxr-x 3 1001 1001 125 Apr 30 08:30 .github [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 818 Apr 30 08:30 .gitignore [2021-04-30T08:34:34.288Z] drwx------ 3 1001 1001 60 Apr 30 08:31 .semver [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 166 Apr 30 08:30 .sonarcloud.properties [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:30 Attribution.txt [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:30 CONTRIBUTING.md [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 931 Apr 30 08:30 Dockerfile.build [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 863 Apr 30 08:30 Jenkinsfile [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:30 LICENSE [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:30 Makefile [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:30 README.md [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:30 SECURITY.md [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 5 Apr 30 08:31 VERSION [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:30 ZMQWindows.md [2021-04-30T08:34:34.288Z] drwxrwxr-x 2 1001 1001 117 Apr 30 08:30 bin [2021-04-30T08:34:34.288Z] drwxrwxr-x 14 1001 1001 4096 Apr 30 08:30 cmd [2021-04-30T08:34:34.288Z] -rw-r--r-- 1 root root 691485 Apr 30 08:33 coverage.out [2021-04-30T08:34:34.288Z] -rw-r--r-- 1 root root 1060 Apr 30 08:34 go.mod [2021-04-30T08:34:34.288Z] -rw-r--r-- 1 root root 22420 Apr 30 08:32 go.sum [2021-04-30T08:34:34.288Z] drwxrwxr-x 8 1001 1001 127 Apr 30 08:30 internal [2021-04-30T08:34:34.288Z] drwxrwxr-x 4 1001 1001 26 Apr 30 08:30 openapi [2021-04-30T08:34:34.288Z] drwxrwxr-x 4 1001 1001 71 Apr 30 08:30 snap [2021-04-30T08:34:34.288Z] -rw-rw-r-- 1 1001 1001 168 Apr 30 08:30 version.go [Pipeline] sh [2021-04-30T08:34:34.620Z] + '[' -e coverage.out ] [2021-04-30T08:34:34.621Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-30T08:34:34.842Z] Stashed 1 file(s) [Pipeline] sh [2021-04-30T08:34:35.196Z] + make build [2021-04-30T08:34:35.196Z] 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-30T08:34:37.212Z] 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-30T08:34:47.320Z] 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-30T08:34:47.584Z] 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-30T08:34:49.534Z] 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-30T08:34:49.534Z] 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-30T08:34:50.941Z] 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-30T08:34:52.374Z] 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-30T08:34:53.340Z] 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-30T08:34:54.327Z] 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-30T08:34:55.741Z] 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-30T08:34:57.141Z] 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-30T08:34:59.734Z] $ docker stop --time=1 58cf54173717d73462ff6463febee74ae3123378dec418ef288165fe950c4e29 [2021-04-30T08:35:01.805Z] $ docker rm -f 58cf54173717d73462ff6463febee74ae3123378dec418ef288165fe950c4e29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:35:04.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:35:04.523Z] [2021-04-30T08:35:04.523Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:35:04.840Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:35:04.840Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-30T08:35:04.840Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-30T08:35:04.840Z] ca9280d653b3: Pulling fs layer [2021-04-30T08:35:04.840Z] 7e9c9ca2126c: Pulling fs layer [2021-04-30T08:35:04.840Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-30T08:35:04.840Z] cbdbe7a5bc2a: Download complete [2021-04-30T08:35:05.415Z] cbdbe7a5bc2a: Pull complete [2021-04-30T08:35:05.415Z] ca9280d653b3: Verifying Checksum [2021-04-30T08:35:05.415Z] ca9280d653b3: Download complete [2021-04-30T08:35:06.365Z] ca9280d653b3: Pull complete [2021-04-30T08:35:06.629Z] 7e9c9ca2126c: Verifying Checksum [2021-04-30T08:35:06.629Z] 7e9c9ca2126c: Download complete [2021-04-30T08:35:13.251Z] 7e9c9ca2126c: Pull complete [2021-04-30T08:35:13.251Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-30T08:35:13.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:35:13.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-30T08:35:13.429Z] prd-centos7-docker-4c-2g-2479 does not seem to be running inside a container [2021-04-30T08:35:13.490Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-30T08:35:14.396Z] $ docker top 951c44b01de24a3e78aff65c977e61d28956c71a48c1566fa05e0cc6cd144051 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:35:14.833Z] + docker-compose build --help [2021-04-30T08:35:14.833Z] + grep parallel [2021-04-30T08:35:15.778Z] --parallel Build images in parallel. [Pipeline] } [2021-04-30T08:35:15.794Z] $ docker stop --time=1 951c44b01de24a3e78aff65c977e61d28956c71a48c1566fa05e0cc6cd144051 [2021-04-30T08:35:17.152Z] $ docker rm -f 951c44b01de24a3e78aff65c977e61d28956c71a48c1566fa05e0cc6cd144051 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:35:17.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:35:17.621Z] . [Pipeline] withDockerContainer [2021-04-30T08:35:17.723Z] prd-centos7-docker-4c-2g-2479 does not seem to be running inside a container [2021-04-30T08:35:17.774Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-30T08:35:18.379Z] $ docker top 533f9c9a349a4627cf9d4752dd512990e9e9058b0866ba3501acff69e7e624cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:35:18.785Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-30T08:35:19.732Z] Building docker-core-command-go ... [2021-04-30T08:35:19.732Z] Building docker-core-data-go ... [2021-04-30T08:35:19.732Z] Building docker-core-metadata-go ... [2021-04-30T08:35:19.732Z] Building docker-security-bootstrapper-go ... [2021-04-30T08:35:19.732Z] Building docker-security-proxy-setup-go ... [2021-04-30T08:35:19.732Z] Building docker-security-secretstore-setup-go ... [2021-04-30T08:35:19.732Z] Building docker-support-notifications-go ... [2021-04-30T08:35:19.732Z] Building docker-support-scheduler-go ... [2021-04-30T08:35:19.732Z] Building docker-sys-mgmt-agent-go ... [2021-04-30T08:35:19.732Z] Building docker-security-proxy-setup-go [2021-04-30T08:35:19.732Z] Building docker-security-secretstore-setup-go [2021-04-30T08:35:19.732Z] Building docker-support-scheduler-go [2021-04-30T08:35:19.732Z] Building docker-core-metadata-go [2021-04-30T08:35:19.732Z] Building docker-core-command-go [2021-04-30T08:35:35.034Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2486 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws [2021-04-30T08:35:35.053Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-30T08:35:41.340Z] using credential edgex-jenkins-ssh [2021-04-30T08:35:41.363Z] Cloning the remote Git repository [2021-04-30T08:35:41.424Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:35:41.542Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-30T08:35:41.634Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:35:41.634Z] > git --version # timeout=10 [2021-04-30T08:35:41.656Z] > git --version # 'git version 2.17.1' [2021-04-30T08:35:41.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:35:41.734Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:35:51.999Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:51.999Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:51.999Z] ---> 52407754d73a [2021-04-30T08:35:51.999Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:35:52.306Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:52.307Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:52.307Z] ---> 52407754d73a [2021-04-30T08:35:52.307Z] Step 3/21 : WORKDIR /edgex-go [2021-04-30T08:35:52.573Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:52.573Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:52.573Z] ---> 52407754d73a [2021-04-30T08:35:52.573Z] Step 3/24 : WORKDIR /edgex-go [2021-04-30T08:35:52.573Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:52.573Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:52.573Z] ---> 52407754d73a [2021-04-30T08:35:52.573Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:35:52.573Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:52.573Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:52.573Z] ---> 52407754d73a [2021-04-30T08:35:52.573Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:35:53.146Z] ---> Running in 616b54ab015b [2021-04-30T08:35:53.413Z] ---> Running in 07a92e3002af [2021-04-30T08:35:53.413Z] ---> Running in 3a85e9259afe [2021-04-30T08:35:53.413Z] ---> Running in 9c6caf65de6a [2021-04-30T08:35:53.413Z] ---> Running in 96db8baca7ed [2021-04-30T08:35:53.675Z] Removing intermediate container 07a92e3002af [2021-04-30T08:35:53.675Z] ---> 11614c253ca2 [2021-04-30T08:35:53.675Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:53.675Z] Removing intermediate container 9c6caf65de6a [2021-04-30T08:35:53.675Z] ---> 8dba2ef93bba [2021-04-30T08:35:53.675Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:53.939Z] Removing intermediate container 3a85e9259afe [2021-04-30T08:35:53.939Z] ---> ac263fdc4f91 [2021-04-30T08:35:53.939Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:53.939Z] Removing intermediate container 96db8baca7ed [2021-04-30T08:35:53.939Z] ---> 71a4601c9e73 [2021-04-30T08:35:53.939Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:53.939Z] Removing intermediate container 616b54ab015b [2021-04-30T08:35:53.939Z] ---> c9a8b0517997 [2021-04-30T08:35:53.939Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:53.939Z] ---> Running in d91a954b9cfa [2021-04-30T08:35:53.939Z] ---> Running in cf947cf29f2e [2021-04-30T08:35:53.939Z] ---> Running in 4ba39a4b5423 [2021-04-30T08:35:53.939Z] ---> Running in 01a0289f6dde [2021-04-30T08:35:53.939Z] ---> Running in abca63854e8b [2021-04-30T08:35:55.898Z] Removing intermediate container cf947cf29f2e [2021-04-30T08:35:55.898Z] ---> 3d861f460e1f [2021-04-30T08:35:55.898Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:35:56.159Z] ---> Running in b5d27771ac3d [2021-04-30T08:35:56.159Z] Removing intermediate container 4ba39a4b5423 [2021-04-30T08:35:56.159Z] ---> 5b2cce854cad [2021-04-30T08:35:56.159Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-30T08:35:56.159Z] Removing intermediate container d91a954b9cfa [2021-04-30T08:35:56.159Z] ---> c16c02a97a64 [2021-04-30T08:35:56.159Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-30T08:35:56.423Z] ---> Running in 71c7eef34aa0 [2021-04-30T08:35:56.423Z] ---> Running in a9490fa4a793 [2021-04-30T08:35:56.734Z] Removing intermediate container abca63854e8b [2021-04-30T08:35:56.734Z] ---> 3ed41e720e12 [2021-04-30T08:35:56.735Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-30T08:35:56.735Z] Removing intermediate container 01a0289f6dde [2021-04-30T08:35:56.735Z] ---> ab7b61a610e1 [2021-04-30T08:35:56.735Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:35:57.104Z] ---> Running in 0ed73ecd34da [2021-04-30T08:35:57.104Z] ---> Running in bc967c20a43e [2021-04-30T08:35:57.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:57.445Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:57.445Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:57.759Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:57.759Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:58.024Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:58.286Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:58.286Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:58.286Z] OK: 219 MiB in 52 packages [2021-04-30T08:35:58.553Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:58.815Z] OK: 219 MiB in 52 packages [2021-04-30T08:35:58.815Z] OK: 219 MiB in 52 packages [2021-04-30T08:35:59.078Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:59.078Z] Removing intermediate container b5d27771ac3d [2021-04-30T08:35:59.078Z] ---> 3af5d16bedc4 [2021-04-30T08:35:59.078Z] Step 6/23 : COPY go.mod . [2021-04-30T08:35:59.346Z] ---> 5b55b7688a5b [2021-04-30T08:35:59.346Z] Step 7/23 : RUN go mod download [2021-04-30T08:35:59.346Z] ---> Running in 1ca3b4d7aca7 [2021-04-30T08:35:59.611Z] Removing intermediate container a9490fa4a793 [2021-04-30T08:35:59.611Z] ---> 6259f2c3e150 [2021-04-30T08:35:59.611Z] Step 6/21 : COPY go.mod . [2021-04-30T08:35:59.611Z] Removing intermediate container 71c7eef34aa0 [2021-04-30T08:35:59.611Z] ---> 6d01759c32a1 [2021-04-30T08:35:59.611Z] Step 6/24 : COPY go.mod . [2021-04-30T08:35:59.873Z] OK: 219 MiB in 52 packages [2021-04-30T08:35:59.873Z] ---> 234113ae5027 [2021-04-30T08:35:59.873Z] Step 7/21 : RUN go mod download [2021-04-30T08:35:59.873Z] ---> Running in aa0b68050b3d [2021-04-30T08:35:59.873Z] ---> de17f13541c2 [2021-04-30T08:35:59.873Z] Step 7/24 : RUN go mod download [2021-04-30T08:36:00.143Z] ---> Running in cb66a0501fab [2021-04-30T08:36:00.411Z] OK: 219 MiB in 52 packages [2021-04-30T08:36:00.685Z] Removing intermediate container 0ed73ecd34da [2021-04-30T08:36:00.685Z] ---> 3a8b3dfe8596 [2021-04-30T08:36:00.685Z] Step 6/22 : COPY go.mod . [2021-04-30T08:36:00.952Z] ---> 006bd087bf0b [2021-04-30T08:36:00.952Z] Step 7/22 : RUN go mod download [2021-04-30T08:36:00.952Z] Removing intermediate container bc967c20a43e [2021-04-30T08:36:00.952Z] ---> ac0cb7fe45f7 [2021-04-30T08:36:00.952Z] Step 6/23 : COPY go.mod . [2021-04-30T08:36:02.350Z] ---> Running in 915dab2f0134 [2021-04-30T08:36:02.350Z] ---> 1c1debf24bf5 [2021-04-30T08:36:02.350Z] Step 7/23 : RUN go mod download [2021-04-30T08:36:02.350Z] Removing intermediate container 1ca3b4d7aca7 [2021-04-30T08:36:02.350Z] ---> ea96ccdb0ee0 [2021-04-30T08:36:02.350Z] Step 8/23 : COPY . . [2021-04-30T08:36:02.350Z] ---> Running in 80d1688585e8 [2021-04-30T08:36:02.062Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:36:02.086Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:36:02.119Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:36:02.159Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:36:02.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:36:02.176Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T08:36:04.288Z] Removing intermediate container aa0b68050b3d [2021-04-30T08:36:04.288Z] ---> 6d3048df42e4 [2021-04-30T08:36:04.288Z] Step 8/21 : COPY . . [2021-04-30T08:36:04.523Z] Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit a2c460e5aefedc22d4be22d68ceefebe90da4855 [2021-04-30T08:36:05.281Z] Merge succeeded, producing 561bbff582aee830731a98dc08ce1f8450274d15 [2021-04-30T08:36:05.282Z] Checking out Revision 561bbff582aee830731a98dc08ce1f8450274d15 (PR-3410) [2021-04-30T08:36:06.217Z] Removing intermediate container cb66a0501fab [2021-04-30T08:36:06.217Z] ---> 52419631210e [2021-04-30T08:36:06.217Z] Step 8/24 : COPY . . [2021-04-30T08:36:04.546Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:36:04.560Z] > git checkout -f a2c460e5aefedc22d4be22d68ceefebe90da4855 # timeout=10 [2021-04-30T08:36:04.906Z] > git remote # timeout=10 [2021-04-30T08:36:04.930Z] > git config --get remote.origin.url # timeout=10 [2021-04-30T08:36:04.949Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:36:04.966Z] > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 [2021-04-30T08:36:05.265Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-30T08:36:05.292Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:36:05.308Z] > git checkout -f 561bbff582aee830731a98dc08ce1f8450274d15 # timeout=10 [2021-04-30T08:36:09.682Z] Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" [2021-04-30T08:36:09.695Z] > git rev-list --no-walk a2c460e5aefedc22d4be22d68ceefebe90da4855 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T08:36:11.301Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:36:11.724Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:36:12.062Z] + sudo service docker restart [2021-04-30T08:36:12.062Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T08:36:14.093Z] provisioning config files... [2021-04-30T08:36:14.165Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1592430263687594821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:36:14.546Z] ---> docker-login.sh [2021-04-30T08:36:14.546Z] nexus3.edgexfoundry.org:10001 [2021-04-30T08:36:15.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:15.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:15.798Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:15.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:15.798Z] [2021-04-30T08:36:15.798Z] Login Succeeded [2021-04-30T08:36:15.798Z] nexus3.edgexfoundry.org:10002 [2021-04-30T08:36:16.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:16.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:16.343Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:16.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:16.343Z] [2021-04-30T08:36:16.343Z] Login Succeeded [2021-04-30T08:36:16.343Z] nexus3.edgexfoundry.org:10003 [2021-04-30T08:36:16.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:16.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:16.617Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:16.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:16.617Z] [2021-04-30T08:36:16.617Z] Login Succeeded [2021-04-30T08:36:16.617Z] nexus3.edgexfoundry.org:10004 [2021-04-30T08:36:17.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:17.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:17.215Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:17.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:17.215Z] [2021-04-30T08:36:17.215Z] Login Succeeded [2021-04-30T08:36:17.215Z] docker.io [2021-04-30T08:36:17.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:18.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:18.086Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:18.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:18.086Z] [2021-04-30T08:36:18.086Z] Login Succeeded [2021-04-30T08:36:18.086Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T08:36:18.107Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-30T08:36:18.448Z] ========================================================= [2021-04-30T08:36:18.448Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-04-30T08:36:18.448Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:36:18.800Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-04-30T08:36:21.466Z] Sending build context to Docker daemon 167.4MB [2021-04-30T08:36:21.466Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T08:36:21.466Z] Step 2/6 : FROM ${BASE} [2021-04-30T08:36:21.466Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-30T08:36:21.466Z] 595b0fe564bb: Pulling fs layer [2021-04-30T08:36:21.466Z] 7186ed65a4f7: Pulling fs layer [2021-04-30T08:36:21.466Z] 316046926c0a: Pulling fs layer [2021-04-30T08:36:21.466Z] 4ebd0625c992: Pulling fs layer [2021-04-30T08:36:21.466Z] 207e8628e3a3: Pulling fs layer [2021-04-30T08:36:21.466Z] c791037a9be2: Pulling fs layer [2021-04-30T08:36:21.466Z] ffd874e62e21: Pulling fs layer [2021-04-30T08:36:21.466Z] 4ebd0625c992: Waiting [2021-04-30T08:36:21.466Z] 207e8628e3a3: Waiting [2021-04-30T08:36:21.466Z] c791037a9be2: Waiting [2021-04-30T08:36:21.466Z] 316046926c0a: Download complete [2021-04-30T08:36:21.466Z] 7186ed65a4f7: Verifying Checksum [2021-04-30T08:36:21.466Z] 7186ed65a4f7: Download complete [2021-04-30T08:36:21.466Z] 207e8628e3a3: Verifying Checksum [2021-04-30T08:36:21.466Z] 207e8628e3a3: Download complete [2021-04-30T08:36:21.466Z] c791037a9be2: Verifying Checksum [2021-04-30T08:36:21.466Z] c791037a9be2: Download complete [2021-04-30T08:36:21.466Z] 595b0fe564bb: Verifying Checksum [2021-04-30T08:36:21.466Z] 595b0fe564bb: Download complete [2021-04-30T08:36:22.088Z] 595b0fe564bb: Pull complete [2021-04-30T08:36:22.699Z] 7186ed65a4f7: Pull complete [2021-04-30T08:36:23.310Z] 316046926c0a: Pull complete [2021-04-30T08:36:23.911Z] ffd874e62e21: Verifying Checksum [2021-04-30T08:36:23.911Z] ffd874e62e21: Download complete [2021-04-30T08:36:24.428Z] Removing intermediate container 80d1688585e8 [2021-04-30T08:36:24.428Z] ---> b69621ad1e15 [2021-04-30T08:36:24.428Z] Step 8/23 : COPY . . [2021-04-30T08:36:24.428Z] Removing intermediate container 915dab2f0134 [2021-04-30T08:36:24.428Z] ---> 82b7280d5f0f [2021-04-30T08:36:24.428Z] Step 8/22 : COPY . . [2021-04-30T08:36:25.908Z] 4ebd0625c992: Verifying Checksum [2021-04-30T08:36:25.908Z] 4ebd0625c992: Download complete [2021-04-30T08:36:36.113Z] 4ebd0625c992: Pull complete [2021-04-30T08:36:36.113Z] 207e8628e3a3: Pull complete [2021-04-30T08:36:36.113Z] c791037a9be2: Pull complete [2021-04-30T08:36:39.509Z] ffd874e62e21: Pull complete [2021-04-30T08:36:39.509Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-04-30T08:36:39.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-04-30T08:36:39.509Z] ---> cfc18b08335c [2021-04-30T08:36:39.509Z] 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-30T08:36:43.295Z] ---> e7fb737db1f3 [2021-04-30T08:36:43.295Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-30T08:36:43.821Z] ---> Running in 6fccf327bf14 [2021-04-30T08:36:44.418Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:36:44.726Z] ---> e8e278464dd1 [2021-04-30T08:36:44.726Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-30T08:36:44.726Z] ---> 907189ee19b0 [2021-04-30T08:36:44.726Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-30T08:36:45.848Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:36:46.443Z] (1/12) Installing libmagic (5.39-r0) [2021-04-30T08:36:46.687Z] ---> Running in 2d0e0e9e453f [2021-04-30T08:36:46.718Z] (2/12) Installing file (5.39-r0) [2021-04-30T08:36:46.718Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-30T08:36:46.718Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-04-30T08:36:46.956Z] ---> Running in 08e5781e86cc [2021-04-30T08:36:46.956Z] ---> Running in c983f5234363 [2021-04-30T08:36:48.904Z] 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-30T08:36:48.904Z] 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-30T08:36:49.885Z] 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-30T08:36:50.141Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-30T08:36:50.141Z] (6/12) Installing patch (2.7.6-r6) [2021-04-30T08:36:50.416Z] (7/12) Installing build-base (0.5-r2) [2021-04-30T08:36:50.416Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-30T08:36:50.416Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-04-30T08:36:50.690Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-30T08:36:50.690Z] (11/12) Installing libzmq (4.3.3-r1) [2021-04-30T08:36:50.962Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-04-30T08:36:50.962Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T08:36:50.962Z] OK: 218 MiB in 52 packages [2021-04-30T08:36:55.276Z] ---> 83d5eea520e5 [2021-04-30T08:36:55.276Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-30T08:36:55.276Z] ---> 447bc070b7a1 [2021-04-30T08:36:55.276Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-30T08:36:55.276Z] ---> Running in 019130d187a0 [2021-04-30T08:36:55.276Z] ---> Running in 758dc5d4b052 [2021-04-30T08:36:55.276Z] Removing intermediate container 6fccf327bf14 [2021-04-30T08:36:55.276Z] ---> 97d063cd22af [2021-04-30T08:36:55.276Z] Step 4/6 : WORKDIR /edgex-go [2021-04-30T08:36:55.276Z] ---> Running in ae484acb6ec1 [2021-04-30T08:36:55.875Z] Removing intermediate container ae484acb6ec1 [2021-04-30T08:36:55.875Z] ---> fb25505762ea [2021-04-30T08:36:55.875Z] Step 5/6 : COPY go.mod . [2021-04-30T08:36:56.257Z] 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-30T08:36:56.257Z] 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-30T08:36:56.855Z] ---> d4dd1e07e4b3 [2021-04-30T08:36:56.855Z] Step 6/6 : RUN go mod download [2021-04-30T08:36:56.855Z] ---> Running in 2a3d71db3952 [2021-04-30T08:37:23.061Z] 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-30T08:37:23.061Z] 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-30T08:37:23.686Z] Removing intermediate container 2a3d71db3952 [2021-04-30T08:37:23.686Z] ---> 1dd0bfac0648 [2021-04-30T08:37:23.686Z] Successfully built 1dd0bfac0648 [2021-04-30T08:37:23.958Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:37:24.302Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T08:37:24.302Z] . [Pipeline] withDockerContainer [2021-04-30T08:37:24.604Z] prd-ubuntu18.04-docker-arm64-4c-16g-2486 does not seem to be running inside a container [2021-04-30T08:37:24.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-30T08:37:26.327Z] $ docker top 1d514e98302e8088f4b3b724b90380a32877b5598820c60c6195816b4319a659 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:37:27.322Z] + go version [2021-04-30T08:37:27.322Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-04-30T08:37:27.352Z] $ docker stop --time=1 1d514e98302e8088f4b3b724b90380a32877b5598820c60c6195816b4319a659 [2021-04-30T08:37:28.452Z] Removing intermediate container c983f5234363 [2021-04-30T08:37:28.452Z] ---> b9b10cb330c0 [2021-04-30T08:37:28.452Z] [2021-04-30T08:37:28.452Z] Step 10/24 : FROM alpine:3.12 [2021-04-30T08:37:28.452Z] 3.12: Pulling from library/alpine [2021-04-30T08:37:29.041Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:37:29.041Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T08:37:29.041Z] ---> 13621d1b12d4 [2021-04-30T08:37:29.041Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-30T08:37:29.041Z] Removing intermediate container 08e5781e86cc [2021-04-30T08:37:29.041Z] ---> 9481c1c1452b [2021-04-30T08:37:29.041Z] [2021-04-30T08:37:29.041Z] Step 10/21 : FROM alpine:3.12 [2021-04-30T08:37:29.041Z] ---> 13621d1b12d4 [2021-04-30T08:37:29.041Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-30T08:37:29.430Z] $ docker rm -f 1d514e98302e8088f4b3b724b90380a32877b5598820c60c6195816b4319a659 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:37:30.007Z] ---> Running in 6e37ef4c3c30 [2021-04-30T08:37:30.007Z] ---> Running in 838b97b51d8f [2021-04-30T08:37:30.166Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T08:37:30.166Z] . [Pipeline] withDockerContainer [2021-04-30T08:37:30.413Z] prd-ubuntu18.04-docker-arm64-4c-16g-2486 does not seem to be running inside a container [2021-04-30T08:37:30.500Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-30T08:37:30.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:30.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:30.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:30.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:31.254Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-30T08:37:31.254Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-30T08:37:31.254Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:37:31.254Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:37:31.254Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-30T08:37:31.254Z] (4/6) Installing curl (7.76.1-r0) [2021-04-30T08:37:31.254Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-30T08:37:31.254Z] (4/4) Installing curl (7.76.1-r0) [2021-04-30T08:37:31.254Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:37:31.254Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:37:31.254Z] (6/6) Installing su-exec (0.2-r1) [2021-04-30T08:37:31.254Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:37:31.254Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:37:31.254Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:37:31.254Z] OK: 7 MiB in 18 packages [2021-04-30T08:37:31.254Z] OK: 7 MiB in 20 packages [2021-04-30T08:37:32.219Z] $ docker top bf156a88fe4e876a5bac4b2799f4433cf92045e0c653d607c92a1a5ffcbb7d04 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-30T08:37:32.593Z] ========================================================= [2021-04-30T08:37:32.593Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-30T08:37:32.593Z] ========================================================= [Pipeline] sh [2021-04-30T08:37:33.287Z] + go mod tidy [Pipeline] sh [2021-04-30T08:37:34.943Z] + make test [2021-04-30T08:37:34.943Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-30T08:37:36.562Z] Removing intermediate container 2d0e0e9e453f [2021-04-30T08:37:36.562Z] ---> e452179ed026 [2021-04-30T08:37:36.562Z] [2021-04-30T08:37:36.562Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:37:36.562Z] ---> 13621d1b12d4 [2021-04-30T08:37:36.562Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:37:36.831Z] ---> Running in e6978ad15592 [2021-04-30T08:37:36.831Z] Removing intermediate container 6e37ef4c3c30 [2021-04-30T08:37:36.831Z] ---> 45daf6e9e151 [2021-04-30T08:37:36.831Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:37:36.831Z] Removing intermediate container 838b97b51d8f [2021-04-30T08:37:36.831Z] ---> d716b4ec1f15 [2021-04-30T08:37:36.831Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:37:37.791Z] ---> Running in 9e1096525f99 [2021-04-30T08:37:39.749Z] ---> Running in 98627b16c2c8 [2021-04-30T08:37:40.015Z] Removing intermediate container 9e1096525f99 [2021-04-30T08:37:40.015Z] ---> 27234762a50e [2021-04-30T08:37:40.015Z] Step 13/24 : WORKDIR / [2021-04-30T08:37:40.593Z] Removing intermediate container 758dc5d4b052 [2021-04-30T08:37:40.593Z] ---> e787b4ae4c11 [2021-04-30T08:37:40.593Z] [2021-04-30T08:37:40.593Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:37:40.593Z] Removing intermediate container 019130d187a0 [2021-04-30T08:37:40.593Z] ---> cb90d088a520 [2021-04-30T08:37:40.593Z] [2021-04-30T08:37:40.593Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:37:40.858Z] ---> 13621d1b12d4 [2021-04-30T08:37:40.858Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:37:40.858Z] ---> 13621d1b12d4 [2021-04-30T08:37:40.858Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:37:40.858Z] ---> Running in e1e164dac8ad [2021-04-30T08:37:40.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:40.858Z] Removing intermediate container 98627b16c2c8 [2021-04-30T08:37:40.858Z] ---> 12850685161e [2021-04-30T08:37:40.858Z] Step 13/21 : WORKDIR /edgex [2021-04-30T08:37:40.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:40.858Z] ---> Running in 50f8eab85b0e [2021-04-30T08:37:40.858Z] ---> Running in 270d569f1a4e [2021-04-30T08:37:41.121Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:37:41.121Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:37:41.121Z] OK: 6 MiB in 15 packages [2021-04-30T08:37:41.121Z] ---> Running in 3f6348fc0c93 [2021-04-30T08:37:41.121Z] Removing intermediate container e1e164dac8ad [2021-04-30T08:37:41.121Z] ---> 491f206f0a79 [2021-04-30T08:37:41.121Z] 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-30T08:37:41.694Z] Removing intermediate container 3f6348fc0c93 [2021-04-30T08:37:41.694Z] ---> c30c3aef0fe2 [2021-04-30T08:37:41.694Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-30T08:37:41.694Z] ---> 98d5d65c75cf [2021-04-30T08:37:41.694Z] 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-30T08:37:41.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:41.961Z] ---> be9c84da2240 [2021-04-30T08:37:41.961Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-30T08:37:41.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:41.961Z] Removing intermediate container e6978ad15592 [2021-04-30T08:37:41.961Z] ---> 98a059edec7f [2021-04-30T08:37:41.961Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:37:42.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:42.231Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:37:42.231Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:37:42.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:42.231Z] OK: 6 MiB in 15 packages [2021-04-30T08:37:42.231Z] ---> 5ae2e48af675 [2021-04-30T08:37:42.231Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-30T08:37:42.231Z] ---> Running in b71b73ca7aee [2021-04-30T08:37:42.231Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:37:42.231Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:37:42.231Z] OK: 6 MiB in 15 packages [2021-04-30T08:37:42.495Z] ---> f7fba5186d7a [2021-04-30T08:37:42.495Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-30T08:37:42.758Z] Removing intermediate container b71b73ca7aee [2021-04-30T08:37:42.758Z] ---> de3a16de6c05 [2021-04-30T08:37:42.758Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-30T08:37:42.758Z] ---> 881a37678ad8 [2021-04-30T08:37:42.758Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-30T08:37:43.019Z] ---> Running in 965e724b228a [2021-04-30T08:37:43.289Z] Removing intermediate container 50f8eab85b0e [2021-04-30T08:37:43.289Z] ---> cf5014262aee [2021-04-30T08:37:43.289Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:37:43.289Z] ---> 0d1fced8f3a7 [2021-04-30T08:37:43.289Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-30T08:37:43.289Z] ---> Running in a1a36587dfa6 [2021-04-30T08:37:43.551Z] Removing intermediate container 965e724b228a [2021-04-30T08:37:43.551Z] ---> 2c94900d3f8e [2021-04-30T08:37:43.551Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:37:44.130Z] Removing intermediate container 270d569f1a4e [2021-04-30T08:37:44.130Z] ---> ae617e29fa8e [2021-04-30T08:37:44.130Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:37:44.130Z] ---> 4dbbca68c3c1 [2021-04-30T08:37:44.130Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-30T08:37:44.130Z] ---> Running in c1bb7857ea35 [2021-04-30T08:37:44.130Z] ---> Running in 74453139eec7 [2021-04-30T08:37:44.130Z] ---> Running in 3f3e85d22682 [2021-04-30T08:37:44.396Z] Removing intermediate container a1a36587dfa6 [2021-04-30T08:37:44.396Z] ---> 894c5cec36d3 [2021-04-30T08:37:44.396Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-30T08:37:44.662Z] ---> Running in f7707f8de457 [2021-04-30T08:37:44.662Z] Removing intermediate container c1bb7857ea35 [2021-04-30T08:37:44.662Z] ---> a6c1533333f6 [2021-04-30T08:37:44.662Z] Step 18/21 : CMD ["--init=true"] [2021-04-30T08:37:44.662Z] Removing intermediate container 74453139eec7 [2021-04-30T08:37:44.662Z] ---> 16c8a22f967e [2021-04-30T08:37:44.662Z] Step 15/23 : WORKDIR / [2021-04-30T08:37:44.662Z] Removing intermediate container 3f3e85d22682 [2021-04-30T08:37:44.662Z] ---> b0ef43e84e1f [2021-04-30T08:37:44.662Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-30T08:37:44.662Z] ---> Running in 28ad14436e37 [2021-04-30T08:37:44.662Z] ---> c6e57129b365 [2021-04-30T08:37:44.662Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-30T08:37:44.927Z] ---> Running in cb52c09e583e [2021-04-30T08:37:44.927Z] ---> Running in a44b990f2aa0 [2021-04-30T08:37:44.927Z] Removing intermediate container f7707f8de457 [2021-04-30T08:37:44.927Z] ---> a27178d84050 [2021-04-30T08:37:44.927Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:37:45.189Z] Removing intermediate container 28ad14436e37 [2021-04-30T08:37:45.189Z] ---> 1f75402e10ee [2021-04-30T08:37:45.189Z] Step 19/21 : LABEL arch=x86_64 [2021-04-30T08:37:45.189Z] ---> Running in 884e608b5f30 [2021-04-30T08:37:45.189Z] ---> b13a1f9473d7 [2021-04-30T08:37:45.189Z] 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-30T08:37:45.189Z] ---> Running in 851f675de94b [2021-04-30T08:37:45.455Z] Removing intermediate container cb52c09e583e [2021-04-30T08:37:45.455Z] ---> ee99e57fbccb [2021-04-30T08:37:45.455Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:37:45.455Z] Removing intermediate container a44b990f2aa0 [2021-04-30T08:37:45.455Z] ---> 366078731b3d [2021-04-30T08:37:45.455Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:37:45.455Z] ---> Running in 4500dea118db [2021-04-30T08:37:45.455Z] Removing intermediate container 884e608b5f30 [2021-04-30T08:37:45.455Z] ---> 7e9943f020f3 [2021-04-30T08:37:45.455Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:37:45.718Z] ---> Running in 226cdda17a81 [2021-04-30T08:37:45.718Z] Removing intermediate container 851f675de94b [2021-04-30T08:37:45.718Z] ---> 023d6e6edf00 [2021-04-30T08:37:45.718Z] Step 20/21 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:37:45.986Z] ---> Running in 832d6384d0d1 [2021-04-30T08:37:45.986Z] ---> 65451cd11f6c [2021-04-30T08:37:45.986Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-30T08:37:45.986Z] ---> 9991db49a9c5 [2021-04-30T08:37:45.986Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-30T08:37:45.986Z] Removing intermediate container 226cdda17a81 [2021-04-30T08:37:45.986Z] ---> 7f8fdc1ec17e [2021-04-30T08:37:45.986Z] Step 15/23 : WORKDIR / [2021-04-30T08:37:46.257Z] ---> Running in 7120fb0d8ff5 [2021-04-30T08:37:46.830Z] Removing intermediate container 832d6384d0d1 [2021-04-30T08:37:46.830Z] ---> ca7d45136f46 [2021-04-30T08:37:46.830Z] Step 21/21 : LABEL version=0.0.0 [2021-04-30T08:37:47.097Z] ---> Running in b1a66024fe47 [2021-04-30T08:37:47.097Z] ---> e7995b8dd45d [2021-04-30T08:37:47.097Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-30T08:37:47.097Z] ---> 793b2d6a3d8a [2021-04-30T08:37:47.097Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-30T08:37:47.097Z] Removing intermediate container 7120fb0d8ff5 [2021-04-30T08:37:47.097Z] ---> 92ddf417c28a [2021-04-30T08:37:47.097Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:37:47.360Z] Removing intermediate container b1a66024fe47 [2021-04-30T08:37:47.360Z] ---> 409fed76957e [2021-04-30T08:37:47.360Z] [2021-04-30T08:37:47.623Z] Removing intermediate container 4500dea118db [2021-04-30T08:37:47.623Z] ---> 04e97fdf1d08 [2021-04-30T08:37:47.623Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-30T08:37:47.623Z] ---> 88fb82263ed4 [2021-04-30T08:37:47.623Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-30T08:37:47.623Z] ---> 4e66915c4111 [2021-04-30T08:37:47.623Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-30T08:37:47.623Z] Successfully built 409fed76957e [2021-04-30T08:37:47.886Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-30T08:37:47.886Z] ---> 5ff6ea6cfec2 [2021-04-30T08:37:47.886Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-30T08:37:47.886Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-30T08:37:47.886Z] ---> Running in 0497c3246614 [2021-04-30T08:37:47.886Z] ---> Running in 3b47875b2876 [2021-04-30T08:37:47.886Z] ---> Running in 2ab07ea604ca [2021-04-30T08:37:48.149Z] Removing intermediate container 3b47875b2876 [2021-04-30T08:37:48.149Z] ---> 84da757a6582 [2021-04-30T08:37:48.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:37:48.149Z] Removing intermediate container 0497c3246614 [2021-04-30T08:37:48.149Z] ---> 5c22f0c20cc8 [2021-04-30T08:37:48.149Z] Step 22/24 : LABEL arch=x86_64 [2021-04-30T08:37:48.149Z] Removing intermediate container 2ab07ea604ca [2021-04-30T08:37:48.149Z] ---> 7586d9e7e6fd [2021-04-30T08:37:48.149Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:37:48.149Z] ---> Running in 49f1b1200b91 [2021-04-30T08:37:48.412Z] ---> Running in abfd77bce1c5 [2021-04-30T08:37:48.412Z] ---> Running in 48da0d0585a6 [2021-04-30T08:37:48.412Z] ---> 299865e6948a [2021-04-30T08:37:48.412Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-30T08:37:48.685Z] Removing intermediate container 49f1b1200b91 [2021-04-30T08:37:48.685Z] ---> fb88a2271c03 [2021-04-30T08:37:48.685Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:37:48.685Z] Removing intermediate container 48da0d0585a6 [2021-04-30T08:37:48.685Z] ---> b0072c7b07dd [2021-04-30T08:37:48.685Z] Step 20/22 : LABEL arch=x86_64 [2021-04-30T08:37:48.948Z] Removing intermediate container abfd77bce1c5 [2021-04-30T08:37:48.948Z] ---> 6c482817d0e1 [2021-04-30T08:37:48.948Z] Step 23/24 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:37:49.222Z] ---> Running in 4b28db580a2b [2021-04-30T08:37:49.222Z] ---> Running in 868a7f5da1c1 [2021-04-30T08:37:49.222Z] ---> 81f61e14c6f5 [2021-04-30T08:37:49.222Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-30T08:37:49.222Z] ---> Running in fb0063f449bc [2021-04-30T08:37:50.168Z] ---> Running in 6261a90e17a7 [2021-04-30T08:37:52.095Z] Removing intermediate container 4b28db580a2b [2021-04-30T08:37:52.095Z] ---> adf3c8e5f2ee [2021-04-30T08:37:52.095Z] Step 21/22 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:37:52.095Z] Removing intermediate container fb0063f449bc [2021-04-30T08:37:52.095Z] ---> ea64c6451e57 [2021-04-30T08:37:52.095Z] Step 24/24 : LABEL version=0.0.0 [2021-04-30T08:37:52.095Z] Removing intermediate container 868a7f5da1c1 [2021-04-30T08:37:52.095Z] ---> 243425179258 [2021-04-30T08:37:52.095Z] Step 22/23 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:37:53.044Z] Removing intermediate container 6261a90e17a7 [2021-04-30T08:37:53.044Z] ---> 136f94124bce [2021-04-30T08:37:53.044Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:37:53.309Z] ---> Running in b1cd738daf5e [2021-04-30T08:37:53.309Z] ---> Running in 80b75bef7e0c [2021-04-30T08:37:53.309Z] ---> Running in 898f0c75424e [2021-04-30T08:37:53.309Z] ---> Running in 905effb1fa79 [2021-04-30T08:37:53.888Z] Removing intermediate container 898f0c75424e [2021-04-30T08:37:53.888Z] ---> 6a0df19e7ad2 [2021-04-30T08:37:53.888Z] [2021-04-30T08:37:54.153Z] Removing intermediate container 80b75bef7e0c [2021-04-30T08:37:54.153Z] ---> b981beca7a0b [2021-04-30T08:37:54.153Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:37:54.153Z] Removing intermediate container b1cd738daf5e [2021-04-30T08:37:54.153Z] ---> 8c00cb0c3c92 [2021-04-30T08:37:54.153Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:37:54.153Z] Removing intermediate container 905effb1fa79 [2021-04-30T08:37:54.153Z] ---> bdd5861cbb6d [2021-04-30T08:37:54.153Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:37:54.739Z] Successfully built 6a0df19e7ad2 [2021-04-30T08:37:55.001Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-30T08:37:55.001Z] Building docker-sys-mgmt-agent-go [2021-04-30T08:37:56.405Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 7355160be978 [2021-04-30T08:37:56.405Z] ---> Running in 58a2c502bd24 [2021-04-30T08:37:56.405Z] ---> Running in cd214b2c2bfe [2021-04-30T08:37:59.751Z] Removing intermediate container 7355160be978 [2021-04-30T08:37:59.751Z] ---> 1a2bcd21106d [2021-04-30T08:37:59.751Z] [2021-04-30T08:37:59.751Z] Removing intermediate container 58a2c502bd24 [2021-04-30T08:37:59.751Z] ---> b0ab3138210c [2021-04-30T08:37:59.751Z] [2021-04-30T08:37:59.751Z] Removing intermediate container cd214b2c2bfe [2021-04-30T08:37:59.751Z] ---> 5c123be4ea01 [2021-04-30T08:37:59.751Z] Step 22/23 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:38:00.013Z] Successfully built 1a2bcd21106d [2021-04-30T08:38:00.013Z] Successfully built b0ab3138210c [2021-04-30T08:38:00.959Z] Successfully tagged docker-core-metadata-go:latest [2021-04-30T08:38:00.959Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-04-30T08:38:00.959Z] ---> Running in 938f53dd048d [2021-04-30T08:38:01.533Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-30T08:38:01.533Z] Building docker-core-data-go [2021-04-30T08:38:04.864Z]  Building docker-support-scheduler-go ... done Removing intermediate container 938f53dd048d [2021-04-30T08:38:04.864Z] ---> 679109968017 [2021-04-30T08:38:04.864Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:38:04.864Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:04.864Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:04.864Z] ---> 52407754d73a [2021-04-30T08:38:04.864Z] Step 3/31 : WORKDIR /edgex-go [2021-04-30T08:38:04.864Z] ---> Using cache [2021-04-30T08:38:04.864Z] ---> c9a8b0517997 [2021-04-30T08:38:04.864Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:04.864Z] ---> Using cache [2021-04-30T08:38:04.864Z] ---> ab7b61a610e1 [2021-04-30T08:38:04.864Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-30T08:38:04.864Z] ---> Using cache [2021-04-30T08:38:04.864Z] ---> ac0cb7fe45f7 [2021-04-30T08:38:04.864Z] Step 6/31 : COPY go.mod . [2021-04-30T08:38:04.864Z] ---> Using cache [2021-04-30T08:38:04.864Z] ---> 1c1debf24bf5 [2021-04-30T08:38:04.864Z] Step 7/31 : RUN go mod download [2021-04-30T08:38:04.864Z] ---> Using cache [2021-04-30T08:38:04.864Z] ---> b69621ad1e15 [2021-04-30T08:38:04.864Z] Step 8/31 : COPY . . [2021-04-30T08:38:04.864Z] ---> Using cache [2021-04-30T08:38:04.864Z] ---> 83d5eea520e5 [2021-04-30T08:38:04.864Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-30T08:38:06.260Z] ---> Running in 8bfab0113257 [2021-04-30T08:38:06.260Z] ---> Running in 5fc37fc739f3 [2021-04-30T08:38:07.323Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-30T08:38:08.850Z] Removing intermediate container 5fc37fc739f3 [2021-04-30T08:38:08.850Z] ---> add0ea032970 [2021-04-30T08:38:08.850Z] [2021-04-30T08:38:09.432Z] Successfully built add0ea032970 [2021-04-30T08:38:10.832Z] Successfully tagged docker-core-command-go:latest [2021-04-30T08:38:11.096Z]  Building docker-core-command-go ... done 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-30T08:38:19.525Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:19.525Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:19.525Z] ---> 52407754d73a [2021-04-30T08:38:19.525Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:38:19.525Z] ---> Using cache [2021-04-30T08:38:19.525Z] ---> c9a8b0517997 [2021-04-30T08:38:19.525Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:19.525Z] ---> Using cache [2021-04-30T08:38:19.525Z] ---> ab7b61a610e1 [2021-04-30T08:38:19.525Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-30T08:38:19.525Z] ---> Running in 1c4cba5b683c [2021-04-30T08:38:23.377Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:24.140Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:24.499Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:24.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:24.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:24.860Z] ---> 52407754d73a [2021-04-30T08:38:24.860Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:38:24.860Z] ---> Using cache [2021-04-30T08:38:24.860Z] ---> c9a8b0517997 [2021-04-30T08:38:24.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:24.860Z] ---> Using cache [2021-04-30T08:38:24.860Z] ---> ab7b61a610e1 [2021-04-30T08:38:24.860Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-30T08:38:25.314Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:25.314Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:25.314Z] ---> 52407754d73a [2021-04-30T08:38:25.314Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:38:25.314Z] ---> Using cache [2021-04-30T08:38:25.314Z] ---> c9a8b0517997 [2021-04-30T08:38:25.314Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:25.314Z] ---> Using cache [2021-04-30T08:38:25.314Z] ---> ab7b61a610e1 [2021-04-30T08:38:25.314Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-30T08:38:26.297Z] ---> Running in 5b6cb911fa45 [2021-04-30T08:38:26.297Z] ---> Running in 78ee1d4d8f10 [2021-04-30T08:38:26.882Z] Removing intermediate container 1c4cba5b683c [2021-04-30T08:38:26.882Z] ---> c5ebd8f60e31 [2021-04-30T08:38:26.882Z] Step 6/23 : COPY go.mod . [2021-04-30T08:38:27.461Z] ---> a4b12fb404ce [2021-04-30T08:38:27.461Z] Step 7/23 : RUN go mod download [2021-04-30T08:38:27.461Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:27.461Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:27.461Z] ---> Running in d39ea0699a36 [2021-04-30T08:38:28.451Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:28.451Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:28.723Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:28.723Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:29.714Z] Removing intermediate container d39ea0699a36 [2021-04-30T08:38:29.714Z] ---> b75a2a3b8aa9 [2021-04-30T08:38:29.714Z] Step 8/23 : COPY . . [2021-04-30T08:38:29.987Z] Removing intermediate container 78ee1d4d8f10 [2021-04-30T08:38:29.987Z] ---> 1c5a160f96b6 [2021-04-30T08:38:29.987Z] Step 6/23 : COPY go.mod . [2021-04-30T08:38:29.987Z] Removing intermediate container 5b6cb911fa45 [2021-04-30T08:38:29.987Z] ---> 54d2343eb0d1 [2021-04-30T08:38:29.987Z] Step 6/22 : COPY go.mod . [2021-04-30T08:38:31.950Z] ---> a4bcf9aa3ced [2021-04-30T08:38:31.950Z] Step 7/22 : RUN go mod download [2021-04-30T08:38:31.950Z] ---> e4ddbef0b5fc [2021-04-30T08:38:31.950Z] Step 7/23 : RUN go mod download [2021-04-30T08:38:31.950Z] ---> Running in dc26ef33010f [2021-04-30T08:38:31.950Z] ---> Running in 395695f8d56b [2021-04-30T08:38:38.578Z] Removing intermediate container dc26ef33010f [2021-04-30T08:38:38.578Z] ---> 09214eafcdad [2021-04-30T08:38:38.578Z] Step 8/22 : COPY . . [2021-04-30T08:38:41.899Z] Removing intermediate container 395695f8d56b [2021-04-30T08:38:41.899Z] ---> 7012582822ca [2021-04-30T08:38:41.899Z] Step 8/23 : COPY . . [2021-04-30T08:38:52.008Z] Removing intermediate container 8bfab0113257 [2021-04-30T08:38:52.008Z] ---> cff8571328ba [2021-04-30T08:38:52.008Z] [2021-04-30T08:38:52.008Z] Step 10/31 : FROM alpine:3.12 [2021-04-30T08:38:52.008Z] ---> 13621d1b12d4 [2021-04-30T08:38:52.008Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-30T08:38:56.264Z] ---> Running in 93c8217e690a [2021-04-30T08:39:04.578Z] Removing intermediate container 93c8217e690a [2021-04-30T08:39:04.578Z] ---> 4631bbcb4337 [2021-04-30T08:39:04.578Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-30T08:39:04.847Z] ---> 9aa11cfa8d62 [2021-04-30T08:39:04.847Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-30T08:39:04.847Z] ---> Running in 97c6073fbc25 [2021-04-30T08:39:05.428Z] ---> Running in 4ef6a9790ce4 [2021-04-30T08:39:06.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:07.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:07.356Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:39:07.356Z] (2/2) Installing su-exec (0.2-r1) [2021-04-30T08:39:07.356Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:39:07.356Z] OK: 6 MiB in 16 packages [2021-04-30T08:39:07.618Z] 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-30T08:39:09.012Z] ---> 4f4142f615b3 [2021-04-30T08:39:09.012Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-30T08:39:09.596Z] ---> Running in 59dbf8c7da61 [2021-04-30T08:39:09.870Z] ---> b519ff799f4a [2021-04-30T08:39:09.870Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-30T08:39:10.139Z] Removing intermediate container 97c6073fbc25 [2021-04-30T08:39:10.139Z] ---> 312b6f5d4513 [2021-04-30T08:39:10.139Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-30T08:39:10.139Z] ---> Running in e5de0f093e23 [2021-04-30T08:39:10.139Z] ---> Running in c328f382e304 [2021-04-30T08:39:10.415Z] Removing intermediate container c328f382e304 [2021-04-30T08:39:10.415Z] ---> 47edcf18ce53 [2021-04-30T08:39:10.415Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-30T08:39:10.415Z] ---> Running in 7ff1ea548b35 [2021-04-30T08:39:10.700Z] 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-30T08:39:10.700Z] Removing intermediate container 7ff1ea548b35 [2021-04-30T08:39:10.700Z] ---> d4ad542c13b2 [2021-04-30T08:39:10.700Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-30T08:39:10.976Z] ---> Running in c028037de491 [2021-04-30T08:39:10.976Z] 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-30T08:39:12.408Z] Removing intermediate container c028037de491 [2021-04-30T08:39:12.408Z] ---> 97032fc858a7 [2021-04-30T08:39:12.408Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-30T08:39:12.680Z] ---> Running in 1ce4aedca70b [2021-04-30T08:39:12.952Z] Removing intermediate container 1ce4aedca70b [2021-04-30T08:39:12.952Z] ---> 6c1be7f8c540 [2021-04-30T08:39:12.952Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-30T08:39:13.560Z] ---> cee6ae359385 [2021-04-30T08:39:13.560Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-30T08:39:13.560Z] ---> Running in a4fac606aa6d [2021-04-30T08:39:15.437Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-30T08:39:15.718Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-30T08:39:16.945Z] Removing intermediate container a4fac606aa6d [2021-04-30T08:39:16.945Z] ---> 53c510bc107f [2021-04-30T08:39:16.945Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:39:18.363Z] ---> 877fbb1401a3 [2021-04-30T08:39:18.363Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-30T08:39:19.783Z] ---> ebe8efcc126f [2021-04-30T08:39:19.783Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-30T08:39:20.370Z] ---> 0bb7d9f8cb42 [2021-04-30T08:39:20.370Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-30T08:39:20.639Z] ---> ef8c2a9580f6 [2021-04-30T08:39:20.639Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-30T08:39:22.053Z] ---> 320566b4969e [2021-04-30T08:39:22.053Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-30T08:39:22.641Z] ---> Running in 602f6df538ff [2021-04-30T08:39:22.908Z] Removing intermediate container 602f6df538ff [2021-04-30T08:39:22.908Z] ---> 16a2d42efd20 [2021-04-30T08:39:22.908Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-30T08:39:23.505Z] ---> f5e5f91b7162 [2021-04-30T08:39:23.505Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-30T08:39:23.779Z] ---> Running in 2d739327fed4 [2021-04-30T08:39:26.386Z] Removing intermediate container 2d739327fed4 [2021-04-30T08:39:26.387Z] ---> 8cda0aba85a6 [2021-04-30T08:39:26.387Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-30T08:39:26.664Z] ---> Running in 6dce7ff0d551 [2021-04-30T08:39:26.937Z] Removing intermediate container 6dce7ff0d551 [2021-04-30T08:39:26.937Z] ---> c3e73f84aecf [2021-04-30T08:39:26.937Z] Step 28/31 : CMD ["gate"] [2021-04-30T08:39:27.208Z] ---> Running in 8efc5ff41c0e [2021-04-30T08:39:27.476Z] Removing intermediate container 8efc5ff41c0e [2021-04-30T08:39:27.476Z] ---> e7277562685f [2021-04-30T08:39:27.476Z] Step 29/31 : LABEL arch=x86_64 [2021-04-30T08:39:28.066Z] ---> Running in c0613fba4760 [2021-04-30T08:39:28.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-30T08:39:28.166Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-30T08:39:28.678Z] Removing intermediate container c0613fba4760 [2021-04-30T08:39:28.678Z] ---> 6082a4bec72e [2021-04-30T08:39:28.678Z] Step 30/31 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:39:28.951Z] ---> Running in e700cd8becdd [2021-04-30T08:39:29.223Z] Removing intermediate container e700cd8becdd [2021-04-30T08:39:29.223Z] ---> 3e04503ef4c3 [2021-04-30T08:39:29.223Z] Step 31/31 : LABEL version=0.0.0 [2021-04-30T08:39:29.492Z] ---> Running in efb411580572 [2021-04-30T08:39:29.761Z] Removing intermediate container efb411580572 [2021-04-30T08:39:29.761Z] ---> 9eb54771cb17 [2021-04-30T08:39:29.761Z] [2021-04-30T08:39:30.034Z] Successfully built 9eb54771cb17 [2021-04-30T08:39:30.304Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-30T08:39:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-30T08:39:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-30T08:39:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-30T08:39:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-30T08:39:35.713Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-30T08:39:36.244Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4ef6a9790ce4 [2021-04-30T08:39:36.244Z] ---> 98a40264a199 [2021-04-30T08:39:36.244Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-30T08:39:36.244Z] ---> Running in 51329f53b8b6 [2021-04-30T08:39:36.513Z] 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-30T08:39:36.707Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-30T08:39:37.936Z] Removing intermediate container 51329f53b8b6 [2021-04-30T08:39:37.936Z] ---> 17d31fcd334e [2021-04-30T08:39:37.936Z] [2021-04-30T08:39:37.936Z] Step 11/23 : FROM docker:20.10.0 [2021-04-30T08:39:37.936Z] 20.10.0: Pulling from library/docker [2021-04-30T08:39:41.271Z] Removing intermediate container 59dbf8c7da61 [2021-04-30T08:39:41.271Z] ---> 228e6230a75b [2021-04-30T08:39:41.271Z] [2021-04-30T08:39:41.271Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:39:41.271Z] ---> 13621d1b12d4 [2021-04-30T08:39:41.271Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-30T08:39:41.271Z] ---> Running in fe3aea866c41 [2021-04-30T08:39:41.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:41.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:41.806Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-30T08:39:41.806Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:39:42.068Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:39:42.068Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:39:42.068Z] OK: 6 MiB in 16 packages [2021-04-30T08:39:46.897Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-30T08:39:46.897Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-30T08:39:46.897Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-30T08:39:47.367Z] Removing intermediate container e5de0f093e23 [2021-04-30T08:39:47.367Z] ---> d5fd07a14bbb [2021-04-30T08:39:47.367Z] [2021-04-30T08:39:47.367Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:39:47.367Z] ---> 13621d1b12d4 [2021-04-30T08:39:47.367Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-30T08:39:47.367Z] ---> Running in decefdf9c847 [2021-04-30T08:39:47.629Z] Removing intermediate container fe3aea866c41 [2021-04-30T08:39:47.629Z] ---> fdcb104c35af [2021-04-30T08:39:47.629Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:39:47.891Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-30T08:39:47.891Z] ---> Running in 0106f8df22d9 [2021-04-30T08:39:47.891Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-30T08:39:47.891Z] ---> aefe523efa57 [2021-04-30T08:39:47.891Z] 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-30T08:39:47.891Z] Removing intermediate container decefdf9c847 [2021-04-30T08:39:47.891Z] ---> af76f14561bc [2021-04-30T08:39:47.891Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-30T08:39:47.891Z] ---> Running in 37094ca3aa88 [2021-04-30T08:39:48.153Z] ---> Running in ce593d07e1a5 [2021-04-30T08:39:48.153Z] Removing intermediate container 0106f8df22d9 [2021-04-30T08:39:48.153Z] ---> a3bb7b00fd49 [2021-04-30T08:39:48.153Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-30T08:39:48.414Z] ---> Running in f754887dd63c [2021-04-30T08:39:48.414Z] Removing intermediate container 37094ca3aa88 [2021-04-30T08:39:48.414Z] ---> 45307b287de5 [2021-04-30T08:39:48.414Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-30T08:39:48.414Z] Removing intermediate container ce593d07e1a5 [2021-04-30T08:39:48.414Z] ---> 4b48138a8829 [2021-04-30T08:39:48.414Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-30T08:39:48.414Z] ---> Running in a92ee777124b [2021-04-30T08:39:48.759Z] ---> Running in 593e370aae15 [2021-04-30T08:39:48.759Z] Removing intermediate container f754887dd63c [2021-04-30T08:39:48.759Z] ---> e3275bb240cd [2021-04-30T08:39:48.759Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:39:48.759Z] ---> Running in 217efcbc8cc0 [2021-04-30T08:39:48.759Z] Removing intermediate container 593e370aae15 [2021-04-30T08:39:48.759Z] ---> 52df172c51b2 [2021-04-30T08:39:48.759Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:39:49.072Z] ---> Running in 96227f926268 [2021-04-30T08:39:49.072Z] Removing intermediate container 217efcbc8cc0 [2021-04-30T08:39:49.072Z] ---> ed6843c40ecb [2021-04-30T08:39:49.072Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:39:49.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:49.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:49.370Z] (1/39) Installing readline (8.0.4-r0) [2021-04-30T08:39:49.370Z] (2/39) Installing bash (5.0.17-r0) [2021-04-30T08:39:49.370Z] Executing bash-5.0.17-r0.post-install [2021-04-30T08:39:49.370Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:39:49.370Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-30T08:39:49.370Z] (5/39) Installing curl (7.76.1-r0) [2021-04-30T08:39:49.370Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-30T08:39:49.370Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-30T08:39:49.370Z] ---> 136609142e28 [2021-04-30T08:39:49.370Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-30T08:39:49.370Z] (8/39) Installing expat (2.2.9-r1) [2021-04-30T08:39:49.370Z] (9/39) Installing libffi (3.3-r2) [2021-04-30T08:39:49.370Z] (10/39) Installing gdbm (1.13-r1) [2021-04-30T08:39:49.370Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-30T08:39:49.370Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-30T08:39:49.680Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-30T08:39:52.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.346s coverage: 45.9% of statements [2021-04-30T08:39:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-30T08:39:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-30T08:39:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-30T08:39:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-30T08:39:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-30T08:39:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-30T08:39:52.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.191s coverage: 19.8% of statements [2021-04-30T08:39:52.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.391s coverage: 100.0% of statements [2021-04-30T08:39:53.922Z] ---> 80796faa3958 [2021-04-30T08:39:53.923Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-30T08:39:53.923Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-30T08:39:53.923Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-30T08:39:53.923Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-30T08:39:53.923Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-30T08:39:53.923Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-30T08:39:53.923Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-30T08:39:53.923Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-30T08:39:53.923Z] Removing intermediate container 96227f926268 [2021-04-30T08:39:53.923Z] ---> 857037ddf3be [2021-04-30T08:39:53.923Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T08:39:53.923Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-30T08:39:54.495Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-30T08:39:54.496Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-30T08:39:54.757Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-30T08:39:54.757Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-30T08:39:54.757Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-30T08:39:54.757Z] ---> Running in ec5ae1d5f7ae [2021-04-30T08:39:54.757Z] ---> 6db093aa44f6 [2021-04-30T08:39:54.757Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-30T08:39:54.757Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-30T08:39:55.018Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-30T08:39:55.018Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-30T08:39:55.280Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-30T08:39:55.280Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-30T08:39:55.280Z] ---> Running in e1507fd21424 [2021-04-30T08:39:55.280Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-30T08:39:55.280Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-30T08:39:55.280Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-30T08:39:55.280Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-30T08:39:55.280Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-30T08:39:55.280Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-30T08:39:55.280Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-30T08:39:55.280Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-30T08:39:56.672Z] Executing busybox-1.31.1-r19.trigger [2021-04-30T08:39:56.672Z] OK: 72 MiB in 59 packages [2021-04-30T08:39:56.672Z] Removing intermediate container e1507fd21424 [2021-04-30T08:39:56.672Z] ---> 499bc2752369 [2021-04-30T08:39:56.672Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:39:56.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:56.672Z] ---> Running in c1fa50228ac8 [2021-04-30T08:39:56.672Z] Removing intermediate container c1fa50228ac8 [2021-04-30T08:39:56.672Z] ---> 962e96a1d7a1 [2021-04-30T08:39:56.672Z] Step 20/22 : LABEL arch=x86_64 [2021-04-30T08:39:56.934Z] ---> Running in 02701880bd76 [2021-04-30T08:39:57.198Z] Removing intermediate container 02701880bd76 [2021-04-30T08:39:57.198Z] ---> d7f24f5d271e [2021-04-30T08:39:57.198Z] Step 21/22 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:39:57.198Z] ---> Running in 1dfdcff3d50c [2021-04-30T08:39:57.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:57.198Z] Removing intermediate container 1dfdcff3d50c [2021-04-30T08:39:57.198Z] ---> 4e79e76d1362 [2021-04-30T08:39:57.198Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:39:57.463Z] Collecting docker-compose==1.23.2 [2021-04-30T08:39:57.464Z] ---> Running in cb20d2046c21 [2021-04-30T08:39:57.464Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-30T08:39:57.464Z] Removing intermediate container cb20d2046c21 [2021-04-30T08:39:57.464Z] ---> 800ed7d2b68e [2021-04-30T08:39:57.464Z] [2021-04-30T08:39:57.725Z] Collecting jsonschema<3,>=2.5.1 [2021-04-30T08:39:57.725Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-30T08:39:57.725Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:39:57.725Z] 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-30T08:39:57.725Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T08:39:57.725Z] Collecting docker<4.0,>=3.6.0 [2021-04-30T08:39:57.725Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-30T08:39:57.725Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T08:39:57.725Z] Successfully built 800ed7d2b68e [2021-04-30T08:39:57.986Z] Successfully tagged docker-support-notifications-go:latest [2021-04-30T08:39:57.986Z]  Building docker-support-notifications-go ... done (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T08:39:57.986Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-30T08:39:57.986Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-30T08:39:58.559Z] Collecting texttable<0.10,>=0.9.0 [2021-04-30T08:39:58.559Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-30T08:39:58.820Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T08:39:58.820Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T08:39:59.083Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:39:59.083Z] OK: 8 MiB in 20 packages [2021-04-30T08:39:59.083Z] Collecting PyYAML<4,>=3.10 [2021-04-30T08:39:59.083Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-30T08:40:00.036Z] Collecting cached-property<2,>=1.2.0 [2021-04-30T08:40:00.036Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-30T08:40:00.303Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-30T08:40:00.303Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-30T08:40:00.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.520s coverage: 27.1% of statements [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-30T08:40:00.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.164s coverage: 100.0% of statements [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-30T08:40:00.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.163s coverage: 100.0% of statements [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-30T08:40:00.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.282s coverage: 71.3% of statements [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-30T08:40:00.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-30T08:40:00.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.538s coverage: 87.7% of statements [2021-04-30T08:40:00.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-30T08:40:00.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:40:00.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.173s coverage: 78.9% of statements [2021-04-30T08:40:00.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-30T08:40:01.248Z] Removing intermediate container ec5ae1d5f7ae [2021-04-30T08:40:01.248Z] ---> deabb2bb67d7 [2021-04-30T08:40:01.248Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:40:01.517Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-30T08:40:01.517Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-30T08:40:01.517Z] Collecting docopt<0.7,>=0.6.1 [2021-04-30T08:40:01.517Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-30T08:40:01.517Z] ---> 35553d704a8a [2021-04-30T08:40:01.517Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-30T08:40:02.095Z] Collecting docker-pycreds>=0.4.0 [2021-04-30T08:40:02.095Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-30T08:40:02.095Z] 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-30T08:40:02.095Z] ---> 5e9a2c54c027 [2021-04-30T08:40:02.095Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-30T08:40:02.095Z] Collecting idna<2.8,>=2.5 [2021-04-30T08:40:02.095Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-30T08:40:02.095Z] 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-30T08:40:02.358Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-30T08:40:02.358Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-30T08:40:02.358Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-30T08:40:02.358Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-30T08:40:02.358Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-30T08:40:02.358Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-30T08:40:02.358Z] ---> 981b3db9d735 [2021-04-30T08:40:02.358Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-30T08:40:02.358Z] ---> Running in 58466458bbf1 [2021-04-30T08:40:02.622Z] Installing collected packages: jsonschema, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, texttable, PyYAML, cached-property, docopt, docker-compose [2021-04-30T08:40:04.012Z] Removing intermediate container 58466458bbf1 [2021-04-30T08:40:04.012Z] ---> 42940b39d078 [2021-04-30T08:40:04.012Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:40:04.012Z] Attempting uninstall: idna [2021-04-30T08:40:04.012Z] Found existing installation: idna 2.9 [2021-04-30T08:40:04.012Z] Uninstalling idna-2.9: [2021-04-30T08:40:04.012Z] Successfully uninstalled idna-2.9 [2021-04-30T08:40:04.012Z] ---> Running in 8a2645014b52 [2021-04-30T08:40:04.012Z] Attempting uninstall: urllib3 [2021-04-30T08:40:04.012Z] Found existing installation: urllib3 1.25.9 [2021-04-30T08:40:04.012Z] Uninstalling urllib3-1.25.9: [2021-04-30T08:40:04.012Z] Successfully uninstalled urllib3-1.25.9 [2021-04-30T08:40:04.012Z] Removing intermediate container 8a2645014b52 [2021-04-30T08:40:04.012Z] ---> 49bf776418ff [2021-04-30T08:40:04.012Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:40:04.274Z] ---> Running in 1f925cdc4766 [2021-04-30T08:40:04.274Z] Attempting uninstall: requests [2021-04-30T08:40:04.274Z] Found existing installation: requests 2.23.0 [2021-04-30T08:40:04.274Z] Uninstalling requests-2.23.0: [2021-04-30T08:40:04.274Z] Successfully uninstalled requests-2.23.0 [2021-04-30T08:40:04.536Z] Removing intermediate container 1f925cdc4766 [2021-04-30T08:40:04.536Z] ---> 36631b91db11 [2021-04-30T08:40:04.536Z] Step 22/23 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:40:04.800Z] ---> Running in 4c1f2b5080c7 [2021-04-30T08:40:05.377Z] Removing intermediate container 4c1f2b5080c7 [2021-04-30T08:40:05.377Z] ---> d7780eb4f147 [2021-04-30T08:40:05.377Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:40:05.377Z] Running setup.py install for dockerpty: started [2021-04-30T08:40:05.377Z] ---> Running in 38d2e94b8b78 [2021-04-30T08:40:05.644Z] Removing intermediate container 38d2e94b8b78 [2021-04-30T08:40:05.644Z] ---> 0ae76706f09d [2021-04-30T08:40:05.644Z] [2021-04-30T08:40:05.905Z] Successfully built 0ae76706f09d [2021-04-30T08:40:05.905Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-30T08:40:05.905Z] Running setup.py install for texttable: started [2021-04-30T08:40:05.905Z] Successfully tagged docker-core-data-go:latest [2021-04-30T08:40:06.168Z]  Building docker-core-data-go ... done  Running setup.py install for texttable: finished with status 'done' [2021-04-30T08:40:06.168Z] Running setup.py install for PyYAML: started [2021-04-30T08:40:06.746Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-30T08:40:06.746Z] Running setup.py install for docopt: started [2021-04-30T08:40:07.320Z] Running setup.py install for docopt: finished with status 'done' [2021-04-30T08:40:07.581Z] 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-30T08:40:13.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.382s coverage: 28.6% of statements [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-30T08:40:13.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.258s coverage: 100.0% of statements [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-30T08:40:13.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-30T08:40:13.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.418s coverage: 86.7% of statements [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-30T08:40:13.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.433s coverage: 97.5% of statements [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-30T08:40:13.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.233s coverage: 78.3% of statements [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-30T08:40:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-30T08:40:15.736Z] Removing intermediate container a92ee777124b [2021-04-30T08:40:15.736Z] ---> 6f7a217ba781 [2021-04-30T08:40:15.736Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-30T08:40:15.736Z] ---> Running in a26bb1d6ebb1 [2021-04-30T08:40:15.736Z] Removing intermediate container a26bb1d6ebb1 [2021-04-30T08:40:15.736Z] ---> 1f853f3b4025 [2021-04-30T08:40:15.736Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-30T08:40:15.736Z] ---> Running in 10215fabb7d9 [2021-04-30T08:40:15.736Z] Removing intermediate container 10215fabb7d9 [2021-04-30T08:40:15.736Z] ---> 5670df29ff85 [2021-04-30T08:40:15.736Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-30T08:40:15.736Z] ---> 5afb23329470 [2021-04-30T08:40:15.736Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-30T08:40:15.998Z] ---> 2b71a77442ea [2021-04-30T08:40:15.998Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-30T08:40:16.260Z] ---> 6b877130149f [2021-04-30T08:40:16.260Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-30T08:40:16.522Z] ---> Running in bf8fc84d93a4 [2021-04-30T08:40:16.522Z] Removing intermediate container bf8fc84d93a4 [2021-04-30T08:40:16.522Z] ---> bf797440e290 [2021-04-30T08:40:16.522Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:40:16.522Z] ---> Running in 554f4c308e49 [2021-04-30T08:40:16.783Z] Removing intermediate container 554f4c308e49 [2021-04-30T08:40:16.784Z] ---> 8eb328b4cb99 [2021-04-30T08:40:16.784Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:40:16.784Z] ---> Running in 570ecf8279ea [2021-04-30T08:40:17.047Z] Removing intermediate container 570ecf8279ea [2021-04-30T08:40:17.047Z] ---> 461a3fab3fa1 [2021-04-30T08:40:17.047Z] Step 22/23 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:40:17.047Z] ---> Running in e563c52f686c [2021-04-30T08:40:17.309Z] Removing intermediate container e563c52f686c [2021-04-30T08:40:17.309Z] ---> e835ceb69b62 [2021-04-30T08:40:17.309Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:40:17.309Z] ---> Running in e4f322f1a926 [2021-04-30T08:40:17.570Z] Removing intermediate container e4f322f1a926 [2021-04-30T08:40:17.570Z] ---> 8947e75c2e62 [2021-04-30T08:40:17.570Z] [2021-04-30T08:40:17.570Z] Successfully built 8947e75c2e62 [2021-04-30T08:40:17.832Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-30T08:40:18.416Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-30T08:40:18.424Z] $ docker stop --time=1 533f9c9a349a4627cf9d4752dd512990e9e9058b0866ba3501acff69e7e624cf [2021-04-30T08:40:18.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.404s coverage: 95.1% of statements [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-30T08:40:18.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.144s coverage: 58.8% of statements [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-30T08:40:18.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-30T08:40:18.782Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.268s coverage: 0.9% of statements [2021-04-30T08:40:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-30T08:40:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-30T08:40:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-30T08:40:18.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.142s coverage: 47.1% of statements [2021-04-30T08:40:18.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.166s coverage: 79.5% of statements [2021-04-30T08:40:18.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.227s coverage: 94.1% of statements [2021-04-30T08:40:19.954Z] $ docker rm -f 533f9c9a349a4627cf9d4752dd512990e9e9058b0866ba3501acff69e7e624cf [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:40:20.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.191s coverage: 96.3% of statements [2021-04-30T08:40:20.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.140s coverage: 87.5% of statements [2021-04-30T08:40:20.413Z] + docker images [2021-04-30T08:40:20.413Z] + grep docker [2021-04-30T08:40:20.675Z] docker-sys-mgmt-agent-go latest 8947e75c2e62 3 seconds ago 312MB [2021-04-30T08:40:20.675Z] docker-core-data-go latest 0ae76706f09d 15 seconds ago 21.5MB [2021-04-30T08:40:20.675Z] docker-support-notifications-go latest 800ed7d2b68e 23 seconds ago 17.6MB [2021-04-30T08:40:20.675Z] docker-security-bootstrapper-go latest 9eb54771cb17 51 seconds ago 18.2MB [2021-04-30T08:40:20.675Z] docker-core-command-go latest add0ea032970 2 minutes ago 17MB [2021-04-30T08:40:20.675Z] docker-support-scheduler-go latest b0ab3138210c 2 minutes ago 17.1MB [2021-04-30T08:40:20.675Z] docker-core-metadata-go latest 1a2bcd21106d 2 minutes ago 18.6MB [2021-04-30T08:40:20.675Z] docker-security-secretstore-setup-go latest 6a0df19e7ad2 2 minutes ago 25.6MB [2021-04-30T08:40:20.675Z] docker-security-proxy-setup-go latest 409fed76957e 2 minutes ago 25.3MB [2021-04-30T08:40:20.675Z] 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-30T08:40:32.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.151s coverage: 94.4% of statements [2021-04-30T08:40:32.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.140s coverage: 44.8% of statements [2021-04-30T08:40:35.938Z] Still waiting to schedule task [2021-04-30T08:40:35.939Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-30T08:40:38.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.513s coverage: 81.8% of statements [2021-04-30T08:40:38.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-30T08:40:46.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.227s coverage: 92.9% of statements [2021-04-30T08:40:46.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-30T08:40:46.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-30T08:40:46.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-30T08:40:46.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-04-30T08:40:46.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-30T08:40:46.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-30T08:40:46.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-30T08:40:46.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-30T08:40:46.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-30T08:40:46.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-04-30T08:40:46.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-30T08:40:46.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-30T08:40:46.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-04-30T08:40:46.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-30T08:40:46.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements [2021-04-30T08:40:46.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-30T08:40:46.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.127s coverage: 80.8% of statements [2021-04-30T08:40:46.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.249s coverage: 87.2% of statements [2021-04-30T08:40:46.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.211s coverage: 84.6% of statements [2021-04-30T08:40:46.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.256s coverage: 91.6% of statements [2021-04-30T08:40:46.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-30T08:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.703s coverage: 64.4% of statements [2021-04-30T08:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-30T08:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-30T08:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements [2021-04-30T08:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-04-30T08:40:47.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-04-30T08:40:47.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-04-30T08:40:47.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2021-04-30T08:40:52.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.047s coverage: 69.0% of statements [2021-04-30T08:40:52.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-30T08:40:52.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-30T08:40:52.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-30T08:40:53.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.635s coverage: 40.5% of statements [2021-04-30T08:40:53.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-30T08:40:53.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-30T08:40:53.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements [2021-04-30T08:40:53.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-30T08:40:53.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements [2021-04-30T08:40:59.383Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.485s coverage: 47.0% of statements [2021-04-30T08:40:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-30T08:40:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-30T08:40:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-30T08:40:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-30T08:40:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-30T08:40:59.383Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.153s coverage: 100.0% of statements [2021-04-30T08:40:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-30T08:40:59.383Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.191s coverage: 100.0% of statements [2021-04-30T08:40:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-30T08:40:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-30T08:40:59.383Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.151s coverage: 9.6% of statements [2021-04-30T08:40:59.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-30T08:41:01.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.502s coverage: 92.6% of statements [2021-04-30T08:41:01.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-30T08:41:01.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:41:01.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.882s coverage: 28.7% of statements [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.295s coverage: 99.0% of statements [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.316s coverage: 100.0% of statements [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.211s coverage: 64.6% of statements [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.378s coverage: 97.6% of statements [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.114s coverage: 100.0% of statements [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-30T08:41:12.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-04-30T08:41:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.125s coverage: 28.1% of statements [2021-04-30T08:41:12.297Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-04-30T08:41:13.278Z] GO111MODULE=on go vet ./... [2021-04-30T08:42:10.023Z] Running on prd-ubuntu18.04-docker-8c-8g-2492 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws [2021-04-30T08:42:10.043Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-30T08:42:12.240Z] using credential edgex-jenkins-ssh [2021-04-30T08:42:12.251Z] Cloning the remote Git repository [2021-04-30T08:42:12.273Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:42:12.334Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-30T08:42:12.356Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:42:12.356Z] > git --version # timeout=10 [2021-04-30T08:42:12.361Z] > git --version # 'git version 2.17.1' [2021-04-30T08:42:12.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:42:12.382Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:42:27.318Z] Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit a2c460e5aefedc22d4be22d68ceefebe90da4855 [2021-04-30T08:42:27.523Z] Merge succeeded, producing 282dad36abb6a46fa122055a506fafaa9e044c75 [2021-04-30T08:42:27.524Z] Checking out Revision 282dad36abb6a46fa122055a506fafaa9e044c75 (PR-3410) [2021-04-30T08:42:26.669Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:42:26.673Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:42:26.681Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:42:26.699Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:42:26.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:42:26.703Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T08:42:27.330Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:42:27.336Z] > git checkout -f a2c460e5aefedc22d4be22d68ceefebe90da4855 # timeout=10 [2021-04-30T08:42:27.425Z] > git remote # timeout=10 [2021-04-30T08:42:27.431Z] > git config --get remote.origin.url # timeout=10 [2021-04-30T08:42:27.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:42:27.437Z] > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 [2021-04-30T08:42:27.522Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-30T08:42:27.530Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:42:27.535Z] > git checkout -f 282dad36abb6a46fa122055a506fafaa9e044c75 # timeout=10 [2021-04-30T08:42:31.146Z] Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" [2021-04-30T08:42:31.153Z] > git rev-list --no-walk a2c460e5aefedc22d4be22d68ceefebe90da4855 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:42:32.129Z] + echo snap-build.sh [2021-04-30T08:42:32.129Z] snap-build.sh [2021-04-30T08:42:32.129Z] + SNAP_BASE_DIR=. [2021-04-30T08:42:32.129Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-30T08:42:32.129Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-30T08:42:32.129Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-30T08:42:32.129Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-30T08:42:32.129Z] + cd /w/workspace/edgex-go/2 [2021-04-30T08:42:32.129Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-30T08:42:32.129Z] Reading package lists... [2021-04-30T08:42:32.129Z] Building dependency tree... [2021-04-30T08:42:32.129Z] Reading state information... [2021-04-30T08:42:32.390Z] The following packages were automatically installed and are no longer required: [2021-04-30T08:42:32.390Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-30T08:42:32.390Z] uidmap xdelta3 [2021-04-30T08:42:32.390Z] Use 'sudo apt autoremove' to remove them. [2021-04-30T08:42:32.390Z] The following packages will be REMOVED: [2021-04-30T08:42:32.390Z] lxd* lxd-client* [2021-04-30T08:42:32.962Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-30T08:42:32.962Z] After this operation, 31.7 MB disk space will be freed. [2021-04-30T08:42:33.743Z] (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-30T08:42:33.743Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-30T08:42:34.684Z] Removing lxd dnsmasq configuration [2021-04-30T08:42:34.684Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-30T08:42:34.945Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-30T08:42:35.517Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-30T08:42:35.777Z] (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-30T08:42:35.777Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-30T08:42:37.689Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-30T08:42:37.689Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-30T08:42:39.073Z] + sudo snap remove --purge lxd [2021-04-30T08:42:39.073Z] snap "lxd" is not installed [2021-04-30T08:42:39.073Z] + sudo groupadd --force --system lxd [2021-04-30T08:42:39.073Z] ++ whoami [2021-04-30T08:42:39.073Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-30T08:42:39.073Z] + newgrp - lxd [2021-04-30T08:42:39.073Z] + sudo snap install lxd [2021-04-30T08:42:49.064Z] 2021-04-30T08:42:46Z INFO Waiting for automatic snapd restart... [2021-04-30T08:43:01.295Z] lxd 4.13 from Canonical* installed [2021-04-30T08:43:01.295Z] + sudo lxd init --auto [2021-04-30T08:43:05.182Z] gofmt -l . [2021-04-30T08:43:05.182Z] [ "`gofmt -l .`" = "" ] [2021-04-30T08:43:05.182Z] ./bin/test-go-mod-tidy.sh [2021-04-30T08:43:05.182Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-30T08:43:05.858Z] + ls -al . [2021-04-30T08:43:05.858Z] total 828 [2021-04-30T08:43:05.858Z] drwxrwxr-x 9 1001 1001 4096 Apr 30 08:42 . [2021-04-30T08:43:05.858Z] drwxr-xr-x 4 root root 4096 Apr 30 08:37 .. [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 11 Apr 30 08:36 .dockerignore [2021-04-30T08:43:05.858Z] drwxrwxr-x 8 1001 1001 4096 Apr 30 08:36 .git [2021-04-30T08:43:05.858Z] drwxrwxr-x 3 1001 1001 4096 Apr 30 08:36 .github [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 818 Apr 30 08:36 .gitignore [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 166 Apr 30 08:36 .sonarcloud.properties [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:36 Attribution.txt [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:36 CONTRIBUTING.md [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 931 Apr 30 08:36 Dockerfile.build [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 863 Apr 30 08:36 Jenkinsfile [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:36 LICENSE [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:36 Makefile [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:36 README.md [2021-04-30T08:43:05.858Z] -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:36 SECURITY.md [2021-04-30T08:43:05.859Z] -rw-rw-r-- 1 1001 1001 5 Apr 30 08:31 VERSION [2021-04-30T08:43:05.859Z] -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:36 ZMQWindows.md [2021-04-30T08:43:05.859Z] drwxrwxr-x 2 1001 1001 4096 Apr 30 08:36 bin [2021-04-30T08:43:05.859Z] drwxrwxr-x 14 1001 1001 4096 Apr 30 08:36 cmd [2021-04-30T08:43:05.859Z] -rw-r--r-- 1 root root 691485 Apr 30 08:41 coverage.out [2021-04-30T08:43:05.859Z] -rw-r--r-- 1 root root 1060 Apr 30 08:42 go.mod [2021-04-30T08:43:05.859Z] -rw-r--r-- 1 root root 22420 Apr 30 08:37 go.sum [2021-04-30T08:43:05.859Z] drwxrwxr-x 8 1001 1001 4096 Apr 30 08:36 internal [2021-04-30T08:43:05.859Z] drwxrwxr-x 4 1001 1001 4096 Apr 30 08:36 openapi [2021-04-30T08:43:05.859Z] drwxrwxr-x 4 1001 1001 4096 Apr 30 08:36 snap [2021-04-30T08:43:05.859Z] -rw-rw-r-- 1 1001 1001 168 Apr 30 08:36 version.go [Pipeline] sh [2021-04-30T08:43:06.516Z] + '[' -e coverage.out ] [2021-04-30T08:43:06.516Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-30T08:43:06.536Z] Warning: overwriting stash ‘coverage-report’ [2021-04-30T08:43:07.821Z] Stashed 1 file(s) [Pipeline] sh [2021-04-30T08:43:08.468Z] + make build [2021-04-30T08:43:08.468Z] 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-30T08:43:09.426Z] + sudo snap install --classic snapcraft [2021-04-30T08:43:14.741Z] snapcraft 4.6.3 from Canonical* installed [2021-04-30T08:43:14.741Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-30T08:43:14.741Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-30T08:43:14.741Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-30T08:43:14.741Z] Dload Upload Total Spent Left Speed [2021-04-30T08:43:14.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 9220 0 --:--:-- --:--:-- --:--:-- 9220 [2021-04-30T08:43:14.741Z] 100 3325k 100 3325k 0 0 24.0M 0 --:--:-- --:--:-- --:--:-- 24.0M [2021-04-30T08:43:14.741Z] ./yq_linux_amd64 [2021-04-30T08:43:14.741Z] + sudo snapcraft prime --use-lxd [2021-04-30T08:43:16.650Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-30T08:43:16.650Z] 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-30T08:43:16.650Z] - README.md [2021-04-30T08:43:16.650Z] [2021-04-30T08:43:16.650Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-30T08:43:16.741Z] 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-30T08:43:17.221Z] Launching a container. [2021-04-30T08:43:29.488Z] Waiting for container to be ready [2021-04-30T08:43:29.488Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-30T08:43:29.488Z] [2021-04-30T08:43:32.030Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-30T08:43:32.599Z] Waiting for network to be ready... [2021-04-30T08:43:32.859Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-30T08:43:32.859Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-30T08:43:33.429Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-30T08:43:33.429Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-30T08:43:33.429Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-30T08:43:33.689Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-30T08:43:33.689Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-30T08:43:33.689Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-30T08:43:33.689Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-30T08:43:33.689Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-30T08:43:33.689Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-30T08:43:33.689Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-30T08:43:33.689Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-30T08:43:33.689Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-30T08:43:33.689Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-30T08:43:33.689Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-30T08:43:33.689Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-30T08:43:33.976Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-30T08:43:34.236Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-30T08:43:34.236Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-30T08:43:34.236Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-30T08:43:34.236Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-30T08:43:34.236Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-30T08:43:34.236Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-30T08:43:34.236Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-30T08:43:34.236Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-30T08:43:34.495Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-30T08:43:38.697Z] Fetched 24.4 MB in 6s (4103 kB/s) [2021-04-30T08:43:40.079Z] Reading package lists... [2021-04-30T08:43:40.340Z] Reading package lists... [2021-04-30T08:43:40.340Z] Building dependency tree... [2021-04-30T08:43:40.340Z] Reading state information... [2021-04-30T08:43:40.600Z] The following additional packages will be installed: [2021-04-30T08:43:40.600Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-30T08:43:40.600Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-30T08:43:40.600Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-30T08:43:40.600Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-30T08:43:40.600Z] Suggested packages: [2021-04-30T08:43:40.600Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-30T08:43:40.600Z] Recommended packages: [2021-04-30T08:43:40.600Z] gnupg libsasl2-modules [2021-04-30T08:43:40.600Z] The following NEW packages will be installed: [2021-04-30T08:43:40.600Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-30T08:43:40.600Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-30T08:43:40.600Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-30T08:43:40.600Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-30T08:43:40.600Z] The following packages will be upgraded: [2021-04-30T08:43:40.600Z] gpg gpg-agent gpgconf libudev1 [2021-04-30T08:43:40.600Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-30T08:43:40.600Z] Need to get 3529 kB of archives. [2021-04-30T08:43:40.600Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-30T08:43:40.600Z] 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-30T08:43:40.860Z] 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-30T08:43:40.860Z] 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-30T08:43:40.860Z] 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-30T08:43:40.860Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-30T08:43:41.120Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-30T08:43:41.381Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-30T08:43:41.381Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-30T08:43:41.381Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-30T08:43:41.646Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-30T08:43:41.646Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-30T08:43:41.646Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-30T08:43:41.646Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-30T08:43:41.646Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-30T08:43:41.646Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-30T08:43:41.646Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-30T08:43:41.646Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-30T08:43:41.646Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-30T08:43:41.646Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-30T08:43:41.646Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-30T08:43:41.646Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-30T08:43:41.646Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-30T08:43:41.907Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:43:41.907Z] Fetched 3529 kB in 1s (3410 kB/s) [2021-04-30T08:43:41.907Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-30T08:43:41.907Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:43:41.907Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:43:42.167Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-30T08:43:42.167Z] Selecting previously unselected package udev. [2021-04-30T08:43:42.167Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-30T08:43:42.167Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:43:42.167Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-30T08:43:42.428Z] Selecting previously unselected package libfuse2:amd64. [2021-04-30T08:43:42.428Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-30T08:43:42.428Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-30T08:43:42.428Z] Selecting previously unselected package fuse. [2021-04-30T08:43:42.428Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-30T08:43:42.428Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-30T08:43:42.688Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:43:42.688Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:43:42.688Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:43:42.948Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:43:42.948Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:43:42.948Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:43:43.209Z] Selecting previously unselected package libksba8:amd64. [2021-04-30T08:43:43.209Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-30T08:43:43.209Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-30T08:43:43.209Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-30T08:43:43.209Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:43:43.209Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:43.209Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-30T08:43:43.209Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:43:43.209Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:43.468Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-30T08:43:43.468Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:43:43.468Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:43.468Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-30T08:43:43.468Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:43:43.468Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:43.546Z] 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-30T08:43:43.730Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-30T08:43:43.730Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:43:43.730Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:43.730Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-30T08:43:43.730Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:43:43.730Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:43.730Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-30T08:43:43.730Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:43:43.730Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:43.990Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-30T08:43:43.990Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:43:43.990Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:43.990Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-30T08:43:43.990Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:43:43.990Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:43.990Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-30T08:43:43.990Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-30T08:43:43.990Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:43:44.250Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-30T08:43:44.250Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-30T08:43:44.250Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:43:44.250Z] Selecting previously unselected package libldap-common. [2021-04-30T08:43:44.250Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-30T08:43:44.250Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:43:44.250Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-30T08:43:44.250Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-30T08:43:44.250Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:43:44.510Z] Selecting previously unselected package dirmngr. [2021-04-30T08:43:44.510Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:43:44.510Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-30T08:43:44.510Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:43:44.510Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-30T08:43:44.510Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-30T08:43:44.510Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:43:44.510Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:43:44.769Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-30T08:43:44.769Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:44.769Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-30T08:43:44.769Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:43:44.769Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-30T08:43:45.339Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-30T08:43:45.339Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:45.339Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-30T08:43:45.339Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-30T08:43:45.339Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-30T08:43:45.599Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:45.599Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:45.599Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:45.599Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:45.599Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:45.599Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:45.599Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:43:45.599Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:43:45.599Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-30T08:43:45.860Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:43:46.429Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-30T08:43:46.429Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-30T08:43:46.429Z] This means they are not meant to be enabled using systemctl. [2021-04-30T08:43:46.429Z] Possible reasons for having this kind of units are: [2021-04-30T08:43:46.429Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-30T08:43:46.429Z] .wants/ or .requires/ directory. [2021-04-30T08:43:46.429Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-30T08:43:46.429Z] a requirement dependency on it. [2021-04-30T08:43:46.429Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-30T08:43:46.429Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-30T08:43:46.429Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-30T08:43:46.429Z] instance name specified. [2021-04-30T08:43:46.429Z] Reading package lists... [2021-04-30T08:43:46.690Z] Building dependency tree... [2021-04-30T08:43:46.690Z] Reading state information... [2021-04-30T08:43:46.938Z] 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-30T08:43:46.950Z] The following additional packages will be installed: [2021-04-30T08:43:46.950Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-30T08:43:46.950Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-30T08:43:46.950Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-30T08:43:46.950Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-30T08:43:46.950Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-30T08:43:46.950Z] Suggested packages: [2021-04-30T08:43:46.950Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-30T08:43:46.950Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-30T08:43:46.950Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-30T08:43:46.950Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-30T08:43:46.950Z] systemd-container policykit-1 [2021-04-30T08:43:46.950Z] Recommended packages: [2021-04-30T08:43:46.950Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-30T08:43:46.950Z] The following NEW packages will be installed: [2021-04-30T08:43:46.950Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-30T08:43:46.950Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-30T08:43:46.950Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-30T08:43:46.950Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-30T08:43:46.950Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-30T08:43:46.950Z] The following packages will be upgraded: [2021-04-30T08:43:46.951Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-30T08:43:47.223Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-30T08:43:47.223Z] Need to get 35.2 MB of archives. [2021-04-30T08:43:47.223Z] After this operation, 141 MB of additional disk space will be used. [2021-04-30T08:43:47.223Z] 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-30T08:43:47.223Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-30T08:43:47.794Z] 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-30T08:43:47.794Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-30T08:43:47.794Z] 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-30T08:43:47.794Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-30T08:43:47.794Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-30T08:43:48.055Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-30T08:43:48.055Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-30T08:43:48.055Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-30T08:43:48.055Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-30T08:43:48.055Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-30T08:43:48.055Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-30T08:43:48.055Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-30T08:43:48.055Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-30T08:43:48.055Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-30T08:43:48.055Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-30T08:43:48.055Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-30T08:43:48.055Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-30T08:43:48.055Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-30T08:43:48.055Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-30T08:43:48.055Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-30T08:43:48.055Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-30T08:43:48.055Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-30T08:43:48.055Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-30T08:43:48.055Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-30T08:43:48.055Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-30T08:43:48.055Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-30T08:43:48.055Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-30T08:43:48.055Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-30T08:43:49.001Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:43:49.001Z] Fetched 35.2 MB in 2s (18.0 MB/s) [2021-04-30T08:43:49.263Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-30T08:43:49.263Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:43:49.263Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:43:50.210Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:43:50.210Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:43:50.210Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-30T08:43:50.210Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-30T08:43:50.210Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-30T08:43:50.210Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-30T08:43:50.470Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-30T08:43:50.470Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-30T08:43:50.471Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-30T08:43:50.471Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-30T08:43:50.735Z] Setting up apt (1.6.13) ... [2021-04-30T08:43:50.735Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-30T08:43:51.256Z] 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-30T08:43:51.307Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-30T08:43:51.307Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-30T08:43:51.307Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-30T08:43:51.307Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-30T08:43:51.566Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-30T08:43:51.566Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:43:51.566Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:43:51.827Z] Selecting previously unselected package libexpat1:amd64. [2021-04-30T08:43:51.827Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-30T08:43:51.827Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-30T08:43:51.827Z] Selecting previously unselected package python3.6-minimal. [2021-04-30T08:43:51.827Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:43:51.827Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:43:52.396Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-30T08:43:52.396Z] Checking for services that may need to be restarted...done. [2021-04-30T08:43:52.396Z] Checking for services that may need to be restarted...done. [2021-04-30T08:43:52.396Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:43:52.396Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-30T08:43:52.396Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:43:52.686Z] 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-30T08:43:52.976Z] Selecting previously unselected package python3-minimal. [2021-04-30T08:43:52.977Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-30T08:43:52.977Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-30T08:43:52.977Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-30T08:43:52.977Z] Selecting previously unselected package mime-support. [2021-04-30T08:43:52.977Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-30T08:43:52.977Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-30T08:43:53.251Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-30T08:43:53.251Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-30T08:43:53.251Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-30T08:43:53.251Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-30T08:43:53.251Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:43:53.251Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:43:53.510Z] Selecting previously unselected package python3.6. [2021-04-30T08:43:53.510Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:43:53.510Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:43:53.510Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-30T08:43:53.510Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-30T08:43:53.510Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-30T08:43:53.770Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-30T08:43:53.770Z] Selecting previously unselected package python3. [2021-04-30T08:43:53.770Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-30T08:43:53.770Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-30T08:43:54.058Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-30T08:43:54.058Z] Selecting previously unselected package multiarch-support. [2021-04-30T08:43:54.058Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:43:54.058Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-30T08:43:54.058Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-30T08:43:54.058Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-30T08:43:54.058Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-30T08:43:54.058Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-30T08:43:54.058Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-30T08:43:54.317Z] Selecting previously unselected package libbsd0:amd64. [2021-04-30T08:43:54.317Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-30T08:43:54.317Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-30T08:43:54.317Z] Selecting previously unselected package sudo. [2021-04-30T08:43:54.317Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-30T08:43:54.317Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-30T08:43:54.577Z] Selecting previously unselected package apparmor. [2021-04-30T08:43:54.577Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-30T08:43:54.577Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-30T08:43:54.837Z] Selecting previously unselected package libedit2:amd64. [2021-04-30T08:43:54.838Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-30T08:43:54.838Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-30T08:43:54.838Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-30T08:43:54.838Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:43:54.838Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:55.422Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-30T08:43:55.422Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:43:55.683Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:55.684Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-30T08:43:55.684Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-30T08:43:55.684Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-30T08:43:55.684Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-30T08:43:55.684Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:43:55.684Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:55.945Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-30T08:43:55.945Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:43:55.945Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:55.945Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-30T08:43:55.945Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-30T08:43:55.945Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-30T08:43:56.206Z] Selecting previously unselected package openssh-client. [2021-04-30T08:43:56.206Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-30T08:43:56.206Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-30T08:43:56.206Z] Selecting previously unselected package squashfs-tools. [2021-04-30T08:43:56.206Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-30T08:43:56.467Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-30T08:43:56.467Z] Selecting previously unselected package snapd. [2021-04-30T08:43:56.467Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-30T08:43:56.467Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-30T08:43:57.005Z] 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-30T08:43:59.027Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-30T08:43:59.027Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-30T08:43:59.027Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-30T08:43:59.027Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-30T08:43:59.027Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-30T08:43:59.027Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:59.027Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:43:59.027Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-30T08:43:59.027Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-30T08:43:59.989Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-30T08:43:59.989Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-30T08:44:00.251Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-30T08:44:00.251Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:44:00.251Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:44:00.251Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:44:01.195Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-30T08:44:01.195Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:44:01.458Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-30T08:44:01.458Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-30T08:44:01.719Z] running python rtupdate hooks for python3.6... [2021-04-30T08:44:01.719Z] running python post-rtupdate hooks for python3.6... [2021-04-30T08:44:01.719Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-30T08:44:02.415Z] 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-30T08:44:04.277Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-30T08:44:04.548Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:44:04.548Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-30T08:44:04.548Z] Setting up snapd (2.48.3+18.04) ... [2021-04-30T08:44:05.041Z] 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-30T08:44:05.121Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-30T08:44:05.383Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-30T08:44:05.383Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-30T08:44:05.644Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-30T08:44:05.907Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-30T08:44:05.907Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-30T08:44:06.169Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-30T08:44:06.431Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-30T08:44:06.431Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-30T08:44:06.693Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-30T08:44:06.954Z] /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-30T08:44:06.954Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:44:06.954Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-30T08:44:07.899Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:44:08.162Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:44:08.162Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:44:08.433Z] 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-30T08:44:09.811Z] Reading package lists... [2021-04-30T08:44:10.100Z] Reading package lists... [2021-04-30T08:44:10.100Z] Building dependency tree... [2021-04-30T08:44:10.100Z] Reading state information... [2021-04-30T08:44:10.100Z] Calculating upgrade... [2021-04-30T08:44:10.361Z] The following packages will be upgraded: [2021-04-30T08:44:10.361Z] advancecomp base-files bash binutils binutils-common [2021-04-30T08:44:10.361Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-30T08:44:10.361Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-30T08:44:10.361Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-30T08:44:10.361Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-30T08:44:10.361Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-30T08:44:10.361Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-30T08:44:10.361Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-30T08:44:10.361Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-30T08:44:10.361Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-30T08:44:10.361Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-30T08:44:10.361Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-30T08:44:10.361Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-30T08:44:10.361Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-30T08:44:10.361Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-30T08:44:10.361Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-30T08:44:10.361Z] Need to get 64.0 MB of archives. [2021-04-30T08:44:10.361Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-30T08:44:10.361Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-30T08:44:10.623Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-30T08:44:10.623Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-30T08:44:10.623Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-30T08:44:10.623Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-30T08:44:10.623Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-30T08:44:10.623Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-30T08:44:10.623Z] 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-30T08:44:10.623Z] 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-30T08:44:10.623Z] 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-30T08:44:10.623Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-30T08:44:10.623Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-30T08:44:10.623Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-30T08:44:10.623Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-30T08:44:10.623Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-30T08:44:10.623Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-30T08:44:10.623Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-30T08:44:10.623Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-30T08:44:10.623Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-30T08:44:10.623Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-30T08:44:10.623Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-30T08:44:10.885Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-30T08:44:10.885Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-30T08:44:10.885Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-30T08:44:10.885Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-30T08:44:10.885Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-30T08:44:10.885Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-30T08:44:10.885Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-30T08:44:10.885Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-30T08:44:10.885Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-30T08:44:10.885Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-30T08:44:10.885Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-30T08:44:10.885Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-30T08:44:10.885Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-30T08:44:10.885Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-30T08:44:10.885Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-30T08:44:10.885Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-30T08:44:10.885Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-30T08:44:10.885Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-30T08:44:10.885Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-30T08:44:10.885Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-30T08:44:10.885Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-30T08:44:10.885Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-30T08:44:10.885Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-30T08:44:10.885Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-30T08:44:10.885Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-30T08:44:10.885Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-30T08:44:10.885Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-30T08:44:10.885Z] Get:49 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-30T08:44:10.885Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-30T08:44:10.885Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-30T08:44:10.885Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-30T08:44:10.885Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-30T08:44:10.885Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-30T08:44:10.885Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-30T08:44:10.885Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-30T08:44:11.146Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-30T08:44:11.408Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-30T08:44:11.408Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-30T08:44:11.408Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-30T08:44:11.408Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-30T08:44:11.408Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-30T08:44:11.408Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-30T08:44:11.408Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-30T08:44:11.669Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-30T08:44:11.669Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-30T08:44:11.669Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-30T08:44:11.669Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-30T08:44:11.669Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-30T08:44:11.669Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-30T08:44:11.669Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-30T08:44:11.669Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-30T08:44:11.669Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-30T08:44:11.669Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-30T08:44:11.669Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-30T08:44:11.669Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-30T08:44:11.669Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-30T08:44:11.669Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-30T08:44:11.669Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-30T08:44:11.669Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-30T08:44:11.669Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-30T08:44:11.669Z] 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-30T08:44:11.669Z] 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-30T08:44:11.669Z] 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-30T08:44:11.669Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-30T08:44:11.669Z] 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-30T08:44:11.669Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-30T08:44:11.821Z] 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-30T08:44:11.930Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-30T08:44:11.930Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-30T08:44:11.930Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-30T08:44:11.930Z] 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-30T08:44:11.930Z] 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-30T08:44:11.930Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-30T08:44:11.930Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-30T08:44:11.930Z] 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-30T08:44:11.930Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-30T08:44:12.196Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-30T08:44:12.196Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-30T08:44:12.196Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-30T08:44:12.196Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-30T08:44:12.196Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-30T08:44:12.196Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:44:12.458Z] Fetched 64.0 MB in 2s (37.1 MB/s) [2021-04-30T08:44:12.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:12.458Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:44:12.458Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:44:13.031Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:44:13.031Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:44:13.294Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-30T08:44:13.294Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-30T08:44:14.239Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:14.239Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:14.239Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:14.239Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:14.239Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:14.239Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:14.500Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:14.500Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:14.500Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:14.500Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:14.500Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:14.763Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:14.763Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:14.763Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:14.763Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:15.025Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:44:15.025Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:15.025Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-30T08:44:15.025Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:15.025Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:44:15.025Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:15.288Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:15.288Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:15.288Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:15.288Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:15.550Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:44:15.550Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:15.811Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:44:15.811Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:44:15.811Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:44:16.138Z] 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-30T08:44:16.385Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-30T08:44:16.646Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:44:16.646Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-30T08:44:16.646Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-30T08:44:16.646Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-30T08:44:16.646Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-30T08:44:16.907Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-30T08:44:16.907Z] Installing new version of config file /etc/issue ... [2021-04-30T08:44:16.907Z] Installing new version of config file /etc/issue.net ... [2021-04-30T08:44:16.907Z] Installing new version of config file /etc/lsb-release ... [2021-04-30T08:44:16.907Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-30T08:44:17.168Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-30T08:44:17.431Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-30T08:44:17.431Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-30T08:44:17.431Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:17.431Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-30T08:44:17.431Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-30T08:44:17.431Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-30T08:44:17.693Z] 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-30T08:44:17.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:17.693Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:44:17.693Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-30T08:44:17.693Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:44:17.955Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:17.955Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-30T08:44:17.955Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-30T08:44:17.955Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-30T08:44:18.216Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:18.216Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-30T08:44:18.216Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-30T08:44:18.477Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-30T08:44:18.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:18.477Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:44:18.739Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:44:18.739Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-30T08:44:18.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:18.739Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:44:18.739Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:44:19.001Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-30T08:44:19.001Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:19.001Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-30T08:44:19.001Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-30T08:44:19.262Z] Setting up grep (3.1-2build1) ... [2021-04-30T08:44:19.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:19.262Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-30T08:44:19.262Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-30T08:44:19.524Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-30T08:44:19.524Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:19.524Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:44:19.524Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:44:19.785Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-30T08:44:19.785Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:19.785Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-30T08:44:19.785Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:44:20.358Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-30T08:44:20.359Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:44:20.622Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-30T08:44:20.623Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:44:21.196Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-30T08:44:21.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:21.196Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-30T08:44:21.196Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:44:22.589Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-30T08:44:22.589Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-30T08:44:22.589Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-30T08:44:22.589Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-30T08:44:22.589Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-30T08:44:22.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:22.855Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-30T08:44:22.855Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [Pipeline] } [2021-04-30T08:44:22.884Z] $ docker stop --time=1 bf156a88fe4e876a5bac4b2799f4433cf92045e0c653d607c92a1a5ffcbb7d04 [2021-04-30T08:44:23.116Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-30T08:44:23.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:23.116Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:44:23.116Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:44:23.388Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:44:23.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:23.388Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:44:23.388Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:44:23.662Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:44:23.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:23.662Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:44:23.662Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:44:23.940Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:44:23.940Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:23.940Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:44:23.940Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:44:24.218Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:44:24.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:24.218Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:44:24.218Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:44:24.513Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:44:24.513Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:44:24.513Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-30T08:44:24.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:24.513Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:44:24.513Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:44:24.809Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-30T08:44:24.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:24.809Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:44:24.809Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:44:24.809Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:44:25.076Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:25.076Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:44:25.076Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:44:25.076Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:44:25.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:25.346Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:44:25.346Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:44:25.573Z] $ docker rm -f bf156a88fe4e876a5bac4b2799f4433cf92045e0c653d607c92a1a5ffcbb7d04 [2021-04-30T08:44:25.963Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:44:25.963Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-30T08:44:26.537Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-30T08:44:26.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:26.537Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:44:26.537Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:44:26.804Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:44:27.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:44:27.067Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-30T08:44:27.067Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:44:27.067Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:44:27.326Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:27.326Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-30T08:44:27.326Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-30T08:44:27.586Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-30T08:44:27.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:44:27.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:27.846Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-30T08:44:27.846Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-30T08:44:27.846Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-30T08:44:27.894Z] [2021-04-30T08:44:27.894Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:44:28.106Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:28.106Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-30T08:44:28.106Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-30T08:44:28.106Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-30T08:44:28.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:44:28.248Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-30T08:44:28.248Z] 29e5d40040c1: Pulling fs layer [2021-04-30T08:44:28.248Z] 1ce36da41761: Pulling fs layer [2021-04-30T08:44:28.248Z] 25b303627fd3: Pulling fs layer [2021-04-30T08:44:28.366Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:28.366Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-30T08:44:28.366Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:44:28.366Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:44:28.521Z] 29e5d40040c1: Verifying Checksum [2021-04-30T08:44:28.521Z] 29e5d40040c1: Download complete [2021-04-30T08:44:28.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:28.649Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-30T08:44:28.649Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:44:28.649Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:44:28.908Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:28.908Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-30T08:44:28.908Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:44:29.120Z] 1ce36da41761: Verifying Checksum [2021-04-30T08:44:29.120Z] 1ce36da41761: Download complete [2021-04-30T08:44:29.169Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:44:29.396Z] 29e5d40040c1: Pull complete [2021-04-30T08:44:29.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:29.435Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:44:29.435Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:44:29.435Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:44:29.435Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:44:29.697Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:44:29.697Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:44:29.697Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-30T08:44:29.956Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:29.956Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-30T08:44:29.956Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-30T08:44:29.956Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-30T08:44:30.217Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:30.217Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-30T08:44:30.217Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:44:30.217Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:44:30.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:30.481Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:44:30.481Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:44:30.740Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-30T08:44:30.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:30.740Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-30T08:44:30.740Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-30T08:44:30.834Z] 1ce36da41761: Pull complete [2021-04-30T08:44:30.834Z] 25b303627fd3: Verifying Checksum [2021-04-30T08:44:30.834Z] 25b303627fd3: Download complete [2021-04-30T08:44:30.999Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-30T08:44:30.999Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:30.999Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-30T08:44:30.999Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-30T08:44:31.258Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-30T08:44:31.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:31.518Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:44:31.518Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:44:31.518Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-30T08:44:31.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:31.811Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-30T08:44:31.811Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-30T08:44:31.811Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-30T08:44:32.394Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:32.394Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-30T08:44:32.394Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-30T08:44:32.394Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-30T08:44:32.655Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:32.655Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-30T08:44:32.655Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-30T08:44:32.655Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-30T08:44:32.917Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:32.917Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-30T08:44:32.917Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-30T08:44:32.917Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-30T08:44:33.177Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:33.177Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-30T08:44:33.177Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-30T08:44:33.177Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-30T08:44:33.437Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:33.437Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-30T08:44:33.437Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-30T08:44:33.437Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-30T08:44:33.697Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:33.697Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-30T08:44:33.697Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-30T08:44:33.697Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-30T08:44:33.697Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:44:33.697Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-30T08:44:33.957Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-30T08:44:33.957Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-30T08:44:33.957Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-30T08:44:33.957Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-30T08:44:33.957Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-30T08:44:34.216Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-30T08:44:34.216Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-30T08:44:34.480Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-30T08:44:34.480Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-30T08:44:34.740Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-30T08:44:34.740Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-30T08:44:34.740Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-30T08:44:34.740Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-30T08:44:35.000Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-30T08:44:35.000Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-30T08:44:35.000Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-30T08:44:35.000Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-30T08:44:35.260Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-30T08:44:35.260Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-30T08:44:35.260Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-30T08:44:35.520Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-30T08:44:35.520Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-30T08:44:35.520Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-30T08:44:35.780Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-30T08:44:35.780Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-30T08:44:35.780Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-30T08:44:35.780Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-30T08:44:36.721Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-30T08:44:36.993Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-30T08:44:36.993Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-30T08:44:36.993Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-30T08:44:37.254Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:44:37.254Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:44:37.825Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:44:37.825Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:44:37.825Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:44:38.090Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:44:38.090Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:44:38.090Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:44:38.090Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:38.352Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:44:38.352Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:38.352Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:44:38.613Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:38.613Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:44:38.613Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:38.613Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:44:39.553Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:39.554Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:44:40.493Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:40.493Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:44:40.983Z] 25b303627fd3: Pull complete [2021-04-30T08:44:40.983Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-30T08:44:40.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:44:40.983Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-30T08:44:41.231Z] prd-ubuntu18.04-docker-arm64-4c-16g-2486 does not seem to be running inside a container [2021-04-30T08:44:41.305Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-30T08:44:41.430Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:41.430Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:44:41.689Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:41.689Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:44:42.626Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:44:42.626Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:44:42.626Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-30T08:44:42.626Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-30T08:44:42.887Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-30T08:44:42.887Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-30T08:44:43.146Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-30T08:44:43.146Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-30T08:44:43.146Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-30T08:44:43.146Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-30T08:44:43.405Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-30T08:44:43.405Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-30T08:44:43.405Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-30T08:44:43.405Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-30T08:44:43.664Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-30T08:44:43.664Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-30T08:44:43.923Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:43.923Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-30T08:44:43.923Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:43.923Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:43.923Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:43.923Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-30T08:44:43.923Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-30T08:44:44.182Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-30T08:44:44.182Z] [2021-04-30T08:44:44.182Z] Current default time zone: 'Etc/UTC' [2021-04-30T08:44:44.182Z] Local time is now: Fri Apr 30 08:44:44 UTC 2021. [2021-04-30T08:44:44.182Z] Universal Time is now: Fri Apr 30 08:44:44 UTC 2021. [2021-04-30T08:44:44.182Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-30T08:44:44.182Z] [2021-04-30T08:44:44.182Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-30T08:44:44.182Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:44.182Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-30T08:44:44.182Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:44:44.442Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-30T08:44:44.442Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-30T08:44:44.442Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-30T08:44:44.442Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-30T08:44:44.442Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-30T08:44:44.442Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-30T08:44:44.442Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:44.442Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-30T08:44:44.480Z] $ docker top 1143ed37e5f4f84d429029e691418fa8b71ae6eb261f2d8d772543abdea90005 -eo pid,comm [2021-04-30T08:44:44.701Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:44:44.701Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:44:44.701Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:44.701Z] Setting up patch (2.7.6-2ubuntu1.1) ... [Pipeline] { [Pipeline] sh [2021-04-30T08:44:44.960Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-30T08:44:44.960Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-30T08:44:44.960Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-30T08:44:44.960Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-30T08:44:44.960Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-30T08:44:44.960Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:44:44.960Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-30T08:44:45.455Z] + + grepdocker-compose parallel build [2021-04-30T08:44:45.455Z] --help [2021-04-30T08:44:46.343Z] Updating certificates in /etc/ssl/certs... [2021-04-30T08:44:46.913Z] 23 added, 27 removed; done. [2021-04-30T08:44:47.175Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-30T08:44:47.175Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:44:47.175Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-30T08:44:47.175Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-30T08:44:47.175Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-30T08:44:47.175Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:44:47.436Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:44:47.436Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:44:47.436Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:44:47.436Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:44:47.436Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:44:47.436Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:44:47.436Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-30T08:44:47.436Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:44:47.436Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-30T08:44:47.696Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-30T08:44:47.696Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:44:47.696Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:44:47.696Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:44:47.696Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-30T08:44:47.696Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-30T08:44:47.956Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-30T08:44:47.956Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:44:47.956Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-30T08:44:47.956Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-30T08:44:47.956Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-30T08:44:47.956Z] Updating certificates in /etc/ssl/certs... [2021-04-30T08:44:48.526Z] 0 added, 0 removed; done. [2021-04-30T08:44:48.526Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-30T08:44:48.526Z] done. [2021-04-30T08:44:49.096Z] Reading package lists... [2021-04-30T08:44:49.096Z] Building dependency tree... [2021-04-30T08:44:49.096Z] Reading state information... [2021-04-30T08:44:49.356Z] The following NEW packages will be installed: [2021-04-30T08:44:49.356Z] apt-transport-https [2021-04-30T08:44:49.616Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-30T08:44:49.616Z] Need to get 1692 B of archives. [2021-04-30T08:44:49.616Z] After this operation, 154 kB of additional disk space will be used. [2021-04-30T08:44:49.616Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-30T08:44:49.745Z] --parallel Build images in parallel. [2021-04-30T08:44:49.876Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:44:49.876Z] Fetched 1692 B in 0s (9458 B/s) [2021-04-30T08:44:49.876Z] Selecting previously unselected package apt-transport-https. [2021-04-30T08:44:49.876Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-30T08:44:49.876Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-30T08:44:49.876Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-30T08:44:49.876Z] Setting up apt-transport-https (1.6.13) ... [Pipeline] } [2021-04-30T08:44:50.031Z] $ docker stop --time=1 1143ed37e5f4f84d429029e691418fa8b71ae6eb261f2d8d772543abdea90005 [2021-04-30T08:44:50.136Z] Waiting for network to be ready... [2021-04-30T08:44:51.963Z] $ docker rm -f 1143ed37e5f4f84d429029e691418fa8b71ae6eb261f2d8d772543abdea90005 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:44:52.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:44:52.640Z] . [Pipeline] withDockerContainer [2021-04-30T08:44:52.874Z] prd-ubuntu18.04-docker-arm64-4c-16g-2486 does not seem to be running inside a container [2021-04-30T08:44:52.945Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-30T08:44:54.344Z] $ docker top 9ef9941e96a3a4f78f088e1c54626834acec84028b6822984ad24a9252f230e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:44:55.300Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-30T08:44:55.416Z] 2021-04-30T08:44:53Z INFO Waiting for automatic snapd restart... [2021-04-30T08:44:55.984Z] snapd 2.49.2 from Canonical* installed [2021-04-30T08:44:56.939Z] "snapd" switched to the "latest/stable" channel [2021-04-30T08:44:56.939Z] [2021-04-30T08:45:00.790Z] Building docker-core-command-go ... [2021-04-30T08:45:00.790Z] Building docker-core-data-go ... [2021-04-30T08:45:00.790Z] Building docker-core-metadata-go ... [2021-04-30T08:45:00.790Z] Building docker-security-bootstrapper-go ... [2021-04-30T08:45:00.790Z] Building docker-security-proxy-setup-go ... [2021-04-30T08:45:00.790Z] Building docker-security-secretstore-setup-go ... [2021-04-30T08:45:00.790Z] Building docker-support-notifications-go ... [2021-04-30T08:45:00.790Z] Building docker-support-scheduler-go ... [2021-04-30T08:45:00.790Z] Building docker-sys-mgmt-agent-go ... [2021-04-30T08:45:00.790Z] Building docker-support-notifications-go [2021-04-30T08:45:00.790Z] Building docker-core-command-go [2021-04-30T08:45:00.790Z] Building docker-core-data-go [2021-04-30T08:45:00.790Z] Building docker-support-scheduler-go [2021-04-30T08:45:00.790Z] Building docker-sys-mgmt-agent-go [2021-04-30T08:45:01.158Z] core18 20210309 from Canonical* installed [2021-04-30T08:45:01.158Z] "core18" switched to the "latest/stable" channel [2021-04-30T08:45:01.158Z] [2021-04-30T08:45:06.459Z] snapcraft 4.6.3 from Canonical* installed [2021-04-30T08:45:06.459Z] "snapcraft" switched to the "latest/stable" channel [2021-04-30T08:45:06.459Z] [2021-04-30T08:45:09.771Z] 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-30T08:45:09.771Z] - README.md [2021-04-30T08:45:09.771Z] [2021-04-30T08:45:09.771Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-30T08:45:16.347Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:45:16.607Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:45:16.607Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:45:16.607Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:45:18.251Z] Reading package lists... [2021-04-30T08:45:18.510Z] 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-30T08:45:25.162Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:45:25.162Z] Reading package lists... [2021-04-30T08:45:25.162Z] Building dependency tree... [2021-04-30T08:45:25.162Z] Reading state information... [2021-04-30T08:45:25.162Z] Suggested packages: [2021-04-30T08:45:25.162Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-30T08:45:25.162Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-30T08:45:25.162Z] Recommended packages: [2021-04-30T08:45:25.162Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-30T08:45:25.162Z] The following NEW packages will be installed: [2021-04-30T08:45:25.162Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-30T08:45:25.162Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-30T08:45:25.162Z] pkg-config zip [2021-04-30T08:45:25.162Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-30T08:45:25.162Z] Need to get 7663 kB of archives. [2021-04-30T08:45:25.162Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-30T08:45:25.162Z] 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-30T08:45:25.163Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-30T08:45:25.163Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-30T08:45:25.163Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-30T08:45:25.479Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-30T08:45:25.479Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-30T08:45:25.479Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-30T08:45:25.479Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-30T08:45:25.769Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-30T08:45:25.769Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-30T08:45:25.769Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-30T08:45:25.769Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-30T08:45:26.040Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-30T08:45:26.040Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-30T08:45:26.040Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-30T08:45:26.040Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:45:26.040Z] Fetched 7663 kB in 1s (8450 kB/s) [2021-04-30T08:45:26.317Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-30T08:45:26.317Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-30T08:45:26.317Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-30T08:45:26.317Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-30T08:45:26.576Z] Selecting previously unselected package libpsl5:amd64. [2021-04-30T08:45:26.576Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-30T08:45:26.576Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-30T08:45:26.576Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-30T08:45:26.576Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-30T08:45:26.576Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-30T08:45:26.836Z] Selecting previously unselected package librtmp1:amd64. [2021-04-30T08:45:26.836Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-30T08:45:26.836Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-30T08:45:26.836Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-30T08:45:26.836Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-30T08:45:26.836Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-30T08:45:26.836Z] Selecting previously unselected package liberror-perl. [2021-04-30T08:45:26.836Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-30T08:45:26.836Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-30T08:45:27.096Z] Selecting previously unselected package git-man. [2021-04-30T08:45:27.096Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-30T08:45:27.096Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:45:27.096Z] Selecting previously unselected package git. [2021-04-30T08:45:27.096Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-30T08:45:27.096Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:45:28.035Z] Selecting previously unselected package libnorm1:amd64. [2021-04-30T08:45:28.035Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-30T08:45:28.035Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-30T08:45:28.035Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-30T08:45:28.035Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-30T08:45:28.035Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-30T08:45:28.294Z] Selecting previously unselected package libsodium23:amd64. [2021-04-30T08:45:28.294Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-30T08:45:28.294Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-30T08:45:28.294Z] Selecting previously unselected package libzmq5:amd64. [2021-04-30T08:45:28.294Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-30T08:45:28.294Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:45:28.294Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-30T08:45:28.294Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-30T08:45:28.294Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:45:28.554Z] Selecting previously unselected package pkg-config. [2021-04-30T08:45:28.554Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-30T08:45:28.554Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-30T08:45:28.554Z] Selecting previously unselected package zip. [2021-04-30T08:45:28.554Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-30T08:45:28.554Z] Unpacking zip (3.0-11build1) ... [2021-04-30T08:45:28.814Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-30T08:45:28.814Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:45:28.814Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-30T08:45:28.814Z] Setting up liberror-perl (0.17025-1) ... [2021-04-30T08:45:28.814Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-30T08:45:28.814Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-30T08:45:28.814Z] No schema files found: doing nothing. [2021-04-30T08:45:29.073Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-30T08:45:29.073Z] Setting up zip (3.0-11build1) ... [2021-04-30T08:45:29.073Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-30T08:45:29.073Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-30T08:45:29.073Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-30T08:45:29.073Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:45:29.073Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-30T08:45:29.073Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:45:29.332Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:45:29.332Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:45:35.906Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:45:36.166Z] git set to automatically installed. [2021-04-30T08:45:36.166Z] git-man set to automatically installed. [2021-04-30T08:45:36.166Z] libcurl3-gnutls set to automatically installed. [2021-04-30T08:45:36.166Z] liberror-perl set to automatically installed. [2021-04-30T08:45:36.166Z] libglib2.0-0 set to automatically installed. [2021-04-30T08:45:36.166Z] libnghttp2-14 set to automatically installed. [2021-04-30T08:45:36.166Z] libnorm1 set to automatically installed. [2021-04-30T08:45:36.166Z] libpgm-5.2-0 set to automatically installed. [2021-04-30T08:45:36.166Z] libpsl5 set to automatically installed. [2021-04-30T08:45:36.166Z] librtmp1 set to automatically installed. [2021-04-30T08:45:36.166Z] libsodium23 set to automatically installed. [2021-04-30T08:45:36.166Z] libzmq3-dev set to automatically installed. [2021-04-30T08:45:36.167Z] libzmq5 set to automatically installed. [2021-04-30T08:45:36.167Z] pkg-config set to automatically installed. [2021-04-30T08:45:36.167Z] zip set to automatically installed. [2021-04-30T08:45:38.087Z] snapd is not logged in, snap install commands will use sudo [2021-04-30T08:45:44.683Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:45:44.683Z] snap "core18" has no updates available [2021-04-30T08:45:45.255Z] snapd is not logged in, snap install commands will use sudo [2021-04-30T08:45:51.831Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:46:06.733Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-30T08:46:06.733Z] Pulling go-build-helper [2021-04-30T08:46:06.733Z] + snapcraftctl pull [2021-04-30T08:46:06.995Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-30T08:46:06.995Z] Skipping pull go-build-helper (already ran) [2021-04-30T08:46:06.995Z] Building go-build-helper [2021-04-30T08:46:06.995Z] + snapcraftctl build [2021-04-30T08:46:10.287Z] Staging go-build-helper [2021-04-30T08:46:10.287Z] + snapcraftctl stage [2021-04-30T08:46:22.505Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-30T08:46:22.505Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-30T08:46:22.505Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-30T08:46:22.505Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-30T08:46:22.505Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-30T08:46:22.505Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-30T08:46:22.505Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-30T08:46:22.505Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-30T08:46:22.505Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-30T08:46:22.505Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-30T08:46:22.505Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-30T08:46:22.505Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-30T08:46:22.505Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-30T08:46:22.505Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-30T08:46:22.505Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-30T08:46:22.505Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-30T08:46:22.505Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-30T08:46:22.505Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-30T08:46:22.505Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-30T08:46:22.505Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-30T08:46:22.505Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-30T08:46:22.505Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-30T08:46:22.505Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-30T08:46:22.505Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-30T08:46:22.505Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-30T08:46:22.505Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-30T08:46:22.505Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-30T08:46:22.505Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-30T08:46:22.505Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-30T08:46:22.505Z] Fetched 224 kB in 0s (0 B/s) [2021-04-30T08:46:22.505Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-30T08:46:22.505Z] Fetched 157 kB in 0s (0 B/s) [2021-04-30T08:46:22.505Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-30T08:46:22.505Z] Fetched 221 kB in 0s (0 B/s) [2021-04-30T08:46:22.505Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-30T08:46:22.505Z] Fetched 143 kB in 0s (0 B/s) [2021-04-30T08:46:22.505Z] Pulling app-service-config [2021-04-30T08:46:22.505Z] + snapcraftctl pull [2021-04-30T08:46:22.553Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:46:22.553Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:46:22.553Z] ---> 1dd0bfac0648 [2021-04-30T08:46:22.553Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:46:22.553Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:46:22.553Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:46:22.553Z] ---> 1dd0bfac0648 [2021-04-30T08:46:22.553Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:46:22.553Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:46:22.553Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:46:22.553Z] ---> 1dd0bfac0648 [2021-04-30T08:46:22.553Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:46:22.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:46:22.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:46:22.553Z] ---> 1dd0bfac0648 [2021-04-30T08:46:22.553Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:46:22.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:46:22.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:46:22.553Z] ---> 1dd0bfac0648 [2021-04-30T08:46:22.553Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:46:22.553Z] ---> Running in 026b75d0fe1e [2021-04-30T08:46:22.553Z] ---> Running in 89a10d662650 [2021-04-30T08:46:22.553Z] ---> Running in 432e95f84386 [2021-04-30T08:46:22.553Z] ---> Running in b9872331bb25 [2021-04-30T08:46:22.553Z] ---> Running in 5d71d06d6303 [2021-04-30T08:46:22.553Z] Removing intermediate container 432e95f84386 [2021-04-30T08:46:22.553Z] ---> 78430ad86f14 [2021-04-30T08:46:22.553Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:46:22.553Z] ---> Running in 83eb100e0847 [2021-04-30T08:46:22.553Z] Removing intermediate container b9872331bb25 [2021-04-30T08:46:22.553Z] ---> 45836a67c6a6 [2021-04-30T08:46:22.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:46:22.553Z] Removing intermediate container 026b75d0fe1e [2021-04-30T08:46:22.553Z] ---> 13e00fb574ec [2021-04-30T08:46:22.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:46:22.553Z] Removing intermediate container 89a10d662650 [2021-04-30T08:46:22.553Z] ---> d4c77b8ee9c8 [2021-04-30T08:46:22.553Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:46:22.553Z] Removing intermediate container 5d71d06d6303 [2021-04-30T08:46:22.553Z] ---> 67544f372a5e [2021-04-30T08:46:22.553Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:46:22.553Z] ---> Running in 7457a31be036 [2021-04-30T08:46:22.553Z] ---> Running in 4701712eb37b [2021-04-30T08:46:22.553Z] ---> Running in 5c4847497c48 [2021-04-30T08:46:22.553Z] ---> Running in 2419f7a85ec5 [2021-04-30T08:46:22.553Z] Removing intermediate container 83eb100e0847 [2021-04-30T08:46:22.553Z] ---> d6e92cb53c7d [2021-04-30T08:46:22.553Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-30T08:46:22.553Z] ---> Running in e3f0038fb8c4 [2021-04-30T08:46:22.553Z] Removing intermediate container 7457a31be036 [2021-04-30T08:46:22.553Z] ---> 03758669c626 [2021-04-30T08:46:22.553Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-30T08:46:22.553Z] ---> Running in 7ae1b80b8bc6 [2021-04-30T08:46:22.553Z] Removing intermediate container 5c4847497c48 [2021-04-30T08:46:22.553Z] ---> 07de0eaa423b [2021-04-30T08:46:22.553Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-30T08:46:22.553Z] Removing intermediate container 2419f7a85ec5 [2021-04-30T08:46:22.553Z] ---> 25df85d0ffcd [2021-04-30T08:46:22.553Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:46:22.553Z] ---> Running in 18064ab89cb2 [2021-04-30T08:46:22.553Z] Removing intermediate container 4701712eb37b [2021-04-30T08:46:22.553Z] ---> fb8e601713c2 [2021-04-30T08:46:22.553Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-30T08:46:22.553Z] ---> Running in 48ee8fec0eb2 [2021-04-30T08:46:22.553Z] ---> Running in 0b04a4093bab [2021-04-30T08:46:22.553Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:22.553Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:23.075Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-30T08:46:23.160Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:23.160Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:23.160Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:23.434Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:23.434Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:23.645Z] Pulling config-common [2021-04-30T08:46:23.645Z] + snapcraftctl pull [2021-04-30T08:46:24.031Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:24.031Z] OK: 218 MiB in 52 packages [2021-04-30T08:46:24.312Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:24.312Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:24.923Z] OK: 218 MiB in 52 packages [2021-04-30T08:46:25.208Z] OK: 218 MiB in 52 packages [2021-04-30T08:46:25.489Z] OK: 218 MiB in 52 packages [2021-04-30T08:46:25.772Z] OK: 218 MiB in 52 packages [2021-04-30T08:46:26.050Z] Removing intermediate container e3f0038fb8c4 [2021-04-30T08:46:26.051Z] ---> 09930285359e [2021-04-30T08:46:26.051Z] Step 6/23 : COPY go.mod . [2021-04-30T08:46:26.654Z] Removing intermediate container 7ae1b80b8bc6 [2021-04-30T08:46:26.654Z] ---> 2ba62656f0bd [2021-04-30T08:46:26.654Z] Step 6/22 : COPY go.mod . [2021-04-30T08:46:27.256Z] Removing intermediate container 18064ab89cb2 [2021-04-30T08:46:27.256Z] ---> 0bc133817147 [2021-04-30T08:46:27.256Z] Step 6/23 : COPY go.mod . [2021-04-30T08:46:27.256Z] ---> 15d8f81baacb [2021-04-30T08:46:27.256Z] Step 7/23 : RUN go mod download [2021-04-30T08:46:27.532Z] Removing intermediate container 0b04a4093bab [2021-04-30T08:46:27.532Z] ---> 768df9dde831 [2021-04-30T08:46:27.532Z] Step 6/22 : COPY go.mod . [2021-04-30T08:46:27.532Z] ---> Running in efdc8b35d1ed [2021-04-30T08:46:27.532Z] ---> 4002b5eab418 [2021-04-30T08:46:27.532Z] Step 7/22 : RUN go mod download [2021-04-30T08:46:27.532Z] Removing intermediate container 48ee8fec0eb2 [2021-04-30T08:46:27.532Z] ---> f0f90a5356b0 [2021-04-30T08:46:27.532Z] Step 6/23 : COPY go.mod . [2021-04-30T08:46:27.805Z] ---> Running in 9892c8c6687c [2021-04-30T08:46:28.400Z] ---> 2daeb89eb9df [2021-04-30T08:46:28.400Z] Step 7/23 : RUN go mod download [2021-04-30T08:46:28.673Z] ---> Running in a6d695627b88 [2021-04-30T08:46:28.673Z] ---> fe115003d5a0 [2021-04-30T08:46:28.673Z] Step 7/22 : RUN go mod download [2021-04-30T08:46:28.927Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:46:28.927Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:46:28.927Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:46:28.927Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:46:28.927Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-30T08:46:28.927Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:46:28.927Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-30T08:46:28.927Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:46:28.927Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-30T08:46:28.927Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:46:28.927Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-30T08:46:28.927Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:46:28.927Z] Pulling edgex-go [2021-04-30T08:46:28.927Z] + snapcraftctl pull [2021-04-30T08:46:28.947Z] ---> 5f75350545cc [2021-04-30T08:46:28.947Z] Step 7/23 : RUN go mod download [2021-04-30T08:46:29.226Z] ---> Running in 55a428637439 [2021-04-30T08:46:29.226Z] ---> Running in 2300ad18e0f2 [2021-04-30T08:46:31.856Z] Removing intermediate container efdc8b35d1ed [2021-04-30T08:46:31.856Z] ---> 538e54539b58 [2021-04-30T08:46:31.856Z] Step 8/23 : COPY . . [2021-04-30T08:46:32.134Z] Removing intermediate container 9892c8c6687c [2021-04-30T08:46:32.134Z] ---> c949f511eb1f [2021-04-30T08:46:32.134Z] Step 8/22 : COPY . . [2021-04-30T08:46:33.122Z] Removing intermediate container a6d695627b88 [2021-04-30T08:46:33.123Z] ---> fd7b18dab938 [2021-04-30T08:46:33.123Z] Step 8/23 : COPY . . [2021-04-30T08:46:33.726Z] Removing intermediate container 55a428637439 [2021-04-30T08:46:33.726Z] ---> 823382495eae [2021-04-30T08:46:33.726Z] Step 8/22 : COPY . . [2021-04-30T08:46:34.727Z] Removing intermediate container 2300ad18e0f2 [2021-04-30T08:46:34.727Z] ---> 6d59feaf0620 [2021-04-30T08:46:34.727Z] Step 8/23 : COPY . . [2021-04-30T08:46:50.898Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:46:50.898Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:46:50.898Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:46:50.898Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-30T08:46:50.898Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-30T08:46:50.898Z] Fetched 279 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-30T08:46:50.898Z] Fetched 122 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-30T08:46:50.898Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-30T08:46:50.898Z] Fetched 8848 B in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-30T08:46:50.898Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-30T08:46:50.898Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-30T08:46:50.898Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-30T08:46:50.898Z] Fetched 219 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-30T08:46:50.898Z] Fetched 154 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-30T08:46:50.898Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-30T08:46:50.898Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-30T08:46:50.898Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-30T08:46:50.898Z] Fetched 499 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-30T08:46:50.898Z] Fetched 111 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-30T08:46:50.898Z] Fetched 240 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-30T08:46:50.898Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-30T08:46:50.898Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-30T08:46:50.898Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-30T08:46:50.898Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-30T08:46:50.898Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-30T08:46:50.898Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-30T08:46:50.898Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-30T08:46:50.898Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-30T08:46:50.898Z] Fetched 8720 B in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-30T08:46:50.898Z] Fetched 137 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-30T08:46:50.898Z] Fetched 119 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-30T08:46:50.898Z] Fetched 110 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-30T08:46:50.898Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-30T08:46:50.898Z] Fetched 645 kB in 0s (0 B/s) [2021-04-30T08:46:50.898Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-30T08:46:50.899Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-30T08:46:50.899Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-30T08:46:50.899Z] Fetched 368 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-30T08:46:50.899Z] Fetched 187 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-30T08:46:50.899Z] Fetched 175 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-30T08:46:50.899Z] Fetched 206 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-30T08:46:50.899Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-30T08:46:50.899Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-30T08:46:50.899Z] Fetched 159 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-30T08:46:50.899Z] Fetched 107 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-30T08:46:50.899Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-30T08:46:50.899Z] Pulling static-packages [2021-04-30T08:46:50.899Z] + snapcraftctl pull [2021-04-30T08:46:50.899Z] Pulling version [2021-04-30T08:46:50.899Z] + cd /root/project [2021-04-30T08:46:50.899Z] + [ -f VERSION ] [2021-04-30T08:46:50.899Z] + PROJECT_VERSION=local-dev [2021-04-30T08:46:50.899Z] + git rev-parse --short HEAD [2021-04-30T08:46:50.899Z] + GIT_REVISION=282dad36 [2021-04-30T08:46:50.899Z] + snapcraftctl set-version local-dev [2021-04-30T08:46:51.468Z] Skipping build go-build-helper (already ran) [2021-04-30T08:46:51.468Z] Building app-service-config [2021-04-30T08:46:51.468Z] + make build [2021-04-30T08:46:51.468Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-30T08:46:53.379Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-04-30T08:46:53.379Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-04-30T08:46:53.379Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-04-30T08:46:53.639Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-30T08:46:53.900Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-30T08:46:53.900Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-30T08:46:54.159Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-30T08:46:54.159Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-30T08:46:54.159Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-30T08:46:54.159Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-30T08:46:54.159Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-30T08:46:54.159Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-30T08:46:54.159Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-30T08:46:54.728Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-30T08:46:54.728Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-30T08:46:54.728Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-30T08:46:54.988Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-30T08:46:54.988Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-30T08:46:54.988Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-30T08:46:54.988Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-30T08:46:54.988Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-30T08:46:54.988Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-30T08:46:54.988Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-30T08:46:54.988Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-30T08:46:54.988Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-30T08:46:54.988Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-30T08:46:54.988Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-30T08:46:54.988Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-30T08:46:55.284Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-30T08:46:55.284Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-30T08:46:55.284Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-30T08:46:55.284Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-30T08:46:55.284Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-30T08:46:55.284Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-30T08:46:55.284Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-30T08:46:55.284Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-30T08:46:55.284Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-30T08:46:55.284Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-30T08:46:55.284Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-30T08:46:55.284Z] go: downloading golang.org/x/text v0.3.2 [2021-04-30T08:46:55.284Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-30T08:46:55.284Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-30T08:46:55.578Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-30T08:46:55.578Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-30T08:46:55.866Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-30T08:47:01.568Z] ---> e05a2c2682c6 [2021-04-30T08:47:01.568Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-30T08:47:01.568Z] ---> d175aa890b87 [2021-04-30T08:47:01.568Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-30T08:47:01.568Z] ---> Running in 8827d3252cca [2021-04-30T08:47:01.568Z] ---> Running in 0135c5c412ce [2021-04-30T08:47:01.568Z] ---> 5ca5dcce2f78 [2021-04-30T08:47:01.568Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-30T08:47:01.568Z] ---> 1c8e95ac4f19 [2021-04-30T08:47:01.568Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-30T08:47:01.568Z] ---> 7127f2b48720 [2021-04-30T08:47:01.568Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-30T08:47:01.568Z] ---> Running in f7e7d17ad936 [2021-04-30T08:47:01.568Z] ---> Running in 5849006643c7 [2021-04-30T08:47:01.568Z] ---> Running in a57124c2c33b [2021-04-30T08:47:01.845Z] 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-30T08:47:02.122Z] 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-30T08:47:02.400Z] 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-30T08:47:02.677Z] 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-30T08:47:02.677Z] 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-30T08:47:08.123Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-30T08:47:08.123Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-30T08:47:08.123Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-30T08:47:08.123Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-30T08:47:08.697Z] Building config-common [2021-04-30T08:47:08.697Z] + snapcraftctl build [2021-04-30T08:47:11.247Z] Building edgex-go [2021-04-30T08:47:12.194Z] + cd /root/parts/edgex-go/src [2021-04-30T08:47:12.194Z] + make build [2021-04-30T08:47:12.194Z] 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-30T08:47:12.457Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-04-30T08:47:12.457Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-30T08:47:12.457Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-30T08:47:12.718Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-30T08:47:12.718Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-30T08:47:16.943Z] 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-30T08:47:16.943Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-30T08:47:23.539Z] 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-30T08:47:24.482Z] 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-30T08:47:26.397Z] 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-30T08:47:26.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-30T08:47:26.919Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-30T08:47:26.919Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-30T08:47:26.919Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-30T08:47:26.919Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-30T08:47:28.835Z] 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-30T08:47:28.835Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-30T08:47:28.835Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-30T08:47:30.759Z] 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-30T08:47:32.184Z] 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-30T08:47:33.212Z] 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-30T08:47:34.601Z] 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-30T08:47:34.601Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-30T08:47:35.995Z] 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-30T08:47:36.258Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-30T08:47:38.813Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-30T08:47:38.813Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-30T08:47:38.813Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-30T08:47:38.813Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-30T08:47:38.813Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-30T08:47:38.813Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-30T08:47:38.813Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-30T08:47:38.813Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-30T08:47:38.813Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-30T08:47:38.813Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-30T08:47:38.813Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-30T08:47:38.814Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-30T08:47:38.814Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-30T08:47:38.814Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-30T08:47:38.814Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-30T08:47:38.814Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-30T08:47:38.814Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-30T08:47:38.814Z] + 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-30T08:47:38.814Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-30T08:47:38.814Z] + 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-30T08:47:38.814Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-30T08:47:38.814Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-30T08:47:38.814Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-30T08:47:38.814Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2021-04-30T08:47:38.814Z] install: cannot stat './cmd/security-secretstore-setup/res/kong-admin-config.template.yml': No such file or directory [2021-04-30T08:47:38.814Z] Failed to run 'override-build': Exit code was 1. [2021-04-30T08:47:38.814Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-30T08:47:40.943Z] Failed in branch amd64 [2021-04-30T08:49:24.632Z] Removing intermediate container 0135c5c412ce [2021-04-30T08:49:24.632Z] ---> 1536057c83ba [2021-04-30T08:49:24.632Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-30T08:49:24.632Z] ---> Running in 1c71762268e2 [2021-04-30T08:49:25.617Z] 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-30T08:49:33.962Z] Removing intermediate container 5849006643c7 [2021-04-30T08:49:33.962Z] ---> 295182f8d018 [2021-04-30T08:49:33.962Z] [2021-04-30T08:49:33.962Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:49:33.962Z] 3.12: Pulling from library/alpine [2021-04-30T08:49:33.962Z] Removing intermediate container 1c71762268e2 [2021-04-30T08:49:33.962Z] ---> acf9e3688349 [2021-04-30T08:49:33.962Z] [2021-04-30T08:49:33.962Z] Step 11/23 : FROM docker:20.10.0 [2021-04-30T08:49:33.962Z] 20.10.0: Pulling from library/docker [2021-04-30T08:49:34.962Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:49:34.962Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T08:49:34.962Z] ---> 9852663dfa18 [2021-04-30T08:49:34.962Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:49:36.427Z] ---> Running in 99f9fa11f2c5 [2021-04-30T08:49:39.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:39.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:39.634Z] Removing intermediate container 8827d3252cca [2021-04-30T08:49:39.634Z] ---> 189397ca7a1c [2021-04-30T08:49:39.634Z] [2021-04-30T08:49:39.634Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:49:39.634Z] ---> 9852663dfa18 [2021-04-30T08:49:39.634Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:49:39.920Z] Removing intermediate container f7e7d17ad936 [2021-04-30T08:49:39.920Z] ---> 0d158c793f17 [2021-04-30T08:49:39.920Z] [2021-04-30T08:49:39.920Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:49:39.920Z] ---> 9852663dfa18 [2021-04-30T08:49:39.920Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-30T08:49:40.203Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:49:40.203Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:49:40.203Z] OK: 5 MiB in 15 packages [2021-04-30T08:49:40.203Z] ---> Running in d31bc2b2583e [2021-04-30T08:49:40.480Z] ---> Running in 803916a8c578 [2021-04-30T08:49:43.141Z] Removing intermediate container 99f9fa11f2c5 [2021-04-30T08:49:43.141Z] ---> 5780dc217f4d [2021-04-30T08:49:43.141Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:49:43.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:43.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:43.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:43.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:43.420Z] ---> Running in d51a5e4971ea [2021-04-30T08:49:44.418Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-30T08:49:44.418Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:49:44.418Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:49:44.418Z] OK: 5 MiB in 15 packages [2021-04-30T08:49:44.418Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:49:44.418Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:49:44.418Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:49:44.418Z] Removing intermediate container d51a5e4971ea [2021-04-30T08:49:44.418Z] ---> 2f03bc6644aa [2021-04-30T08:49:44.418Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-30T08:49:44.696Z] OK: 6 MiB in 16 packages [2021-04-30T08:49:45.295Z] ---> Running in 1af25a3e1c62 [2021-04-30T08:49:45.898Z] Removing intermediate container 1af25a3e1c62 [2021-04-30T08:49:45.898Z] ---> 384def00cbeb [2021-04-30T08:49:45.898Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:49:46.497Z] ---> Running in ebf225930d95 [2021-04-30T08:49:46.773Z] Removing intermediate container d31bc2b2583e [2021-04-30T08:49:46.773Z] ---> 0f6549bc91f8 [2021-04-30T08:49:46.773Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:49:47.780Z] ---> Running in 808a2ec0ed64 [2021-04-30T08:49:47.780Z] Removing intermediate container ebf225930d95 [2021-04-30T08:49:47.780Z] ---> 32b413e52797 [2021-04-30T08:49:47.780Z] Step 15/23 : WORKDIR / [2021-04-30T08:49:48.761Z] Removing intermediate container 803916a8c578 [2021-04-30T08:49:48.761Z] ---> 7345efeef579 [2021-04-30T08:49:48.761Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:49:49.034Z] ---> Running in 88e3c41e992f [2021-04-30T08:49:49.326Z] ---> Running in f8e69c7f49c4 [2021-04-30T08:49:49.603Z] Removing intermediate container 808a2ec0ed64 [2021-04-30T08:49:49.603Z] ---> 56e991083ac1 [2021-04-30T08:49:49.603Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-30T08:49:50.198Z] ---> Running in bae6f2e8b32d [2021-04-30T08:49:50.198Z] Removing intermediate container 88e3c41e992f [2021-04-30T08:49:50.198Z] ---> cb03574220a4 [2021-04-30T08:49:50.198Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:49:50.470Z] Removing intermediate container a57124c2c33b [2021-04-30T08:49:50.470Z] ---> f67b4d65f021 [2021-04-30T08:49:50.470Z] [2021-04-30T08:49:50.470Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:49:50.470Z] ---> 9852663dfa18 [2021-04-30T08:49:50.470Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-30T08:49:50.470Z] Removing intermediate container f8e69c7f49c4 [2021-04-30T08:49:50.470Z] ---> 90619c00d494 [2021-04-30T08:49:50.470Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-30T08:49:51.072Z] ---> Running in d5ee423aa7b9 [2021-04-30T08:49:51.072Z] ---> Running in 4d8caf087791 [2021-04-30T08:49:51.072Z] Removing intermediate container bae6f2e8b32d [2021-04-30T08:49:51.072Z] ---> 4af74c161d25 [2021-04-30T08:49:51.072Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:49:51.072Z] ---> Running in efa0a481a2b8 [2021-04-30T08:49:51.347Z] ---> 21cf39067eb5 [2021-04-30T08:49:51.347Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-30T08:49:51.618Z] Removing intermediate container 4d8caf087791 [2021-04-30T08:49:51.618Z] ---> 408c15a47705 [2021-04-30T08:49:51.618Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-30T08:49:51.907Z] Removing intermediate container d5ee423aa7b9 [2021-04-30T08:49:51.907Z] ---> cf694ec15244 [2021-04-30T08:49:51.907Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:49:52.213Z] ---> Running in 5167cb021d22 [2021-04-30T08:49:52.213Z] Removing intermediate container efa0a481a2b8 [2021-04-30T08:49:52.213Z] ---> 844098e3f8d0 [2021-04-30T08:49:52.213Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:49:52.213Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-30T08:49:52.504Z] ---> Running in 9a1a6869943c [2021-04-30T08:49:52.504Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-30T08:49:52.504Z] ---> eeaf43b92773 [2021-04-30T08:49:52.504Z] 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-30T08:49:52.787Z] ---> Running in 117f2fcf7783 [2021-04-30T08:49:53.428Z] Removing intermediate container 5167cb021d22 [2021-04-30T08:49:53.428Z] ---> 41caeba4c328 [2021-04-30T08:49:53.428Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-30T08:49:53.428Z] ---> d3b462532be9 [2021-04-30T08:49:53.428Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-30T08:49:53.720Z] Removing intermediate container 9a1a6869943c [2021-04-30T08:49:53.720Z] ---> 1ea6b726ad5d [2021-04-30T08:49:53.720Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:49:53.720Z] ---> Running in 73024c359102 [2021-04-30T08:49:54.016Z] ---> 7d09080b06cc [2021-04-30T08:49:54.016Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-30T08:49:54.016Z] Removing intermediate container 117f2fcf7783 [2021-04-30T08:49:54.016Z] ---> efb0c321dda1 [2021-04-30T08:49:54.016Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-30T08:49:54.302Z] ---> Running in 9db1e1fbc774 [2021-04-30T08:49:54.575Z] ---> 73cf60c97687 [2021-04-30T08:49:54.576Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-30T08:49:54.576Z] Removing intermediate container 73024c359102 [2021-04-30T08:49:54.576Z] ---> ab7f2c708f14 [2021-04-30T08:49:54.576Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:55.177Z] ---> Running in e0081d6466c7 [2021-04-30T08:49:55.177Z] ---> Running in d03c5e5e9184 [2021-04-30T08:49:55.177Z] ---> b37d540ba833 [2021-04-30T08:49:55.177Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-30T08:49:56.183Z] ---> 38b575528a72 [2021-04-30T08:49:56.183Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-30T08:49:56.183Z] Removing intermediate container d03c5e5e9184 [2021-04-30T08:49:56.183Z] ---> 1e08e805322f [2021-04-30T08:49:56.183Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:49:56.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:56.455Z] ---> Running in 4b6488e49c00 [2021-04-30T08:49:56.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:57.353Z] ---> 581fc06d8cfb [2021-04-30T08:49:57.353Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-30T08:49:57.642Z] (1/39) Installing readline (8.0.4-r0) [2021-04-30T08:49:57.642Z] (2/39) Installing bash (5.0.17-r0) [2021-04-30T08:49:57.642Z] Removing intermediate container 4b6488e49c00 [2021-04-30T08:49:57.642Z] ---> 4b52a96a53f9 [2021-04-30T08:49:57.642Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:49:57.642Z] Executing bash-5.0.17-r0.post-install [2021-04-30T08:49:57.642Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:49:57.642Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-30T08:49:57.642Z] (5/39) Installing curl (7.76.1-r0) [2021-04-30T08:49:57.642Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-30T08:49:57.642Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-30T08:49:57.642Z] (8/39) Installing expat (2.2.9-r1) [2021-04-30T08:49:57.642Z] (9/39) Installing libffi (3.3-r2) [2021-04-30T08:49:57.642Z] (10/39) Installing gdbm (1.13-r1) [2021-04-30T08:49:57.642Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-30T08:49:57.642Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-30T08:49:57.642Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-30T08:49:57.642Z] ---> 083c86c390b6 [2021-04-30T08:49:57.642Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-30T08:49:57.916Z] ---> Running in d86b4fcb32c1 [2021-04-30T08:49:58.197Z] ---> Running in d918d904183a [2021-04-30T08:49:58.796Z] Removing intermediate container e0081d6466c7 [2021-04-30T08:49:58.796Z] ---> 43559658586b [2021-04-30T08:49:58.796Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T08:49:58.796Z] ---> 4771287a62eb [2021-04-30T08:49:58.796Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-30T08:49:59.073Z] ---> Running in 26732ecb5758 [2021-04-30T08:49:59.073Z] ---> Running in 57e63fe32729 [2021-04-30T08:49:59.073Z] Removing intermediate container d86b4fcb32c1 [2021-04-30T08:49:59.073Z] ---> 8287965ad65f [2021-04-30T08:49:59.073Z] Step 22/23 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:49:59.073Z] Removing intermediate container d918d904183a [2021-04-30T08:49:59.073Z] ---> 5d92a865b776 [2021-04-30T08:49:59.073Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:49:59.669Z] ---> Running in d55b5e61542c [2021-04-30T08:49:59.669Z] ---> Running in c61df8934a3d [2021-04-30T08:49:59.945Z] Removing intermediate container 26732ecb5758 [2021-04-30T08:49:59.945Z] ---> 22d6d2299742 [2021-04-30T08:49:59.945Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:49:59.945Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-30T08:49:59.945Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-30T08:49:59.945Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-30T08:49:59.945Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-30T08:49:59.945Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-30T08:49:59.945Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-30T08:50:00.217Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-30T08:50:00.217Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-30T08:50:00.217Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-30T08:50:00.217Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-30T08:50:00.217Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-30T08:50:00.494Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-30T08:50:00.494Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-30T08:50:00.494Z] ---> Running in 4077c4dfaaf9 [2021-04-30T08:50:00.494Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-30T08:50:00.494Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-30T08:50:00.494Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-30T08:50:00.494Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-30T08:50:00.494Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-30T08:50:00.494Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-30T08:50:00.494Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-30T08:50:00.494Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-30T08:50:00.494Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-30T08:50:00.494Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-30T08:50:00.494Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-30T08:50:00.494Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-30T08:50:00.769Z] Removing intermediate container c61df8934a3d [2021-04-30T08:50:00.769Z] ---> 1d87d03213b7 [2021-04-30T08:50:00.769Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:50:00.769Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-30T08:50:00.769Z] Removing intermediate container d55b5e61542c [2021-04-30T08:50:00.769Z] ---> 576703602de8 [2021-04-30T08:50:00.769Z] Step 20/22 : LABEL arch=arm64 [2021-04-30T08:50:00.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:50:00.769Z] Executing busybox-1.31.1-r19.trigger [2021-04-30T08:50:00.769Z] OK: 72 MiB in 59 packages [2021-04-30T08:50:01.044Z] ---> Running in ab2e62ed6001 [2021-04-30T08:50:01.044Z] ---> Running in 37893fe6fa4e [2021-04-30T08:50:01.322Z] Removing intermediate container 4077c4dfaaf9 [2021-04-30T08:50:01.323Z] ---> 0e6f34febf20 [2021-04-30T08:50:01.323Z] Step 20/22 : LABEL arch=arm64 [2021-04-30T08:50:01.602Z] ---> Running in 80298b98372f [2021-04-30T08:50:01.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:50:01.881Z] Removing intermediate container ab2e62ed6001 [2021-04-30T08:50:01.881Z] ---> c316b38950a0 [2021-04-30T08:50:01.881Z] Step 21/22 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:50:01.881Z] Removing intermediate container 37893fe6fa4e [2021-04-30T08:50:01.881Z] ---> eeba859c3dbf [2021-04-30T08:50:01.881Z] [2021-04-30T08:50:02.163Z] ---> Running in f502b062ed43 [2021-04-30T08:50:02.163Z] Removing intermediate container 80298b98372f [2021-04-30T08:50:02.163Z] ---> 7bb4e9e7e158 [2021-04-30T08:50:02.163Z] Step 21/22 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:50:02.458Z] Successfully built eeba859c3dbf [2021-04-30T08:50:02.458Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-30T08:50:02.458Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-04-30T08:50:02.458Z] ---> Running in c7e6440ee7b5 [2021-04-30T08:50:02.732Z] Removing intermediate container f502b062ed43 [2021-04-30T08:50:02.732Z] ---> 5baf61501ef2 [2021-04-30T08:50:02.732Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:50:02.732Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:50:02.732Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T08:50:03.004Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T08:50:03.004Z] ---> Running in e81d3b91ec89 [2021-04-30T08:50:03.004Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T08:50:03.004Z] Removing intermediate container c7e6440ee7b5 [2021-04-30T08:50:03.004Z] ---> 7b4c2f48c1d7 [2021-04-30T08:50:03.004Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:50:03.276Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T08:50:03.276Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T08:50:03.277Z] ---> Running in ecf15afabd6b [2021-04-30T08:50:03.549Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:50:03.549Z] OK: 8 MiB in 20 packages [2021-04-30T08:50:03.549Z] Removing intermediate container e81d3b91ec89 [2021-04-30T08:50:03.549Z] ---> c74f6bbc7dde [2021-04-30T08:50:03.549Z] [2021-04-30T08:50:04.174Z] Successfully built c74f6bbc7dde [2021-04-30T08:50:04.174Z] Removing intermediate container ecf15afabd6b [2021-04-30T08:50:04.174Z] ---> 60e5814014ad [2021-04-30T08:50:04.174Z] [2021-04-30T08:50:04.174Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-30T08:50:04.174Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-04-30T08:50:04.776Z] Successfully built 60e5814014ad [2021-04-30T08:50:05.049Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-30T08:50:05.049Z] Building docker-security-secretstore-setup-go [2021-04-30T08:50:05.646Z]  Building docker-support-notifications-go ... done Removing intermediate container 57e63fe32729 [2021-04-30T08:50:05.646Z] ---> 12d6f5106986 [2021-04-30T08:50:05.646Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:50:06.629Z] Collecting docker-compose==1.23.2 [2021-04-30T08:50:06.629Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-30T08:50:08.062Z] ---> f44186a45c4f [2021-04-30T08:50:08.062Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-30T08:50:08.338Z] Collecting texttable<0.10,>=0.9.0 [2021-04-30T08:50:08.338Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-30T08:50:11.738Z] ---> 38d8b42be349 [2021-04-30T08:50:11.738Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-30T08:50:12.016Z] Collecting docker<4.0,>=3.6.0 [2021-04-30T08:50:12.016Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-30T08:50:13.025Z] ---> 0bb73ff4c575 [2021-04-30T08:50:13.025Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-30T08:50:13.628Z] ---> Running in 87602f8b0f24 [2021-04-30T08:50:14.239Z] Removing intermediate container 87602f8b0f24 [2021-04-30T08:50:14.239Z] ---> a85974eed3c0 [2021-04-30T08:50:14.239Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:50:14.513Z] ---> Running in c521a3f1bf80 [2021-04-30T08:50:14.784Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-30T08:50:14.784Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-30T08:50:15.067Z] Removing intermediate container c521a3f1bf80 [2021-04-30T08:50:15.067Z] ---> 65226fea61d6 [2021-04-30T08:50:15.067Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:50:15.336Z] 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-30T08:50:15.336Z] ---> Running in bb085b11656c [2021-04-30T08:50:15.616Z] Collecting cached-property<2,>=1.2.0 [2021-04-30T08:50:15.616Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-30T08:50:16.587Z] Removing intermediate container bb085b11656c [2021-04-30T08:50:16.587Z] ---> 0cd9eb91e7be [2021-04-30T08:50:16.587Z] Step 22/23 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:50:16.587Z] Collecting jsonschema<3,>=2.5.1 [2021-04-30T08:50:16.861Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-30T08:50:17.456Z] ---> Running in 49f06c18263c [2021-04-30T08:50:18.054Z] Removing intermediate container 49f06c18263c [2021-04-30T08:50:18.054Z] ---> 06daee8880e6 [2021-04-30T08:50:18.054Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:50:18.326Z] Collecting PyYAML<4,>=3.10 [2021-04-30T08:50:18.326Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-30T08:50:18.604Z] ---> Running in b7ef93406598 [2021-04-30T08:50:19.201Z] Removing intermediate container b7ef93406598 [2021-04-30T08:50:19.201Z] ---> 61f1ce359c96 [2021-04-30T08:50:19.201Z] [2021-04-30T08:50:19.472Z] Successfully built 61f1ce359c96 [2021-04-30T08:50:19.743Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-30T08:50:19.743Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-04-30T08:50:22.345Z] Collecting docopt<0.7,>=0.6.1 [2021-04-30T08:50:22.345Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-30T08:50:25.724Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-30T08:50:25.724Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-30T08:50:25.724Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-30T08:50:25.724Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-30T08:50:29.132Z] Collecting docker-pycreds>=0.4.0 [2021-04-30T08:50:29.132Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-30T08:50:29.132Z] 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-30T08:50:29.132Z] Collecting idna<2.8,>=2.5 [2021-04-30T08:50:29.132Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-30T08:50:30.120Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-30T08:50:30.397Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-30T08:50:30.673Z] 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-30T08:50:30.673Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-30T08:50:30.673Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-30T08:50:30.673Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-30T08:50:30.673Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-30T08:50:32.113Z] Installing collected packages: texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, PyYAML, docopt, dockerpty, docker-compose [2021-04-30T08:50:32.113Z] Running setup.py install for texttable: started [2021-04-30T08:50:34.737Z] Running setup.py install for texttable: finished with status 'done' [2021-04-30T08:50:35.012Z] Attempting uninstall: idna [2021-04-30T08:50:35.012Z] Found existing installation: idna 2.9 [2021-04-30T08:50:35.012Z] Uninstalling idna-2.9: [2021-04-30T08:50:35.012Z] Successfully uninstalled idna-2.9 [2021-04-30T08:50:35.995Z] Attempting uninstall: urllib3 [2021-04-30T08:50:35.995Z] Found existing installation: urllib3 1.25.9 [2021-04-30T08:50:35.995Z] Uninstalling urllib3-1.25.9: [2021-04-30T08:50:35.995Z] Successfully uninstalled urllib3-1.25.9 [2021-04-30T08:50:36.592Z] Attempting uninstall: requests [2021-04-30T08:50:36.592Z] Found existing installation: requests 2.23.0 [2021-04-30T08:50:36.592Z] Uninstalling requests-2.23.0: [2021-04-30T08:50:36.592Z] Successfully uninstalled requests-2.23.0 [2021-04-30T08:50:38.580Z] Running setup.py install for PyYAML: started [2021-04-30T08:50:41.239Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-30T08:50:41.239Z] Running setup.py install for docopt: started [2021-04-30T08:50:43.885Z] Running setup.py install for docopt: finished with status 'done' [2021-04-30T08:50:44.159Z] Running setup.py install for dockerpty: started [2021-04-30T08:50:46.780Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-30T08:50:47.765Z] 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-30T08:50:52.074Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:50:52.074Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:50:52.074Z] ---> 1dd0bfac0648 [2021-04-30T08:50:52.074Z] Step 3/31 : WORKDIR /edgex-go [2021-04-30T08:50:52.074Z] ---> Using cache [2021-04-30T08:50:52.074Z] ---> 67544f372a5e [2021-04-30T08:50:52.074Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:50:52.074Z] ---> Using cache [2021-04-30T08:50:52.074Z] ---> 25df85d0ffcd [2021-04-30T08:50:52.074Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-30T08:50:52.074Z] ---> Using cache [2021-04-30T08:50:52.074Z] ---> f0f90a5356b0 [2021-04-30T08:50:52.074Z] Step 6/31 : COPY go.mod . [2021-04-30T08:50:52.074Z] ---> Using cache [2021-04-30T08:50:52.074Z] ---> 5f75350545cc [2021-04-30T08:50:52.074Z] Step 7/31 : RUN go mod download [2021-04-30T08:50:52.074Z] ---> Using cache [2021-04-30T08:50:52.074Z] ---> 6d59feaf0620 [2021-04-30T08:50:52.074Z] Step 8/31 : COPY . . [2021-04-30T08:50:52.348Z] ---> Using cache [2021-04-30T08:50:52.348Z] ---> 7127f2b48720 [2021-04-30T08:50:52.348Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-30T08:50:53.781Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:50:53.781Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:50:53.781Z] ---> 1dd0bfac0648 [2021-04-30T08:50:53.781Z] Step 3/24 : WORKDIR /edgex-go [2021-04-30T08:50:53.781Z] ---> Using cache [2021-04-30T08:50:53.781Z] ---> 67544f372a5e [2021-04-30T08:50:53.781Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:50:53.781Z] ---> Using cache [2021-04-30T08:50:53.781Z] ---> 25df85d0ffcd [2021-04-30T08:50:53.781Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-30T08:50:53.781Z] ---> Using cache [2021-04-30T08:50:53.781Z] ---> f0f90a5356b0 [2021-04-30T08:50:53.781Z] Step 6/24 : COPY go.mod . [2021-04-30T08:50:53.781Z] ---> Using cache [2021-04-30T08:50:53.781Z] ---> 5f75350545cc [2021-04-30T08:50:53.781Z] Step 7/24 : RUN go mod download [2021-04-30T08:50:53.781Z] ---> Using cache [2021-04-30T08:50:53.781Z] ---> 6d59feaf0620 [2021-04-30T08:50:53.781Z] Step 8/24 : COPY . . [2021-04-30T08:50:53.781Z] ---> Using cache [2021-04-30T08:50:53.781Z] ---> 7127f2b48720 [2021-04-30T08:50:53.781Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-30T08:50:54.399Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:50:54.399Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:50:54.399Z] ---> 1dd0bfac0648 [2021-04-30T08:50:54.399Z] Step 3/21 : WORKDIR /edgex-go [2021-04-30T08:50:54.399Z] ---> Using cache [2021-04-30T08:50:54.399Z] ---> 67544f372a5e [2021-04-30T08:50:54.399Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:50:54.399Z] ---> Using cache [2021-04-30T08:50:54.399Z] ---> 25df85d0ffcd [2021-04-30T08:50:54.399Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-30T08:50:54.399Z] ---> Using cache [2021-04-30T08:50:54.399Z] ---> f0f90a5356b0 [2021-04-30T08:50:54.399Z] Step 6/21 : COPY go.mod . [2021-04-30T08:50:54.399Z] ---> Using cache [2021-04-30T08:50:54.399Z] ---> 5f75350545cc [2021-04-30T08:50:54.399Z] Step 7/21 : RUN go mod download [2021-04-30T08:50:54.399Z] ---> Using cache [2021-04-30T08:50:54.399Z] ---> 6d59feaf0620 [2021-04-30T08:50:54.399Z] Step 8/21 : COPY . . [2021-04-30T08:50:54.399Z] ---> Using cache [2021-04-30T08:50:54.399Z] ---> 7127f2b48720 [2021-04-30T08:50:54.399Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-30T08:50:58.801Z] ---> Running in 68132b05c6c0 [2021-04-30T08:50:58.801Z] ---> Running in e06a1fa559a3 [2021-04-30T08:50:58.801Z] ---> Running in 51fa6e70efb4 [2021-04-30T08:51:00.797Z] 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-30T08:51:00.797Z] 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-30T08:51:00.797Z] 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-30T08:51:01.074Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:51:01.074Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:51:01.074Z] ---> 1dd0bfac0648 [2021-04-30T08:51:01.074Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:51:01.074Z] ---> Using cache [2021-04-30T08:51:01.074Z] ---> 67544f372a5e [2021-04-30T08:51:01.074Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:51:01.074Z] ---> Using cache [2021-04-30T08:51:01.074Z] ---> 25df85d0ffcd [2021-04-30T08:51:01.074Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:51:01.074Z] ---> Using cache [2021-04-30T08:51:01.074Z] ---> f0f90a5356b0 [2021-04-30T08:51:01.074Z] Step 6/23 : COPY go.mod . [2021-04-30T08:51:01.074Z] ---> Using cache [2021-04-30T08:51:01.074Z] ---> 5f75350545cc [2021-04-30T08:51:01.074Z] Step 7/23 : RUN go mod download [2021-04-30T08:51:01.074Z] ---> Using cache [2021-04-30T08:51:01.074Z] ---> 6d59feaf0620 [2021-04-30T08:51:01.074Z] Step 8/23 : COPY . . [2021-04-30T08:51:01.674Z] ---> Using cache [2021-04-30T08:51:01.674Z] ---> 7127f2b48720 [2021-04-30T08:51:01.674Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-30T08:51:02.685Z] ---> Running in c65c3a483d17 [2021-04-30T08:51:05.335Z] 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-30T08:51:09.660Z] Removing intermediate container 9db1e1fbc774 [2021-04-30T08:51:09.660Z] ---> 0b09ef69a442 [2021-04-30T08:51:09.660Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-30T08:51:09.660Z] ---> Running in 22421da5aa0b [2021-04-30T08:51:10.266Z] Removing intermediate container 22421da5aa0b [2021-04-30T08:51:10.266Z] ---> 7d8356bbbbad [2021-04-30T08:51:10.266Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-30T08:51:10.542Z] ---> Running in e819ad828fd6 [2021-04-30T08:51:11.149Z] Removing intermediate container e819ad828fd6 [2021-04-30T08:51:11.149Z] ---> 997c57a8512a [2021-04-30T08:51:11.149Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-30T08:51:13.138Z] ---> c8dad7a2977c [2021-04-30T08:51:13.138Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-30T08:51:14.125Z] ---> 131d4172169f [2021-04-30T08:51:14.125Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-30T08:51:15.582Z] ---> 4921a06ea236 [2021-04-30T08:51:15.582Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-30T08:51:15.859Z] ---> Running in 99ecd76dfc2e [2021-04-30T08:51:16.476Z] Removing intermediate container 99ecd76dfc2e [2021-04-30T08:51:16.476Z] ---> 9e0f2673211d [2021-04-30T08:51:16.476Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:51:16.757Z] ---> Running in 5595b03ddf4f [2021-04-30T08:51:17.754Z] Removing intermediate container 5595b03ddf4f [2021-04-30T08:51:17.754Z] ---> 903cd5a67d1c [2021-04-30T08:51:17.754Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:51:17.754Z] ---> Running in eabde1a5d289 [2021-04-30T08:51:18.372Z] Removing intermediate container eabde1a5d289 [2021-04-30T08:51:18.372Z] ---> 0a0ed2d607c5 [2021-04-30T08:51:18.372Z] Step 22/23 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:51:18.653Z] ---> Running in 068ef5386adc [2021-04-30T08:51:19.260Z] Removing intermediate container 068ef5386adc [2021-04-30T08:51:19.260Z] ---> 295ee6e3318c [2021-04-30T08:51:19.260Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:51:19.541Z] ---> Running in 74d48f78c281 [2021-04-30T08:51:20.151Z] Removing intermediate container 74d48f78c281 [2021-04-30T08:51:20.151Z] ---> 9c091eaf7c95 [2021-04-30T08:51:20.151Z] [2021-04-30T08:51:20.759Z] Successfully built 9c091eaf7c95 [2021-04-30T08:51:20.759Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-30T08:52:42.637Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-30T08:52:42.637Z] 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-30T08:52:46.063Z] Removing intermediate container 68132b05c6c0 [2021-04-30T08:52:46.063Z] ---> a4871a362dbf [2021-04-30T08:52:46.063Z] [2021-04-30T08:52:46.063Z] Step 10/31 : FROM alpine:3.12 [2021-04-30T08:52:46.063Z] ---> 9852663dfa18 [2021-04-30T08:52:46.063Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-30T08:52:46.341Z] Removing intermediate container e06a1fa559a3 [2021-04-30T08:52:46.341Z] ---> ab3701932547 [2021-04-30T08:52:46.341Z] [2021-04-30T08:52:46.341Z] Step 10/24 : FROM alpine:3.12 [2021-04-30T08:52:46.341Z] ---> 9852663dfa18 [2021-04-30T08:52:46.341Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-30T08:52:46.621Z] ---> Running in 3e54992137ba [2021-04-30T08:52:46.621Z] ---> Running in e538ea88aebf [2021-04-30T08:52:47.228Z] Removing intermediate container 51fa6e70efb4 [2021-04-30T08:52:47.228Z] ---> 6e8510301b90 [2021-04-30T08:52:47.228Z] [2021-04-30T08:52:47.228Z] Step 10/21 : FROM alpine:3.12 [2021-04-30T08:52:47.228Z] ---> 9852663dfa18 [2021-04-30T08:52:47.228Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-30T08:52:47.515Z] Removing intermediate container 3e54992137ba [2021-04-30T08:52:47.515Z] ---> 617edbc224fa [2021-04-30T08:52:47.515Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-30T08:52:47.515Z] ---> Running in c91ce33f3b9a [2021-04-30T08:52:47.797Z] ---> Running in 5cb1f7c2e404 [2021-04-30T08:52:48.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:52:48.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:52:49.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:52:49.303Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-30T08:52:49.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:52:49.303Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:52:49.579Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-30T08:52:49.579Z] (4/6) Installing curl (7.76.1-r0) [2021-04-30T08:52:49.579Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:52:49.579Z] (6/6) Installing su-exec (0.2-r1) [2021-04-30T08:52:49.579Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:52:49.579Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:52:49.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:52:49.854Z] OK: 7 MiB in 20 packages [2021-04-30T08:52:49.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:52:50.129Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-30T08:52:50.129Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:52:50.129Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-30T08:52:50.129Z] (4/4) Installing curl (7.76.1-r0) [2021-04-30T08:52:50.129Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:52:50.437Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:52:50.437Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:52:50.437Z] (2/2) Installing su-exec (0.2-r1) [2021-04-30T08:52:50.437Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:52:50.437Z] OK: 5 MiB in 16 packages [2021-04-30T08:52:50.713Z] OK: 7 MiB in 18 packages [2021-04-30T08:52:52.168Z] Removing intermediate container e538ea88aebf [2021-04-30T08:52:52.168Z] ---> 4db024b6a2c3 [2021-04-30T08:52:52.168Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:52:52.168Z] ---> Running in 3b33b34bef2c [2021-04-30T08:52:52.447Z] Removing intermediate container 5cb1f7c2e404 [2021-04-30T08:52:52.447Z] ---> 59cb73ddae11 [2021-04-30T08:52:52.447Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-30T08:52:52.727Z] ---> Running in 842a760b0a8d [2021-04-30T08:52:52.727Z] Removing intermediate container 3b33b34bef2c [2021-04-30T08:52:52.727Z] ---> d5a0bf29942d [2021-04-30T08:52:52.727Z] Step 13/24 : WORKDIR / [2021-04-30T08:52:53.001Z] Removing intermediate container c91ce33f3b9a [2021-04-30T08:52:53.001Z] ---> 58d071867ffa [2021-04-30T08:52:53.001Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:52:53.001Z] ---> Running in 6aebbd0b9239 [2021-04-30T08:52:53.001Z] ---> Running in 66d367ac8c34 [2021-04-30T08:52:53.272Z] Removing intermediate container 842a760b0a8d [2021-04-30T08:52:53.272Z] ---> af9eaa6c47e8 [2021-04-30T08:52:53.272Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-30T08:52:53.543Z] ---> Running in 3b74e665c4c8 [2021-04-30T08:52:53.825Z] Removing intermediate container 66d367ac8c34 [2021-04-30T08:52:53.825Z] ---> 7ce3f4372d03 [2021-04-30T08:52:53.825Z] Step 13/21 : WORKDIR /edgex [2021-04-30T08:52:53.825Z] Removing intermediate container 6aebbd0b9239 [2021-04-30T08:52:53.825Z] ---> 5c67f82e7370 [2021-04-30T08:52:53.825Z] 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-30T08:52:54.415Z] ---> Running in f60a1e986477 [2021-04-30T08:52:54.415Z] Removing intermediate container 3b74e665c4c8 [2021-04-30T08:52:54.415Z] ---> 6af83b44ad72 [2021-04-30T08:52:54.415Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-30T08:52:54.685Z] ---> Running in 0e5290a1838c [2021-04-30T08:52:54.956Z] Removing intermediate container f60a1e986477 [2021-04-30T08:52:54.956Z] ---> 222404349453 [2021-04-30T08:52:54.956Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-30T08:52:54.956Z] ---> 0ca027931099 [2021-04-30T08:52:54.956Z] 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-30T08:52:56.387Z] ---> db0f8449c89c [2021-04-30T08:52:56.387Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-30T08:52:56.387Z] ---> 67516d183c99 [2021-04-30T08:52:56.387Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-30T08:52:57.818Z] ---> 0b7ddeea7a6e [2021-04-30T08:52:57.818Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-30T08:52:57.818Z] Removing intermediate container 0e5290a1838c [2021-04-30T08:52:57.818Z] ---> b4105d7d4d06 [2021-04-30T08:52:57.818Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-30T08:52:57.818Z] ---> 812829c97931 [2021-04-30T08:52:57.818Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-30T08:52:58.429Z] Removing intermediate container c65c3a483d17 [2021-04-30T08:52:58.429Z] ---> b2b7ca7ff7da [2021-04-30T08:52:58.429Z] [2021-04-30T08:52:58.429Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:52:58.429Z] ---> 9852663dfa18 [2021-04-30T08:52:58.429Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:52:58.429Z] ---> Using cache [2021-04-30T08:52:58.429Z] ---> 0f6549bc91f8 [2021-04-30T08:52:58.429Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:52:58.429Z] ---> Using cache [2021-04-30T08:52:58.429Z] ---> 56e991083ac1 [2021-04-30T08:52:58.429Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-30T08:52:58.429Z] ---> Running in 5e427d012639 [2021-04-30T08:52:58.429Z] ---> Running in eca6dcae1d93 [2021-04-30T08:52:59.020Z] ---> 2ed86961a348 [2021-04-30T08:52:59.020Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-30T08:52:59.020Z] Removing intermediate container 5e427d012639 [2021-04-30T08:52:59.020Z] ---> 6bf9516d4a75 [2021-04-30T08:52:59.020Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-30T08:52:59.292Z] Removing intermediate container eca6dcae1d93 [2021-04-30T08:52:59.292Z] ---> ab05625e1b08 [2021-04-30T08:52:59.292Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:52:59.292Z] ---> 775c6e1de314 [2021-04-30T08:52:59.292Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-30T08:52:59.564Z] ---> Running in a1cc72b04e49 [2021-04-30T08:52:59.564Z] ---> Running in 22a9bbf5483d [2021-04-30T08:53:00.158Z] ---> 49eba21a3fe7 [2021-04-30T08:53:00.158Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-30T08:53:00.158Z] Removing intermediate container a1cc72b04e49 [2021-04-30T08:53:00.158Z] ---> 9aa866ef8771 [2021-04-30T08:53:00.158Z] Step 18/21 : CMD ["--init=true"] [2021-04-30T08:53:00.431Z] ---> Running in 612c4735f4be [2021-04-30T08:53:00.431Z] Removing intermediate container 22a9bbf5483d [2021-04-30T08:53:00.431Z] ---> d830d2c343b2 [2021-04-30T08:53:00.431Z] Step 15/23 : WORKDIR / [2021-04-30T08:53:00.431Z] ---> a42cf88aedf4 [2021-04-30T08:53:00.431Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-30T08:53:00.707Z] ---> Running in e38d39dc9770 [2021-04-30T08:53:00.707Z] ---> Running in 62287355f80f [2021-04-30T08:53:01.308Z] Removing intermediate container e38d39dc9770 [2021-04-30T08:53:01.308Z] ---> 4e0c7811ca0a [2021-04-30T08:53:01.308Z] Step 19/21 : LABEL arch=arm64 [2021-04-30T08:53:01.580Z] Removing intermediate container 62287355f80f [2021-04-30T08:53:01.580Z] ---> 4d3353fc7d62 [2021-04-30T08:53:01.580Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:53:01.580Z] ---> Running in 6d5687b34e25 [2021-04-30T08:53:01.580Z] ---> 69361b589174 [2021-04-30T08:53:01.580Z] 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-30T08:53:01.853Z] ---> Running in 20f813c346cf [2021-04-30T08:53:02.126Z] Removing intermediate container 6d5687b34e25 [2021-04-30T08:53:02.126Z] ---> 7ba05430542b [2021-04-30T08:53:02.126Z] Step 20/21 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:53:02.403Z] ---> Running in 619e9b14da0a [2021-04-30T08:53:02.403Z] ---> bd79117cd208 [2021-04-30T08:53:02.403Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-30T08:53:03.008Z] Removing intermediate container 619e9b14da0a [2021-04-30T08:53:03.008Z] ---> 985f65b40f17 [2021-04-30T08:53:03.008Z] Step 21/21 : LABEL version=0.0.0 [2021-04-30T08:53:03.602Z] ---> Running in 7ebe31059f14 [2021-04-30T08:53:03.602Z] Removing intermediate container 612c4735f4be [2021-04-30T08:53:03.602Z] ---> 45ee67963b0a [2021-04-30T08:53:03.602Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:53:04.198Z] Removing intermediate container 7ebe31059f14 [2021-04-30T08:53:04.198Z] ---> 2c90c915613c [2021-04-30T08:53:04.198Z] [2021-04-30T08:53:04.472Z] ---> 40f4ff5a12b0 [2021-04-30T08:53:04.472Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-30T08:53:04.748Z] Successfully built 2c90c915613c [2021-04-30T08:53:04.748Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-30T08:53:04.748Z]  Building docker-security-proxy-setup-go ... done  ---> 8da43fdb0a9c [2021-04-30T08:53:04.748Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-30T08:53:05.024Z] Removing intermediate container 20f813c346cf [2021-04-30T08:53:05.024Z] ---> a498fb39dfca [2021-04-30T08:53:05.024Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-30T08:53:05.303Z] ---> 0abef1e986a0 [2021-04-30T08:53:05.303Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-30T08:53:05.577Z] ---> Running in 5913bf69d40c [2021-04-30T08:53:05.577Z] ---> Running in c5cf8196ea36 [2021-04-30T08:53:06.172Z] Removing intermediate container 5913bf69d40c [2021-04-30T08:53:06.172Z] ---> 9b3edaf07226 [2021-04-30T08:53:06.172Z] Step 22/24 : LABEL arch=arm64 [2021-04-30T08:53:06.172Z] ---> Running in b4a8992cb2b7 [2021-04-30T08:53:06.458Z] ---> 189a0a75dfb5 [2021-04-30T08:53:06.458Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-30T08:53:06.458Z] Removing intermediate container c5cf8196ea36 [2021-04-30T08:53:06.458Z] ---> e5a07a3dabe3 [2021-04-30T08:53:06.458Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:53:06.458Z] ---> Running in b5b331cf9bcd [2021-04-30T08:53:07.053Z] Removing intermediate container b4a8992cb2b7 [2021-04-30T08:53:07.053Z] ---> 0dc1c5c64641 [2021-04-30T08:53:07.053Z] Step 23/24 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:53:07.053Z] Removing intermediate container b5b331cf9bcd [2021-04-30T08:53:07.053Z] ---> 52361b9e34e1 [2021-04-30T08:53:07.053Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:53:07.053Z] ---> Running in ca137b61a581 [2021-04-30T08:53:07.324Z] ---> 4221166bfc24 [2021-04-30T08:53:07.324Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-30T08:53:07.324Z] ---> Running in 36362d5fe1fa [2021-04-30T08:53:07.594Z] Removing intermediate container ca137b61a581 [2021-04-30T08:53:07.594Z] ---> e3071ca9953d [2021-04-30T08:53:07.594Z] Step 24/24 : LABEL version=0.0.0 [2021-04-30T08:53:07.867Z] ---> Running in 2aabfc418820 [2021-04-30T08:53:07.867Z] Removing intermediate container 36362d5fe1fa [2021-04-30T08:53:07.867Z] ---> 12ca19dc2551 [2021-04-30T08:53:07.867Z] Step 22/23 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:53:07.867Z] ---> 3aa5b83f6301 [2021-04-30T08:53:07.867Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-30T08:53:08.139Z] ---> Running in 8ddd7cb57185 [2021-04-30T08:53:08.409Z] Removing intermediate container 2aabfc418820 [2021-04-30T08:53:08.409Z] ---> c4576fb15b80 [2021-04-30T08:53:08.409Z] [2021-04-30T08:53:08.683Z] Removing intermediate container 8ddd7cb57185 [2021-04-30T08:53:08.683Z] ---> 5e567b3d3643 [2021-04-30T08:53:08.683Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:53:08.683Z] Successfully built c4576fb15b80 [2021-04-30T08:53:08.683Z] ---> Running in 2d3cdd002177 [2021-04-30T08:53:08.683Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-30T08:53:08.683Z] ---> e6826590e5cd [2021-04-30T08:53:08.683Z]  Building docker-security-secretstore-setup-go ... done Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-30T08:53:09.308Z] ---> Running in 06da49dace07 [2021-04-30T08:53:09.308Z] Removing intermediate container 2d3cdd002177 [2021-04-30T08:53:09.308Z] ---> 7b0824c98dfc [2021-04-30T08:53:09.308Z] [2021-04-30T08:53:09.916Z] Successfully built 7b0824c98dfc [2021-04-30T08:53:09.916Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-30T08:53:09.916Z]  Building docker-core-metadata-go ... done Removing intermediate container 06da49dace07 [2021-04-30T08:53:09.916Z] ---> b2ed1da81816 [2021-04-30T08:53:09.916Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-30T08:53:10.542Z] ---> 7f41e6c8bd5b [2021-04-30T08:53:10.542Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-30T08:53:10.827Z] ---> Running in e235897fe2c6 [2021-04-30T08:53:12.838Z] Removing intermediate container e235897fe2c6 [2021-04-30T08:53:12.838Z] ---> d0d13475917c [2021-04-30T08:53:12.838Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-30T08:53:13.122Z] ---> Running in 8993c45c775e [2021-04-30T08:53:13.723Z] Removing intermediate container 8993c45c775e [2021-04-30T08:53:13.723Z] ---> 3edfcb7dd025 [2021-04-30T08:53:13.723Z] Step 28/31 : CMD ["gate"] [2021-04-30T08:53:13.996Z] ---> Running in 73bd0eee764e [2021-04-30T08:53:14.599Z] Removing intermediate container 73bd0eee764e [2021-04-30T08:53:14.599Z] ---> 64cbed8e6118 [2021-04-30T08:53:14.599Z] Step 29/31 : LABEL arch=arm64 [2021-04-30T08:53:14.924Z] ---> Running in c565b87f5379 [2021-04-30T08:53:15.523Z] Removing intermediate container c565b87f5379 [2021-04-30T08:53:15.523Z] ---> bd825bde5edd [2021-04-30T08:53:15.523Z] Step 30/31 : LABEL git_sha=51cecb37c6551c6dfc25d60933ebdc5503122ec3 [2021-04-30T08:53:15.523Z] ---> Running in 4aa32640e6a7 [2021-04-30T08:53:16.119Z] Removing intermediate container 4aa32640e6a7 [2021-04-30T08:53:16.119Z] ---> 72a0fa4e2fb0 [2021-04-30T08:53:16.119Z] Step 31/31 : LABEL version=0.0.0 [2021-04-30T08:53:16.393Z] ---> Running in 303f8c0f7af8 [2021-04-30T08:53:16.988Z] Removing intermediate container 303f8c0f7af8 [2021-04-30T08:53:16.988Z] ---> 4d7ed8e14f28 [2021-04-30T08:53:16.988Z] [2021-04-30T08:53:17.262Z] Successfully built 4d7ed8e14f28 [2021-04-30T08:53:17.262Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-30T08:53:17.875Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-30T08:53:17.865Z] $ docker stop --time=1 9ef9941e96a3a4f78f088e1c54626834acec84028b6822984ad24a9252f230e8 [2021-04-30T08:53:19.843Z] $ docker rm -f 9ef9941e96a3a4f78f088e1c54626834acec84028b6822984ad24a9252f230e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:53:20.454Z] + + docker images [2021-04-30T08:53:20.454Z] grep docker [2021-04-30T08:53:20.725Z] docker-security-bootstrapper-go-arm64 latest 4d7ed8e14f28 4 seconds ago 17.1MB [2021-04-30T08:53:20.725Z] docker-core-metadata-go-arm64 latest 7b0824c98dfc 11 seconds ago 17.4MB [2021-04-30T08:53:20.725Z] docker-security-secretstore-setup-go-arm64 latest c4576fb15b80 12 seconds ago 24.1MB [2021-04-30T08:53:20.725Z] docker-security-proxy-setup-go-arm64 latest 2c90c915613c 17 seconds ago 23.9MB [2021-04-30T08:53:20.725Z] docker-sys-mgmt-agent-go-arm64 latest 9c091eaf7c95 2 minutes ago 299MB [2021-04-30T08:53:20.725Z] docker-core-data-go-arm64 latest 61f1ce359c96 3 minutes ago 20.3MB [2021-04-30T08:53:20.725Z] docker-support-scheduler-go-arm64 latest c74f6bbc7dde 3 minutes ago 16.1MB [2021-04-30T08:53:20.725Z] docker-support-notifications-go-arm64 latest 60e5814014ad 3 minutes ago 16.6MB [2021-04-30T08:53:20.725Z] docker-core-command-go-arm64 latest eeba859c3dbf 3 minutes ago 16.1MB [2021-04-30T08:53:20.725Z] 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-30T08:53:21.255Z] ---> job-cost.sh [2021-04-30T08:53:21.255Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-41dY [2021-04-30T08:54:08.158Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-30T08:55:44.886Z] lf-activate-venv(): INFO: Adding /tmp/venv-41dY/bin to PATH [2021-04-30T08:55:44.886Z] INFO: No Stack... [2021-04-30T08:55:44.886Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-30T08:55:44.886Z] INFO: Archiving Costs [Pipeline] sh [2021-04-30T08:55:45.237Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-04-30T08:55:45.237Z] + cut -d, -f6 [Pipeline] lock [2021-04-30T08:55:45.346Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3410-2-stack-cost] [2021-04-30T08:55:45.364Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3410-2-stack-cost] did not exist. Created. [2021-04-30T08:55:45.364Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3410-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-30T08:55:45.715Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-30T08:55:45.977Z] Stashed 1 file(s) [Pipeline] } [2021-04-30T08:55:45.997Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3410-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:55:46.902Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:55:47.782Z] ---> package-listing.sh [2021-04-30T08:55:47.782Z] ++ facter osfamily [2021-04-30T08:55:47.782Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-30T08:55:47.782Z] + OS_FAMILY=redhat [2021-04-30T08:55:47.782Z] + workspace=/w/workspace/edgex-go/2 [2021-04-30T08:55:47.782Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-30T08:55:47.782Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-30T08:55:47.782Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-30T08:55:47.782Z] + PACKAGES=/tmp/packages_start.txt [2021-04-30T08:55:47.782Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-30T08:55:47.782Z] + PACKAGES=/tmp/packages_end.txt [2021-04-30T08:55:47.782Z] + case "${OS_FAMILY}" in [2021-04-30T08:55:47.782Z] + rpm -qa [2021-04-30T08:55:47.782Z] + sort [2021-04-30T08:55:53.085Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-30T08:55:53.085Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-30T08:55:53.085Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-30T08:55:53.085Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-30T08:55:53.085Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-30T08:55:53.085Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-30T08:55:53.099Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-30T08:55:53.394Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:55:53.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T08:55:53.703Z] [2021-04-30T08:55:53.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:55:54.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T08:55:54.035Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-30T08:55:54.035Z] df20fa9351a1: Pulling fs layer [2021-04-30T08:55:54.035Z] 36b3adc4ff6f: Pulling fs layer [2021-04-30T08:55:54.035Z] 8ad3a11d3b57: Pulling fs layer [2021-04-30T08:55:54.035Z] 46f8f816bc3b: Pulling fs layer [2021-04-30T08:55:54.035Z] 93b61091891f: Pulling fs layer [2021-04-30T08:55:54.035Z] 93b9cdb0e59b: Pulling fs layer [2021-04-30T08:55:54.035Z] 5e14af77c1be: Pulling fs layer [2021-04-30T08:55:54.035Z] 01666e4c0597: Pulling fs layer [2021-04-30T08:55:54.035Z] aa168da1d23b: Pulling fs layer [2021-04-30T08:55:54.035Z] 93b9cdb0e59b: Waiting [2021-04-30T08:55:54.035Z] 5e14af77c1be: Waiting [2021-04-30T08:55:54.035Z] 01666e4c0597: Waiting [2021-04-30T08:55:54.035Z] aa168da1d23b: Waiting [2021-04-30T08:55:54.035Z] 46f8f816bc3b: Waiting [2021-04-30T08:55:54.035Z] 93b61091891f: Waiting [2021-04-30T08:55:54.035Z] 36b3adc4ff6f: Download complete [2021-04-30T08:55:54.035Z] 46f8f816bc3b: Verifying Checksum [2021-04-30T08:55:54.035Z] 46f8f816bc3b: Download complete [2021-04-30T08:55:54.298Z] df20fa9351a1: Verifying Checksum [2021-04-30T08:55:54.298Z] df20fa9351a1: Download complete [2021-04-30T08:55:54.298Z] 93b61091891f: Download complete [2021-04-30T08:55:54.298Z] 93b9cdb0e59b: Download complete [2021-04-30T08:55:54.298Z] 5e14af77c1be: Verifying Checksum [2021-04-30T08:55:54.298Z] 5e14af77c1be: Download complete [2021-04-30T08:55:54.298Z] 01666e4c0597: Verifying Checksum [2021-04-30T08:55:54.298Z] 01666e4c0597: Download complete [2021-04-30T08:55:54.562Z] 8ad3a11d3b57: Verifying Checksum [2021-04-30T08:55:54.562Z] df20fa9351a1: Pull complete [2021-04-30T08:55:54.825Z] 36b3adc4ff6f: Pull complete [2021-04-30T08:55:56.224Z] aa168da1d23b: Verifying Checksum [2021-04-30T08:55:56.224Z] aa168da1d23b: Download complete [2021-04-30T08:55:56.814Z] 8ad3a11d3b57: Pull complete [2021-04-30T08:55:57.774Z] 46f8f816bc3b: Pull complete [2021-04-30T08:55:58.037Z] 93b61091891f: Pull complete [2021-04-30T08:55:58.298Z] 93b9cdb0e59b: Pull complete [2021-04-30T08:55:58.560Z] 5e14af77c1be: Pull complete [2021-04-30T08:55:58.560Z] 01666e4c0597: Pull complete [2021-04-30T08:56:08.604Z] aa168da1d23b: Pull complete [2021-04-30T08:56:08.604Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-30T08:56:08.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T08:56:08.604Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-30T08:56:08.830Z] prd-centos7-docker-4c-2g-2479 does not seem to be running inside a container [2021-04-30T08:56:08.910Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-30T08:56:13.701Z] $ docker top 5b8b74540cc01215466b44ea363e767892556bb55b1380fa1b3bf45fd7376c79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:56:14.136Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-30T08:56:14.438Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-30T08:56:14.865Z] + ls /var/log/sa-host [2021-04-30T08:56:14.866Z] + sadf -c /var/log/sa-host/sa23 [2021-04-30T08:56:14.866Z] file_magic: OK [2021-04-30T08:56:14.866Z] HZ: Using current value: 100 [2021-04-30T08:56:14.866Z] file_header: OK [2021-04-30T08:56:14.866Z] 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-30T08:56:14.866Z] Statistics: [2021-04-30T08:56:14.866Z] Hnuu...uuuununununu... [2021-04-30T08:56:14.866Z] File successfully converted to sysstat format version 12.2.1 [2021-04-30T08:56:14.866Z] + sadf -c /var/log/sa-host/sa30 [2021-04-30T08:56:14.866Z] file_magic: OK [2021-04-30T08:56:14.866Z] HZ: Using current value: 100 [2021-04-30T08:56:14.866Z] file_header: OK [2021-04-30T08:56:14.866Z] 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-30T08:56:14.866Z] Statistics: [2021-04-30T08:56:14.866Z] 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-30T08:56:14.866Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-30T08:56:15.076Z] provisioning config files... [2021-04-30T08:56:15.099Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6347324906159733439tmp [Pipeline] { [Pipeline] echo [2021-04-30T08:56:15.139Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:56:15.499Z] ---> create-netrc.sh [Pipeline] } [2021-04-30T08:56:15.508Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-30T08:56:15.534Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:56:15.833Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-30T08:56:15.844Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:56:16.139Z] ---> sudo-logs.sh [2021-04-30T08:56:16.139Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-30T08:56:16.250Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:56:16.556Z] ---> job-cost.sh [2021-04-30T08:56:16.557Z] lf-activate-venv: SKIPPING [2021-04-30T08:56:16.557Z] DEBUG: total: 0.20999999344348907 [2021-04-30T08:56:16.557Z] INFO: Retrieving Stack Cost... [2021-04-30T08:56:17.501Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-30T08:56:18.073Z] INFO: Archiving Costs [Pipeline] echo [2021-04-30T08:56:18.088Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:56:18.385Z] ---> logs-deploy.sh [2021-04-30T08:56:18.385Z] lf-activate-venv: SKIPPING [2021-04-30T08:56:18.385Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3410/2 [2021-04-30T08:56:18.385Z] INFO: archiving workspace using pattern(s): [2021-04-30T08:56:20.305Z] Archives upload complete. [2021-04-30T08:56:20.306Z] INFO: archiving logs to Nexus