Pull request #3061 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 495c2e8daeb3df48c63772693747c122c948160c+5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b (18ada532d79a5e8d4f8f5781d5cc8dc4207976f9) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22146 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 495c2e8daeb3df48c63772693747c122c948160c Merge succeeded, producing 495c2e8daeb3df48c63772693747c122c948160c Checking out Revision 495c2e8daeb3df48c63772693747c122c948160c (PR-3061) > 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/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T01:42:03.092Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T01:42:03.405Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T01:42:03.507Z] ========================================================= [2021-01-22T01:42:03.507Z] EdgeX Global Pipelines Version Info [2021-01-22T01:42:03.507Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bfe1372f521cef71b954d9617e597979e37d233e # timeout=10 [2021-01-22T01:42:05.458Z] ------------------- [2021-01-22T01:42:05.458Z] stable info: [2021-01-22T01:42:05.458Z] ------------------- [2021-01-22T01:42:05.458Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T01:42:05.458Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T01:42:05.458Z] Message: update stable to v1.0.179 [2021-01-22T01:42:06.041Z] ------------------- [2021-01-22T01:42:06.042Z] experimental info: [2021-01-22T01:42:06.042Z] ------------------- [2021-01-22T01:42:06.042Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T01:42:06.042Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T01:42:06.042Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T01:42:06.399Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T01:42:06.489Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T01:42:06.621Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T01:42:06.714Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T01:42:06.827Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T01:42:06.917Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T01:42:07.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T01:42:07.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T01:42:07.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T01:42:07.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T01:42:07.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T01:42:07.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T01:42:07.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T01:42:07.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T01:42:07.728Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T01:42:07.817Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T01:42:07.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T01:42:07.989Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T01:42:08.109Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T01:42:08.196Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T01:42:08.287Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T01:42:08.382Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T01:42:08.473Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T01:42:08.561Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3061 [Pipeline] echo [2021-01-22T01:42:08.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3061 [Pipeline] echo [2021-01-22T01:42:08.736Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3061 [Pipeline] echo [2021-01-22T01:42:08.824Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 495c2e8daeb3df48c63772693747c122c948160c [Pipeline] echo [2021-01-22T01:42:08.919Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 495c2e8 [Pipeline] echo [2021-01-22T01:42:09.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T01:42:09.236Z] provisioning config files... [2021-01-22T01:42:09.265Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7266644393976716295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:42:09.616Z] ---> docker-login.sh [2021-01-22T01:42:09.616Z] nexus3.edgexfoundry.org:10001 [2021-01-22T01:42:09.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:42:10.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:42:10.142Z] Configure a credential helper to remove this warning. See [2021-01-22T01:42:10.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:42:10.142Z] [2021-01-22T01:42:10.142Z] Login Succeeded [2021-01-22T01:42:10.142Z] nexus3.edgexfoundry.org:10002 [2021-01-22T01:42:10.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:42:10.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:42:10.142Z] Configure a credential helper to remove this warning. See [2021-01-22T01:42:10.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:42:10.142Z] [2021-01-22T01:42:10.142Z] Login Succeeded [2021-01-22T01:42:10.142Z] nexus3.edgexfoundry.org:10003 [2021-01-22T01:42:10.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:42:10.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:42:10.406Z] Configure a credential helper to remove this warning. See [2021-01-22T01:42:10.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:42:10.406Z] [2021-01-22T01:42:10.406Z] Login Succeeded [2021-01-22T01:42:10.406Z] nexus3.edgexfoundry.org:10004 [2021-01-22T01:42:10.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:42:10.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:42:10.667Z] Configure a credential helper to remove this warning. See [2021-01-22T01:42:10.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:42:10.667Z] [2021-01-22T01:42:10.667Z] Login Succeeded [2021-01-22T01:42:10.667Z] docker.io [2021-01-22T01:42:10.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:42:10.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:42:10.930Z] Configure a credential helper to remove this warning. See [2021-01-22T01:42:10.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:42:10.930Z] [2021-01-22T01:42:10.930Z] Login Succeeded [2021-01-22T01:42:10.930Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T01:42:10.940Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T01:42:11.455Z] ++ 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-01-22T01:42:11.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T01:42:11.455Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T01:42:11.455Z] ++ cut -d/ -f2 [2021-01-22T01:42:11.455Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T01:42:11.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T01:42:11.455Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T01:42:11.455Z] ++ cut -d/ -f2 [2021-01-22T01:42:11.455Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T01:42:11.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T01:42:11.455Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T01:42:11.455Z] ++ cut -d/ -f2 [2021-01-22T01:42:11.455Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T01:42:11.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T01:42:11.455Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T01:42:11.455Z] ++ cut -d/ -f2 [2021-01-22T01:42:11.455Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T01:42:11.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T01:42:11.455Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T01:42:11.455Z] ++ cut -d/ -f2 [2021-01-22T01:42:11.455Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T01:42:11.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T01:42:11.455Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T01:42:11.455Z] ++ cut -d/ -f2 [2021-01-22T01:42:11.455Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T01:42:11.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T01:42:11.455Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T01:42:11.455Z] ++ cut -d/ -f2 [2021-01-22T01:42:11.455Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T01:42:11.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T01:42:11.455Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T01:42:11.455Z] ++ cut -d/ -f2 [2021-01-22T01:42:11.455Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T01:42:11.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T01:42:11.455Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T01:42:11.455Z] ++ cut -d/ -f2 [2021-01-22T01:42:11.455Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T01:42:11.523Z] 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-01-22T01:42:13.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T01:42:13.018Z] [2021-01-22T01:42:13.018Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:42:13.367Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T01:42:13.367Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T01:42:13.367Z] 31603596830f: Pulling fs layer [2021-01-22T01:42:13.367Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T01:42:13.367Z] 6ca5941a6612: Pulling fs layer [2021-01-22T01:42:13.367Z] ecc8261a40a4: Pulling fs layer [2021-01-22T01:42:13.367Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T01:42:13.367Z] 2a8b12db71e7: Download complete [2021-01-22T01:42:13.678Z] 31603596830f: Verifying Checksum [2021-01-22T01:42:13.678Z] 31603596830f: Download complete [2021-01-22T01:42:13.678Z] 6ca5941a6612: Verifying Checksum [2021-01-22T01:42:13.678Z] 6ca5941a6612: Download complete [2021-01-22T01:42:13.678Z] ecc8261a40a4: Download complete [2021-01-22T01:42:13.960Z] 31603596830f: Pull complete [2021-01-22T01:42:13.960Z] 2a8b12db71e7: Pull complete [2021-01-22T01:42:14.917Z] 6ca5941a6612: Pull complete [2021-01-22T01:42:15.183Z] ecc8261a40a4: Pull complete [2021-01-22T01:42:15.183Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T01:42:15.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T01:42:15.183Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T01:42:15.292Z] prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container [2021-01-22T01:42:15.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10004/edgex-devops/git-semver:latest cat [2021-01-22T01:42:17.397Z] $ docker top 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T01:42:17.732Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T01:42:17.732Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T01:42:17.985Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T01:42:17.990Z] $ docker exec 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca ssh-agent [2021-01-22T01:42:18.255Z] SSH_AUTH_SOCK=/tmp/ssh-5Fc2zdnGRvvq/agent.12 [2021-01-22T01:42:18.255Z] SSH_AGENT_PID=17 [2021-01-22T01:42:18.266Z] Running ssh-add (command line suppressed) [2021-01-22T01:42:18.393Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5497874863380526823.key (/w/workspace/edgex-go/3@tmp/private_key_5497874863380526823.key) [2021-01-22T01:42:18.450Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T01:42:18.787Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T01:42:18.814Z] $ docker exec --env ******** --env ******** 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca ssh-agent -k [2021-01-22T01:42:18.947Z] unset SSH_AUTH_SOCK; [2021-01-22T01:42:18.947Z] unset SSH_AGENT_PID; [2021-01-22T01:42:18.947Z] echo Agent pid 17 killed; [2021-01-22T01:42:19.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T01:42:19.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T01:42:19.150Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T01:42:19.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T01:42:19.317Z] $ docker exec 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca ssh-agent [2021-01-22T01:42:19.486Z] SSH_AUTH_SOCK=/tmp/ssh-ERYX3NVhBMBv/agent.45 [2021-01-22T01:42:19.486Z] SSH_AGENT_PID=50 [2021-01-22T01:42:19.494Z] Running ssh-add (command line suppressed) [2021-01-22T01:42:19.617Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3359443559873662191.key (/w/workspace/edgex-go/3@tmp/private_key_3359443559873662191.key) [2021-01-22T01:42:19.667Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T01:42:20.020Z] + git semver init [2021-01-22T01:42:20.020Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T01:42:20.020Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-22T01:42:20.020Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-22T01:42:20.020Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T01:42:20.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T01:42:20.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T01:42:20.020Z] # $SEMVER_BRANCH = PR-3061 [2021-01-22T01:42:20.020Z] # $SEMVER_TEMP = /tmp/semver-073472216 [2021-01-22T01:42:20.020Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T01:42:42.114Z] # '/tmp/semver-073472216' -> '/w/workspace/edgex-go/3/.semver' [2021-01-22T01:42:42.114Z] # -> Force: false [2021-01-22T01:42:42.114Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-22T01:42:42.129Z] $ docker exec --env ******** --env ******** 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca ssh-agent -k [2021-01-22T01:42:42.351Z] unset SSH_AUTH_SOCK; [2021-01-22T01:42:42.352Z] unset SSH_AGENT_PID; [2021-01-22T01:42:42.352Z] echo Agent pid 50 killed; [2021-01-22T01:42:42.444Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T01:42:42.984Z] + git semver [Pipeline] } [2021-01-22T01:42:43.003Z] $ docker stop --time=1 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca [2021-01-22T01:42:44.525Z] $ docker rm -f 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T01:42:45.073Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T01:42:45.599Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T01:42:45.602Z] [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-01-22T01:42:46.499Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T01:42:46.795Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T01:42:47.093Z] + sudo service docker restart [2021-01-22T01:42:47.093Z] + true [2021-01-22T01:42:47.093Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T01:42:47.684Z] ========================================================= [2021-01-22T01:42:47.684Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T01:42:47.684Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:42:48.030Z] + 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-01-22T01:42:51.354Z] Sending build context to Docker daemon 327.2MB [2021-01-22T01:42:51.354Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T01:42:51.354Z] Step 2/6 : FROM ${BASE} [2021-01-22T01:42:51.354Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T01:42:51.354Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T01:42:51.354Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T01:42:51.354Z] de9db76c5a1d: Pulling fs layer [2021-01-22T01:42:51.354Z] bca2f99d35d6: Pulling fs layer [2021-01-22T01:42:51.354Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T01:42:51.354Z] 7c6f9722023f: Pulling fs layer [2021-01-22T01:42:51.354Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T01:42:51.354Z] bca2f99d35d6: Waiting [2021-01-22T01:42:51.354Z] 93359f2a8cfa: Waiting [2021-01-22T01:42:51.354Z] 7c6f9722023f: Waiting [2021-01-22T01:42:51.354Z] a35cf1a2eb13: Waiting [2021-01-22T01:42:51.617Z] de9db76c5a1d: Verifying Checksum [2021-01-22T01:42:51.617Z] de9db76c5a1d: Download complete [2021-01-22T01:42:51.617Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T01:42:51.617Z] 0ef7d3d256c8: Download complete [2021-01-22T01:42:51.617Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T01:42:51.617Z] 93359f2a8cfa: Download complete [2021-01-22T01:42:51.881Z] 7c6f9722023f: Download complete [2021-01-22T01:42:52.156Z] 188c0c94c7c5: Download complete [2021-01-22T01:42:52.738Z] 188c0c94c7c5: Pull complete [2021-01-22T01:42:52.738Z] 0ef7d3d256c8: Pull complete [2021-01-22T01:42:53.003Z] de9db76c5a1d: Pull complete [2021-01-22T01:42:53.965Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T01:42:53.965Z] a35cf1a2eb13: Download complete [2021-01-22T01:42:54.544Z] bca2f99d35d6: Verifying Checksum [2021-01-22T01:42:54.544Z] bca2f99d35d6: Download complete [2021-01-22T01:42:59.884Z] bca2f99d35d6: Pull complete [2021-01-22T01:42:59.885Z] 93359f2a8cfa: Pull complete [2021-01-22T01:42:59.885Z] 7c6f9722023f: Pull complete [2021-01-22T01:43:00.994Z] Still waiting to schedule task [2021-01-22T01:43:00.994Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-22T01:43:05.213Z] a35cf1a2eb13: Pull complete [2021-01-22T01:43:05.213Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T01:43:05.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T01:43:05.213Z] ---> a62c8e92a672 [2021-01-22T01:43:05.213Z] 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-01-22T01:43:05.213Z] ---> Running in 2cc66f2fadf5 [2021-01-22T01:43:05.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:43:06.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:43:06.628Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T01:43:06.628Z] (2/12) Installing file (5.38-r0) [2021-01-22T01:43:06.891Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T01:43:06.891Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T01:43:11.121Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T01:43:11.121Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T01:43:11.121Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T01:43:11.384Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T01:43:11.384Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T01:43:11.384Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T01:43:11.646Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T01:43:11.646Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T01:43:11.646Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:43:11.914Z] OK: 233 MiB in 51 packages [2021-01-22T01:43:15.234Z] Removing intermediate container 2cc66f2fadf5 [2021-01-22T01:43:15.234Z] ---> d110d8dbc30c [2021-01-22T01:43:15.234Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T01:43:15.234Z] ---> Running in 5d8f3d456463 [2021-01-22T01:43:15.498Z] Removing intermediate container 5d8f3d456463 [2021-01-22T01:43:15.499Z] ---> 168946673628 [2021-01-22T01:43:15.499Z] Step 5/6 : COPY go.mod . [2021-01-22T01:43:15.773Z] ---> a2050418a447 [2021-01-22T01:43:15.773Z] Step 6/6 : RUN go mod download [2021-01-22T01:43:16.038Z] ---> Running in f890f439a61a [2021-01-22T01:43:38.070Z] Removing intermediate container f890f439a61a [2021-01-22T01:43:38.070Z] ---> 790067b7f913 [2021-01-22T01:43:38.070Z] Successfully built 790067b7f913 [2021-01-22T01:43:38.070Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:43:38.389Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T01:43:38.389Z] . [Pipeline] withDockerContainer [2021-01-22T01:43:38.490Z] prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container [2021-01-22T01:43:38.545Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T01:43:39.519Z] $ docker top 73d4438d669873a571b96c6d37127d9205ab6a7a604791c12fcd16cb5c30f447 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T01:43:40.011Z] + go version [2021-01-22T01:43:40.011Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T01:43:40.027Z] $ docker stop --time=1 73d4438d669873a571b96c6d37127d9205ab6a7a604791c12fcd16cb5c30f447 [2021-01-22T01:43:41.764Z] $ docker rm -f 73d4438d669873a571b96c6d37127d9205ab6a7a604791c12fcd16cb5c30f447 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:43:42.594Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T01:43:42.594Z] . [Pipeline] withDockerContainer [2021-01-22T01:43:42.720Z] prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container [2021-01-22T01:43:42.855Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T01:43:43.526Z] $ docker top 273232c1bf7b259b06e1069f8162ec35bb591cd4e8a37518ae4cbe78ce1deb7b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T01:43:43.749Z] ========================================================= [2021-01-22T01:43:43.749Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T01:43:43.749Z] ========================================================= [Pipeline] sh [2021-01-22T01:43:44.048Z] + make test [2021-01-22T01:43:44.048Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T01:43:54.095Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T01:44:12.450Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T01:44:17.830Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T01:44:17.830Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T01:44:17.830Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T01:44:17.830Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T01:44:19.255Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T01:44:19.255Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T01:44:19.255Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T01:44:19.255Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T01:44:19.255Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T01:44:19.255Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T01:44:21.859Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T01:44:21.859Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T01:44:21.859Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T01:44:23.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 46.0% of statements [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/bootstrap/container [no test files] [2021-01-22T01:44:23.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces [no test files] [2021-01-22T01:44:23.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces/mocks [no test files] [2021-01-22T01:44:28.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.182s coverage: 27.0% of statements [2021-01-22T01:44:28.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T01:44:28.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T01:44:28.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T01:44:28.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T01:44:28.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T01:44:28.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T01:44:28.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-01-22T01:44:28.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T01:44:28.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-01-22T01:44:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T01:44:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T01:44:28.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.156s coverage: 66.7% of statements [2021-01-22T01:44:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T01:44:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T01:44:28.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.114s coverage: 82.3% of statements [2021-01-22T01:44:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T01:44:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T01:44:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T01:44:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T01:44:29.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements [2021-01-22T01:44:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T01:44:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T01:44:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T01:44:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T01:44:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T01:44:29.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-01-22T01:44:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T01:44:29.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-01-22T01:44:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T01:44:29.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 86.7% of statements [2021-01-22T01:44:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T01:44:29.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2021-01-22T01:44:29.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T01:44:30.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-01-22T01:44:30.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T01:44:30.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T01:44:30.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T01:44:30.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T01:44:32.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.421s coverage: 92.8% of statements [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T01:44:32.717Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T01:44:32.717Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T01:44:32.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T01:44:32.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 43.8% of statements [2021-01-22T01:44:32.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.034s coverage: 79.5% of statements [2021-01-22T01:44:32.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-01-22T01:44:32.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2021-01-22T01:44:32.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.4% of statements [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 63.5% of statements [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-22T01:44:45.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 68.9% of statements [2021-01-22T01:44:45.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T01:44:45.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T01:44:45.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.288s coverage: 84.0% of statements [2021-01-22T01:44:45.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2021-01-22T01:44:45.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T01:44:45.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T01:44:45.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-01-22T01:44:45.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T01:44:46.429Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.838s coverage: 29.1% of statements [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T01:44:46.429Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T01:44:46.429Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.072s coverage: 100.0% of statements [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T01:44:46.429Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T01:44:46.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T01:44:46.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T01:44:46.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T01:44:46.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-01-22T01:44:46.694Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-22T01:44:46.694Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-22T01:44:46.962Z] GO111MODULE=on go vet ./... [2021-01-22T01:45:13.702Z] gofmt -l . [2021-01-22T01:45:13.702Z] [ "`gofmt -l .`" = "" ] [2021-01-22T01:45:13.702Z] ./bin/test-go-mod-tidy.sh [2021-01-22T01:45:13.702Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T01:45:14.012Z] + ls -al . [2021-01-22T01:45:14.012Z] total 668 [2021-01-22T01:45:14.012Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 01:45 . [2021-01-22T01:45:14.012Z] drwxr-xr-x 4 root root 28 Jan 22 01:43 .. [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 01:41 .dockerignore [2021-01-22T01:45:14.012Z] drwxrwxr-x 8 1001 1001 179 Jan 22 01:42 .git [2021-01-22T01:45:14.012Z] drwxrwxr-x 3 1001 1001 125 Jan 22 01:41 .github [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 01:41 .gitignore [2021-01-22T01:45:14.012Z] drwx------ 3 1001 1001 47 Jan 22 01:42 .semver [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 01:41 .sonarcloud.properties [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 01:41 Attribution.txt [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 01:41 CONTRIBUTING.md [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 01:41 Dockerfile.build [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 01:41 Jenkinsfile [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 01:41 LICENSE [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 01:41 Makefile [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 01:41 README.md [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 01:41 SECURITY.md [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 01:42 VERSION [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 01:41 ZMQWindows.md [2021-01-22T01:45:14.012Z] drwxrwxr-x 2 1001 1001 117 Jan 22 01:41 bin [2021-01-22T01:45:14.012Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 01:41 cmd [2021-01-22T01:45:14.012Z] -rw-r--r-- 1 root root 563584 Jan 22 01:44 coverage.out [2021-01-22T01:45:14.012Z] -rw-r--r-- 1 root root 1053 Jan 22 01:45 go.mod [2021-01-22T01:45:14.012Z] -rw-r--r-- 1 root root 18995 Jan 22 01:45 go.sum [2021-01-22T01:45:14.012Z] drwxrwxr-x 8 1001 1001 127 Jan 22 01:41 internal [2021-01-22T01:45:14.012Z] drwxrwxr-x 4 1001 1001 26 Jan 22 01:41 openapi [2021-01-22T01:45:14.012Z] drwxrwxr-x 4 1001 1001 71 Jan 22 01:41 snap [2021-01-22T01:45:14.012Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 01:41 version.go [Pipeline] sh [2021-01-22T01:45:14.324Z] + '[' -e coverage.out ] [2021-01-22T01:45:14.324Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T01:45:14.570Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T01:45:14.862Z] + make build [2021-01-22T01:45:14.863Z] 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-01-22T01:45:20.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T01:45:26.966Z] 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-01-22T01:45:27.923Z] 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-01-22T01:45:29.339Z] 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-01-22T01:45:29.603Z] 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-01-22T01:45:31.012Z] 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-01-22T01:45:32.944Z] 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-01-22T01:45:34.362Z] 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-01-22T01:45:35.779Z] 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-01-22T01:45:37.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T01:45:38.593Z] 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-01-22T01:45:40.021Z] 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-01-22T01:45:41.997Z] $ docker stop --time=1 273232c1bf7b259b06e1069f8162ec35bb591cd4e8a37518ae4cbe78ce1deb7b [2021-01-22T01:45:43.776Z] $ docker rm -f 273232c1bf7b259b06e1069f8162ec35bb591cd4e8a37518ae4cbe78ce1deb7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:45:47.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T01:45:47.680Z] [2021-01-22T01:45:47.680Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:45:48.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T01:45:48.056Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T01:45:48.056Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T01:45:48.056Z] ca9280d653b3: Pulling fs layer [2021-01-22T01:45:48.056Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T01:45:48.325Z] cbdbe7a5bc2a: Download complete [2021-01-22T01:45:48.903Z] cbdbe7a5bc2a: Pull complete [2021-01-22T01:45:49.179Z] ca9280d653b3: Verifying Checksum [2021-01-22T01:45:49.179Z] ca9280d653b3: Download complete [2021-01-22T01:45:50.142Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T01:45:50.142Z] 7e9c9ca2126c: Download complete [2021-01-22T01:45:50.406Z] ca9280d653b3: Pull complete [2021-01-22T01:45:58.623Z] 7e9c9ca2126c: Pull complete [2021-01-22T01:45:58.623Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T01:45:58.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T01:45:58.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T01:45:58.836Z] prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container [2021-01-22T01:45:58.891Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T01:46:01.979Z] $ docker top 362346b409e7d60d7dcb5dc8f7df681897e97373111dc9827b964a3d9e9831f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T01:46:02.489Z] + docker-compose build --help [2021-01-22T01:46:02.489Z] + grep parallel [2021-01-22T01:46:03.446Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T01:46:03.465Z] $ docker stop --time=1 362346b409e7d60d7dcb5dc8f7df681897e97373111dc9827b964a3d9e9831f2 [2021-01-22T01:46:04.866Z] $ docker rm -f 362346b409e7d60d7dcb5dc8f7df681897e97373111dc9827b964a3d9e9831f2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:46:05.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T01:46:05.463Z] . [Pipeline] withDockerContainer [2021-01-22T01:46:05.592Z] prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container [2021-01-22T01:46:05.652Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T01:46:06.331Z] $ docker top 7f60155390b0a735d98816844b73ceb0b049001fbad4a8ed371a54856e2e45b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T01:46:06.914Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T01:46:08.313Z] Building docker-core-command-go ... [2021-01-22T01:46:08.313Z] Building docker-core-data-go ... [2021-01-22T01:46:08.313Z] Building docker-core-metadata-go ... [2021-01-22T01:46:08.313Z] Building docker-security-bootstrapper-go ... [2021-01-22T01:46:08.313Z] Building docker-security-proxy-setup-go ... [2021-01-22T01:46:08.313Z] Building docker-security-secretstore-setup-go ... [2021-01-22T01:46:08.313Z] Building docker-support-notifications-go ... [2021-01-22T01:46:08.313Z] Building docker-support-scheduler-go ... [2021-01-22T01:46:08.313Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T01:46:08.313Z] Building docker-support-notifications-go [2021-01-22T01:46:08.313Z] Building docker-security-bootstrapper-go [2021-01-22T01:46:08.313Z] Building docker-security-proxy-setup-go [2021-01-22T01:46:08.313Z] Building docker-core-command-go [2021-01-22T01:46:08.313Z] Building docker-sys-mgmt-agent-go [2021-01-22T01:46:38.553Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22147 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws [2021-01-22T01:46:38.665Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-22T01:46:46.489Z] using credential edgex-jenkins-ssh [2021-01-22T01:46:46.546Z] Cloning the remote Git repository [2021-01-22T01:46:47.276Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:46:47.276Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:46:47.276Z] ---> 790067b7f913 [2021-01-22T01:46:47.276Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T01:46:47.276Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:46:47.276Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:46:47.276Z] ---> 790067b7f913 [2021-01-22T01:46:47.276Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T01:46:47.276Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:46:47.276Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:46:47.276Z] ---> 790067b7f913 [2021-01-22T01:46:47.276Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T01:46:47.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:46:47.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:46:47.276Z] ---> 790067b7f913 [2021-01-22T01:46:47.276Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T01:46:47.276Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:46:47.276Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:46:47.276Z] ---> 790067b7f913 [2021-01-22T01:46:47.276Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T01:46:47.276Z] ---> Running in fc3a2bb847e6 [2021-01-22T01:46:47.276Z] ---> Running in 82ebf39e884f [2021-01-22T01:46:47.276Z] ---> Running in c97fb8e8d033 [2021-01-22T01:46:47.276Z] ---> Running in 8eddf6f58826 [2021-01-22T01:46:47.276Z] ---> Running in ec49ceef9ef9 [2021-01-22T01:46:47.276Z] Removing intermediate container ec49ceef9ef9 [2021-01-22T01:46:47.276Z] ---> 88498ab3b154 [2021-01-22T01:46:47.276Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:46:47.276Z] Removing intermediate container c97fb8e8d033 [2021-01-22T01:46:47.276Z] ---> d53035aea3ec [2021-01-22T01:46:47.276Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:46:47.276Z] Removing intermediate container fc3a2bb847e6 [2021-01-22T01:46:47.276Z] ---> 4048843130c2 [2021-01-22T01:46:47.276Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:46:47.276Z] Removing intermediate container 8eddf6f58826 [2021-01-22T01:46:47.276Z] ---> 202e9bb7cd65 [2021-01-22T01:46:47.276Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:46:47.276Z] Removing intermediate container 82ebf39e884f [2021-01-22T01:46:47.276Z] ---> 1f8931e1ebac [2021-01-22T01:46:47.276Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:46:47.276Z] ---> Running in d70911826b6d [2021-01-22T01:46:47.276Z] ---> Running in 2df6ae52b906 [2021-01-22T01:46:47.276Z] ---> Running in f95b3bd44de9 [2021-01-22T01:46:47.276Z] ---> Running in 1b0d70b554fd [2021-01-22T01:46:47.276Z] ---> Running in 66e61ea1b1f0 [2021-01-22T01:46:47.276Z] Removing intermediate container d70911826b6d [2021-01-22T01:46:47.276Z] ---> 425c5ad15512 [2021-01-22T01:46:47.276Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T01:46:47.276Z] ---> Running in 7b3c513bea5d [2021-01-22T01:46:47.276Z] Removing intermediate container 2df6ae52b906 [2021-01-22T01:46:47.276Z] ---> 02eab7d6c0bc [2021-01-22T01:46:47.276Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T01:46:47.276Z] Removing intermediate container f95b3bd44de9 [2021-01-22T01:46:47.276Z] ---> 443e1fefea75 [2021-01-22T01:46:47.276Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T01:46:47.276Z] ---> Running in 778f72847a4f [2021-01-22T01:46:47.276Z] ---> Running in f5c92ee586c3 [2021-01-22T01:46:47.276Z] Removing intermediate container 66e61ea1b1f0 [2021-01-22T01:46:47.276Z] ---> b90adf1c8614 [2021-01-22T01:46:47.276Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T01:46:47.540Z] Removing intermediate container 1b0d70b554fd [2021-01-22T01:46:47.540Z] ---> 99af2f0c4bcb [2021-01-22T01:46:47.540Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T01:46:47.540Z] ---> Running in 61c782b88dae [2021-01-22T01:46:46.626Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T01:46:46.746Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-22T01:46:46.853Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T01:46:46.853Z] > git --version # timeout=10 [2021-01-22T01:46:46.872Z] > git --version # 'git version 2.17.1' [2021-01-22T01:46:46.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T01:46:46.940Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T01:46:47.806Z] ---> Running in 04817a0c8bd5 [2021-01-22T01:46:47.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:48.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:48.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:48.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:48.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:48.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:48.917Z] OK: 233 MiB in 51 packages [2021-01-22T01:46:48.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:48.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:49.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:49.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:46:49.457Z] OK: 233 MiB in 51 packages [2021-01-22T01:46:49.457Z] Removing intermediate container 7b3c513bea5d [2021-01-22T01:46:49.457Z] ---> 58b509fa8b6b [2021-01-22T01:46:49.457Z] Step 6/22 : COPY go.mod . [2021-01-22T01:46:49.457Z] OK: 233 MiB in 51 packages [2021-01-22T01:46:49.724Z] ---> 85a3e8f9a6d6 [2021-01-22T01:46:49.724Z] Step 7/22 : RUN go mod download [2021-01-22T01:46:49.724Z] OK: 233 MiB in 51 packages [2021-01-22T01:46:49.724Z] OK: 233 MiB in 51 packages [2021-01-22T01:46:49.992Z] ---> Running in d9d058fa8952 [2021-01-22T01:46:50.262Z] Removing intermediate container 778f72847a4f [2021-01-22T01:46:50.262Z] ---> 03e7836f1b45 [2021-01-22T01:46:50.262Z] Step 6/33 : COPY go.mod . [2021-01-22T01:46:50.262Z] Removing intermediate container f5c92ee586c3 [2021-01-22T01:46:50.262Z] ---> c7ba02d93d01 [2021-01-22T01:46:50.262Z] Step 6/23 : COPY go.mod . [2021-01-22T01:46:50.532Z] Removing intermediate container 04817a0c8bd5 [2021-01-22T01:46:50.532Z] ---> d7746888f93a [2021-01-22T01:46:50.532Z] Step 6/21 : COPY go.mod . [2021-01-22T01:46:50.797Z] ---> a58d837ad96c [2021-01-22T01:46:50.797Z] Step 7/23 : RUN go mod download [2021-01-22T01:46:50.797Z] ---> 28b07dc41379 [2021-01-22T01:46:50.797Z] Step 7/33 : RUN go mod download [2021-01-22T01:46:50.797Z] Removing intermediate container 61c782b88dae [2021-01-22T01:46:50.797Z] ---> 310a74bbe469 [2021-01-22T01:46:50.797Z] Step 6/26 : COPY go.mod . [2021-01-22T01:46:51.061Z] ---> Running in b96918f696ec [2021-01-22T01:46:51.061Z] ---> Running in 38541eee5d75 [2021-01-22T01:46:51.061Z] ---> 5f7df68627a8 [2021-01-22T01:46:51.061Z] Step 7/21 : RUN go mod download [2021-01-22T01:46:51.326Z] ---> Running in 5d1f448b95a9 [2021-01-22T01:46:51.326Z] ---> fc6e7e06765b [2021-01-22T01:46:51.326Z] Step 7/26 : RUN go mod download [2021-01-22T01:46:51.591Z] ---> Running in 8c6f4cca6f03 [2021-01-22T01:46:52.560Z] Removing intermediate container d9d058fa8952 [2021-01-22T01:46:52.561Z] ---> 932e5d3bb30e [2021-01-22T01:46:52.561Z] Step 8/22 : COPY . . [2021-01-22T01:46:53.514Z] Removing intermediate container b96918f696ec [2021-01-22T01:46:53.514Z] ---> 9d0691532db4 [2021-01-22T01:46:53.514Z] Step 8/23 : COPY . . [2021-01-22T01:46:54.478Z] Removing intermediate container 38541eee5d75 [2021-01-22T01:46:54.478Z] ---> 269557d2d0bf [2021-01-22T01:46:54.478Z] Step 8/33 : COPY . . [2021-01-22T01:47:02.713Z] Removing intermediate container 8c6f4cca6f03 [2021-01-22T01:47:02.713Z] ---> 9dbc6a12e2ba [2021-01-22T01:47:02.713Z] Step 8/26 : COPY . . [2021-01-22T01:47:02.713Z] Removing intermediate container 5d1f448b95a9 [2021-01-22T01:47:02.713Z] ---> 09a6d0ad6736 [2021-01-22T01:47:02.713Z] Step 8/21 : COPY . . [2021-01-22T01:47:04.509Z] Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:47:05.055Z] Merge succeeded, producing 495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:47:05.056Z] Checking out Revision 495c2e8daeb3df48c63772693747c122c948160c (PR-3061) [2021-01-22T01:47:03.549Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T01:47:03.564Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T01:47:03.594Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T01:47:03.640Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T01:47:03.640Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T01:47:03.651Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T01:47:04.532Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T01:47:04.580Z] > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 [2021-01-22T01:47:04.940Z] > git remote # timeout=10 [2021-01-22T01:47:04.959Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T01:47:04.988Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T01:47:05.001Z] > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 [2021-01-22T01:47:05.028Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T01:47:05.068Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T01:47:05.082Z] > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 [2021-01-22T01:47:09.578Z] Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T01:47:11.278Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T01:47:11.764Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T01:47:12.114Z] + sudo service docker restart [2021-01-22T01:47:12.114Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T01:47:14.809Z] provisioning config files... [2021-01-22T01:47:14.855Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6063202782909196558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:47:15.264Z] ---> docker-login.sh [2021-01-22T01:47:15.264Z] nexus3.edgexfoundry.org:10001 [2021-01-22T01:47:15.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:47:16.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:47:16.467Z] Configure a credential helper to remove this warning. See [2021-01-22T01:47:16.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:47:16.467Z] [2021-01-22T01:47:16.467Z] Login Succeeded [2021-01-22T01:47:16.467Z] nexus3.edgexfoundry.org:10002 [2021-01-22T01:47:16.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:47:17.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:47:17.015Z] Configure a credential helper to remove this warning. See [2021-01-22T01:47:17.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:47:17.015Z] [2021-01-22T01:47:17.015Z] Login Succeeded [2021-01-22T01:47:17.015Z] nexus3.edgexfoundry.org:10003 [2021-01-22T01:47:17.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:47:17.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:47:17.289Z] Configure a credential helper to remove this warning. See [2021-01-22T01:47:17.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:47:17.289Z] [2021-01-22T01:47:17.289Z] Login Succeeded [2021-01-22T01:47:17.289Z] nexus3.edgexfoundry.org:10004 [2021-01-22T01:47:17.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:47:17.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:47:17.886Z] Configure a credential helper to remove this warning. See [2021-01-22T01:47:17.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:47:17.886Z] [2021-01-22T01:47:17.886Z] Login Succeeded [2021-01-22T01:47:17.886Z] docker.io [2021-01-22T01:47:18.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T01:47:18.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T01:47:18.429Z] Configure a credential helper to remove this warning. See [2021-01-22T01:47:18.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T01:47:18.429Z] [2021-01-22T01:47:18.429Z] Login Succeeded [2021-01-22T01:47:18.429Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T01:47:18.447Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T01:47:18.876Z] ========================================================= [2021-01-22T01:47:18.876Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T01:47:18.876Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:47:19.261Z] + 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-01-22T01:47:21.900Z] Sending build context to Docker daemon 165.9MB [2021-01-22T01:47:21.900Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T01:47:21.900Z] Step 2/6 : FROM ${BASE} [2021-01-22T01:47:21.901Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T01:47:21.901Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T01:47:21.901Z] a4357932f1b6: Pulling fs layer [2021-01-22T01:47:21.901Z] 18c013af1878: Pulling fs layer [2021-01-22T01:47:21.901Z] 00ac8860ef70: Pulling fs layer [2021-01-22T01:47:21.901Z] 63d7cb157983: Pulling fs layer [2021-01-22T01:47:21.901Z] b116817d02f9: Pulling fs layer [2021-01-22T01:47:21.901Z] 745a02a5169b: Pulling fs layer [2021-01-22T01:47:21.901Z] 63d7cb157983: Waiting [2021-01-22T01:47:21.901Z] 00ac8860ef70: Waiting [2021-01-22T01:47:21.901Z] b116817d02f9: Waiting [2021-01-22T01:47:21.901Z] 745a02a5169b: Waiting [2021-01-22T01:47:21.901Z] a4357932f1b6: Verifying Checksum [2021-01-22T01:47:21.901Z] a4357932f1b6: Download complete [2021-01-22T01:47:21.901Z] 18c013af1878: Verifying Checksum [2021-01-22T01:47:21.901Z] 18c013af1878: Download complete [2021-01-22T01:47:21.901Z] 63d7cb157983: Verifying Checksum [2021-01-22T01:47:21.901Z] 63d7cb157983: Download complete [2021-01-22T01:47:22.498Z] b116817d02f9: Verifying Checksum [2021-01-22T01:47:22.498Z] b116817d02f9: Download complete [2021-01-22T01:47:22.498Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T01:47:22.498Z] 5f621e34cdf4: Download complete [2021-01-22T01:47:23.110Z] 5f621e34cdf4: Pull complete [2021-01-22T01:47:23.733Z] a4357932f1b6: Pull complete [2021-01-22T01:47:24.012Z] 18c013af1878: Pull complete [2021-01-22T01:47:24.615Z] 745a02a5169b: Verifying Checksum [2021-01-22T01:47:24.615Z] 745a02a5169b: Download complete [2021-01-22T01:47:26.601Z] 00ac8860ef70: Verifying Checksum [2021-01-22T01:47:26.601Z] 00ac8860ef70: Download complete [2021-01-22T01:47:35.046Z] ---> 0e0158443ece [2021-01-22T01:47:35.046Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T01:47:36.473Z] ---> Running in 51bfd85e40b6 [2021-01-22T01:47:36.779Z] 00ac8860ef70: Pull complete [2021-01-22T01:47:36.779Z] 63d7cb157983: Pull complete [2021-01-22T01:47:37.052Z] b116817d02f9: Pull complete [2021-01-22T01:47:37.422Z] ---> 8ea09fd204fa [2021-01-22T01:47:37.422Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T01:47:37.422Z] ---> d7d8420aba76 [2021-01-22T01:47:37.422Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T01:47:37.707Z] ---> ba392b35727d [2021-01-22T01:47:37.707Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T01:47:37.707Z] ---> Running in 110d80aedfbb [2021-01-22T01:47:37.707Z] ---> Running in 7c667bd69020 [2021-01-22T01:47:37.707Z] ---> 6ed2a4dbc379 [2021-01-22T01:47:37.707Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T01:47:37.977Z] ---> Running in 3e186169a389 [2021-01-22T01:47:37.977Z] ---> Running in a6e13eae0cdb [2021-01-22T01:47:38.246Z] 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-01-22T01:47:38.523Z] 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-01-22T01:47:38.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T01:47:39.066Z] 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-01-22T01:47:39.341Z] 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-01-22T01:47:41.387Z] 745a02a5169b: Pull complete [2021-01-22T01:47:41.387Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T01:47:41.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T01:47:41.387Z] ---> b7e6874047d6 [2021-01-22T01:47:41.387Z] 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-01-22T01:47:44.019Z] ---> Running in ce104b87a4bf [2021-01-22T01:47:45.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:47:46.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:47:46.657Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T01:47:47.250Z] (2/12) Installing file (5.38-r0) [2021-01-22T01:47:47.250Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T01:47:47.250Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T01:47:51.528Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T01:47:51.528Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T01:47:51.528Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T01:47:51.798Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T01:47:52.068Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T01:47:52.339Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T01:47:52.339Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T01:47:52.608Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T01:47:52.608Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:47:52.608Z] OK: 217 MiB in 51 packages [2021-01-22T01:47:56.904Z] Removing intermediate container ce104b87a4bf [2021-01-22T01:47:56.904Z] ---> dbb8a5b7930a [2021-01-22T01:47:56.904Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T01:47:56.904Z] ---> Running in 384fc2861d48 [2021-01-22T01:47:57.177Z] Removing intermediate container 384fc2861d48 [2021-01-22T01:47:57.177Z] ---> 61130d43b032 [2021-01-22T01:47:57.177Z] Step 5/6 : COPY go.mod . [2021-01-22T01:47:57.775Z] ---> d3fd58681f88 [2021-01-22T01:47:57.776Z] Step 6/6 : RUN go mod download [2021-01-22T01:47:58.052Z] ---> Running in f7e448956d1c [2021-01-22T01:48:06.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T01:48:06.052Z] 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-01-22T01:48:11.447Z] Removing intermediate container 51bfd85e40b6 [2021-01-22T01:48:11.447Z] ---> 3a44b77a0c68 [2021-01-22T01:48:11.447Z] [2021-01-22T01:48:11.447Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T01:48:11.447Z] 3.12: Pulling from library/alpine [2021-01-22T01:48:13.381Z] Removing intermediate container a6e13eae0cdb [2021-01-22T01:48:13.381Z] ---> ba6e78d6d0bc [2021-01-22T01:48:13.381Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T01:48:13.381Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T01:48:13.646Z] ---> Running in e60ca5ab845f [2021-01-22T01:48:13.646Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T01:48:13.646Z] ---> 389fef711851 [2021-01-22T01:48:13.646Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T01:48:14.242Z] ---> Running in f0c4e98cdb8a [2021-01-22T01:48:16.807Z] 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-01-22T01:48:16.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:17.078Z] Removing intermediate container 3e186169a389 [2021-01-22T01:48:17.078Z] ---> 0eabafb3b0c8 [2021-01-22T01:48:17.078Z] [2021-01-22T01:48:17.078Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T01:48:17.078Z] ---> 389fef711851 [2021-01-22T01:48:17.078Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T01:48:17.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:17.078Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T01:48:17.339Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T01:48:17.339Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:48:17.339Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T01:48:17.339Z] OK: 6 MiB in 16 packages [2021-01-22T01:48:17.605Z] Removing intermediate container 7c667bd69020 [2021-01-22T01:48:17.605Z] ---> de26b492a109 [2021-01-22T01:48:17.605Z] [2021-01-22T01:48:17.605Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T01:48:17.605Z] ---> 389fef711851 [2021-01-22T01:48:17.605Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T01:48:17.605Z] Removing intermediate container 110d80aedfbb [2021-01-22T01:48:17.605Z] ---> 77afca43fb24 [2021-01-22T01:48:17.605Z] [2021-01-22T01:48:17.605Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T01:48:17.605Z] ---> 389fef711851 [2021-01-22T01:48:17.605Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T01:48:18.180Z] ---> Running in 1154d60caad2 [2021-01-22T01:48:18.180Z] ---> Running in e2a978bf0343 [2021-01-22T01:48:18.180Z] ---> Running in 908fe473eb6e [2021-01-22T01:48:19.154Z] Removing intermediate container f0c4e98cdb8a [2021-01-22T01:48:19.154Z] ---> 361ed6af0ec7 [2021-01-22T01:48:19.154Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:48:19.154Z] ---> Running in fd7c43d91256 [2021-01-22T01:48:19.154Z] Removing intermediate container e60ca5ab845f [2021-01-22T01:48:19.154Z] ---> 399b045724cf [2021-01-22T01:48:19.154Z] [2021-01-22T01:48:19.154Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T01:48:19.441Z] 20.10.0: Pulling from library/docker [2021-01-22T01:48:19.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:19.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:19.441Z] Removing intermediate container fd7c43d91256 [2021-01-22T01:48:19.441Z] ---> 9ab8d175f493 [2021-01-22T01:48:19.441Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T01:48:19.707Z] ---> Running in c61c2633d200 [2021-01-22T01:48:19.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:19.707Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T01:48:19.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:20.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:20.076Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T01:48:20.076Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T01:48:20.076Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T01:48:20.076Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:48:20.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:20.076Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T01:48:20.076Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:48:20.076Z] OK: 6 MiB in 15 packages [2021-01-22T01:48:20.076Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T01:48:20.499Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T01:48:20.499Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T01:48:20.499Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:48:20.499Z] OK: 6 MiB in 17 packages [2021-01-22T01:48:20.499Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T01:48:20.499Z] OK: 7 MiB in 18 packages [2021-01-22T01:48:20.499Z] Removing intermediate container c61c2633d200 [2021-01-22T01:48:20.499Z] ---> f3718c1877b9 [2021-01-22T01:48:20.499Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T01:48:20.919Z] ---> Running in 0d9d2718b506 [2021-01-22T01:48:22.848Z] Removing intermediate container 0d9d2718b506 [2021-01-22T01:48:22.848Z] ---> f865f43c4e4b [2021-01-22T01:48:22.848Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:48:23.433Z] Removing intermediate container 908fe473eb6e [2021-01-22T01:48:23.433Z] ---> 04ce7c0950c5 [2021-01-22T01:48:23.433Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T01:48:23.433Z] Removing intermediate container e2a978bf0343 [2021-01-22T01:48:23.433Z] ---> f7785c08b381 [2021-01-22T01:48:23.433Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:48:23.433Z] ---> Running in 8c5b2f64fa41 [2021-01-22T01:48:23.715Z] Removing intermediate container 1154d60caad2 [2021-01-22T01:48:23.715Z] ---> a7ac9dd39fe0 [2021-01-22T01:48:23.715Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T01:48:23.715Z] ---> Running in 7f02ad2bad34 [2021-01-22T01:48:23.715Z] ---> 3eb6b24a64c5 [2021-01-22T01:48:23.715Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T01:48:23.715Z] ---> Running in 64d47c72ea72 [2021-01-22T01:48:23.994Z] Removing intermediate container 8c5b2f64fa41 [2021-01-22T01:48:23.994Z] ---> c2994b885eea [2021-01-22T01:48:23.994Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T01:48:23.994Z] Removing intermediate container 7f02ad2bad34 [2021-01-22T01:48:23.994Z] ---> dee26b4427d2 [2021-01-22T01:48:23.994Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T01:48:24.260Z] ---> Running in d8aa46b0be3f [2021-01-22T01:48:24.260Z] Removing intermediate container 64d47c72ea72 [2021-01-22T01:48:24.260Z] ---> f4b725133d24 [2021-01-22T01:48:24.260Z] Step 13/21 : WORKDIR /edgex [2021-01-22T01:48:24.260Z] ---> Running in ae6a7ddc4073 [2021-01-22T01:48:24.260Z] ---> Running in dccc187a5604 [2021-01-22T01:48:24.537Z] ---> 60bac24b4f59 [2021-01-22T01:48:24.537Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T01:48:24.537Z] Removing intermediate container d8aa46b0be3f [2021-01-22T01:48:24.537Z] ---> 67f7626e61a6 [2021-01-22T01:48:24.537Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T01:48:24.537Z] Removing intermediate container ae6a7ddc4073 [2021-01-22T01:48:24.537Z] ---> 36d04a1abd90 [2021-01-22T01:48:24.537Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T01:48:24.809Z] ---> Running in 724d6bf2a8e8 [2021-01-22T01:48:24.809Z] Removing intermediate container dccc187a5604 [2021-01-22T01:48:24.809Z] ---> 447925113cd4 [2021-01-22T01:48:24.809Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T01:48:24.809Z] ---> Running in b1561052d32a [2021-01-22T01:48:24.870Z] Removing intermediate container f7e448956d1c [2021-01-22T01:48:24.870Z] ---> 898b1078b735 [2021-01-22T01:48:24.870Z] Successfully built 898b1078b735 [2021-01-22T01:48:24.870Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:48:25.088Z] ---> 5875013a4e13 [2021-01-22T01:48:25.088Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T01:48:25.214Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T01:48:25.215Z] . [Pipeline] withDockerContainer [2021-01-22T01:48:25.366Z] Removing intermediate container b1561052d32a [2021-01-22T01:48:25.366Z] ---> 119c54d7c37f [2021-01-22T01:48:25.366Z] Step 15/23 : WORKDIR / [2021-01-22T01:48:25.366Z] ---> Running in 8bd1e0d41730 [2021-01-22T01:48:25.484Z] prd-ubuntu18.04-docker-arm64-4c-16g-22147 does not seem to be running inside a container [2021-01-22T01:48:25.572Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T01:48:25.634Z] ---> e19920b73a24 [2021-01-22T01:48:25.634Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T01:48:25.634Z] Connecting to github.com (140.82.112.4:443) [2021-01-22T01:48:25.634Z]  ---> Running in c200a518a1c8 [2021-01-22T01:48:25.634Z] Removing intermediate container 8bd1e0d41730 [2021-01-22T01:48:25.634Z] ---> 05a033dbb4be [2021-01-22T01:48:25.634Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:48:25.634Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.102.12:443) [2021-01-22T01:48:25.904Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T01:48:25.904Z]  ---> Running in 1aff29985cc8 [2021-01-22T01:48:25.904Z] Removing intermediate container c200a518a1c8 [2021-01-22T01:48:25.904Z] ---> 4240c94c3997 [2021-01-22T01:48:25.904Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:48:25.904Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T01:48:25.904Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T01:48:25.904Z] dockerize [2021-01-22T01:48:26.179Z] ---> 825383f71da2 [2021-01-22T01:48:26.179Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T01:48:26.443Z] Removing intermediate container 1aff29985cc8 [2021-01-22T01:48:26.443Z] ---> c71fa685c237 [2021-01-22T01:48:26.443Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T01:48:26.443Z] ---> bee1a84c8c73 [2021-01-22T01:48:26.443Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T01:48:26.706Z] ---> Running in ea2f56a91948 [2021-01-22T01:48:27.044Z] $ docker top bc93416cceb459f406719393786e3122eac0c1f86924b1d291ccda18f86e216e -eo pid,comm [2021-01-22T01:48:27.285Z] ---> 5771eb0e8cff [2021-01-22T01:48:27.285Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] { [Pipeline] sh [2021-01-22T01:48:28.061Z] + go version [2021-01-22T01:48:28.061Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T01:48:28.093Z] $ docker stop --time=1 bc93416cceb459f406719393786e3122eac0c1f86924b1d291ccda18f86e216e [2021-01-22T01:48:28.238Z] ---> Running in 5aefda5471be [2021-01-22T01:48:28.238Z] ---> 7bc3a60f4397 [2021-01-22T01:48:28.238Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T01:48:28.238Z] Removing intermediate container ea2f56a91948 [2021-01-22T01:48:28.238Z] ---> 79b3283f2b10 [2021-01-22T01:48:28.238Z] Step 21/22 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:48:28.238Z] ---> Running in 27dd5a385ab5 [2021-01-22T01:48:28.238Z] Removing intermediate container 724d6bf2a8e8 [2021-01-22T01:48:28.238Z] ---> aad2c619cb8f [2021-01-22T01:48:28.238Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T01:48:28.502Z] Removing intermediate container 5aefda5471be [2021-01-22T01:48:28.502Z] ---> 64668a4ef759 [2021-01-22T01:48:28.502Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T01:48:28.502Z] ---> Running in f32874ef6e40 [2021-01-22T01:48:28.502Z] ---> Running in 24ea7cc02f9a [2021-01-22T01:48:28.502Z] ---> 7d39e42b3840 [2021-01-22T01:48:28.502Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T01:48:28.769Z] Removing intermediate container 27dd5a385ab5 [2021-01-22T01:48:28.769Z] ---> f44591494a26 [2021-01-22T01:48:28.769Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T01:48:28.769Z] ---> Running in 3e93ecb232bd [2021-01-22T01:48:28.769Z] Removing intermediate container f32874ef6e40 [2021-01-22T01:48:28.769Z] ---> 972692854907 [2021-01-22T01:48:28.769Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T01:48:28.769Z] ---> Running in b54ca7975e5e [2021-01-22T01:48:29.034Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T01:48:29.034Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T01:48:29.034Z] ---> Running in 24ff09a17290 [2021-01-22T01:48:29.034Z] Removing intermediate container 24ea7cc02f9a [2021-01-22T01:48:29.034Z] ---> 4f5e8041e301 [2021-01-22T01:48:29.034Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T01:48:29.034Z] ---> aefe523efa57 [2021-01-22T01:48:29.034Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T01:48:29.034Z] Removing intermediate container 3e93ecb232bd [2021-01-22T01:48:29.034Z] ---> 9545101d5ac0 [2021-01-22T01:48:29.034Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:48:29.296Z] Removing intermediate container b54ca7975e5e [2021-01-22T01:48:29.296Z] ---> 96b35c97e3f9 [2021-01-22T01:48:29.296Z] [2021-01-22T01:48:29.296Z] ---> Running in a063bfe924a2 [2021-01-22T01:48:29.296Z] ---> Running in 436ff0e8bbc9 [2021-01-22T01:48:29.296Z] ---> Running in 41ebbe384b59 [2021-01-22T01:48:29.560Z] Removing intermediate container 24ff09a17290 [2021-01-22T01:48:29.560Z] ---> 887ecd997050 [2021-01-22T01:48:29.560Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T01:48:29.560Z] Successfully built 96b35c97e3f9 [2021-01-22T01:48:29.822Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T01:48:29.822Z] ---> Running in dcd94421fa19 [2021-01-22T01:48:29.822Z] Building docker-security-secretstore-setup-go [2021-01-22T01:48:29.822Z]  Building docker-support-notifications-go ... done Removing intermediate container 41ebbe384b59 [2021-01-22T01:48:29.822Z] ---> 42b8b0bedeef [2021-01-22T01:48:29.822Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T01:48:29.822Z] Removing intermediate container a063bfe924a2 [2021-01-22T01:48:29.822Z] ---> f928c0923871 [2021-01-22T01:48:29.822Z] Step 20/21 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:48:29.940Z] $ docker rm -f bc93416cceb459f406719393786e3122eac0c1f86924b1d291ccda18f86e216e [2021-01-22T01:48:30.101Z] ---> Running in 9a0e30f0e0fd [2021-01-22T01:48:30.101Z] ---> Running in c2596c702321 [2021-01-22T01:48:30.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:30.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-22T01:48:30.391Z] Removing intermediate container 9a0e30f0e0fd [2021-01-22T01:48:30.391Z] ---> 4607b9c3b3de [2021-01-22T01:48:30.391Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T01:48:30.391Z] Removing intermediate container c2596c702321 [2021-01-22T01:48:30.391Z] ---> 871d70ead07a [2021-01-22T01:48:30.391Z] Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:48:30.391Z] ---> Running in d278a705d499 [2021-01-22T01:48:30.391Z] ---> Running in fce508b5aba8 [2021-01-22T01:48:30.391Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T01:48:30.391Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T01:48:30.391Z] Executing bash-5.0.17-r0.post-install [2021-01-22T01:48:30.391Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:48:30.391Z] OK: 12 MiB in 22 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-22T01:48:30.680Z] Move dockerize executable [2021-01-22T01:48:30.680Z] Removing intermediate container d278a705d499 [2021-01-22T01:48:30.680Z] ---> bfca93ec4662 [2021-01-22T01:48:30.680Z] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:48:31.053Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T01:48:31.053Z] . [Pipeline] withDockerContainer [2021-01-22T01:48:31.278Z] prd-ubuntu18.04-docker-arm64-4c-16g-22147 does not seem to be running inside a container [2021-01-22T01:48:31.357Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T01:48:31.641Z] Removing intermediate container fce508b5aba8 [2021-01-22T01:48:31.641Z] ---> 7d0a553fe07e [2021-01-22T01:48:31.641Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T01:48:32.222Z] Successfully built bfca93ec4662 [2021-01-22T01:48:32.626Z] $ docker top 21a1a2165fbd36d52d8d55e3e939f1aba1db880ef66c58c76b81cfbd24f4749c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T01:48:32.976Z] ========================================================= [2021-01-22T01:48:32.976Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T01:48:32.976Z] ========================================================= [Pipeline] sh [2021-01-22T01:48:33.618Z] + make test [2021-01-22T01:48:33.618Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T01:48:34.145Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T01:48:34.145Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-22T01:48:34.413Z] ---> Running in 557937dc52b7 [2021-01-22T01:48:36.981Z] Removing intermediate container 436ff0e8bbc9 [2021-01-22T01:48:36.981Z] ---> ba087ab341eb [2021-01-22T01:48:36.981Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T01:48:36.981Z] Removing intermediate container 557937dc52b7 [2021-01-22T01:48:36.981Z] ---> 36d62b5398f7 [2021-01-22T01:48:36.981Z] [2021-01-22T01:48:36.981Z] Removing intermediate container dcd94421fa19 [2021-01-22T01:48:36.981Z] ---> b4e2e02befd3 [2021-01-22T01:48:36.981Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T01:48:36.981Z] Successfully built 36d62b5398f7 [2021-01-22T01:48:37.557Z] Successfully tagged docker-core-command-go:latest [2021-01-22T01:48:37.557Z] Building docker-core-metadata-go [2021-01-22T01:48:38.137Z]  Building docker-core-command-go ... done  ---> Running in 19e22f66e591 [2021-01-22T01:48:38.137Z] ---> Running in 051156e481e6 [2021-01-22T01:48:41.490Z] Removing intermediate container 19e22f66e591 [2021-01-22T01:48:41.490Z] ---> 7bab8a6c3a74 [2021-01-22T01:48:41.490Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T01:48:41.490Z] Removing intermediate container 051156e481e6 [2021-01-22T01:48:41.490Z] ---> 566094e38582 [2021-01-22T01:48:41.490Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T01:48:42.076Z] ---> Running in f5c7d9a9f999 [2021-01-22T01:48:50.563Z] ---> e5a35ee8d1d2 [2021-01-22T01:48:50.563Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T01:48:50.563Z] Removing intermediate container f5c7d9a9f999 [2021-01-22T01:48:50.563Z] ---> d20f4aae741e [2021-01-22T01:48:50.563Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T01:48:50.830Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:48:50.830Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:48:50.830Z] ---> 790067b7f913 [2021-01-22T01:48:50.830Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T01:48:50.830Z] ---> Using cache [2021-01-22T01:48:50.830Z] ---> d53035aea3ec [2021-01-22T01:48:50.830Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:48:50.830Z] ---> Using cache [2021-01-22T01:48:50.830Z] ---> 425c5ad15512 [2021-01-22T01:48:50.830Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T01:48:52.232Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:48:52.232Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:48:52.232Z] ---> 790067b7f913 [2021-01-22T01:48:52.232Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T01:48:52.232Z] ---> Using cache [2021-01-22T01:48:52.232Z] ---> d53035aea3ec [2021-01-22T01:48:52.232Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:48:52.232Z] ---> Using cache [2021-01-22T01:48:52.232Z] ---> 425c5ad15512 [2021-01-22T01:48:52.233Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T01:48:54.166Z] ---> Running in c91b88d75305 [2021-01-22T01:48:54.166Z] ---> Running in 447bccd78d64 [2021-01-22T01:48:54.166Z] ---> Running in fcc430a76273 [2021-01-22T01:48:54.166Z] ---> Running in 80d65e52162c [2021-01-22T01:48:55.564Z] Removing intermediate container c91b88d75305 [2021-01-22T01:48:55.564Z] ---> c1cfc34c833c [2021-01-22T01:48:55.564Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T01:48:55.773Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T01:48:56.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:56.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:57.247Z] ---> 2a36c5a56250 [2021-01-22T01:48:57.247Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T01:48:57.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:57.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:57.516Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:48:57.516Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:48:57.516Z] ---> 790067b7f913 [2021-01-22T01:48:57.516Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T01:48:57.516Z] ---> Using cache [2021-01-22T01:48:57.516Z] ---> d53035aea3ec [2021-01-22T01:48:57.516Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:48:57.516Z] ---> Using cache [2021-01-22T01:48:57.516Z] ---> 425c5ad15512 [2021-01-22T01:48:57.516Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T01:48:58.099Z] ---> b9dd15c240b6 [2021-01-22T01:48:58.099Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T01:48:58.099Z] ---> Running in fa1e33038f31 [2021-01-22T01:48:58.361Z] OK: 233 MiB in 51 packages [2021-01-22T01:48:58.361Z] OK: 233 MiB in 51 packages [2021-01-22T01:48:58.629Z] Removing intermediate container 447bccd78d64 [2021-01-22T01:48:58.629Z] ---> 8f3847a64a4d [2021-01-22T01:48:58.629Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:48:58.629Z] ---> 5f76504c5995 [2021-01-22T01:48:58.629Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T01:48:58.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:58.891Z] ---> Running in d919c60ff86b [2021-01-22T01:48:59.160Z] ---> 70d94d64cfc3 [2021-01-22T01:48:59.160Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T01:48:59.427Z] Removing intermediate container 80d65e52162c [2021-01-22T01:48:59.427Z] ---> d7ab7d337107 [2021-01-22T01:48:59.427Z] Step 6/23 : COPY go.mod . [2021-01-22T01:48:59.427Z] Removing intermediate container fcc430a76273 [2021-01-22T01:48:59.427Z] ---> a0e13fbd778e [2021-01-22T01:48:59.427Z] Step 6/24 : COPY go.mod . [2021-01-22T01:48:59.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:59.692Z] ---> 4d5c9d3bea9d [2021-01-22T01:48:59.692Z] Step 7/23 : RUN go mod download [2021-01-22T01:48:59.692Z] ---> ba1dabc1daf5 [2021-01-22T01:48:59.692Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T01:48:59.692Z] ---> 461343a2cded [2021-01-22T01:48:59.692Z] Step 7/24 : RUN go mod download [2021-01-22T01:48:59.692Z] ---> Running in 08fbc252a043 [2021-01-22T01:48:59.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:48:59.954Z] ---> Running in 2c6f9cc8117e [2021-01-22T01:48:59.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:49:00.229Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T01:49:00.229Z] ---> 803a32d8b231 [2021-01-22T01:49:00.229Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T01:49:00.229Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T01:49:00.229Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T01:49:00.229Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T01:49:00.229Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T01:49:00.229Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T01:49:00.229Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T01:49:00.500Z] OK: 233 MiB in 51 packages [2021-01-22T01:49:03.084Z] ---> f644e88c1841 [2021-01-22T01:49:03.085Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T01:49:03.085Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T01:49:03.085Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T01:49:03.085Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T01:49:03.085Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T01:49:03.349Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T01:49:03.349Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T01:49:03.349Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T01:49:03.349Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T01:49:03.924Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T01:49:03.924Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T01:49:04.186Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T01:49:04.186Z] Removing intermediate container fa1e33038f31 [2021-01-22T01:49:04.186Z] ---> 093abeba1941 [2021-01-22T01:49:04.186Z] Step 6/23 : COPY go.mod . [2021-01-22T01:49:04.186Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T01:49:04.447Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T01:49:04.448Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T01:49:04.448Z] ---> c2859d3a8146 [2021-01-22T01:49:04.448Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T01:49:04.710Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T01:49:04.710Z] Removing intermediate container 08fbc252a043 [2021-01-22T01:49:04.710Z] ---> 7504b9a0c8c1 [2021-01-22T01:49:04.710Z] Step 8/23 : COPY . . [2021-01-22T01:49:04.710Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T01:49:04.977Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T01:49:05.241Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T01:49:05.241Z] ---> 5c3b2a8a391b [2021-01-22T01:49:05.241Z] Step 7/23 : RUN go mod download [2021-01-22T01:49:05.506Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T01:49:05.769Z] ---> Running in db55a89ecf55 [2021-01-22T01:49:06.725Z] Removing intermediate container 2c6f9cc8117e [2021-01-22T01:49:06.725Z] ---> b0d6efb874a2 [2021-01-22T01:49:06.725Z] Step 8/24 : COPY . . [2021-01-22T01:49:06.725Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T01:49:06.725Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T01:49:06.989Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T01:49:06.989Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T01:49:07.758Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T01:49:07.758Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T01:49:07.758Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T01:49:08.372Z] ---> Running in 4126099790bc [2021-01-22T01:49:10.302Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:49:10.578Z] OK: 71 MiB in 55 packages [2021-01-22T01:49:10.578Z] Removing intermediate container db55a89ecf55 [2021-01-22T01:49:10.578Z] ---> 14dc8497f53b [2021-01-22T01:49:10.578Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T01:49:18.766Z] ---> 69ff6fe1a8f7 [2021-01-22T01:49:18.766Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T01:49:21.354Z] ---> Running in baa3a2525bc1 [2021-01-22T01:49:22.324Z] Removing intermediate container 4126099790bc [2021-01-22T01:49:22.324Z] ---> 4dbeb6904514 [2021-01-22T01:49:22.324Z] Step 8/23 : COPY . . [2021-01-22T01:49:34.694Z] Removing intermediate container baa3a2525bc1 [2021-01-22T01:49:34.694Z] ---> e0b2c2708887 [2021-01-22T01:49:34.694Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T01:49:36.107Z] ---> b058f3214581 [2021-01-22T01:49:36.107Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T01:49:37.123Z] ---> Running in 6f815ad86ff8 [2021-01-22T01:49:37.397Z] ---> bd730bcc50b0 [2021-01-22T01:49:37.397Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T01:49:37.664Z] ---> Running in 0c457ea21ce0 [2021-01-22T01:49:37.927Z] ---> Running in 54bb0c48409a [2021-01-22T01:49:37.927Z] Removing intermediate container 6f815ad86ff8 [2021-01-22T01:49:37.927Z] ---> ff4fddab4cf0 [2021-01-22T01:49:37.927Z] Step 30/33 : CMD ["gate"] [2021-01-22T01:49:42.170Z] ---> Running in cf15326e8aea [2021-01-22T01:49:42.841Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T01:49:43.137Z] Removing intermediate container d919c60ff86b [2021-01-22T01:49:43.137Z] ---> acd3dae47516 [2021-01-22T01:49:43.137Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T01:49:43.409Z] 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-01-22T01:49:43.409Z] Removing intermediate container cf15326e8aea [2021-01-22T01:49:43.409Z] ---> d972d61fea4f [2021-01-22T01:49:43.409Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T01:49:43.409Z] ---> Running in 58b7a3448ed4 [2021-01-22T01:49:43.409Z] 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-01-22T01:49:43.687Z] ---> Running in a10af88763c0 [2021-01-22T01:49:44.287Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T01:49:45.119Z] Removing intermediate container a10af88763c0 [2021-01-22T01:49:45.119Z] ---> a91bc2e6aebb [2021-01-22T01:49:45.119Z] Step 32/33 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:49:45.720Z] ---> Running in e948ed86c31d [2021-01-22T01:49:47.677Z] Removing intermediate container e948ed86c31d [2021-01-22T01:49:47.677Z] ---> 5790cc7e8cdf [2021-01-22T01:49:47.677Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T01:49:48.274Z] ---> 655bf6cabb33 [2021-01-22T01:49:48.274Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T01:49:48.274Z] ---> Running in fbe462960eaf [2021-01-22T01:49:48.539Z] ---> Running in a3f954a01ee5 [2021-01-22T01:49:48.805Z] Removing intermediate container fbe462960eaf [2021-01-22T01:49:48.805Z] ---> 12b576253864 [2021-01-22T01:49:48.805Z] [2021-01-22T01:49:49.102Z] Successfully built 12b576253864 [2021-01-22T01:49:49.102Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T01:49:49.102Z] Building docker-support-scheduler-go [2021-01-22T01:49:49.377Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T01:49:49.377Z] Collecting docker-compose==1.23.2 [2021-01-22T01:49:49.652Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T01:49:49.652Z] 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-01-22T01:49:49.927Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T01:49:49.927Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T01:49:49.927Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T01:49:49.927Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T01:49:51.045Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T01:49:51.045Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T01:49:51.045Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T01:49:53.297Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T01:49:53.297Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T01:49:54.712Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T01:49:54.712Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T01:49:55.672Z] Collecting PyYAML<4,>=3.10 [2021-01-22T01:49:55.672Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T01:49:57.609Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T01:49:57.609Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T01:49:57.874Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T01:49:57.874Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T01:49:57.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T01:49:57.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T01:49:57.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T01:49:57.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T01:49:57.924Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T01:49:57.924Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T01:49:58.852Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T01:49:58.852Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T01:49:59.446Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T01:49:59.446Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T01:50:00.032Z] 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-01-22T01:50:00.032Z] 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-01-22T01:50:00.296Z] Collecting idna<2.8,>=2.5 [2021-01-22T01:50:00.296Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T01:50:01.264Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T01:50:01.264Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T01:50:01.894Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T01:50:01.894Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T01:50:01.894Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T01:50:01.894Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T01:50:01.894Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T01:50:01.894Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T01:50:02.169Z] Installing collected packages: cached-property, docopt, websocket-client, jsonschema, PyYAML, idna, urllib3, requests, dockerpty, docker-pycreds, docker, texttable, docker-compose [2021-01-22T01:50:02.773Z] Running setup.py install for docopt: started [2021-01-22T01:50:04.214Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T01:50:04.645Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T01:50:04.645Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T01:50:04.645Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T01:50:04.818Z] Running setup.py install for PyYAML: started [2021-01-22T01:50:06.572Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T01:50:06.572Z] Attempting uninstall: idna [2021-01-22T01:50:06.572Z] Found existing installation: idna 2.9 [2021-01-22T01:50:06.572Z] Uninstalling idna-2.9: [2021-01-22T01:50:06.572Z] Successfully uninstalled idna-2.9 [2021-01-22T01:50:07.993Z] Attempting uninstall: urllib3 [2021-01-22T01:50:07.993Z] Found existing installation: urllib3 1.25.9 [2021-01-22T01:50:07.993Z] Uninstalling urllib3-1.25.9: [2021-01-22T01:50:09.425Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T01:50:09.425Z] 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-01-22T01:50:09.714Z] Attempting uninstall: requests [2021-01-22T01:50:09.714Z] Found existing installation: requests 2.23.0 [2021-01-22T01:50:09.714Z] Uninstalling requests-2.23.0: [2021-01-22T01:50:09.715Z] Successfully uninstalled requests-2.23.0 [2021-01-22T01:50:09.997Z] Running setup.py install for dockerpty: started [2021-01-22T01:50:11.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.359s coverage: 46.0% of statements [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/bootstrap/container [no test files] [2021-01-22T01:50:11.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.126s coverage: 100.0% of statements [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces [no test files] [2021-01-22T01:50:11.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces/mocks [no test files] [2021-01-22T01:50:12.034Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T01:50:12.646Z] Running setup.py install for texttable: started [2021-01-22T01:50:12.948Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:50:12.948Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:50:12.948Z] ---> 790067b7f913 [2021-01-22T01:50:12.948Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T01:50:12.948Z] ---> Using cache [2021-01-22T01:50:12.948Z] ---> d53035aea3ec [2021-01-22T01:50:12.948Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:50:12.948Z] ---> Using cache [2021-01-22T01:50:12.948Z] ---> 425c5ad15512 [2021-01-22T01:50:12.948Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T01:50:12.948Z] ---> Using cache [2021-01-22T01:50:12.948Z] ---> 093abeba1941 [2021-01-22T01:50:12.948Z] Step 6/22 : COPY go.mod . [2021-01-22T01:50:12.948Z] ---> Using cache [2021-01-22T01:50:12.948Z] ---> 5c3b2a8a391b [2021-01-22T01:50:12.948Z] Step 7/22 : RUN go mod download [2021-01-22T01:50:12.948Z] ---> Using cache [2021-01-22T01:50:12.948Z] ---> 4dbeb6904514 [2021-01-22T01:50:12.948Z] Step 8/22 : COPY . . [2021-01-22T01:50:13.243Z] ---> Using cache [2021-01-22T01:50:13.243Z] ---> 655bf6cabb33 [2021-01-22T01:50:13.243Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T01:50:13.508Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T01:50:14.501Z] ---> Running in 2d3c097f3966 [2021-01-22T01:50:14.786Z] 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.57.0 [2021-01-22T01:50:15.768Z] 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-01-22T01:50:16.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.490s coverage: 27.0% of statements [2021-01-22T01:50:16.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T01:50:16.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T01:50:16.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T01:50:16.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T01:50:16.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T01:50:16.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T01:50:16.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-01-22T01:50:16.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T01:50:16.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-01-22T01:50:16.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T01:50:16.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T01:50:17.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.297s coverage: 66.7% of statements [2021-01-22T01:50:17.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T01:50:17.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T01:50:19.184Z] Removing intermediate container 58b7a3448ed4 [2021-01-22T01:50:19.184Z] ---> 80bc342b0f9e [2021-01-22T01:50:19.184Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T01:50:19.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.700s coverage: 82.3% of statements [2021-01-22T01:50:19.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T01:50:19.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T01:50:19.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T01:50:19.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T01:50:22.553Z] Removing intermediate container 54bb0c48409a [2021-01-22T01:50:22.553Z] ---> bfe227deec47 [2021-01-22T01:50:22.553Z] [2021-01-22T01:50:22.553Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T01:50:22.553Z] ---> 389fef711851 [2021-01-22T01:50:22.553Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T01:50:22.553Z] ---> Running in 0aeb594b7884 [2021-01-22T01:50:22.553Z] ---> Running in b7621c170f29 [2021-01-22T01:50:24.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:50:24.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:50:24.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:50:24.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:50:24.827Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T01:50:24.827Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T01:50:24.827Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T01:50:24.827Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T01:50:24.827Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:50:24.827Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T01:50:24.827Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T01:50:24.827Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T01:50:24.827Z] OK: 72 MiB in 58 packages [2021-01-22T01:50:24.827Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T01:50:24.827Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:50:25.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.124s coverage: 28.6% of statements [2021-01-22T01:50:25.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T01:50:25.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T01:50:25.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T01:50:25.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T01:50:25.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T01:50:25.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements [2021-01-22T01:50:25.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T01:50:25.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-01-22T01:50:25.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T01:50:25.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements [2021-01-22T01:50:25.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T01:50:25.798Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T01:50:25.798Z] OK: 7 MiB in 19 packages [2021-01-22T01:50:27.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements [2021-01-22T01:50:27.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T01:50:27.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements [2021-01-22T01:50:27.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T01:50:27.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T01:50:27.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T01:50:27.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T01:50:27.223Z] Removing intermediate container 0c457ea21ce0 [2021-01-22T01:50:27.223Z] ---> 7b3eb9e2f3f1 [2021-01-22T01:50:27.223Z] [2021-01-22T01:50:27.223Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T01:50:27.223Z] ---> 389fef711851 [2021-01-22T01:50:27.223Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T01:50:27.495Z] ---> Running in 093c991a5386 [2021-01-22T01:50:30.086Z] Removing intermediate container 093c991a5386 [2021-01-22T01:50:30.086Z] ---> ae11d100c0d6 [2021-01-22T01:50:30.086Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T01:50:30.086Z] Removing intermediate container 0aeb594b7884 [2021-01-22T01:50:30.086Z] ---> 84fd2a701803 [2021-01-22T01:50:30.086Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T01:50:30.351Z] ---> Running in 81ba531b8621 [2021-01-22T01:50:30.351Z] Removing intermediate container b7621c170f29 [2021-01-22T01:50:30.351Z] ---> 062ee67cc176 [2021-01-22T01:50:30.351Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T01:50:30.615Z] Removing intermediate container a3f954a01ee5 [2021-01-22T01:50:30.615Z] ---> 3343923ffdaa [2021-01-22T01:50:30.615Z] [2021-01-22T01:50:30.615Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T01:50:30.615Z] ---> 389fef711851 [2021-01-22T01:50:30.615Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T01:50:30.615Z] ---> Using cache [2021-01-22T01:50:30.615Z] ---> f7785c08b381 [2021-01-22T01:50:30.615Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:50:30.615Z] ---> Using cache [2021-01-22T01:50:30.615Z] ---> c2994b885eea [2021-01-22T01:50:30.615Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T01:50:30.615Z] ---> Running in c6e2a40534eb [2021-01-22T01:50:31.568Z] ---> Running in ad7494229548 [2021-01-22T01:50:31.568Z] ---> Running in d3002e61455a [2021-01-22T01:50:31.835Z] Removing intermediate container 81ba531b8621 [2021-01-22T01:50:31.835Z] ---> 993708178c28 [2021-01-22T01:50:31.835Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T01:50:31.835Z] Removing intermediate container c6e2a40534eb [2021-01-22T01:50:31.835Z] ---> f49bf0f559dd [2021-01-22T01:50:31.835Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:50:31.835Z] ---> Running in 1f86bf80b987 [2021-01-22T01:50:31.835Z] ---> Running in f3470b5b6763 [2021-01-22T01:50:32.099Z] Removing intermediate container ad7494229548 [2021-01-22T01:50:32.099Z] ---> f05c5804326c [2021-01-22T01:50:32.099Z] Step 13/24 : WORKDIR / [2021-01-22T01:50:32.099Z] Removing intermediate container d3002e61455a [2021-01-22T01:50:32.099Z] ---> acceef466fd5 [2021-01-22T01:50:32.099Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T01:50:32.375Z] ---> Running in 6960083b1bac [2021-01-22T01:50:32.375Z] ---> Running in 150cf076ef17 [2021-01-22T01:50:32.375Z] Removing intermediate container 1f86bf80b987 [2021-01-22T01:50:32.375Z] ---> f047c9c074b6 [2021-01-22T01:50:32.375Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:50:32.375Z] Removing intermediate container f3470b5b6763 [2021-01-22T01:50:32.375Z] ---> 5b15c4f181b6 [2021-01-22T01:50:32.375Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T01:50:32.375Z] ---> Running in f625106f426b [2021-01-22T01:50:32.641Z] Removing intermediate container 150cf076ef17 [2021-01-22T01:50:32.641Z] ---> bb5358da2fe0 [2021-01-22T01:50:32.641Z] 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-01-22T01:50:32.641Z] ---> Running in e8d1370b2950 [2021-01-22T01:50:32.641Z] Removing intermediate container 6960083b1bac [2021-01-22T01:50:32.641Z] ---> ec6186b4c85b [2021-01-22T01:50:32.641Z] Step 15/23 : WORKDIR / [2021-01-22T01:50:32.906Z] ---> Running in d709b9c2ef94 [2021-01-22T01:50:33.191Z] Removing intermediate container e8d1370b2950 [2021-01-22T01:50:33.191Z] ---> a92f2c2f9d85 [2021-01-22T01:50:33.191Z] Step 25/26 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:50:33.191Z] ---> 2c453cf67b26 [2021-01-22T01:50:33.191Z] 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-01-22T01:50:33.191Z] ---> Running in 62ff9082f991 [2021-01-22T01:50:33.454Z] Removing intermediate container d709b9c2ef94 [2021-01-22T01:50:33.454Z] ---> c97fb61338b8 [2021-01-22T01:50:33.454Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:50:33.723Z] ---> 0c8e9edf6b45 [2021-01-22T01:50:33.723Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T01:50:33.723Z] Removing intermediate container 62ff9082f991 [2021-01-22T01:50:33.723Z] ---> 551f23739360 [2021-01-22T01:50:33.723Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T01:50:35.649Z] ---> 4e9a81d497ca [2021-01-22T01:50:35.649Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T01:50:35.923Z] ---> Running in 512309c446cd [2021-01-22T01:50:35.923Z] ---> 8eb1ff5a9ca6 [2021-01-22T01:50:35.923Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T01:50:35.923Z] Removing intermediate container 2d3c097f3966 [2021-01-22T01:50:35.923Z] ---> 7788f220e4be [2021-01-22T01:50:35.923Z] [2021-01-22T01:50:35.923Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T01:50:35.923Z] ---> 389fef711851 [2021-01-22T01:50:35.923Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T01:50:36.201Z] ---> Using cache [2021-01-22T01:50:36.201Z] ---> f7785c08b381 [2021-01-22T01:50:36.201Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:50:36.201Z] ---> Using cache [2021-01-22T01:50:36.201Z] ---> c2994b885eea [2021-01-22T01:50:36.201Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T01:50:36.201Z] ---> Running in c32d17453ca1 [2021-01-22T01:50:36.201Z] Removing intermediate container 512309c446cd [2021-01-22T01:50:36.201Z] ---> 88c7359337a5 [2021-01-22T01:50:36.201Z] [2021-01-22T01:50:36.201Z] Removing intermediate container f625106f426b [2021-01-22T01:50:36.201Z] ---> e7233f401320 [2021-01-22T01:50:36.201Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T01:50:36.466Z] ---> Running in 41a902d020e4 [2021-01-22T01:50:36.466Z] Successfully built 88c7359337a5 [2021-01-22T01:50:36.737Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T01:50:36.737Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c32d17453ca1 [2021-01-22T01:50:36.737Z] ---> 4325c2cc2b1e [2021-01-22T01:50:36.737Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T01:50:36.737Z] ---> a7ae40fc107c [2021-01-22T01:50:36.737Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T01:50:37.015Z] ---> 8cec3ca03a14 [2021-01-22T01:50:37.015Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T01:50:37.015Z] ---> Running in 1b05025a9000 [2021-01-22T01:50:37.281Z] Removing intermediate container 1b05025a9000 [2021-01-22T01:50:37.281Z] ---> 158bbe6f6598 [2021-01-22T01:50:37.281Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:50:37.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T01:50:37.281Z] ---> a5d2c5b888b4 [2021-01-22T01:50:37.281Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T01:50:37.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.196s coverage: 92.8% of statements [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T01:50:37.409Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T01:50:37.409Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.151s coverage: 0.1% of statements [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T01:50:37.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T01:50:37.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.144s coverage: 43.8% of statements [2021-01-22T01:50:37.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-01-22T01:50:37.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements [2021-01-22T01:50:37.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-01-22T01:50:37.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-01-22T01:50:37.545Z] ---> Running in 0816b6724164 [2021-01-22T01:50:37.545Z] ---> 0654e4938d1d [2021-01-22T01:50:37.545Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T01:50:37.545Z] ---> 8accf8c3ff3d [2021-01-22T01:50:37.545Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T01:50:37.812Z] Removing intermediate container 0816b6724164 [2021-01-22T01:50:37.812Z] ---> 1acf02b48684 [2021-01-22T01:50:37.812Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:50:37.812Z] ---> Running in 44ee662af9d2 [2021-01-22T01:50:37.812Z] ---> c13235313af3 [2021-01-22T01:50:37.812Z] 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-01-22T01:50:38.075Z] ---> Running in dc806f44d147 [2021-01-22T01:50:38.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T01:50:38.075Z] Removing intermediate container 44ee662af9d2 [2021-01-22T01:50:38.075Z] ---> 928f4b0304e5 [2021-01-22T01:50:38.075Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T01:50:38.342Z] ---> Running in d5fed5ef8a24 [2021-01-22T01:50:38.342Z] ---> 3b2178c70011 [2021-01-22T01:50:38.342Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T01:50:38.608Z] Removing intermediate container d5fed5ef8a24 [2021-01-22T01:50:38.608Z] ---> 7d391e5b64d8 [2021-01-22T01:50:38.608Z] Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:50:38.608Z] ---> Running in 4b79e2d121b6 [2021-01-22T01:50:38.869Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T01:50:38.869Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T01:50:39.133Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T01:50:39.133Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T01:50:39.133Z] ---> 0e97f0589289 [2021-01-22T01:50:39.133Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T01:50:39.395Z] ---> Running in b83042498a78 [2021-01-22T01:50:39.395Z] Removing intermediate container 4b79e2d121b6 [2021-01-22T01:50:39.395Z] ---> a90d25cd7914 [2021-01-22T01:50:39.395Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T01:50:39.395Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T01:50:39.658Z] ---> Running in f1ea22ee4c5a [2021-01-22T01:50:39.658Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T01:50:39.658Z] Removing intermediate container b83042498a78 [2021-01-22T01:50:39.658Z] ---> 4d54cd3694bb [2021-01-22T01:50:39.658Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:50:39.658Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:50:39.658Z] OK: 8 MiB in 20 packages [2021-01-22T01:50:39.658Z] Removing intermediate container dc806f44d147 [2021-01-22T01:50:39.658Z] ---> 8338fd6a2752 [2021-01-22T01:50:39.658Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T01:50:39.922Z] ---> Running in 452701bedd46 [2021-01-22T01:50:39.922Z] Removing intermediate container f1ea22ee4c5a [2021-01-22T01:50:39.922Z] ---> 59c73a50c915 [2021-01-22T01:50:39.922Z] [2021-01-22T01:50:39.922Z] ---> Running in 1b643cc441cd [2021-01-22T01:50:40.188Z] Successfully built 59c73a50c915 [2021-01-22T01:50:40.188Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T01:50:40.780Z]  Building docker-core-metadata-go ... done Removing intermediate container 452701bedd46 [2021-01-22T01:50:40.780Z] ---> c69371b45077 [2021-01-22T01:50:40.780Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T01:50:40.780Z] Removing intermediate container 1b643cc441cd [2021-01-22T01:50:40.780Z] ---> 897220d1eb5d [2021-01-22T01:50:40.780Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T01:50:40.780Z] ---> Running in 03c10bd8fb6d [2021-01-22T01:50:40.780Z] Removing intermediate container 41a902d020e4 [2021-01-22T01:50:40.780Z] ---> 81a4d050fb50 [2021-01-22T01:50:40.780Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:50:40.780Z] ---> Running in bc43ab2842e4 [2021-01-22T01:50:41.043Z] Removing intermediate container 03c10bd8fb6d [2021-01-22T01:50:41.043Z] ---> ff1766b50663 [2021-01-22T01:50:41.043Z] Step 21/22 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:50:41.043Z] Removing intermediate container bc43ab2842e4 [2021-01-22T01:50:41.043Z] ---> e57b4feb7aa1 [2021-01-22T01:50:41.043Z] Step 23/24 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:50:41.043Z] ---> Running in 61693b5d5ae5 [2021-01-22T01:50:41.305Z] ---> Running in 731fcbc217bd [2021-01-22T01:50:41.305Z] ---> 899aa119e33c [2021-01-22T01:50:41.305Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T01:50:41.305Z] Removing intermediate container 61693b5d5ae5 [2021-01-22T01:50:41.305Z] ---> 64d2ca074f3c [2021-01-22T01:50:41.305Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T01:50:42.255Z] ---> Running in 2b475def4f5a [2021-01-22T01:50:42.255Z] Removing intermediate container 731fcbc217bd [2021-01-22T01:50:42.255Z] ---> 59bc338e37ff [2021-01-22T01:50:42.255Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T01:50:42.522Z] ---> Running in 7f6614986e6b [2021-01-22T01:50:42.522Z] Removing intermediate container 2b475def4f5a [2021-01-22T01:50:42.522Z] ---> 24947a631c02 [2021-01-22T01:50:42.522Z] [2021-01-22T01:50:42.522Z] ---> 65c8bf846f85 [2021-01-22T01:50:42.522Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T01:50:42.796Z] Successfully built 24947a631c02 [2021-01-22T01:50:42.796Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T01:50:42.796Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7f6614986e6b [2021-01-22T01:50:42.796Z] ---> b3658bcc1f1e [2021-01-22T01:50:42.796Z] [2021-01-22T01:50:43.059Z] ---> 03a7d251a7ec [2021-01-22T01:50:43.059Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T01:50:43.059Z] Successfully built b3658bcc1f1e [2021-01-22T01:50:43.059Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T01:50:43.059Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 57192582b1bc [2021-01-22T01:50:43.329Z] Removing intermediate container 57192582b1bc [2021-01-22T01:50:43.329Z] ---> 7f220cdea5fd [2021-01-22T01:50:43.329Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:50:43.329Z] ---> Running in 8a0021d8836f [2021-01-22T01:50:43.329Z] Removing intermediate container 8a0021d8836f [2021-01-22T01:50:43.329Z] ---> 5319c1503bd9 [2021-01-22T01:50:43.329Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T01:50:43.594Z] ---> Running in 752393bcbec4 [2021-01-22T01:50:43.594Z] Removing intermediate container 752393bcbec4 [2021-01-22T01:50:43.594Z] ---> ce9ece116b84 [2021-01-22T01:50:43.594Z] Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:50:43.594Z] ---> Running in 358d4f07cb44 [2021-01-22T01:50:43.857Z] Removing intermediate container 358d4f07cb44 [2021-01-22T01:50:43.857Z] ---> d8b550a556c3 [2021-01-22T01:50:43.857Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T01:50:43.857Z] ---> Running in 9d6a2d6b3b73 [2021-01-22T01:50:44.119Z] Removing intermediate container 9d6a2d6b3b73 [2021-01-22T01:50:44.120Z] ---> 93caa1a5d730 [2021-01-22T01:50:44.120Z] [2021-01-22T01:50:44.381Z] Successfully built 93caa1a5d730 [2021-01-22T01:50:44.381Z] Successfully tagged docker-core-data-go:latest [2021-01-22T01:50:45.339Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-22T01:50:45.356Z] $ docker stop --time=1 7f60155390b0a735d98816844b73ceb0b049001fbad4a8ed371a54856e2e45b8 [2021-01-22T01:50:47.072Z] $ docker rm -f 7f60155390b0a735d98816844b73ceb0b049001fbad4a8ed371a54856e2e45b8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T01:50:47.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.095s coverage: 94.4% of statements [2021-01-22T01:50:47.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-01-22T01:50:47.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T01:50:47.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T01:50:47.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T01:50:47.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T01:50:47.835Z] + docker images [2021-01-22T01:50:47.835Z] + grep docker [2021-01-22T01:50:48.097Z] docker-core-data-go latest 93caa1a5d730 4 seconds ago 22.3MB [2021-01-22T01:50:48.097Z] docker-support-scheduler-go latest 24947a631c02 5 seconds ago 16.4MB [2021-01-22T01:50:48.097Z] docker-security-secretstore-setup-go latest b3658bcc1f1e 5 seconds ago 24.6MB [2021-01-22T01:50:48.097Z] docker-core-metadata-go latest 59c73a50c915 8 seconds ago 18.8MB [2021-01-22T01:50:48.097Z] docker-sys-mgmt-agent-go latest 88c7359337a5 12 seconds ago 313MB [2021-01-22T01:50:48.097Z] docker-security-bootstrapper-go latest 12b576253864 59 seconds ago 41.5MB [2021-01-22T01:50:48.097Z] docker-core-command-go latest 36d62b5398f7 2 minutes ago 16.8MB [2021-01-22T01:50:48.097Z] docker-security-proxy-setup-go latest bfca93ec4662 2 minutes ago 24.4MB [2021-01-22T01:50:48.097Z] docker-support-notifications-go latest 96b35c97e3f9 2 minutes ago 16.9MB [2021-01-22T01:50:48.097Z] docker 20.10.0 aefe523efa57 5 weeks 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-01-22T01:50:49.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-01-22T01:50:49.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T01:50:49.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T01:50:49.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-01-22T01:50:49.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T01:50:49.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-01-22T01:50:49.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T01:50:49.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-01-22T01:50:49.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-01-22T01:50:49.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.117s coverage: 84.2% of statements [2021-01-22T01:50:49.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.150s coverage: 91.4% of statements [2021-01-22T01:50:49.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T01:50:49.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.620s coverage: 63.5% of statements [2021-01-22T01:50:49.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T01:50:49.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T01:50:49.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-01-22T01:50:50.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.128s coverage: 91.3% of statements [2021-01-22T01:50:51.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-01-22T01:50:51.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2021-01-22T01:50:52.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-01-22T01:50:55.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.967s coverage: 68.9% of statements [2021-01-22T01:50:55.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T01:50:55.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T01:50:55.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T01:50:55.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T01:50:55.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T01:50:58.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.424s coverage: 37.0% of statements [2021-01-22T01:50:58.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T01:50:58.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T01:50:58.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.645s coverage: 84.0% of statements [2021-01-22T01:50:58.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.107s coverage: 100.0% of statements [2021-01-22T01:51:03.788Z] Still waiting to schedule task [2021-01-22T01:51:03.788Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T01:51:05.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.379s coverage: 47.1% of statements [2021-01-22T01:51:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T01:51:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T01:51:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T01:51:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T01:51:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T01:51:05.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-01-22T01:51:05.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T01:51:05.335Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-01-22T01:51:05.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T01:51:10.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.862s coverage: 29.1% of statements [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T01:51:10.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T01:51:10.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.148s coverage: 100.0% of statements [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T01:51:10.755Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T01:51:10.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T01:51:10.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T01:51:10.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T01:51:10.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-01-22T01:51:11.028Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-22T01:51:12.011Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-01-22T01:51:12.610Z] GO111MODULE=on go vet ./... [2021-01-22T01:51:53.393Z] Running on prd-ubuntu18.04-docker-8c-8g-22151 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws [2021-01-22T01:51:53.450Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-22T01:51:55.611Z] using credential edgex-jenkins-ssh [2021-01-22T01:51:55.663Z] Cloning the remote Git repository [2021-01-22T01:51:55.692Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T01:51:55.756Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-22T01:51:55.786Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T01:51:55.787Z] > git --version # timeout=10 [2021-01-22T01:51:55.792Z] > git --version # 'git version 2.17.1' [2021-01-22T01:51:55.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T01:51:55.817Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T01:52:12.213Z] Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:52:12.358Z] Merge succeeded, producing 495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:52:12.359Z] Checking out Revision 495c2e8daeb3df48c63772693747c122c948160c (PR-3061) [2021-01-22T01:52:11.520Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T01:52:11.533Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T01:52:11.543Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T01:52:11.556Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T01:52:11.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T01:52:11.560Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T01:52:12.226Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T01:52:12.235Z] > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 [2021-01-22T01:52:12.315Z] > git remote # timeout=10 [2021-01-22T01:52:12.324Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T01:52:12.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T01:52:12.342Z] > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 [2021-01-22T01:52:12.352Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T01:52:12.365Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T01:52:12.370Z] > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 [2021-01-22T01:52:15.995Z] Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:52:17.075Z] + echo snap-build.sh [2021-01-22T01:52:17.075Z] snap-build.sh [2021-01-22T01:52:17.075Z] + SNAP_BASE_DIR=. [2021-01-22T01:52:17.075Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-22T01:52:17.075Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-22T01:52:17.075Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-22T01:52:17.075Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-22T01:52:17.075Z] + cd /w/workspace/edgex-go/3 [2021-01-22T01:52:17.075Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-22T01:52:17.075Z] Reading package lists... [2021-01-22T01:52:17.075Z] Building dependency tree... [2021-01-22T01:52:17.075Z] Reading state information... [2021-01-22T01:52:17.340Z] The following packages were automatically installed and are no longer required: [2021-01-22T01:52:17.340Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-22T01:52:17.340Z] uidmap xdelta3 [2021-01-22T01:52:17.340Z] Use 'sudo apt autoremove' to remove them. [2021-01-22T01:52:17.340Z] The following packages will be REMOVED: [2021-01-22T01:52:17.340Z] lxd* lxd-client* [2021-01-22T01:52:17.606Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-22T01:52:17.606Z] After this operation, 31.7 MB disk space will be freed. [2021-01-22T01:52:18.659Z] (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-01-22T01:52:18.659Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T01:52:19.607Z] Removing lxd dnsmasq configuration [2021-01-22T01:52:19.607Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T01:52:19.869Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-22T01:52:20.818Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-22T01:52:20.818Z] (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-01-22T01:52:21.079Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T01:52:22.472Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-22T01:52:22.472Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-22T01:52:23.857Z] + sudo snap remove --purge lxd [2021-01-22T01:52:23.857Z] snap "lxd" is not installed [2021-01-22T01:52:23.857Z] + sudo groupadd --force --system lxd [2021-01-22T01:52:23.857Z] ++ whoami [2021-01-22T01:52:23.857Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-22T01:52:23.857Z] + newgrp - lxd [2021-01-22T01:52:23.857Z] + sudo snap install lxd [2021-01-22T01:52:30.485Z] 2021-01-22T01:52:28Z INFO Waiting for automatic snapd restart... [2021-01-22T01:52:34.428Z] gofmt -l . [2021-01-22T01:52:34.428Z] [ "`gofmt -l .`" = "" ] [2021-01-22T01:52:34.428Z] ./bin/test-go-mod-tidy.sh [2021-01-22T01:52:34.428Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T01:52:35.089Z] + ls -al . [2021-01-22T01:52:35.090Z] total 696 [2021-01-22T01:52:35.090Z] drwxrwxr-x 9 1001 1001 4096 Jan 22 01:52 . [2021-01-22T01:52:35.090Z] drwxr-xr-x 4 root root 4096 Jan 22 01:48 .. [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 01:47 .dockerignore [2021-01-22T01:52:35.090Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 01:47 .git [2021-01-22T01:52:35.090Z] drwxrwxr-x 3 1001 1001 4096 Jan 22 01:47 .github [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 01:47 .gitignore [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 01:47 .sonarcloud.properties [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 01:47 Attribution.txt [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 01:47 CONTRIBUTING.md [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 01:47 Dockerfile.build [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 01:47 Jenkinsfile [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 01:47 LICENSE [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 01:47 Makefile [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 01:47 README.md [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 01:47 SECURITY.md [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 01:42 VERSION [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 01:47 ZMQWindows.md [2021-01-22T01:52:35.090Z] drwxrwxr-x 2 1001 1001 4096 Jan 22 01:47 bin [2021-01-22T01:52:35.090Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 01:47 cmd [2021-01-22T01:52:35.090Z] -rw-r--r-- 1 root root 563584 Jan 22 01:51 coverage.out [2021-01-22T01:52:35.090Z] -rw-r--r-- 1 root root 1053 Jan 22 01:52 go.mod [2021-01-22T01:52:35.090Z] -rw-r--r-- 1 root root 18995 Jan 22 01:52 go.sum [2021-01-22T01:52:35.090Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 01:47 internal [2021-01-22T01:52:35.090Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 01:47 openapi [2021-01-22T01:52:35.090Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 01:47 snap [2021-01-22T01:52:35.090Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 01:47 version.go [Pipeline] sh [2021-01-22T01:52:35.747Z] + '[' -e coverage.out ] [2021-01-22T01:52:35.747Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T01:52:35.815Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T01:52:36.986Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T01:52:37.707Z] + make build [2021-01-22T01:52:37.708Z] 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-01-22T01:52:45.504Z] lxd 4.10 from Canonical* installed [2021-01-22T01:52:45.504Z] + sudo lxd init --auto [2021-01-22T01:52:50.131Z] 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-01-22T01:52:55.580Z] + sudo snap install --classic snapcraft [2021-01-22T01:52:58.884Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T01:52:58.884Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-22T01:52:58.884Z] + patch --verbose -p1 [2021-01-22T01:52:58.884Z] Hmm... Looks like a unified diff to me... [2021-01-22T01:52:58.884Z] The text leading up to this was: [2021-01-22T01:52:58.884Z] -------------------------- [2021-01-22T01:52:58.884Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-22T01:52:58.884Z] |From: Tony Espy [2021-01-22T01:52:58.884Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-22T01:52:58.884Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-22T01:52:58.884Z] | [2021-01-22T01:52:58.884Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-22T01:52:58.884Z] |optimize the snap CI check run for pull requests. When [2021-01-22T01:52:58.884Z] |applied, it essentially strips out everything (apps and [2021-01-22T01:52:58.884Z] |parts) from the snapcraft.yaml file except those required [2021-01-22T01:52:58.884Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-22T01:52:58.884Z] |catch changes to edgex-go that break the snap build. [2021-01-22T01:52:58.884Z] | [2021-01-22T01:52:58.884Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-22T01:52:58.884Z] |to update this patch file, otherwise it may fail to apply, [2021-01-22T01:52:58.884Z] |resulting in a failed snap build CI check in the associated [2021-01-22T01:52:58.884Z] |pull request. [2021-01-22T01:52:58.884Z] | [2021-01-22T01:52:58.884Z] |Note - in addition to applying this patch, the pipeline also [2021-01-22T01:52:58.884Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-22T01:52:58.884Z] |need to build the finally binary .snap file (and it won't [2021-01-22T01:52:58.884Z] |work with the patch applied). This further reduces the build [2021-01-22T01:52:58.884Z] |time. [2021-01-22T01:52:58.884Z] |--- [2021-01-22T01:52:58.884Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-22T01:52:58.884Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-22T01:52:58.884Z] | [2021-01-22T01:52:58.884Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-22T01:52:58.884Z] |index 1e537489..faf42425 100644 [2021-01-22T01:52:58.884Z] |--- a/snap/snapcraft.yaml [2021-01-22T01:52:58.884Z] |+++ b/snap/snapcraft.yaml [2021-01-22T01:52:58.884Z] -------------------------- [2021-01-22T01:52:58.884Z] patching file snap/snapcraft.yaml [2021-01-22T01:52:58.884Z] Using Plan A... [2021-01-22T01:52:58.884Z] Hunk #1 succeeded at 73. [2021-01-22T01:52:58.884Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-22T01:52:58.884Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-22T01:52:58.884Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-22T01:52:58.884Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-22T01:52:58.884Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-22T01:52:58.884Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-22T01:52:58.884Z] Hunk #8 succeeded at 342. [2021-01-22T01:52:58.884Z] Hmm... Ignoring the trailing garbage. [2021-01-22T01:52:58.884Z] done [2021-01-22T01:52:58.884Z] + sudo snapcraft prime --use-lxd [2021-01-22T01:53:00.278Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-22T01:53:00.278Z] 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-01-22T01:53:00.278Z] - README.md [2021-01-22T01:53:00.278Z] - snapcraft.yaml.orig [2021-01-22T01:53:00.278Z] [2021-01-22T01:53:00.278Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T01:53:00.850Z] Launching a container. [2021-01-22T01:53:12.345Z] 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-01-22T01:53:13.092Z] Waiting for container to be ready [2021-01-22T01:53:13.092Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-22T01:53:13.092Z] [2021-01-22T01:53:15.641Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-22T01:53:15.722Z] 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-01-22T01:53:16.211Z] Waiting for network to be ready... [2021-01-22T01:53:16.472Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T01:53:16.732Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T01:53:16.732Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T01:53:16.732Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T01:53:16.732Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T01:53:16.732Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T01:53:16.732Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T01:53:16.732Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T01:53:16.732Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T01:53:16.732Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T01:53:17.305Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T01:53:17.305Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T01:53:17.566Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T01:53:17.566Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T01:53:17.566Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T01:53:17.566Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T01:53:17.566Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T01:53:17.566Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T01:53:18.137Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T01:53:18.397Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T01:53:18.397Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T01:53:18.397Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T01:53:18.397Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T01:53:18.397Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T01:53:18.397Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T01:53:18.397Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T01:53:18.397Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T01:53:20.943Z] Fetched 23.8 MB in 4s (5861 kB/s) [2021-01-22T01:53:21.127Z] 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-01-22T01:53:21.203Z] Reading package lists... [2021-01-22T01:53:21.464Z] Reading package lists... [2021-01-22T01:53:21.721Z] 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-01-22T01:53:21.723Z] Building dependency tree... [2021-01-22T01:53:21.723Z] Reading state information... [2021-01-22T01:53:21.723Z] The following additional packages will be installed: [2021-01-22T01:53:21.723Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T01:53:21.723Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T01:53:21.723Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T01:53:21.723Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-22T01:53:21.723Z] Suggested packages: [2021-01-22T01:53:21.723Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-22T01:53:21.723Z] Recommended packages: [2021-01-22T01:53:21.723Z] gnupg libsasl2-modules [2021-01-22T01:53:21.723Z] The following NEW packages will be installed: [2021-01-22T01:53:21.723Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T01:53:21.723Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T01:53:21.723Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T01:53:21.723Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-22T01:53:21.723Z] The following packages will be upgraded: [2021-01-22T01:53:21.723Z] gpg gpg-agent gpgconf libudev1 [2021-01-22T01:53:21.984Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-22T01:53:21.984Z] Need to get 3533 kB of archives. [2021-01-22T01:53:21.984Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-22T01:53:21.984Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-22T01:53:21.984Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-22T01:53:21.984Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-22T01:53:21.984Z] Get:4 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-01-22T01:53:21.984Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-22T01:53:21.984Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-22T01:53:21.984Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-22T01:53:21.984Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-22T01:53:22.245Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-22T01:53:22.505Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-22T01:53:22.767Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-22T01:53:22.767Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-22T01:53:22.767Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-22T01:53:22.767Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-22T01:53:22.767Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-22T01:53:22.767Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-22T01:53:22.767Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-22T01:53:22.767Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-22T01:53:22.767Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-22T01:53:22.767Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-22T01:53:23.029Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-22T01:53:23.029Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-22T01:53:23.029Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:53:23.029Z] Fetched 3533 kB in 1s (3168 kB/s) [2021-01-22T01:53:23.029Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T01:53:23.029Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:53:23.289Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T01:53:23.289Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-22T01:53:23.289Z] Selecting previously unselected package udev. [2021-01-22T01:53:23.289Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T01:53:23.289Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:53:23.289Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-22T01:53:23.551Z] Selecting previously unselected package libfuse2:amd64. [2021-01-22T01:53:23.551Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T01:53:23.551Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T01:53:23.814Z] Selecting previously unselected package fuse. [2021-01-22T01:53:23.814Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T01:53:23.814Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-22T01:53:23.814Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:53:23.814Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T01:53:24.077Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:53:24.077Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T01:53:24.077Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:53:24.077Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T01:53:24.339Z] Selecting previously unselected package libksba8:amd64. [2021-01-22T01:53:24.339Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-22T01:53:24.339Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-22T01:53:24.339Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-22T01:53:24.339Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:53:24.339Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:24.339Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-22T01:53:24.339Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:53:24.339Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:24.601Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-22T01:53:24.601Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:53:24.601Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:24.601Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-22T01:53:24.601Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:53:24.601Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:24.863Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-22T01:53:24.863Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:53:24.863Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:24.863Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-22T01:53:24.863Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:53:24.863Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:25.126Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-22T01:53:25.126Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:53:25.126Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:25.126Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-22T01:53:25.126Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:53:25.126Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:25.126Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-22T01:53:25.126Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:53:25.126Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:25.387Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-22T01:53:25.387Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T01:53:25.387Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T01:53:25.387Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-22T01:53:25.387Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T01:53:25.387Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T01:53:25.387Z] Selecting previously unselected package libldap-common. [2021-01-22T01:53:25.387Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-22T01:53:25.387Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T01:53:25.387Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-22T01:53:25.387Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-22T01:53:25.652Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T01:53:25.652Z] Selecting previously unselected package dirmngr. [2021-01-22T01:53:25.652Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:53:25.652Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T01:53:25.652Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T01:53:25.913Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-22T01:53:25.913Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T01:53:25.913Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T01:53:25.913Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T01:53:25.913Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-22T01:53:25.913Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:25.913Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-22T01:53:25.913Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T01:53:25.913Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-22T01:53:26.486Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-22T01:53:26.486Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:26.486Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-22T01:53:26.486Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-22T01:53:26.747Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-22T01:53:26.747Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:26.747Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:26.747Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:26.747Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:26.747Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:26.747Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:26.747Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:53:27.008Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T01:53:27.008Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T01:53:27.008Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T01:53:27.137Z] 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-01-22T01:53:27.270Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-22T01:53:27.270Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-22T01:53:27.270Z] This means they are not meant to be enabled using systemctl. [2021-01-22T01:53:27.270Z] Possible reasons for having this kind of units are: [2021-01-22T01:53:27.270Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-22T01:53:27.270Z] .wants/ or .requires/ directory. [2021-01-22T01:53:27.270Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-22T01:53:27.270Z] a requirement dependency on it. [2021-01-22T01:53:27.270Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-22T01:53:27.270Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-22T01:53:27.270Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-22T01:53:27.270Z] instance name specified. [2021-01-22T01:53:27.791Z] Reading package lists... [2021-01-22T01:53:27.791Z] Building dependency tree... [2021-01-22T01:53:27.791Z] Reading state information... [2021-01-22T01:53:28.052Z] The following additional packages will be installed: [2021-01-22T01:53:28.052Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-22T01:53:28.052Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-22T01:53:28.052Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-22T01:53:28.052Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-22T01:53:28.052Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-22T01:53:28.052Z] Suggested packages: [2021-01-22T01:53:28.052Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-22T01:53:28.052Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-22T01:53:28.052Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-22T01:53:28.052Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-22T01:53:28.052Z] systemd-container policykit-1 [2021-01-22T01:53:28.052Z] Recommended packages: [2021-01-22T01:53:28.052Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-22T01:53:28.052Z] The following NEW packages will be installed: [2021-01-22T01:53:28.052Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-22T01:53:28.052Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-22T01:53:28.052Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-22T01:53:28.052Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-22T01:53:28.052Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-22T01:53:28.052Z] The following packages will be upgraded: [2021-01-22T01:53:28.052Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-22T01:53:28.052Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-22T01:53:28.052Z] Need to get 35.2 MB of archives. [2021-01-22T01:53:28.052Z] After this operation, 141 MB of additional disk space will be used. [2021-01-22T01:53:28.052Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-22T01:53:28.314Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-22T01:53:28.314Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-22T01:53:28.314Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-22T01:53:28.314Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-22T01:53:28.314Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-22T01:53:28.314Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-22T01:53:28.314Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-22T01:53:28.315Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-22T01:53:28.315Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-22T01:53:28.315Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-22T01:53:28.315Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-22T01:53:28.315Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-22T01:53:28.315Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-22T01:53:28.575Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-22T01:53:28.575Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-22T01:53:28.575Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-22T01:53:29.148Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-22T01:53:29.148Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-22T01:53:29.148Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-22T01:53:29.148Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-22T01:53:29.148Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-22T01:53:29.148Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-22T01:53:29.148Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-22T01:53:29.148Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-22T01:53:29.148Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-22T01:53:29.148Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-22T01:53:29.148Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-22T01:53:29.148Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-22T01:53:29.148Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-22T01:53:30.533Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:53:30.533Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2021-01-22T01:53:30.533Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T01:53:30.533Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:53:30.794Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T01:53:31.055Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:53:31.315Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T01:53:31.315Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-22T01:53:31.315Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T01:53:31.315Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T01:53:31.315Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T01:53:31.445Z] 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-01-22T01:53:31.577Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-22T01:53:31.840Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T01:53:31.840Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T01:53:31.840Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T01:53:32.101Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-22T01:53:32.101Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-22T01:53:32.363Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-22T01:53:32.624Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-22T01:53:32.624Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T01:53:32.624Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T01:53:32.886Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-22T01:53:32.886Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T01:53:32.886Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:53:32.886Z] Selecting previously unselected package libexpat1:amd64. [2021-01-22T01:53:32.886Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-22T01:53:32.886Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T01:53:33.147Z] Selecting previously unselected package python3.6-minimal. [2021-01-22T01:53:33.147Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T01:53:33.147Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:53:33.408Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T01:53:33.408Z] Checking for services that may need to be restarted...done. [2021-01-22T01:53:33.408Z] Checking for services that may need to be restarted...done. [2021-01-22T01:53:33.408Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:53:33.670Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T01:53:33.670Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:53:34.243Z] Selecting previously unselected package python3-minimal. [2021-01-22T01:53:34.243Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-22T01:53:34.243Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-22T01:53:34.243Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-22T01:53:34.243Z] Selecting previously unselected package mime-support. [2021-01-22T01:53:34.243Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-22T01:53:34.243Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-22T01:53:34.243Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-22T01:53:34.243Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-22T01:53:34.243Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T01:53:34.243Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-22T01:53:34.504Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T01:53:34.504Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:53:34.504Z] Selecting previously unselected package python3.6. [2021-01-22T01:53:34.504Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T01:53:34.504Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:53:34.766Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-22T01:53:34.766Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-22T01:53:34.766Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T01:53:34.766Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-22T01:53:34.836Z] 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-01-22T01:53:35.027Z] Selecting previously unselected package python3. [2021-01-22T01:53:35.027Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-22T01:53:35.027Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-22T01:53:35.027Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-22T01:53:35.027Z] Selecting previously unselected package multiarch-support. [2021-01-22T01:53:35.027Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:53:35.027Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T01:53:35.289Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T01:53:35.289Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-22T01:53:35.289Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-22T01:53:35.289Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-22T01:53:35.289Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T01:53:35.289Z] Selecting previously unselected package libbsd0:amd64. [2021-01-22T01:53:35.289Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-22T01:53:35.289Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T01:53:35.563Z] Selecting previously unselected package sudo. [2021-01-22T01:53:35.563Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-22T01:53:35.563Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T01:53:35.563Z] Selecting previously unselected package apparmor. [2021-01-22T01:53:35.563Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T01:53:35.563Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-22T01:53:35.825Z] Selecting previously unselected package libedit2:amd64. [2021-01-22T01:53:35.825Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-22T01:53:35.825Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T01:53:35.825Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-22T01:53:35.825Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T01:53:35.825Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:53:36.087Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-22T01:53:36.087Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T01:53:36.087Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:53:36.087Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-22T01:53:36.087Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-22T01:53:36.087Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T01:53:36.087Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-22T01:53:36.087Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T01:53:36.349Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:53:36.349Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-22T01:53:36.349Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T01:53:36.349Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:53:36.610Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-22T01:53:36.610Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-22T01:53:36.610Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T01:53:36.610Z] Selecting previously unselected package openssh-client. [2021-01-22T01:53:36.610Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-22T01:53:36.610Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T01:53:37.183Z] Selecting previously unselected package squashfs-tools. [2021-01-22T01:53:37.183Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-22T01:53:37.183Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T01:53:37.183Z] Selecting previously unselected package snapd. [2021-01-22T01:53:37.183Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-22T01:53:37.183Z] Unpacking snapd (2.48+18.04) ... [2021-01-22T01:53:39.099Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T01:53:39.099Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T01:53:39.099Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-22T01:53:39.360Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T01:53:39.360Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T01:53:39.360Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:53:39.360Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T01:53:39.360Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-22T01:53:39.360Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-22T01:53:40.232Z] 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-01-22T01:53:40.306Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T01:53:40.306Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T01:53:40.306Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T01:53:40.306Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:53:40.306Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:53:40.306Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:53:40.882Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T01:53:40.882Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:53:41.144Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T01:53:41.144Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-22T01:53:41.144Z] running python rtupdate hooks for python3.6... [2021-01-22T01:53:41.144Z] running python post-rtupdate hooks for python3.6... [2021-01-22T01:53:41.144Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-22T01:53:42.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T01:53:43.696Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-22T01:53:43.697Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:53:43.697Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T01:53:43.957Z] Setting up snapd (2.48+18.04) ... [2021-01-22T01:53:44.217Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-22T01:53:44.477Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-22T01:53:44.738Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-22T01:53:44.738Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-22T01:53:44.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T01:53:44.999Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T01:53:45.259Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-22T01:53:45.259Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-22T01:53:45.518Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-22T01:53:45.780Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-22T01:53:45.780Z] /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-01-22T01:53:45.780Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T01:53:45.780Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T01:53:46.720Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T01:53:46.720Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T01:53:46.982Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T01:53:47.228Z] 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-01-22T01:53:48.185Z] Reading package lists... [2021-01-22T01:53:48.185Z] Reading package lists... [2021-01-22T01:53:48.447Z] Building dependency tree... [2021-01-22T01:53:48.447Z] Reading state information... [2021-01-22T01:53:48.447Z] Calculating upgrade... [2021-01-22T01:53:48.709Z] The following packages will be upgraded: [2021-01-22T01:53:48.709Z] advancecomp base-files bash binutils binutils-common [2021-01-22T01:53:48.709Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-22T01:53:48.709Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-22T01:53:48.709Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-22T01:53:48.709Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-22T01:53:48.709Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-22T01:53:48.709Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-22T01:53:48.709Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-22T01:53:48.709Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-22T01:53:48.709Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-22T01:53:48.709Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-22T01:53:48.709Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-22T01:53:48.709Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-22T01:53:48.709Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-22T01:53:48.709Z] ubuntu-keyring util-linux [2021-01-22T01:53:48.709Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T01:53:48.709Z] Need to get 63.7 MB of archives. [2021-01-22T01:53:48.709Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-22T01:53:48.709Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-22T01:53:48.709Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-22T01:53:49.284Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-22T01:53:49.284Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-22T01:53:49.284Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-22T01:53:49.284Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-22T01:53:49.284Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-22T01:53:49.284Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-22T01:53:49.284Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-22T01:53:49.547Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-22T01:53:49.547Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-22T01:53:49.547Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-22T01:53:49.547Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-22T01:53:49.547Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-22T01:53:49.547Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-22T01:53:49.547Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-22T01:53:49.547Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-22T01:53:49.547Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-22T01:53:49.547Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-22T01:53:49.547Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-22T01:53:49.809Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-22T01:53:49.809Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-22T01:53:49.809Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-22T01:53:49.809Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-22T01:53:49.809Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-22T01:53:49.809Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-22T01:53:49.809Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-22T01:53:49.809Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-22T01:53:49.809Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-22T01:53:49.809Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-22T01:53:49.809Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-22T01:53:49.809Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-22T01:53:49.809Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-22T01:53:49.809Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-22T01:53:49.809Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-22T01:53:49.809Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-22T01:53:49.809Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-22T01:53:49.809Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-22T01:53:50.071Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-22T01:53:50.071Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-22T01:53:50.071Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-22T01:53:50.071Z] Get:42 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-01-22T01:53:50.071Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-22T01:53:50.071Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-22T01:53:50.071Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-22T01:53:50.071Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-22T01:53:50.071Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-22T01:53:50.071Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-22T01:53:50.071Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-22T01:53:50.071Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-22T01:53:50.071Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-22T01:53:50.071Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-22T01:53:50.071Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-22T01:53:50.071Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-22T01:53:50.071Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-22T01:53:50.071Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-22T01:53:50.071Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-22T01:53:50.071Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-22T01:53:50.071Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-22T01:53:50.071Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-22T01:53:50.071Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-22T01:53:50.071Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-22T01:53:50.332Z] Get:63 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-01-22T01:53:50.332Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-22T01:53:50.332Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-22T01:53:50.332Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-22T01:53:50.332Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-22T01:53:50.332Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-22T01:53:50.332Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-22T01:53:50.332Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-22T01:53:50.332Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-22T01:53:50.332Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-22T01:53:50.332Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-22T01:53:50.332Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-22T01:53:50.332Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-22T01:53:50.332Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-22T01:53:50.332Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-22T01:53:50.332Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-22T01:53:50.332Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-22T01:53:50.332Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-22T01:53:50.332Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-22T01:53:50.597Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-22T01:53:50.597Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-22T01:53:50.597Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-22T01:53:50.597Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-22T01:53:50.597Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-22T01:53:50.597Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-22T01:53:50.597Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-22T01:53:51.170Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-22T01:53:51.542Z] 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-01-22T01:53:51.743Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-22T01:53:51.743Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-22T01:53:51.743Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-22T01:53:52.005Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-22T01:53:52.005Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-22T01:53:52.005Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-22T01:53:52.005Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-22T01:53:52.005Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-22T01:53:52.266Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:53:52.266Z] Fetched 63.7 MB in 3s (18.4 MB/s) [2021-01-22T01:53:52.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:52.266Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:53:52.266Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T01:53:52.838Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:53:52.839Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T01:53:53.100Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-22T01:53:53.100Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-22T01:53:54.046Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:54.046Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:54.309Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:54.309Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:54.309Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:54.309Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:54.572Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:54.572Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:54.572Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:54.572Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:54.834Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:54.834Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:54.834Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:54.834Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:55.095Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:53:55.095Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T01:53:55.095Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:55.095Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-22T01:53:55.095Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:53:55.358Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T01:53:55.358Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:55.358Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:55.358Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:55.358Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:55.621Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:53:55.621Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:53:55.621Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] } [2021-01-22T01:53:55.874Z] $ docker stop --time=1 21a1a2165fbd36d52d8d55e3e939f1aba1db880ef66c58c76b81cfbd24f4749c [2021-01-22T01:53:55.883Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T01:53:55.883Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:53:56.145Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T01:53:56.407Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T01:53:56.669Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T01:53:56.669Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-22T01:53:56.669Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-22T01:53:56.669Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-22T01:53:56.669Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-22T01:53:56.931Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-22T01:53:57.194Z] Installing new version of config file /etc/issue ... [2021-01-22T01:53:57.194Z] Installing new version of config file /etc/issue.net ... [2021-01-22T01:53:57.194Z] Installing new version of config file /etc/lsb-release ... [2021-01-22T01:53:57.194Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-22T01:53:57.458Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-22T01:53:57.458Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-22T01:53:57.458Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-22T01:53:57.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:57.458Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-22T01:53:57.719Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-22T01:53:57.719Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-22T01:53:57.719Z] 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-01-22T01:53:57.981Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:57.981Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:53:57.981Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-22T01:53:57.981Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:53:58.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:58.243Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-22T01:53:58.243Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-22T01:53:58.243Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-22T01:53:58.465Z] $ docker rm -f 21a1a2165fbd36d52d8d55e3e939f1aba1db880ef66c58c76b81cfbd24f4749c [2021-01-22T01:53:58.519Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:58.519Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-22T01:53:58.519Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T01:53:58.780Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-22T01:53:58.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:58.780Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T01:53:58.780Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T01:53:59.041Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T01:53:59.041Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:59.041Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T01:53:59.041Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T01:53:59.302Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-22T01:53:59.302Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:59.302Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-22T01:53:59.302Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-22T01:53:59.564Z] Setting up grep (3.1-2build1) ... [2021-01-22T01:53:59.564Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:59.564Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T01:53:59.564Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-22T01:53:59.828Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-22T01:53:59.828Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:53:59.828Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T01:53:59.828Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:53:59.828Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:54:00.096Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:00.096Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T01:54:00.096Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T01:54:00.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T01:54:00.381Z] [2021-01-22T01:54:00.381Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:54:00.669Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T01:54:00.670Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T01:54:00.670Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T01:54:00.670Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T01:54:00.767Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T01:54:00.767Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T01:54:00.767Z] 29e5d40040c1: Pulling fs layer [2021-01-22T01:54:00.767Z] 1ce36da41761: Pulling fs layer [2021-01-22T01:54:00.767Z] 25b303627fd3: Pulling fs layer [2021-01-22T01:54:01.245Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-22T01:54:01.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:01.506Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-22T01:54:01.506Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T01:54:01.741Z] 29e5d40040c1: Verifying Checksum [2021-01-22T01:54:01.741Z] 29e5d40040c1: Download complete [2021-01-22T01:54:02.018Z] 1ce36da41761: Verifying Checksum [2021-01-22T01:54:02.018Z] 1ce36da41761: Download complete [2021-01-22T01:54:02.290Z] 29e5d40040c1: Pull complete [2021-01-22T01:54:02.453Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T01:54:02.453Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T01:54:02.714Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T01:54:02.714Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T01:54:02.714Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T01:54:02.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:02.714Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-22T01:54:02.975Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-22T01:54:02.975Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-22T01:54:03.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:03.238Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:54:03.238Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:54:03.239Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:54:03.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:03.500Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:54:03.500Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:54:03.500Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:54:03.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:03.500Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:54:03.725Z] 1ce36da41761: Pull complete [2021-01-22T01:54:03.725Z] 25b303627fd3: Verifying Checksum [2021-01-22T01:54:03.725Z] 25b303627fd3: Download complete [2021-01-22T01:54:03.760Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:54:03.760Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:54:04.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:04.021Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:54:04.021Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:54:04.021Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:54:04.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:04.282Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T01:54:04.282Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:54:04.282Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T01:54:04.282Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:54:04.544Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T01:54:04.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:04.544Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T01:54:04.544Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:54:04.806Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T01:54:04.806Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:04.806Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:54:04.806Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:54:05.069Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:54:05.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:05.069Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:54:05.069Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:54:05.330Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:54:05.330Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:05.330Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:54:05.330Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:54:05.910Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:54:06.171Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-22T01:54:06.432Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-22T01:54:06.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:06.432Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:54:06.432Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T01:54:06.703Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T01:54:06.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:54:06.983Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-22T01:54:06.983Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:54:06.983Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-22T01:54:07.255Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:07.255Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-22T01:54:07.255Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-22T01:54:07.255Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-22T01:54:07.828Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:07.828Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T01:54:07.828Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T01:54:07.828Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T01:54:08.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:08.097Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T01:54:08.097Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T01:54:08.097Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T01:54:08.373Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:08.373Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T01:54:08.373Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T01:54:08.636Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T01:54:08.636Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:08.636Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:54:08.898Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:54:08.898Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:54:08.898Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T01:54:09.158Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T01:54:09.158Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T01:54:09.158Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T01:54:09.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:09.420Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-22T01:54:09.420Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-22T01:54:09.420Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-22T01:54:09.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:09.682Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-22T01:54:09.682Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T01:54:09.682Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T01:54:09.943Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:09.943Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T01:54:09.943Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T01:54:10.207Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T01:54:10.207Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:10.207Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-22T01:54:10.207Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-22T01:54:10.473Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-22T01:54:10.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:10.473Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T01:54:10.473Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T01:54:11.050Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-22T01:54:11.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:11.050Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:54:11.050Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T01:54:11.310Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-22T01:54:11.310Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:11.310Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-22T01:54:11.310Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-22T01:54:11.580Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-22T01:54:11.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:11.845Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-22T01:54:11.845Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-22T01:54:11.845Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-22T01:54:12.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:12.105Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-22T01:54:12.105Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-22T01:54:12.105Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-22T01:54:12.366Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:12.366Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-22T01:54:12.366Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-22T01:54:12.366Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-22T01:54:12.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:12.628Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T01:54:12.628Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-22T01:54:12.628Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-22T01:54:12.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:54:12.628Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-22T01:54:12.628Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-22T01:54:12.888Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-22T01:54:12.888Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-22T01:54:12.888Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T01:54:12.888Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T01:54:13.149Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T01:54:13.149Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T01:54:13.409Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T01:54:13.409Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T01:54:13.409Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-22T01:54:13.409Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-22T01:54:13.670Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T01:54:13.670Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-22T01:54:13.670Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T01:54:13.670Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-22T01:54:13.890Z] 25b303627fd3: Pull complete [2021-01-22T01:54:13.890Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T01:54:13.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T01:54:13.890Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T01:54:13.934Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-22T01:54:13.934Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-22T01:54:13.934Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-22T01:54:13.934Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-22T01:54:14.168Z] prd-ubuntu18.04-docker-arm64-4c-16g-22147 does not seem to be running inside a container [2021-01-22T01:54:14.198Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-22T01:54:14.257Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T01:54:14.460Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-22T01:54:14.734Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-22T01:54:14.734Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-22T01:54:14.734Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-22T01:54:14.734Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-22T01:54:14.996Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-22T01:54:14.996Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-22T01:54:15.943Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-22T01:54:15.943Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-22T01:54:15.943Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-22T01:54:15.943Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-22T01:54:16.209Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T01:54:16.209Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T01:54:16.470Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T01:54:16.470Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T01:54:16.732Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T01:54:16.732Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T01:54:16.732Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T01:54:16.732Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T01:54:16.992Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:54:16.992Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:54:17.253Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:54:17.253Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:54:17.253Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:54:17.253Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:54:17.390Z] $ docker top bd56dd0b04a40726779ccdd339efa6fe0d9019cdb64bf0f5af29ba634d3e478c -eo pid,comm [2021-01-22T01:54:17.515Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:54:17.515Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { [Pipeline] sh [2021-01-22T01:54:18.419Z] + docker-compose build --help [2021-01-22T01:54:18.419Z] + grep parallel [2021-01-22T01:54:18.485Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:54:18.485Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:54:19.515Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:54:19.515Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:54:20.179Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:54:20.179Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:54:20.618Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:54:20.618Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:54:21.193Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:54:21.193Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:54:21.193Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T01:54:21.193Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T01:54:21.456Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T01:54:21.456Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T01:54:21.721Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T01:54:21.721Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T01:54:21.721Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-22T01:54:21.721Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-22T01:54:21.820Z] --parallel Build images in parallel. [2021-01-22T01:54:21.982Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T01:54:21.982Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T01:54:21.982Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T01:54:21.982Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] } [2021-01-22T01:54:22.123Z] $ docker stop --time=1 bd56dd0b04a40726779ccdd339efa6fe0d9019cdb64bf0f5af29ba634d3e478c [2021-01-22T01:54:22.250Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-22T01:54:22.250Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-22T01:54:22.250Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:54:22.510Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T01:54:22.510Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:54:22.510Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:54:22.510Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:54:22.510Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-22T01:54:22.510Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-22T01:54:22.510Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-22T01:54:22.771Z] [2021-01-22T01:54:22.771Z] Current default time zone: 'Etc/UTC' [2021-01-22T01:54:22.771Z] Local time is now: Fri Jan 22 01:54:22 UTC 2021. [2021-01-22T01:54:22.771Z] Universal Time is now: Fri Jan 22 01:54:22 UTC 2021. [2021-01-22T01:54:22.771Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-22T01:54:22.771Z] [2021-01-22T01:54:22.771Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-22T01:54:22.771Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:54:22.771Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-22T01:54:22.771Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:54:22.771Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-22T01:54:22.771Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-22T01:54:22.771Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-22T01:54:22.771Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-22T01:54:23.033Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-22T01:54:23.033Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T01:54:23.033Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:54:23.033Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-22T01:54:23.293Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:54:23.293Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T01:54:23.293Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:54:23.293Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-22T01:54:23.293Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-22T01:54:23.293Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-22T01:54:23.293Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T01:54:23.293Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-22T01:54:23.555Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-22T01:54:23.555Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-22T01:54:23.555Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T01:54:24.154Z] $ docker rm -f bd56dd0b04a40726779ccdd339efa6fe0d9019cdb64bf0f5af29ba634d3e478c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:54:25.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T01:54:25.009Z] . [Pipeline] withDockerContainer [2021-01-22T01:54:25.299Z] prd-ubuntu18.04-docker-arm64-4c-16g-22147 does not seem to be running inside a container [2021-01-22T01:54:25.388Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T01:54:25.470Z] Updating certificates in /etc/ssl/certs... [2021-01-22T01:54:26.043Z] 22 added, 17 removed; done. [2021-01-22T01:54:26.305Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T01:54:26.305Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:54:26.305Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-22T01:54:26.305Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-22T01:54:26.305Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-22T01:54:26.567Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:54:26.567Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T01:54:26.567Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:54:26.567Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:54:26.567Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:54:26.567Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:54:26.567Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:54:26.567Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-22T01:54:26.745Z] $ docker top 4710a57b3888bca89c9df33b941bb182d2467ceaa90a41a9365de9a1f6cc0de8 -eo pid,comm [2021-01-22T01:54:26.829Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-22T01:54:26.829Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-22T01:54:26.829Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-22T01:54:26.829Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-22T01:54:26.829Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:54:26.829Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:54:26.829Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-22T01:54:26.829Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [Pipeline] { [2021-01-22T01:54:27.092Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-22T01:54:27.092Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T01:54:27.092Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T01:54:27.092Z] Processing triggers for mime-support (3.60ubuntu1) ... [Pipeline] sh [2021-01-22T01:54:27.352Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T01:54:27.353Z] Updating certificates in /etc/ssl/certs... [2021-01-22T01:54:27.735Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T01:54:27.923Z] 0 added, 0 removed; done. [2021-01-22T01:54:27.923Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-22T01:54:27.923Z] done. [2021-01-22T01:54:28.444Z] Reading package lists... [2021-01-22T01:54:28.444Z] Building dependency tree... [2021-01-22T01:54:28.444Z] Reading state information... [2021-01-22T01:54:28.705Z] The following NEW packages will be installed: [2021-01-22T01:54:28.705Z] apt-transport-https [2021-01-22T01:54:28.967Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T01:54:28.967Z] Need to get 1696 B of archives. [2021-01-22T01:54:28.967Z] After this operation, 153 kB of additional disk space will be used. [2021-01-22T01:54:28.967Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-22T01:54:28.967Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:54:28.967Z] Fetched 1696 B in 0s (8514 B/s) [2021-01-22T01:54:28.967Z] Selecting previously unselected package apt-transport-https. [2021-01-22T01:54:28.967Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-22T01:54:28.967Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-22T01:54:28.967Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T01:54:28.967Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T01:54:29.227Z] Waiting for network to be ready... [2021-01-22T01:54:32.025Z] Building docker-core-command-go ... [2021-01-22T01:54:32.025Z] Building docker-core-data-go ... [2021-01-22T01:54:32.025Z] Building docker-core-metadata-go ... [2021-01-22T01:54:32.025Z] Building docker-security-bootstrapper-go ... [2021-01-22T01:54:32.025Z] Building docker-security-proxy-setup-go ... [2021-01-22T01:54:32.025Z] Building docker-security-secretstore-setup-go ... [2021-01-22T01:54:32.025Z] Building docker-support-notifications-go ... [2021-01-22T01:54:32.025Z] Building docker-support-scheduler-go ... [2021-01-22T01:54:32.025Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T01:54:32.025Z] Building docker-security-secretstore-setup-go [2021-01-22T01:54:32.025Z] Building docker-core-command-go [2021-01-22T01:54:32.025Z] Building docker-core-metadata-go [2021-01-22T01:54:32.025Z] Building docker-support-notifications-go [2021-01-22T01:54:32.025Z] Building docker-support-scheduler-go [2021-01-22T01:54:34.514Z] 2021-01-22T01:54:32Z INFO Waiting for automatic snapd restart... [2021-01-22T01:54:34.775Z] snapd 2.48.2 from Canonical* installed [2021-01-22T01:54:35.716Z] "snapd" switched to the "latest/stable" channel [2021-01-22T01:54:35.717Z] [2021-01-22T01:54:38.258Z] core18 20201210 from Canonical* installed [2021-01-22T01:54:38.519Z] "core18" switched to the "latest/stable" channel [2021-01-22T01:54:38.519Z] [2021-01-22T01:54:41.881Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T01:54:41.881Z] "snapcraft" switched to the "latest/stable" channel [2021-01-22T01:54:41.881Z] [2021-01-22T01:54:46.085Z] 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-01-22T01:54:46.085Z] - README.md [2021-01-22T01:54:46.085Z] - snapcraft.yaml.orig [2021-01-22T01:54:46.085Z] [2021-01-22T01:54:46.085Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T01:54:52.671Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T01:54:52.671Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T01:54:52.671Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T01:54:52.671Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T01:54:53.243Z] Reading package lists... [2021-01-22T01:54:53.505Z] 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.6 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-01-22T01:55:00.105Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T01:55:00.105Z] Reading package lists... [2021-01-22T01:55:00.105Z] Building dependency tree... [2021-01-22T01:55:00.105Z] Reading state information... [2021-01-22T01:55:00.105Z] Suggested packages: [2021-01-22T01:55:00.105Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-22T01:55:00.105Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-22T01:55:00.105Z] Recommended packages: [2021-01-22T01:55:00.105Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-22T01:55:00.105Z] The following NEW packages will be installed: [2021-01-22T01:55:00.105Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-22T01:55:00.105Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-22T01:55:00.105Z] pkg-config zip [2021-01-22T01:55:00.105Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T01:55:00.105Z] Need to get 7655 kB of archives. [2021-01-22T01:55:00.105Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-22T01:55:00.105Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-22T01:55:00.105Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-22T01:55:00.367Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-22T01:55:00.628Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-22T01:55:00.628Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-22T01:55:00.628Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-22T01:55:00.889Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-22T01:55:00.889Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-22T01:55:00.889Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-22T01:55:00.889Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-22T01:55:00.889Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-22T01:55:00.889Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-22T01:55:00.889Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-22T01:55:01.151Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-22T01:55:01.151Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-22T01:55:01.151Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:55:01.411Z] Fetched 7655 kB in 1s (6614 kB/s) [2021-01-22T01:55:01.411Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-22T01:55:01.411Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-22T01:55:01.411Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-22T01:55:01.411Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T01:55:01.678Z] Selecting previously unselected package libpsl5:amd64. [2021-01-22T01:55:01.678Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-22T01:55:01.678Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T01:55:01.678Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-22T01:55:01.678Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-22T01:55:01.678Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T01:55:01.678Z] Selecting previously unselected package librtmp1:amd64. [2021-01-22T01:55:01.678Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-22T01:55:01.678Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T01:55:01.940Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-22T01:55:01.940Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-22T01:55:01.940Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T01:55:01.940Z] Selecting previously unselected package liberror-perl. [2021-01-22T01:55:01.940Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-22T01:55:01.940Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-22T01:55:02.203Z] Selecting previously unselected package git-man. [2021-01-22T01:55:02.203Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-22T01:55:02.203Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T01:55:02.203Z] Selecting previously unselected package git. [2021-01-22T01:55:02.203Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-22T01:55:02.464Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T01:55:03.035Z] Selecting previously unselected package libnorm1:amd64. [2021-01-22T01:55:03.036Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-22T01:55:03.036Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T01:55:03.296Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-22T01:55:03.296Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-22T01:55:03.296Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T01:55:03.296Z] Selecting previously unselected package libsodium23:amd64. [2021-01-22T01:55:03.296Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-22T01:55:03.296Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-22T01:55:03.296Z] Selecting previously unselected package libzmq5:amd64. [2021-01-22T01:55:03.296Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T01:55:03.296Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T01:55:03.557Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-22T01:55:03.557Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T01:55:03.557Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T01:55:03.557Z] Selecting previously unselected package pkg-config. [2021-01-22T01:55:03.557Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-22T01:55:03.557Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T01:55:03.823Z] Selecting previously unselected package zip. [2021-01-22T01:55:03.823Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-22T01:55:03.823Z] Unpacking zip (3.0-11build1) ... [2021-01-22T01:55:03.823Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T01:55:03.823Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T01:55:03.823Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T01:55:03.823Z] Setting up liberror-perl (0.17025-1) ... [2021-01-22T01:55:03.823Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T01:55:04.084Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T01:55:04.084Z] No schema files found: doing nothing. [2021-01-22T01:55:04.084Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T01:55:04.084Z] Setting up zip (3.0-11build1) ... [2021-01-22T01:55:04.084Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T01:55:04.084Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-22T01:55:04.084Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T01:55:04.347Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T01:55:04.347Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T01:55:04.347Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T01:55:04.347Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T01:55:04.347Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T01:55:10.945Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T01:55:10.945Z] git set to automatically installed. [2021-01-22T01:55:10.945Z] git-man set to automatically installed. [2021-01-22T01:55:10.945Z] libcurl3-gnutls set to automatically installed. [2021-01-22T01:55:10.945Z] liberror-perl set to automatically installed. [2021-01-22T01:55:10.945Z] libglib2.0-0 set to automatically installed. [2021-01-22T01:55:10.945Z] libnghttp2-14 set to automatically installed. [2021-01-22T01:55:10.945Z] libnorm1 set to automatically installed. [2021-01-22T01:55:10.945Z] libpgm-5.2-0 set to automatically installed. [2021-01-22T01:55:10.945Z] libpsl5 set to automatically installed. [2021-01-22T01:55:10.945Z] librtmp1 set to automatically installed. [2021-01-22T01:55:10.945Z] libsodium23 set to automatically installed. [2021-01-22T01:55:10.945Z] libzmq3-dev set to automatically installed. [2021-01-22T01:55:10.945Z] libzmq5 set to automatically installed. [2021-01-22T01:55:10.945Z] pkg-config set to automatically installed. [2021-01-22T01:55:10.945Z] zip set to automatically installed. [2021-01-22T01:55:14.256Z] snapd is not logged in, snap install commands will use sudo [2021-01-22T01:55:20.846Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T01:55:20.846Z] snap "core18" has no updates available [2021-01-22T01:55:21.790Z] Pulling config-common [2021-01-22T01:55:22.731Z] Pulling go-build-helper [2021-01-22T01:55:40.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:55:40.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:55:40.028Z] ---> 898b1078b735 [2021-01-22T01:55:40.028Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T01:55:40.028Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:55:40.028Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:55:40.028Z] ---> 898b1078b735 [2021-01-22T01:55:40.028Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T01:55:40.028Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:55:40.028Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:55:40.028Z] ---> 898b1078b735 [2021-01-22T01:55:40.028Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T01:55:40.028Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:55:40.028Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:55:40.028Z] ---> 898b1078b735 [2021-01-22T01:55:40.028Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T01:55:40.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:55:40.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:55:40.028Z] ---> 898b1078b735 [2021-01-22T01:55:40.028Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T01:55:44.346Z] ---> Running in 27abcc10e456 [2021-01-22T01:55:44.346Z] ---> Running in 1ec9a1a30f85 [2021-01-22T01:55:44.346Z] ---> Running in aadbc75fe1cc [2021-01-22T01:55:44.346Z] ---> Running in 73ca11d80892 [2021-01-22T01:55:44.346Z] ---> Running in d1eb420be9df [2021-01-22T01:55:44.618Z] Removing intermediate container 27abcc10e456 [2021-01-22T01:55:44.618Z] ---> c92f64e2b076 [2021-01-22T01:55:44.618Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:55:44.618Z] Removing intermediate container 73ca11d80892 [2021-01-22T01:55:44.618Z] ---> 8f9bfcb44e68 [2021-01-22T01:55:44.618Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:55:44.702Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T01:55:44.702Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T01:55:44.702Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T01:55:44.702Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T01:55:44.702Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T01:55:44.702Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T01:55:44.702Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T01:55:44.702Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T01:55:44.702Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T01:55:44.702Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T01:55:44.702Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T01:55:44.702Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T01:55:44.702Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T01:55:44.702Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T01:55:44.702Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T01:55:44.702Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T01:55:44.702Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T01:55:44.702Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T01:55:44.702Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T01:55:44.702Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T01:55:44.702Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T01:55:44.702Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T01:55:44.702Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T01:55:44.702Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T01:55:44.702Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T01:55:44.702Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T01:55:44.702Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T01:55:44.702Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-22T01:55:44.702Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-22T01:55:44.702Z] Fetched 279 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-22T01:55:44.702Z] Fetched 122 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-22T01:55:44.702Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-22T01:55:44.702Z] Fetched 8848 B in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-22T01:55:44.702Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-22T01:55:44.702Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-22T01:55:44.702Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-22T01:55:44.702Z] Fetched 214 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-22T01:55:44.702Z] Fetched 155 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-22T01:55:44.702Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-22T01:55:44.702Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-22T01:55:44.702Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-22T01:55:44.702Z] Fetched 499 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-22T01:55:44.702Z] Fetched 111 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-22T01:55:44.702Z] Fetched 240 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-22T01:55:44.702Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-22T01:55:44.702Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-22T01:55:44.702Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-22T01:55:44.702Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-22T01:55:44.702Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-22T01:55:44.702Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-22T01:55:44.702Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-22T01:55:44.702Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-22T01:55:44.702Z] Fetched 8720 B in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-22T01:55:44.702Z] Fetched 137 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-22T01:55:44.702Z] Fetched 119 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-22T01:55:44.702Z] Fetched 109 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-22T01:55:44.702Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-22T01:55:44.702Z] Fetched 645 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-22T01:55:44.702Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-22T01:55:44.702Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-22T01:55:44.702Z] Fetched 368 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-22T01:55:44.702Z] Fetched 187 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-22T01:55:44.702Z] Fetched 175 kB in 0s (0 B/s) [2021-01-22T01:55:44.702Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-22T01:55:44.889Z] Removing intermediate container aadbc75fe1cc [2021-01-22T01:55:44.889Z] ---> 094b71a328a5 [2021-01-22T01:55:44.889Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:55:44.889Z] Removing intermediate container d1eb420be9df [2021-01-22T01:55:44.889Z] ---> 58fc24f6723c [2021-01-22T01:55:44.889Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:55:44.889Z] Removing intermediate container 1ec9a1a30f85 [2021-01-22T01:55:44.889Z] ---> 1ba69ad76caf [2021-01-22T01:55:44.889Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:55:45.168Z] ---> Running in 1a99037b96e9 [2021-01-22T01:55:45.168Z] ---> Running in 06c94fb9292b [2021-01-22T01:55:45.168Z] ---> Running in 16314279147b [2021-01-22T01:55:45.168Z] ---> Running in 8f7c36049124 [2021-01-22T01:55:45.168Z] ---> Running in 11953366116d [2021-01-22T01:55:47.248Z] Fetched 206 kB in 0s (0 B/s) [2021-01-22T01:55:47.248Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-22T01:55:47.248Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-22T01:55:47.248Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-22T01:55:47.248Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-22T01:55:47.248Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-22T01:55:47.248Z] Fetched 159 kB in 0s (0 B/s) [2021-01-22T01:55:47.248Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-22T01:55:47.248Z] Fetched 107 kB in 0s (0 B/s) [2021-01-22T01:55:47.248Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-22T01:55:47.248Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-22T01:55:47.248Z] Pulling static-packages [2021-01-22T01:55:48.189Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-22T01:55:48.189Z] Skipping pull go-build-helper (already ran) [2021-01-22T01:55:48.189Z] Skipping pull static-packages (already ran) [2021-01-22T01:55:48.189Z] Building go-build-helper [2021-01-22T01:55:49.521Z] Removing intermediate container 1a99037b96e9 [2021-01-22T01:55:49.521Z] ---> e0bbe0199d29 [2021-01-22T01:55:49.521Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T01:55:49.521Z] ---> Running in 4048b9733983 [2021-01-22T01:55:49.521Z] Removing intermediate container 06c94fb9292b [2021-01-22T01:55:49.521Z] ---> 3f98658a8c96 [2021-01-22T01:55:49.521Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T01:55:49.796Z] ---> Running in b61076fd3b0b [2021-01-22T01:55:50.075Z] Removing intermediate container 8f7c36049124 [2021-01-22T01:55:50.075Z] ---> 686c0977f55b [2021-01-22T01:55:50.075Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T01:55:50.075Z] Removing intermediate container 11953366116d [2021-01-22T01:55:50.075Z] ---> 3f4b746719c3 [2021-01-22T01:55:50.075Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T01:55:50.357Z] Removing intermediate container 16314279147b [2021-01-22T01:55:50.357Z] ---> 886b226b5058 [2021-01-22T01:55:50.357Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T01:55:50.357Z] ---> Running in 9f34d29a73fe [2021-01-22T01:55:50.357Z] ---> Running in 71e3d37f458a [2021-01-22T01:55:50.631Z] ---> Running in c66e4b0715e1 [2021-01-22T01:55:51.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:51.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:51.696Z] Building static-packages [2021-01-22T01:55:52.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:52.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:52.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:52.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:52.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:53.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:53.608Z] Staging go-build-helper [2021-01-22T01:55:53.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:54.180Z] Staging static-packages [2021-01-22T01:55:54.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:55:54.819Z] OK: 217 MiB in 51 packages [2021-01-22T01:55:55.125Z] Pulling go115 [2021-01-22T01:55:55.429Z] OK: 217 MiB in 51 packages [2021-01-22T01:55:56.066Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-22T01:55:56.066Z] Skipping pull go115 (already ran) [2021-01-22T01:55:56.066Z] Building go115 [2021-01-22T01:55:56.066Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T01:55:56.066Z] Dload Upload Total Spent Left Speed [2021-01-22T01:55:56.426Z] Removing intermediate container 4048b9733983 [2021-01-22T01:55:56.427Z] ---> 771f378221d3 [2021-01-22T01:55:56.427Z] Step 6/24 : COPY go.mod . [2021-01-22T01:55:56.427Z] OK: 217 MiB in 51 packages [2021-01-22T01:55:56.708Z] OK: 217 MiB in 51 packages [2021-01-22T01:55:56.708Z] Removing intermediate container b61076fd3b0b [2021-01-22T01:55:56.708Z] ---> 6c6bd7c09255 [2021-01-22T01:55:56.708Z] Step 6/22 : COPY go.mod . [2021-01-22T01:55:57.321Z] OK: 217 MiB in 51 packages [2021-01-22T01:55:57.597Z] ---> 682263e59157 [2021-01-22T01:55:57.597Z] Step 7/24 : RUN go mod download [2021-01-22T01:55:57.871Z] ---> Running in 1f7a2e17d3ae [2021-01-22T01:55:57.871Z] ---> 3cff79d7d3ee [2021-01-22T01:55:57.871Z] Step 7/22 : RUN go mod download [2021-01-22T01:55:58.143Z] Removing intermediate container 9f34d29a73fe [2021-01-22T01:55:58.143Z] ---> c2c3e777981a [2021-01-22T01:55:58.143Z] Step 6/23 : COPY go.mod . [2021-01-22T01:55:58.143Z] ---> Running in 68752d252ceb [2021-01-22T01:55:58.416Z] Removing intermediate container c66e4b0715e1 [2021-01-22T01:55:58.416Z] ---> 10f27fd5eaf5 [2021-01-22T01:55:58.416Z] Step 6/22 : COPY go.mod . [2021-01-22T01:55:59.035Z] Removing intermediate container 71e3d37f458a [2021-01-22T01:55:59.035Z] ---> a731f764607f [2021-01-22T01:55:59.035Z] Step 6/23 : COPY go.mod . [2021-01-22T01:55:59.318Z] ---> 9600931e6551 [2021-01-22T01:55:59.318Z] Step 7/23 : RUN go mod download [2021-01-22T01:55:59.592Z] ---> Running in 7a09ed8359da [2021-01-22T01:55:59.592Z] ---> b1fd76bfe9a5 [2021-01-22T01:55:59.592Z] Step 7/22 : RUN go mod download [2021-01-22T01:55:59.865Z] ---> Running in add2a1a82936 [2021-01-22T01:56:00.466Z] ---> de21cec0a816 [2021-01-22T01:56:00.466Z] Step 7/23 : RUN go mod download [2021-01-22T01:56:00.466Z] ---> Running in 4530dc1348f4 [2021-01-22T01:56:01.245Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.1M 0 0 21.8M 0 0:00:05 --:--:-- 0:00:05 21.7M 35 115M 35 40.7M 0 0 24.0M 0 0:00:04 0:00:01 0:00:03 24.0M 57 115M 57 66.5M 0 0 24.6M 0 0:00:04 0:00:02 0:00:02 24.6M 75 115M 75 87.7M 0 0 23.6M 0 0:00:04 0:00:03 0:00:01 23.6M 90 115M 90 104M 0 0 22.3M 0 0:00:05 0:00:04 0:00:01 22.3M 100 115M 100 115M 0 0 22.3M 0 0:00:05 0:00:05 --:--:-- 22.4M [2021-01-22T01:56:01.822Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-22T01:56:01.915Z] Removing intermediate container 1f7a2e17d3ae [2021-01-22T01:56:01.916Z] ---> 5645439eb88f [2021-01-22T01:56:01.916Z] Step 8/24 : COPY . . [2021-01-22T01:56:02.526Z] Removing intermediate container 68752d252ceb [2021-01-22T01:56:02.526Z] ---> d79e311d4143 [2021-01-22T01:56:02.526Z] Step 8/22 : COPY . . [2021-01-22T01:56:05.169Z] Removing intermediate container 7a09ed8359da [2021-01-22T01:56:05.169Z] ---> 41aea5e92bdb [2021-01-22T01:56:05.169Z] Step 8/23 : COPY . . [2021-01-22T01:56:05.169Z] Removing intermediate container add2a1a82936 [2021-01-22T01:56:05.169Z] ---> 90f7cf30edcc [2021-01-22T01:56:05.169Z] Step 8/22 : COPY . . [2021-01-22T01:56:05.444Z] Removing intermediate container 4530dc1348f4 [2021-01-22T01:56:05.444Z] ---> 9f7805a88cd9 [2021-01-22T01:56:05.444Z] Step 8/23 : COPY . . [2021-01-22T01:56:06.050Z] Staging go115 [2021-01-22T01:56:10.303Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T01:56:10.303Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T01:56:10.303Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T01:56:10.303Z] Fetched 0 B in 0s (0 B/s) [2021-01-22T01:56:10.303Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-22T01:56:10.303Z] Fetched 224 kB in 0s (0 B/s) [2021-01-22T01:56:10.303Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-22T01:56:10.303Z] Fetched 157 kB in 0s (0 B/s) [2021-01-22T01:56:10.303Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-22T01:56:10.303Z] Fetched 221 kB in 0s (0 B/s) [2021-01-22T01:56:10.303Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-22T01:56:10.303Z] Fetched 143 kB in 0s (0 B/s) [2021-01-22T01:56:10.303Z] Pulling edgex-go [2021-01-22T01:56:11.690Z] Pulling version [2021-01-22T01:56:12.648Z] Building config-common [2021-01-22T01:56:14.573Z] Skipping build go-build-helper (already ran) [2021-01-22T01:56:14.573Z] Skipping build static-packages (already ran) [2021-01-22T01:56:14.573Z] Skipping build go115 (already ran) [2021-01-22T01:56:14.573Z] Building edgex-go [2021-01-22T01:56:14.573Z] 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-01-22T01:56:15.957Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-22T01:56:15.957Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-22T01:56:15.957Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.3 [2021-01-22T01:56:15.958Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-22T01:56:15.958Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-22T01:56:15.958Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-22T01:56:15.958Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-22T01:56:15.958Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-22T01:56:15.958Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-22T01:56:16.248Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-22T01:56:16.248Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-22T01:56:16.248Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-22T01:56:16.248Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-22T01:56:16.248Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-22T01:56:16.248Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-22T01:56:16.248Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-22T01:56:16.248Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-22T01:56:16.248Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-22T01:56:16.248Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-22T01:56:16.248Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-22T01:56:16.248Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-22T01:56:16.248Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-22T01:56:16.248Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-22T01:56:16.248Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-22T01:56:16.513Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-22T01:56:16.513Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-22T01:56:16.513Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-22T01:56:16.513Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-22T01:56:16.774Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-22T01:56:16.774Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-22T01:56:23.356Z] 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-01-22T01:56:27.559Z] 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-01-22T01:56:28.500Z] 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-01-22T01:56:29.444Z] 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-01-22T01:56:29.704Z] 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-01-22T01:56:29.704Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-22T01:56:29.964Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-22T01:56:29.964Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-22T01:56:29.964Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-22T01:56:31.346Z] 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-01-22T01:56:31.346Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-22T01:56:31.346Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-22T01:56:32.297Z] ---> d464fff24f9b [2021-01-22T01:56:32.297Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T01:56:32.297Z] ---> 5a7ec18c0583 [2021-01-22T01:56:32.297Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T01:56:32.297Z] ---> 9c4462202d84 [2021-01-22T01:56:32.297Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T01:56:32.297Z] ---> 2bdf133c4ba9 [2021-01-22T01:56:32.297Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T01:56:32.297Z] ---> Running in 7bfb35fa5319 [2021-01-22T01:56:32.297Z] ---> c88fe049d6fc [2021-01-22T01:56:32.297Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T01:56:32.297Z] ---> Running in 71e522ea0385 [2021-01-22T01:56:32.297Z] ---> Running in fbb5e0b3901f [2021-01-22T01:56:32.297Z] ---> Running in d2b1da88669f [2021-01-22T01:56:32.297Z] ---> Running in be3dd9ea6d2b [2021-01-22T01:56:32.297Z] 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-01-22T01:56:32.297Z] 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-01-22T01:56:32.297Z] 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-01-22T01:56:32.297Z] 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-01-22T01:56:32.297Z] 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-01-22T01:56:32.726Z] 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-01-22T01:56:33.296Z] 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-01-22T01:56:33.296Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-22T01:56:34.680Z] 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-01-22T01:56:35.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T01:56:36.191Z] 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-01-22T01:56:36.191Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-22T01:56:37.574Z] 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-01-22T01:56:37.574Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-22T01:56:40.119Z] Building version [2021-01-22T01:56:42.028Z] Staging config-common [2021-01-22T01:56:42.598Z] Skipping stage go-build-helper (already ran) [2021-01-22T01:56:42.598Z] Skipping stage static-packages (already ran) [2021-01-22T01:56:42.598Z] Skipping stage go115 (already ran) [2021-01-22T01:56:42.598Z] Staging edgex-go [2021-01-22T01:56:43.540Z] Staging version [2021-01-22T01:56:44.489Z] Priming config-common [2021-01-22T01:56:45.432Z] Priming go-build-helper [2021-01-22T01:56:46.822Z] Priming static-packages [2021-01-22T01:56:48.737Z] Priming go115 [2021-01-22T01:56:49.678Z] Priming edgex-go [2021-01-22T01:56:51.067Z] Priming version [2021-01-22T01:56:51.639Z] 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-01-22T01:57:54.165Z] 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-01-22T01:58:00.955Z] Removing intermediate container 7bfb35fa5319 [2021-01-22T01:58:00.955Z] ---> bde89db31311 [2021-01-22T01:58:00.955Z] [2021-01-22T01:58:00.955Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T01:58:00.955Z] 3.12: Pulling from library/alpine [2021-01-22T01:58:02.413Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T01:58:02.413Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T01:58:02.413Z] ---> afeebe901d6b [2021-01-22T01:58:02.413Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T01:58:03.027Z] ---> Running in 91f27d54242b [2021-01-22T01:58:05.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:58:05.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:58:06.716Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T01:58:06.995Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T01:58:06.995Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T01:58:06.995Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T01:58:06.995Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T01:58:06.995Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:58:06.995Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T01:58:07.277Z] OK: 7 MiB in 19 packages [2021-01-22T01:58:09.375Z] Removing intermediate container d2b1da88669f [2021-01-22T01:58:09.375Z] ---> 05b5ab9e4ca6 [2021-01-22T01:58:09.375Z] [2021-01-22T01:58:09.375Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T01:58:09.375Z] ---> afeebe901d6b [2021-01-22T01:58:09.375Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T01:58:09.654Z] ---> Running in c5c0cf1ae3c9 [2021-01-22T01:58:10.648Z] Removing intermediate container fbb5e0b3901f [2021-01-22T01:58:10.649Z] ---> 03152d3c232f [2021-01-22T01:58:10.649Z] [2021-01-22T01:58:10.649Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T01:58:10.649Z] ---> afeebe901d6b [2021-01-22T01:58:10.649Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T01:58:10.922Z] Removing intermediate container 91f27d54242b [2021-01-22T01:58:10.922Z] ---> 12464e536c4c [2021-01-22T01:58:10.922Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T01:58:11.192Z] ---> Running in 1835ed6904aa [2021-01-22T01:58:11.192Z] ---> Running in 4e2d301e1549 [2021-01-22T01:58:12.189Z] Removing intermediate container 4e2d301e1549 [2021-01-22T01:58:12.189Z] ---> 8625f3e3805a [2021-01-22T01:58:12.189Z] Step 13/24 : WORKDIR / [2021-01-22T01:58:12.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:58:12.460Z] ---> Running in 102990dd65d1 [2021-01-22T01:58:12.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:58:13.011Z] Removing intermediate container 102990dd65d1 [2021-01-22T01:58:13.011Z] ---> d0103dfbb791 [2021-01-22T01:58:13.288Z] 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-01-22T01:58:13.288Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T01:58:13.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:58:13.289Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T01:58:13.289Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:58:13.289Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T01:58:13.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:58:13.837Z] OK: 6 MiB in 16 packages [2021-01-22T01:58:14.115Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T01:58:14.115Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:58:14.115Z] OK: 5 MiB in 15 packages [2021-01-22T01:58:14.403Z] ---> fd7d8d7e9fcc [2021-01-22T01:58:14.403Z] 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-01-22T01:58:16.410Z] ---> 41677ec71fcf [2021-01-22T01:58:16.410Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T01:58:16.694Z] Removing intermediate container c5c0cf1ae3c9 [2021-01-22T01:58:16.694Z] ---> 55b22a6daf07 [2021-01-22T01:58:16.694Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:58:16.967Z] Removing intermediate container 1835ed6904aa [2021-01-22T01:58:16.967Z] ---> 2838854721de [2021-01-22T01:58:16.967Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:58:16.967Z] ---> Running in 09cf7b226718 [2021-01-22T01:58:17.250Z] ---> Running in 5d4f0d7d97c4 [2021-01-22T01:58:17.534Z] ---> c0f73b10110a [2021-01-22T01:58:17.535Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T01:58:17.812Z] Removing intermediate container 09cf7b226718 [2021-01-22T01:58:17.812Z] ---> 965d4065b2ae [2021-01-22T01:58:17.812Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T01:58:17.812Z] Removing intermediate container 5d4f0d7d97c4 [2021-01-22T01:58:17.812Z] ---> 80feb4e6e37a [2021-01-22T01:58:17.812Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T01:58:18.409Z] ---> Running in 2085eb464865 [2021-01-22T01:58:18.409Z] ---> Running in 518d2c113c21 [2021-01-22T01:58:19.845Z] ---> ba3035a30a2f [2021-01-22T01:58:19.845Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T01:58:19.845Z] Removing intermediate container 2085eb464865 [2021-01-22T01:58:19.845Z] ---> 1959110ad279 [2021-01-22T01:58:19.845Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T01:58:19.845Z] Removing intermediate container 518d2c113c21 [2021-01-22T01:58:19.845Z] ---> cb67977abde3 [2021-01-22T01:58:19.845Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T01:58:20.131Z] Removing intermediate container be3dd9ea6d2b [2021-01-22T01:58:20.131Z] ---> b4969cde666c [2021-01-22T01:58:20.131Z] [2021-01-22T01:58:20.131Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T01:58:20.402Z] ---> afeebe901d6b [2021-01-22T01:58:20.402Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T01:58:20.402Z] ---> Using cache [2021-01-22T01:58:20.402Z] ---> 2838854721de [2021-01-22T01:58:20.402Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:58:20.402Z] ---> Using cache [2021-01-22T01:58:20.402Z] ---> 80feb4e6e37a [2021-01-22T01:58:20.402Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T01:58:20.687Z] ---> Running in 18c8eba35ea0 [2021-01-22T01:58:20.687Z] ---> Running in 80caba811842 [2021-01-22T01:58:20.984Z] ---> Running in 8908870f53a8 [2021-01-22T01:58:21.264Z] ---> de14b7c36c9d [2021-01-22T01:58:21.264Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T01:58:21.545Z] Removing intermediate container 8908870f53a8 [2021-01-22T01:58:21.545Z] ---> 96048d118e86 [2021-01-22T01:58:21.545Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T01:58:21.545Z] Removing intermediate container 80caba811842 [2021-01-22T01:58:21.545Z] ---> f6d290f72497 [2021-01-22T01:58:21.545Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:58:21.545Z] Removing intermediate container 18c8eba35ea0 [2021-01-22T01:58:21.545Z] ---> c163c623edb2 [2021-01-22T01:58:21.545Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:58:21.821Z] ---> Running in 24bb4edf53e7 [2021-01-22T01:58:22.097Z] ---> a29da3d3bc11 [2021-01-22T01:58:22.097Z] 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-01-22T01:58:22.371Z] ---> Running in f4b56337253c [2021-01-22T01:58:22.649Z] Removing intermediate container 24bb4edf53e7 [2021-01-22T01:58:22.649Z] ---> 88303c7c2227 [2021-01-22T01:58:22.649Z] Step 15/23 : WORKDIR / [2021-01-22T01:58:22.922Z] ---> dfc7c6acbede [2021-01-22T01:58:22.922Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T01:58:22.922Z] ---> Running in ea2235ddd634 [2021-01-22T01:58:22.922Z] ---> ae34d898302c [2021-01-22T01:58:22.922Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T01:58:24.358Z] Removing intermediate container ea2235ddd634 [2021-01-22T01:58:24.358Z] ---> d6020096d118 [2021-01-22T01:58:24.358Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:58:24.952Z] ---> 1b70c7b342f8 [2021-01-22T01:58:24.953Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T01:58:25.548Z] ---> 29e5ab5ad0b1 [2021-01-22T01:58:25.548Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T01:58:25.548Z] ---> 2196121004cf [2021-01-22T01:58:25.548Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T01:58:25.823Z] Removing intermediate container 71e522ea0385 [2021-01-22T01:58:25.823Z] ---> 6fdb82c093fe [2021-01-22T01:58:25.824Z] [2021-01-22T01:58:25.824Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T01:58:25.824Z] ---> afeebe901d6b [2021-01-22T01:58:25.824Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T01:58:25.824Z] ---> Using cache [2021-01-22T01:58:25.824Z] ---> 2838854721de [2021-01-22T01:58:25.824Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:58:25.824Z] ---> Using cache [2021-01-22T01:58:25.824Z] ---> 80feb4e6e37a [2021-01-22T01:58:25.824Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T01:58:26.100Z] ---> 3bdbe806f172 [2021-01-22T01:58:26.100Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T01:58:26.373Z] ---> Running in fa3955aa1b9b [2021-01-22T01:58:26.373Z] ---> Running in a7bc18cc9042 [2021-01-22T01:58:26.373Z] Removing intermediate container f4b56337253c [2021-01-22T01:58:26.373Z] ---> 180e352f910a [2021-01-22T01:58:26.373Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T01:58:26.373Z] ---> a79dd5e777d7 [2021-01-22T01:58:26.373Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T01:58:26.654Z] ---> Running in c5bbd3bb357b [2021-01-22T01:58:26.934Z] ---> Running in f9197c10b4fe [2021-01-22T01:58:26.934Z] Removing intermediate container fa3955aa1b9b [2021-01-22T01:58:26.934Z] ---> ffb23850c8bb [2021-01-22T01:58:26.934Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T01:58:26.934Z] Removing intermediate container a7bc18cc9042 [2021-01-22T01:58:26.934Z] ---> 14048e1d8b0d [2021-01-22T01:58:26.934Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:58:26.934Z] ---> c97c51098715 [2021-01-22T01:58:26.934Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T01:58:27.209Z] ---> Running in 68fb814e0946 [2021-01-22T01:58:27.209Z] ---> Running in ffa7377fcc17 [2021-01-22T01:58:27.209Z] Removing intermediate container c5bbd3bb357b [2021-01-22T01:58:27.209Z] ---> 175cf6b2d5e2 [2021-01-22T01:58:27.209Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T01:58:27.494Z] Removing intermediate container f9197c10b4fe [2021-01-22T01:58:27.494Z] ---> 0045e66dc616 [2021-01-22T01:58:27.494Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:58:27.494Z] ---> Running in b7e474f2993a [2021-01-22T01:58:27.494Z] ---> Running in 46d6face9e50 [2021-01-22T01:58:27.775Z] Removing intermediate container ffa7377fcc17 [2021-01-22T01:58:27.775Z] ---> 9e33317097fc [2021-01-22T01:58:27.775Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T01:58:27.775Z] Removing intermediate container 68fb814e0946 [2021-01-22T01:58:27.775Z] ---> 4415f74c7f35 [2021-01-22T01:58:27.775Z] Step 15/23 : WORKDIR / [2021-01-22T01:58:28.054Z] ---> Running in 2c49ef5aa389 [2021-01-22T01:58:28.054Z] ---> Running in 659e14af4499 [2021-01-22T01:58:28.054Z] Removing intermediate container b7e474f2993a [2021-01-22T01:58:28.054Z] ---> 815947984f27 [2021-01-22T01:58:28.054Z] Step 23/24 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:58:28.054Z] ---> 82770eeb2523 [2021-01-22T01:58:28.054Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T01:58:28.341Z] Removing intermediate container 46d6face9e50 [2021-01-22T01:58:28.341Z] ---> c301f57698a8 [2021-01-22T01:58:28.341Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T01:58:28.341Z] ---> Running in 77a84cc8ddb5 [2021-01-22T01:58:28.341Z] ---> Running in 23710043f42f [2021-01-22T01:58:28.618Z] ---> Running in 650079a4cc8b [2021-01-22T01:58:28.618Z] Removing intermediate container 2c49ef5aa389 [2021-01-22T01:58:28.618Z] ---> 32c056e2d44a [2021-01-22T01:58:28.618Z] Step 21/22 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:58:28.889Z] Removing intermediate container 659e14af4499 [2021-01-22T01:58:28.889Z] ---> 29624b19aede [2021-01-22T01:58:28.889Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:58:28.889Z] ---> Running in fb25605dafb5 [2021-01-22T01:58:29.167Z] Removing intermediate container 77a84cc8ddb5 [2021-01-22T01:58:29.167Z] ---> 2c020f8497ad [2021-01-22T01:58:29.167Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T01:58:29.167Z] Removing intermediate container 23710043f42f [2021-01-22T01:58:29.167Z] ---> 5cdc962bee9b [2021-01-22T01:58:29.167Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:58:29.167Z] Removing intermediate container 650079a4cc8b [2021-01-22T01:58:29.167Z] ---> 853f67ffb4ae [2021-01-22T01:58:29.167Z] Step 21/22 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:58:29.450Z] ---> Running in ddc6f47627dc [2021-01-22T01:58:29.450Z] ---> Running in 35d8ba7ed358 [2021-01-22T01:58:29.450Z] ---> Running in 601034eb4df6 [2021-01-22T01:58:29.450Z] Removing intermediate container fb25605dafb5 [2021-01-22T01:58:29.450Z] ---> 9c7ae581ed54 [2021-01-22T01:58:29.450Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T01:58:29.720Z] ---> 640f92b92adb [2021-01-22T01:58:29.720Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T01:58:29.720Z] ---> Running in 3d2ac98f3007 [2021-01-22T01:58:29.991Z] Removing intermediate container ddc6f47627dc [2021-01-22T01:58:29.991Z] ---> b7baa29895f7 [2021-01-22T01:58:29.991Z] [2021-01-22T01:58:29.991Z] Removing intermediate container 35d8ba7ed358 [2021-01-22T01:58:29.991Z] ---> e87b9e5c812c [2021-01-22T01:58:29.991Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T01:58:29.991Z] Removing intermediate container 601034eb4df6 [2021-01-22T01:58:29.991Z] ---> 939c0a49d260 [2021-01-22T01:58:29.991Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T01:58:30.265Z] ---> Running in 17325af90f44 [2021-01-22T01:58:30.265Z] ---> Running in cb88e7ab26e7 [2021-01-22T01:58:30.538Z] Successfully built b7baa29895f7 [2021-01-22T01:58:30.538Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T01:58:30.538Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-01-22T01:58:30.538Z] Removing intermediate container 3d2ac98f3007 [2021-01-22T01:58:30.538Z] ---> 533ff2fd386d [2021-01-22T01:58:30.538Z] [2021-01-22T01:58:31.141Z] Successfully built 533ff2fd386d [2021-01-22T01:58:31.141Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T01:58:31.141Z] Building docker-sys-mgmt-agent-go [2021-01-22T01:58:31.141Z]  Building docker-support-notifications-go ... done Removing intermediate container 17325af90f44 [2021-01-22T01:58:31.141Z] ---> 96d44c921feb [2021-01-22T01:58:31.141Z] Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:58:31.141Z] Removing intermediate container cb88e7ab26e7 [2021-01-22T01:58:31.141Z] ---> 8bfcd5f662f9 [2021-01-22T01:58:31.141Z] [2021-01-22T01:58:31.417Z] ---> e56287a8d944 [2021-01-22T01:58:31.417Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T01:58:31.417Z] ---> Running in 262156c9be63 [2021-01-22T01:58:31.693Z] Successfully built 8bfcd5f662f9 [2021-01-22T01:58:31.964Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T01:58:31.964Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-22T01:58:31.964Z] Removing intermediate container 262156c9be63 [2021-01-22T01:58:31.964Z] ---> 7b8e92633883 [2021-01-22T01:58:31.964Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T01:58:32.237Z] ---> 0dc44cd528e0 [2021-01-22T01:58:32.237Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] ---> Running in dc520b0dd0df [2021-01-22T01:58:32.237Z] [2021-01-22T01:58:32.513Z] ---> Running in 54d8c22588b6 [2021-01-22T01:58:32.803Z] Removing intermediate container dc520b0dd0df [2021-01-22T01:58:32.803Z] ---> 0102153b1a27 [2021-01-22T01:58:32.803Z] [2021-01-22T01:58:32.803Z] Removing intermediate container 54d8c22588b6 [2021-01-22T01:58:32.803Z] ---> b59dd1db2640 [2021-01-22T01:58:33.079Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:58:33.079Z] ---> Running in dc357594b59f [2021-01-22T01:58:33.361Z] Successfully built 0102153b1a27 [2021-01-22T01:58:33.361Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T01:58:33.361Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-22T01:58:33.632Z] Removing intermediate container dc357594b59f [2021-01-22T01:58:33.632Z] ---> 3155c8f93c2a [2021-01-22T01:58:33.632Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T01:58:33.905Z] ---> Running in a2de572b0808 [2021-01-22T01:58:34.181Z] Removing intermediate container a2de572b0808 [2021-01-22T01:58:34.181Z] ---> 1afbb2022067 [2021-01-22T01:58:34.181Z] Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T01:58:34.463Z] ---> Running in 64e5117e8ff2 [2021-01-22T01:58:35.057Z] Removing intermediate container 64e5117e8ff2 [2021-01-22T01:58:35.057Z] ---> 05bb8b46095a [2021-01-22T01:58:35.057Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T01:58:35.057Z] ---> Running in 0c63655520da [2021-01-22T01:58:35.652Z] Removing intermediate container 0c63655520da [2021-01-22T01:58:35.652Z] ---> 7c4db3bd7280 [2021-01-22T01:58:35.652Z] [2021-01-22T01:58:36.256Z] Successfully built 7c4db3bd7280 [2021-01-22T01:58:36.256Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T01:59:32.822Z]  Building docker-core-metadata-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:59:32.822Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:59:32.822Z] ---> 898b1078b735 [2021-01-22T01:59:32.822Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T01:59:32.822Z] ---> Using cache [2021-01-22T01:59:32.822Z] ---> 1ba69ad76caf [2021-01-22T01:59:32.822Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:59:32.822Z] ---> Using cache [2021-01-22T01:59:32.822Z] ---> 3f4b746719c3 [2021-01-22T01:59:32.822Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T01:59:32.822Z] ---> Using cache [2021-01-22T01:59:32.822Z] ---> a731f764607f [2021-01-22T01:59:32.822Z] Step 6/33 : COPY go.mod . [2021-01-22T01:59:32.822Z] ---> Using cache [2021-01-22T01:59:32.822Z] ---> de21cec0a816 [2021-01-22T01:59:32.822Z] Step 7/33 : RUN go mod download [2021-01-22T01:59:32.822Z] ---> Using cache [2021-01-22T01:59:32.822Z] ---> 9f7805a88cd9 [2021-01-22T01:59:32.822Z] Step 8/33 : COPY . . [2021-01-22T01:59:32.822Z] ---> Using cache [2021-01-22T01:59:32.822Z] ---> c88fe049d6fc [2021-01-22T01:59:32.823Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T01:59:32.823Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:59:32.823Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:59:32.823Z] ---> 898b1078b735 [2021-01-22T01:59:32.823Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> 1ba69ad76caf [2021-01-22T01:59:32.823Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> 3f4b746719c3 [2021-01-22T01:59:32.823Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T01:59:32.823Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:59:32.823Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:59:32.823Z] ---> 898b1078b735 [2021-01-22T01:59:32.823Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> 1ba69ad76caf [2021-01-22T01:59:32.823Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> 3f4b746719c3 [2021-01-22T01:59:32.823Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> a731f764607f [2021-01-22T01:59:32.823Z] Step 6/21 : COPY go.mod . [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> de21cec0a816 [2021-01-22T01:59:32.823Z] Step 7/21 : RUN go mod download [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> 9f7805a88cd9 [2021-01-22T01:59:32.823Z] Step 8/21 : COPY . . [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> c88fe049d6fc [2021-01-22T01:59:32.823Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T01:59:32.823Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:59:32.823Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:59:32.823Z] ---> 898b1078b735 [2021-01-22T01:59:32.823Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> 1ba69ad76caf [2021-01-22T01:59:32.823Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:59:32.823Z] ---> Using cache [2021-01-22T01:59:32.823Z] ---> 3f4b746719c3 [2021-01-22T01:59:32.823Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T01:59:32.823Z] ---> Running in c16941e492a0 [2021-01-22T01:59:32.823Z] ---> Running in 7554ac4940bb [2021-01-22T01:59:32.823Z] ---> Running in ebcd35ee9649 [2021-01-22T01:59:32.823Z] ---> Running in 66aeef26c41a [2021-01-22T01:59:32.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:59:32.823Z] 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-01-22T01:59:32.823Z] 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-01-22T01:59:32.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:59:33.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:59:33.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:59:34.320Z] OK: 217 MiB in 51 packages [2021-01-22T01:59:34.606Z] OK: 217 MiB in 51 packages [2021-01-22T01:59:36.605Z] Removing intermediate container c16941e492a0 [2021-01-22T01:59:36.605Z] ---> d3cff9d22346 [2021-01-22T01:59:36.605Z] Step 6/26 : COPY go.mod . [2021-01-22T01:59:36.605Z] Removing intermediate container ebcd35ee9649 [2021-01-22T01:59:36.605Z] ---> 484018b1b960 [2021-01-22T01:59:36.605Z] Step 6/23 : COPY go.mod . [2021-01-22T01:59:37.602Z] ---> 5d94c1be1f59 [2021-01-22T01:59:37.602Z] Step 7/26 : RUN go mod download [2021-01-22T01:59:37.882Z] ---> Running in fe80f98f4e71 [2021-01-22T01:59:37.882Z] ---> 4a17aae39202 [2021-01-22T01:59:37.882Z] Step 7/23 : RUN go mod download [2021-01-22T01:59:38.159Z] ---> Running in f4eeae4a4b6a [2021-01-22T01:59:42.495Z] Removing intermediate container f4eeae4a4b6a [2021-01-22T01:59:42.495Z] ---> a36e842ced3a [2021-01-22T01:59:42.495Z] Step 8/23 : COPY . . [2021-01-22T01:59:42.775Z] Removing intermediate container fe80f98f4e71 [2021-01-22T01:59:42.775Z] ---> a91d9fbfca46 [2021-01-22T01:59:42.775Z] Step 8/26 : COPY . . [2021-01-22T02:00:15.158Z] ---> b166019fab99 [2021-01-22T02:00:15.158Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T02:00:15.158Z] ---> 4cc9a7956fa9 [2021-01-22T02:00:15.158Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T02:00:15.158Z] ---> Running in 61213cdc916c [2021-01-22T02:00:15.158Z] ---> Running in 459dc6493cc5 [2021-01-22T02:00:15.158Z] 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-01-22T02:00:15.158Z] 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-01-22T02:00:20.593Z] 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-01-22T02:00:20.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T02:00:38.967Z] Removing intermediate container 66aeef26c41a [2021-01-22T02:00:38.967Z] ---> 35fbe0e0616e [2021-01-22T02:00:38.967Z] [2021-01-22T02:00:38.967Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T02:00:38.967Z] ---> afeebe901d6b [2021-01-22T02:00:38.967Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T02:00:38.967Z] ---> Running in 5e5a3d9cc760 [2021-01-22T02:00:38.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:00:38.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:00:39.571Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T02:00:39.969Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T02:00:39.969Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T02:00:39.969Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T02:00:39.969Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T02:00:39.969Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T02:00:40.663Z] OK: 7 MiB in 18 packages [2021-01-22T02:00:44.250Z] Removing intermediate container 5e5a3d9cc760 [2021-01-22T02:00:44.250Z] ---> 3d164774dff0 [2021-01-22T02:00:44.250Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T02:00:44.527Z] Removing intermediate container 7554ac4940bb [2021-01-22T02:00:44.527Z] ---> b47a77f0f3cb [2021-01-22T02:00:44.527Z] [2021-01-22T02:00:44.527Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T02:00:44.527Z] ---> afeebe901d6b [2021-01-22T02:00:44.527Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T02:00:44.804Z] ---> Running in 411f97cad4ea [2021-01-22T02:00:44.804Z] ---> Running in 70e848f6ff77 [2021-01-22T02:00:45.802Z] Removing intermediate container 411f97cad4ea [2021-01-22T02:00:45.802Z] ---> 78fb9abe0899 [2021-01-22T02:00:45.802Z] Step 13/21 : WORKDIR /edgex [2021-01-22T02:00:45.802Z] ---> Running in 9bc91fa0e504 [2021-01-22T02:00:46.793Z] Removing intermediate container 9bc91fa0e504 [2021-01-22T02:00:46.793Z] ---> 5ccb27143e0e [2021-01-22T02:00:46.793Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T02:00:47.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:00:47.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:00:47.674Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T02:00:47.674Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T02:00:47.674Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T02:00:47.960Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T02:00:47.961Z] OK: 6 MiB in 17 packages [2021-01-22T02:00:47.961Z] ---> 3ff4ebcdb8fe [2021-01-22T02:00:47.961Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T02:00:49.958Z] ---> 57f48ecd7b54 [2021-01-22T02:00:49.958Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T02:00:49.958Z] Removing intermediate container 70e848f6ff77 [2021-01-22T02:00:49.958Z] ---> 57f83a5cb4e1 [2021-01-22T02:00:49.958Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T02:00:50.231Z] ---> Running in d34878055858 [2021-01-22T02:00:51.211Z] Removing intermediate container d34878055858 [2021-01-22T02:00:51.211Z] ---> df1aba14b23a [2021-01-22T02:00:51.211Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T02:00:51.487Z] ---> Running in 9878b4239e06 [2021-01-22T02:00:51.759Z] ---> dba153a006d8 [2021-01-22T02:00:51.759Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T02:00:52.041Z] ---> Running in 3c463bc7216f [2021-01-22T02:00:52.316Z] Removing intermediate container 9878b4239e06 [2021-01-22T02:00:52.316Z] ---> 2d5dfdf7d9f0 [2021-01-22T02:00:52.316Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T02:00:52.586Z] ---> Running in 4c6583b63d5e [2021-01-22T02:00:52.871Z] Removing intermediate container 3c463bc7216f [2021-01-22T02:00:52.871Z] ---> 5ebd10713fc7 [2021-01-22T02:00:52.871Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T02:00:53.147Z] ---> Running in 3a1ce9655283 [2021-01-22T02:00:53.748Z] Removing intermediate container 3a1ce9655283 [2021-01-22T02:00:53.748Z] ---> ce936e56d6d8 [2021-01-22T02:00:53.748Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T02:00:54.023Z] ---> Running in 9bb5daf41002 [2021-01-22T02:00:55.008Z] Removing intermediate container 9bb5daf41002 [2021-01-22T02:00:55.008Z] ---> 867f4fb9b633 [2021-01-22T02:00:55.008Z] Step 20/21 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T02:00:55.008Z] Connecting to github.com (140.82.113.4:443) [2021-01-22T02:00:55.008Z]  ---> Running in 92ef5b097d04 [2021-01-22T02:00:55.008Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.83.132:443) [2021-01-22T02:00:55.293Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T02:00:55.293Z] dockerize-alpine-lin 34% |********** | 1002k 0:00:01 ETA [2021-01-22T02:00:55.570Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T02:00:55.570Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T02:00:55.570Z] dockerize [2021-01-22T02:00:55.848Z] Removing intermediate container 92ef5b097d04 [2021-01-22T02:00:55.848Z] ---> a609682282cd [2021-01-22T02:00:55.848Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T02:00:56.123Z] ---> Running in eaa605e508a0 [2021-01-22T02:00:56.732Z] Removing intermediate container eaa605e508a0 [2021-01-22T02:00:56.732Z] ---> 07bc5ed96267 [2021-01-22T02:00:56.732Z] [2021-01-22T02:00:57.758Z] Successfully built 07bc5ed96267 [2021-01-22T02:00:57.758Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T02:00:58.037Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4c6583b63d5e [2021-01-22T02:00:58.037Z] ---> e2ffffe7f032 [2021-01-22T02:00:58.037Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T02:00:58.037Z] ---> Running in e3d099363d2c [2021-01-22T02:00:58.642Z] Removing intermediate container e3d099363d2c [2021-01-22T02:00:58.642Z] ---> 0d9758d6f4fc [2021-01-22T02:00:58.642Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T02:00:58.919Z] ---> Running in d92ac353d8ba [2021-01-22T02:00:59.917Z] Removing intermediate container d92ac353d8ba [2021-01-22T02:00:59.917Z] ---> 057941fe9908 [2021-01-22T02:00:59.917Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T02:00:59.917Z] ---> Running in 800d189a628a [2021-01-22T02:01:01.920Z] Move dockerize executable [2021-01-22T02:01:03.910Z] Removing intermediate container 800d189a628a [2021-01-22T02:01:03.910Z] ---> b01dbf461481 [2021-01-22T02:01:03.910Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T02:01:03.910Z] ---> Running in 7a0f98a0c15a [2021-01-22T02:01:04.893Z] Removing intermediate container 7a0f98a0c15a [2021-01-22T02:01:04.893Z] ---> e36968815549 [2021-01-22T02:01:04.893Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T02:01:05.877Z] ---> a61f5cf94a92 [2021-01-22T02:01:05.877Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T02:01:06.150Z] ---> Running in aa5e3850f81a [2021-01-22T02:01:10.468Z] Removing intermediate container aa5e3850f81a [2021-01-22T02:01:10.469Z] ---> f944a3ef70f1 [2021-01-22T02:01:10.469Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T02:01:11.065Z] ---> c4e2eb1ba773 [2021-01-22T02:01:11.065Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T02:01:13.049Z] ---> 025489d7252a [2021-01-22T02:01:13.049Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T02:01:14.038Z] ---> eb30c0df7a67 [2021-01-22T02:01:14.038Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T02:01:16.033Z] ---> 3bd3f2cf3bcc [2021-01-22T02:01:16.033Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T02:01:17.477Z] ---> 9e546d0d635d [2021-01-22T02:01:17.477Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T02:01:18.483Z] ---> Running in 21a50b89249d [2021-01-22T02:01:19.092Z] Removing intermediate container 21a50b89249d [2021-01-22T02:01:19.092Z] ---> 0d0eb1c7186a [2021-01-22T02:01:19.092Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T02:01:19.685Z] Removing intermediate container 459dc6493cc5 [2021-01-22T02:01:19.685Z] ---> c04d579e56b2 [2021-01-22T02:01:19.685Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T02:01:19.978Z] ---> Running in d20077b3c14c [2021-01-22T02:01:20.253Z] ---> a8e91d52c147 [2021-01-22T02:01:20.253Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T02:01:20.854Z] ---> Running in e5ef1811f4ad [2021-01-22T02:01:21.833Z] 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-01-22T02:01:23.275Z] Removing intermediate container e5ef1811f4ad [2021-01-22T02:01:23.275Z] ---> 763615d16bdb [2021-01-22T02:01:23.275Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T02:01:23.552Z] ---> Running in 05395d3343cb [2021-01-22T02:01:24.541Z] Removing intermediate container 05395d3343cb [2021-01-22T02:01:24.541Z] ---> 9f313cc5f30c [2021-01-22T02:01:24.541Z] Step 30/33 : CMD ["gate"] [2021-01-22T02:01:25.161Z] ---> Running in fbd454c17173 [2021-01-22T02:01:25.434Z] Removing intermediate container d20077b3c14c [2021-01-22T02:01:25.434Z] ---> 17b7e8cb329a [2021-01-22T02:01:25.434Z] [2021-01-22T02:01:25.434Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T02:01:25.709Z] 20.10.0: Pulling from library/docker [2021-01-22T02:01:25.983Z] Removing intermediate container fbd454c17173 [2021-01-22T02:01:25.983Z] ---> db6c526288f6 [2021-01-22T02:01:25.983Z] Step 31/33 : LABEL arch=arm64 [2021-01-22T02:01:26.971Z] ---> Running in 8e203df6a6b6 [2021-01-22T02:01:27.979Z] Removing intermediate container 8e203df6a6b6 [2021-01-22T02:01:27.979Z] ---> e0a5bedbd855 [2021-01-22T02:01:27.979Z] Step 32/33 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T02:01:28.955Z] ---> Running in f3a1639ea270 [2021-01-22T02:01:29.929Z] Removing intermediate container f3a1639ea270 [2021-01-22T02:01:29.929Z] ---> 46119b2d6766 [2021-01-22T02:01:29.929Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T02:01:30.525Z] ---> Running in e054181ec322 [2021-01-22T02:01:31.512Z] Removing intermediate container e054181ec322 [2021-01-22T02:01:31.512Z] ---> 88e4e899f7b4 [2021-01-22T02:01:31.512Z] [2021-01-22T02:01:32.107Z] Successfully built 88e4e899f7b4 [2021-01-22T02:01:32.107Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-22T02:01:35.504Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 61213cdc916c [2021-01-22T02:01:35.504Z] ---> 3676cdc56dd0 [2021-01-22T02:01:35.504Z] [2021-01-22T02:01:35.504Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T02:01:35.504Z] ---> afeebe901d6b [2021-01-22T02:01:35.504Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T02:01:35.504Z] ---> Running in e00eb8356556 [2021-01-22T02:01:35.778Z] Removing intermediate container e00eb8356556 [2021-01-22T02:01:35.778Z] ---> 393379bdac7c [2021-01-22T02:01:35.778Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T02:01:35.778Z] ---> Running in b6641e91bb96 [2021-01-22T02:01:36.051Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T02:01:36.051Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T02:01:36.051Z] ---> eeaf43b92773 [2021-01-22T02:01:36.051Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T02:01:36.051Z] ---> Running in afda04c8924d [2021-01-22T02:01:36.324Z] Removing intermediate container b6641e91bb96 [2021-01-22T02:01:36.324Z] ---> f2740ea62cf3 [2021-01-22T02:01:36.324Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T02:01:36.599Z] ---> Running in 9ac4b08f2f0f [2021-01-22T02:01:37.194Z] Removing intermediate container 9ac4b08f2f0f [2021-01-22T02:01:37.194Z] ---> a13b36f8f3cf [2021-01-22T02:01:37.194Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:01:37.471Z] ---> Running in 6f4b87e132f7 [2021-01-22T02:01:37.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:01:37.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:01:38.348Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T02:01:38.348Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T02:01:38.348Z] Executing bash-5.0.17-r0.post-install [2021-01-22T02:01:38.348Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T02:01:38.348Z] OK: 12 MiB in 22 packages [2021-01-22T02:01:39.786Z] Removing intermediate container 6f4b87e132f7 [2021-01-22T02:01:39.786Z] ---> 1140ff9bdb88 [2021-01-22T02:01:39.786Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T02:01:39.786Z] ---> Running in 5413c82a203d [2021-01-22T02:01:40.066Z] Removing intermediate container afda04c8924d [2021-01-22T02:01:40.066Z] ---> cb8f1ad0a9e1 [2021-01-22T02:01:40.066Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T02:01:40.066Z] ---> Running in f739794f1f80 [2021-01-22T02:01:40.659Z] Removing intermediate container f739794f1f80 [2021-01-22T02:01:40.659Z] ---> 8b688e955544 [2021-01-22T02:01:40.659Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T02:01:40.935Z] ---> Running in b86a4621862b [2021-01-22T02:01:41.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:01:41.255Z] Removing intermediate container b86a4621862b [2021-01-22T02:01:41.255Z] ---> beb6135ff635 [2021-01-22T02:01:41.255Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T02:01:41.537Z] ---> Running in 8529116fdaac [2021-01-22T02:01:41.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:01:42.107Z] Removing intermediate container 8529116fdaac [2021-01-22T02:01:42.107Z] ---> 8a9cab15cab7 [2021-01-22T02:01:42.107Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T02:01:42.719Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T02:01:42.993Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T02:01:42.993Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T02:01:43.265Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T02:01:43.265Z] ---> 1fd4c05aaf5d [2021-01-22T02:01:43.265Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T02:01:43.541Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T02:01:43.541Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T02:01:43.814Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T02:01:43.814Z] OK: 8 MiB in 20 packages [2021-01-22T02:01:44.090Z] ---> 2323bd73f783 [2021-01-22T02:01:44.090Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T02:01:45.066Z] Removing intermediate container 5413c82a203d [2021-01-22T02:01:45.066Z] ---> 44eddcb06980 [2021-01-22T02:01:45.066Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T02:01:45.066Z] ---> 9ac855281b0f [2021-01-22T02:01:45.066Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T02:01:45.337Z] ---> Running in 7c65c1913d21 [2021-01-22T02:01:45.930Z] ---> ef02c351a73f [2021-01-22T02:01:45.930Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T02:01:46.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:01:46.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:01:47.122Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T02:01:47.122Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T02:01:47.122Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T02:01:47.122Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T02:01:47.122Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T02:01:47.122Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T02:01:47.122Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T02:01:47.395Z] ---> 7bffc2e2778d [2021-01-22T02:01:47.395Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T02:01:48.376Z] ---> 4b02b0db8f4d [2021-01-22T02:01:48.376Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T02:01:48.656Z] ---> Running in 5ffce6e5dd2a [2021-01-22T02:01:49.251Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T02:01:49.251Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T02:01:49.251Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T02:01:49.251Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T02:01:49.251Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T02:01:49.251Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T02:01:49.251Z] Removing intermediate container 5ffce6e5dd2a [2021-01-22T02:01:49.251Z] ---> 86dc15cd1025 [2021-01-22T02:01:49.251Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T02:01:49.251Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T02:01:49.251Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T02:01:49.251Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T02:01:49.523Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T02:01:49.523Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T02:01:49.523Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T02:01:49.523Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T02:01:49.523Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T02:01:49.523Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T02:01:49.523Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T02:01:49.523Z] ---> Running in 06058791348f [2021-01-22T02:01:49.523Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T02:01:49.523Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T02:01:49.523Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T02:01:49.795Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T02:01:49.795Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T02:01:49.795Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T02:01:49.795Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T02:01:49.795Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T02:01:49.795Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T02:01:49.795Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T02:01:50.068Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T02:01:50.068Z] OK: 71 MiB in 55 packages [2021-01-22T02:01:50.068Z] Removing intermediate container 06058791348f [2021-01-22T02:01:50.068Z] ---> 1e276b1951e3 [2021-01-22T02:01:50.068Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T02:01:50.342Z] ---> Running in e51d379fb0c4 [2021-01-22T02:01:50.940Z] Removing intermediate container e51d379fb0c4 [2021-01-22T02:01:50.940Z] ---> 3f4d2bab2753 [2021-01-22T02:01:50.940Z] Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T02:01:51.210Z] ---> Running in 0e21bed749d5 [2021-01-22T02:01:51.801Z] Removing intermediate container 0e21bed749d5 [2021-01-22T02:01:51.801Z] ---> 853e43e638b6 [2021-01-22T02:01:51.801Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T02:01:51.801Z] ---> Running in 87bef51e10c3 [2021-01-22T02:01:52.396Z] Removing intermediate container 87bef51e10c3 [2021-01-22T02:01:52.396Z] ---> 42d09a102a4b [2021-01-22T02:01:52.396Z] [2021-01-22T02:01:52.999Z] Successfully built 42d09a102a4b [2021-01-22T02:01:52.999Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T02:01:55.634Z]  Building docker-core-data-go ... done Removing intermediate container 7c65c1913d21 [2021-01-22T02:01:55.634Z] ---> 081d8378239f [2021-01-22T02:01:55.634Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T02:01:55.907Z] ---> Running in 927a93c767d5 [2021-01-22T02:02:00.194Z] Collecting docker-compose==1.23.2 [2021-01-22T02:02:00.464Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T02:02:01.054Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T02:02:01.054Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T02:02:02.033Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T02:02:02.033Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T02:02:02.303Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T02:02:02.574Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T02:02:04.528Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T02:02:04.528Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T02:02:06.482Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T02:02:06.482Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T02:02:06.482Z] 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-01-22T02:02:06.482Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T02:02:06.482Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T02:02:08.501Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T02:02:08.501Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T02:02:09.471Z] Collecting PyYAML<4,>=3.10 [2021-01-22T02:02:09.471Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T02:02:12.831Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T02:02:12.831Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T02:02:13.418Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T02:02:13.418Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T02:02:13.418Z] 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-01-22T02:02:13.688Z] Collecting idna<2.8,>=2.5 [2021-01-22T02:02:13.688Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T02:02:13.688Z] 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-01-22T02:02:14.276Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T02:02:14.276Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T02:02:14.276Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T02:02:14.276Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T02:02:14.544Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T02:02:14.544Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T02:02:15.133Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, jsonschema, dockerpty, cached-property, PyYAML, docker-compose [2021-01-22T02:02:15.403Z] Attempting uninstall: idna [2021-01-22T02:02:15.403Z] Found existing installation: idna 2.9 [2021-01-22T02:02:15.403Z] Uninstalling idna-2.9: [2021-01-22T02:02:15.674Z] Successfully uninstalled idna-2.9 [2021-01-22T02:02:16.264Z] Attempting uninstall: urllib3 [2021-01-22T02:02:16.264Z] Found existing installation: urllib3 1.25.9 [2021-01-22T02:02:16.264Z] Uninstalling urllib3-1.25.9: [2021-01-22T02:02:16.264Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T02:02:16.854Z] Attempting uninstall: requests [2021-01-22T02:02:16.854Z] Found existing installation: requests 2.23.0 [2021-01-22T02:02:16.854Z] Uninstalling requests-2.23.0: [2021-01-22T02:02:17.125Z] Successfully uninstalled requests-2.23.0 [2021-01-22T02:02:18.096Z] Running setup.py install for texttable: started [2021-01-22T02:02:20.063Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T02:02:20.063Z] Running setup.py install for docopt: started [2021-01-22T02:02:21.486Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T02:02:21.757Z] Running setup.py install for dockerpty: started [2021-01-22T02:02:23.715Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T02:02:23.715Z] Running setup.py install for PyYAML: started [2021-01-22T02:02:25.674Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T02:02:26.645Z] 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.57.0 [2021-01-22T02:02:30.017Z] Removing intermediate container 927a93c767d5 [2021-01-22T02:02:30.017Z] ---> a6066c291f47 [2021-01-22T02:02:30.017Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T02:02:30.017Z] ---> Running in bbe99b65d7e9 [2021-01-22T02:02:30.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:02:31.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:02:31.845Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T02:02:31.846Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T02:02:32.117Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T02:02:32.117Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T02:02:32.117Z] OK: 71 MiB in 58 packages [2021-01-22T02:02:33.088Z] Removing intermediate container bbe99b65d7e9 [2021-01-22T02:02:33.088Z] ---> 1df3b1a60b48 [2021-01-22T02:02:33.088Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T02:02:33.359Z] ---> Running in b22744f614c3 [2021-01-22T02:02:33.635Z] Removing intermediate container b22744f614c3 [2021-01-22T02:02:33.636Z] ---> b86aea173aee [2021-01-22T02:02:33.636Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T02:02:33.908Z] ---> Running in 8b98ae237c85 [2021-01-22T02:02:34.502Z] Removing intermediate container 8b98ae237c85 [2021-01-22T02:02:34.502Z] ---> fcbcd17eae3d [2021-01-22T02:02:34.502Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T02:02:34.503Z] ---> Running in e98151bec1f7 [2021-01-22T02:02:34.776Z] Removing intermediate container e98151bec1f7 [2021-01-22T02:02:34.776Z] ---> c110796b05cb [2021-01-22T02:02:34.776Z] Step 25/26 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c [2021-01-22T02:02:35.048Z] ---> Running in 5ebdcc9fb95a [2021-01-22T02:02:35.324Z] Removing intermediate container 5ebdcc9fb95a [2021-01-22T02:02:35.324Z] ---> 5b3035da8764 [2021-01-22T02:02:35.324Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T02:02:35.595Z] ---> Running in 098e023cdcab [2021-01-22T02:02:36.190Z] Removing intermediate container 098e023cdcab [2021-01-22T02:02:36.190Z] ---> 22151cfc7e38 [2021-01-22T02:02:36.190Z] [2021-01-22T02:02:36.461Z] Successfully built 22151cfc7e38 [2021-01-22T02:02:36.461Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T02:02:36.745Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T02:02:36.761Z] $ docker stop --time=1 4710a57b3888bca89c9df33b941bb182d2467ceaa90a41a9365de9a1f6cc0de8 [2021-01-22T02:02:38.662Z] $ docker rm -f 4710a57b3888bca89c9df33b941bb182d2467ceaa90a41a9365de9a1f6cc0de8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:02:39.384Z] + docker images [2021-01-22T02:02:39.384Z] + grep docker [2021-01-22T02:02:39.655Z] docker-sys-mgmt-agent-go-arm64 latest 22151cfc7e38 4 seconds ago 300MB [2021-01-22T02:02:39.655Z] docker-core-data-go-arm64 latest 42d09a102a4b 47 seconds ago 21MB [2021-01-22T02:02:39.655Z] docker-security-bootstrapper-go-arm64 latest 88e4e899f7b4 About a minute ago 40.3MB [2021-01-22T02:02:39.655Z] docker-security-proxy-setup-go-arm64 latest 07bc5ed96267 About a minute ago 23.2MB [2021-01-22T02:02:39.655Z] docker-core-metadata-go-arm64 latest 7c4db3bd7280 4 minutes ago 17.7MB [2021-01-22T02:02:39.655Z] docker-core-command-go-arm64 latest 0102153b1a27 4 minutes ago 16MB [2021-01-22T02:02:39.655Z] docker-support-notifications-go-arm64 latest 533ff2fd386d 4 minutes ago 16MB [2021-01-22T02:02:39.655Z] docker-support-scheduler-go-arm64 latest 8bfcd5f662f9 4 minutes ago 15.5MB [2021-01-22T02:02:39.655Z] docker-security-secretstore-setup-go-arm64 latest b7baa29895f7 4 minutes ago 23.4MB [2021-01-22T02:02:39.655Z] docker 20.10.0 eeaf43b92773 5 weeks 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 [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-01-22T02:02:42.261Z] provisioning config files... [2021-01-22T02:02:42.277Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4663828400818570773tmp [Pipeline] { [Pipeline] sh [2021-01-22T02:02:42.664Z] + set +x [2021-01-22T02:02:42.664Z] + curl -s https://codecov.io/bash [2021-01-22T02:02:42.664Z] + bash -s -- [2021-01-22T02:02:43.238Z] [2021-01-22T02:02:43.238Z] _____ _ [2021-01-22T02:02:43.238Z] / ____| | | [2021-01-22T02:02:43.238Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T02:02:43.238Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T02:02:43.238Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T02:02:43.238Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T02:02:43.238Z] Bash-20210115-cec3c92 [2021-01-22T02:02:43.238Z] [2021-01-22T02:02:43.238Z] [2021-01-22T02:02:43.238Z] ==> git version 2.24.3 found [2021-01-22T02:02:43.238Z] ==> 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-01-22T02:02:43.238Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T02:02:43.238Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T02:02:43.238Z] ==> Jenkins CI detected. [2021-01-22T02:02:43.238Z] project root: . [2021-01-22T02:02:43.238Z] --> token set from env [2021-01-22T02:02:43.238Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T02:02:43.238Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T02:02:43.238Z] ==> Python coveragepy not found [2021-01-22T02:02:43.238Z] ==> Searching for coverage reports in: [2021-01-22T02:02:43.238Z] + . [2021-01-22T02:02:43.238Z] -> Found 1 reports [2021-01-22T02:02:43.238Z] ==> Detecting git/mercurial file structure [2021-01-22T02:02:43.238Z] ==> Reading reports [2021-01-22T02:02:43.238Z] + ./coverage.out bytes=563584 [2021-01-22T02:02:43.238Z] ==> Appending adjustments [2021-01-22T02:02:43.238Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T02:02:46.577Z] + Found adjustments [2021-01-22T02:02:46.577Z] ==> Gzipping contents [2021-01-22T02:02:46.577Z] 84K /tmp/codecov.SEm6SW.gz [2021-01-22T02:02:46.577Z] ==> Uploading reports [2021-01-22T02:02:46.577Z] url: https://codecov.io [2021-01-22T02:02:46.577Z] query: branch=PR-3061&commit=495c2e8daeb3df48c63772693747c122c948160c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-22T02:02:46.577Z] -> Pinging Codecov [2021-01-22T02:02:46.577Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3061&commit=495c2e8daeb3df48c63772693747c122c948160c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-22T02:02:47.152Z] -> Uploading to [2021-01-22T02:02:47.152Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/495c2e8daeb3df48c63772693747c122c948160c/02633bfc-dcfb-4813-a1f4-dc94aff39239.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T020246Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8a1b33372896d6da901233c34c694451c6d2b69ec4b98a040e2132fe8aedf765 [2021-01-22T02:02:47.152Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T02:02:47.152Z] Dload Upload Total Spent Left Speed [2021-01-22T02:02:47.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85707 0 0 100 85707 0 160k --:--:-- --:--:-- --:--:-- 160k [2021-01-22T02:02:47.725Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/495c2e8daeb3df48c63772693747c122c948160c [Pipeline] } [2021-01-22T02:02:47.735Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-22T02:02:50.037Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:02:50.926Z] ---> package-listing.sh [2021-01-22T02:02:50.926Z] ++ facter osfamily [2021-01-22T02:02:50.926Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T02:02:50.926Z] + OS_FAMILY=redhat [2021-01-22T02:02:50.926Z] + workspace=/w/workspace/edgex-go/3 [2021-01-22T02:02:50.926Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T02:02:50.926Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T02:02:50.926Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T02:02:50.926Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T02:02:50.926Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-22T02:02:50.926Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T02:02:50.926Z] + case "${OS_FAMILY}" in [2021-01-22T02:02:50.926Z] + rpm -qa [2021-01-22T02:02:50.926Z] + sort [2021-01-22T02:02:56.228Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T02:02:56.228Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T02:02:56.228Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T02:02:56.228Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-22T02:02:56.228Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-22T02:02:56.228Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-22T02:02:56.242Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T02:02:56.534Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:02:56.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:02:56.841Z] [2021-01-22T02:02:56.841Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:02:57.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:02:57.234Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T02:02:57.234Z] df20fa9351a1: Pulling fs layer [2021-01-22T02:02:57.234Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T02:02:57.234Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T02:02:57.234Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T02:02:57.234Z] 93b61091891f: Pulling fs layer [2021-01-22T02:02:57.234Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T02:02:57.234Z] 5e14af77c1be: Pulling fs layer [2021-01-22T02:02:57.234Z] 01666e4c0597: Pulling fs layer [2021-01-22T02:02:57.234Z] aa168da1d23b: Pulling fs layer [2021-01-22T02:02:57.234Z] 46f8f816bc3b: Waiting [2021-01-22T02:02:57.234Z] 93b61091891f: Waiting [2021-01-22T02:02:57.234Z] 93b9cdb0e59b: Waiting [2021-01-22T02:02:57.234Z] 5e14af77c1be: Waiting [2021-01-22T02:02:57.234Z] 01666e4c0597: Waiting [2021-01-22T02:02:57.234Z] aa168da1d23b: Waiting [2021-01-22T02:02:57.234Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T02:02:57.234Z] 36b3adc4ff6f: Download complete [2021-01-22T02:02:57.234Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T02:02:57.234Z] 46f8f816bc3b: Download complete [2021-01-22T02:02:57.498Z] df20fa9351a1: Verifying Checksum [2021-01-22T02:02:57.498Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T02:02:57.498Z] 93b9cdb0e59b: Download complete [2021-01-22T02:02:57.498Z] 93b61091891f: Download complete [2021-01-22T02:02:57.498Z] 5e14af77c1be: Verifying Checksum [2021-01-22T02:02:57.498Z] 5e14af77c1be: Download complete [2021-01-22T02:02:57.498Z] 01666e4c0597: Verifying Checksum [2021-01-22T02:02:57.498Z] 01666e4c0597: Download complete [2021-01-22T02:02:57.767Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T02:02:57.767Z] 8ad3a11d3b57: Download complete [2021-01-22T02:02:57.767Z] df20fa9351a1: Pull complete [2021-01-22T02:02:58.034Z] 36b3adc4ff6f: Pull complete [2021-01-22T02:02:59.966Z] 8ad3a11d3b57: Pull complete [2021-01-22T02:02:59.966Z] aa168da1d23b: Download complete [2021-01-22T02:02:59.966Z] 46f8f816bc3b: Pull complete [2021-01-22T02:03:00.553Z] 93b61091891f: Pull complete [2021-01-22T02:03:00.553Z] 93b9cdb0e59b: Pull complete [2021-01-22T02:03:00.821Z] 5e14af77c1be: Pull complete [2021-01-22T02:03:00.821Z] 01666e4c0597: Pull complete [2021-01-22T02:03:10.879Z] aa168da1d23b: Pull complete [2021-01-22T02:03:11.141Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T02:03:11.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:03:11.141Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T02:03:11.426Z] prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container [2021-01-22T02:03:11.501Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:alpine cat [2021-01-22T02:03:15.216Z] $ docker top 2d21b2410b98e62dddfbdcc46d4d993416c2e48dacdd736bbbbc055dee3dac18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:03:15.832Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T02:03:16.130Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T02:03:16.426Z] + ls /var/log/sa-host [2021-01-22T02:03:16.426Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T02:03:16.427Z] file_magic: OK [2021-01-22T02:03:16.427Z] HZ: Using current value: 100 [2021-01-22T02:03:16.427Z] file_header: OK [2021-01-22T02:03:16.427Z] 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-01-22T02:03:16.427Z] Statistics: [2021-01-22T02:03:16.427Z] 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... [2021-01-22T02:03:16.427Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T02:03:16.427Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T02:03:16.427Z] file_magic: OK [2021-01-22T02:03:16.427Z] HZ: Using current value: 100 [2021-01-22T02:03:16.427Z] file_header: OK [2021-01-22T02:03:16.427Z] 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-01-22T02:03:16.427Z] Statistics: [2021-01-22T02:03:16.427Z] Hnuu...uuuununununu... [2021-01-22T02:03:16.427Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T02:03:17.025Z] provisioning config files... [2021-01-22T02:03:17.059Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2684268751904938239tmp [Pipeline] { [Pipeline] echo [2021-01-22T02:03:17.209Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:03:17.508Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T02:03:17.518Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T02:03:17.652Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:03:17.946Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T02:03:17.956Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:03:18.255Z] ---> sudo-logs.sh [2021-01-22T02:03:18.255Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T02:03:18.265Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:03:18.560Z] ---> job-cost.sh [2021-01-22T02:03:18.560Z] lf-activate-venv: SKIPPING [2021-01-22T02:03:18.560Z] INFO: No Stack... [2021-01-22T02:03:19.508Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T02:03:19.770Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T02:03:19.784Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:03:20.080Z] ---> logs-deploy.sh [2021-01-22T02:03:20.080Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3061/3 [2021-01-22T02:03:20.080Z] INFO: archiving workspace using pattern(s): [2021-01-22T02:03:21.470Z] Archives upload complete. [2021-01-22T02:03:21.731Z] INFO: archiving logs to Nexus