Pull request #3238 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of CrossStream for edgexfoundry/edgex-go Loading trusted files from base branch master at 7248181b27c1f196cc7a2300d5170335b9add480 rather than 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 Obtained Jenkinsfile from 7248181b27c1f196cc7a2300d5170335b9add480 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29115 in /w/workspace/edgexfoundry_edgex-go_PR-3238 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 Merge succeeded, producing 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 Checking out Revision 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 (PR-3238) > 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/3238/head:refs/remotes/origin/PR-3238 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # 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 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 Commit message: "fix: Update docker file location" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T09:02:36.599Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T09:02:36.860Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-09T09:02:36.966Z] ========================================================= [2021-03-09T09:02:36.966Z] EdgeX Global Pipelines Version Info [2021-03-09T09:02:36.966Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 457232064efc807b2064f1e7e17a22a404365b55 # timeout=10 [2021-03-09T09:02:38.461Z] ------------------- [2021-03-09T09:02:38.461Z] stable info: [2021-03-09T09:02:38.461Z] ------------------- [2021-03-09T09:02:38.461Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T09:02:38.461Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T09:02:38.461Z] Message: update stable to v1.0.184 [2021-03-09T09:02:39.404Z] ------------------- [2021-03-09T09:02:39.404Z] experimental info: [2021-03-09T09:02:39.404Z] ------------------- [2021-03-09T09:02:39.404Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T09:02:39.404Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T09:02:39.404Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T09:02:39.653Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-09T09:02:39.751Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-09T09:02:39.842Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T09:02:39.934Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T09:02:40.022Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T09:02:40.135Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T09:02:40.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T09:02:40.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-09T09:02:40.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-09T09:02:40.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-09T09:02:40.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T09:02:40.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T09:02:40.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T09:02:40.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T09:02:41.040Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T09:02:41.135Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T09:02:41.326Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T09:02:41.411Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T09:02:41.511Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-09T09:02:41.600Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-09T09:02:41.715Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T09:02:41.795Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T09:02:41.878Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3238 [Pipeline] echo [2021-03-09T09:02:41.963Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3238 [Pipeline] echo [2021-03-09T09:02:42.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3238 [Pipeline] echo [2021-03-09T09:02:42.146Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [Pipeline] echo [2021-03-09T09:02:42.229Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5d436c8 [Pipeline] echo [2021-03-09T09:02:42.310Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T09:02:42.465Z] provisioning config files... [2021-03-09T09:02:42.494Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6995934805021842199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:02:42.857Z] ---> docker-login.sh [2021-03-09T09:02:42.857Z] nexus3.edgexfoundry.org:10001 [2021-03-09T09:02:43.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:02:43.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:02:43.121Z] Configure a credential helper to remove this warning. See [2021-03-09T09:02:43.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:02:43.121Z] [2021-03-09T09:02:43.121Z] Login Succeeded [2021-03-09T09:02:43.121Z] nexus3.edgexfoundry.org:10002 [2021-03-09T09:02:43.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:02:43.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:02:43.384Z] Configure a credential helper to remove this warning. See [2021-03-09T09:02:43.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:02:43.384Z] [2021-03-09T09:02:43.384Z] Login Succeeded [2021-03-09T09:02:43.384Z] nexus3.edgexfoundry.org:10003 [2021-03-09T09:02:43.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:02:43.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:02:43.648Z] Configure a credential helper to remove this warning. See [2021-03-09T09:02:43.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:02:43.648Z] [2021-03-09T09:02:43.648Z] Login Succeeded [2021-03-09T09:02:43.648Z] nexus3.edgexfoundry.org:10004 [2021-03-09T09:02:43.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:02:43.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:02:43.912Z] Configure a credential helper to remove this warning. See [2021-03-09T09:02:43.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:02:43.912Z] [2021-03-09T09:02:43.912Z] Login Succeeded [2021-03-09T09:02:43.912Z] docker.io [2021-03-09T09:02:43.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:02:44.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:02:44.176Z] Configure a credential helper to remove this warning. See [2021-03-09T09:02:44.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:02:44.176Z] [2021-03-09T09:02:44.176Z] Login Succeeded [2021-03-09T09:02:44.176Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T09:02:44.185Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T09:02:44.647Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-09T09:02:44.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T09:02:44.648Z] ++ dirname cmd/core-command/Dockerfile [2021-03-09T09:02:44.648Z] ++ cut -d/ -f2 [2021-03-09T09:02:44.648Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-09T09:02:44.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T09:02:44.648Z] ++ dirname cmd/core-data/Dockerfile [2021-03-09T09:02:44.648Z] ++ cut -d/ -f2 [2021-03-09T09:02:44.648Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-09T09:02:44.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T09:02:44.648Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-09T09:02:44.648Z] ++ cut -d/ -f2 [2021-03-09T09:02:44.648Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-09T09:02:44.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T09:02:44.648Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-09T09:02:44.648Z] ++ cut -d/ -f2 [2021-03-09T09:02:44.648Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-09T09:02:44.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T09:02:44.648Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-09T09:02:44.648Z] ++ cut -d/ -f2 [2021-03-09T09:02:44.648Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-09T09:02:44.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T09:02:44.648Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-09T09:02:44.648Z] ++ cut -d/ -f2 [2021-03-09T09:02:44.648Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-09T09:02:44.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T09:02:44.648Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-09T09:02:44.648Z] ++ cut -d/ -f2 [2021-03-09T09:02:44.648Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-09T09:02:44.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T09:02:44.648Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-09T09:02:44.648Z] ++ cut -d/ -f2 [2021-03-09T09:02:44.648Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-09T09:02:44.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T09:02:44.648Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-09T09:02:44.648Z] ++ cut -d/ -f2 [2021-03-09T09:02:44.648Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-09T09:02:44.763Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:02:46.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T09:02:46.015Z] [2021-03-09T09:02:46.015Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:02:46.369Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T09:02:46.369Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T09:02:46.369Z] 31603596830f: Pulling fs layer [2021-03-09T09:02:46.369Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T09:02:46.369Z] 6ca5941a6612: Pulling fs layer [2021-03-09T09:02:46.369Z] ecc8261a40a4: Pulling fs layer [2021-03-09T09:02:46.369Z] ecc8261a40a4: Waiting [2021-03-09T09:02:46.369Z] 2a8b12db71e7: Verifying Checksum [2021-03-09T09:02:46.369Z] 2a8b12db71e7: Download complete [2021-03-09T09:02:46.635Z] 31603596830f: Verifying Checksum [2021-03-09T09:02:46.635Z] 31603596830f: Download complete [2021-03-09T09:02:46.635Z] ecc8261a40a4: Verifying Checksum [2021-03-09T09:02:46.635Z] ecc8261a40a4: Download complete [2021-03-09T09:02:46.635Z] 6ca5941a6612: Verifying Checksum [2021-03-09T09:02:46.635Z] 6ca5941a6612: Download complete [2021-03-09T09:02:46.901Z] 31603596830f: Pull complete [2021-03-09T09:02:46.901Z] 2a8b12db71e7: Pull complete [2021-03-09T09:02:47.855Z] 6ca5941a6612: Pull complete [2021-03-09T09:02:48.119Z] ecc8261a40a4: Pull complete [2021-03-09T09:02:48.119Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T09:02:48.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T09:02:48.119Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T09:02:48.286Z] prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container [2021-03-09T09:02:48.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-09T09:02:50.889Z] $ docker top fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T09:02:51.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T09:02:51.195Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T09:02:51.408Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T09:02:51.415Z] $ docker exec fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf ssh-agent [2021-03-09T09:02:51.573Z] SSH_AUTH_SOCK=/tmp/ssh-2lkui1b4FDP8/agent.12 [2021-03-09T09:02:51.573Z] SSH_AGENT_PID=17 [2021-03-09T09:02:51.587Z] Running ssh-add (command line suppressed) [2021-03-09T09:02:51.705Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5314314671252954579.key (/w/workspace/edgex-go/4@tmp/private_key_5314314671252954579.key) [2021-03-09T09:02:51.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T09:02:52.107Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T09:02:52.133Z] $ docker exec --env ******** --env ******** fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf ssh-agent -k [2021-03-09T09:02:52.246Z] unset SSH_AUTH_SOCK; [2021-03-09T09:02:52.246Z] unset SSH_AGENT_PID; [2021-03-09T09:02:52.246Z] echo Agent pid 17 killed; [2021-03-09T09:02:52.292Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T09:02:52.422Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T09:02:52.422Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T09:02:52.586Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T09:02:52.592Z] $ docker exec fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf ssh-agent [2021-03-09T09:02:52.749Z] SSH_AUTH_SOCK=/tmp/ssh-QJqgTzKQKnk3/agent.46 [2021-03-09T09:02:52.749Z] SSH_AGENT_PID=51 [2021-03-09T09:02:52.756Z] Running ssh-add (command line suppressed) [2021-03-09T09:02:52.878Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8117318532931464011.key (/w/workspace/edgex-go/4@tmp/private_key_8117318532931464011.key) [2021-03-09T09:02:52.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T09:02:53.284Z] + git semver init [2021-03-09T09:02:53.284Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T09:02:53.284Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-09T09:02:53.284Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-09T09:02:53.284Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T09:02:53.284Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T09:02:53.284Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T09:02:53.284Z] # $SEMVER_BRANCH = PR-3238 [2021-03-09T09:02:53.284Z] # $SEMVER_TEMP = /tmp/semver-876191618 [2021-03-09T09:02:53.284Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-09T09:03:15.295Z] # '/tmp/semver-876191618' -> '/w/workspace/edgex-go/4/.semver' [2021-03-09T09:03:16.684Z] # -> Force: false [2021-03-09T09:03:16.684Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-09T09:03:16.699Z] $ docker exec --env ******** --env ******** fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf ssh-agent -k [2021-03-09T09:03:16.909Z] unset SSH_AUTH_SOCK; [2021-03-09T09:03:16.909Z] unset SSH_AGENT_PID; [2021-03-09T09:03:16.910Z] echo Agent pid 51 killed; [2021-03-09T09:03:16.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T09:03:17.538Z] + git semver [Pipeline] } [2021-03-09T09:03:17.559Z] $ docker stop --time=1 fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf [2021-03-09T09:03:19.145Z] $ docker rm -f fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T09:03:19.636Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T09:03:20.155Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T09:03:20.158Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T09:03:21.041Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T09:03:21.340Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T09:03:21.640Z] + sudo service docker restart [2021-03-09T09:03:21.640Z] + true [2021-03-09T09:03:21.640Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-09T09:03:22.229Z] ========================================================= [2021-03-09T09:03:22.230Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T09:03:22.230Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:03:22.572Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-09T09:03:25.894Z] Sending build context to Docker daemon 328.4MB [2021-03-09T09:03:25.894Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T09:03:25.894Z] Step 2/6 : FROM ${BASE} [2021-03-09T09:03:25.894Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T09:03:25.894Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T09:03:25.894Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T09:03:25.894Z] de9db76c5a1d: Pulling fs layer [2021-03-09T09:03:25.894Z] bca2f99d35d6: Pulling fs layer [2021-03-09T09:03:25.894Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T09:03:25.894Z] 7c6f9722023f: Pulling fs layer [2021-03-09T09:03:25.894Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T09:03:25.894Z] bca2f99d35d6: Waiting [2021-03-09T09:03:25.894Z] 93359f2a8cfa: Waiting [2021-03-09T09:03:25.894Z] 7c6f9722023f: Waiting [2021-03-09T09:03:25.894Z] a35cf1a2eb13: Waiting [2021-03-09T09:03:25.894Z] de9db76c5a1d: Verifying Checksum [2021-03-09T09:03:25.894Z] de9db76c5a1d: Download complete [2021-03-09T09:03:25.894Z] 0ef7d3d256c8: Download complete [2021-03-09T09:03:25.894Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T09:03:25.894Z] 93359f2a8cfa: Download complete [2021-03-09T09:03:25.894Z] 7c6f9722023f: Verifying Checksum [2021-03-09T09:03:25.894Z] 7c6f9722023f: Download complete [2021-03-09T09:03:25.894Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T09:03:25.894Z] 188c0c94c7c5: Download complete [2021-03-09T09:03:26.476Z] 188c0c94c7c5: Pull complete [2021-03-09T09:03:26.737Z] 0ef7d3d256c8: Pull complete [2021-03-09T09:03:26.737Z] de9db76c5a1d: Pull complete [2021-03-09T09:03:28.139Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T09:03:28.139Z] a35cf1a2eb13: Download complete [2021-03-09T09:03:28.725Z] bca2f99d35d6: Verifying Checksum [2021-03-09T09:03:28.725Z] bca2f99d35d6: Download complete [2021-03-09T09:03:34.057Z] bca2f99d35d6: Pull complete [2021-03-09T09:03:34.057Z] 93359f2a8cfa: Pull complete [2021-03-09T09:03:34.057Z] 7c6f9722023f: Pull complete [2021-03-09T09:03:35.533Z] Still waiting to schedule task [2021-03-09T09:03:35.533Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-09T09:03:40.671Z] a35cf1a2eb13: Pull complete [2021-03-09T09:03:40.671Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T09:03:40.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T09:03:40.671Z] ---> a62c8e92a672 [2021-03-09T09:03:40.671Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-09T09:03:41.248Z] ---> Running in c03957d370ef [2021-03-09T09:03:41.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:03:42.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:03:43.352Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T09:03:43.927Z] (2/12) Installing file (5.38-r0) [2021-03-09T09:03:43.927Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T09:03:43.927Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T09:03:56.174Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T09:03:56.174Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T09:03:56.174Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T09:03:56.174Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T09:03:56.174Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T09:03:56.174Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T09:03:56.174Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T09:03:56.436Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T09:03:56.436Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:03:56.436Z] OK: 233 MiB in 51 packages [2021-03-09T09:04:00.667Z] Removing intermediate container c03957d370ef [2021-03-09T09:04:00.667Z] ---> 16dd58b8d6cc [2021-03-09T09:04:00.667Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T09:04:00.667Z] ---> Running in 7627f3a764dc [2021-03-09T09:04:00.667Z] Removing intermediate container 7627f3a764dc [2021-03-09T09:04:00.667Z] ---> f1794adf43ab [2021-03-09T09:04:00.667Z] Step 5/6 : COPY go.mod . [2021-03-09T09:04:00.667Z] ---> f4a2b6d635fa [2021-03-09T09:04:00.667Z] Step 6/6 : RUN go mod download [2021-03-09T09:04:00.667Z] ---> Running in a6b9d83b9e2d [2021-03-09T09:04:22.706Z] Removing intermediate container a6b9d83b9e2d [2021-03-09T09:04:22.706Z] ---> 4c266b85e9a2 [2021-03-09T09:04:22.706Z] Successfully built 4c266b85e9a2 [2021-03-09T09:04:22.706Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:04:23.023Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T09:04:23.023Z] . [Pipeline] withDockerContainer [2021-03-09T09:04:23.128Z] prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container [2021-03-09T09:04:23.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-09T09:04:24.031Z] $ docker top 16785a5e3c8fb08de21ea452e95f98b5d4c16f3a5ad96081f79ccc2b11ba6d0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T09:04:24.502Z] + go version [2021-03-09T09:04:24.502Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T09:04:24.522Z] $ docker stop --time=1 16785a5e3c8fb08de21ea452e95f98b5d4c16f3a5ad96081f79ccc2b11ba6d0b [2021-03-09T09:04:25.869Z] $ docker rm -f 16785a5e3c8fb08de21ea452e95f98b5d4c16f3a5ad96081f79ccc2b11ba6d0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:04:26.780Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T09:04:26.780Z] . [Pipeline] withDockerContainer [2021-03-09T09:04:26.878Z] prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container [2021-03-09T09:04:26.926Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-09T09:04:27.945Z] $ docker top e3f01d14cda50ae3cfa98ad01fa9d093735b09f1ee4501f09b896a9000ef3369 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T09:04:28.115Z] ========================================================= [2021-03-09T09:04:28.116Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T09:04:28.116Z] ========================================================= [Pipeline] sh [2021-03-09T09:04:28.407Z] + make test [2021-03-09T09:04:28.407Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T09:04:36.616Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T09:04:51.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T09:04:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T09:04:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T09:04:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T09:05:00.271Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T09:05:00.271Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T09:05:00.271Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T09:05:00.271Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T09:05:00.862Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T09:05:01.454Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T09:05:04.075Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T09:05:04.075Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T09:05:04.075Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T09:05:06.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements [2021-03-09T09:05:06.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T09:05:06.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T09:05:06.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T09:05:06.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T09:05:06.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T09:05:06.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T09:05:06.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T09:05:06.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements [2021-03-09T09:05:08.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.619s coverage: 27.1% of statements [2021-03-09T09:05:08.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T09:05:08.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T09:05:08.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T09:05:08.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T09:05:08.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T09:05:08.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T09:05:08.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements [2021-03-09T09:05:08.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T09:05:08.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-03-09T09:05:08.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T09:05:08.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T09:05:10.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.127s coverage: 66.2% of statements [2021-03-09T09:05:10.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T09:05:10.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T09:05:10.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.434s coverage: 82.4% of statements [2021-03-09T09:05:10.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T09:05:10.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T09:05:10.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-09T09:05:10.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T09:05:13.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T09:05:13.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T09:05:13.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T09:05:13.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 86.7% of statements [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T09:05:13.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T09:05:13.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T09:05:13.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T09:05:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T09:05:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T09:05:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T09:05:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T09:05:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements [2021-03-09T09:05:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements [2021-03-09T09:05:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-03-09T09:05:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements [2021-03-09T09:05:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-03-09T09:05:27.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements [2021-03-09T09:05:27.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-03-09T09:05:27.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.046s coverage: 81.4% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.6% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 62.4% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 69.0% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 38.4% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.120s coverage: 87.8% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.710s coverage: 29.1% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 95.6% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T09:05:40.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2021-03-09T09:05:40.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-03-09T09:05:40.164Z] GO111MODULE=on go vet ./... [2021-03-09T09:06:06.897Z] gofmt -l . [2021-03-09T09:06:06.897Z] [ "`gofmt -l .`" = "" ] [2021-03-09T09:06:06.897Z] ./bin/test-go-mod-tidy.sh [2021-03-09T09:06:06.897Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T09:06:07.221Z] + ls -al . [2021-03-09T09:06:07.221Z] total 736 [2021-03-09T09:06:07.221Z] drwxrwxr-x 10 1001 1001 4096 Mar 9 09:06 . [2021-03-09T09:06:07.221Z] drwxr-xr-x 4 root root 28 Mar 9 09:04 .. [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 09:02 .dockerignore [2021-03-09T09:06:07.222Z] drwxrwxr-x 8 1001 1001 179 Mar 9 09:02 .git [2021-03-09T09:06:07.222Z] drwxrwxr-x 3 1001 1001 125 Mar 9 09:02 .github [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 09:02 .gitignore [2021-03-09T09:06:07.222Z] drwx------ 3 1001 1001 60 Mar 9 09:03 .semver [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 09:02 .sonarcloud.properties [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 8475 Mar 9 09:02 Attribution.txt [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 09:02 CONTRIBUTING.md [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 09:02 Dockerfile.build [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 09:02 Jenkinsfile [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 09:02 LICENSE [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 09:02 Makefile [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 09:02 README.md [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 09:02 SECURITY.md [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 09:03 VERSION [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 09:02 ZMQWindows.md [2021-03-09T09:06:07.222Z] drwxrwxr-x 2 1001 1001 117 Mar 9 09:02 bin [2021-03-09T09:06:07.222Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 09:02 cmd [2021-03-09T09:06:07.222Z] -rw-r--r-- 1 root root 622934 Mar 9 09:05 coverage.out [2021-03-09T09:06:07.222Z] -rw-r--r-- 1 root root 1055 Mar 9 09:06 go.mod [2021-03-09T09:06:07.222Z] -rw-r--r-- 1 root root 21699 Mar 9 09:06 go.sum [2021-03-09T09:06:07.222Z] drwxrwxr-x 8 1001 1001 127 Mar 9 09:02 internal [2021-03-09T09:06:07.222Z] drwxrwxr-x 4 1001 1001 26 Mar 9 09:02 openapi [2021-03-09T09:06:07.222Z] drwxrwxr-x 4 1001 1001 71 Mar 9 09:02 snap [2021-03-09T09:06:07.222Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 09:02 version.go [Pipeline] sh [2021-03-09T09:06:07.543Z] + '[' -e coverage.out ] [2021-03-09T09:06:07.543Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T09:06:07.789Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T09:06:08.090Z] + make build [2021-03-09T09:06:08.091Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T09:06:12.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T09:06:20.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T09:06:22.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T09:06:23.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T09:06:23.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T09:06:25.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T09:06:26.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T09:06:28.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T09:06:28.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T09:06:29.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T09:06:31.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-09T09:06:33.330Z] $ docker stop --time=1 e3f01d14cda50ae3cfa98ad01fa9d093735b09f1ee4501f09b896a9000ef3369 [2021-03-09T09:06:35.040Z] $ docker rm -f e3f01d14cda50ae3cfa98ad01fa9d093735b09f1ee4501f09b896a9000ef3369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:06:38.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T09:06:38.898Z] [2021-03-09T09:06:38.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:06:39.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T09:06:39.265Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-09T09:06:39.265Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-09T09:06:39.265Z] ca9280d653b3: Pulling fs layer [2021-03-09T09:06:39.265Z] 7e9c9ca2126c: Pulling fs layer [2021-03-09T09:06:39.847Z] cbdbe7a5bc2a: Download complete [2021-03-09T09:06:40.429Z] cbdbe7a5bc2a: Pull complete [2021-03-09T09:06:40.429Z] ca9280d653b3: Verifying Checksum [2021-03-09T09:06:40.429Z] ca9280d653b3: Download complete [2021-03-09T09:06:41.378Z] 7e9c9ca2126c: Download complete [2021-03-09T09:06:41.643Z] ca9280d653b3: Pull complete [2021-03-09T09:06:46.972Z] 7e9c9ca2126c: Pull complete [2021-03-09T09:06:46.972Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-09T09:06:46.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T09:06:46.972Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-09T09:06:47.118Z] prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container [2021-03-09T09:06:47.185Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T09:06:50.378Z] $ docker top 43132c265b3ae7b7cfebff4af4339efea9b7b460c5fd516e9253a5a0e2a11dbf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T09:06:50.928Z] + docker-compose build --help [2021-03-09T09:06:50.928Z] + grep parallel [2021-03-09T09:06:51.873Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T09:06:51.893Z] $ docker stop --time=1 43132c265b3ae7b7cfebff4af4339efea9b7b460c5fd516e9253a5a0e2a11dbf [2021-03-09T09:06:53.257Z] $ docker rm -f 43132c265b3ae7b7cfebff4af4339efea9b7b460c5fd516e9253a5a0e2a11dbf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:06:53.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T09:06:53.939Z] . [Pipeline] withDockerContainer [2021-03-09T09:06:54.042Z] prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container [2021-03-09T09:06:54.093Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T09:06:54.813Z] $ docker top 7510b8f9c7028bda1c79012ddc44bfe05a045b05d4a07bba9c16c47173741265 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T09:06:55.329Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T09:06:56.288Z] Building docker-core-command-go ... [2021-03-09T09:06:56.288Z] Building docker-core-data-go ... [2021-03-09T09:06:56.288Z] Building docker-core-metadata-go ... [2021-03-09T09:06:56.288Z] Building docker-security-bootstrapper-go ... [2021-03-09T09:06:56.288Z] Building docker-security-proxy-setup-go ... [2021-03-09T09:06:56.288Z] Building docker-security-secretstore-setup-go ... [2021-03-09T09:06:56.288Z] Building docker-support-notifications-go ... [2021-03-09T09:06:56.288Z] Building docker-support-scheduler-go ... [2021-03-09T09:06:56.288Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T09:06:56.288Z] Building docker-sys-mgmt-agent-go [2021-03-09T09:06:56.288Z] Building docker-core-command-go [2021-03-09T09:06:56.288Z] Building docker-core-data-go [2021-03-09T09:06:56.288Z] Building docker-support-scheduler-go [2021-03-09T09:06:56.288Z] Building docker-security-secretstore-setup-go [2021-03-09T09:07:21.865Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29119 in /w/workspace/edgexfoundry_edgex-go_PR-3238 [Pipeline] { [Pipeline] ws [2021-03-09T09:07:21.927Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-09T09:07:27.137Z] using credential edgex-jenkins-ssh [2021-03-09T09:07:27.202Z] Cloning the remote Git repository [2021-03-09T09:07:27.272Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T09:07:27.388Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-09T09:07:27.476Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T09:07:27.476Z] > git --version # timeout=10 [2021-03-09T09:07:27.496Z] > git --version # 'git version 2.17.1' [2021-03-09T09:07:27.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T09:07:27.563Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T09:07:28.809Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:07:28.809Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:07:28.809Z] ---> 4c266b85e9a2 [2021-03-09T09:07:28.809Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T09:07:28.809Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:07:28.809Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:07:28.809Z] ---> 4c266b85e9a2 [2021-03-09T09:07:28.809Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T09:07:28.809Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:07:28.809Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:07:28.809Z] ---> 4c266b85e9a2 [2021-03-09T09:07:28.809Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T09:07:28.809Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:07:28.809Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:07:28.809Z] ---> 4c266b85e9a2 [2021-03-09T09:07:28.809Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T09:07:28.809Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:07:28.809Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:07:28.809Z] ---> 4c266b85e9a2 [2021-03-09T09:07:28.809Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T09:07:28.809Z] ---> Running in a668202b5527 [2021-03-09T09:07:28.809Z] ---> Running in adfbc6999482 [2021-03-09T09:07:28.809Z] ---> Running in 232cf3edfbac [2021-03-09T09:07:28.809Z] ---> Running in 6cafe4b29596 [2021-03-09T09:07:28.809Z] ---> Running in 69c725825cea [2021-03-09T09:07:28.809Z] Removing intermediate container adfbc6999482 [2021-03-09T09:07:28.809Z] ---> 4f411e01c121 [2021-03-09T09:07:28.809Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:07:28.809Z] Removing intermediate container 6cafe4b29596 [2021-03-09T09:07:28.809Z] ---> 30b275eb50a2 [2021-03-09T09:07:28.809Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:07:28.809Z] Removing intermediate container a668202b5527 [2021-03-09T09:07:28.809Z] ---> 3c8c17c1e897 [2021-03-09T09:07:28.809Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:07:28.809Z] Removing intermediate container 232cf3edfbac [2021-03-09T09:07:28.809Z] ---> f6e5c27880c4 [2021-03-09T09:07:28.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:07:28.809Z] Removing intermediate container 69c725825cea [2021-03-09T09:07:28.809Z] ---> 0010c40cb743 [2021-03-09T09:07:28.809Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:07:29.075Z] ---> Running in 3060f1ca84d3 [2021-03-09T09:07:29.075Z] ---> Running in 5050d2496b3a [2021-03-09T09:07:29.075Z] ---> Running in 6c86885aee7a [2021-03-09T09:07:29.075Z] ---> Running in 5a0a22f39d5b [2021-03-09T09:07:29.075Z] ---> Running in 52982f43baf7 [2021-03-09T09:07:31.013Z] Removing intermediate container 5050d2496b3a [2021-03-09T09:07:31.013Z] ---> cb7ce7edfeba [2021-03-09T09:07:31.013Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T09:07:31.276Z] ---> Running in 34fb4bf335e8 [2021-03-09T09:07:31.276Z] Removing intermediate container 5a0a22f39d5b [2021-03-09T09:07:31.276Z] ---> db7552ec4623 [2021-03-09T09:07:31.276Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T09:07:31.276Z] Removing intermediate container 3060f1ca84d3 [2021-03-09T09:07:31.276Z] ---> 53bcef2461a2 [2021-03-09T09:07:31.276Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T09:07:31.276Z] Removing intermediate container 6c86885aee7a [2021-03-09T09:07:31.276Z] ---> 283b55377343 [2021-03-09T09:07:31.276Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T09:07:31.540Z] ---> Running in ebe623a96d54 [2021-03-09T09:07:31.540Z] ---> Running in 3c168efa0647 [2021-03-09T09:07:31.540Z] Removing intermediate container 52982f43baf7 [2021-03-09T09:07:31.540Z] ---> fe5dfedb68c9 [2021-03-09T09:07:31.540Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T09:07:31.804Z] ---> Running in e6874ff245b1 [2021-03-09T09:07:31.804Z] ---> Running in b9f7a46a35e0 [2021-03-09T09:07:32.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:32.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:32.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:32.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:32.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:32.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:33.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:33.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:33.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:33.398Z] OK: 233 MiB in 51 packages [2021-03-09T09:07:33.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:07:33.662Z] OK: 233 MiB in 51 packages [2021-03-09T09:07:33.928Z] Removing intermediate container 34fb4bf335e8 [2021-03-09T09:07:33.928Z] ---> 02a53eefbb7d [2021-03-09T09:07:33.928Z] Step 6/26 : COPY go.mod . [2021-03-09T09:07:33.928Z] OK: 233 MiB in 51 packages [2021-03-09T09:07:33.928Z] OK: 233 MiB in 51 packages [2021-03-09T09:07:34.200Z] ---> 6e5bc91764c1 [2021-03-09T09:07:34.200Z] Step 7/26 : RUN go mod download [2021-03-09T09:07:34.200Z] OK: 233 MiB in 51 packages [2021-03-09T09:07:34.200Z] Removing intermediate container ebe623a96d54 [2021-03-09T09:07:34.200Z] ---> 3b46bdc270fc [2021-03-09T09:07:34.200Z] Step 6/23 : COPY go.mod . [2021-03-09T09:07:34.200Z] ---> Running in 79c75c2c0156 [2021-03-09T09:07:34.777Z] ---> 8a06f193628a [2021-03-09T09:07:34.777Z] Step 7/23 : RUN go mod download [2021-03-09T09:07:34.777Z] Removing intermediate container e6874ff245b1 [2021-03-09T09:07:34.777Z] ---> cb9995e60109 [2021-03-09T09:07:34.777Z] Step 6/22 : COPY go.mod . [2021-03-09T09:07:35.044Z] ---> Running in 9e06c115e095 [2021-03-09T09:07:35.308Z] Removing intermediate container 3c168efa0647 [2021-03-09T09:07:35.308Z] ---> 540a89495d9b [2021-03-09T09:07:35.308Z] Step 6/24 : COPY go.mod . [2021-03-09T09:07:35.308Z] ---> 9ad62b55be2b [2021-03-09T09:07:35.308Z] Step 7/22 : RUN go mod download [2021-03-09T09:07:35.308Z] Removing intermediate container b9f7a46a35e0 [2021-03-09T09:07:35.308Z] ---> 25f0e6051dcd [2021-03-09T09:07:35.308Z] Step 6/23 : COPY go.mod . [2021-03-09T09:07:35.575Z] ---> Running in 48f158b4573e [2021-03-09T09:07:35.840Z] ---> 10ad2174ba78 [2021-03-09T09:07:35.840Z] Step 7/24 : RUN go mod download [2021-03-09T09:07:35.840Z] ---> ea78866088b1 [2021-03-09T09:07:35.840Z] Step 7/23 : RUN go mod download [2021-03-09T09:07:35.840Z] ---> Running in e074e5945c46 [2021-03-09T09:07:35.840Z] ---> Running in 25f8f6f67eb2 [2021-03-09T09:07:36.815Z] Removing intermediate container 79c75c2c0156 [2021-03-09T09:07:36.815Z] ---> 698aa754f8ac [2021-03-09T09:07:36.815Z] Step 8/26 : COPY . . [2021-03-09T09:07:37.080Z] Removing intermediate container 9e06c115e095 [2021-03-09T09:07:37.080Z] ---> d05da47a3a4b [2021-03-09T09:07:37.080Z] Step 8/23 : COPY . . [2021-03-09T09:07:38.488Z] Removing intermediate container 48f158b4573e [2021-03-09T09:07:38.488Z] ---> d3e4767f6bd7 [2021-03-09T09:07:38.488Z] Step 8/22 : COPY . . [2021-03-09T09:07:42.750Z] Removing intermediate container e074e5945c46 [2021-03-09T09:07:42.750Z] ---> 36c55b1f150c [2021-03-09T09:07:42.750Z] Step 8/24 : COPY . . [2021-03-09T09:07:45.353Z] Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:07:45.874Z] Merge succeeded, producing 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:07:45.875Z] Checking out Revision 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 (PR-3238) [2021-03-09T09:07:44.430Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T09:07:44.445Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T09:07:44.484Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T09:07:44.524Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T09:07:44.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T09:07:44.536Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3238/head:refs/remotes/origin/PR-3238 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T09:07:45.372Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T09:07:45.396Z] > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 [2021-03-09T09:07:45.723Z] > git remote # timeout=10 [2021-03-09T09:07:45.743Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T09:07:45.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T09:07:45.774Z] > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 [2021-03-09T09:07:45.800Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T09:07:45.881Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T09:07:45.915Z] > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 [2021-03-09T09:07:49.405Z] Removing intermediate container 25f8f6f67eb2 [2021-03-09T09:07:49.405Z] ---> 9783d1eaa95b [2021-03-09T09:07:49.405Z] Step 8/23 : COPY . . [2021-03-09T09:07:50.440Z] Commit message: "fix: Update docker file location" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T09:07:52.081Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-09T09:07:52.496Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T09:07:52.913Z] + sudo service docker restart [2021-03-09T09:07:52.913Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T09:07:54.963Z] provisioning config files... [2021-03-09T09:07:55.005Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config920458155091283010tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:07:55.412Z] ---> docker-login.sh [2021-03-09T09:07:55.412Z] nexus3.edgexfoundry.org:10001 [2021-03-09T09:07:56.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:07:56.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:07:56.678Z] Configure a credential helper to remove this warning. See [2021-03-09T09:07:56.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:07:56.678Z] [2021-03-09T09:07:56.678Z] Login Succeeded [2021-03-09T09:07:56.678Z] nexus3.edgexfoundry.org:10002 [2021-03-09T09:07:57.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:07:57.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:07:57.285Z] Configure a credential helper to remove this warning. See [2021-03-09T09:07:57.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:07:57.285Z] [2021-03-09T09:07:57.285Z] Login Succeeded [2021-03-09T09:07:57.285Z] nexus3.edgexfoundry.org:10003 [2021-03-09T09:07:57.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:07:57.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:07:57.838Z] Configure a credential helper to remove this warning. See [2021-03-09T09:07:57.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:07:57.838Z] [2021-03-09T09:07:57.838Z] Login Succeeded [2021-03-09T09:07:57.838Z] nexus3.edgexfoundry.org:10004 [2021-03-09T09:07:58.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:07:58.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:07:58.388Z] Configure a credential helper to remove this warning. See [2021-03-09T09:07:58.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:07:58.388Z] [2021-03-09T09:07:58.388Z] Login Succeeded [2021-03-09T09:07:58.388Z] docker.io [2021-03-09T09:07:58.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T09:07:59.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T09:07:59.264Z] Configure a credential helper to remove this warning. See [2021-03-09T09:07:59.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T09:07:59.264Z] [2021-03-09T09:07:59.264Z] Login Succeeded [2021-03-09T09:07:59.264Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T09:07:59.291Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-09T09:07:59.759Z] ========================================================= [2021-03-09T09:07:59.759Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-09T09:07:59.759Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:08:00.143Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-09T09:08:02.813Z] Sending build context to Docker daemon 166.6MB [2021-03-09T09:08:02.813Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T09:08:02.813Z] Step 2/6 : FROM ${BASE} [2021-03-09T09:08:02.813Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-09T09:08:02.813Z] 5f621e34cdf4: Pulling fs layer [2021-03-09T09:08:02.813Z] a4357932f1b6: Pulling fs layer [2021-03-09T09:08:02.813Z] 18c013af1878: Pulling fs layer [2021-03-09T09:08:02.813Z] 00ac8860ef70: Pulling fs layer [2021-03-09T09:08:02.813Z] 63d7cb157983: Pulling fs layer [2021-03-09T09:08:02.813Z] b116817d02f9: Pulling fs layer [2021-03-09T09:08:02.813Z] 745a02a5169b: Pulling fs layer [2021-03-09T09:08:02.813Z] 00ac8860ef70: Waiting [2021-03-09T09:08:02.813Z] 63d7cb157983: Waiting [2021-03-09T09:08:02.813Z] b116817d02f9: Waiting [2021-03-09T09:08:02.813Z] 745a02a5169b: Waiting [2021-03-09T09:08:02.813Z] a4357932f1b6: Verifying Checksum [2021-03-09T09:08:02.813Z] a4357932f1b6: Download complete [2021-03-09T09:08:02.813Z] 18c013af1878: Verifying Checksum [2021-03-09T09:08:02.813Z] 18c013af1878: Download complete [2021-03-09T09:08:02.813Z] 63d7cb157983: Download complete [2021-03-09T09:08:02.813Z] b116817d02f9: Download complete [2021-03-09T09:08:02.813Z] 5f621e34cdf4: Verifying Checksum [2021-03-09T09:08:02.813Z] 5f621e34cdf4: Download complete [2021-03-09T09:08:03.434Z] 5f621e34cdf4: Pull complete [2021-03-09T09:08:04.032Z] a4357932f1b6: Pull complete [2021-03-09T09:08:04.320Z] 18c013af1878: Pull complete [2021-03-09T09:08:04.925Z] 745a02a5169b: Verifying Checksum [2021-03-09T09:08:04.925Z] 745a02a5169b: Download complete [2021-03-09T09:08:06.377Z] 00ac8860ef70: Verifying Checksum [2021-03-09T09:08:06.377Z] 00ac8860ef70: Download complete [2021-03-09T09:08:16.126Z] ---> 4fc26f686565 [2021-03-09T09:08:16.126Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T09:08:16.396Z] ---> 408f358dc985 [2021-03-09T09:08:16.396Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T09:08:16.577Z] 00ac8860ef70: Pull complete [2021-03-09T09:08:16.577Z] 63d7cb157983: Pull complete [2021-03-09T09:08:16.852Z] b116817d02f9: Pull complete [2021-03-09T09:08:18.492Z] ---> bb6a261099bc [2021-03-09T09:08:18.492Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T09:08:18.759Z] ---> Running in 253d4f20e28c [2021-03-09T09:08:18.759Z] ---> Running in 47a6e21698d1 [2021-03-09T09:08:19.024Z] ---> Running in eece3c9d9d41 [2021-03-09T09:08:19.024Z] ---> 57eb16f13a4a [2021-03-09T09:08:19.024Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T09:08:19.024Z] ---> aa309f489992 [2021-03-09T09:08:19.024Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T09:08:19.287Z] ---> Running in 051ba90b4b2c [2021-03-09T09:08:19.287Z] ---> Running in 57d9332277f8 [2021-03-09T09:08:20.257Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T09:08:20.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-03-09T09:08:20.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T09:08:20.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T09:08:20.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T09:08:21.201Z] 745a02a5169b: Pull complete [2021-03-09T09:08:21.201Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-09T09:08:21.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-09T09:08:21.201Z] ---> b7e6874047d6 [2021-03-09T09:08:21.201Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-09T09:08:23.836Z] ---> Running in 448532b9398d [2021-03-09T09:08:24.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:08:25.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:08:26.429Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T09:08:26.704Z] (2/12) Installing file (5.38-r0) [2021-03-09T09:08:26.975Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T09:08:26.975Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T09:08:37.136Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T09:08:37.407Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T09:08:37.407Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T09:08:37.407Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T09:08:37.677Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T09:08:37.677Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T09:08:37.677Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T09:08:37.949Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T09:08:37.949Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:08:37.949Z] OK: 217 MiB in 51 packages [2021-03-09T09:08:42.302Z] Removing intermediate container 448532b9398d [2021-03-09T09:08:42.302Z] ---> b5e710cbd1ee [2021-03-09T09:08:42.302Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T09:08:42.302Z] ---> Running in d8735428e6f4 [2021-03-09T09:08:42.575Z] Removing intermediate container d8735428e6f4 [2021-03-09T09:08:42.575Z] ---> 2d276b8cb2ca [2021-03-09T09:08:42.575Z] Step 5/6 : COPY go.mod . [2021-03-09T09:08:43.555Z] ---> c83c924a6a6f [2021-03-09T09:08:43.555Z] Step 6/6 : RUN go mod download [2021-03-09T09:08:43.555Z] ---> Running in 42ff6e0f2465 [2021-03-09T09:08:52.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T09:08:55.449Z] Removing intermediate container 47a6e21698d1 [2021-03-09T09:08:55.449Z] ---> 8a651076f90f [2021-03-09T09:08:55.449Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T09:08:55.717Z] ---> Running in ae4303621b2f [2021-03-09T09:09:01.033Z] Removing intermediate container 051ba90b4b2c [2021-03-09T09:09:01.033Z] ---> b42cc6fe10e8 [2021-03-09T09:09:01.033Z] [2021-03-09T09:09:01.033Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T09:09:01.033Z] 3.12: Pulling from library/alpine [2021-03-09T09:09:01.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T09:09:01.585Z] Removing intermediate container 57d9332277f8 [2021-03-09T09:09:01.585Z] ---> 39335c52c50f [2021-03-09T09:09:01.585Z] [2021-03-09T09:09:01.585Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T09:09:01.585Z] 3.12: Pulling from library/alpine [2021-03-09T09:09:01.862Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T09:09:02.123Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T09:09:02.123Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T09:09:02.123Z] ---> 88dd2752d2ea [2021-03-09T09:09:02.123Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T09:09:02.123Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T09:09:02.123Z] ---> 88dd2752d2ea [2021-03-09T09:09:02.123Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T09:09:02.724Z] Removing intermediate container 253d4f20e28c [2021-03-09T09:09:02.724Z] ---> eccb7ac042b6 [2021-03-09T09:09:02.724Z] [2021-03-09T09:09:02.724Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T09:09:02.724Z] ---> 88dd2752d2ea [2021-03-09T09:09:02.724Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T09:09:03.306Z] ---> Running in 66dfa46580bf [2021-03-09T09:09:03.306Z] ---> Running in dcc8a5f52c37 [2021-03-09T09:09:03.306Z] ---> Running in 328a3f367232 [2021-03-09T09:09:05.245Z] Removing intermediate container ae4303621b2f [2021-03-09T09:09:05.245Z] ---> f63abd8e793d [2021-03-09T09:09:05.245Z] [2021-03-09T09:09:05.245Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T09:09:05.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:05.245Z] 20.10.0: Pulling from library/docker [2021-03-09T09:09:05.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:05.245Z] Removing intermediate container eece3c9d9d41 [2021-03-09T09:09:05.245Z] ---> 28f25d5f9c19 [2021-03-09T09:09:05.245Z] [2021-03-09T09:09:05.245Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T09:09:05.245Z] ---> 88dd2752d2ea [2021-03-09T09:09:05.245Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T09:09:05.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:05.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:05.245Z] ---> Running in 39a6e6963b2a [2021-03-09T09:09:05.245Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T09:09:05.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:05.245Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T09:09:05.245Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T09:09:05.245Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T09:09:05.245Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T09:09:05.245Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T09:09:05.245Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:09:05.245Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:09:05.245Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T09:09:05.245Z] OK: 6 MiB in 15 packages [2021-03-09T09:09:05.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:05.517Z] OK: 7 MiB in 19 packages [2021-03-09T09:09:05.517Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T09:09:05.517Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:09:05.517Z] OK: 6 MiB in 15 packages [2021-03-09T09:09:05.779Z] Removing intermediate container 39a6e6963b2a [2021-03-09T09:09:05.779Z] ---> 80a2dacff1c1 [2021-03-09T09:09:05.779Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T09:09:06.042Z] ---> Running in 98cd1fef8030 [2021-03-09T09:09:07.976Z] Removing intermediate container 98cd1fef8030 [2021-03-09T09:09:07.976Z] ---> 54e920d6b03b [2021-03-09T09:09:07.976Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T09:09:07.976Z] ---> Running in c8173190d1f2 [2021-03-09T09:09:07.976Z] Removing intermediate container 66dfa46580bf [2021-03-09T09:09:07.976Z] ---> df73b2d2f573 [2021-03-09T09:09:07.976Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T09:09:08.562Z] ---> Running in 95488b230921 [2021-03-09T09:09:08.562Z] Removing intermediate container c8173190d1f2 [2021-03-09T09:09:08.562Z] ---> 92f786cb7065 [2021-03-09T09:09:08.562Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:09:08.562Z] Removing intermediate container 328a3f367232 [2021-03-09T09:09:08.562Z] ---> 080af66a5b95 [2021-03-09T09:09:08.562Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T09:09:08.562Z] Removing intermediate container dcc8a5f52c37 [2021-03-09T09:09:08.562Z] ---> 5cb833532b7e [2021-03-09T09:09:08.562Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T09:09:08.839Z] ---> Running in dfbe8be28f12 [2021-03-09T09:09:08.839Z] ---> Running in 254a4425a95f [2021-03-09T09:09:08.839Z] ---> Running in 40f956af16ee [2021-03-09T09:09:09.103Z] Removing intermediate container 95488b230921 [2021-03-09T09:09:09.103Z] ---> b6c1522e7b84 [2021-03-09T09:09:09.103Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T09:09:09.370Z] ---> Running in 612b9e0645d6 [2021-03-09T09:09:09.370Z] Removing intermediate container 40f956af16ee [2021-03-09T09:09:09.370Z] ---> 8cd4f46b20c3 [2021-03-09T09:09:09.370Z] Step 13/24 : WORKDIR / [2021-03-09T09:09:09.370Z] Removing intermediate container dfbe8be28f12 [2021-03-09T09:09:09.370Z] ---> 8ce2101831f3 [2021-03-09T09:09:09.370Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T09:09:09.647Z] ---> Running in a21ad7753de4 [2021-03-09T09:09:09.647Z] Removing intermediate container 612b9e0645d6 [2021-03-09T09:09:09.647Z] ---> d0b115fcb457 [2021-03-09T09:09:09.647Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T09:09:09.647Z] ---> Running in 24305adc61f9 [2021-03-09T09:09:09.647Z] ---> Running in 14ce0fa05a73 [2021-03-09T09:09:10.226Z] Removing intermediate container a21ad7753de4 [2021-03-09T09:09:10.226Z] ---> 28d093fb9347 [2021-03-09T09:09:10.226Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T09:09:10.419Z] Removing intermediate container 42ff6e0f2465 [2021-03-09T09:09:10.419Z] ---> 7156977c513b [2021-03-09T09:09:10.419Z] Successfully built 7156977c513b [2021-03-09T09:09:10.419Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:09:10.489Z] Removing intermediate container 24305adc61f9 [2021-03-09T09:09:10.489Z] ---> 6b4a50098f17 [2021-03-09T09:09:10.489Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T09:09:10.765Z] Removing intermediate container 14ce0fa05a73 [2021-03-09T09:09:10.765Z] ---> 283cbe46657f [2021-03-09T09:09:10.774Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T09:09:10.774Z] . [Pipeline] withDockerContainer [2021-03-09T09:09:11.035Z] Step 15/23 : WORKDIR / [2021-03-09T09:09:11.036Z] ---> Running in 46fa857cdf0d [2021-03-09T09:09:11.036Z] ---> 90b3fb1ef230 [2021-03-09T09:09:11.036Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T09:09:11.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-29119 does not seem to be running inside a container [2021-03-09T09:09:11.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-09T09:09:11.302Z] ---> Running in 0f5a74a79fcb [2021-03-09T09:09:11.573Z] Removing intermediate container 46fa857cdf0d [2021-03-09T09:09:11.574Z] ---> e775431c1aa7 [2021-03-09T09:09:11.574Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:09:11.574Z] Removing intermediate container 254a4425a95f [2021-03-09T09:09:11.574Z] ---> ef15f0fcc9ab [2021-03-09T09:09:11.574Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T09:09:11.574Z] Removing intermediate container 0f5a74a79fcb [2021-03-09T09:09:11.574Z] ---> c67e5952a035 [2021-03-09T09:09:11.574Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:09:11.841Z] ---> ffc558693eaf [2021-03-09T09:09:11.841Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T09:09:11.841Z] ---> Running in 9e833559797c [2021-03-09T09:09:12.106Z] ---> 1840c461cd9d [2021-03-09T09:09:12.106Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T09:09:12.377Z] ---> 3b300f9e84c5 [2021-03-09T09:09:12.377Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T09:09:12.377Z] ---> b8f91c77a14b [2021-03-09T09:09:12.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T09:09:12.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:12.702Z] $ docker top 35e4e8c84a8b02aab69b064b3576fd8c31bf8e514ab09d2d04d3c6e70e19a6df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T09:09:13.227Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T09:09:13.227Z] ---> 30f2d9ace3c4 [2021-03-09T09:09:13.227Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T09:09:13.227Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T09:09:13.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:13.227Z] ---> aefe523efa57 [2021-03-09T09:09:13.227Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T09:09:13.227Z] ---> e3fecaa02656 [2021-03-09T09:09:13.227Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T09:09:13.507Z] ---> e7abb551073c [2021-03-09T09:09:13.507Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T09:09:13.507Z] ---> Running in dc894e381e74 [2021-03-09T09:09:13.737Z] + go version [2021-03-09T09:09:13.737Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-09T09:09:13.756Z] $ docker stop --time=1 35e4e8c84a8b02aab69b064b3576fd8c31bf8e514ab09d2d04d3c6e70e19a6df [2021-03-09T09:09:13.777Z] ---> 4089c3bc831e [2021-03-09T09:09:13.777Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T09:09:13.777Z] ---> 4aef0207c3e3 [2021-03-09T09:09:13.777Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T09:09:13.777Z] ---> Running in 73e8cd366d06 [2021-03-09T09:09:14.055Z] ---> Running in bb72b589db3a [2021-03-09T09:09:14.055Z] ---> 1513e45a2dae [2021-03-09T09:09:14.055Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T09:09:14.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:14.055Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T09:09:14.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:14.055Z] Removing intermediate container 73e8cd366d06 [2021-03-09T09:09:14.055Z] ---> 81a45496d517 [2021-03-09T09:09:14.055Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:09:14.055Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T09:09:14.320Z] ---> Running in 900ca5f4be79 [2021-03-09T09:09:14.320Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T09:09:14.320Z] Removing intermediate container bb72b589db3a [2021-03-09T09:09:14.320Z] ---> e31a1e0bf13f [2021-03-09T09:09:14.320Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:09:14.320Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T09:09:14.320Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T09:09:14.320Z] Executing bash-5.0.17-r0.post-install [2021-03-09T09:09:14.320Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:09:14.320Z] OK: 12 MiB in 22 packages [2021-03-09T09:09:14.320Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T09:09:14.320Z] ---> 3ffe14a9d001 [2021-03-09T09:09:14.320Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T09:09:14.320Z] ---> Running in d9f35ab8f9c0 [2021-03-09T09:09:14.584Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T09:09:14.584Z] Removing intermediate container 900ca5f4be79 [2021-03-09T09:09:14.585Z] ---> 08fa669d590e [2021-03-09T09:09:14.585Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T09:09:14.585Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T09:09:14.847Z] ---> Running in e9eb52418527 [2021-03-09T09:09:14.847Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:09:14.847Z] OK: 8 MiB in 20 packages [2021-03-09T09:09:14.847Z] ---> Running in 6f46c1721c87 [2021-03-09T09:09:14.847Z] Removing intermediate container d9f35ab8f9c0 [2021-03-09T09:09:14.847Z] ---> a80c3ed92198 [2021-03-09T09:09:14.847Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T09:09:15.421Z] ---> Running in 65b01fadebab [2021-03-09T09:09:15.421Z] Removing intermediate container dc894e381e74 [2021-03-09T09:09:15.421Z] ---> ffd4968aa387 [2021-03-09T09:09:15.421Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T09:09:15.421Z] Removing intermediate container 6f46c1721c87 [2021-03-09T09:09:15.421Z] ---> 2d91e729e892 [2021-03-09T09:09:15.421Z] Step 21/22 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:09:15.575Z] $ docker rm -f 35e4e8c84a8b02aab69b064b3576fd8c31bf8e514ab09d2d04d3c6e70e19a6df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:09:16.376Z] ---> Running in 68ad7b529801 [2021-03-09T09:09:16.376Z] ---> Running in fac94e323a4a [2021-03-09T09:09:16.376Z] Removing intermediate container 65b01fadebab [2021-03-09T09:09:16.376Z] ---> f787abe08f42 [2021-03-09T09:09:16.376Z] Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:09:16.376Z] Removing intermediate container 9e833559797c [2021-03-09T09:09:16.376Z] ---> 344e2686809f [2021-03-09T09:09:16.376Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:09:16.603Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T09:09:16.603Z] . [Pipeline] withDockerContainer [2021-03-09T09:09:16.640Z] ---> Running in 9d50ec4ee506 [2021-03-09T09:09:16.640Z] Removing intermediate container 68ad7b529801 [2021-03-09T09:09:16.640Z] ---> 6f2672f5fb6b [2021-03-09T09:09:16.640Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T09:09:16.640Z] Removing intermediate container fac94e323a4a [2021-03-09T09:09:16.640Z] ---> 158468116c9b [2021-03-09T09:09:16.640Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T09:09:16.875Z] prd-ubuntu18.04-docker-arm64-4c-16g-29119 does not seem to be running inside a container [2021-03-09T09:09:16.905Z] ---> Running in 3215c81f0150 [2021-03-09T09:09:16.905Z] ---> Running in 5a4272581100 [2021-03-09T09:09:16.905Z] Removing intermediate container 9d50ec4ee506 [2021-03-09T09:09:16.905Z] ---> 29daa47a1a7c [2021-03-09T09:09:16.905Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T09:09:16.905Z] ---> 0e56f769ee79 [2021-03-09T09:09:16.905Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T09:09:16.905Z] Removing intermediate container e9eb52418527 [2021-03-09T09:09:16.905Z] ---> c066eb24c239 [2021-03-09T09:09:16.905Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T09:09:16.963Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-09T09:09:17.176Z] ---> Running in a3e656d88b0f [2021-03-09T09:09:17.176Z] ---> Running in ff080df24122 [2021-03-09T09:09:17.176Z] Removing intermediate container 3215c81f0150 [2021-03-09T09:09:17.176Z] ---> 2687b674d6bb [2021-03-09T09:09:17.176Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T09:09:17.444Z] Removing intermediate container 5a4272581100 [2021-03-09T09:09:17.444Z] ---> 3b0f44ceb51e [2021-03-09T09:09:17.444Z] [2021-03-09T09:09:17.444Z] ---> Running in 11ec0b85de8c [2021-03-09T09:09:17.444Z] Removing intermediate container a3e656d88b0f [2021-03-09T09:09:17.444Z] ---> e9d9f72eb88a [2021-03-09T09:09:17.444Z] [2021-03-09T09:09:17.717Z] Removing intermediate container ff080df24122 [2021-03-09T09:09:17.718Z] ---> 0feff9caaf80 [2021-03-09T09:09:17.718Z] Step 22/24 : LABEL arch=x86_64 [2021-03-09T09:09:17.718Z] ---> e0f4c8fb1b5e [2021-03-09T09:09:17.718Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T09:09:17.718Z] Successfully built 3b0f44ceb51e [2021-03-09T09:09:17.718Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-09T09:09:17.718Z] Building docker-security-proxy-setup-go [2021-03-09T09:09:17.718Z]  Building docker-support-scheduler-go ... done  ---> Running in 6f5459be343a [2021-03-09T09:09:17.718Z] Removing intermediate container 11ec0b85de8c [2021-03-09T09:09:17.718Z] ---> 9bff19d2b31c [2021-03-09T09:09:17.718Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T09:09:17.996Z] Successfully built e9d9f72eb88a [2021-03-09T09:09:17.996Z] Successfully tagged docker-core-command-go:latest [2021-03-09T09:09:17.996Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-09T09:09:17.996Z] ---> 168bccf333be [2021-03-09T09:09:17.996Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T09:09:17.996Z] Removing intermediate container 6f5459be343a [2021-03-09T09:09:17.996Z] ---> be861d6a1eed [2021-03-09T09:09:17.996Z] Step 23/24 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:09:19.157Z] ---> Running in 32a378b0d7bd [2021-03-09T09:09:19.157Z] ---> Running in ec4f93329844 [2021-03-09T09:09:19.157Z] ---> 5eafe96052e1 [2021-03-09T09:09:19.157Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T09:09:19.157Z] Removing intermediate container 32a378b0d7bd [2021-03-09T09:09:19.157Z] ---> c70a6a2a7759 [2021-03-09T09:09:19.157Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T09:09:19.152Z] $ docker top 00ebab817c9769f6feaccf5dfffa2c0dd7d3b4d89adee1af98617ddca4eb977d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T09:09:19.554Z] ========================================================= [2021-03-09T09:09:19.554Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T09:09:19.554Z] ========================================================= [Pipeline] sh [2021-03-09T09:09:20.204Z] + make test [2021-03-09T09:09:20.204Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T09:09:21.744Z] Removing intermediate container ec4f93329844 [2021-03-09T09:09:21.744Z] ---> b59dd278d629 [2021-03-09T09:09:21.744Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:09:21.744Z] ---> Running in 262634fc817a [2021-03-09T09:09:22.009Z] ---> Running in 1aac8bbd3ac3 [2021-03-09T09:09:24.612Z] ---> e7a53f8c5f9d [2021-03-09T09:09:24.612Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T09:09:26.539Z] Removing intermediate container 1aac8bbd3ac3 [2021-03-09T09:09:26.539Z] ---> 542baa1e3b57 [2021-03-09T09:09:26.539Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T09:09:26.539Z] Removing intermediate container 262634fc817a [2021-03-09T09:09:26.539Z] ---> c2e11f1e8e76 [2021-03-09T09:09:26.539Z] [2021-03-09T09:09:26.539Z] ---> 1e07146d7bdf [2021-03-09T09:09:26.539Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T09:09:26.539Z] ---> Running in 8d29cdf9a1dc [2021-03-09T09:09:26.804Z] Successfully built c2e11f1e8e76 [2021-03-09T09:09:27.083Z] ---> Running in 6ec99cbe96f7 [2021-03-09T09:09:27.083Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-09T09:09:27.083Z] Building docker-security-bootstrapper-go [2021-03-09T09:09:32.464Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8d29cdf9a1dc [2021-03-09T09:09:32.464Z] ---> e27274edc7dc [2021-03-09T09:09:32.464Z] Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:09:35.058Z] ---> Running in c9ea7c15258e [2021-03-09T09:09:37.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:37.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:37.003Z] Removing intermediate container c9ea7c15258e [2021-03-09T09:09:37.003Z] ---> c11a4fee06c7 [2021-03-09T09:09:37.003Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T09:09:37.272Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T09:09:37.272Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T09:09:37.272Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T09:09:37.272Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T09:09:37.273Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T09:09:37.273Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T09:09:37.273Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T09:09:37.872Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:09:37.872Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:09:37.872Z] ---> 4c266b85e9a2 [2021-03-09T09:09:37.872Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T09:09:37.872Z] ---> Using cache [2021-03-09T09:09:37.872Z] ---> 0010c40cb743 [2021-03-09T09:09:37.872Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:09:37.872Z] ---> Using cache [2021-03-09T09:09:37.872Z] ---> fe5dfedb68c9 [2021-03-09T09:09:37.872Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T09:09:37.872Z] ---> Using cache [2021-03-09T09:09:37.872Z] ---> 25f0e6051dcd [2021-03-09T09:09:37.872Z] Step 6/21 : COPY go.mod . [2021-03-09T09:09:37.872Z] ---> Using cache [2021-03-09T09:09:37.872Z] ---> ea78866088b1 [2021-03-09T09:09:37.872Z] Step 7/21 : RUN go mod download [2021-03-09T09:09:37.872Z] ---> Using cache [2021-03-09T09:09:37.872Z] ---> 9783d1eaa95b [2021-03-09T09:09:37.872Z] Step 8/21 : COPY . . [2021-03-09T09:09:37.872Z] ---> Using cache [2021-03-09T09:09:37.872Z] ---> aa309f489992 [2021-03-09T09:09:37.872Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T09:09:41.220Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:09:41.220Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:09:41.220Z] ---> 4c266b85e9a2 [2021-03-09T09:09:41.220Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T09:09:41.220Z] ---> Using cache [2021-03-09T09:09:41.220Z] ---> 0010c40cb743 [2021-03-09T09:09:41.220Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:09:41.220Z] ---> Using cache [2021-03-09T09:09:41.220Z] ---> fe5dfedb68c9 [2021-03-09T09:09:41.220Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T09:09:42.414Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T09:09:43.392Z] ---> Running in 9753b18a28d4 [2021-03-09T09:09:43.392Z] ---> Running in 74350d2cdd75 [2021-03-09T09:09:43.693Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T09:09:44.048Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T09:09:44.048Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T09:09:44.048Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T09:09:44.048Z] ---> Running in 3ea4c9ad521f [2021-03-09T09:09:44.048Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T09:09:45.155Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T09:09:45.155Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T09:09:45.735Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T09:09:46.002Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T09:09:46.002Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T09:09:46.956Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T09:09:46.956Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T09:09:47.229Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T09:09:47.229Z] Removing intermediate container 74350d2cdd75 [2021-03-09T09:09:47.229Z] ---> ed5c10ae7c1c [2021-03-09T09:09:47.229Z] [2021-03-09T09:09:47.229Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T09:09:47.229Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T09:09:47.492Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T09:09:47.492Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T09:09:47.492Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T09:09:47.492Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T09:09:48.084Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T09:09:48.084Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T09:09:48.084Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T09:09:48.084Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T09:09:48.375Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T09:09:48.375Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:09:48.375Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:09:48.375Z] ---> 4c266b85e9a2 [2021-03-09T09:09:48.375Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T09:09:48.375Z] ---> Using cache [2021-03-09T09:09:48.375Z] ---> 0010c40cb743 [2021-03-09T09:09:48.644Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:09:48.644Z] ---> Using cache [2021-03-09T09:09:48.644Z] ---> fe5dfedb68c9 [2021-03-09T09:09:48.644Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T09:09:48.644Z] ---> Using cache [2021-03-09T09:09:48.644Z] ---> 25f0e6051dcd [2021-03-09T09:09:48.644Z] Step 6/31 : COPY go.mod . [2021-03-09T09:09:48.644Z] ---> Using cache [2021-03-09T09:09:48.644Z] ---> ea78866088b1 [2021-03-09T09:09:48.644Z] Step 7/31 : RUN go mod download [2021-03-09T09:09:48.644Z] ---> Using cache [2021-03-09T09:09:48.644Z] ---> 9783d1eaa95b [2021-03-09T09:09:48.644Z] Step 8/31 : COPY . . [2021-03-09T09:09:48.644Z] ---> Using cache [2021-03-09T09:09:48.644Z] ---> aa309f489992 [2021-03-09T09:09:48.644Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T09:09:48.644Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T09:09:48.644Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T09:09:49.595Z] Successfully built ed5c10ae7c1c [2021-03-09T09:09:49.595Z] Successfully tagged docker-core-data-go:latest [2021-03-09T09:09:49.595Z] Building docker-core-metadata-go [2021-03-09T09:09:49.595Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T09:09:49.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:50.553Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:09:50.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:09:50.553Z] OK: 71 MiB in 55 packages [2021-03-09T09:09:50.553Z] ---> Running in e416759f193f [2021-03-09T09:09:51.128Z] OK: 233 MiB in 51 packages [2021-03-09T09:09:52.089Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T09:09:54.084Z] Removing intermediate container 3ea4c9ad521f [2021-03-09T09:09:54.084Z] ---> b98e220b6c11 [2021-03-09T09:09:54.084Z] Step 6/22 : COPY go.mod . [2021-03-09T09:09:55.061Z] ---> 77a001a521d0 [2021-03-09T09:09:55.061Z] Step 7/22 : RUN go mod download [2021-03-09T09:09:56.509Z] ---> Running in f4abda41e889 [2021-03-09T09:10:01.944Z] Removing intermediate container f4abda41e889 [2021-03-09T09:10:01.944Z] ---> a4b53b79e8d3 [2021-03-09T09:10:01.944Z] Step 8/22 : COPY . . [2021-03-09T09:10:12.085Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:10:12.085Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:10:12.085Z] ---> 4c266b85e9a2 [2021-03-09T09:10:12.085Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T09:10:12.085Z] ---> Using cache [2021-03-09T09:10:12.085Z] ---> 0010c40cb743 [2021-03-09T09:10:12.085Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:10:12.085Z] ---> Using cache [2021-03-09T09:10:12.085Z] ---> fe5dfedb68c9 [2021-03-09T09:10:12.085Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T09:10:12.085Z] ---> Using cache [2021-03-09T09:10:12.085Z] ---> 25f0e6051dcd [2021-03-09T09:10:12.085Z] Step 6/23 : COPY go.mod . [2021-03-09T09:10:12.085Z] ---> Using cache [2021-03-09T09:10:12.085Z] ---> ea78866088b1 [2021-03-09T09:10:12.085Z] Step 7/23 : RUN go mod download [2021-03-09T09:10:12.085Z] ---> Using cache [2021-03-09T09:10:12.085Z] ---> 9783d1eaa95b [2021-03-09T09:10:12.085Z] Step 8/23 : COPY . . [2021-03-09T09:10:12.085Z] ---> Using cache [2021-03-09T09:10:12.085Z] ---> aa309f489992 [2021-03-09T09:10:12.085Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T09:10:13.510Z] ---> Running in cc74a7f2b0aa [2021-03-09T09:10:16.860Z] Removing intermediate container 6ec99cbe96f7 [2021-03-09T09:10:16.860Z] ---> a71c50fa1d19 [2021-03-09T09:10:16.860Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T09:10:17.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T09:10:19.436Z] ---> Running in 1c8865b8d853 [2021-03-09T09:10:19.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T09:10:27.695Z] Collecting docker-compose==1.23.2 [2021-03-09T09:10:27.695Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T09:10:27.695Z] Collecting PyYAML<4,>=3.10 [2021-03-09T09:10:27.695Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T09:10:29.486Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T09:10:31.063Z] Removing intermediate container e416759f193f [2021-03-09T09:10:31.063Z] ---> ad61a1b99fc2 [2021-03-09T09:10:31.063Z] [2021-03-09T09:10:31.063Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T09:10:31.063Z] ---> 88dd2752d2ea [2021-03-09T09:10:31.063Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T09:10:31.063Z] ---> 20155f2fc3e3 [2021-03-09T09:10:31.063Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T09:10:32.007Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T09:10:32.007Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T09:10:32.270Z] ---> Running in 15f27cc587ce [2021-03-09T09:10:32.271Z] ---> Running in aa435a3db58b [2021-03-09T09:10:32.859Z] Removing intermediate container 9753b18a28d4 [2021-03-09T09:10:32.859Z] ---> 93e130f26582 [2021-03-09T09:10:32.859Z] [2021-03-09T09:10:32.859Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T09:10:32.859Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T09:10:32.859Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T09:10:32.859Z] ---> 88dd2752d2ea [2021-03-09T09:10:32.859Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T09:10:32.859Z] Removing intermediate container 15f27cc587ce [2021-03-09T09:10:32.859Z] ---> 5927c09a1c9c [2021-03-09T09:10:32.859Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T09:10:33.140Z] ---> Running in e0ef9d568eeb [2021-03-09T09:10:33.140Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T09:10:33.140Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T09:10:33.414Z] ---> Running in b1779000df03 [2021-03-09T09:10:33.414Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T09:10:33.414Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T09:10:33.691Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T09:10:33.691Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T09:10:33.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T09:10:34.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:10:34.237Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T09:10:34.237Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T09:10:34.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:10:34.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:10:34.518Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T09:10:34.518Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T09:10:34.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:10:34.518Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T09:10:34.788Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T09:10:34.788Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T09:10:34.788Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T09:10:34.788Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:10:34.788Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T09:10:34.788Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T09:10:34.788Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T09:10:34.788Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:10:34.788Z] OK: 7 MiB in 18 packages [2021-03-09T09:10:34.788Z] OK: 6 MiB in 16 packages [2021-03-09T09:10:35.380Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T09:10:35.380Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T09:10:35.970Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-09T09:10:36.223Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T09:10:36.919Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T09:10:36.919Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T09:10:37.195Z] Collecting idna<2.8,>=2.5 [2021-03-09T09:10:37.195Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T09:10:37.470Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-09T09:10:37.470Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T09:10:37.470Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T09:10:37.470Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-09T09:10:37.470Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T09:10:37.470Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T09:10:37.470Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T09:10:37.470Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T09:10:37.742Z] Installing collected packages: PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose [2021-03-09T09:10:37.742Z] Running setup.py install for PyYAML: started [2021-03-09T09:10:38.339Z] Removing intermediate container b1779000df03 [2021-03-09T09:10:38.339Z] ---> 90b1a952b3db [2021-03-09T09:10:38.339Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T09:10:38.339Z] Removing intermediate container e0ef9d568eeb [2021-03-09T09:10:38.339Z] ---> 2ee1a2006e1b [2021-03-09T09:10:38.339Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T09:10:38.339Z] ---> Running in 89bfdf3ee4ae [2021-03-09T09:10:38.339Z] ---> Running in 2c47ed0d49c5 [2021-03-09T09:10:38.612Z] Removing intermediate container 89bfdf3ee4ae [2021-03-09T09:10:38.612Z] ---> 58a22d1171c4 [2021-03-09T09:10:38.612Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T09:10:38.881Z] Removing intermediate container 2c47ed0d49c5 [2021-03-09T09:10:38.881Z] ---> a8142c6e65e9 [2021-03-09T09:10:38.881Z] Step 13/21 : WORKDIR /edgex [2021-03-09T09:10:38.881Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T09:10:38.881Z] Attempting uninstall: idna [2021-03-09T09:10:38.881Z] Found existing installation: idna 2.9 [2021-03-09T09:10:38.881Z] Uninstalling idna-2.9: [2021-03-09T09:10:39.149Z] ---> Running in d9809f227fc9 [2021-03-09T09:10:39.150Z] Successfully uninstalled idna-2.9 [2021-03-09T09:10:39.150Z] ---> Running in 9671cb2ef874 [2021-03-09T09:10:39.421Z] Attempting uninstall: urllib3 [2021-03-09T09:10:39.421Z] Found existing installation: urllib3 1.25.9 [2021-03-09T09:10:39.421Z] Uninstalling urllib3-1.25.9: [2021-03-09T09:10:39.692Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T09:10:39.954Z] Removing intermediate container d9809f227fc9 [2021-03-09T09:10:39.954Z] ---> 49c275f8abf8 [2021-03-09T09:10:39.954Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T09:10:41.385Z] ---> Running in a0c0bc6d91ca [2021-03-09T09:10:41.385Z] Removing intermediate container 9671cb2ef874 [2021-03-09T09:10:41.385Z] ---> e97b5948c744 [2021-03-09T09:10:41.385Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T09:10:41.385Z] Attempting uninstall: requests [2021-03-09T09:10:41.385Z] Found existing installation: requests 2.23.0 [2021-03-09T09:10:41.385Z] Uninstalling requests-2.23.0: [2021-03-09T09:10:41.385Z] Successfully uninstalled requests-2.23.0 [2021-03-09T09:10:42.000Z] ---> d24034d1a378 [2021-03-09T09:10:42.000Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T09:10:42.281Z] Running setup.py install for dockerpty: started [2021-03-09T09:10:42.897Z] ---> c583a45ef93f [2021-03-09T09:10:42.897Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T09:10:43.178Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T09:10:43.790Z] Removing intermediate container a0c0bc6d91ca [2021-03-09T09:10:43.790Z] ---> c5ef831df6de [2021-03-09T09:10:43.790Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T09:10:44.058Z] Running setup.py install for docopt: started [2021-03-09T09:10:44.336Z] ---> 79ba72847bdd [2021-03-09T09:10:44.336Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T09:10:44.336Z] ---> Running in 41af11edee66 [2021-03-09T09:10:44.541Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T09:10:44.541Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T09:10:44.639Z] ---> Running in ee59e4257db0 [2021-03-09T09:10:44.639Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T09:10:44.639Z] Running setup.py install for texttable: started [2021-03-09T09:10:44.940Z] Removing intermediate container 41af11edee66 [2021-03-09T09:10:44.940Z] ---> 247428d01b5c [2021-03-09T09:10:44.940Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T09:10:44.940Z] Removing intermediate container ee59e4257db0 [2021-03-09T09:10:44.940Z] ---> dd5b52816fc8 [2021-03-09T09:10:44.940Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T09:10:45.226Z] ---> Running in 7e948df52169 [2021-03-09T09:10:45.226Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T09:10:47.196Z] ---> 6f6c0ac9ae2b [2021-03-09T09:10:47.196Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T09:10:47.465Z] Removing intermediate container 7e948df52169 [2021-03-09T09:10:47.465Z] ---> d2a092d8bca2 [2021-03-09T09:10:47.465Z] Step 19/21 : LABEL arch=x86_64 [2021-03-09T09:10:47.703Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T09:10:47.703Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T09:10:47.703Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T09:10:47.979Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T09:10:48.410Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T09:10:48.998Z] ---> Running in 2b15fa8dd405 [2021-03-09T09:10:48.998Z] ---> Running in f55aacbaad93 [2021-03-09T09:10:49.588Z] Removing intermediate container cc74a7f2b0aa [2021-03-09T09:10:49.588Z] ---> b3b716d5ba0d [2021-03-09T09:10:49.588Z] [2021-03-09T09:10:49.588Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T09:10:49.588Z] ---> 88dd2752d2ea [2021-03-09T09:10:49.588Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T09:10:49.588Z] ---> Using cache [2021-03-09T09:10:49.588Z] ---> 080af66a5b95 [2021-03-09T09:10:49.588Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T09:10:49.588Z] ---> Using cache [2021-03-09T09:10:49.588Z] ---> 8ce2101831f3 [2021-03-09T09:10:49.588Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T09:10:49.854Z] Removing intermediate container f55aacbaad93 [2021-03-09T09:10:49.854Z] ---> 806f0215b495 [2021-03-09T09:10:49.854Z] Step 20/21 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:10:49.854Z] ---> Running in c23b6f278d63 [2021-03-09T09:10:49.854Z] ---> Running in a54fba610113 [2021-03-09T09:10:50.130Z] Removing intermediate container c23b6f278d63 [2021-03-09T09:10:50.130Z] ---> 333e496a0b5c [2021-03-09T09:10:50.130Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T09:10:51.095Z] ---> Running in bb253cb53861 [2021-03-09T09:10:51.394Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T09:10:51.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T09:10:51.695Z] Removing intermediate container a54fba610113 [2021-03-09T09:10:51.695Z] ---> 13d6e580b9db [2021-03-09T09:10:51.695Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T09:10:52.308Z] Removing intermediate container 1c8865b8d853 [2021-03-09T09:10:52.309Z] ---> bc987e26ea70 [2021-03-09T09:10:52.309Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T09:10:52.309Z] Removing intermediate container bb253cb53861 [2021-03-09T09:10:52.309Z] ---> b1a01910bfdf [2021-03-09T09:10:52.309Z] Step 15/23 : WORKDIR / [2021-03-09T09:10:52.579Z] ---> Running in 6b864decc886 [2021-03-09T09:10:52.850Z] ---> Running in 761fa8a66b8e [2021-03-09T09:10:53.824Z] ---> Running in 99d48c1a3df9 [2021-03-09T09:10:53.824Z] Removing intermediate container 6b864decc886 [2021-03-09T09:10:53.824Z] ---> cd8a159f0e2a [2021-03-09T09:10:53.824Z] [2021-03-09T09:10:54.088Z] Removing intermediate container 2b15fa8dd405 [2021-03-09T09:10:54.088Z] ---> 9124f1a8e820 [2021-03-09T09:10:54.088Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:10:54.088Z] Successfully built cd8a159f0e2a [2021-03-09T09:10:54.376Z] Removing intermediate container 99d48c1a3df9 [2021-03-09T09:10:54.376Z] ---> 341f9a9af9c9 [2021-03-09T09:10:54.376Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:10:54.376Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-09T09:10:54.376Z]  Building docker-security-proxy-setup-go ... done  ---> f65786264a9e [2021-03-09T09:10:54.376Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T09:10:54.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:10:54.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:10:54.641Z] ---> 7c8ca2c99ae3 [2021-03-09T09:10:54.641Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T09:10:54.641Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T09:10:54.641Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T09:10:54.641Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T09:10:54.641Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:10:54.904Z] OK: 72 MiB in 58 packages [2021-03-09T09:10:55.171Z] ---> 3eb4701489ff [2021-03-09T09:10:55.171Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T09:10:55.435Z] ---> 2c1afe4b17e5 [2021-03-09T09:10:55.435Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T09:10:56.025Z] ---> c8bd7d1ae542 [2021-03-09T09:10:56.025Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T09:10:56.025Z] Removing intermediate container 761fa8a66b8e [2021-03-09T09:10:56.025Z] ---> 71450d84fd9d [2021-03-09T09:10:56.026Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T09:10:56.287Z] ---> 02dded80594a [2021-03-09T09:10:56.287Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T09:10:56.287Z] ---> Running in 73498a7646ed [2021-03-09T09:10:56.287Z] ---> Running in 977249c37097 [2021-03-09T09:10:56.551Z] Removing intermediate container 73498a7646ed [2021-03-09T09:10:56.551Z] ---> 9ca9a956e57c [2021-03-09T09:10:56.551Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:10:58.473Z] ---> 64f472e02cc1 [2021-03-09T09:10:58.473Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T09:10:58.473Z] ---> Running in 19e748036e89 [2021-03-09T09:10:58.473Z] Removing intermediate container 977249c37097 [2021-03-09T09:10:58.473Z] ---> 6002cc9211ec [2021-03-09T09:10:58.473Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:10:58.742Z] Removing intermediate container aa435a3db58b [2021-03-09T09:10:58.742Z] ---> 529b496e6885 [2021-03-09T09:10:58.742Z] [2021-03-09T09:10:58.742Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T09:10:58.742Z] ---> 88dd2752d2ea [2021-03-09T09:10:58.742Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T09:10:58.742Z] ---> Running in 92a07a545086 [2021-03-09T09:10:59.121Z] ---> Running in 25cf9fdb727a [2021-03-09T09:10:59.121Z] ---> bd61dca3f3ac [2021-03-09T09:10:59.121Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T09:10:59.121Z] Removing intermediate container 19e748036e89 [2021-03-09T09:10:59.121Z] ---> 6f07af0f27ab [2021-03-09T09:10:59.121Z] Step 24/26 : LABEL arch=x86_64 [2021-03-09T09:10:59.423Z] ---> Running in 7313524faeb1 [2021-03-09T09:10:59.423Z] ---> Running in a1f7f75905d7 [2021-03-09T09:10:59.423Z] Removing intermediate container 92a07a545086 [2021-03-09T09:10:59.423Z] ---> f667f45a503f [2021-03-09T09:10:59.423Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T09:10:59.717Z] ---> Running in 83ce8c8c7dda [2021-03-09T09:10:59.717Z] Removing intermediate container 7313524faeb1 [2021-03-09T09:10:59.717Z] ---> 02b94d0f627e [2021-03-09T09:10:59.717Z] Step 25/26 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:10:59.717Z] Removing intermediate container a1f7f75905d7 [2021-03-09T09:10:59.717Z] ---> e93699bb3f88 [2021-03-09T09:10:59.717Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T09:11:00.021Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T09:11:00.021Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T09:11:00.021Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T09:11:00.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T09:11:00.105Z] ---> Running in 1620e3fb1a0f [2021-03-09T09:11:00.105Z] Removing intermediate container 83ce8c8c7dda [2021-03-09T09:11:00.105Z] ---> 738372cbf3fc [2021-03-09T09:11:00.105Z] Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:11:00.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T09:11:00.105Z] ---> Running in 6f52338ff5be [2021-03-09T09:11:00.105Z] Removing intermediate container 1620e3fb1a0f [2021-03-09T09:11:00.105Z] ---> 40ca5f822469 [2021-03-09T09:11:00.105Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T09:11:00.105Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T09:11:00.105Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T09:11:00.105Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:11:00.105Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T09:11:00.411Z] OK: 6 MiB in 16 packages [2021-03-09T09:11:00.673Z] ---> 1b31b58ea9f3 [2021-03-09T09:11:00.673Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T09:11:00.935Z] ---> Running in 7cae9a36d4d3 [2021-03-09T09:11:00.935Z] Removing intermediate container 6f52338ff5be [2021-03-09T09:11:00.935Z] ---> 12762e059ceb [2021-03-09T09:11:00.935Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T09:11:01.205Z] ---> Running in 226f970f04fb [2021-03-09T09:11:01.468Z] ---> Running in 3e4bdb9e2ecf [2021-03-09T09:11:02.045Z] Removing intermediate container 7cae9a36d4d3 [2021-03-09T09:11:02.045Z] ---> 9cb02bb39bad [2021-03-09T09:11:02.045Z] [2021-03-09T09:11:02.311Z] Removing intermediate container 25cf9fdb727a [2021-03-09T09:11:02.311Z] ---> f07870e87cc8 [2021-03-09T09:11:02.311Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T09:11:02.311Z] Successfully built 9cb02bb39bad [2021-03-09T09:11:02.311Z] Removing intermediate container 3e4bdb9e2ecf [2021-03-09T09:11:02.311Z] ---> 8905c0c86cc9 [2021-03-09T09:11:02.311Z] [2021-03-09T09:11:02.311Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-09T09:11:02.572Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 22298982d2c7 [2021-03-09T09:11:02.834Z] Successfully built 8905c0c86cc9 [2021-03-09T09:11:03.099Z] Successfully tagged docker-core-metadata-go:latest [2021-03-09T09:11:03.099Z]  Building docker-core-metadata-go ... done Removing intermediate container 22298982d2c7 [2021-03-09T09:11:03.099Z] ---> dbaac81b1eb4 [2021-03-09T09:11:03.099Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T09:11:03.099Z] ---> Running in efcbf21d0c5a [2021-03-09T09:11:03.363Z] Removing intermediate container efcbf21d0c5a [2021-03-09T09:11:03.363Z] ---> 4e67620b53b0 [2021-03-09T09:11:03.363Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T09:11:03.630Z] ---> Running in 1088a2bff571 [2021-03-09T09:11:03.630Z] Removing intermediate container 226f970f04fb [2021-03-09T09:11:03.630Z] ---> 4c118af0159e [2021-03-09T09:11:03.630Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T09:11:03.630Z] Removing intermediate container 1088a2bff571 [2021-03-09T09:11:03.630Z] ---> 0bf5e41128e5 [2021-03-09T09:11:03.630Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:11:03.893Z] ---> Running in ce0d51485022 [2021-03-09T09:11:04.158Z] ---> 63d5c821422d [2021-03-09T09:11:04.158Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T09:11:04.158Z] Removing intermediate container ce0d51485022 [2021-03-09T09:11:04.158Z] ---> e3def93e6486 [2021-03-09T09:11:04.158Z] Step 28/31 : CMD ["gate"] [2021-03-09T09:11:04.158Z] ---> Running in 5865f8067cec [2021-03-09T09:11:04.733Z] Removing intermediate container 5865f8067cec [2021-03-09T09:11:04.733Z] ---> be06175218bd [2021-03-09T09:11:04.733Z] Step 29/31 : LABEL arch=x86_64 [2021-03-09T09:11:04.733Z] ---> 118b06f16d56 [2021-03-09T09:11:04.733Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T09:11:04.733Z] ---> Running in 68536eb92856 [2021-03-09T09:11:04.994Z] Removing intermediate container 68536eb92856 [2021-03-09T09:11:04.994Z] ---> 3ae73c05e016 [2021-03-09T09:11:04.994Z] Step 30/31 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:11:05.258Z] ---> e0b05b646b30 [2021-03-09T09:11:05.258Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T09:11:05.258Z] ---> Running in 4aa169411a77 [2021-03-09T09:11:05.258Z] ---> Running in 429a57e66efd [2021-03-09T09:11:05.258Z] Removing intermediate container 4aa169411a77 [2021-03-09T09:11:05.258Z] ---> 32872eecfa52 [2021-03-09T09:11:05.258Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T09:11:05.520Z] Removing intermediate container 429a57e66efd [2021-03-09T09:11:05.520Z] ---> cb68cbd3fd47 [2021-03-09T09:11:05.520Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:11:05.781Z] ---> Running in 262ee723193d [2021-03-09T09:11:05.781Z] ---> Running in 2d407dba017f [2021-03-09T09:11:05.781Z] Removing intermediate container 262ee723193d [2021-03-09T09:11:05.781Z] ---> 1b57a9e4dbe0 [2021-03-09T09:11:05.781Z] [2021-03-09T09:11:06.042Z] Removing intermediate container 2d407dba017f [2021-03-09T09:11:06.042Z] ---> 1f0fbba55e50 [2021-03-09T09:11:06.042Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T09:11:06.042Z] Successfully built 1b57a9e4dbe0 [2021-03-09T09:11:06.042Z] ---> Running in f7b9d04a377e [2021-03-09T09:11:06.042Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-09T09:11:06.307Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container f7b9d04a377e [2021-03-09T09:11:06.307Z] ---> a804ce39afab [2021-03-09T09:11:06.307Z] Step 21/22 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:11:06.307Z] ---> Running in 8fb21a0ced80 [2021-03-09T09:11:06.567Z] Removing intermediate container 8fb21a0ced80 [2021-03-09T09:11:06.567Z] ---> 8c68de90a199 [2021-03-09T09:11:06.567Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T09:11:06.568Z] ---> Running in 6b1bdd8aa1e2 [2021-03-09T09:11:06.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.387s coverage: 45.9% of statements [2021-03-09T09:11:06.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T09:11:06.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T09:11:06.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T09:11:06.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T09:11:06.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T09:11:06.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T09:11:06.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T09:11:06.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.249s coverage: 100.0% of statements [2021-03-09T09:11:06.835Z] Removing intermediate container 6b1bdd8aa1e2 [2021-03-09T09:11:06.835Z] ---> 90ca6cb11166 [2021-03-09T09:11:06.835Z] [2021-03-09T09:11:06.835Z] Successfully built 90ca6cb11166 [2021-03-09T09:11:06.835Z] Successfully tagged docker-support-notifications-go:latest [2021-03-09T09:11:07.109Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-09T09:11:07.135Z] $ docker stop --time=1 7510b8f9c7028bda1c79012ddc44bfe05a045b05d4a07bba9c16c47173741265 [2021-03-09T09:11:08.761Z] $ docker rm -f 7510b8f9c7028bda1c79012ddc44bfe05a045b05d4a07bba9c16c47173741265 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T09:11:09.320Z] + docker images [2021-03-09T09:11:09.320Z] + grep docker [2021-03-09T09:11:09.583Z] docker-support-notifications-go latest 90ca6cb11166 3 seconds ago 17.8MB [2021-03-09T09:11:09.583Z] docker-security-bootstrapper-go latest 1b57a9e4dbe0 4 seconds ago 18.7MB [2021-03-09T09:11:09.583Z] docker-core-metadata-go latest 8905c0c86cc9 7 seconds ago 19MB [2021-03-09T09:11:09.583Z] docker-sys-mgmt-agent-go latest 9cb02bb39bad 8 seconds ago 313MB [2021-03-09T09:11:09.583Z] docker-security-proxy-setup-go latest cd8a159f0e2a 16 seconds ago 24.7MB [2021-03-09T09:11:09.583Z] docker-core-data-go latest ed5c10ae7c1c About a minute ago 22.4MB [2021-03-09T09:11:09.583Z] docker-security-secretstore-setup-go latest c2e11f1e8e76 About a minute ago 24.9MB [2021-03-09T09:11:09.583Z] docker-core-command-go latest e9d9f72eb88a About a minute ago 17.2MB [2021-03-09T09:11:09.583Z] docker-support-scheduler-go latest 3b0f44ceb51e About a minute ago 17.2MB [2021-03-09T09:11:09.583Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-09T09:11:12.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.550s coverage: 27.1% of statements [2021-03-09T09:11:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T09:11:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T09:11:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T09:11:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T09:11:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T09:11:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T09:11:12.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.139s coverage: 100.0% of statements [2021-03-09T09:11:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T09:11:12.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-03-09T09:11:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T09:11:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T09:11:14.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.345s coverage: 66.2% of statements [2021-03-09T09:11:14.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T09:11:14.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T09:11:16.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.759s coverage: 82.4% of statements [2021-03-09T09:11:16.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T09:11:16.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T09:11:16.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-09T09:11:16.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T09:11:22.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.276s coverage: 28.6% of statements [2021-03-09T09:11:22.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T09:11:22.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T09:11:22.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T09:11:22.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T09:11:22.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T09:11:22.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-03-09T09:11:22.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T09:11:22.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-03-09T09:11:22.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T09:11:22.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.395s coverage: 86.7% of statements [2021-03-09T09:11:22.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T09:11:22.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.420s coverage: 97.5% of statements [2021-03-09T09:11:22.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T09:11:23.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2021-03-09T09:11:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T09:11:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T09:11:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T09:11:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T09:11:25.277Z] Still waiting to schedule task [2021-03-09T09:11:25.277Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-09T09:11:32.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.233s coverage: 92.8% of statements [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T09:11:32.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T09:11:32.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T09:11:32.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T09:11:32.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-03-09T09:11:32.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-03-09T09:11:32.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2021-03-09T09:11:32.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.109s coverage: 96.3% of statements [2021-03-09T09:11:32.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-03-09T09:11:47.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements [2021-03-09T09:11:47.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-09T09:11:47.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.103s coverage: 81.4% of statements [2021-03-09T09:12:02.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T09:12:02.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T09:12:02.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T09:12:02.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T09:12:02.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-03-09T09:12:02.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.6% of statements [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.154s coverage: 91.6% of statements [2021-03-09T09:12:02.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.557s coverage: 62.4% of statements [2021-03-09T09:12:02.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T09:12:02.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-03-09T09:12:02.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 69.0% of statements [2021-03-09T09:12:02.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T09:12:02.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T09:12:02.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T09:12:05.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.509s coverage: 38.4% of statements [2021-03-09T09:12:05.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T09:12:05.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T09:12:05.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.123s coverage: 89.5% of statements [2021-03-09T09:12:05.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T09:12:05.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.073s coverage: 84.8% of statements [2021-03-09T09:12:10.539Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.451s coverage: 47.0% of statements [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T09:12:10.539Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.195s coverage: 100.0% of statements [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T09:12:10.539Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T09:12:10.539Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.449s coverage: 87.8% of statements [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T09:12:10.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T09:12:18.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.065s coverage: 29.1% of statements [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T09:12:18.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T09:12:18.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.138s coverage: 100.0% of statements [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T09:12:18.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.191s coverage: 95.6% of statements [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T09:12:18.849Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T09:12:18.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T09:12:18.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T09:12:18.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T09:12:18.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-03-09T09:12:18.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-09T09:12:19.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-09T09:12:20.807Z] GO111MODULE=on go vet ./... [2021-03-09T09:12:32.285Z] Running on prd-ubuntu18.04-docker-8c-8g-29124 in /w/workspace/edgexfoundry_edgex-go_PR-3238 [Pipeline] { [Pipeline] ws [2021-03-09T09:12:32.336Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-09T09:12:34.811Z] using credential edgex-jenkins-ssh [2021-03-09T09:12:34.861Z] Cloning the remote Git repository [2021-03-09T09:12:34.931Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T09:12:35.002Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-09T09:12:35.035Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T09:12:35.035Z] > git --version # timeout=10 [2021-03-09T09:12:35.043Z] > git --version # 'git version 2.17.1' [2021-03-09T09:12:35.043Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T09:12:35.075Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T09:12:42.337Z] Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:12:41.635Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T09:12:41.646Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T09:12:41.660Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T09:12:41.678Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T09:12:41.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T09:12:41.686Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3238/head:refs/remotes/origin/PR-3238 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T09:12:42.373Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T09:12:42.557Z] Merge succeeded, producing 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:12:42.557Z] Checking out Revision 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 (PR-3238) [2021-03-09T09:12:42.379Z] > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 [2021-03-09T09:12:42.542Z] > git remote # timeout=10 [2021-03-09T09:12:42.551Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T09:12:42.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T09:12:42.563Z] > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 [2021-03-09T09:12:42.574Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T09:12:42.586Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T09:12:42.591Z] > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 [2021-03-09T09:12:46.348Z] Commit message: "fix: Update docker file location" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:12:47.468Z] + echo snap-build.sh [2021-03-09T09:12:47.469Z] snap-build.sh [2021-03-09T09:12:47.469Z] + SNAP_BASE_DIR=. [2021-03-09T09:12:47.469Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-09T09:12:47.469Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-09T09:12:47.469Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-09T09:12:47.469Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-09T09:12:47.469Z] + cd /w/workspace/edgex-go/4 [2021-03-09T09:12:47.469Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-09T09:12:47.469Z] Reading package lists... [2021-03-09T09:12:47.733Z] Building dependency tree... [2021-03-09T09:12:47.733Z] Reading state information... [2021-03-09T09:12:47.997Z] The following packages were automatically installed and are no longer required: [2021-03-09T09:12:47.997Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-09T09:12:47.997Z] uidmap xdelta3 [2021-03-09T09:12:47.997Z] Use 'sudo apt autoremove' to remove them. [2021-03-09T09:12:47.997Z] The following packages will be REMOVED: [2021-03-09T09:12:47.997Z] lxd* lxd-client* [2021-03-09T09:12:48.582Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-09T09:12:48.582Z] After this operation, 31.7 MB disk space will be freed. [2021-03-09T09:12:50.172Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-09T09:12:50.172Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T09:12:51.570Z] Removing lxd dnsmasq configuration [2021-03-09T09:12:51.570Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T09:12:51.570Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-09T09:12:52.529Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-09T09:12:52.795Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-09T09:12:53.059Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T09:12:54.991Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-09T09:12:55.255Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-09T09:12:57.184Z] + sudo snap remove --purge lxd [2021-03-09T09:12:57.449Z] snap "lxd" is not installed [2021-03-09T09:12:57.449Z] + sudo groupadd --force --system lxd [2021-03-09T09:12:57.449Z] ++ whoami [2021-03-09T09:12:57.449Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-09T09:12:57.449Z] + newgrp - lxd [2021-03-09T09:12:57.449Z] + sudo snap install lxd [2021-03-09T09:13:09.801Z] 2021-03-09T09:13:06Z INFO Waiting for automatic snapd restart... [2021-03-09T09:13:24.776Z] lxd 4.11 from Canonical* installed [2021-03-09T09:13:24.776Z] + sudo lxd init --auto [2021-03-09T09:13:32.948Z] + sudo snap install --classic snapcraft [2021-03-09T09:13:39.560Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T09:13:39.560Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-09T09:13:39.560Z] + patch --verbose -p1 [2021-03-09T09:13:39.560Z] Hmm... Looks like a unified diff to me... [2021-03-09T09:13:39.560Z] The text leading up to this was: [2021-03-09T09:13:39.560Z] -------------------------- [2021-03-09T09:13:39.560Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-09T09:13:39.560Z] |From: Tony Espy [2021-03-09T09:13:39.560Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-09T09:13:39.560Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-09T09:13:39.560Z] | [2021-03-09T09:13:39.560Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-09T09:13:39.560Z] |optimize the snap CI check run for pull requests. When [2021-03-09T09:13:39.560Z] |applied, it essentially strips out everything (apps and [2021-03-09T09:13:39.560Z] |parts) from the snapcraft.yaml file except those required [2021-03-09T09:13:39.560Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-09T09:13:39.560Z] |catch changes to edgex-go that break the snap build. [2021-03-09T09:13:39.560Z] | [2021-03-09T09:13:39.561Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-09T09:13:39.561Z] |to update this patch file, otherwise it may fail to apply, [2021-03-09T09:13:39.561Z] |resulting in a failed snap build CI check in the associated [2021-03-09T09:13:39.561Z] |pull request. [2021-03-09T09:13:39.561Z] | [2021-03-09T09:13:39.561Z] |Note - in addition to applying this patch, the pipeline also [2021-03-09T09:13:39.561Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-09T09:13:39.561Z] |need to build the finally binary .snap file (and it won't [2021-03-09T09:13:39.561Z] |work with the patch applied). This further reduces the build [2021-03-09T09:13:39.561Z] |time. [2021-03-09T09:13:39.561Z] |--- [2021-03-09T09:13:39.561Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-09T09:13:39.561Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-09T09:13:39.561Z] | [2021-03-09T09:13:39.561Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-09T09:13:39.561Z] |index 1e537489..faf42425 100644 [2021-03-09T09:13:39.561Z] |--- a/snap/snapcraft.yaml [2021-03-09T09:13:39.561Z] |+++ b/snap/snapcraft.yaml [2021-03-09T09:13:39.561Z] -------------------------- [2021-03-09T09:13:39.561Z] patching file snap/snapcraft.yaml [2021-03-09T09:13:39.561Z] Using Plan A... [2021-03-09T09:13:39.561Z] Hunk #1 succeeded at 73. [2021-03-09T09:13:39.561Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-09T09:13:39.561Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-09T09:13:39.561Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-09T09:13:39.561Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-09T09:13:39.561Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-09T09:13:39.561Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-09T09:13:39.561Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-09T09:13:39.561Z] Hmm... Ignoring the trailing garbage. [2021-03-09T09:13:39.561Z] done [2021-03-09T09:13:39.561Z] + sudo snapcraft prime --use-lxd [2021-03-09T09:13:42.148Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-09T09:13:42.148Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-09T09:13:42.148Z] - README.md [2021-03-09T09:13:42.148Z] - snapcraft.yaml.orig [2021-03-09T09:13:42.148Z] [2021-03-09T09:13:42.148Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T09:13:43.102Z] Launching a container. [2021-03-09T09:13:43.150Z] gofmt -l . [2021-03-09T09:13:43.150Z] [ "`gofmt -l .`" = "" ] [2021-03-09T09:13:43.150Z] ./bin/test-go-mod-tidy.sh [2021-03-09T09:13:43.150Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T09:13:43.811Z] + ls -al . [2021-03-09T09:13:43.811Z] total 764 [2021-03-09T09:13:43.811Z] drwxrwxr-x 9 1001 1001 4096 Mar 9 09:13 . [2021-03-09T09:13:43.811Z] drwxr-xr-x 4 root root 4096 Mar 9 09:09 .. [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 09:07 .dockerignore [2021-03-09T09:13:43.811Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 09:07 .git [2021-03-09T09:13:43.811Z] drwxrwxr-x 3 1001 1001 4096 Mar 9 09:07 .github [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 09:07 .gitignore [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 09:07 .sonarcloud.properties [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 8475 Mar 9 09:07 Attribution.txt [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 09:07 CONTRIBUTING.md [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 09:07 Dockerfile.build [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 09:07 Jenkinsfile [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 09:07 LICENSE [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 09:07 Makefile [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 09:07 README.md [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 09:07 SECURITY.md [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 09:03 VERSION [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 09:07 ZMQWindows.md [2021-03-09T09:13:43.811Z] drwxrwxr-x 2 1001 1001 4096 Mar 9 09:07 bin [2021-03-09T09:13:43.811Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 09:07 cmd [2021-03-09T09:13:43.811Z] -rw-r--r-- 1 root root 622934 Mar 9 09:12 coverage.out [2021-03-09T09:13:43.811Z] -rw-r--r-- 1 root root 1055 Mar 9 09:13 go.mod [2021-03-09T09:13:43.811Z] -rw-r--r-- 1 root root 21699 Mar 9 09:13 go.sum [2021-03-09T09:13:43.811Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 09:07 internal [2021-03-09T09:13:43.811Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 09:07 openapi [2021-03-09T09:13:43.811Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 09:07 snap [2021-03-09T09:13:43.811Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 09:07 version.go [Pipeline] sh [2021-03-09T09:13:44.470Z] + '[' -e coverage.out ] [2021-03-09T09:13:44.471Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T09:13:44.493Z] Warning: overwriting stash ‘coverage-report’ [2021-03-09T09:13:45.766Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T09:13:46.511Z] + make build [2021-03-09T09:13:46.511Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T09:13:56.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T09:13:58.071Z] Waiting for container to be ready [2021-03-09T09:13:58.071Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-09T09:13:58.071Z] [2021-03-09T09:14:02.293Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-09T09:14:02.869Z] Waiting for network to be ready... [2021-03-09T09:14:03.445Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T09:14:03.445Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T09:14:04.021Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T09:14:04.021Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T09:14:04.021Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T09:14:04.286Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T09:14:04.286Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T09:14:04.286Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T09:14:04.286Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T09:14:04.286Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T09:14:04.286Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T09:14:04.551Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T09:14:04.551Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T09:14:04.551Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T09:14:04.551Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T09:14:04.551Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T09:14:04.551Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T09:14:04.551Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T09:14:05.128Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T09:14:05.707Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T09:14:05.978Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T09:14:05.978Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T09:14:05.978Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T09:14:05.978Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T09:14:05.978Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T09:14:05.978Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T09:14:05.978Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T09:14:10.213Z] Fetched 24.0 MB in 7s (3680 kB/s) [2021-03-09T09:14:12.144Z] Reading package lists... [2021-03-09T09:14:12.144Z] Reading package lists... [2021-03-09T09:14:12.406Z] Building dependency tree... [2021-03-09T09:14:12.406Z] Reading state information... [2021-03-09T09:14:12.406Z] The following additional packages will be installed: [2021-03-09T09:14:12.406Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T09:14:12.406Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T09:14:12.406Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T09:14:12.406Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-09T09:14:12.406Z] Suggested packages: [2021-03-09T09:14:12.407Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-09T09:14:12.407Z] Recommended packages: [2021-03-09T09:14:12.407Z] gnupg libsasl2-modules [2021-03-09T09:14:12.671Z] The following NEW packages will be installed: [2021-03-09T09:14:12.671Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T09:14:12.671Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T09:14:12.671Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T09:14:12.671Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-09T09:14:12.671Z] The following packages will be upgraded: [2021-03-09T09:14:12.671Z] gpg gpg-agent gpgconf libudev1 [2021-03-09T09:14:12.671Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-09T09:14:12.671Z] Need to get 3530 kB of archives. [2021-03-09T09:14:12.671Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-09T09:14:12.671Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-09T09:14:12.671Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-09T09:14:12.671Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-09T09:14:12.671Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-09T09:14:12.935Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-09T09:14:13.198Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-09T09:14:13.462Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-09T09:14:13.462Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-09T09:14:13.462Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-09T09:14:13.462Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-09T09:14:13.462Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-09T09:14:13.462Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-09T09:14:13.727Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-09T09:14:13.727Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-09T09:14:13.727Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-09T09:14:13.727Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-09T09:14:13.727Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-09T09:14:13.727Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-09T09:14:13.727Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-09T09:14:13.727Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-09T09:14:13.727Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-09T09:14:13.727Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-09T09:14:13.991Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T09:14:13.991Z] Fetched 3530 kB in 1s (3171 kB/s) [2021-03-09T09:14:13.991Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T09:14:13.991Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-09T09:14:14.256Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T09:14:14.256Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-09T09:14:14.256Z] Selecting previously unselected package udev. [2021-03-09T09:14:14.256Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T09:14:14.256Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-09T09:14:14.519Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-09T09:14:14.783Z] Selecting previously unselected package libfuse2:amd64. [2021-03-09T09:14:14.783Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T09:14:14.783Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T09:14:15.048Z] Selecting previously unselected package fuse. [2021-03-09T09:14:15.048Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T09:14:15.048Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-09T09:14:15.629Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T09:14:15.629Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T09:14:15.629Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T09:14:15.629Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T09:14:15.893Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T09:14:15.893Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T09:14:15.893Z] Selecting previously unselected package libksba8:amd64. [2021-03-09T09:14:15.893Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-09T09:14:15.893Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-09T09:14:16.157Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-09T09:14:16.157Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T09:14:16.157Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:16.421Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-09T09:14:16.421Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T09:14:16.421Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:16.421Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-09T09:14:16.421Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T09:14:16.421Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:16.686Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-09T09:14:16.686Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T09:14:16.686Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:16.686Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-09T09:14:16.686Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T09:14:16.686Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:16.949Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-09T09:14:16.949Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T09:14:16.949Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:16.949Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-09T09:14:16.949Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T09:14:16.949Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:17.213Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-09T09:14:17.213Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T09:14:17.213Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:17.213Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-09T09:14:17.213Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T09:14:17.213Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:17.213Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T09:14:17.213Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T09:14:17.213Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T09:14:17.477Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T09:14:17.477Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T09:14:17.477Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T09:14:17.477Z] Selecting previously unselected package libldap-common. [2021-03-09T09:14:17.477Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-09T09:14:17.477Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T09:14:17.743Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T09:14:17.743Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-09T09:14:17.743Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T09:14:18.006Z] Selecting previously unselected package dirmngr. [2021-03-09T09:14:18.006Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T09:14:18.006Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T09:14:18.006Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T09:14:18.006Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-09T09:14:18.269Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T09:14:18.269Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T09:14:18.269Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T09:14:18.269Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-09T09:14:18.269Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:18.269Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-09T09:14:18.269Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T09:14:18.532Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-09T09:14:18.800Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T09:14:19.065Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:19.065Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-09T09:14:19.065Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-09T09:14:19.332Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-09T09:14:19.332Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:19.332Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:19.332Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:19.332Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:19.332Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:19.332Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:19.596Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T09:14:19.596Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T09:14:19.596Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T09:14:19.596Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T09:14:20.550Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-09T09:14:20.550Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-09T09:14:20.550Z] This means they are not meant to be enabled using systemctl. [2021-03-09T09:14:20.550Z] Possible reasons for having this kind of units are: [2021-03-09T09:14:20.550Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-09T09:14:20.550Z] .wants/ or .requires/ directory. [2021-03-09T09:14:20.550Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-09T09:14:20.550Z] a requirement dependency on it. [2021-03-09T09:14:20.550Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-09T09:14:20.550Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-09T09:14:20.550Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-09T09:14:20.550Z] instance name specified. [2021-03-09T09:14:20.813Z] Reading package lists... [2021-03-09T09:14:21.077Z] Building dependency tree... [2021-03-09T09:14:21.077Z] Reading state information... [2021-03-09T09:14:21.341Z] The following additional packages will be installed: [2021-03-09T09:14:21.341Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-09T09:14:21.341Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-09T09:14:21.341Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-09T09:14:21.341Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-09T09:14:21.341Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-09T09:14:21.341Z] Suggested packages: [2021-03-09T09:14:21.341Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-09T09:14:21.341Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-09T09:14:21.341Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-09T09:14:21.341Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-09T09:14:21.341Z] systemd-container policykit-1 [2021-03-09T09:14:21.341Z] Recommended packages: [2021-03-09T09:14:21.341Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-09T09:14:21.341Z] The following NEW packages will be installed: [2021-03-09T09:14:21.341Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-09T09:14:21.341Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-09T09:14:21.341Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-09T09:14:21.341Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-09T09:14:21.341Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-09T09:14:21.341Z] The following packages will be upgraded: [2021-03-09T09:14:21.341Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-09T09:14:21.341Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-09T09:14:21.341Z] Need to get 35.2 MB of archives. [2021-03-09T09:14:21.341Z] After this operation, 141 MB of additional disk space will be used. [2021-03-09T09:14:21.341Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-09T09:14:21.341Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-09T09:14:22.293Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-09T09:14:22.293Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-09T09:14:22.293Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-09T09:14:22.294Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-09T09:14:22.294Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-09T09:14:22.294Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-09T09:14:22.294Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-09T09:14:22.294Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-09T09:14:22.294Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-09T09:14:22.294Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-09T09:14:22.294Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-09T09:14:22.294Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-09T09:14:22.294Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-09T09:14:22.294Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-09T09:14:22.294Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-09T09:14:22.294Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-09T09:14:22.294Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-09T09:14:22.573Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-09T09:14:22.573Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-09T09:14:22.573Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-09T09:14:22.573Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-09T09:14:22.573Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-09T09:14:22.573Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-09T09:14:22.573Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-09T09:14:22.573Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-09T09:14:22.573Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-09T09:14:22.573Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-09T09:14:22.573Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-09T09:14:23.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T09:14:23.971Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T09:14:23.971Z] Fetched 35.2 MB in 2s (15.0 MB/s) [2021-03-09T09:14:23.971Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T09:14:23.971Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-09T09:14:24.235Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T09:14:24.810Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-09T09:14:24.810Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T09:14:25.074Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-09T09:14:25.074Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T09:14:25.074Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T09:14:25.074Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T09:14:25.337Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-09T09:14:25.337Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T09:14:25.337Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T09:14:25.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T09:14:25.601Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T09:14:27.001Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-09T09:14:27.001Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-09T09:14:27.579Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-09T09:14:27.844Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-09T09:14:27.844Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T09:14:27.844Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T09:14:28.107Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-09T09:14:28.107Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T09:14:28.107Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T09:14:28.375Z] Selecting previously unselected package libexpat1:amd64. [2021-03-09T09:14:28.375Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-09T09:14:28.375Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T09:14:28.639Z] Selecting previously unselected package python3.6-minimal. [2021-03-09T09:14:28.639Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T09:14:28.639Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T09:14:28.901Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T09:14:28.901Z] Checking for services that may need to be restarted...done. [2021-03-09T09:14:28.901Z] Checking for services that may need to be restarted...done. [2021-03-09T09:14:28.901Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T09:14:29.164Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T09:14:29.164Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T09:14:29.741Z] Selecting previously unselected package python3-minimal. [2021-03-09T09:14:29.741Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-09T09:14:29.741Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-09T09:14:29.741Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-09T09:14:30.004Z] Selecting previously unselected package mime-support. [2021-03-09T09:14:30.004Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-09T09:14:30.004Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-09T09:14:30.004Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-09T09:14:30.004Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-09T09:14:30.004Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T09:14:30.267Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-09T09:14:30.267Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T09:14:30.267Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T09:14:30.528Z] Selecting previously unselected package python3.6. [2021-03-09T09:14:30.529Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T09:14:30.529Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T09:14:30.529Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T09:14:30.529Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-09T09:14:30.529Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T09:14:30.790Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-09T09:14:31.052Z] Selecting previously unselected package python3. [2021-03-09T09:14:31.052Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-09T09:14:31.052Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-09T09:14:31.052Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-09T09:14:31.052Z] Selecting previously unselected package multiarch-support. [2021-03-09T09:14:31.052Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T09:14:31.052Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T09:14:31.314Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T09:14:31.314Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-09T09:14:31.314Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-09T09:14:31.314Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-09T09:14:31.314Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T09:14:31.578Z] Selecting previously unselected package libbsd0:amd64. [2021-03-09T09:14:31.578Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-09T09:14:31.578Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T09:14:31.578Z] Selecting previously unselected package sudo. [2021-03-09T09:14:31.578Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-09T09:14:31.578Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T09:14:31.846Z] Selecting previously unselected package apparmor. [2021-03-09T09:14:31.846Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T09:14:31.846Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-09T09:14:32.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T09:14:32.425Z] Selecting previously unselected package libedit2:amd64. [2021-03-09T09:14:32.425Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-09T09:14:32.425Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T09:14:32.688Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T09:14:32.688Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T09:14:32.688Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T09:14:32.688Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T09:14:32.688Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T09:14:32.688Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T09:14:32.953Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T09:14:32.953Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-09T09:14:32.953Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T09:14:32.953Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T09:14:32.953Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T09:14:32.953Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T09:14:33.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T09:14:33.216Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T09:14:33.216Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T09:14:33.216Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T09:14:33.480Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-09T09:14:33.480Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-09T09:14:33.480Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T09:14:33.745Z] Selecting previously unselected package openssh-client. [2021-03-09T09:14:33.745Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-09T09:14:33.745Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T09:14:33.745Z] Selecting previously unselected package squashfs-tools. [2021-03-09T09:14:33.745Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-09T09:14:34.013Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T09:14:34.013Z] Selecting previously unselected package snapd. [2021-03-09T09:14:34.013Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-09T09:14:34.013Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-09T09:14:37.356Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T09:14:37.357Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T09:14:37.357Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-09T09:14:37.357Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T09:14:37.357Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T09:14:37.357Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T09:14:37.357Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T09:14:37.357Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-09T09:14:37.357Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-09T09:14:38.307Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T09:14:38.307Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T09:14:38.307Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T09:14:38.570Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T09:14:38.570Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T09:14:38.570Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T09:14:39.518Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T09:14:39.519Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T09:14:39.519Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T09:14:39.519Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-09T09:14:39.519Z] running python rtupdate hooks for python3.6... [2021-03-09T09:14:39.519Z] running python post-rtupdate hooks for python3.6... [2021-03-09T09:14:39.782Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-09T09:14:39.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T09:14:41.717Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-09T09:14:41.718Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T09:14:41.718Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T09:14:41.718Z] Setting up snapd (2.48.3+18.04) ... [2021-03-09T09:14:42.306Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-09T09:14:42.899Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-09T09:14:42.899Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-09T09:14:43.162Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-09T09:14:43.425Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T09:14:43.425Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T09:14:43.688Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-09T09:14:44.264Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-09T09:14:44.264Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-09T09:14:44.527Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-09T09:14:44.791Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-09T09:14:44.791Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T09:14:44.791Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T09:14:45.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T09:14:46.740Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T09:14:46.740Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T09:14:46.740Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T09:14:48.946Z] Reading package lists... [2021-03-09T09:14:48.947Z] Reading package lists... [2021-03-09T09:14:49.210Z] Building dependency tree... [2021-03-09T09:14:49.210Z] Reading state information... [2021-03-09T09:14:49.474Z] Calculating upgrade... [2021-03-09T09:14:49.737Z] The following packages will be upgraded: [2021-03-09T09:14:49.737Z] advancecomp base-files bash binutils binutils-common [2021-03-09T09:14:49.737Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-09T09:14:49.737Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-09T09:14:49.737Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-09T09:14:49.737Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-09T09:14:49.737Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-09T09:14:49.737Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-09T09:14:49.737Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-09T09:14:49.737Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-09T09:14:49.737Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-09T09:14:49.737Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-09T09:14:49.737Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-09T09:14:49.737Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-09T09:14:49.737Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-09T09:14:49.737Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-09T09:14:49.737Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T09:14:49.737Z] Need to get 63.8 MB of archives. [2021-03-09T09:14:49.738Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-09T09:14:49.738Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-09T09:14:50.005Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-09T09:14:50.005Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-09T09:14:50.005Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-09T09:14:50.005Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-09T09:14:50.005Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-09T09:14:50.005Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-09T09:14:50.005Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-09T09:14:50.005Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-09T09:14:50.005Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-09T09:14:50.006Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-09T09:14:50.006Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-09T09:14:50.006Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-09T09:14:50.006Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-09T09:14:50.006Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-09T09:14:50.006Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-09T09:14:50.006Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-09T09:14:50.006Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-09T09:14:50.276Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-09T09:14:50.276Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-09T09:14:50.276Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-09T09:14:50.276Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-09T09:14:50.276Z] 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-03-09T09:14:50.276Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-09T09:14:50.276Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-09T09:14:50.276Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-09T09:14:50.276Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-09T09:14:50.276Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-09T09:14:50.276Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-09T09:14:50.276Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-09T09:14:50.276Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-09T09:14:50.276Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-09T09:14:50.276Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-09T09:14:50.276Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-09T09:14:50.276Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-09T09:14:50.276Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-09T09:14:50.276Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-09T09:14:50.276Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-09T09:14:50.276Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-09T09:14:50.276Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-09T09:14:50.276Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-09T09:14:50.276Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-09T09:14:50.276Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-09T09:14:50.276Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-09T09:14:50.276Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-09T09:14:50.276Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-09T09:14:50.276Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-09T09:14:50.276Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-09T09:14:50.276Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-09T09:14:50.547Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-09T09:14:50.547Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-09T09:14:50.547Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-09T09:14:50.547Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-09T09:14:50.547Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-09T09:14:50.547Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-09T09:14:50.547Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-09T09:14:50.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T09:14:50.826Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-09T09:14:50.826Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-09T09:14:50.826Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-09T09:14:50.826Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-09T09:14:50.826Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-09T09:14:51.091Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-09T09:14:51.091Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-09T09:14:51.091Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-09T09:14:51.091Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-09T09:14:51.091Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-09T09:14:51.091Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-09T09:14:51.091Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-09T09:14:51.091Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-09T09:14:51.091Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-09T09:14:51.356Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-09T09:14:51.356Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-09T09:14:51.356Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-09T09:14:51.356Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-09T09:14:51.356Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-09T09:14:51.356Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-09T09:14:51.356Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-09T09:14:51.356Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-09T09:14:51.356Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-09T09:14:51.356Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-09T09:14:51.356Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-09T09:14:51.356Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-09T09:14:51.356Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-09T09:14:51.356Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-09T09:14:51.356Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-09T09:14:51.356Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-09T09:14:51.356Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-09T09:14:51.621Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-09T09:14:51.621Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-09T09:14:51.621Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-09T09:14:51.621Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-09T09:14:51.621Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-09T09:14:51.621Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-09T09:14:51.621Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-09T09:14:51.621Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-09T09:14:51.621Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-09T09:14:51.621Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-09T09:14:51.621Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-09T09:14:51.621Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-09T09:14:51.886Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T09:14:51.886Z] Fetched 63.8 MB in 2s (33.8 MB/s) [2021-03-09T09:14:52.152Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:14:52.152Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T09:14:52.152Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T09:14:52.740Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T09:14:52.740Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T09:14:53.013Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-09T09:14:53.013Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-09T09:14:53.962Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:53.963Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:53.963Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:53.963Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:54.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T09:14:54.227Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:54.227Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:54.491Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:54.491Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:54.491Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:54.491Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:54.754Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:54.754Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:54.754Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:55.015Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:55.015Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:14:55.278Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T09:14:55.278Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:55.278Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-09T09:14:55.279Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:14:55.542Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T09:14:55.542Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:55.542Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:55.542Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:55.542Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:55.805Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T09:14:55.805Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T09:14:56.068Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:14:56.068Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T09:14:56.068Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T09:14:56.331Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T09:14:56.907Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T09:14:57.170Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T09:14:57.170Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-09T09:14:57.435Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-09T09:14:57.435Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-09T09:14:57.435Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-09T09:14:57.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T09:14:57.698Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-09T09:14:57.698Z] Installing new version of config file /etc/issue ... [2021-03-09T09:14:57.698Z] Installing new version of config file /etc/issue.net ... [2021-03-09T09:14:57.698Z] Installing new version of config file /etc/lsb-release ... [2021-03-09T09:14:57.698Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-09T09:14:58.274Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-09T09:14:58.274Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-09T09:14:58.274Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-09T09:14:58.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:14:58.274Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-09T09:14:58.274Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-09T09:14:58.538Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-09T09:14:58.538Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-09T09:14:58.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:14:58.802Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T09:14:58.802Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-09T09:14:58.802Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-09T09:14:59.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:14:59.066Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-09T09:14:59.066Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-09T09:14:59.066Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-09T09:14:59.330Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:14:59.330Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-09T09:14:59.330Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T09:14:59.593Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-09T09:14:59.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:14:59.857Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T09:14:59.857Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T09:15:00.121Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T09:15:00.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:00.121Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T09:15:00.121Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T09:15:00.386Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-09T09:15:00.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:00.386Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-09T09:15:00.386Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-09T09:15:00.651Z] Setting up grep (3.1-2build1) ... [2021-03-09T09:15:00.651Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:00.651Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T09:15:00.915Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T09:15:00.915Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-09T09:15:01.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:01.180Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T09:15:01.180Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T09:15:01.450Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-09T09:15:01.450Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:01.450Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T09:15:01.450Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T09:15:01.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T09:15:02.405Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T09:15:02.405Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T09:15:02.406Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T09:15:02.406Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T09:15:03.388Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-09T09:15:03.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:03.388Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-09T09:15:03.388Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T09:15:04.805Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T09:15:04.805Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T09:15:04.805Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T09:15:04.805Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T09:15:04.805Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T09:15:05.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:05.069Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-09T09:15:05.069Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-09T09:15:05.331Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-09T09:15:05.331Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:05.331Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T09:15:05.595Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T09:15:05.595Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T09:15:05.595Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:05.595Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T09:15:05.859Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T09:15:05.859Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T09:15:05.859Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:05.859Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T09:15:06.123Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T09:15:06.123Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T09:15:06.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:06.123Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T09:15:06.386Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T09:15:06.386Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T09:15:06.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:06.386Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T09:15:06.649Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T09:15:06.649Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T09:15:06.649Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T09:15:06.914Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T09:15:06.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:06.914Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T09:15:06.914Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T09:15:06.914Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T09:15:07.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:07.177Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T09:15:07.177Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T09:15:07.177Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T09:15:07.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:07.441Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T09:15:07.441Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T09:15:07.441Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-09T09:15:07.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:07.703Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T09:15:07.703Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T09:15:08.281Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] } [2021-03-09T09:15:08.593Z] $ docker stop --time=1 00ebab817c9769f6feaccf5dfffa2c0dd7d3b4d89adee1af98617ddca4eb977d [2021-03-09T09:15:08.860Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-09T09:15:09.277Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-09T09:15:09.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:09.543Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T09:15:09.543Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T09:15:09.807Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T09:15:10.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T09:15:10.071Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-09T09:15:10.071Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T09:15:10.071Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-09T09:15:10.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:10.335Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-09T09:15:10.335Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-09T09:15:10.602Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-09T09:15:10.864Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:10.864Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-09T09:15:10.864Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T09:15:10.864Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-09T09:15:11.130Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:11.130Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-09T09:15:11.130Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T09:15:11.203Z] $ docker rm -f 00ebab817c9769f6feaccf5dfffa2c0dd7d3b4d89adee1af98617ddca4eb977d [2021-03-09T09:15:11.393Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-09T09:15:11.394Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:11.394Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T09:15:11.394Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T09:15:11.657Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T09:15:11.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:11.922Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T09:15:11.922Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T09:15:11.922Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T09:15:12.196Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:12.196Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T09:15:12.460Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T09:15:12.460Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-09T09:15:12.729Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:12.729Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T09:15:12.729Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:15:12.994Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-09T09:15:12.994Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T09:15:12.995Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T09:15:13.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T09:15:13.201Z] [2021-03-09T09:15:13.201Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-03-09T09:15:13.259Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T09:15:13.259Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T09:15:13.259Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:13.259Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [Pipeline] sh [2021-03-09T09:15:13.523Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-09T09:15:13.523Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-09T09:15:13.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T09:15:13.585Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-09T09:15:13.585Z] 29e5d40040c1: Pulling fs layer [2021-03-09T09:15:13.585Z] 1ce36da41761: Pulling fs layer [2021-03-09T09:15:13.585Z] 25b303627fd3: Pulling fs layer [2021-03-09T09:15:13.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:13.786Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-09T09:15:13.786Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T09:15:13.859Z] 29e5d40040c1: Verifying Checksum [2021-03-09T09:15:13.859Z] 29e5d40040c1: Download complete [2021-03-09T09:15:14.049Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T09:15:14.138Z] 1ce36da41761: Verifying Checksum [2021-03-09T09:15:14.138Z] 1ce36da41761: Download complete [2021-03-09T09:15:14.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:14.313Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T09:15:14.313Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T09:15:14.576Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T09:15:14.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:14.576Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-09T09:15:14.576Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-09T09:15:14.735Z] 29e5d40040c1: Pull complete [2021-03-09T09:15:14.838Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-09T09:15:14.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:14.838Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T09:15:14.838Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T09:15:15.101Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-09T09:15:15.364Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:15.364Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T09:15:15.364Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T09:15:15.626Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-09T09:15:15.626Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:15.626Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-09T09:15:15.626Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-09T09:15:15.717Z] 1ce36da41761: Pull complete [2021-03-09T09:15:15.894Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-09T09:15:15.997Z] 25b303627fd3: Verifying Checksum [2021-03-09T09:15:15.997Z] 25b303627fd3: Download complete [2021-03-09T09:15:16.161Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:16.161Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-09T09:15:16.161Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-09T09:15:16.161Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-09T09:15:16.424Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:16.424Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-09T09:15:16.424Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-09T09:15:16.424Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-09T09:15:16.686Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:16.686Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-09T09:15:16.686Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-09T09:15:16.950Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-09T09:15:16.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:16.950Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T09:15:16.950Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-09T09:15:16.950Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-09T09:15:17.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T09:15:17.212Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-09T09:15:17.212Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-09T09:15:17.212Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-09T09:15:17.475Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-09T09:15:17.475Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T09:15:17.475Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T09:15:17.475Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T09:15:17.738Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T09:15:17.999Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T09:15:17.999Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T09:15:18.261Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-09T09:15:18.261Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-09T09:15:18.261Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T09:15:18.523Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-09T09:15:18.523Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T09:15:18.523Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-09T09:15:18.785Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-09T09:15:18.785Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-09T09:15:18.785Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-09T09:15:18.785Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-09T09:15:19.057Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-09T09:15:19.057Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-09T09:15:19.640Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-09T09:15:19.640Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-09T09:15:19.640Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-09T09:15:19.640Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-09T09:15:19.903Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-09T09:15:19.903Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-09T09:15:20.856Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-09T09:15:21.120Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-09T09:15:21.120Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-09T09:15:21.120Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-09T09:15:21.386Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T09:15:21.386Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T09:15:21.970Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T09:15:21.970Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T09:15:22.233Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T09:15:22.233Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T09:15:22.233Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T09:15:22.233Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T09:15:22.497Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T09:15:22.497Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T09:15:22.497Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T09:15:22.497Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T09:15:22.760Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T09:15:22.760Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T09:15:22.760Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T09:15:23.025Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T09:15:24.424Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T09:15:24.424Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T09:15:25.379Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T09:15:25.379Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T09:15:26.146Z] 25b303627fd3: Pull complete [2021-03-09T09:15:26.146Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-09T09:15:26.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T09:15:26.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-09T09:15:26.375Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T09:15:26.375Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T09:15:26.413Z] prd-ubuntu18.04-docker-arm64-4c-16g-29119 does not seem to be running inside a container [2021-03-09T09:15:26.464Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-09T09:15:26.638Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T09:15:26.638Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T09:15:28.034Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T09:15:28.034Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T09:15:28.034Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T09:15:28.034Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T09:15:28.034Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T09:15:28.034Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T09:15:28.297Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T09:15:28.297Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T09:15:28.560Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-09T09:15:28.560Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-09T09:15:28.831Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T09:15:28.831Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T09:15:28.831Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T09:15:28.831Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T09:15:29.094Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-09T09:15:29.094Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-09T09:15:29.094Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:15:29.094Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T09:15:29.364Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:15:29.364Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:15:29.364Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:15:29.364Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-09T09:15:29.364Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-09T09:15:29.364Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-09T09:15:29.574Z] $ docker top 4da29726b20773cf685f1e2e3652d3140fbbb9d35028258ed93efbc0b6ffe548 -eo pid,comm [2021-03-09T09:15:29.627Z] [2021-03-09T09:15:29.627Z] Current default time zone: 'Etc/UTC' [2021-03-09T09:15:29.627Z] Local time is now: Tue Mar 9 09:15:29 UTC 2021. [2021-03-09T09:15:29.627Z] Universal Time is now: Tue Mar 9 09:15:29 UTC 2021. [2021-03-09T09:15:29.627Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-09T09:15:29.627Z] [2021-03-09T09:15:29.627Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-09T09:15:29.627Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:15:29.890Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-09T09:15:29.890Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-09T09:15:29.890Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-09T09:15:29.890Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-09T09:15:29.890Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-09T09:15:29.890Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-09T09:15:29.890Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-09T09:15:29.890Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [Pipeline] { [Pipeline] sh [2021-03-09T09:15:30.162Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:15:30.162Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-09T09:15:30.425Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T09:15:30.426Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T09:15:30.426Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:15:30.426Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-09T09:15:30.590Z] + docker-compose build --help [2021-03-09T09:15:30.590Z] + grep parallel [2021-03-09T09:15:30.688Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-09T09:15:30.688Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-09T09:15:30.688Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T09:15:30.688Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-09T09:15:30.688Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-09T09:15:30.688Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-09T09:15:30.688Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-09T09:15:33.253Z] Updating certificates in /etc/ssl/certs... [2021-03-09T09:15:33.965Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T09:15:33.960Z] $ docker stop --time=1 4da29726b20773cf685f1e2e3652d3140fbbb9d35028258ed93efbc0b6ffe548 [2021-03-09T09:15:34.201Z] 23 added, 27 removed; done. [2021-03-09T09:15:34.201Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T09:15:34.464Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T09:15:34.464Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-09T09:15:34.464Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-09T09:15:34.464Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-09T09:15:34.464Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T09:15:34.727Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T09:15:34.727Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T09:15:34.727Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T09:15:34.727Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T09:15:34.727Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T09:15:34.727Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T09:15:34.727Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-09T09:15:34.989Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-09T09:15:34.989Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-09T09:15:34.989Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-09T09:15:34.989Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-09T09:15:34.989Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T09:15:34.989Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T09:15:35.252Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-09T09:15:35.252Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-09T09:15:35.252Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-09T09:15:35.252Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T09:15:35.515Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T09:15:35.515Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-09T09:15:35.515Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-09T09:15:35.515Z] Updating certificates in /etc/ssl/certs... [2021-03-09T09:15:35.867Z] $ docker rm -f 4da29726b20773cf685f1e2e3652d3140fbbb9d35028258ed93efbc0b6ffe548 [Pipeline] // withDockerContainer [2021-03-09T09:15:36.463Z] 0 added, 0 removed; done. [2021-03-09T09:15:36.463Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-09T09:15:36.463Z] done. [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:15:36.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T09:15:36.909Z] . [Pipeline] withDockerContainer [2021-03-09T09:15:37.173Z] prd-ubuntu18.04-docker-arm64-4c-16g-29119 does not seem to be running inside a container [2021-03-09T09:15:37.228Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-09T09:15:37.427Z] Reading package lists... [2021-03-09T09:15:37.690Z] Building dependency tree... [2021-03-09T09:15:37.690Z] Reading state information... [2021-03-09T09:15:37.952Z] The following NEW packages will be installed: [2021-03-09T09:15:37.952Z] apt-transport-https [2021-03-09T09:15:37.952Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T09:15:37.952Z] Need to get 1696 B of archives. [2021-03-09T09:15:37.952Z] After this operation, 153 kB of additional disk space will be used. [2021-03-09T09:15:37.952Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-09T09:15:38.215Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T09:15:38.215Z] Fetched 1696 B in 0s (22.4 kB/s) [2021-03-09T09:15:38.215Z] Selecting previously unselected package apt-transport-https. [2021-03-09T09:15:38.215Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-09T09:15:38.215Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-09T09:15:38.215Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T09:15:38.215Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T09:15:38.683Z] $ docker top ca446aee79b9e2840bdb43d9ed3fae90a295cccbd32c9ff54ad1c2f3cb7f8fb2 -eo pid,comm [2021-03-09T09:15:38.791Z] Waiting for network to be ready... [Pipeline] { [Pipeline] sh [2021-03-09T09:15:39.726Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T09:15:43.109Z] Building docker-core-command-go ... [2021-03-09T09:15:43.109Z] Building docker-core-data-go ... [2021-03-09T09:15:43.109Z] Building docker-core-metadata-go ... [2021-03-09T09:15:43.109Z] Building docker-security-bootstrapper-go ... [2021-03-09T09:15:43.109Z] Building docker-security-proxy-setup-go ... [2021-03-09T09:15:43.109Z] Building docker-security-secretstore-setup-go ... [2021-03-09T09:15:43.109Z] Building docker-support-notifications-go ... [2021-03-09T09:15:43.109Z] Building docker-support-scheduler-go ... [2021-03-09T09:15:43.109Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T09:15:43.109Z] Building docker-support-notifications-go [2021-03-09T09:15:43.109Z] Building docker-core-metadata-go [2021-03-09T09:15:43.384Z] Building docker-sys-mgmt-agent-go [2021-03-09T09:15:43.384Z] Building docker-security-proxy-setup-go [2021-03-09T09:15:43.384Z] Building docker-support-scheduler-go [2021-03-09T09:15:46.976Z] 2021-03-09T09:15:44Z INFO Waiting for automatic snapd restart... [2021-03-09T09:15:47.924Z] snapd 2.49 from Canonical* installed [2021-03-09T09:15:49.319Z] "snapd" switched to the "latest/stable" channel [2021-03-09T09:15:49.319Z] [2021-03-09T09:15:55.928Z] core18 20210128 from Canonical* installed [2021-03-09T09:15:55.928Z] "core18" switched to the "latest/stable" channel [2021-03-09T09:15:55.928Z] [2021-03-09T09:16:04.095Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T09:16:04.095Z] "snapcraft" switched to the "latest/stable" channel [2021-03-09T09:16:04.095Z] [2021-03-09T09:16:08.316Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-09T09:16:08.316Z] - README.md [2021-03-09T09:16:08.316Z] - snapcraft.yaml.orig [2021-03-09T09:16:08.316Z] [2021-03-09T09:16:08.316Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T09:16:14.919Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T09:16:14.919Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T09:16:14.919Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T09:16:14.919Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T09:16:16.847Z] Reading package lists... [2021-03-09T09:16:17.421Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-09T09:16:24.025Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T09:16:24.025Z] Reading package lists... [2021-03-09T09:16:24.025Z] Building dependency tree... [2021-03-09T09:16:24.025Z] Reading state information... [2021-03-09T09:16:24.025Z] Suggested packages: [2021-03-09T09:16:24.025Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-09T09:16:24.025Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-09T09:16:24.025Z] Recommended packages: [2021-03-09T09:16:24.025Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-09T09:16:24.025Z] The following NEW packages will be installed: [2021-03-09T09:16:24.025Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-09T09:16:24.025Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-09T09:16:24.025Z] pkg-config zip [2021-03-09T09:16:24.025Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T09:16:24.025Z] Need to get 7656 kB of archives. [2021-03-09T09:16:24.025Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-09T09:16:24.025Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-09T09:16:24.025Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-09T09:16:24.025Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-09T09:16:24.025Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-09T09:16:24.025Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-09T09:16:24.287Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-09T09:16:24.287Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-09T09:16:24.287Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-09T09:16:24.287Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-09T09:16:24.287Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-09T09:16:24.287Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-09T09:16:24.550Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-09T09:16:24.550Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-09T09:16:24.550Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-09T09:16:24.550Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-09T09:16:24.812Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T09:16:24.812Z] Fetched 7656 kB in 1s (10.6 MB/s) [2021-03-09T09:16:25.076Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-09T09:16:25.076Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-09T09:16:25.076Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-09T09:16:25.076Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T09:16:25.338Z] Selecting previously unselected package libpsl5:amd64. [2021-03-09T09:16:25.338Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-09T09:16:25.338Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T09:16:25.338Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T09:16:25.338Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-09T09:16:25.338Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T09:16:25.338Z] Selecting previously unselected package librtmp1:amd64. [2021-03-09T09:16:25.338Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-09T09:16:25.339Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T09:16:25.600Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-09T09:16:25.600Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-09T09:16:25.600Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T09:16:25.600Z] Selecting previously unselected package liberror-perl. [2021-03-09T09:16:25.600Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-09T09:16:25.600Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-09T09:16:25.862Z] Selecting previously unselected package git-man. [2021-03-09T09:16:25.862Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-09T09:16:25.862Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T09:16:25.862Z] Selecting previously unselected package git. [2021-03-09T09:16:25.862Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-09T09:16:25.862Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T09:16:26.817Z] Selecting previously unselected package libnorm1:amd64. [2021-03-09T09:16:26.817Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-09T09:16:26.817Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T09:16:27.079Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-09T09:16:27.079Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-09T09:16:27.079Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T09:16:27.079Z] Selecting previously unselected package libsodium23:amd64. [2021-03-09T09:16:27.079Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-09T09:16:27.346Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-09T09:16:27.346Z] Selecting previously unselected package libzmq5:amd64. [2021-03-09T09:16:27.346Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T09:16:27.346Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T09:16:27.346Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-09T09:16:27.346Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T09:16:27.346Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T09:16:27.617Z] Selecting previously unselected package pkg-config. [2021-03-09T09:16:27.617Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-09T09:16:27.617Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T09:16:27.880Z] Selecting previously unselected package zip. [2021-03-09T09:16:27.880Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-09T09:16:27.880Z] Unpacking zip (3.0-11build1) ... [2021-03-09T09:16:27.880Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T09:16:27.880Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T09:16:27.880Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T09:16:27.880Z] Setting up liberror-perl (0.17025-1) ... [2021-03-09T09:16:27.880Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T09:16:28.142Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T09:16:28.142Z] No schema files found: doing nothing. [2021-03-09T09:16:28.142Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T09:16:28.142Z] Setting up zip (3.0-11build1) ... [2021-03-09T09:16:28.142Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T09:16:28.142Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-09T09:16:28.142Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T09:16:28.434Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T09:16:28.434Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T09:16:28.434Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T09:16:28.434Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T09:16:28.434Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T09:16:35.042Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T09:16:35.625Z] git set to automatically installed. [2021-03-09T09:16:35.625Z] git-man set to automatically installed. [2021-03-09T09:16:35.625Z] libcurl3-gnutls set to automatically installed. [2021-03-09T09:16:35.625Z] liberror-perl set to automatically installed. [2021-03-09T09:16:35.625Z] libglib2.0-0 set to automatically installed. [2021-03-09T09:16:35.625Z] libnghttp2-14 set to automatically installed. [2021-03-09T09:16:35.625Z] libnorm1 set to automatically installed. [2021-03-09T09:16:35.625Z] libpgm-5.2-0 set to automatically installed. [2021-03-09T09:16:35.625Z] libpsl5 set to automatically installed. [2021-03-09T09:16:35.625Z] librtmp1 set to automatically installed. [2021-03-09T09:16:35.625Z] libsodium23 set to automatically installed. [2021-03-09T09:16:35.625Z] libzmq3-dev set to automatically installed. [2021-03-09T09:16:35.625Z] libzmq5 set to automatically installed. [2021-03-09T09:16:35.625Z] pkg-config set to automatically installed. [2021-03-09T09:16:35.625Z] zip set to automatically installed. [2021-03-09T09:16:37.018Z] snapd is not logged in, snap install commands will use sudo [2021-03-09T09:16:43.622Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T09:16:43.622Z] snap "core18" has no updates available [2021-03-09T09:16:45.014Z] Pulling config-common [2021-03-09T09:16:45.014Z] + snapcraftctl pull [2021-03-09T09:16:46.940Z] Pulling go-build-helper [2021-03-09T09:16:46.940Z] + snapcraftctl pull [2021-03-09T09:17:05.164Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:17:05.164Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:17:05.164Z] ---> 7156977c513b [2021-03-09T09:17:05.164Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T09:17:05.164Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:17:05.164Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:17:05.164Z] ---> 7156977c513b [2021-03-09T09:17:05.164Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T09:17:05.164Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:17:05.164Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:17:05.164Z] ---> 7156977c513b [2021-03-09T09:17:05.164Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T09:17:05.164Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:17:05.164Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:17:05.164Z] ---> 7156977c513b [2021-03-09T09:17:05.164Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T09:17:05.164Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:17:05.164Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:17:05.164Z] ---> 7156977c513b [2021-03-09T09:17:05.164Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T09:17:05.164Z] ---> Running in 50949b0ace0a [2021-03-09T09:17:05.164Z] ---> Running in 75bdad3f02ba [2021-03-09T09:17:05.164Z] ---> Running in 2b266efb90c4 [2021-03-09T09:17:05.164Z] ---> Running in f53a51791eb2 [2021-03-09T09:17:05.164Z] ---> Running in 39088108e79c [2021-03-09T09:17:05.164Z] Removing intermediate container 2b266efb90c4 [2021-03-09T09:17:05.164Z] ---> d1a988ec68a0 [2021-03-09T09:17:05.164Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:17:05.164Z] Removing intermediate container 75bdad3f02ba [2021-03-09T09:17:05.164Z] ---> 214f946c0634 [2021-03-09T09:17:05.164Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:17:05.164Z] Removing intermediate container 50949b0ace0a [2021-03-09T09:17:05.164Z] ---> 6f2c697d2c79 [2021-03-09T09:17:05.165Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:17:05.165Z] Removing intermediate container f53a51791eb2 [2021-03-09T09:17:05.165Z] ---> 12100712d0d3 [2021-03-09T09:17:05.165Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:17:05.165Z] Removing intermediate container 39088108e79c [2021-03-09T09:17:05.165Z] ---> 054dc39980ce [2021-03-09T09:17:05.165Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:17:05.165Z] ---> Running in bf761e3f0c85 [2021-03-09T09:17:05.165Z] ---> Running in f222beff6f9e [2021-03-09T09:17:05.165Z] ---> Running in 0463b3d82156 [2021-03-09T09:17:05.165Z] ---> Running in fd0f555cc70b [2021-03-09T09:17:05.165Z] ---> Running in 3cb7e80ddb8d [2021-03-09T09:17:05.165Z] Removing intermediate container bf761e3f0c85 [2021-03-09T09:17:05.165Z] ---> 980e126df35d [2021-03-09T09:17:05.165Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T09:17:05.165Z] ---> Running in fa389753ac54 [2021-03-09T09:17:05.165Z] Removing intermediate container fd0f555cc70b [2021-03-09T09:17:05.165Z] ---> c47f1aca86d6 [2021-03-09T09:17:05.165Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T09:17:05.165Z] ---> Running in acc69058917c [2021-03-09T09:17:05.165Z] Removing intermediate container f222beff6f9e [2021-03-09T09:17:05.165Z] ---> f07424626e4c [2021-03-09T09:17:05.165Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T09:17:05.165Z] Removing intermediate container 0463b3d82156 [2021-03-09T09:17:05.165Z] ---> 8e4694bfc460 [2021-03-09T09:17:05.165Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T09:17:05.165Z] Removing intermediate container 3cb7e80ddb8d [2021-03-09T09:17:05.165Z] ---> 588c8716f6e3 [2021-03-09T09:17:05.165Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T09:17:05.165Z] ---> Running in 0152cc8c41be [2021-03-09T09:17:05.165Z] ---> Running in 7d3362725780 [2021-03-09T09:17:05.165Z] ---> Running in 6272db595a26 [2021-03-09T09:17:05.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:05.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:05.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:05.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:05.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:05.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:05.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:05.984Z] OK: 217 MiB in 51 packages [2021-03-09T09:17:06.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:06.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:06.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:17:06.814Z] OK: 217 MiB in 51 packages [2021-03-09T09:17:07.088Z] OK: 217 MiB in 51 packages [2021-03-09T09:17:07.363Z] OK: 217 MiB in 51 packages [2021-03-09T09:17:07.363Z] OK: 217 MiB in 51 packages [2021-03-09T09:17:07.640Z] Removing intermediate container fa389753ac54 [2021-03-09T09:17:07.640Z] ---> e45e5ecaeee2 [2021-03-09T09:17:07.640Z] Step 6/26 : COPY go.mod . [2021-03-09T09:17:08.636Z] Removing intermediate container acc69058917c [2021-03-09T09:17:08.636Z] ---> cb5904f732e2 [2021-03-09T09:17:08.636Z] Step 6/22 : COPY go.mod . [2021-03-09T09:17:08.636Z] ---> 06f010323866 [2021-03-09T09:17:08.636Z] Step 7/26 : RUN go mod download [2021-03-09T09:17:08.636Z] Removing intermediate container 0152cc8c41be [2021-03-09T09:17:08.636Z] ---> 1c4a16dab306 [2021-03-09T09:17:08.636Z] Step 6/21 : COPY go.mod . [2021-03-09T09:17:08.911Z] ---> Running in cc41a7bac005 [2021-03-09T09:17:09.187Z] Removing intermediate container 7d3362725780 [2021-03-09T09:17:09.187Z] ---> 3a78d85010c6 [2021-03-09T09:17:09.187Z] Step 6/23 : COPY go.mod . [2021-03-09T09:17:09.187Z] Removing intermediate container 6272db595a26 [2021-03-09T09:17:09.187Z] ---> 6f5f00f071ed [2021-03-09T09:17:09.187Z] Step 6/22 : COPY go.mod . [2021-03-09T09:17:09.476Z] ---> bb385e3f3eff [2021-03-09T09:17:09.476Z] Step 7/22 : RUN go mod download [2021-03-09T09:17:09.747Z] ---> Running in cf942f02b522 [2021-03-09T09:17:10.025Z] ---> c7a7e801da86 [2021-03-09T09:17:10.025Z] Step 7/21 : RUN go mod download [2021-03-09T09:17:10.025Z] ---> Running in 29d926e3ef4d [2021-03-09T09:17:10.301Z] ---> af8fba4f8738 [2021-03-09T09:17:10.301Z] Step 7/23 : RUN go mod download [2021-03-09T09:17:10.301Z] ---> edbb865b56f3 [2021-03-09T09:17:10.301Z] Step 7/22 : RUN go mod download [2021-03-09T09:17:10.574Z] ---> Running in e5ec216587c7 [2021-03-09T09:17:10.574Z] ---> Running in a3a6240d08b3 [2021-03-09T09:17:13.212Z] Removing intermediate container cc41a7bac005 [2021-03-09T09:17:13.213Z] ---> a136bf1b7e17 [2021-03-09T09:17:13.213Z] Step 8/26 : COPY . . [2021-03-09T09:17:13.492Z] Removing intermediate container cf942f02b522 [2021-03-09T09:17:13.492Z] ---> cd9479c9e639 [2021-03-09T09:17:13.492Z] Step 8/22 : COPY . . [2021-03-09T09:17:15.513Z] Removing intermediate container 29d926e3ef4d [2021-03-09T09:17:15.513Z] ---> fee6329558b5 [2021-03-09T09:17:15.513Z] Step 8/21 : COPY . . [2021-03-09T09:17:16.110Z] Removing intermediate container e5ec216587c7 [2021-03-09T09:17:16.110Z] ---> 993b6ceabd4a [2021-03-09T09:17:16.110Z] Removing intermediate container a3a6240d08b3 [2021-03-09T09:17:16.110Z] Step 8/23 : COPY . . ---> 41db0aa579c4 [2021-03-09T09:17:16.110Z] [2021-03-09T09:17:16.110Z] Step 8/22 : COPY . . [2021-03-09T09:17:19.168Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T09:17:19.168Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T09:17:19.168Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T09:17:19.168Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T09:17:19.168Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T09:17:19.168Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T09:17:19.168Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T09:17:19.168Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T09:17:19.168Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T09:17:19.168Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T09:17:19.168Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T09:17:19.168Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T09:17:19.168Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T09:17:19.168Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T09:17:19.168Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T09:17:19.168Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T09:17:19.168Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T09:17:19.168Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T09:17:19.168Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T09:17:19.168Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T09:17:19.168Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T09:17:19.168Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T09:17:19.168Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T09:17:19.168Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T09:17:19.168Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T09:17:19.168Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T09:17:19.168Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T09:17:19.168Z] Fetched 24.0 MB in 6s (3946 kB/s) [2021-03-09T09:17:19.168Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-09T09:17:19.168Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-09T09:17:19.168Z] Fetched 279 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-09T09:17:19.168Z] Fetched 122 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-09T09:17:19.168Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-09T09:17:19.168Z] Fetched 8848 B in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-09T09:17:19.168Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-09T09:17:19.168Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-09T09:17:19.168Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-09T09:17:19.168Z] Fetched 214 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-09T09:17:19.168Z] Fetched 154 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-09T09:17:19.168Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-09T09:17:19.168Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-09T09:17:19.168Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-09T09:17:19.168Z] Fetched 499 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-09T09:17:19.168Z] Fetched 111 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-09T09:17:19.168Z] Fetched 240 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-09T09:17:19.168Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-09T09:17:19.168Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-09T09:17:19.168Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-09T09:17:19.168Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-09T09:17:19.168Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-09T09:17:19.168Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-09T09:17:19.168Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-09T09:17:19.168Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-09T09:17:19.168Z] Fetched 8720 B in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-09T09:17:19.168Z] Fetched 137 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-09T09:17:19.168Z] Fetched 119 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-09T09:17:19.168Z] Fetched 109 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-09T09:17:19.168Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-09T09:17:19.168Z] Fetched 645 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-09T09:17:19.168Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-09T09:17:19.168Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-09T09:17:19.168Z] Fetched 368 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-09T09:17:19.168Z] Fetched 187 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-09T09:17:19.168Z] Fetched 175 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-09T09:17:19.168Z] Fetched 206 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-09T09:17:19.168Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-09T09:17:19.168Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-09T09:17:19.168Z] Fetched 159 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-09T09:17:19.168Z] Fetched 107 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-09T09:17:19.168Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-09T09:17:19.168Z] Pulling static-packages [2021-03-09T09:17:19.168Z] + snapcraftctl pull [2021-03-09T09:17:20.568Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-09T09:17:20.568Z] Skipping pull go-build-helper (already ran) [2021-03-09T09:17:20.568Z] Skipping pull static-packages (already ran) [2021-03-09T09:17:20.568Z] Building go-build-helper [2021-03-09T09:17:20.568Z] + snapcraftctl build [2021-03-09T09:17:25.875Z] Building static-packages [2021-03-09T09:17:25.875Z] + snapcraftctl build [2021-03-09T09:17:29.190Z] Staging go-build-helper [2021-03-09T09:17:29.190Z] + snapcraftctl stage [2021-03-09T09:17:30.598Z] Staging static-packages [2021-03-09T09:17:30.598Z] + snapcraftctl stage [2021-03-09T09:17:31.990Z] Pulling go115 [2021-03-09T09:17:31.990Z] + snapcraftctl pull [2021-03-09T09:17:33.423Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-09T09:17:33.423Z] Skipping pull go115 (already ran) [2021-03-09T09:17:33.423Z] Building go115 [2021-03-09T09:17:33.423Z] + dpkg --print-architecture [2021-03-09T09:17:33.423Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-09T09:17:33.423Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-09T09:17:33.423Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-09T09:17:33.423Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T09:17:33.423Z] Dload Upload Total Spent Left Speed [2021-03-09T09:17:37.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.5M 0 0 17.9M 0 0:00:06 --:--:-- 0:00:06 17.9M 37 115M 37 43.4M 0 0 22.2M 0 0:00:05 0:00:01 0:00:04 22.2M 55 115M 55 64.0M 0 0 22.9M 0 0:00:05 0:00:02 0:00:03 22.9M 80 115M 80 93.4M 0 0 24.6M 0 0:00:04 0:00:03 0:00:01 24.6M 100 115M 100 115M 0 0 26.0M 0 0:00:04 0:00:04 --:--:-- 26.0M [2021-03-09T09:17:37.789Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-09T09:17:37.789Z] + sha256sum -c sha256 [2021-03-09T09:17:37.789Z] + grep OK [2021-03-09T09:17:38.372Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-09T09:17:38.372Z] + mkdir -p /root/stage/go1.15 [2021-03-09T09:17:38.372Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-09T09:17:42.936Z] ---> e03c6b280ea4 [2021-03-09T09:17:42.936Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T09:17:42.936Z] ---> f41015cbec75 [2021-03-09T09:17:42.936Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T09:17:42.936Z] ---> 084004ce5c9b [2021-03-09T09:17:42.936Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T09:17:42.936Z] ---> f3a9ecb9b02b [2021-03-09T09:17:42.936Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T09:17:42.936Z] ---> Running in f29f7fb8112f [2021-03-09T09:17:42.936Z] ---> 199e9d945de3 [2021-03-09T09:17:42.936Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T09:17:42.936Z] ---> Running in 6a39d4f4e79b [2021-03-09T09:17:42.936Z] ---> Running in 51f8decbe4a0 [2021-03-09T09:17:42.936Z] ---> Running in cc4d87e51279 [2021-03-09T09:17:42.936Z] ---> Running in 664578fa05c0 [2021-03-09T09:17:42.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T09:17:42.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T09:17:42.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T09:17:43.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T09:17:43.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T09:17:45.025Z] Staging go115 [2021-03-09T09:17:45.025Z] + snapcraftctl stage [2021-03-09T09:17:51.943Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T09:17:51.943Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T09:17:51.943Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T09:17:51.943Z] Fetched 0 B in 0s (0 B/s) [2021-03-09T09:17:51.943Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-09T09:17:51.943Z] Fetched 224 kB in 0s (0 B/s) [2021-03-09T09:17:51.943Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-09T09:17:51.943Z] Fetched 157 kB in 0s (0 B/s) [2021-03-09T09:17:51.943Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-09T09:17:51.943Z] Fetched 221 kB in 0s (0 B/s) [2021-03-09T09:17:51.943Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-09T09:17:51.943Z] Fetched 143 kB in 0s (0 B/s) [2021-03-09T09:17:51.943Z] Pulling edgex-go [2021-03-09T09:17:51.943Z] + snapcraftctl pull [2021-03-09T09:17:55.476Z] Pulling version [2021-03-09T09:17:55.476Z] + cd /root/project [2021-03-09T09:17:55.476Z] + [ -f VERSION ] [2021-03-09T09:17:55.476Z] + PROJECT_VERSION=local-dev [2021-03-09T09:17:55.476Z] + git rev-parse --short HEAD [2021-03-09T09:17:55.476Z] + GIT_REVISION=5d436c84 [2021-03-09T09:17:55.476Z] + snapcraftctl set-version local-dev [2021-03-09T09:17:56.460Z] Building config-common [2021-03-09T09:17:56.460Z] + snapcraftctl build [2021-03-09T09:17:59.809Z] Skipping build go-build-helper (already ran) [2021-03-09T09:17:59.809Z] Skipping build static-packages (already ran) [2021-03-09T09:17:59.809Z] Skipping build go115 (already ran) [2021-03-09T09:18:00.075Z] Building edgex-go [2021-03-09T09:18:01.488Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-09T09:18:01.488Z] + cd /root/parts/edgex-go/src [2021-03-09T09:18:01.488Z] + make build [2021-03-09T09:18:01.488Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T09:18:02.892Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T09:18:02.892Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-09T09:18:02.892Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-09T09:18:02.892Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-09T09:18:02.892Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-09T09:18:03.158Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-09T09:18:03.158Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-09T09:18:03.158Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-09T09:18:03.159Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-09T09:18:03.159Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-09T09:18:03.159Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-09T09:18:03.159Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T09:18:03.159Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-09T09:18:03.159Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-09T09:18:03.159Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-09T09:18:03.159Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-09T09:18:03.159Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-09T09:18:03.159Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-09T09:18:03.159Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-09T09:18:03.159Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T09:18:03.159Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T09:18:03.159Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-09T09:18:03.159Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-09T09:18:03.159Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-09T09:18:03.424Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-09T09:18:03.424Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-09T09:18:03.424Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-09T09:18:03.424Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-09T09:18:03.424Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-09T09:18:03.424Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-09T09:18:03.424Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T09:18:03.424Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-09T09:18:03.424Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-09T09:18:03.424Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-09T09:18:03.424Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-09T09:18:03.690Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-09T09:18:03.690Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-09T09:18:03.690Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-09T09:18:03.690Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T09:18:03.690Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-09T09:18:03.690Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T09:18:03.690Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-09T09:18:03.954Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-09T09:18:03.954Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-09T09:18:14.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T09:18:14.013Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-09T09:18:20.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T09:18:22.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T09:18:23.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T09:18:24.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T09:18:24.219Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-09T09:18:24.482Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-09T09:18:24.482Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T09:18:24.482Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T09:18:26.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T09:18:26.666Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-09T09:18:26.666Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-09T09:18:28.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T09:18:29.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T09:18:29.548Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-09T09:18:31.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T09:18:32.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T09:18:32.440Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-09T09:18:33.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T09:18:33.836Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-09T09:18:36.397Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-09T09:18:36.397Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-09T09:18:36.397Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-09T09:18:36.397Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-09T09:18:36.397Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-09T09:18:36.397Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-09T09:18:36.397Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-09T09:18:36.397Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-09T09:18:36.397Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-09T09:18:36.397Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-09T09:18:36.397Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-09T09:18:36.397Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-09T09:18:36.398Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-09T09:18:36.398Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-09T09:18:36.398Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-09T09:18:36.398Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-09T09:18:38.959Z] Building version [2021-03-09T09:18:38.960Z] + snapcraftctl build [2021-03-09T09:18:41.721Z] Staging config-common [2021-03-09T09:18:41.721Z] + snapcraftctl stage [2021-03-09T09:18:43.114Z] Skipping stage go-build-helper (already ran) [2021-03-09T09:18:43.114Z] Skipping stage static-packages (already ran) [2021-03-09T09:18:43.114Z] Skipping stage go115 (already ran) [2021-03-09T09:18:43.114Z] Staging edgex-go [2021-03-09T09:18:43.114Z] + snapcraftctl stage [2021-03-09T09:18:44.509Z] Staging version [2021-03-09T09:18:44.509Z] + snapcraftctl stage [2021-03-09T09:18:45.903Z] Priming config-common [2021-03-09T09:18:45.903Z] + snapcraftctl prime [2021-03-09T09:18:47.301Z] Priming go-build-helper [2021-03-09T09:18:47.301Z] + snapcraftctl prime [2021-03-09T09:18:48.695Z] Priming static-packages [2021-03-09T09:18:48.695Z] + snapcraftctl prime [2021-03-09T09:18:52.015Z] Priming go115 [2021-03-09T09:18:52.015Z] + snapcraftctl prime [2021-03-09T09:18:53.946Z] Priming edgex-go [2021-03-09T09:18:53.946Z] + snapcraftctl prime [2021-03-09T09:18:55.345Z] Priming version [2021-03-09T09:18:55.345Z] + snapcraftctl prime [2021-03-09T09:18:56.744Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T09:19:20.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T09:19:27.510Z] Removing intermediate container 6a39d4f4e79b [2021-03-09T09:19:27.510Z] ---> b7aea763f1e1 [2021-03-09T09:19:27.510Z] [2021-03-09T09:19:27.510Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T09:19:27.510Z] 3.12: Pulling from library/alpine [2021-03-09T09:19:27.510Z] Removing intermediate container f29f7fb8112f [2021-03-09T09:19:27.510Z] ---> 1f3b9206447e [2021-03-09T09:19:27.510Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T09:19:27.510Z] ---> Running in c22e2d9fb39f [2021-03-09T09:19:28.984Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T09:19:28.984Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T09:19:28.984Z] ---> d10569e2745f [2021-03-09T09:19:28.984Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T09:19:29.609Z] ---> Running in a6913ca15c57 [2021-03-09T09:19:29.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T09:19:31.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:19:31.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:19:32.554Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T09:19:32.830Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T09:19:32.830Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T09:19:32.830Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T09:19:32.831Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:19:32.831Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T09:19:33.108Z] OK: 7 MiB in 18 packages [2021-03-09T09:19:36.836Z] Removing intermediate container c22e2d9fb39f [2021-03-09T09:19:36.836Z] ---> d62578f7bdb1 [2021-03-09T09:19:36.836Z] [2021-03-09T09:19:36.836Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T09:19:36.836Z] Removing intermediate container a6913ca15c57 [2021-03-09T09:19:36.836Z] ---> 5e70837b6f81 [2021-03-09T09:19:36.836Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T09:19:36.836Z] 20.10.0: Pulling from library/docker [2021-03-09T09:19:36.836Z] ---> Running in 28571c7cc7e6 [2021-03-09T09:19:38.923Z] Removing intermediate container 28571c7cc7e6 [2021-03-09T09:19:38.923Z] ---> 277a47181c0e [2021-03-09T09:19:38.923Z] Step 13/21 : WORKDIR /edgex [2021-03-09T09:19:39.211Z] ---> Running in 9395d8334a04 [2021-03-09T09:19:40.673Z] Removing intermediate container 9395d8334a04 [2021-03-09T09:19:40.673Z] ---> cf63c86ab0c1 [2021-03-09T09:19:40.673Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T09:19:43.320Z] ---> d5f30470362d [2021-03-09T09:19:43.320Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T09:19:44.314Z] Removing intermediate container 664578fa05c0 [2021-03-09T09:19:44.314Z] ---> 4cf6f15840d7 [2021-03-09T09:19:44.314Z] [2021-03-09T09:19:44.314Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T09:19:44.314Z] ---> d10569e2745f [2021-03-09T09:19:44.314Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T09:19:44.914Z] ---> Running in 8606ecaad881 [2021-03-09T09:19:45.531Z] ---> c0a51e876f5d [2021-03-09T09:19:45.531Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T09:19:45.814Z] Removing intermediate container 51f8decbe4a0 [2021-03-09T09:19:45.815Z] ---> 4a274c37ac9f [2021-03-09T09:19:45.815Z] [2021-03-09T09:19:45.815Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T09:19:45.815Z] ---> d10569e2745f [2021-03-09T09:19:45.815Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T09:19:46.406Z] ---> Running in cc621c4c6276 [2021-03-09T09:19:47.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:19:47.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:19:47.894Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T09:19:47.894Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:19:47.894Z] OK: 5 MiB in 15 packages [2021-03-09T09:19:47.894Z] ---> 4ee364b24ae8 [2021-03-09T09:19:48.172Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T09:19:48.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:19:48.448Z] ---> Running in b97300226a53 [2021-03-09T09:19:48.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:19:49.045Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T09:19:49.045Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T09:19:49.045Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:19:49.045Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T09:19:49.315Z] OK: 6 MiB in 16 packages [2021-03-09T09:19:49.589Z] Removing intermediate container b97300226a53 [2021-03-09T09:19:49.589Z] ---> 04961a75b519 [2021-03-09T09:19:49.589Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T09:19:50.189Z] ---> Running in 87c68af1d813 [2021-03-09T09:19:50.189Z] Removing intermediate container 8606ecaad881 [2021-03-09T09:19:50.189Z] ---> c1bf77771eb3 [2021-03-09T09:19:50.189Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T09:19:50.786Z] ---> Running in d9ab161970f2 [2021-03-09T09:19:51.063Z] Removing intermediate container 87c68af1d813 [2021-03-09T09:19:51.063Z] ---> 049bb503eeb6 [2021-03-09T09:19:51.063Z] Step 19/21 : LABEL arch=arm64 [2021-03-09T09:19:51.662Z] ---> Running in fe47925deb2d [2021-03-09T09:19:51.662Z] Removing intermediate container d9ab161970f2 [2021-03-09T09:19:51.662Z] ---> e8242d847a3c [2021-03-09T09:19:51.662Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T09:19:51.940Z] Removing intermediate container cc621c4c6276 [2021-03-09T09:19:51.940Z] ---> 28796c0895ac [2021-03-09T09:19:51.940Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T09:19:51.940Z] ---> Running in 18cefee5d371 [2021-03-09T09:19:52.542Z] ---> Running in c2af1883c14b [2021-03-09T09:19:52.542Z] Removing intermediate container fe47925deb2d [2021-03-09T09:19:52.542Z] ---> 088d14907ade [2021-03-09T09:19:52.542Z] Step 20/21 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:19:52.818Z] Removing intermediate container cc4d87e51279 [2021-03-09T09:19:52.818Z] ---> 25bd601456f4 [2021-03-09T09:19:52.818Z] [2021-03-09T09:19:52.818Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T09:19:52.818Z] ---> d10569e2745f [2021-03-09T09:19:52.818Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T09:19:52.818Z] ---> Using cache [2021-03-09T09:19:52.818Z] ---> c1bf77771eb3 [2021-03-09T09:19:52.818Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T09:19:52.818Z] ---> Using cache [2021-03-09T09:19:52.818Z] ---> e8242d847a3c [2021-03-09T09:19:52.818Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T09:19:53.094Z] ---> Running in 8b30b6a92824 [2021-03-09T09:19:53.094Z] Removing intermediate container 18cefee5d371 [2021-03-09T09:19:53.094Z] ---> 3cdd8fbb4de0 [2021-03-09T09:19:53.094Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T09:19:53.094Z] ---> Running in 988bde7df926 [2021-03-09T09:19:53.368Z] Removing intermediate container c2af1883c14b [2021-03-09T09:19:53.368Z] ---> 9afc3d562b26 [2021-03-09T09:19:53.368Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T09:19:53.368Z] ---> Running in a14e629bbd26 [2021-03-09T09:19:53.645Z] ---> Running in 62c9c37ed42d [2021-03-09T09:19:53.645Z] Removing intermediate container 8b30b6a92824 [2021-03-09T09:19:53.645Z] ---> 8c762701533d [2021-03-09T09:19:53.645Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T09:19:53.921Z] ---> Running in 8ec492d0f790 [2021-03-09T09:19:53.921Z] Removing intermediate container 988bde7df926 [2021-03-09T09:19:53.921Z] ---> 37ffcd8b9296 [2021-03-09T09:19:53.921Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T09:19:54.196Z] Removing intermediate container a14e629bbd26 [2021-03-09T09:19:54.196Z] ---> 81d93b1902cd [2021-03-09T09:19:54.196Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:19:54.196Z] ---> Running in f900c54d3258 [2021-03-09T09:19:54.196Z] Removing intermediate container 62c9c37ed42d [2021-03-09T09:19:54.196Z] ---> c5a752a8a077 [2021-03-09T09:19:54.196Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T09:19:54.470Z] Removing intermediate container 8ec492d0f790 [2021-03-09T09:19:54.470Z] ---> 5e83e4731bb6 [2021-03-09T09:19:54.470Z] [2021-03-09T09:19:54.470Z] ---> Running in 8e6c11608b38 [2021-03-09T09:19:55.069Z] Successfully built 5e83e4731bb6 [2021-03-09T09:19:55.069Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-09T09:19:55.069Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f900c54d3258 [2021-03-09T09:19:55.069Z] ---> f41e40ea5151 [2021-03-09T09:19:55.069Z] Step 15/23 : WORKDIR / [2021-03-09T09:19:55.069Z] Building docker-core-command-go [2021-03-09T09:19:55.342Z] ---> a708296541c0 [2021-03-09T09:19:55.342Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Removing intermediate container 8e6c11608b38 [2021-03-09T09:19:55.342Z] [2021-03-09T09:19:55.342Z] ---> Running in 3e102c3b24f6 [2021-03-09T09:19:55.342Z] ---> 635c41d21ae6 [2021-03-09T09:19:55.342Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:19:55.984Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T09:19:55.984Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T09:19:55.984Z] ---> eeaf43b92773 [2021-03-09T09:19:55.984Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T09:19:56.261Z] Removing intermediate container 3e102c3b24f6 [2021-03-09T09:19:56.261Z] ---> 4fd67a77800b [2021-03-09T09:19:56.261Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:19:56.535Z] ---> Running in 595331bdc2dc [2021-03-09T09:19:57.139Z] ---> f409f584beed [2021-03-09T09:19:57.139Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T09:19:57.743Z] ---> cd65b2f434ed [2021-03-09T09:19:57.743Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T09:19:58.356Z] ---> ba099fec6322 [2021-03-09T09:19:58.356Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T09:19:58.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:19:58.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:19:59.200Z] ---> aab6e251851f [2021-03-09T09:19:59.200Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T09:19:59.200Z] ---> 219c54ebdfae [2021-03-09T09:19:59.200Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T09:19:59.479Z] ---> Running in bda4b2d62b24 [2021-03-09T09:19:59.479Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T09:19:59.479Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T09:19:59.768Z] Executing bash-5.0.17-r0.post-install [2021-03-09T09:19:59.768Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:19:59.768Z] OK: 12 MiB in 22 packages [2021-03-09T09:20:00.398Z] ---> 0e0bebd88509 [2021-03-09T09:20:00.398Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T09:20:01.000Z] Removing intermediate container bda4b2d62b24 [2021-03-09T09:20:01.000Z] ---> b4e197f1fac8 [2021-03-09T09:20:01.000Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:20:01.277Z] ---> 6f87352f4047 [2021-03-09T09:20:01.277Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T09:20:01.553Z] ---> Running in ad43d2aa666d [2021-03-09T09:20:01.553Z] ---> Running in be57354a2732 [2021-03-09T09:20:01.553Z] ---> 946c31719525 [2021-03-09T09:20:01.553Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T09:20:02.152Z] ---> Running in ec564ff016e6 [2021-03-09T09:20:02.152Z] Removing intermediate container ad43d2aa666d [2021-03-09T09:20:02.152Z] ---> a4fa1981cfa7 [2021-03-09T09:20:02.152Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T09:20:02.152Z] Removing intermediate container 595331bdc2dc [2021-03-09T09:20:02.152Z] ---> 5c4009e10e2d [2021-03-09T09:20:02.152Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T09:20:02.429Z] Removing intermediate container be57354a2732 [2021-03-09T09:20:02.429Z] ---> 4d8c65e7781e [2021-03-09T09:20:02.429Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:20:02.429Z] ---> Running in 953018788c55 [2021-03-09T09:20:02.429Z] ---> Running in cd4666193763 [2021-03-09T09:20:02.709Z] ---> Running in eeac4d2e0b83 [2021-03-09T09:20:02.709Z] Removing intermediate container ec564ff016e6 [2021-03-09T09:20:02.709Z] ---> d568924d4610 [2021-03-09T09:20:02.709Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:20:02.983Z] ---> Running in 9f7d25dc0af6 [2021-03-09T09:20:03.257Z] Removing intermediate container 953018788c55 [2021-03-09T09:20:03.257Z] ---> 8c0d2cd46dbe [2021-03-09T09:20:03.257Z] Step 21/22 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:20:03.257Z] Removing intermediate container cd4666193763 [2021-03-09T09:20:03.257Z] ---> 6a05f5356e43 [2021-03-09T09:20:03.257Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T09:20:03.257Z] Removing intermediate container eeac4d2e0b83 [2021-03-09T09:20:03.257Z] ---> d5c55d57fa5b [2021-03-09T09:20:03.257Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T09:20:03.543Z] ---> Running in 9093cfebc70d [2021-03-09T09:20:03.543Z] ---> Running in 0dd62fad7fc9 [2021-03-09T09:20:03.543Z] ---> Running in a13977fa4ade [2021-03-09T09:20:03.543Z] Removing intermediate container 9f7d25dc0af6 [2021-03-09T09:20:03.543Z] ---> bb1d6cbef6f6 [2021-03-09T09:20:03.543Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T09:20:04.140Z] ---> Running in d231be16fc03 [2021-03-09T09:20:04.140Z] Removing intermediate container 0dd62fad7fc9 [2021-03-09T09:20:04.140Z] ---> a84a1264cac7 [2021-03-09T09:20:04.140Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T09:20:04.140Z] Removing intermediate container 9093cfebc70d [2021-03-09T09:20:04.140Z] ---> 4d1dc11dd701 [2021-03-09T09:20:04.140Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T09:20:04.415Z] Removing intermediate container a13977fa4ade [2021-03-09T09:20:04.415Z] ---> d6ecd71fe72b [2021-03-09T09:20:04.415Z] Step 21/22 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:20:04.692Z] ---> Running in d4a4bd219b34 [2021-03-09T09:20:04.692Z] ---> Running in 14dbe01e4c80 [2021-03-09T09:20:04.978Z] Removing intermediate container d231be16fc03 [2021-03-09T09:20:04.978Z] ---> 2220cfdd87c3 [2021-03-09T09:20:04.978Z] Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:20:04.978Z] ---> Running in cf1f5bab5318 [2021-03-09T09:20:05.264Z] ---> Running in 25f211961cc2 [2021-03-09T09:20:05.541Z] Removing intermediate container d4a4bd219b34 [2021-03-09T09:20:05.541Z] ---> 417210fa4a85 [2021-03-09T09:20:05.541Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T09:20:05.541Z] Removing intermediate container 14dbe01e4c80 [2021-03-09T09:20:05.541Z] ---> ff5de8801565 [2021-03-09T09:20:05.541Z] [2021-03-09T09:20:05.825Z] Removing intermediate container cf1f5bab5318 [2021-03-09T09:20:05.825Z] ---> f05e0ad614cd [2021-03-09T09:20:05.825Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T09:20:06.099Z] Successfully built ff5de8801565 [2021-03-09T09:20:06.099Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-09T09:20:06.099Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-09T09:20:06.099Z] Removing intermediate container 25f211961cc2 [2021-03-09T09:20:06.099Z] ---> c75e92bfda85 [2021-03-09T09:20:06.099Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T09:20:06.375Z] ---> Running in a8e0ac3a82e9 [2021-03-09T09:20:06.650Z] ---> Running in e5559a2b4642 [2021-03-09T09:20:06.931Z] Removing intermediate container a8e0ac3a82e9 [2021-03-09T09:20:07.204Z] ---> 6c44540e0078 [2021-03-09T09:20:07.204Z] ---> c0a8a968d0e9 [2021-03-09T09:20:07.204Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T09:20:07.204Z] [2021-03-09T09:20:07.204Z] Removing intermediate container e5559a2b4642 [2021-03-09T09:20:07.204Z] ---> cc8b80b8b7bc [2021-03-09T09:20:07.204Z] [2021-03-09T09:20:07.806Z] Successfully built 6c44540e0078 [2021-03-09T09:20:07.806Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-09T09:20:07.806Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-09T09:20:07.806Z] Successfully built cc8b80b8b7bc [2021-03-09T09:20:08.080Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-09T09:20:08.080Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-09T09:20:08.352Z] ---> 1210cbfd3363 [2021-03-09T09:20:08.352Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T09:20:09.343Z] ---> 7caba81d8152 [2021-03-09T09:20:09.344Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T09:20:09.344Z] ---> Running in e4c6e042cac7 [2021-03-09T09:20:10.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:20:10.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:20:11.386Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T09:20:11.659Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T09:20:11.659Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T09:20:11.659Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T09:20:11.659Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T09:20:11.659Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T09:20:11.659Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T09:20:13.652Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T09:20:13.652Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T09:20:13.652Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T09:20:13.652Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T09:20:13.652Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T09:20:13.652Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T09:20:13.652Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T09:20:13.652Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T09:20:13.652Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T09:20:13.652Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T09:20:13.652Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T09:20:13.652Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T09:20:13.652Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T09:20:13.652Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T09:20:13.652Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T09:20:13.652Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T09:20:13.652Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T09:20:13.652Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T09:20:13.652Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T09:20:13.931Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T09:20:13.931Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T09:20:13.931Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T09:20:13.931Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T09:20:13.931Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T09:20:13.931Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T09:20:13.931Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T09:20:13.932Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:20:13.932Z] OK: 71 MiB in 55 packages [2021-03-09T09:20:24.112Z] Removing intermediate container e4c6e042cac7 [2021-03-09T09:20:24.112Z] ---> da19b38c9aa3 [2021-03-09T09:20:24.112Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T09:20:24.112Z] ---> Running in c1518712a47d [2021-03-09T09:20:28.440Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:20:28.440Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:20:28.440Z] ---> 7156977c513b [2021-03-09T09:20:28.440Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T09:20:28.440Z] ---> Using cache [2021-03-09T09:20:28.440Z] ---> 054dc39980ce [2021-03-09T09:20:28.440Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:20:28.440Z] ---> Using cache [2021-03-09T09:20:28.440Z] ---> 588c8716f6e3 [2021-03-09T09:20:28.440Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T09:20:28.440Z] ---> Using cache [2021-03-09T09:20:28.440Z] ---> 3a78d85010c6 [2021-03-09T09:20:28.440Z] Step 6/23 : COPY go.mod . [2021-03-09T09:20:28.440Z] ---> Using cache [2021-03-09T09:20:28.440Z] ---> af8fba4f8738 [2021-03-09T09:20:28.440Z] Step 7/23 : RUN go mod download [2021-03-09T09:20:28.440Z] ---> Using cache [2021-03-09T09:20:28.440Z] ---> 993b6ceabd4a [2021-03-09T09:20:28.440Z] Step 8/23 : COPY . . [2021-03-09T09:20:28.440Z] ---> Using cache [2021-03-09T09:20:28.440Z] ---> f3a9ecb9b02b [2021-03-09T09:20:28.440Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T09:20:29.035Z] Collecting docker-compose==1.23.2 [2021-03-09T09:20:29.304Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T09:20:29.576Z] ---> Running in d2f1fcc4278d [2021-03-09T09:20:31.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T09:20:31.013Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T09:20:31.013Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T09:20:31.616Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T09:20:31.616Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T09:20:35.014Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T09:20:35.014Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T09:20:35.292Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T09:20:35.292Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T09:20:37.927Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T09:20:37.927Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T09:20:39.372Z] Collecting PyYAML<4,>=3.10 [2021-03-09T09:20:39.372Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T09:20:42.816Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T09:20:42.816Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T09:20:45.464Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-09T09:20:45.757Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T09:20:45.758Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T09:20:46.364Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T09:20:46.364Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T09:20:46.364Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-09T09:20:47.354Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T09:20:47.354Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T09:20:47.960Z] Collecting idna<2.8,>=2.5 [2021-03-09T09:20:47.960Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T09:20:47.960Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-09T09:20:48.237Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T09:20:48.237Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T09:20:48.517Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T09:20:48.517Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T09:20:48.517Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T09:20:48.517Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T09:20:49.512Z] Installing collected packages: urllib3, idna, requests, dockerpty, docker-pycreds, websocket-client, docker, docopt, jsonschema, PyYAML, texttable, cached-property, docker-compose [2021-03-09T09:20:49.512Z] Attempting uninstall: urllib3 [2021-03-09T09:20:49.512Z] Found existing installation: urllib3 1.25.9 [2021-03-09T09:20:49.512Z] Uninstalling urllib3-1.25.9: [2021-03-09T09:20:49.797Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T09:20:50.405Z] Attempting uninstall: idna [2021-03-09T09:20:50.405Z] Found existing installation: idna 2.9 [2021-03-09T09:20:50.405Z] Uninstalling idna-2.9: [2021-03-09T09:20:50.405Z] Successfully uninstalled idna-2.9 [2021-03-09T09:20:51.398Z] Attempting uninstall: requests [2021-03-09T09:20:51.398Z] Found existing installation: requests 2.23.0 [2021-03-09T09:20:51.398Z] Uninstalling requests-2.23.0: [2021-03-09T09:20:51.398Z] Successfully uninstalled requests-2.23.0 [2021-03-09T09:20:51.997Z] Running setup.py install for dockerpty: started [2021-03-09T09:20:53.998Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T09:20:55.447Z] Running setup.py install for docopt: started [2021-03-09T09:20:57.436Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T09:20:58.036Z] Running setup.py install for PyYAML: started [2021-03-09T09:20:59.024Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:20:59.024Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:20:59.024Z] ---> 7156977c513b [2021-03-09T09:20:59.024Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T09:20:59.024Z] ---> Using cache [2021-03-09T09:20:59.024Z] ---> 054dc39980ce [2021-03-09T09:20:59.024Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:20:59.024Z] ---> Using cache [2021-03-09T09:20:59.024Z] ---> 588c8716f6e3 [2021-03-09T09:20:59.024Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T09:20:59.627Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:20:59.627Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:20:59.627Z] ---> 7156977c513b [2021-03-09T09:20:59.627Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T09:20:59.627Z] ---> Using cache [2021-03-09T09:20:59.627Z] ---> 054dc39980ce [2021-03-09T09:20:59.627Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:20:59.627Z] ---> Using cache [2021-03-09T09:20:59.627Z] ---> 588c8716f6e3 [2021-03-09T09:20:59.627Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T09:20:59.627Z] ---> Using cache [2021-03-09T09:20:59.627Z] ---> 3a78d85010c6 [2021-03-09T09:20:59.627Z] Step 6/31 : COPY go.mod . [2021-03-09T09:20:59.627Z] ---> Using cache [2021-03-09T09:20:59.627Z] ---> af8fba4f8738 [2021-03-09T09:20:59.627Z] Step 7/31 : RUN go mod download [2021-03-09T09:20:59.627Z] ---> Using cache [2021-03-09T09:20:59.627Z] ---> 993b6ceabd4a [2021-03-09T09:20:59.627Z] Step 8/31 : COPY . . [2021-03-09T09:20:59.627Z] ---> Using cache [2021-03-09T09:20:59.627Z] ---> f3a9ecb9b02b [2021-03-09T09:20:59.627Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T09:20:59.901Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T09:20:59.901Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T09:20:59.901Z] ---> 7156977c513b [2021-03-09T09:20:59.901Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T09:20:59.901Z] ---> Using cache [2021-03-09T09:20:59.901Z] ---> 054dc39980ce [2021-03-09T09:20:59.901Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:20:59.901Z] ---> Using cache [2021-03-09T09:20:59.901Z] ---> 588c8716f6e3 [2021-03-09T09:20:59.901Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T09:20:59.901Z] ---> Using cache [2021-03-09T09:20:59.901Z] ---> 3a78d85010c6 [2021-03-09T09:20:59.901Z] Step 6/24 : COPY go.mod . [2021-03-09T09:20:59.901Z] ---> Using cache [2021-03-09T09:20:59.901Z] ---> af8fba4f8738 [2021-03-09T09:20:59.901Z] Step 7/24 : RUN go mod download [2021-03-09T09:20:59.901Z] ---> Using cache [2021-03-09T09:20:59.901Z] ---> 993b6ceabd4a [2021-03-09T09:20:59.901Z] Step 8/24 : COPY . . [2021-03-09T09:20:59.901Z] ---> Using cache [2021-03-09T09:20:59.901Z] ---> f3a9ecb9b02b [2021-03-09T09:20:59.901Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T09:21:00.882Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T09:21:00.882Z] Running setup.py install for texttable: started [2021-03-09T09:21:03.515Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T09:21:04.114Z] ---> Running in c977f3f51d60 [2021-03-09T09:21:04.114Z] ---> Running in 39607f90eff4 [2021-03-09T09:21:04.114Z] ---> Running in 6d41dd4ffb40 [2021-03-09T09:21:04.721Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T09:21:06.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:21:06.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T09:21:06.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T09:21:07.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:21:07.898Z] OK: 217 MiB in 51 packages [2021-03-09T09:21:10.546Z] Removing intermediate container c977f3f51d60 [2021-03-09T09:21:10.546Z] ---> 13d0f241496a [2021-03-09T09:21:10.546Z] Step 6/23 : COPY go.mod . [2021-03-09T09:21:10.826Z] Removing intermediate container c1518712a47d [2021-03-09T09:21:10.826Z] ---> 9a42dafac5d1 [2021-03-09T09:21:10.826Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T09:21:11.109Z] ---> Running in 0886e8f6db84 [2021-03-09T09:21:11.395Z] ---> a2972c634b8d [2021-03-09T09:21:11.395Z] Step 7/23 : RUN go mod download [2021-03-09T09:21:11.674Z] ---> Running in 3e7dde623d54 [2021-03-09T09:21:13.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:21:13.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:21:14.952Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T09:21:14.952Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T09:21:14.952Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T09:21:14.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:21:14.952Z] OK: 71 MiB in 58 packages [2021-03-09T09:21:16.959Z] Removing intermediate container 3e7dde623d54 [2021-03-09T09:21:16.959Z] ---> 08c3fdda09e4 [2021-03-09T09:21:16.959Z] Step 8/23 : COPY . . [2021-03-09T09:21:17.235Z] Removing intermediate container 0886e8f6db84 [2021-03-09T09:21:17.235Z] ---> 97e76104fe11 [2021-03-09T09:21:17.235Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T09:21:17.510Z] ---> Running in c1a8ba130ffa [2021-03-09T09:21:18.496Z] Removing intermediate container c1a8ba130ffa [2021-03-09T09:21:18.496Z] ---> 0ba2921b535e [2021-03-09T09:21:18.496Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:21:18.772Z] ---> Running in 2f2f5138ba5d [2021-03-09T09:21:20.228Z] Removing intermediate container 2f2f5138ba5d [2021-03-09T09:21:20.228Z] ---> edabcebabe12 [2021-03-09T09:21:20.228Z] Step 24/26 : LABEL arch=arm64 [2021-03-09T09:21:20.843Z] ---> Running in 72d2ffc2b9d7 [2021-03-09T09:21:22.863Z] Removing intermediate container 72d2ffc2b9d7 [2021-03-09T09:21:22.863Z] ---> 1df13394ab51 [2021-03-09T09:21:22.863Z] Step 25/26 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:21:23.468Z] ---> Running in d98d6d266b61 [2021-03-09T09:21:24.916Z] Removing intermediate container d98d6d266b61 [2021-03-09T09:21:24.916Z] ---> d6c5a3f2dec2 [2021-03-09T09:21:24.916Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T09:21:24.916Z] ---> Running in 9f9b3b88c539 [2021-03-09T09:21:25.908Z] Removing intermediate container 9f9b3b88c539 [2021-03-09T09:21:25.908Z] ---> 725ca48d4be4 [2021-03-09T09:21:25.908Z] [2021-03-09T09:21:26.901Z] Successfully built 725ca48d4be4 [2021-03-09T09:21:26.901Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-09T09:21:37.124Z]  Building docker-sys-mgmt-agent-go ... done  ---> 905e036a32d8 [2021-03-09T09:21:37.125Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T09:21:37.125Z] ---> Running in 550d623243e9 [2021-03-09T09:21:38.586Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T09:21:56.947Z] Removing intermediate container d2f1fcc4278d [2021-03-09T09:21:56.947Z] ---> e546a9274e84 [2021-03-09T09:21:56.947Z] [2021-03-09T09:21:56.947Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T09:21:56.947Z] ---> d10569e2745f [2021-03-09T09:21:56.947Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T09:21:56.947Z] ---> Using cache [2021-03-09T09:21:56.947Z] ---> c1bf77771eb3 [2021-03-09T09:21:56.947Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T09:21:56.947Z] ---> Using cache [2021-03-09T09:21:56.947Z] ---> e8242d847a3c [2021-03-09T09:21:56.947Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T09:21:56.947Z] ---> Running in 3e84a948d7a8 [2021-03-09T09:21:56.947Z] Removing intermediate container 3e84a948d7a8 [2021-03-09T09:21:56.947Z] ---> dfc3cf87089e [2021-03-09T09:21:56.947Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T09:21:56.947Z] ---> Running in 6b85f4a82e8f [2021-03-09T09:21:56.947Z] Removing intermediate container 6b85f4a82e8f [2021-03-09T09:21:56.947Z] ---> 91cf8ed39d6c [2021-03-09T09:21:56.947Z] Step 15/23 : WORKDIR / [2021-03-09T09:21:56.947Z] ---> Running in bab3aa716a45 [2021-03-09T09:21:57.551Z] Removing intermediate container bab3aa716a45 [2021-03-09T09:21:57.551Z] ---> bb17edce1b02 [2021-03-09T09:21:57.551Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:21:58.554Z] ---> f09b9bdba612 [2021-03-09T09:21:58.554Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T09:22:00.554Z] ---> 6bb5141e843f [2021-03-09T09:22:00.554Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T09:22:01.553Z] ---> 955425fbd9e4 [2021-03-09T09:22:01.553Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T09:22:01.553Z] ---> Running in 960013872ebe [2021-03-09T09:22:02.556Z] Removing intermediate container 960013872ebe [2021-03-09T09:22:02.556Z] ---> 354d52e91072 [2021-03-09T09:22:02.556Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:22:02.556Z] ---> Running in fbfb097700c4 [2021-03-09T09:22:03.163Z] Removing intermediate container fbfb097700c4 [2021-03-09T09:22:03.163Z] ---> 3c7d96a0f128 [2021-03-09T09:22:03.163Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T09:22:03.163Z] ---> Running in 865eea3adc18 [2021-03-09T09:22:04.153Z] Removing intermediate container 865eea3adc18 [2021-03-09T09:22:04.153Z] ---> 8344633288b9 [2021-03-09T09:22:04.153Z] Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:22:04.153Z] ---> Running in 11b3015c50ec [2021-03-09T09:22:05.141Z] Removing intermediate container 11b3015c50ec [2021-03-09T09:22:05.141Z] ---> 4887de442f29 [2021-03-09T09:22:05.141Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T09:22:05.141Z] ---> Running in e45ace0d6877 [2021-03-09T09:22:05.746Z] Removing intermediate container e45ace0d6877 [2021-03-09T09:22:05.746Z] ---> 98cffa716018 [2021-03-09T09:22:05.746Z] [2021-03-09T09:22:06.357Z] Successfully built 98cffa716018 [2021-03-09T09:22:06.357Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-09T09:22:16.577Z]  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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T09:22:31.729Z] Removing intermediate container 39607f90eff4 [2021-03-09T09:22:31.729Z] ---> 44b72e8c4a25 [2021-03-09T09:22:31.729Z] [2021-03-09T09:22:31.729Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T09:22:31.729Z] ---> d10569e2745f [2021-03-09T09:22:31.729Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T09:22:31.729Z] ---> Running in 39dc177f8aef [2021-03-09T09:22:31.729Z] Removing intermediate container 6d41dd4ffb40 [2021-03-09T09:22:31.729Z] ---> 8b9aad40bba0 [2021-03-09T09:22:31.729Z] [2021-03-09T09:22:31.729Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T09:22:31.729Z] ---> d10569e2745f [2021-03-09T09:22:31.729Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T09:22:31.729Z] ---> Running in 782531bd592d [2021-03-09T09:22:31.729Z] Removing intermediate container 782531bd592d [2021-03-09T09:22:31.729Z] ---> 50a205f7bc54 [2021-03-09T09:22:31.729Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T09:22:31.729Z] ---> Running in 174397d3563f [2021-03-09T09:22:32.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:22:32.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:22:32.886Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T09:22:32.886Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T09:22:32.886Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T09:22:32.886Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T09:22:33.163Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T09:22:33.164Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:22:33.164Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T09:22:33.441Z] OK: 7 MiB in 19 packages [2021-03-09T09:22:33.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:22:33.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:22:34.324Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T09:22:34.324Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T09:22:34.324Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:22:34.604Z] OK: 5 MiB in 16 packages [2021-03-09T09:22:36.055Z] Removing intermediate container 39dc177f8aef [2021-03-09T09:22:36.055Z] ---> 9956c0c5baa7 [2021-03-09T09:22:36.055Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T09:22:36.332Z] ---> Running in b0ae32da6df1 [2021-03-09T09:22:36.612Z] Removing intermediate container 174397d3563f [2021-03-09T09:22:36.612Z] ---> 1c464a18bd83 [2021-03-09T09:22:36.612Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T09:22:36.891Z] ---> Running in b857340b5a6b [2021-03-09T09:22:36.891Z] Removing intermediate container b0ae32da6df1 [2021-03-09T09:22:36.891Z] ---> 8ee18c3b32e8 [2021-03-09T09:22:36.891Z] Step 13/24 : WORKDIR / [2021-03-09T09:22:37.168Z] ---> Running in 6e70984b918a [2021-03-09T09:22:37.447Z] Removing intermediate container b857340b5a6b [2021-03-09T09:22:37.447Z] ---> e6cc64027570 [2021-03-09T09:22:37.447Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T09:22:37.726Z] ---> Running in c797faf7d15c [2021-03-09T09:22:37.726Z] Removing intermediate container 6e70984b918a [2021-03-09T09:22:37.726Z] ---> 8500f41b1173 [2021-03-09T09:22:37.726Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T09:22:38.337Z] Removing intermediate container c797faf7d15c [2021-03-09T09:22:38.337Z] ---> fb5397b5496f [2021-03-09T09:22:38.337Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T09:22:38.618Z] ---> Running in 85d784bbe8d8 [2021-03-09T09:22:39.223Z] ---> 35591eee773a [2021-03-09T09:22:39.223Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T09:22:40.212Z] ---> 17feb748a0b1 [2021-03-09T09:22:40.212Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T09:22:41.667Z] ---> a9578184806e [2021-03-09T09:22:41.667Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T09:22:41.667Z] Removing intermediate container 85d784bbe8d8 [2021-03-09T09:22:41.667Z] ---> 5f565a434bb4 [2021-03-09T09:22:41.667Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T09:22:41.667Z] ---> Running in 1026df95ca5c [2021-03-09T09:22:42.652Z] Removing intermediate container 1026df95ca5c [2021-03-09T09:22:42.652Z] ---> 1d1711ec2a79 [2021-03-09T09:22:42.652Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T09:22:42.926Z] ---> d6286d33a53a [2021-03-09T09:22:42.926Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T09:22:43.202Z] ---> b567760a88ef [2021-03-09T09:22:43.202Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T09:22:43.496Z] ---> Running in 729e2d61f82f [2021-03-09T09:22:44.497Z] ---> 63600e76b231 [2021-03-09T09:22:44.497Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T09:22:45.976Z] ---> 1cc214b6824e [2021-03-09T09:22:45.976Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T09:22:45.976Z] ---> Running in 632be51b2203 [2021-03-09T09:22:46.581Z] Removing intermediate container 729e2d61f82f [2021-03-09T09:22:46.581Z] ---> 1bba48d4e9cb [2021-03-09T09:22:46.581Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:22:47.665Z] ---> c022aba6e81d [2021-03-09T09:22:47.665Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T09:22:49.768Z] ---> 5ad7f6aa0157 [2021-03-09T09:22:49.768Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T09:22:49.768Z] Removing intermediate container 632be51b2203 [2021-03-09T09:22:49.768Z] ---> 244977762c2f [2021-03-09T09:22:49.768Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T09:22:49.768Z] ---> Running in ecb8540a9829 [2021-03-09T09:22:50.430Z] ---> fdc98605a146 [2021-03-09T09:22:50.430Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T09:22:50.430Z] Removing intermediate container ecb8540a9829 [2021-03-09T09:22:50.430Z] ---> 82bfe0187777 [2021-03-09T09:22:50.430Z] Step 22/24 : LABEL arch=arm64 [2021-03-09T09:22:50.717Z] ---> Running in b39f96f26fe4 [2021-03-09T09:22:51.343Z] Removing intermediate container b39f96f26fe4 [2021-03-09T09:22:51.343Z] ---> fe8d0b06f3d1 [2021-03-09T09:22:51.343Z] Step 23/24 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:22:51.673Z] ---> Running in 58c171fe5bdd [2021-03-09T09:22:51.673Z] ---> ce8279525ae9 [2021-03-09T09:22:51.673Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T09:22:51.978Z] Removing intermediate container 58c171fe5bdd [2021-03-09T09:22:51.978Z] ---> d14e31708ca9 [2021-03-09T09:22:51.978Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T09:22:52.270Z] ---> Running in 33a13502a860 [2021-03-09T09:22:52.868Z] ---> 13bfe2522386 [2021-03-09T09:22:52.868Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T09:22:53.142Z] Removing intermediate container 33a13502a860 [2021-03-09T09:22:53.142Z] ---> 945c86eb028d [2021-03-09T09:22:53.142Z] [2021-03-09T09:22:53.742Z] ---> Running in 5764ba1d9512 [2021-03-09T09:22:53.742Z] Successfully built 945c86eb028d [2021-03-09T09:22:53.742Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-09T09:22:54.340Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5764ba1d9512 [2021-03-09T09:22:54.340Z] ---> b23114ccf01f [2021-03-09T09:22:54.340Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T09:22:54.932Z] Removing intermediate container 550d623243e9 [2021-03-09T09:22:54.932Z] ---> e7157d4729d2 [2021-03-09T09:22:54.932Z] [2021-03-09T09:22:54.932Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T09:22:54.932Z] ---> d10569e2745f [2021-03-09T09:22:54.932Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T09:22:54.932Z] ---> Running in 1fa59b95a348 [2021-03-09T09:22:54.932Z] ---> 17244f04332d [2021-03-09T09:22:54.932Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T09:22:55.553Z] ---> Running in c27221faa485 [2021-03-09T09:22:55.553Z] Removing intermediate container 1fa59b95a348 [2021-03-09T09:22:55.553Z] ---> 26550522031a [2021-03-09T09:22:55.553Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T09:22:55.825Z] ---> Running in 55e4ff7d4462 [2021-03-09T09:22:56.420Z] Removing intermediate container 55e4ff7d4462 [2021-03-09T09:22:56.420Z] ---> 2c48b0b457d7 [2021-03-09T09:22:56.420Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T09:22:56.420Z] ---> Running in 78cd6f1a81eb [2021-03-09T09:22:57.020Z] Removing intermediate container 78cd6f1a81eb [2021-03-09T09:22:57.020Z] ---> ab14069c9749 [2021-03-09T09:22:57.021Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T09:22:57.293Z] ---> Running in ac8037260c1a [2021-03-09T09:22:58.277Z] Removing intermediate container c27221faa485 [2021-03-09T09:22:58.277Z] ---> 312ba2f43aa1 [2021-03-09T09:22:58.277Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T09:22:58.550Z] ---> Running in 0fd8f4081605 [2021-03-09T09:22:58.825Z] Removing intermediate container 0fd8f4081605 [2021-03-09T09:22:58.825Z] ---> 15baa1d1a972 [2021-03-09T09:22:58.825Z] Step 28/31 : CMD ["gate"] [2021-03-09T09:22:59.423Z] ---> Running in 46c3d8ed0936 [2021-03-09T09:23:00.015Z] Removing intermediate container ac8037260c1a [2021-03-09T09:23:00.015Z] ---> 8a1fc68dab05 [2021-03-09T09:23:00.015Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T09:23:00.015Z] Removing intermediate container 46c3d8ed0936 [2021-03-09T09:23:00.015Z] ---> a6ec9bd75794 [2021-03-09T09:23:00.015Z] Step 29/31 : LABEL arch=arm64 [2021-03-09T09:23:00.015Z] ---> Running in 7f507c18fb23 [2021-03-09T09:23:00.303Z] ---> Running in d3a224a85ab4 [2021-03-09T09:23:00.902Z] Removing intermediate container d3a224a85ab4 [2021-03-09T09:23:00.902Z] ---> 7d0880c77be9 [2021-03-09T09:23:00.902Z] Step 30/31 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:23:01.175Z] ---> Running in 88dbd62c8185 [2021-03-09T09:23:01.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T09:23:01.721Z] Removing intermediate container 88dbd62c8185 [2021-03-09T09:23:01.721Z] ---> 94c044087e48 [2021-03-09T09:23:01.721Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T09:23:01.995Z] ---> Running in d803ed9c78f9 [2021-03-09T09:23:02.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T09:23:02.541Z] Removing intermediate container d803ed9c78f9 [2021-03-09T09:23:02.541Z] ---> b7e34abf2a9b [2021-03-09T09:23:02.541Z] [2021-03-09T09:23:02.814Z] Successfully built b7e34abf2a9b [2021-03-09T09:23:02.814Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T09:23:02.814Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-09T09:23:03.085Z]  Building docker-security-bootstrapper-go ... done (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T09:23:03.085Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T09:23:03.085Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T09:23:03.357Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T09:23:03.628Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T09:23:03.628Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T09:23:03.628Z] OK: 8 MiB in 20 packages [2021-03-09T09:23:05.066Z] Removing intermediate container 7f507c18fb23 [2021-03-09T09:23:05.066Z] ---> 06689354b1dc [2021-03-09T09:23:05.066Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T09:23:05.668Z] ---> 111fece2bad7 [2021-03-09T09:23:05.668Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T09:23:07.099Z] ---> 8f76ae4e0b8c [2021-03-09T09:23:07.099Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T09:23:07.694Z] ---> 475c4cb66dfb [2021-03-09T09:23:07.694Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T09:23:07.966Z] ---> Running in bf278fe88a0e [2021-03-09T09:23:08.239Z] Removing intermediate container bf278fe88a0e [2021-03-09T09:23:08.239Z] ---> 5357569a5e80 [2021-03-09T09:23:08.239Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T09:23:08.517Z] ---> Running in 59e81a601946 [2021-03-09T09:23:09.113Z] Removing intermediate container 59e81a601946 [2021-03-09T09:23:09.113Z] ---> 40cd3889ad33 [2021-03-09T09:23:09.113Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T09:23:09.113Z] ---> Running in 4607245ee56d [2021-03-09T09:23:09.386Z] Removing intermediate container 4607245ee56d [2021-03-09T09:23:09.387Z] ---> 3260dd2d2516 [2021-03-09T09:23:09.387Z] Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [2021-03-09T09:23:09.658Z] ---> Running in b5e5fb3e18ae [2021-03-09T09:23:10.253Z] Removing intermediate container b5e5fb3e18ae [2021-03-09T09:23:10.253Z] ---> 5f8137e0b01e [2021-03-09T09:23:10.253Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T09:23:10.253Z] ---> Running in cf903b792574 [2021-03-09T09:23:10.848Z] Removing intermediate container cf903b792574 [2021-03-09T09:23:10.848Z] ---> 6efcc1dd4110 [2021-03-09T09:23:10.848Z] [2021-03-09T09:23:11.121Z] Successfully built 6efcc1dd4110 [2021-03-09T09:23:11.121Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-09T09:23:11.407Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-09T09:23:11.404Z] $ docker stop --time=1 ca446aee79b9e2840bdb43d9ed3fae90a295cccbd32c9ff54ad1c2f3cb7f8fb2 [2021-03-09T09:23:13.341Z] $ docker rm -f ca446aee79b9e2840bdb43d9ed3fae90a295cccbd32c9ff54ad1c2f3cb7f8fb2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T09:23:14.027Z] + grep docker [2021-03-09T09:23:14.028Z] + docker images [2021-03-09T09:23:14.298Z] docker-core-data-go-arm64 latest 6efcc1dd4110 4 seconds ago 21.1MB [2021-03-09T09:23:14.298Z] docker-security-bootstrapper-go-arm64 latest b7e34abf2a9b 12 seconds ago 17.8MB [2021-03-09T09:23:14.298Z] docker-security-secretstore-setup-go-arm64 latest 945c86eb028d 22 seconds ago 23.7MB [2021-03-09T09:23:14.298Z] docker-core-command-go-arm64 latest 98cffa716018 About a minute ago 16.2MB [2021-03-09T09:23:14.298Z] docker-sys-mgmt-agent-go-arm64 latest 725ca48d4be4 About a minute ago 300MB [2021-03-09T09:23:14.298Z] docker-support-notifications-go-arm64 latest 6c44540e0078 3 minutes ago 16.9MB [2021-03-09T09:23:14.298Z] docker-core-metadata-go-arm64 latest cc8b80b8b7bc 3 minutes ago 17.9MB [2021-03-09T09:23:14.298Z] docker-support-scheduler-go-arm64 latest ff5de8801565 3 minutes ago 16.3MB [2021-03-09T09:23:14.298Z] docker-security-proxy-setup-go-arm64 latest 5e83e4731bb6 3 minutes ago 23.4MB [2021-03-09T09:23:14.298Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:23:15.282Z] ---> job-cost.sh [2021-03-09T09:23:15.282Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fvMN [2021-03-09T09:23:54.224Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-09T09:25:30.964Z] lf-activate-venv(): INFO: Adding /tmp/venv-fvMN/bin to PATH [2021-03-09T09:25:30.964Z] INFO: No Stack... [2021-03-09T09:25:30.964Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-09T09:25:30.964Z] INFO: Archiving Costs [Pipeline] sh [2021-03-09T09:25:31.304Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-03-09T09:25:31.304Z] + cut -d, -f6 [Pipeline] lock [2021-03-09T09:25:31.416Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3238-4-stack-cost] [2021-03-09T09:25:31.425Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3238-4-stack-cost] did not exist. Created. [2021-03-09T09:25:31.425Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3238-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-09T09:25:31.847Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-09T09:25:32.172Z] Stashed 1 file(s) [Pipeline] } [2021-03-09T09:25:32.186Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3238-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-09T09:25:33.485Z] provisioning config files... [2021-03-09T09:25:33.501Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4302115550815847518tmp [Pipeline] { [Pipeline] sh [2021-03-09T09:25:33.882Z] + set +x [2021-03-09T09:25:33.882Z] + curl -s https://codecov.io/bash [2021-03-09T09:25:33.882Z] + bash -s -- [2021-03-09T09:25:34.461Z] [2021-03-09T09:25:34.461Z] _____ _ [2021-03-09T09:25:34.461Z] / ____| | | [2021-03-09T09:25:34.461Z] | | ___ __| | ___ ___ _____ __ [2021-03-09T09:25:34.461Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-09T09:25:34.461Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-09T09:25:34.461Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-09T09:25:34.461Z] Bash-20210226-7100762 [2021-03-09T09:25:34.461Z] [2021-03-09T09:25:34.461Z] [2021-03-09T09:25:34.461Z] ==> git version 2.24.3 found [2021-03-09T09:25:34.461Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-09T09:25:34.461Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-09T09:25:34.461Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-09T09:25:34.461Z] ==> Jenkins CI detected. [2021-03-09T09:25:34.461Z] project root: . [2021-03-09T09:25:34.461Z] --> token set from env [2021-03-09T09:25:34.461Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-09T09:25:34.461Z] ==> Running gcov in . (disable via -X gcov) [2021-03-09T09:25:34.461Z] ==> Python coveragepy not found [2021-03-09T09:25:34.461Z] ==> Searching for coverage reports in: [2021-03-09T09:25:34.461Z] + . [2021-03-09T09:25:34.461Z] -> Found 1 reports [2021-03-09T09:25:34.461Z] ==> Detecting git/mercurial file structure [2021-03-09T09:25:34.461Z] ==> Reading reports [2021-03-09T09:25:34.732Z] + ./coverage.out bytes=622934 [2021-03-09T09:25:34.732Z] ==> Appending adjustments [2021-03-09T09:25:34.732Z] https://docs.codecov.io/docs/fixing-reports [2021-03-09T09:25:38.046Z] + Found adjustments [2021-03-09T09:25:38.046Z] ==> Gzipping contents [2021-03-09T09:25:38.046Z] 92K /tmp/codecov.1idORu.gz [2021-03-09T09:25:38.046Z] ==> Uploading reports [2021-03-09T09:25:38.046Z] url: https://codecov.io [2021-03-09T09:25:38.046Z] query: branch=PR-3238&commit=5d436c84e8e48e7e05179fd2a049d6a14a0f7385&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3238%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3238&job=&cmd_args= [2021-03-09T09:25:38.046Z] -> Pinging Codecov [2021-03-09T09:25:38.046Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3238&commit=5d436c84e8e48e7e05179fd2a049d6a14a0f7385&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3238%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3238&job=&cmd_args= [2021-03-09T09:25:38.620Z] -> Uploading to [2021-03-09T09:25:38.620Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/5d436c84e8e48e7e05179fd2a049d6a14a0f7385/01dd1fbf-0c09-44e9-a2d6-73e7d0ec5a1b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T092538Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=11c44592ea13052f03aad00f3c603b54c12c6d4d396767d88b3ae6d09acd3c63 [2021-03-09T09:25:38.620Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T09:25:38.620Z] Dload Upload Total Spent Left Speed [2021-03-09T09:25:39.194Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92068 0 0 100 92068 0 170k --:--:-- --:--:-- --:--:-- 170k [2021-03-09T09:25:39.194Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [Pipeline] } [2021-03-09T09:25:39.204Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:25:41.255Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:25:42.135Z] ---> package-listing.sh [2021-03-09T09:25:42.135Z] ++ facter osfamily [2021-03-09T09:25:42.135Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T09:25:42.135Z] + OS_FAMILY=redhat [2021-03-09T09:25:42.135Z] + workspace=/w/workspace/edgex-go/4 [2021-03-09T09:25:42.135Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T09:25:42.135Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T09:25:42.135Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T09:25:42.135Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T09:25:42.135Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-09T09:25:42.135Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T09:25:42.135Z] + case "${OS_FAMILY}" in [2021-03-09T09:25:42.135Z] + rpm -qa [2021-03-09T09:25:42.135Z] + sort [2021-03-09T09:25:47.449Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T09:25:47.449Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T09:25:47.449Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T09:25:47.449Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-09T09:25:47.449Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-09T09:25:47.449Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-09T09:25:47.464Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-09T09:25:47.755Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:25:48.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T09:25:48.063Z] [2021-03-09T09:25:48.063Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T09:25:48.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T09:25:48.438Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T09:25:48.438Z] df20fa9351a1: Pulling fs layer [2021-03-09T09:25:48.438Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T09:25:48.438Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T09:25:48.438Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T09:25:48.438Z] 93b61091891f: Pulling fs layer [2021-03-09T09:25:48.438Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T09:25:48.438Z] 5e14af77c1be: Pulling fs layer [2021-03-09T09:25:48.438Z] 01666e4c0597: Pulling fs layer [2021-03-09T09:25:48.438Z] aa168da1d23b: Pulling fs layer [2021-03-09T09:25:48.438Z] 93b9cdb0e59b: Waiting [2021-03-09T09:25:48.438Z] 5e14af77c1be: Waiting [2021-03-09T09:25:48.438Z] 01666e4c0597: Waiting [2021-03-09T09:25:48.438Z] aa168da1d23b: Waiting [2021-03-09T09:25:48.438Z] 93b61091891f: Waiting [2021-03-09T09:25:48.438Z] 36b3adc4ff6f: Download complete [2021-03-09T09:25:48.438Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T09:25:48.438Z] 46f8f816bc3b: Download complete [2021-03-09T09:25:48.701Z] df20fa9351a1: Download complete [2021-03-09T09:25:48.701Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T09:25:48.701Z] 93b9cdb0e59b: Download complete [2021-03-09T09:25:48.701Z] 5e14af77c1be: Verifying Checksum [2021-03-09T09:25:48.701Z] 5e14af77c1be: Download complete [2021-03-09T09:25:48.701Z] 93b61091891f: Verifying Checksum [2021-03-09T09:25:48.701Z] 93b61091891f: Download complete [2021-03-09T09:25:48.701Z] 01666e4c0597: Verifying Checksum [2021-03-09T09:25:48.701Z] 01666e4c0597: Download complete [2021-03-09T09:25:48.701Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T09:25:48.964Z] df20fa9351a1: Pull complete [2021-03-09T09:25:49.236Z] 36b3adc4ff6f: Pull complete [2021-03-09T09:25:49.821Z] 8ad3a11d3b57: Pull complete [2021-03-09T09:25:50.086Z] 46f8f816bc3b: Pull complete [2021-03-09T09:25:51.035Z] aa168da1d23b: Verifying Checksum [2021-03-09T09:25:51.035Z] aa168da1d23b: Download complete [2021-03-09T09:25:52.959Z] 93b61091891f: Pull complete [2021-03-09T09:25:53.221Z] 93b9cdb0e59b: Pull complete [2021-03-09T09:25:53.221Z] 5e14af77c1be: Pull complete [2021-03-09T09:25:53.489Z] 01666e4c0597: Pull complete [2021-03-09T09:26:03.563Z] aa168da1d23b: Pull complete [2021-03-09T09:26:03.563Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T09:26:03.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T09:26:03.563Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T09:26:03.838Z] prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container [2021-03-09T09:26:03.943Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-09T09:26:07.832Z] $ docker top 63d7bb62b22d10471cfc5dfb93f4d1c8af0c2b704bd39353c29612df7c0ca225 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T09:26:08.452Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T09:26:08.816Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T09:26:09.157Z] + ls /var/log/sa-host [2021-03-09T09:26:09.158Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T09:26:09.158Z] file_magic: OK [2021-03-09T09:26:09.158Z] HZ: Using current value: 100 [2021-03-09T09:26:09.158Z] file_header: OK [2021-03-09T09:26:09.158Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T09:26:09.158Z] Statistics: [2021-03-09T09:26:09.158Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-09T09:26:09.158Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T09:26:09.158Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T09:26:09.158Z] file_magic: OK [2021-03-09T09:26:09.158Z] HZ: Using current value: 100 [2021-03-09T09:26:09.158Z] file_header: OK [2021-03-09T09:26:09.158Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T09:26:09.158Z] Statistics: [2021-03-09T09:26:09.158Z] Hnuu...uuuununununu... [2021-03-09T09:26:09.158Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T09:26:11.088Z] provisioning config files... [2021-03-09T09:26:11.107Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6985330574136297956tmp [Pipeline] { [Pipeline] echo [2021-03-09T09:26:11.188Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:26:11.561Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T09:26:11.627Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T09:26:11.768Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:26:12.103Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T09:26:12.116Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:26:12.457Z] ---> sudo-logs.sh [2021-03-09T09:26:12.457Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T09:26:12.543Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:26:12.870Z] ---> job-cost.sh [2021-03-09T09:26:12.870Z] lf-activate-venv: SKIPPING [2021-03-09T09:26:12.870Z] DEBUG: total: 0.20999999344348907 [2021-03-09T09:26:12.870Z] INFO: Retrieving Stack Cost... [2021-03-09T09:26:13.465Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T09:26:14.061Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T09:26:14.083Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T09:26:14.399Z] ---> logs-deploy.sh [2021-03-09T09:26:14.399Z] lf-activate-venv: SKIPPING [2021-03-09T09:26:14.399Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3238/4 [2021-03-09T09:26:14.399Z] INFO: archiving workspace using pattern(s): [2021-03-09T09:26:15.852Z] Archives upload complete. [2021-03-09T09:26:15.852Z] INFO: archiving logs to Nexus