Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at a296f24e360d73b4e20a007fd564889f5e431139 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from a296f24e360d73b4e20a007fd564889f5e431139 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25098’ is offline; ‘prd-centos7-docker-4c-2g-25103’ is offline Running on prd-centos7-docker-4c-2g-25112 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing 819d66770663099060b4e22756fbdb4c13ff0219 Checking out Revision 819d66770663099060b4e22756fbdb4c13ff0219 (PR-3034) > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 819d66770663099060b4e22756fbdb4c13ff0219 # timeout=10 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T00:31:31.721Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T00:31:31.965Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T00:31:32.053Z] ========================================================= [2021-02-05T00:31:32.053Z] EdgeX Global Pipelines Version Info [2021-02-05T00:31:32.053Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 01b64e9195728587fa69ad0f43b75c38d224b038 # timeout=10 [2021-02-05T00:31:33.638Z] ------------------- [2021-02-05T00:31:33.638Z] stable info: [2021-02-05T00:31:33.638Z] ------------------- [2021-02-05T00:31:33.638Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:31:33.638Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:31:33.639Z] Message: update stable to v1.0.179 [2021-02-05T00:31:34.587Z] ------------------- [2021-02-05T00:31:34.587Z] experimental info: [2021-02-05T00:31:34.587Z] ------------------- [2021-02-05T00:31:34.587Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:31:34.587Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:31:34.587Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T00:31:34.878Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T00:31:34.998Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T00:31:35.095Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T00:31:35.180Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T00:31:35.270Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T00:31:35.350Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T00:31:35.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T00:31:35.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T00:31:35.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T00:31:35.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T00:31:35.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T00:31:35.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T00:31:35.948Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T00:31:36.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T00:31:36.118Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:31:36.212Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:31:36.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T00:31:36.395Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T00:31:36.485Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T00:31:36.592Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T00:31:36.678Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T00:31:36.764Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T00:31:36.883Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T00:31:36.978Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-02-05T00:31:37.061Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-02-05T00:31:37.143Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-02-05T00:31:37.228Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 819d66770663099060b4e22756fbdb4c13ff0219 [Pipeline] echo [2021-02-05T00:31:37.343Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 819d667 [Pipeline] echo [2021-02-05T00:31:37.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T00:31:37.691Z] provisioning config files... [2021-02-05T00:31:37.729Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config8717934222516133630tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:31:38.096Z] ---> docker-login.sh [2021-02-05T00:31:38.096Z] nexus3.edgexfoundry.org:10001 [2021-02-05T00:31:38.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:31:38.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:31:38.624Z] Configure a credential helper to remove this warning. See [2021-02-05T00:31:38.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:31:38.624Z] [2021-02-05T00:31:38.624Z] Login Succeeded [2021-02-05T00:31:38.624Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:31:38.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:31:39.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:31:39.152Z] Configure a credential helper to remove this warning. See [2021-02-05T00:31:39.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:31:39.152Z] [2021-02-05T00:31:39.152Z] Login Succeeded [2021-02-05T00:31:39.152Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:31:39.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:31:39.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:31:39.152Z] Configure a credential helper to remove this warning. See [2021-02-05T00:31:39.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:31:39.152Z] [2021-02-05T00:31:39.152Z] Login Succeeded [2021-02-05T00:31:39.152Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:31:39.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:31:39.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:31:39.417Z] Configure a credential helper to remove this warning. See [2021-02-05T00:31:39.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:31:39.417Z] [2021-02-05T00:31:39.417Z] Login Succeeded [2021-02-05T00:31:39.417Z] docker.io [2021-02-05T00:31:39.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:31:39.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:31:39.944Z] Configure a credential helper to remove this warning. See [2021-02-05T00:31:39.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:31:39.944Z] [2021-02-05T00:31:39.944Z] Login Succeeded [2021-02-05T00:31:39.944Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:31:39.955Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:31:40.464Z] ++ 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-02-05T00:31:40.464Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:31:40.464Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T00:31:40.464Z] ++ cut -d/ -f2 [2021-02-05T00:31:40.464Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T00:31:40.464Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:31:40.464Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T00:31:40.464Z] ++ cut -d/ -f2 [2021-02-05T00:31:40.464Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T00:31:40.464Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:31:40.464Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T00:31:40.464Z] ++ cut -d/ -f2 [2021-02-05T00:31:40.464Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T00:31:40.464Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:31:40.464Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T00:31:40.464Z] ++ cut -d/ -f2 [2021-02-05T00:31:40.464Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T00:31:40.464Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:31:40.464Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T00:31:40.464Z] ++ cut -d/ -f2 [2021-02-05T00:31:40.464Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T00:31:40.464Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:31:40.464Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:31:40.464Z] ++ cut -d/ -f2 [2021-02-05T00:31:40.464Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:31:40.464Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:31:40.464Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T00:31:40.464Z] ++ cut -d/ -f2 [2021-02-05T00:31:40.464Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T00:31:40.464Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:31:40.464Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T00:31:40.464Z] ++ cut -d/ -f2 [2021-02-05T00:31:40.464Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T00:31:40.464Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:31:40.464Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T00:31:40.464Z] ++ cut -d/ -f2 [2021-02-05T00:31:40.464Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T00:31:40.573Z] 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-02-05T00:31:41.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:31:41.437Z] [2021-02-05T00:31:41.437Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:31:41.826Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:31:41.826Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T00:31:41.826Z] 31603596830f: Pulling fs layer [2021-02-05T00:31:41.826Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T00:31:41.826Z] 6ca5941a6612: Pulling fs layer [2021-02-05T00:31:41.826Z] ecc8261a40a4: Pulling fs layer [2021-02-05T00:31:41.826Z] ecc8261a40a4: Waiting [2021-02-05T00:31:41.826Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T00:31:41.826Z] 2a8b12db71e7: Download complete [2021-02-05T00:31:41.826Z] 31603596830f: Verifying Checksum [2021-02-05T00:31:41.826Z] 31603596830f: Download complete [2021-02-05T00:31:42.097Z] 6ca5941a6612: Verifying Checksum [2021-02-05T00:31:42.097Z] 6ca5941a6612: Download complete [2021-02-05T00:31:42.097Z] ecc8261a40a4: Verifying Checksum [2021-02-05T00:31:42.097Z] ecc8261a40a4: Download complete [2021-02-05T00:31:42.365Z] 31603596830f: Pull complete [2021-02-05T00:31:42.365Z] 2a8b12db71e7: Pull complete [2021-02-05T00:31:43.317Z] 6ca5941a6612: Pull complete [2021-02-05T00:31:43.895Z] ecc8261a40a4: Pull complete [2021-02-05T00:31:43.895Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T00:31:43.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:31:43.895Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T00:31:44.014Z] prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container [2021-02-05T00:31:44.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T00:31:46.554Z] $ docker top f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T00:31:46.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:31:46.941Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:31:47.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:31:47.221Z] $ docker exec f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 ssh-agent [2021-02-05T00:31:47.424Z] SSH_AUTH_SOCK=/tmp/ssh-uGqpwSk9eE5H/agent.11 [2021-02-05T00:31:47.424Z] SSH_AGENT_PID=17 [2021-02-05T00:31:47.446Z] Running ssh-add (command line suppressed) [2021-02-05T00:31:47.576Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_2024026368388727807.key (/w/workspace/edgex-go/18@tmp/private_key_2024026368388727807.key) [2021-02-05T00:31:47.637Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:31:48.017Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T00:31:48.051Z] $ docker exec --env ******** --env ******** f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 ssh-agent -k [2021-02-05T00:31:48.173Z] unset SSH_AUTH_SOCK; [2021-02-05T00:31:48.173Z] unset SSH_AGENT_PID; [2021-02-05T00:31:48.173Z] echo Agent pid 17 killed; [2021-02-05T00:31:48.234Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T00:31:48.372Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:31:48.372Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:31:48.548Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:31:48.554Z] $ docker exec f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 ssh-agent [2021-02-05T00:31:48.742Z] SSH_AUTH_SOCK=/tmp/ssh-oyOCdl5APvm5/agent.45 [2021-02-05T00:31:48.742Z] SSH_AGENT_PID=50 [2021-02-05T00:31:48.757Z] Running ssh-add (command line suppressed) [2021-02-05T00:31:48.895Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_5237513840508297431.key (/w/workspace/edgex-go/18@tmp/private_key_5237513840508297431.key) [2021-02-05T00:31:48.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:31:49.291Z] + git semver init [2021-02-05T00:31:49.291Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T00:31:49.291Z] # $GIT_DIR = /w/workspace/edgex-go/18/.git [2021-02-05T00:31:49.291Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/18 [2021-02-05T00:31:49.291Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T00:31:49.291Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T00:31:49.291Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T00:31:49.291Z] # $SEMVER_BRANCH = PR-3034 [2021-02-05T00:31:49.291Z] # $SEMVER_TEMP = /tmp/semver-275840025 [2021-02-05T00:31:49.291Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T00:32:21.530Z] # '/tmp/semver-275840025' -> '/w/workspace/edgex-go/18/.semver' [2021-02-05T00:32:21.530Z] # -> Force: false [2021-02-05T00:32:21.530Z] # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } [2021-02-05T00:32:21.551Z] $ docker exec --env ******** --env ******** f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 ssh-agent -k [2021-02-05T00:32:21.870Z] unset SSH_AUTH_SOCK; [2021-02-05T00:32:21.870Z] unset SSH_AGENT_PID; [2021-02-05T00:32:21.870Z] echo Agent pid 50 killed; [2021-02-05T00:32:21.982Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:32:22.532Z] + git semver [Pipeline] } [2021-02-05T00:32:22.555Z] $ docker stop --time=1 f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 [2021-02-05T00:32:24.127Z] $ docker rm -f f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:32:24.683Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T00:32:25.285Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T00:32:25.288Z] [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-02-05T00:32:26.210Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:32:26.532Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:32:26.839Z] + sudo service docker restart [2021-02-05T00:32:26.839Z] + true [2021-02-05T00:32:26.839Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T00:32:27.434Z] ========================================================= [2021-02-05T00:32:27.434Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T00:32:27.434Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:32:27.783Z] + 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-02-05T00:32:32.042Z] Sending build context to Docker daemon 327.5MB [2021-02-05T00:32:32.042Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:32:32.042Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:32:32.042Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T00:32:32.042Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T00:32:32.042Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T00:32:32.042Z] de9db76c5a1d: Pulling fs layer [2021-02-05T00:32:32.042Z] bca2f99d35d6: Pulling fs layer [2021-02-05T00:32:32.042Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T00:32:32.042Z] 7c6f9722023f: Pulling fs layer [2021-02-05T00:32:32.042Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T00:32:32.042Z] bca2f99d35d6: Waiting [2021-02-05T00:32:32.042Z] 93359f2a8cfa: Waiting [2021-02-05T00:32:32.042Z] 7c6f9722023f: Waiting [2021-02-05T00:32:32.042Z] a35cf1a2eb13: Waiting [2021-02-05T00:32:32.042Z] de9db76c5a1d: Verifying Checksum [2021-02-05T00:32:32.042Z] de9db76c5a1d: Download complete [2021-02-05T00:32:32.042Z] 0ef7d3d256c8: Download complete [2021-02-05T00:32:32.042Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T00:32:32.042Z] 93359f2a8cfa: Download complete [2021-02-05T00:32:32.042Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T00:32:32.042Z] 188c0c94c7c5: Download complete [2021-02-05T00:32:32.042Z] 7c6f9722023f: Verifying Checksum [2021-02-05T00:32:32.042Z] 7c6f9722023f: Download complete [2021-02-05T00:32:32.042Z] 188c0c94c7c5: Pull complete [2021-02-05T00:32:32.624Z] 0ef7d3d256c8: Pull complete [2021-02-05T00:32:32.624Z] de9db76c5a1d: Pull complete [2021-02-05T00:32:33.579Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T00:32:33.579Z] a35cf1a2eb13: Download complete [2021-02-05T00:32:34.539Z] bca2f99d35d6: Verifying Checksum [2021-02-05T00:32:34.539Z] bca2f99d35d6: Download complete [2021-02-05T00:32:40.690Z] Still waiting to schedule task [2021-02-05T00:32:40.690Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-05T00:32:41.162Z] bca2f99d35d6: Pull complete [2021-02-05T00:32:41.162Z] 93359f2a8cfa: Pull complete [2021-02-05T00:32:41.162Z] 7c6f9722023f: Pull complete [2021-02-05T00:32:46.786Z] a35cf1a2eb13: Pull complete [2021-02-05T00:32:46.786Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T00:32:46.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T00:32:46.786Z] ---> a62c8e92a672 [2021-02-05T00:32:46.786Z] 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-02-05T00:32:46.786Z] ---> Running in f4e06b0bc5c0 [2021-02-05T00:32:47.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:32:48.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:32:48.969Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:32:48.969Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:32:49.232Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:32:49.232Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:32:55.845Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:32:55.845Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:32:55.845Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:32:55.845Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:32:56.108Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:32:56.108Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:32:56.108Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:32:56.371Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:32:56.371Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:32:56.371Z] OK: 233 MiB in 51 packages [2021-02-05T00:32:59.692Z] Removing intermediate container f4e06b0bc5c0 [2021-02-05T00:32:59.692Z] ---> dd31335bc0b5 [2021-02-05T00:32:59.692Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:32:59.692Z] ---> Running in bd449543a45d [2021-02-05T00:32:59.957Z] Removing intermediate container bd449543a45d [2021-02-05T00:32:59.957Z] ---> 51ffab5bace4 [2021-02-05T00:32:59.957Z] Step 5/6 : COPY go.mod . [2021-02-05T00:33:00.231Z] ---> c5da3d98e3c5 [2021-02-05T00:33:00.231Z] Step 6/6 : RUN go mod download [2021-02-05T00:33:00.231Z] ---> Running in 1d0982a1721d [2021-02-05T00:33:22.300Z] Removing intermediate container 1d0982a1721d [2021-02-05T00:33:22.300Z] ---> efddd28c5223 [2021-02-05T00:33:22.300Z] Successfully built efddd28c5223 [2021-02-05T00:33:22.300Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:33:22.626Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:33:22.627Z] . [Pipeline] withDockerContainer [2021-02-05T00:33:22.743Z] prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container [2021-02-05T00:33:22.806Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T00:33:23.740Z] $ docker top d10282453c67aa022189cedf7950361eba440c212eb18301b1226a0362eb5654 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:33:24.246Z] + go version [2021-02-05T00:33:24.246Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T00:33:24.270Z] $ docker stop --time=1 d10282453c67aa022189cedf7950361eba440c212eb18301b1226a0362eb5654 [2021-02-05T00:33:26.074Z] $ docker rm -f d10282453c67aa022189cedf7950361eba440c212eb18301b1226a0362eb5654 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:33:26.897Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:33:26.897Z] . [Pipeline] withDockerContainer [2021-02-05T00:33:27.006Z] prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container [2021-02-05T00:33:27.067Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T00:33:27.854Z] $ docker top b0eeab0be975a0b32831a33d8c5fc57e36da29f69c6c41373c655e99af9ec85c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:33:28.077Z] ========================================================= [2021-02-05T00:33:28.077Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:33:28.077Z] ========================================================= [Pipeline] sh [2021-02-05T00:33:28.382Z] + make test [2021-02-05T00:33:28.382Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:33:38.529Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:34:00.655Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:34:00.655Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:34:01.640Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:34:01.640Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:34:01.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T00:34:05.009Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:34:05.009Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:34:05.009Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:34:05.009Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:34:05.009Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:34:05.601Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:34:08.200Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:34:08.200Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:34:08.200Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:34:10.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 46.2% of statements [2021-02-05T00:34:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:34:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:34:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:34:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:34:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:34:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:34:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:34:10.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.059s coverage: 100.0% of statements [2021-02-05T00:34:15.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.264s coverage: 27.1% of statements [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:34:15.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:34:15.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:34:15.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 65.8% of statements [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:34:15.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.506s coverage: 82.3% of statements [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:34:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:34:17.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.380s coverage: 28.6% of statements [2021-02-05T00:34:17.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:34:17.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:34:17.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:34:17.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:34:17.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:34:17.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-02-05T00:34:17.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:34:17.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-02-05T00:34:17.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:34:18.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.120s coverage: 86.7% of statements [2021-02-05T00:34:18.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:34:18.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2021-02-05T00:34:18.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:34:18.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-02-05T00:34:18.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:34:18.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:34:18.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:34:18.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:34:21.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.513s coverage: 92.8% of statements [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:34:21.794Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:34:21.794Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:34:21.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:34:21.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements [2021-02-05T00:34:21.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2021-02-05T00:34:21.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-02-05T00:34:21.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2021-02-05T00:34:21.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-05T00:34:34.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements [2021-02-05T00:34:34.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-02-05T00:34:46.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements [2021-02-05T00:34:46.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:34:46.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:34:46.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:34:46.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:34:46.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-02-05T00:34:46.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:34:46.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:34:46.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-05T00:34:46.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:34:46.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-05T00:34:46.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:34:46.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-05T00:34:46.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-02-05T00:34:46.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-05T00:34:46.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 63.5% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.459s coverage: 68.9% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.358s coverage: 84.0% of statements [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.180s coverage: 47.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.082s coverage: 87.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.702s coverage: 29.1% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.059s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:34:46.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-05T00:34:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-05T00:34:46.466Z] GO111MODULE=on go vet ./... [2021-02-05T00:35:13.254Z] gofmt -l . [2021-02-05T00:35:13.519Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:35:14.094Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:35:14.699Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:35:15.903Z] + ls -al . [2021-02-05T00:35:15.903Z] total 688 [2021-02-05T00:35:15.903Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 00:35 . [2021-02-05T00:35:15.903Z] drwxr-xr-x 4 root root 30 Feb 5 00:33 .. [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:31 .dockerignore [2021-02-05T00:35:15.903Z] drwxrwxr-x 8 1001 1001 179 Feb 5 00:31 .git [2021-02-05T00:35:15.903Z] drwxrwxr-x 3 1001 1001 125 Feb 5 00:31 .github [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 00:31 .gitignore [2021-02-05T00:35:15.903Z] drwx------ 3 1001 1001 60 Feb 5 00:32 .semver [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:31 .sonarcloud.properties [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:31 Attribution.txt [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:31 CONTRIBUTING.md [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:31 Dockerfile.build [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:31 Jenkinsfile [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:31 LICENSE [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:31 Makefile [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:31 README.md [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:31 SECURITY.md [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:32 VERSION [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:31 ZMQWindows.md [2021-02-05T00:35:15.903Z] drwxrwxr-x 2 1001 1001 117 Feb 5 00:31 bin [2021-02-05T00:35:15.903Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 00:31 cmd [2021-02-05T00:35:15.903Z] -rw-r--r-- 1 root root 583066 Feb 5 00:34 coverage.out [2021-02-05T00:35:15.903Z] -rw-r--r-- 1 root root 1054 Feb 5 00:35 go.mod [2021-02-05T00:35:15.903Z] -rw-r--r-- 1 root root 19290 Feb 5 00:35 go.sum [2021-02-05T00:35:15.903Z] drwxrwxr-x 8 1001 1001 127 Feb 5 00:31 internal [2021-02-05T00:35:15.903Z] drwxrwxr-x 4 1001 1001 26 Feb 5 00:31 openapi [2021-02-05T00:35:15.903Z] drwxrwxr-x 4 1001 1001 71 Feb 5 00:31 snap [2021-02-05T00:35:15.903Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:31 version.go [Pipeline] sh [2021-02-05T00:35:16.206Z] + '[' -e coverage.out ] [2021-02-05T00:35:16.206Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:35:16.476Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T00:35:16.778Z] + make build [2021-02-05T00:35:16.778Z] 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-02-05T00:35:22.146Z] 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-02-05T00:35:30.430Z] 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-02-05T00:35:32.386Z] 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-02-05T00:35:33.814Z] 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-02-05T00:35:34.397Z] 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-02-05T00:35:36.333Z] 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-02-05T00:35:38.286Z] 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-02-05T00:35:39.240Z] 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-02-05T00:35:40.647Z] 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-02-05T00:35:42.058Z] 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-02-05T00:35:42.894Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25119 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-05T00:35:42.946Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2021-02-05T00:35:43.476Z] 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-02-05T00:35:45.440Z] 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-02-05T00:35:47.423Z] $ docker stop --time=1 b0eeab0be975a0b32831a33d8c5fc57e36da29f69c6c41373c655e99af9ec85c [2021-02-05T00:35:49.238Z] $ docker rm -f b0eeab0be975a0b32831a33d8c5fc57e36da29f69c6c41373c655e99af9ec85c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-02-05T00:35:50.167Z] using credential edgex-jenkins-ssh [Pipeline] script [Pipeline] { [2021-02-05T00:35:50.363Z] Cloning the remote Git repository [2021-02-05T00:35:50.457Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:35:50.589Z] > git init /w/workspace/edgex-go/18 # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:51.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:51.157Z] [2021-02-05T00:35:51.157Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:51.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:51.509Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T00:35:51.509Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T00:35:51.509Z] ca9280d653b3: Pulling fs layer [2021-02-05T00:35:51.509Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T00:35:50.703Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:35:50.704Z] > git --version # timeout=10 [2021-02-05T00:35:50.727Z] > git --version # 'git version 2.17.1' [2021-02-05T00:35:50.729Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:35:50.817Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:35:52.086Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-05T00:35:52.086Z] cbdbe7a5bc2a: Download complete [2021-02-05T00:35:52.360Z] ca9280d653b3: Verifying Checksum [2021-02-05T00:35:52.360Z] ca9280d653b3: Download complete [2021-02-05T00:35:52.360Z] cbdbe7a5bc2a: Pull complete [2021-02-05T00:35:53.776Z] ca9280d653b3: Pull complete [2021-02-05T00:36:00.434Z] 7e9c9ca2126c: Pull complete [2021-02-05T00:36:00.434Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T00:36:00.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:36:00.434Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T00:36:00.662Z] prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container [2021-02-05T00:36:00.845Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T00:36:03.207Z] $ docker top 5ba456fb0eca91b70dfc8439ecf2066c927be87ab9b27371c747dfe85efbce77 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:36:03.883Z] + + grepdocker-compose parallel [2021-02-05T00:36:03.884Z] build --help [2021-02-05T00:36:05.351Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T00:36:05.370Z] $ docker stop --time=1 5ba456fb0eca91b70dfc8439ecf2066c927be87ab9b27371c747dfe85efbce77 [2021-02-05T00:36:06.834Z] $ docker rm -f 5ba456fb0eca91b70dfc8439ecf2066c927be87ab9b27371c747dfe85efbce77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:36:07.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:36:07.480Z] . [Pipeline] withDockerContainer [2021-02-05T00:36:07.603Z] prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container [2021-02-05T00:36:07.674Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T00:36:08.521Z] $ docker top 6230f9b77194e9683445c988a9b2f295c79d3e3bc700c97d1090f5f77934b4e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:36:09.074Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:36:10.481Z] Building docker-core-command-go ... [2021-02-05T00:36:10.481Z] Building docker-core-data-go ... [2021-02-05T00:36:10.481Z] Building docker-core-metadata-go ... [2021-02-05T00:36:10.481Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:36:10.481Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:36:10.481Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:36:10.481Z] Building docker-support-notifications-go ... [2021-02-05T00:36:10.481Z] Building docker-support-scheduler-go ... [2021-02-05T00:36:10.481Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:36:10.481Z] Building docker-support-notifications-go [2021-02-05T00:36:10.481Z] Building docker-sys-mgmt-agent-go [2021-02-05T00:36:10.481Z] Building docker-core-command-go [2021-02-05T00:36:10.481Z] Building docker-security-proxy-setup-go [2021-02-05T00:36:10.481Z] Building docker-core-metadata-go [2021-02-05T00:36:11.187Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:36:11.204Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:36:11.229Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:36:11.261Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:36:11.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:36:11.275Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:36:12.067Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-02-05T00:36:13.148Z] Merge succeeded, producing 230c042bee8962012fd687ba60565d14f53cbbe5 [2021-02-05T00:36:13.148Z] Checking out Revision 230c042bee8962012fd687ba60565d14f53cbbe5 (PR-3034) [2021-02-05T00:36:12.089Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:36:12.101Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-05T00:36:12.396Z] > git remote # timeout=10 [2021-02-05T00:36:12.417Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:36:12.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:36:12.443Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:36:13.136Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:36:13.159Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:36:13.200Z] > git checkout -f 230c042bee8962012fd687ba60565d14f53cbbe5 # timeout=10 [2021-02-05T00:36:17.934Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:36:17.968Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T00:36:17.948Z] > git rev-list --no-walk 01b64e9195728587fa69ad0f43b75c38d224b038 # timeout=10 [2021-02-05T00:36:19.490Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:36:19.977Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:36:20.338Z] + + sudo service docker restart [2021-02-05T00:36:20.338Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T00:36:23.067Z] provisioning config files... [2021-02-05T00:36:23.113Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config4146480534287596975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:36:23.529Z] ---> docker-login.sh [2021-02-05T00:36:23.530Z] nexus3.edgexfoundry.org:10001 [2021-02-05T00:36:24.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:24.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:24.804Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:24.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:24.804Z] [2021-02-05T00:36:24.804Z] Login Succeeded [2021-02-05T00:36:24.804Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:36:25.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:25.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:25.408Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:25.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:25.408Z] [2021-02-05T00:36:25.408Z] Login Succeeded [2021-02-05T00:36:25.682Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:36:25.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:26.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:26.233Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:26.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:26.233Z] [2021-02-05T00:36:26.233Z] Login Succeeded [2021-02-05T00:36:26.233Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:36:26.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:26.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:26.800Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:26.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:26.800Z] [2021-02-05T00:36:26.800Z] Login Succeeded [2021-02-05T00:36:26.800Z] docker.io [2021-02-05T00:36:27.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:27.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:27.709Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:27.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:27.709Z] [2021-02-05T00:36:27.709Z] Login Succeeded [2021-02-05T00:36:27.709Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:36:27.730Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-05T00:36:28.258Z] ========================================================= [2021-02-05T00:36:28.258Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T00:36:28.258Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:36:28.654Z] + 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-02-05T00:36:31.298Z] Sending build context to Docker daemon 166.1MB [2021-02-05T00:36:31.298Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:31.298Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:36:31.298Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T00:36:31.298Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T00:36:31.298Z] a4357932f1b6: Pulling fs layer [2021-02-05T00:36:31.298Z] 18c013af1878: Pulling fs layer [2021-02-05T00:36:31.298Z] 00ac8860ef70: Pulling fs layer [2021-02-05T00:36:31.298Z] 63d7cb157983: Pulling fs layer [2021-02-05T00:36:31.298Z] b116817d02f9: Pulling fs layer [2021-02-05T00:36:31.298Z] 745a02a5169b: Pulling fs layer [2021-02-05T00:36:31.298Z] 00ac8860ef70: Waiting [2021-02-05T00:36:31.298Z] 63d7cb157983: Waiting [2021-02-05T00:36:31.298Z] 745a02a5169b: Waiting [2021-02-05T00:36:31.298Z] 18c013af1878: Download complete [2021-02-05T00:36:31.298Z] a4357932f1b6: Verifying Checksum [2021-02-05T00:36:31.298Z] a4357932f1b6: Download complete [2021-02-05T00:36:31.298Z] 63d7cb157983: Verifying Checksum [2021-02-05T00:36:31.298Z] 63d7cb157983: Download complete [2021-02-05T00:36:31.298Z] b116817d02f9: Verifying Checksum [2021-02-05T00:36:31.298Z] b116817d02f9: Download complete [2021-02-05T00:36:31.298Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T00:36:31.298Z] 5f621e34cdf4: Download complete [2021-02-05T00:36:31.899Z] 5f621e34cdf4: Pull complete [2021-02-05T00:36:32.501Z] a4357932f1b6: Pull complete [2021-02-05T00:36:32.783Z] 18c013af1878: Pull complete [2021-02-05T00:36:33.378Z] 745a02a5169b: Verifying Checksum [2021-02-05T00:36:33.378Z] 745a02a5169b: Download complete [2021-02-05T00:36:34.362Z] 00ac8860ef70: Verifying Checksum [2021-02-05T00:36:34.362Z] 00ac8860ef70: Download complete [2021-02-05T00:36:44.534Z] 00ac8860ef70: Pull complete [2021-02-05T00:36:44.807Z] 63d7cb157983: Pull complete [2021-02-05T00:36:45.080Z] b116817d02f9: Pull complete [2021-02-05T00:36:48.475Z] 745a02a5169b: Pull complete [2021-02-05T00:36:48.475Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T00:36:48.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T00:36:48.475Z] ---> b7e6874047d6 [2021-02-05T00:36:48.475Z] 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-02-05T00:36:49.717Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:49.717Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:49.717Z] ---> efddd28c5223 [2021-02-05T00:36:49.717Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:36:49.717Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:49.717Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:49.717Z] ---> efddd28c5223 [2021-02-05T00:36:49.717Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:36:49.717Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:49.717Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:49.717Z] ---> efddd28c5223 [2021-02-05T00:36:49.717Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:36:49.717Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:49.717Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:49.717Z] ---> efddd28c5223 [2021-02-05T00:36:49.717Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:36:49.717Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:49.717Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:49.717Z] ---> efddd28c5223 [2021-02-05T00:36:49.717Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:36:49.717Z] ---> Running in cf1dc6cd0d16 [2021-02-05T00:36:49.717Z] ---> Running in c03887db4e15 [2021-02-05T00:36:49.717Z] ---> Running in bcdf9db78ca1 [2021-02-05T00:36:49.717Z] ---> Running in 1ccdee13730c [2021-02-05T00:36:49.717Z] ---> Running in fead0abe8fb1 [2021-02-05T00:36:49.717Z] Removing intermediate container c03887db4e15 [2021-02-05T00:36:49.717Z] ---> 77355f501294 [2021-02-05T00:36:49.717Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:49.717Z] Removing intermediate container fead0abe8fb1 [2021-02-05T00:36:49.717Z] ---> 2aaaa8f156b5 [2021-02-05T00:36:49.717Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:49.717Z] Removing intermediate container 1ccdee13730c [2021-02-05T00:36:49.717Z] ---> 1c0d1205c389 [2021-02-05T00:36:49.717Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:49.717Z] Removing intermediate container cf1dc6cd0d16 [2021-02-05T00:36:49.717Z] ---> 198924701f40 [2021-02-05T00:36:49.717Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:49.717Z] Removing intermediate container bcdf9db78ca1 [2021-02-05T00:36:49.717Z] ---> 0fc02019da3d [2021-02-05T00:36:49.717Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:49.717Z] ---> Running in d9ac6b3bca19 [2021-02-05T00:36:49.717Z] ---> Running in f8dc17d47d58 [2021-02-05T00:36:49.717Z] ---> Running in 61143384c3fc [2021-02-05T00:36:49.717Z] ---> Running in ae8c864dfc11 [2021-02-05T00:36:49.717Z] ---> Running in 7ddc01890dc8 [2021-02-05T00:36:51.157Z] Removing intermediate container d9ac6b3bca19 [2021-02-05T00:36:51.157Z] ---> ac0c38a6cbde [2021-02-05T00:36:51.157Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:36:51.157Z] Removing intermediate container 61143384c3fc [2021-02-05T00:36:51.157Z] ---> eb94d9ff6576 [2021-02-05T00:36:51.157Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:36:51.157Z] ---> Running in ae2d387d759c [2021-02-05T00:36:51.157Z] Removing intermediate container f8dc17d47d58 [2021-02-05T00:36:51.157Z] ---> 1c979726158c [2021-02-05T00:36:51.157Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:36:51.436Z] Removing intermediate container ae8c864dfc11 [2021-02-05T00:36:51.436Z] ---> 0c6f5b55c7a1 [2021-02-05T00:36:51.436Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:36:51.436Z] Removing intermediate container 7ddc01890dc8 [2021-02-05T00:36:51.436Z] ---> 062b4dbb4479 [2021-02-05T00:36:51.436Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:36:51.436Z] ---> Running in 2ef7d34d7d88 [2021-02-05T00:36:51.436Z] ---> Running in 8bab36b9b8d1 [2021-02-05T00:36:51.705Z] ---> Running in 7a0876ee05df [2021-02-05T00:36:51.705Z] ---> Running in 37c306ae247d [2021-02-05T00:36:51.870Z] ---> Running in a60b0476fafb [2021-02-05T00:36:52.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:52.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:52.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:52.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:52.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:52.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:36:53.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:53.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:53.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:36:53.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:53.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:53.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:54.249Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:54.838Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:54.839Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:55.116Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:55.116Z] Removing intermediate container ae2d387d759c [2021-02-05T00:36:55.116Z] ---> 75ddf833d355 [2021-02-05T00:36:55.116Z] Step 6/21 : COPY go.mod . [2021-02-05T00:36:55.116Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:55.296Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:36:55.384Z] ---> 7a5fa4bb4c94 [2021-02-05T00:36:55.384Z] Step 7/21 : RUN go mod download [2021-02-05T00:36:55.569Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:36:55.652Z] ---> Running in c8352b61ff4a [2021-02-05T00:36:55.652Z] Removing intermediate container 8bab36b9b8d1 [2021-02-05T00:36:55.652Z] ---> 13d363d7360c [2021-02-05T00:36:55.652Z] Step 6/23 : COPY go.mod . [2021-02-05T00:36:55.842Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:36:55.842Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:36:57.065Z] Removing intermediate container 37c306ae247d [2021-02-05T00:36:57.066Z] ---> e14a2e09fb3f [2021-02-05T00:36:57.066Z] Step 6/26 : COPY go.mod . [2021-02-05T00:36:57.066Z] ---> bdbb8bacb561 [2021-02-05T00:36:57.066Z] Step 7/23 : RUN go mod download [2021-02-05T00:36:57.066Z] Removing intermediate container 2ef7d34d7d88 [2021-02-05T00:36:57.066Z] ---> 6e5fdff93822 [2021-02-05T00:36:57.066Z] Step 6/22 : COPY go.mod . [2021-02-05T00:36:57.066Z] Removing intermediate container 7a0876ee05df [2021-02-05T00:36:57.066Z] ---> f513cbe259bb [2021-02-05T00:36:57.066Z] Step 6/23 : COPY go.mod . [2021-02-05T00:36:57.066Z] ---> Running in 1f51bd369d90 [2021-02-05T00:36:57.332Z] ---> 493933e2fe78 [2021-02-05T00:36:57.332Z] Step 7/26 : RUN go mod download [2021-02-05T00:36:57.332Z] ---> Running in 645dbe131067 [2021-02-05T00:36:57.601Z] ---> aaf112d87af7 [2021-02-05T00:36:57.601Z] Step 7/23 : RUN go mod download [2021-02-05T00:36:57.601Z] ---> b67daabb10ca [2021-02-05T00:36:57.601Z] Step 7/22 : RUN go mod download [2021-02-05T00:36:57.601Z] ---> Running in 42ebf1246f16 [2021-02-05T00:36:57.601Z] ---> Running in 487f9e8621bd [2021-02-05T00:36:58.599Z] Removing intermediate container c8352b61ff4a [2021-02-05T00:36:58.599Z] ---> ae77852720c8 [2021-02-05T00:36:58.599Z] Step 8/21 : COPY . . [2021-02-05T00:36:58.887Z] Removing intermediate container 1f51bd369d90 [2021-02-05T00:36:58.887Z] ---> cebbba2efd5d [2021-02-05T00:36:58.887Z] Step 8/23 : COPY . . [2021-02-05T00:37:02.263Z] Removing intermediate container 645dbe131067 [2021-02-05T00:37:02.263Z] ---> e17cb21d81ae [2021-02-05T00:37:02.263Z] Step 8/26 : COPY . . [2021-02-05T00:37:05.649Z] Removing intermediate container 42ebf1246f16 [2021-02-05T00:37:05.649Z] ---> 7340397ead7b [2021-02-05T00:37:05.649Z] Step 8/22 : COPY . . [2021-02-05T00:37:05.919Z] Removing intermediate container 487f9e8621bd [2021-02-05T00:37:05.919Z] ---> d009cd99d8c2 [2021-02-05T00:37:05.919Z] Step 8/23 : COPY . . [2021-02-05T00:37:18.044Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:37:18.044Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:37:18.044Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:37:18.044Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:37:18.044Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:37:18.044Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:37:18.044Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:37:18.319Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:37:18.319Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:18.592Z] OK: 217 MiB in 51 packages [2021-02-05T00:37:23.033Z] Removing intermediate container a60b0476fafb [2021-02-05T00:37:23.033Z] ---> 2a21e675f578 [2021-02-05T00:37:23.033Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:37:23.033Z] ---> Running in 7be67d2197fc [2021-02-05T00:37:23.310Z] Removing intermediate container 7be67d2197fc [2021-02-05T00:37:23.310Z] ---> a29424b7dd57 [2021-02-05T00:37:23.310Z] Step 5/6 : COPY go.mod . [2021-02-05T00:37:24.287Z] ---> 07d0110bce9a [2021-02-05T00:37:24.287Z] Step 6/6 : RUN go mod download [2021-02-05T00:37:24.287Z] ---> Running in a5038965ca85 [2021-02-05T00:37:45.037Z] ---> ae3259c2b986 [2021-02-05T00:37:45.037Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:37:45.037Z] ---> b9bf266be893 [2021-02-05T00:37:45.037Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:37:45.037Z] ---> e29232f114b5 [2021-02-05T00:37:45.037Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T00:37:45.037Z] ---> a08504e76777 [2021-02-05T00:37:45.037Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:37:45.037Z] ---> 5856b0bfbabb [2021-02-05T00:37:45.037Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:37:45.037Z] ---> Running in c249c7c158d5 [2021-02-05T00:37:45.037Z] ---> Running in 4b33dc8f7a9d [2021-02-05T00:37:45.037Z] ---> Running in 8fa75a49471f [2021-02-05T00:37:45.037Z] ---> Running in d68298235077 [2021-02-05T00:37:45.037Z] ---> Running in 53f22f616bf8 [2021-02-05T00:37:45.037Z] 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-02-05T00:37:45.037Z] 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-02-05T00:37:45.037Z] 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-02-05T00:37:45.037Z] 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-02-05T00:37:45.037Z] 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-02-05T00:37:56.649Z] Removing intermediate container a5038965ca85 [2021-02-05T00:37:56.649Z] ---> 292a51a23de5 [2021-02-05T00:37:56.649Z] Successfully built 292a51a23de5 [2021-02-05T00:37:56.649Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:37:57.005Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:37:57.005Z] . [Pipeline] withDockerContainer [2021-02-05T00:37:57.315Z] prd-ubuntu18.04-docker-arm64-4c-16g-25119 does not seem to be running inside a container [2021-02-05T00:37:57.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:37:59.104Z] $ docker top 6cd6008e993193db36d40b65a44345484db454cd301f8710ee6478168480e5e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:38:00.209Z] + go version [2021-02-05T00:38:00.209Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T00:38:00.245Z] $ docker stop --time=1 6cd6008e993193db36d40b65a44345484db454cd301f8710ee6478168480e5e3 [2021-02-05T00:38:02.253Z] $ docker rm -f 6cd6008e993193db36d40b65a44345484db454cd301f8710ee6478168480e5e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:38:03.303Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:38:03.303Z] . [Pipeline] withDockerContainer [2021-02-05T00:38:03.608Z] prd-ubuntu18.04-docker-arm64-4c-16g-25119 does not seem to be running inside a container [2021-02-05T00:38:03.707Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:38:05.390Z] $ docker top b69e9d8ff4a70e280ec50947ab274701c51a99b7640bc4bc5459a49d30786e1b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:38:05.953Z] ========================================================= [2021-02-05T00:38:05.953Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:38:05.953Z] ========================================================= [Pipeline] sh [2021-02-05T00:38:06.623Z] + make test [2021-02-05T00:38:06.623Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:38:11.861Z] 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-02-05T00:38:22.032Z] Removing intermediate container 53f22f616bf8 [2021-02-05T00:38:22.032Z] ---> 9d328628dc77 [2021-02-05T00:38:22.032Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:38:22.032Z] Removing intermediate container d68298235077 [2021-02-05T00:38:22.032Z] ---> 02450c31c985 [2021-02-05T00:38:22.032Z] [2021-02-05T00:38:22.032Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:38:22.032Z] ---> Running in 91424aee20f1 [2021-02-05T00:38:22.032Z] 3.12: Pulling from library/alpine [2021-02-05T00:38:23.013Z] 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-02-05T00:38:23.013Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:38:23.013Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:38:23.013Z] ---> 389fef711851 [2021-02-05T00:38:23.013Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:38:26.366Z] ---> Running in daae9dc06003 [2021-02-05T00:38:28.941Z] Removing intermediate container c249c7c158d5 [2021-02-05T00:38:28.941Z] ---> c24b26855ae9 [2021-02-05T00:38:28.941Z] [2021-02-05T00:38:28.941Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:38:28.941Z] ---> 389fef711851 [2021-02-05T00:38:28.941Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:38:28.941Z] Removing intermediate container 8fa75a49471f [2021-02-05T00:38:28.941Z] ---> b4ad4a8dc6f1 [2021-02-05T00:38:28.941Z] [2021-02-05T00:38:28.941Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:38:28.941Z] ---> 389fef711851 [2021-02-05T00:38:28.941Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:38:28.941Z] ---> Running in a014a6bc9c54 [2021-02-05T00:38:28.941Z] ---> Running in 05b8a3258a1c [2021-02-05T00:38:29.207Z] Removing intermediate container 91424aee20f1 [2021-02-05T00:38:29.207Z] ---> e21e5128e9f6 [2021-02-05T00:38:29.207Z] [2021-02-05T00:38:29.207Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:38:29.207Z] 20.10.0: Pulling from library/docker [2021-02-05T00:38:29.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:29.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:29.781Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:38:29.781Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:38:29.781Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:38:29.781Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:38:29.781Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:29.781Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:38:30.079Z] OK: 7 MiB in 18 packages [2021-02-05T00:38:30.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:30.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:30.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:30.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:30.364Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:38:30.364Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:38:30.364Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:30.364Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:38:30.364Z] OK: 6 MiB in 15 packages [2021-02-05T00:38:30.364Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:30.364Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:38:30.364Z] OK: 6 MiB in 16 packages [2021-02-05T00:38:33.465Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:38:33.712Z] Removing intermediate container 4b33dc8f7a9d [2021-02-05T00:38:33.712Z] ---> 4f8088ebb325 [2021-02-05T00:38:33.712Z] [2021-02-05T00:38:33.712Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:38:33.712Z] ---> 389fef711851 [2021-02-05T00:38:33.712Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:38:33.712Z] ---> Running in 37f67a7d59d3 [2021-02-05T00:38:33.712Z] Removing intermediate container 05b8a3258a1c [2021-02-05T00:38:33.712Z] ---> dadf477fc6c5 [2021-02-05T00:38:33.712Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:38:33.712Z] Removing intermediate container daae9dc06003 [2021-02-05T00:38:33.712Z] ---> da1f0ba30187 [2021-02-05T00:38:33.712Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:38:34.323Z] ---> Running in 42b5e7a9b28c [2021-02-05T00:38:34.324Z] ---> Running in 09d0a395da6b [2021-02-05T00:38:34.324Z] Removing intermediate container a014a6bc9c54 [2021-02-05T00:38:34.324Z] ---> 6d4a08c40b9a [2021-02-05T00:38:34.324Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:38:34.608Z] ---> Running in 5aade0ca3289 [2021-02-05T00:38:34.608Z] Removing intermediate container 42b5e7a9b28c [2021-02-05T00:38:34.608Z] ---> fdc521d98787 [2021-02-05T00:38:34.608Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:38:34.608Z] Removing intermediate container 09d0a395da6b [2021-02-05T00:38:34.608Z] ---> d88196f2b191 [2021-02-05T00:38:34.608Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:38:34.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:34.608Z] ---> Running in f22f10588774 [2021-02-05T00:38:34.608Z] ---> Running in dec2e1e40c20 [2021-02-05T00:38:34.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:34.874Z] Removing intermediate container 5aade0ca3289 [2021-02-05T00:38:34.874Z] ---> 9d20487a4765 [2021-02-05T00:38:34.874Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:38:34.874Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:38:34.874Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:34.874Z] OK: 6 MiB in 15 packages [2021-02-05T00:38:35.456Z] Removing intermediate container dec2e1e40c20 [2021-02-05T00:38:35.456Z] ---> dfaab0975853 [2021-02-05T00:38:35.456Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:38:36.047Z] ---> Running in f5eb702f95ed [2021-02-05T00:38:36.315Z] ---> Running in 2fe8f1446394 [2021-02-05T00:38:36.315Z] Removing intermediate container f22f10588774 [2021-02-05T00:38:36.315Z] ---> b6929ab33cd6 [2021-02-05T00:38:36.315Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:38:36.315Z] Removing intermediate container f5eb702f95ed [2021-02-05T00:38:36.315Z] ---> 32713efef7b0 [2021-02-05T00:38:36.315Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:38:36.581Z] ---> Running in a42a9418bb31 [2021-02-05T00:38:36.581Z] Removing intermediate container 2fe8f1446394 [2021-02-05T00:38:36.581Z] ---> a10fbe0a5dd4 [2021-02-05T00:38:36.581Z] Step 15/23 : WORKDIR / [2021-02-05T00:38:36.845Z] ---> 23a92bc15838 [2021-02-05T00:38:36.845Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:38:36.845Z] ---> Running in 18740e200b05 [2021-02-05T00:38:36.845Z] Removing intermediate container 37f67a7d59d3 [2021-02-05T00:38:36.845Z] ---> a5de08f34cb3 [2021-02-05T00:38:36.845Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:38:37.178Z] Removing intermediate container a42a9418bb31 [2021-02-05T00:38:37.178Z] ---> 64d99c54ecea [2021-02-05T00:38:37.178Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:37.178Z] ---> Running in f46f7cf737da [2021-02-05T00:38:37.790Z] Removing intermediate container 18740e200b05 [2021-02-05T00:38:37.790Z] ---> fa6aa254ff40 [2021-02-05T00:38:37.790Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:38.055Z] Removing intermediate container f46f7cf737da [2021-02-05T00:38:38.055Z] ---> 06d32b3f1d12 [2021-02-05T00:38:38.055Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:38:38.350Z] ---> a4a047986dbf [2021-02-05T00:38:38.350Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:38:38.350Z] ---> 2939f8b29370 [2021-02-05T00:38:38.350Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:38:38.350Z] ---> Running in 4d1b2e5df330 [2021-02-05T00:38:38.350Z] ---> d3a1031d572f [2021-02-05T00:38:38.350Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:38:38.630Z] Removing intermediate container 4d1b2e5df330 [2021-02-05T00:38:38.630Z] ---> b44bd006a09a [2021-02-05T00:38:38.630Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:38:38.899Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:38:38.899Z] ---> Running in 5d468112789d [2021-02-05T00:38:38.899Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:38:38.899Z] ---> aefe523efa57 [2021-02-05T00:38:38.899Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T00:38:38.899Z] ---> ade1a6a3bfad [2021-02-05T00:38:38.899Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:39.161Z] ---> d6b9e017b30e [2021-02-05T00:38:39.161Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:38:39.161Z] ---> Running in 3985e1223cba [2021-02-05T00:38:39.428Z] ---> Running in e40f76240225 [2021-02-05T00:38:39.428Z] Removing intermediate container 5d468112789d [2021-02-05T00:38:39.428Z] ---> cea0fb9b2e4d [2021-02-05T00:38:39.428Z] Step 15/23 : WORKDIR / [2021-02-05T00:38:39.428Z] ---> 53ed0e8ba44a [2021-02-05T00:38:39.428Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:39.428Z] ---> Running in 7a845a886f40 [2021-02-05T00:38:39.700Z] ---> 78fcfab31633 [2021-02-05T00:38:39.700Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:38:39.700Z] Removing intermediate container e40f76240225 [2021-02-05T00:38:39.700Z] ---> 2d1676cdb373 [2021-02-05T00:38:39.700Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:38:39.700Z] ---> Running in b0d9b7e25861 [2021-02-05T00:38:39.972Z] ---> 9ddcb3adb4e7 [2021-02-05T00:38:39.972Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:38:39.972Z] ---> Running in 3d0acb7e47c6 [2021-02-05T00:38:39.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:39.972Z] Removing intermediate container 7a845a886f40 [2021-02-05T00:38:39.972Z] ---> 992f194a3083 [2021-02-05T00:38:39.972Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:39.972Z] ---> Running in 275f476a4210 [2021-02-05T00:38:39.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:40.255Z] Removing intermediate container b0d9b7e25861 [2021-02-05T00:38:40.255Z] ---> 427f4a8f9a41 [2021-02-05T00:38:40.255Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:38:40.255Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:38:40.255Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:38:40.255Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:38:40.255Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:40.255Z] OK: 12 MiB in 22 packages [2021-02-05T00:38:40.255Z] Removing intermediate container 3d0acb7e47c6 [2021-02-05T00:38:40.523Z] ---> f12f6c5f92a2 [2021-02-05T00:38:40.523Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T00:38:40.523Z] Removing intermediate container 275f476a4210 [2021-02-05T00:38:40.523Z] ---> d8fa84c4a08e [2021-02-05T00:38:40.523Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:38:40.523Z] ---> Running in 82a62d48a73d [2021-02-05T00:38:40.523Z] ---> 8b4b81b67fc3 [2021-02-05T00:38:40.523Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:38:40.523Z] ---> Running in 7928c224653f [2021-02-05T00:38:40.791Z] ---> Running in 95370e6e0d49 [2021-02-05T00:38:40.791Z] Removing intermediate container 82a62d48a73d [2021-02-05T00:38:40.791Z] ---> 5a998a08c059 [2021-02-05T00:38:40.791Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:38:41.055Z] ---> Running in b26106dcb7d1 [2021-02-05T00:38:41.055Z] Removing intermediate container 7928c224653f [2021-02-05T00:38:41.055Z] ---> 4220115d0fc2 [2021-02-05T00:38:41.055Z] Step 20/21 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:38:41.326Z] Removing intermediate container 95370e6e0d49 [2021-02-05T00:38:41.326Z] ---> 14f281a263f0 [2021-02-05T00:38:41.326Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:38:41.326Z] ---> Running in 3034918f2f51 [2021-02-05T00:38:41.326Z] ---> Running in a2f891f313cb [2021-02-05T00:38:41.326Z] ---> 3c2d19fff8ec [2021-02-05T00:38:41.326Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:41.326Z] Removing intermediate container 3985e1223cba [2021-02-05T00:38:41.326Z] ---> 44f1172d7056 [2021-02-05T00:38:41.326Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:38:41.595Z] Removing intermediate container b26106dcb7d1 [2021-02-05T00:38:41.595Z] ---> 5f747e951498 [2021-02-05T00:38:41.595Z] Step 21/22 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:38:41.595Z] ---> Running in bc955f5f36b8 [2021-02-05T00:38:41.860Z] ---> Running in 0e59aa801954 [2021-02-05T00:38:41.860Z] Removing intermediate container 3034918f2f51 [2021-02-05T00:38:41.860Z] ---> 97d7b0bdd962 [2021-02-05T00:38:41.860Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:38:41.860Z] Removing intermediate container a2f891f313cb [2021-02-05T00:38:41.860Z] ---> e33932cd524d [2021-02-05T00:38:41.860Z] Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:38:41.860Z] ---> 7fd8115fabda [2021-02-05T00:38:41.860Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:38:42.128Z] ---> Running in 00ae71a1ea05 [2021-02-05T00:38:42.128Z] Removing intermediate container bc955f5f36b8 [2021-02-05T00:38:42.128Z] ---> d9d2e9245b27 [2021-02-05T00:38:42.128Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:38:42.128Z] ---> Running in 41fae1caa140 [2021-02-05T00:38:42.128Z] ---> Running in 444bbda2e31c [2021-02-05T00:38:42.128Z] Removing intermediate container 0e59aa801954 [2021-02-05T00:38:42.128Z] ---> 888549f3a67d [2021-02-05T00:38:42.128Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:38:42.128Z] ---> Running in c0de22d1ac46 [2021-02-05T00:38:42.392Z] ---> Running in 53aadd4dfe82 [2021-02-05T00:38:42.392Z] Removing intermediate container 00ae71a1ea05 [2021-02-05T00:38:42.392Z] ---> 6ef65594d038 [2021-02-05T00:38:42.392Z] [2021-02-05T00:38:42.392Z] Removing intermediate container 41fae1caa140 [2021-02-05T00:38:42.392Z] ---> 1a8a43337742 [2021-02-05T00:38:42.392Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:38:42.663Z] Removing intermediate container 444bbda2e31c [2021-02-05T00:38:42.663Z] ---> 28ccdd8a17e5 [2021-02-05T00:38:42.663Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:38:42.663Z] Removing intermediate container c0de22d1ac46 [2021-02-05T00:38:42.663Z] ---> 91e770829187 [2021-02-05T00:38:42.663Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:38:42.663Z] Successfully built 6ef65594d038 [2021-02-05T00:38:42.932Z] Removing intermediate container 53aadd4dfe82 [2021-02-05T00:38:42.932Z] ---> b3a2d86f14a0 [2021-02-05T00:38:42.932Z] [2021-02-05T00:38:42.932Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T00:38:42.932Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-05T00:38:42.932Z] ---> Running in 59e19a548cc1 [2021-02-05T00:38:42.932Z] ---> Running in fb05343a696e [2021-02-05T00:38:43.202Z] ---> Running in 3bb5044766c0 [2021-02-05T00:38:43.202Z] Successfully built b3a2d86f14a0 [2021-02-05T00:38:43.202Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T00:38:43.202Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-05T00:38:43.469Z] Removing intermediate container 3bb5044766c0 [2021-02-05T00:38:43.469Z] ---> b2f4616b91b6 [2021-02-05T00:38:43.469Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:38:43.469Z] Removing intermediate container fb05343a696e [2021-02-05T00:38:43.469Z] ---> 5f3706918274 [2021-02-05T00:38:43.469Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:38:43.469Z] Removing intermediate container 59e19a548cc1 [2021-02-05T00:38:43.469Z] ---> 2fb9cc4b4ffb [2021-02-05T00:38:43.469Z] [2021-02-05T00:38:43.469Z] ---> Running in ff3fd81affe3 [2021-02-05T00:38:43.732Z] Successfully built 2fb9cc4b4ffb [2021-02-05T00:38:43.732Z] Successfully tagged docker-core-command-go:latest [2021-02-05T00:38:43.732Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-02-05T00:38:43.732Z] Removing intermediate container ff3fd81affe3 [2021-02-05T00:38:43.732Z] ---> 78657a0fb5e4 [2021-02-05T00:38:43.732Z] Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:38:43.998Z] ---> Running in 645f99a51e85 [2021-02-05T00:38:43.998Z] ---> 7407189b9a0d [2021-02-05T00:38:43.998Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:44.264Z] Removing intermediate container 645f99a51e85 [2021-02-05T00:38:44.264Z] ---> 913bc033b918 [2021-02-05T00:38:44.265Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:38:46.825Z] ---> Running in f7f7524a12f4 [2021-02-05T00:38:47.405Z] ---> b094bd3ec9b5 [2021-02-05T00:38:47.405Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:38:49.340Z] Removing intermediate container f7f7524a12f4 [2021-02-05T00:38:49.340Z] ---> d326ed9ee86e [2021-02-05T00:38:49.340Z] [2021-02-05T00:38:49.928Z] Successfully built d326ed9ee86e [2021-02-05T00:38:50.191Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T00:38:50.191Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-05T00:38:51.153Z] ---> a4574c58a011 [2021-02-05T00:38:51.153Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:38:51.452Z] ---> Running in afbca68d1b06 [2021-02-05T00:38:53.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:53.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:53.414Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:38:53.414Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:38:53.414Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:38:53.414Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:38:53.414Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:38:53.414Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:38:53.414Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:38:54.831Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:38:54.831Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:38:54.831Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:38:54.831Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:38:54.831Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:38:54.831Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:38:54.831Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:38:54.831Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:38:54.831Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:38:54.831Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:38:54.831Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:38:55.097Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:38:55.097Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:38:55.097Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:38:55.097Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:38:55.097Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:38:55.097Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:38:55.097Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:38:55.097Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:38:55.097Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:38:55.097Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:38:55.097Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:38:55.097Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:38:55.097Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:38:55.097Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:38:55.363Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:39:02.273Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:02.273Z] OK: 71 MiB in 55 packages [2021-02-05T00:39:13.876Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:39:13.876Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:39:13.876Z] ---> efddd28c5223 [2021-02-05T00:39:13.876Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:39:14.192Z] ---> Using cache [2021-02-05T00:39:14.192Z] ---> 198924701f40 [2021-02-05T00:39:14.192Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:39:14.192Z] ---> Using cache [2021-02-05T00:39:14.192Z] ---> eb94d9ff6576 [2021-02-05T00:39:14.192Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T00:39:14.192Z] ---> Using cache [2021-02-05T00:39:14.192Z] ---> 13d363d7360c [2021-02-05T00:39:14.192Z] Step 6/22 : COPY go.mod . [2021-02-05T00:39:14.192Z] ---> Using cache [2021-02-05T00:39:14.192Z] ---> bdbb8bacb561 [2021-02-05T00:39:14.192Z] Step 7/22 : RUN go mod download [2021-02-05T00:39:14.192Z] ---> Using cache [2021-02-05T00:39:14.192Z] ---> cebbba2efd5d [2021-02-05T00:39:14.192Z] Step 8/22 : COPY . . [2021-02-05T00:39:14.192Z] ---> Using cache [2021-02-05T00:39:14.192Z] ---> b9bf266be893 [2021-02-05T00:39:14.192Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:39:14.490Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:39:14.490Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:39:14.490Z] ---> efddd28c5223 [2021-02-05T00:39:14.490Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> 198924701f40 [2021-02-05T00:39:14.490Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> eb94d9ff6576 [2021-02-05T00:39:14.490Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> 13d363d7360c [2021-02-05T00:39:14.490Z] Step 6/31 : COPY go.mod . [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> bdbb8bacb561 [2021-02-05T00:39:14.490Z] Step 7/31 : RUN go mod download [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> cebbba2efd5d [2021-02-05T00:39:14.490Z] Step 8/31 : COPY . . [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> b9bf266be893 [2021-02-05T00:39:14.490Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T00:39:14.490Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:39:14.490Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:39:14.490Z] ---> efddd28c5223 [2021-02-05T00:39:14.490Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> 198924701f40 [2021-02-05T00:39:14.490Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> eb94d9ff6576 [2021-02-05T00:39:14.490Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> 13d363d7360c [2021-02-05T00:39:14.490Z] Step 6/24 : COPY go.mod . [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> bdbb8bacb561 [2021-02-05T00:39:14.490Z] Step 7/24 : RUN go mod download [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> cebbba2efd5d [2021-02-05T00:39:14.490Z] Step 8/24 : COPY . . [2021-02-05T00:39:14.490Z] ---> Using cache [2021-02-05T00:39:14.490Z] ---> b9bf266be893 [2021-02-05T00:39:14.490Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:39:17.301Z] ---> Running in 6afed32e21d2 [2021-02-05T00:39:17.301Z] ---> Running in 7c473f6e231a [2021-02-05T00:39:17.301Z] ---> Running in e20cde5bc510 [2021-02-05T00:39:19.965Z] 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-02-05T00:39:20.235Z] 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-02-05T00:39:20.235Z] 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-02-05T00:39:25.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:39:25.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:39:25.276Z] ---> efddd28c5223 [2021-02-05T00:39:25.276Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:39:25.276Z] ---> Using cache [2021-02-05T00:39:25.276Z] ---> 198924701f40 [2021-02-05T00:39:25.277Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:39:25.277Z] ---> Using cache [2021-02-05T00:39:25.277Z] ---> eb94d9ff6576 [2021-02-05T00:39:25.277Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:39:26.312Z] ---> Running in 09f053ea46ce [2021-02-05T00:39:27.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:28.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:29.348Z] Removing intermediate container afbca68d1b06 [2021-02-05T00:39:29.348Z] ---> c805cf2bfd3d [2021-02-05T00:39:29.348Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:39:29.348Z] OK: 233 MiB in 51 packages [2021-02-05T00:39:29.641Z] ---> Running in 7a4035619d67 [2021-02-05T00:39:30.060Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:39:30.733Z] Removing intermediate container 09f053ea46ce [2021-02-05T00:39:30.733Z] ---> cda49d85d610 [2021-02-05T00:39:30.733Z] Step 6/23 : COPY go.mod . [2021-02-05T00:39:31.099Z] ---> ed79a3a43e71 [2021-02-05T00:39:31.099Z] Step 7/23 : RUN go mod download [2021-02-05T00:39:31.411Z] ---> Running in 22c1c3db7a70 [2021-02-05T00:39:34.896Z] Collecting docker-compose==1.23.2 [2021-02-05T00:39:34.896Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:39:34.896Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:39:35.168Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:39:35.168Z] Removing intermediate container 22c1c3db7a70 [2021-02-05T00:39:35.168Z] ---> c0ebbd56857a [2021-02-05T00:39:35.168Z] Step 8/23 : COPY . . [2021-02-05T00:39:36.582Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:39:36.860Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:39:38.338Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:39:38.338Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:39:39.341Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:39:39.611Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:39:41.075Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:39:41.345Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:39:41.618Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:39:41.618Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:39:41.893Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:39:42.162Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:39:44.113Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:39:44.113Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:39:44.113Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:39:44.113Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:39:45.089Z] 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-02-05T00:39:45.089Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:39:45.372Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:39:45.372Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T00:39:45.372Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T00:39:45.649Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:39:45.649Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:39:47.063Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:39:47.063Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:39:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:39:49.687Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:39:49.687Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:39:49.687Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:39:49.687Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:39:49.687Z] Installing collected packages: dockerpty, urllib3, idna, requests, texttable, PyYAML, jsonschema, cached-property, docker-pycreds, websocket-client, docker, docopt, docker-compose [2021-02-05T00:39:49.687Z] Running setup.py install for dockerpty: started [2021-02-05T00:39:50.688Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:39:50.688Z] Attempting uninstall: urllib3 [2021-02-05T00:39:50.688Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:39:50.688Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:39:50.964Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:39:51.228Z] 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-02-05T00:39:51.508Z] 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-02-05T00:39:51.508Z] Attempting uninstall: idna [2021-02-05T00:39:51.508Z] Found existing installation: idna 2.9 [2021-02-05T00:39:51.508Z] Uninstalling idna-2.9: [2021-02-05T00:39:51.785Z] Successfully uninstalled idna-2.9 [2021-02-05T00:39:52.053Z] Attempting uninstall: requests [2021-02-05T00:39:52.053Z] Found existing installation: requests 2.23.0 [2021-02-05T00:39:52.053Z] Uninstalling requests-2.23.0: [2021-02-05T00:39:52.053Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:39:52.336Z] Running setup.py install for texttable: started [2021-02-05T00:39:53.312Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:39:53.312Z] Running setup.py install for PyYAML: started [2021-02-05T00:39:54.280Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:39:58.566Z] Running setup.py install for docopt: started [2021-02-05T00:39:58.631Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:39:58.631Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:39:58.631Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:39:59.983Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:40:00.962Z] 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-02-05T00:40:02.919Z] ---> 778eb2593e49 [2021-02-05T00:40:02.919Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:40:03.190Z] ---> Running in b378865060e5 [2021-02-05T00:40:03.190Z] Removing intermediate container e20cde5bc510 [2021-02-05T00:40:03.190Z] ---> 74db4b3d5c77 [2021-02-05T00:40:03.190Z] [2021-02-05T00:40:03.190Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:40:03.190Z] ---> 389fef711851 [2021-02-05T00:40:03.190Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:40:03.190Z] Removing intermediate container 7c473f6e231a [2021-02-05T00:40:03.190Z] ---> b06fb4509b69 [2021-02-05T00:40:03.190Z] [2021-02-05T00:40:03.190Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:40:03.190Z] ---> 389fef711851 [2021-02-05T00:40:03.190Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:40:03.190Z] ---> Using cache [2021-02-05T00:40:03.190Z] ---> a5de08f34cb3 [2021-02-05T00:40:03.190Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:40:03.190Z] ---> Using cache [2021-02-05T00:40:03.190Z] ---> 06d32b3f1d12 [2021-02-05T00:40:03.190Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:40:03.592Z] ---> Running in b0e683cc61e7 [2021-02-05T00:40:03.592Z] ---> Running in c19347cbef84 [2021-02-05T00:40:04.315Z] 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-02-05T00:40:04.632Z] Removing intermediate container c19347cbef84 [2021-02-05T00:40:04.632Z] ---> 61689ae09885 [2021-02-05T00:40:04.632Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:40:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 46.2% of statements [2021-02-05T00:40:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:40:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:40:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:40:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:40:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:40:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:40:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:40:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.174s coverage: 100.0% of statements [2021-02-05T00:40:06.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:06.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:06.971Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:40:06.971Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:40:06.971Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:40:06.971Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:40:06.971Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:40:06.971Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:40:07.235Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:40:07.235Z] OK: 7 MiB in 19 packages [2021-02-05T00:40:07.235Z] ---> Running in 1912d6f94678 [2021-02-05T00:40:08.202Z] Removing intermediate container 7a4035619d67 [2021-02-05T00:40:08.202Z] ---> e2d634f0a873 [2021-02-05T00:40:08.202Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:40:08.202Z] Removing intermediate container 6afed32e21d2 [2021-02-05T00:40:08.202Z] ---> 34227b176420 [2021-02-05T00:40:08.202Z] [2021-02-05T00:40:08.202Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T00:40:08.202Z] ---> 389fef711851 [2021-02-05T00:40:08.202Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:40:08.202Z] ---> Running in 71c9f7c043c7 [2021-02-05T00:40:08.481Z] ---> Running in f61d8a6a7ea2 [2021-02-05T00:40:08.482Z] Removing intermediate container 1912d6f94678 [2021-02-05T00:40:08.482Z] ---> b924b74ae213 [2021-02-05T00:40:08.482Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:40:09.467Z] Removing intermediate container f61d8a6a7ea2 [2021-02-05T00:40:09.467Z] ---> c176740b65cc [2021-02-05T00:40:09.467Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:40:09.756Z] ---> 145297caedb9 [2021-02-05T00:40:09.756Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:40:09.756Z] ---> Running in d4ee02d588d5 [2021-02-05T00:40:09.756Z] Removing intermediate container b0e683cc61e7 [2021-02-05T00:40:09.756Z] ---> 5e3a84762edf [2021-02-05T00:40:09.756Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:40:09.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:10.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:10.031Z] ---> Running in 4b1fde9da648 [2021-02-05T00:40:10.307Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:40:10.307Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:40:10.307Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:40:10.307Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:40:10.307Z] OK: 72 MiB in 58 packages [2021-02-05T00:40:10.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:10.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:11.171Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:40:11.171Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:40:11.171Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:40:11.171Z] OK: 6 MiB in 16 packages [2021-02-05T00:40:11.171Z] ---> 1eccc77e74b7 [2021-02-05T00:40:11.171Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:40:11.450Z] Removing intermediate container 4b1fde9da648 [2021-02-05T00:40:11.450Z] ---> a9ddea82d675 [2021-02-05T00:40:11.450Z] Step 13/24 : WORKDIR / [2021-02-05T00:40:11.450Z] ---> Running in 42e821bfb0c4 [2021-02-05T00:40:11.728Z] ---> dc412e667524 [2021-02-05T00:40:11.728Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:40:12.048Z] Removing intermediate container 71c9f7c043c7 [2021-02-05T00:40:12.048Z] ---> 7449d00edfba [2021-02-05T00:40:12.048Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:40:12.048Z] ---> Running in 54aba95ffeb0 [2021-02-05T00:40:12.048Z] Removing intermediate container 42e821bfb0c4 [2021-02-05T00:40:12.048Z] ---> b39cef405a6e [2021-02-05T00:40:12.049Z] 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-02-05T00:40:12.326Z] Removing intermediate container d4ee02d588d5 [2021-02-05T00:40:12.326Z] ---> 84da690cbed3 [2021-02-05T00:40:12.326Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:40:12.326Z] ---> Running in 53e8cd9fe7fd [2021-02-05T00:40:12.326Z] ---> Running in ce7aabfbfa1a [2021-02-05T00:40:12.603Z] Removing intermediate container 54aba95ffeb0 [2021-02-05T00:40:12.603Z] ---> 3502f23ddb3c [2021-02-05T00:40:12.603Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:40:12.603Z] ---> Running in 5205e310682b [2021-02-05T00:40:12.869Z] Removing intermediate container 53e8cd9fe7fd [2021-02-05T00:40:12.869Z] ---> b0a9db0649ac [2021-02-05T00:40:12.869Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:40:13.462Z] Removing intermediate container ce7aabfbfa1a [2021-02-05T00:40:13.462Z] ---> 3cd96cc9c0bc [2021-02-05T00:40:13.462Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:40:13.740Z] ---> Running in 5a20da148cef [2021-02-05T00:40:13.740Z] ---> 89ae5cf26049 [2021-02-05T00:40:13.740Z] 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-02-05T00:40:13.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.557s coverage: 27.1% of statements [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:40:13.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:40:13.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:40:13.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.412s coverage: 65.8% of statements [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:40:13.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:40:14.012Z] ---> Running in 6e6597c4bf4d [2021-02-05T00:40:14.013Z] Removing intermediate container 5205e310682b [2021-02-05T00:40:14.013Z] ---> bfd3df98ff17 [2021-02-05T00:40:14.013Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:40:14.279Z] ---> Running in 593f5d9fe0fa [2021-02-05T00:40:14.279Z] Removing intermediate container 6e6597c4bf4d [2021-02-05T00:40:14.279Z] ---> 127ef9386d04 [2021-02-05T00:40:14.279Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:40:14.279Z] Removing intermediate container 5a20da148cef [2021-02-05T00:40:14.279Z] ---> ada84794acc6 [2021-02-05T00:40:14.279Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T00:40:14.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.790s coverage: 82.3% of statements [2021-02-05T00:40:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:40:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:40:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:40:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:40:14.561Z] ---> Running in 87bb528947bb [2021-02-05T00:40:14.561Z] ---> Running in 6bd90fa30e5c [2021-02-05T00:40:14.828Z] ---> 184259305efc [2021-02-05T00:40:14.828Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:40:14.828Z] Removing intermediate container 593f5d9fe0fa [2021-02-05T00:40:14.828Z] ---> 93d06ad83d88 [2021-02-05T00:40:14.828Z] Step 21/22 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:40:15.097Z] Removing intermediate container 6bd90fa30e5c [2021-02-05T00:40:15.097Z] ---> 6137b59634fe [2021-02-05T00:40:15.097Z] Step 25/26 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:40:15.097Z] ---> Running in cb4537239b51 [2021-02-05T00:40:15.366Z] ---> Running in 958020b844c6 [2021-02-05T00:40:15.366Z] ---> cc9783bdf2d5 [2021-02-05T00:40:15.366Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:40:15.366Z] Removing intermediate container cb4537239b51 [2021-02-05T00:40:15.366Z] ---> f5ead0a14bf9 [2021-02-05T00:40:15.366Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:40:15.366Z] ---> Running in 7d7c6fb1e525 [2021-02-05T00:40:15.953Z] Removing intermediate container 958020b844c6 [2021-02-05T00:40:15.953Z] ---> deb7a56c74f1 [2021-02-05T00:40:15.953Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:40:16.235Z] Removing intermediate container 7d7c6fb1e525 [2021-02-05T00:40:16.235Z] ---> 34ed9fcc0561 [2021-02-05T00:40:16.235Z] [2021-02-05T00:40:16.507Z] ---> Running in bdd6c6fd3284 [2021-02-05T00:40:16.507Z] Successfully built 34ed9fcc0561 [2021-02-05T00:40:16.788Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T00:40:16.788Z]  Building docker-support-scheduler-go ... done  ---> b8dc4863824b [2021-02-05T00:40:16.788Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:40:17.069Z] Removing intermediate container bdd6c6fd3284 [2021-02-05T00:40:17.069Z] ---> fe9dba287831 [2021-02-05T00:40:17.069Z] [2021-02-05T00:40:17.340Z] Removing intermediate container 87bb528947bb [2021-02-05T00:40:17.340Z] ---> 327089233041 [2021-02-05T00:40:17.340Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:40:17.340Z] Successfully built fe9dba287831 [2021-02-05T00:40:17.610Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T00:40:17.880Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 0cdb823d2474 [2021-02-05T00:40:17.880Z] ---> 8d58296bbff7 [2021-02-05T00:40:17.880Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:40:18.159Z] Removing intermediate container 0cdb823d2474 [2021-02-05T00:40:18.159Z] ---> aabf0d133d65 [2021-02-05T00:40:18.159Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:40:18.436Z] ---> d0ff626a652d [2021-02-05T00:40:18.437Z] 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-02-05T00:40:18.714Z] ---> Running in f606c0824e09 [2021-02-05T00:40:18.714Z] ---> e345255cacb1 [2021-02-05T00:40:18.714Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:40:18.984Z] ---> Running in 5599730380ef [2021-02-05T00:40:20.390Z] Removing intermediate container f606c0824e09 [2021-02-05T00:40:20.390Z] ---> d279178e1887 [2021-02-05T00:40:20.390Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:40:20.390Z] ---> Running in e2f47a651aab [2021-02-05T00:40:20.390Z] Removing intermediate container 5599730380ef [2021-02-05T00:40:20.390Z] ---> 23264898406c [2021-02-05T00:40:20.390Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:40:20.661Z] Removing intermediate container e2f47a651aab [2021-02-05T00:40:20.661Z] ---> 537cdd212ea0 [2021-02-05T00:40:20.661Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T00:40:20.661Z] ---> Running in b249060030ec [2021-02-05T00:40:20.661Z] ---> 054ef0b146d4 [2021-02-05T00:40:20.661Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:40:20.928Z] Removing intermediate container b249060030ec [2021-02-05T00:40:20.928Z] ---> 5cb9e20e309a [2021-02-05T00:40:20.928Z] Step 23/24 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:40:21.503Z] ---> Running in c13545775585 [2021-02-05T00:40:22.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.226s coverage: 28.6% of statements [2021-02-05T00:40:22.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:40:22.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:40:22.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:40:22.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:40:22.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:40:22.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements [2021-02-05T00:40:22.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:40:22.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-02-05T00:40:22.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:40:22.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.317s coverage: 86.7% of statements [2021-02-05T00:40:22.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:40:22.905Z] ---> 9e58a095b0b2 [2021-02-05T00:40:22.905Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:40:22.905Z] Removing intermediate container c13545775585 [2021-02-05T00:40:22.905Z] ---> 19bc2fd86831 [2021-02-05T00:40:22.905Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:40:22.905Z] ---> Running in 9f009995cbbe [2021-02-05T00:40:23.486Z] ---> 015de5a632e2 [2021-02-05T00:40:23.486Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T00:40:23.486Z] Removing intermediate container 9f009995cbbe [2021-02-05T00:40:23.486Z] ---> ebd1c8125359 [2021-02-05T00:40:23.486Z] [2021-02-05T00:40:23.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.576s coverage: 97.5% of statements [2021-02-05T00:40:23.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:40:23.754Z] Successfully built ebd1c8125359 [2021-02-05T00:40:23.755Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T00:40:23.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.241s coverage: 78.3% of statements [2021-02-05T00:40:23.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:40:23.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:40:23.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:40:23.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:40:24.021Z]  Building docker-security-secretstore-setup-go ... done  ---> 76600e2cc690 [2021-02-05T00:40:24.021Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:40:24.611Z] ---> 44da9a65f9fa [2021-02-05T00:40:24.611Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:40:24.876Z] ---> Running in 150557a93a23 [2021-02-05T00:40:25.824Z] Removing intermediate container 150557a93a23 [2021-02-05T00:40:25.824Z] ---> 428fc521552a [2021-02-05T00:40:25.824Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:40:26.771Z] ---> 806a6202e916 [2021-02-05T00:40:26.772Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T00:40:26.772Z] Removing intermediate container b378865060e5 [2021-02-05T00:40:26.772Z] ---> d3df05b1f630 [2021-02-05T00:40:26.772Z] [2021-02-05T00:40:26.772Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:40:26.772Z] ---> 389fef711851 [2021-02-05T00:40:26.772Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:40:27.037Z] ---> Running in a8efdf1f5a2b [2021-02-05T00:40:27.037Z] ---> Running in c8a9130669b0 [2021-02-05T00:40:27.037Z] Removing intermediate container a8efdf1f5a2b [2021-02-05T00:40:27.037Z] ---> d6c5f6db3763 [2021-02-05T00:40:27.037Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:40:27.311Z] ---> Running in dd6563f9620d [2021-02-05T00:40:28.704Z] Removing intermediate container dd6563f9620d [2021-02-05T00:40:28.704Z] ---> ffcf8814f4d4 [2021-02-05T00:40:28.704Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:40:28.704Z] ---> Running in e591f8524718 [2021-02-05T00:40:28.973Z] Removing intermediate container e591f8524718 [2021-02-05T00:40:28.973Z] ---> ea8ca4f9abfd [2021-02-05T00:40:28.973Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:40:28.973Z] ---> Running in 0e0e3eec7f49 [2021-02-05T00:40:29.241Z] Removing intermediate container c8a9130669b0 [2021-02-05T00:40:29.241Z] ---> ce2f73e13d9b [2021-02-05T00:40:29.241Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:40:29.506Z] ---> Running in 2ce3be5798b3 [2021-02-05T00:40:29.506Z] Removing intermediate container 2ce3be5798b3 [2021-02-05T00:40:29.506Z] ---> 57a808c19fa0 [2021-02-05T00:40:29.506Z] Step 28/31 : CMD ["gate"] [2021-02-05T00:40:29.777Z] ---> Running in c055e69b2f0e [2021-02-05T00:40:30.045Z] Removing intermediate container c055e69b2f0e [2021-02-05T00:40:30.045Z] ---> 3834092cd1df [2021-02-05T00:40:30.045Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T00:40:30.045Z] Removing intermediate container 0e0e3eec7f49 [2021-02-05T00:40:30.045Z] ---> fb5a9744ea1f [2021-02-05T00:40:30.045Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:40:30.045Z] ---> Running in cec341b036f6 [2021-02-05T00:40:30.308Z] ---> Running in a69e5bf1f32b [2021-02-05T00:40:30.580Z] Removing intermediate container cec341b036f6 [2021-02-05T00:40:30.580Z] ---> ce0276a974bb [2021-02-05T00:40:30.580Z] Step 30/31 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:40:30.580Z] ---> Running in 2aa8ed5c5021 [2021-02-05T00:40:30.849Z] Removing intermediate container 2aa8ed5c5021 [2021-02-05T00:40:30.849Z] ---> e1a2a3e6f56d [2021-02-05T00:40:30.849Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T00:40:30.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:31.131Z] ---> Running in f1de2af4359e [2021-02-05T00:40:31.397Z] Removing intermediate container f1de2af4359e [2021-02-05T00:40:31.397Z] ---> f9fc43ef4df9 [2021-02-05T00:40:31.397Z] [2021-02-05T00:40:31.397Z] Successfully built f9fc43ef4df9 [2021-02-05T00:40:31.397Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T00:40:31.665Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:32.619Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:40:32.619Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:40:32.882Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:40:32.882Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:40:33.458Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:40:33.458Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:40:33.724Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:40:33.724Z] OK: 8 MiB in 20 packages [2021-02-05T00:40:34.298Z] Removing intermediate container a69e5bf1f32b [2021-02-05T00:40:34.298Z] ---> 18d40b177b97 [2021-02-05T00:40:34.298Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:40:34.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.585s coverage: 92.8% of statements [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:40:34.334Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:40:34.334Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.234s coverage: 0.1% of statements [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:40:34.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:40:34.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements [2021-02-05T00:40:34.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.085s coverage: 79.5% of statements [2021-02-05T00:40:34.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.088s coverage: 94.1% of statements [2021-02-05T00:40:34.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements [2021-02-05T00:40:34.567Z] ---> 59a04fb1b5bb [2021-02-05T00:40:34.567Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:40:34.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-02-05T00:40:35.146Z] ---> 04ae1d85a56b [2021-02-05T00:40:35.146Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:40:35.411Z] ---> 384ce32fb1dd [2021-02-05T00:40:35.411Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:40:35.411Z] ---> Running in 7b8816a53eb8 [2021-02-05T00:40:35.675Z] Removing intermediate container 7b8816a53eb8 [2021-02-05T00:40:35.675Z] ---> adcf0a027b2f [2021-02-05T00:40:35.675Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:40:35.675Z] ---> Running in 5aa831acaaa1 [2021-02-05T00:40:35.944Z] Removing intermediate container 5aa831acaaa1 [2021-02-05T00:40:35.944Z] ---> ab1f02a175ff [2021-02-05T00:40:35.944Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:40:35.944Z] ---> Running in cbea26596952 [2021-02-05T00:40:36.214Z] Removing intermediate container cbea26596952 [2021-02-05T00:40:36.214Z] ---> b9efc4cc2a0c [2021-02-05T00:40:36.214Z] Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:40:36.214Z] ---> Running in 95252102f188 [2021-02-05T00:40:36.477Z] Removing intermediate container 95252102f188 [2021-02-05T00:40:36.477Z] ---> 582527e61031 [2021-02-05T00:40:36.477Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:40:36.477Z] ---> Running in e400d42ca0be [2021-02-05T00:40:36.742Z] Removing intermediate container e400d42ca0be [2021-02-05T00:40:36.742Z] ---> 22a58c667b38 [2021-02-05T00:40:36.742Z] [2021-02-05T00:40:36.742Z] Successfully built 22a58c667b38 [2021-02-05T00:40:36.742Z] Successfully tagged docker-core-data-go:latest [2021-02-05T00:40:37.331Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-05T00:40:37.367Z] $ docker stop --time=1 6230f9b77194e9683445c988a9b2f295c79d3e3bc700c97d1090f5f77934b4e5 [2021-02-05T00:40:39.192Z] $ docker rm -f 6230f9b77194e9683445c988a9b2f295c79d3e3bc700c97d1090f5f77934b4e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:40:39.767Z] + docker images [2021-02-05T00:40:39.767Z] + grep docker [2021-02-05T00:40:40.032Z] docker-core-data-go latest 22a58c667b38 3 seconds ago 22.3MB [2021-02-05T00:40:40.032Z] docker-security-bootstrapper-go latest f9fc43ef4df9 8 seconds ago 23.8MB [2021-02-05T00:40:40.032Z] docker-security-secretstore-setup-go latest ebd1c8125359 16 seconds ago 24.6MB [2021-02-05T00:40:40.032Z] docker-sys-mgmt-agent-go latest fe9dba287831 23 seconds ago 313MB [2021-02-05T00:40:40.032Z] docker-support-scheduler-go latest 34ed9fcc0561 24 seconds ago 17MB [2021-02-05T00:40:40.032Z] docker-core-metadata-go latest d326ed9ee86e About a minute ago 18.8MB [2021-02-05T00:40:40.032Z] docker-core-command-go latest 2fb9cc4b4ffb About a minute ago 16.9MB [2021-02-05T00:40:40.032Z] docker-support-notifications-go latest b3a2d86f14a0 About a minute ago 17.6MB [2021-02-05T00:40:40.032Z] docker-security-proxy-setup-go latest 6ef65594d038 About a minute ago 24.4MB [2021-02-05T00:40:40.032Z] docker 20.10.0 aefe523efa57 7 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-02-05T00:40:47.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.134s coverage: 94.4% of statements [2021-02-05T00:40:47.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-02-05T00:40:55.860Z] Still waiting to schedule task [2021-02-05T00:40:55.860Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25124’ [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.137s coverage: 87.2% of statements [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 91.4% of statements [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.655s coverage: 63.5% of statements [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:41:02.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements [2021-02-05T00:41:02.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-05T00:41:02.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.005s coverage: 68.9% of statements [2021-02-05T00:41:02.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:41:02.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:41:02.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T00:41:02.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T00:41:02.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T00:41:04.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.373s coverage: 37.0% of statements [2021-02-05T00:41:04.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:41:04.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:41:05.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.888s coverage: 84.0% of statements [2021-02-05T00:41:05.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements [2021-02-05T00:41:13.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.547s coverage: 47.0% of statements [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:41:13.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.156s coverage: 100.0% of statements [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:41:13.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:41:13.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.250s coverage: 87.0% of statements [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:41:13.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.966s coverage: 29.1% of statements [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.203s coverage: 100.0% of statements [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.124s coverage: 87.9% of statements [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:41:24.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.077s coverage: 32.1% of statements [2021-02-05T00:41:24.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 100.0% of statements [2021-02-05T00:41:24.106Z] GO111MODULE=on go vet ./... [2021-02-05T00:42:40.354Z] Running on prd-ubuntu18.04-docker-8c-8g-25129 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-05T00:42:40.474Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2021-02-05T00:42:42.593Z] using credential edgex-jenkins-ssh [2021-02-05T00:42:42.645Z] Cloning the remote Git repository [2021-02-05T00:42:42.670Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:42:42.733Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2021-02-05T00:42:42.760Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:42:42.761Z] > git --version # timeout=10 [2021-02-05T00:42:42.772Z] > git --version # 'git version 2.17.1' [2021-02-05T00:42:42.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:42:42.796Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:43:01.020Z] gofmt -l . [2021-02-05T00:43:01.020Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:43:01.020Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:43:01.020Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:43:01.678Z] + ls -al . [2021-02-05T00:43:01.678Z] total 716 [2021-02-05T00:43:01.678Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 00:42 . [2021-02-05T00:43:01.678Z] drwxr-xr-x 4 root root 4096 Feb 5 00:38 .. [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:36 .dockerignore [2021-02-05T00:43:01.678Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:36 .git [2021-02-05T00:43:01.678Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 00:36 .github [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 00:36 .gitignore [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:36 .sonarcloud.properties [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:36 Attribution.txt [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:36 CONTRIBUTING.md [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:36 Dockerfile.build [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:36 Jenkinsfile [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:36 LICENSE [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:36 Makefile [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:36 README.md [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:36 SECURITY.md [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:32 VERSION [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:36 ZMQWindows.md [2021-02-05T00:43:01.678Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 00:36 bin [2021-02-05T00:43:01.678Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 00:36 cmd [2021-02-05T00:43:01.678Z] -rw-r--r-- 1 root root 583066 Feb 5 00:41 coverage.out [2021-02-05T00:43:01.678Z] -rw-r--r-- 1 root root 1054 Feb 5 00:42 go.mod [2021-02-05T00:43:01.678Z] -rw-r--r-- 1 root root 19290 Feb 5 00:42 go.sum [2021-02-05T00:43:01.678Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:36 internal [2021-02-05T00:43:01.678Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:36 openapi [2021-02-05T00:43:01.678Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:36 snap [2021-02-05T00:43:01.678Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:36 version.go [Pipeline] sh [2021-02-05T00:43:02.324Z] + '[' -e coverage.out ] [2021-02-05T00:43:02.324Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:43:02.343Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T00:43:03.555Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T00:43:04.209Z] + make build [2021-02-05T00:43:04.209Z] 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-02-05T00:43:08.038Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-02-05T00:43:08.273Z] Merge succeeded, producing 1557a9101d1a44a4526e93c6fd7d8ea3d92adf61 [2021-02-05T00:43:08.274Z] Checking out Revision 1557a9101d1a44a4526e93c6fd7d8ea3d92adf61 (PR-3034) [2021-02-05T00:43:07.205Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:43:07.215Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:43:07.224Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:43:07.237Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:43:07.238Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:43:07.242Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:43:08.049Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:43:08.054Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-05T00:43:08.128Z] > git remote # timeout=10 [2021-02-05T00:43:08.136Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:43:08.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:43:08.144Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:43:08.270Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:43:08.279Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:43:08.282Z] > git checkout -f 1557a9101d1a44a4526e93c6fd7d8ea3d92adf61 # timeout=10 [2021-02-05T00:43:11.931Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:43:11.940Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:43:13.183Z] + echo snap-build.sh [2021-02-05T00:43:13.183Z] snap-build.sh [2021-02-05T00:43:13.183Z] + SNAP_BASE_DIR=. [2021-02-05T00:43:13.183Z] + '[' '!' -z /w/workspace/edgex-go/18 ']' [2021-02-05T00:43:13.183Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/18 [2021-02-05T00:43:13.183Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' [2021-02-05T00:43:13.183Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/18] [2021-02-05T00:43:13.183Z] + cd /w/workspace/edgex-go/18 [2021-02-05T00:43:13.183Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T00:43:13.183Z] Reading package lists... [2021-02-05T00:43:13.183Z] Building dependency tree... [2021-02-05T00:43:13.183Z] Reading state information... [2021-02-05T00:43:13.444Z] The following packages were automatically installed and are no longer required: [2021-02-05T00:43:13.444Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T00:43:13.444Z] uidmap xdelta3 [2021-02-05T00:43:13.444Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T00:43:13.444Z] The following packages will be REMOVED: [2021-02-05T00:43:13.444Z] lxd* lxd-client* [2021-02-05T00:43:13.705Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T00:43:13.705Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T00:43:11.937Z] > git rev-list --no-walk 01b64e9195728587fa69ad0f43b75c38d224b038 # timeout=10 [2021-02-05T00:43:14.752Z] (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-02-05T00:43:14.752Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:43:15.694Z] Removing lxd dnsmasq configuration [2021-02-05T00:43:15.694Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:43:15.694Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T00:43:16.591Z] 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-02-05T00:43:16.638Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T00:43:16.639Z] (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-02-05T00:43:16.899Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:43:17.843Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T00:43:18.107Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T00:43:19.496Z] + sudo snap remove --purge lxd [2021-02-05T00:43:19.496Z] snap "lxd" is not installed [2021-02-05T00:43:19.496Z] + sudo groupadd --force --system lxd [2021-02-05T00:43:19.496Z] ++ whoami [2021-02-05T00:43:19.496Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T00:43:19.496Z] + newgrp - lxd [2021-02-05T00:43:19.496Z] + sudo snap install lxd [2021-02-05T00:43:29.527Z] 2021-02-05T00:43:26Z INFO Waiting for automatic snapd restart... [2021-02-05T00:43:43.396Z] 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-02-05T00:43:44.440Z] lxd 4.10 from Canonical* installed [2021-02-05T00:43:44.440Z] + sudo lxd init --auto [2021-02-05T00:43:48.800Z] 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-02-05T00:43:52.599Z] + sudo snap install --classic snapcraft [2021-02-05T00:43:56.814Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T00:43:56.814Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T00:43:56.814Z] + patch --verbose -p1 [2021-02-05T00:43:56.814Z] Hmm... Looks like a unified diff to me... [2021-02-05T00:43:56.814Z] The text leading up to this was: [2021-02-05T00:43:56.814Z] -------------------------- [2021-02-05T00:43:56.814Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T00:43:56.814Z] |From: Tony Espy [2021-02-05T00:43:56.814Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T00:43:56.814Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T00:43:56.814Z] | [2021-02-05T00:43:56.814Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T00:43:56.814Z] |optimize the snap CI check run for pull requests. When [2021-02-05T00:43:56.814Z] |applied, it essentially strips out everything (apps and [2021-02-05T00:43:56.814Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T00:43:56.814Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T00:43:56.814Z] |catch changes to edgex-go that break the snap build. [2021-02-05T00:43:56.814Z] | [2021-02-05T00:43:56.814Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T00:43:56.814Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T00:43:56.814Z] |resulting in a failed snap build CI check in the associated [2021-02-05T00:43:56.814Z] |pull request. [2021-02-05T00:43:56.814Z] | [2021-02-05T00:43:56.814Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T00:43:56.814Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T00:43:56.814Z] |need to build the finally binary .snap file (and it won't [2021-02-05T00:43:56.814Z] |work with the patch applied). This further reduces the build [2021-02-05T00:43:56.814Z] |time. [2021-02-05T00:43:56.814Z] |--- [2021-02-05T00:43:56.814Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T00:43:56.814Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T00:43:56.814Z] | [2021-02-05T00:43:56.814Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T00:43:56.814Z] |index 1e537489..faf42425 100644 [2021-02-05T00:43:56.814Z] |--- a/snap/snapcraft.yaml [2021-02-05T00:43:56.814Z] |+++ b/snap/snapcraft.yaml [2021-02-05T00:43:56.814Z] -------------------------- [2021-02-05T00:43:56.814Z] patching file snap/snapcraft.yaml [2021-02-05T00:43:56.814Z] Using Plan A... [2021-02-05T00:43:56.814Z] Hunk #1 succeeded at 73. [2021-02-05T00:43:56.814Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-05T00:43:56.814Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-05T00:43:56.814Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-05T00:43:56.814Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-05T00:43:56.814Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-05T00:43:56.814Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-05T00:43:56.814Z] Hunk #8 succeeded at 342. [2021-02-05T00:43:56.814Z] Hmm... Ignoring the trailing garbage. [2021-02-05T00:43:56.814Z] done [2021-02-05T00:43:56.814Z] + sudo snapcraft prime --use-lxd [2021-02-05T00:43:57.069Z] 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-02-05T00:43:57.338Z] 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-02-05T00:43:57.759Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-05T00:43:57.759Z] 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-02-05T00:43:57.759Z] - README.md [2021-02-05T00:43:57.759Z] - snapcraft.yaml.orig [2021-02-05T00:43:57.759Z] [2021-02-05T00:43:57.759Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T00:43:58.331Z] Launching a container. [2021-02-05T00:44:04.040Z] 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-02-05T00:44:09.431Z] 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-02-05T00:44:10.569Z] Waiting for container to be ready [2021-02-05T00:44:10.570Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-05T00:44:10.570Z] [2021-02-05T00:44:13.117Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-05T00:44:13.383Z] Waiting for network to be ready... [2021-02-05T00:44:13.650Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T00:44:13.739Z] 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-02-05T00:44:13.909Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T00:44:13.909Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T00:44:13.909Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T00:44:13.909Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T00:44:13.909Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T00:44:13.909Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T00:44:13.909Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T00:44:13.909Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T00:44:14.170Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T00:44:14.431Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T00:44:14.431Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T00:44:14.691Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T00:44:14.691Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T00:44:14.691Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T00:44:14.691Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T00:44:14.691Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T00:44:14.691Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T00:44:15.259Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T00:44:15.519Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T00:44:15.809Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T00:44:15.809Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T00:44:15.809Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T00:44:15.809Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T00:44:15.809Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T00:44:15.809Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T00:44:15.809Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T00:44:17.723Z] Fetched 23.9 MB in 4s (5994 kB/s) [2021-02-05T00:44:18.028Z] 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-02-05T00:44:18.665Z] Reading package lists... [2021-02-05T00:44:18.665Z] Reading package lists... [2021-02-05T00:44:18.928Z] Building dependency tree... [2021-02-05T00:44:18.928Z] Reading state information... [2021-02-05T00:44:18.928Z] The following additional packages will be installed: [2021-02-05T00:44:18.928Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T00:44:18.928Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T00:44:18.928Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T00:44:18.928Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-05T00:44:18.928Z] Suggested packages: [2021-02-05T00:44:18.928Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-05T00:44:18.928Z] Recommended packages: [2021-02-05T00:44:18.928Z] gnupg libsasl2-modules [2021-02-05T00:44:18.928Z] The following NEW packages will be installed: [2021-02-05T00:44:18.928Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T00:44:18.928Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T00:44:18.928Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T00:44:18.928Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-05T00:44:18.928Z] The following packages will be upgraded: [2021-02-05T00:44:18.928Z] gpg gpg-agent gpgconf libudev1 [2021-02-05T00:44:19.189Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-05T00:44:19.189Z] Need to get 3533 kB of archives. [2021-02-05T00:44:19.189Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-05T00:44:19.189Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-05T00:44:19.189Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-05T00:44:19.189Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-05T00:44:19.189Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-05T00:44:19.189Z] Get:5 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-02-05T00:44:19.189Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-05T00:44:19.189Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-05T00:44:19.189Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-05T00:44:19.189Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-05T00:44:19.451Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-05T00:44:20.021Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-05T00:44:20.021Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-05T00:44:20.021Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-05T00:44:20.021Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-05T00:44:20.021Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-05T00:44:20.021Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-05T00:44:20.021Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-05T00:44:20.021Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-05T00:44:20.021Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-05T00:44:20.021Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-05T00:44:20.021Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-05T00:44:20.021Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-05T00:44:20.021Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:44:20.281Z] Fetched 3533 kB in 1s (3501 kB/s) [2021-02-05T00:44:20.281Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T00:44:20.281Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:20.281Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:44:20.281Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-05T00:44:20.540Z] Selecting previously unselected package udev. [2021-02-05T00:44:20.541Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T00:44:20.541Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:20.541Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-05T00:44:20.803Z] Selecting previously unselected package libfuse2:amd64. [2021-02-05T00:44:20.803Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T00:44:20.803Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T00:44:20.803Z] Selecting previously unselected package fuse. [2021-02-05T00:44:20.803Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T00:44:20.803Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-05T00:44:21.064Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:21.064Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:44:21.064Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:21.064Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:44:21.324Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:21.324Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:44:21.324Z] Selecting previously unselected package libksba8:amd64. [2021-02-05T00:44:21.324Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-05T00:44:21.324Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-05T00:44:21.584Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-05T00:44:21.584Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:21.584Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:21.584Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-05T00:44:21.584Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:21.584Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:21.584Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-05T00:44:21.584Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:21.584Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:21.844Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-05T00:44:21.844Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:21.844Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:21.844Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-05T00:44:21.844Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:21.844Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:21.844Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-05T00:44:21.844Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:21.844Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:22.105Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-05T00:44:22.105Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:22.105Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:22.105Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-05T00:44:22.105Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:22.105Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:22.105Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-05T00:44:22.105Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:22.105Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:22.320Z] 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-02-05T00:44:22.372Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-05T00:44:22.372Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T00:44:22.372Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:44:22.372Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-05T00:44:22.372Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T00:44:22.372Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:44:22.372Z] Selecting previously unselected package libldap-common. [2021-02-05T00:44:22.372Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-05T00:44:22.372Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:44:22.633Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-05T00:44:22.633Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-05T00:44:22.633Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:44:22.633Z] Selecting previously unselected package dirmngr. [2021-02-05T00:44:22.633Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:22.633Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:22.633Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:44:22.894Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:22.894Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T00:44:22.894Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:44:22.894Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:44:22.894Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:22.894Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:22.894Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-05T00:44:22.894Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:44:22.894Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-05T00:44:23.466Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-05T00:44:23.466Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:23.466Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-05T00:44:23.466Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-05T00:44:23.726Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:23.726Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:23.726Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:23.726Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:23.726Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:23.726Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:23.726Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:23.726Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:23.726Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:44:23.726Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:23.726Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:44:24.298Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-05T00:44:24.298Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-05T00:44:24.298Z] This means they are not meant to be enabled using systemctl. [2021-02-05T00:44:24.298Z] Possible reasons for having this kind of units are: [2021-02-05T00:44:24.298Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-05T00:44:24.298Z] .wants/ or .requires/ directory. [2021-02-05T00:44:24.298Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-05T00:44:24.298Z] a requirement dependency on it. [2021-02-05T00:44:24.298Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-05T00:44:24.298Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-05T00:44:24.298Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-05T00:44:24.298Z] instance name specified. [2021-02-05T00:44:24.560Z] Reading package lists... [2021-02-05T00:44:24.560Z] Building dependency tree... [2021-02-05T00:44:24.560Z] Reading state information... [2021-02-05T00:44:24.822Z] The following additional packages will be installed: [2021-02-05T00:44:24.822Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-05T00:44:24.822Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-05T00:44:24.822Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-05T00:44:24.822Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-05T00:44:24.822Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-05T00:44:24.822Z] Suggested packages: [2021-02-05T00:44:24.822Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-05T00:44:24.822Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-05T00:44:24.822Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-05T00:44:24.822Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-05T00:44:24.822Z] systemd-container policykit-1 [2021-02-05T00:44:24.822Z] Recommended packages: [2021-02-05T00:44:24.822Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-05T00:44:24.822Z] The following NEW packages will be installed: [2021-02-05T00:44:24.822Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-05T00:44:24.822Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-05T00:44:24.822Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-05T00:44:24.822Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-05T00:44:24.822Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-05T00:44:24.822Z] The following packages will be upgraded: [2021-02-05T00:44:24.822Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-05T00:44:24.822Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-05T00:44:24.822Z] Need to get 35.2 MB of archives. [2021-02-05T00:44:24.822Z] After this operation, 141 MB of additional disk space will be used. [2021-02-05T00:44:24.822Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-05T00:44:25.083Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-05T00:44:25.083Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-05T00:44:25.083Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-05T00:44:25.083Z] 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-02-05T00:44:25.083Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-05T00:44:25.083Z] 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-02-05T00:44:25.083Z] 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-02-05T00:44:25.083Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-05T00:44:25.083Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-05T00:44:25.083Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-05T00:44:25.083Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-05T00:44:25.347Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-05T00:44:25.347Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-05T00:44:25.347Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-05T00:44:25.347Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-05T00:44:25.347Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-05T00:44:25.347Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-05T00:44:26.301Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-05T00:44:26.301Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-05T00:44:26.301Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-05T00:44:26.301Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-05T00:44:26.301Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-05T00:44:26.301Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-05T00:44:26.301Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-05T00:44:26.301Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-05T00:44:26.301Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-05T00:44:26.301Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-05T00:44:26.301Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-05T00:44:26.301Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-05T00:44:27.756Z] 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-02-05T00:44:28.220Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:44:28.220Z] Fetched 35.2 MB in 3s (10.5 MB/s) [2021-02-05T00:44:28.220Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:44:28.220Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:28.481Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:44:29.052Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:29.052Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:44:29.052Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-05T00:44:29.313Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:44:29.313Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T00:44:29.313Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T00:44:29.313Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-05T00:44:29.574Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:44:29.574Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T00:44:29.574Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T00:44:29.834Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-05T00:44:29.834Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-05T00:44:30.404Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-05T00:44:30.404Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-05T00:44:30.404Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T00:44:30.404Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T00:44:30.663Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-05T00:44:30.663Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:44:30.663Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:30.922Z] Selecting previously unselected package libexpat1:amd64. [2021-02-05T00:44:30.922Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-05T00:44:30.922Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T00:44:30.922Z] Selecting previously unselected package python3.6-minimal. [2021-02-05T00:44:30.922Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:44:30.922Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:31.492Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T00:44:31.492Z] Checking for services that may need to be restarted...done. [2021-02-05T00:44:31.492Z] Checking for services that may need to be restarted...done. [2021-02-05T00:44:31.492Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:31.492Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T00:44:31.492Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:32.064Z] Selecting previously unselected package python3-minimal. [2021-02-05T00:44:32.064Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-05T00:44:32.064Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:44:32.064Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-05T00:44:32.064Z] Selecting previously unselected package mime-support. [2021-02-05T00:44:32.064Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-05T00:44:32.064Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-05T00:44:32.064Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-05T00:44:32.326Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-05T00:44:32.326Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T00:44:32.326Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-05T00:44:32.326Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:44:32.326Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:32.587Z] Selecting previously unselected package python3.6. [2021-02-05T00:44:32.587Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:44:32.587Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:32.587Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-05T00:44:32.587Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:44:32.587Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T00:44:32.587Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-05T00:44:32.849Z] Selecting previously unselected package python3. [2021-02-05T00:44:32.849Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-05T00:44:32.849Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:44:32.849Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-05T00:44:33.111Z] Selecting previously unselected package multiarch-support. [2021-02-05T00:44:33.111Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:33.111Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T00:44:33.111Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T00:44:33.111Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-05T00:44:33.111Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-05T00:44:33.111Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-05T00:44:33.111Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T00:44:33.111Z] Selecting previously unselected package libbsd0:amd64. [2021-02-05T00:44:33.111Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-05T00:44:33.371Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T00:44:33.371Z] Selecting previously unselected package sudo. [2021-02-05T00:44:33.371Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:33.371Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T00:44:33.371Z] Selecting previously unselected package apparmor. [2021-02-05T00:44:33.371Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T00:44:33.371Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-05T00:44:33.446Z] 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-02-05T00:44:33.632Z] Selecting previously unselected package libedit2:amd64. [2021-02-05T00:44:33.632Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-05T00:44:33.632Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T00:44:33.632Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-05T00:44:33.632Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:33.632Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:34.205Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-05T00:44:34.205Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:34.205Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:34.205Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-05T00:44:34.205Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-05T00:44:34.205Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T00:44:34.205Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-05T00:44:34.205Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:34.205Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:34.465Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-05T00:44:34.465Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:34.465Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:34.465Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-05T00:44:34.465Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-05T00:44:34.465Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T00:44:34.726Z] Selecting previously unselected package openssh-client. [2021-02-05T00:44:34.726Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-05T00:44:34.726Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T00:44:34.987Z] Selecting previously unselected package squashfs-tools. [2021-02-05T00:44:34.987Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-05T00:44:34.987Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T00:44:34.987Z] Selecting previously unselected package snapd. [2021-02-05T00:44:34.987Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-05T00:44:34.987Z] Unpacking snapd (2.48+18.04) ... [2021-02-05T00:44:37.529Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T00:44:37.529Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T00:44:37.529Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-05T00:44:37.529Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T00:44:37.529Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T00:44:37.529Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:37.529Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:44:37.529Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-05T00:44:37.530Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-05T00:44:38.100Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T00:44:38.360Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T00:44:38.360Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T00:44:38.360Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:38.360Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:38.360Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:38.931Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T00:44:38.931Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:38.931Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T00:44:38.931Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-05T00:44:38.931Z] running python rtupdate hooks for python3.6... [2021-02-05T00:44:38.931Z] running python post-rtupdate hooks for python3.6... [2021-02-05T00:44:39.191Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } [2021-02-05T00:44:41.746Z] $ docker stop --time=1 b69e9d8ff4a70e280ec50947ab274701c51a99b7640bc4bc5459a49d30786e1b [2021-02-05T00:44:41.750Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-05T00:44:41.750Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:41.750Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T00:44:41.750Z] Setting up snapd (2.48+18.04) ... [2021-02-05T00:44:42.013Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-05T00:44:42.275Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-05T00:44:42.275Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-05T00:44:42.536Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-05T00:44:42.798Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T00:44:42.798Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T00:44:42.798Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-05T00:44:43.060Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-05T00:44:43.321Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-05T00:44:43.321Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-05T00:44:43.582Z] /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-02-05T00:44:43.582Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:44:43.582Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T00:44:44.307Z] $ docker rm -f b69e9d8ff4a70e280ec50947ab274701c51a99b7640bc4bc5459a49d30786e1b [2021-02-05T00:44:44.522Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:44:44.522Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:44:44.522Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:44:45.726Z] Reading package lists... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-05T00:44:45.987Z] Reading package lists... [2021-02-05T00:44:45.987Z] Building dependency tree... [2021-02-05T00:44:45.987Z] Reading state information... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:44:46.247Z] Calculating upgrade... [2021-02-05T00:44:46.247Z] The following packages will be upgraded: [2021-02-05T00:44:46.247Z] advancecomp base-files bash binutils binutils-common [2021-02-05T00:44:46.247Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-05T00:44:46.247Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-05T00:44:46.247Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-05T00:44:46.247Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-05T00:44:46.247Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-05T00:44:46.247Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-05T00:44:46.247Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-05T00:44:46.247Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-05T00:44:46.247Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-05T00:44:46.247Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-05T00:44:46.247Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-05T00:44:46.247Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-05T00:44:46.247Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-05T00:44:46.247Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-05T00:44:46.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:46.508Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:44:46.508Z] Need to get 63.8 MB of archives. [2021-02-05T00:44:46.508Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-05T00:44:46.508Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-05T00:44:46.508Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-05T00:44:46.729Z] [2021-02-05T00:44:46.729Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:44:47.079Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-05T00:44:47.079Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-05T00:44:47.079Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-05T00:44:47.079Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-05T00:44:47.079Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-05T00:44:47.079Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-05T00:44:47.079Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-05T00:44:47.079Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-05T00:44:47.079Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-05T00:44:47.079Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-05T00:44:47.124Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:47.339Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-05T00:44:47.339Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-05T00:44:47.339Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-05T00:44:47.339Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-05T00:44:47.339Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-05T00:44:47.339Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-05T00:44:47.339Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-05T00:44:47.339Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-05T00:44:47.339Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-05T00:44:47.339Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-05T00:44:47.339Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-05T00:44:47.339Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-05T00:44:47.339Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-05T00:44:47.339Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-05T00:44:47.397Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T00:44:47.397Z] 29e5d40040c1: Pulling fs layer [2021-02-05T00:44:47.397Z] 1ce36da41761: Pulling fs layer [2021-02-05T00:44:47.397Z] 25b303627fd3: Pulling fs layer [2021-02-05T00:44:47.604Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-05T00:44:47.604Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-05T00:44:47.604Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-05T00:44:47.604Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-05T00:44:47.604Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-05T00:44:47.604Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-05T00:44:47.604Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-05T00:44:47.604Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-05T00:44:47.604Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-05T00:44:47.604Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-05T00:44:47.604Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-05T00:44:47.604Z] Get:38 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-02-05T00:44:47.604Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-05T00:44:47.604Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-05T00:44:47.604Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-05T00:44:47.604Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-05T00:44:47.604Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-05T00:44:47.604Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-05T00:44:47.604Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-05T00:44:47.604Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-05T00:44:47.604Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-05T00:44:47.604Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-05T00:44:47.864Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-05T00:44:47.864Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-05T00:44:47.864Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-05T00:44:47.864Z] Get:52 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-02-05T00:44:47.864Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-05T00:44:47.864Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-05T00:44:47.864Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-05T00:44:47.864Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-05T00:44:47.864Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-05T00:44:47.864Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-05T00:44:47.864Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-05T00:44:47.864Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-05T00:44:47.864Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-05T00:44:47.864Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-05T00:44:47.864Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-05T00:44:47.864Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-05T00:44:47.864Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-05T00:44:47.864Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-05T00:44:47.864Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-05T00:44:47.864Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-05T00:44:47.993Z] 29e5d40040c1: Verifying Checksum [2021-02-05T00:44:47.993Z] 29e5d40040c1: Download complete [2021-02-05T00:44:48.127Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-05T00:44:48.127Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-05T00:44:48.127Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-05T00:44:48.127Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-05T00:44:48.127Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-05T00:44:48.127Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-05T00:44:48.127Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-05T00:44:48.127Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-05T00:44:48.127Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-05T00:44:48.127Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-05T00:44:48.127Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-05T00:44:48.388Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-05T00:44:48.388Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-05T00:44:48.388Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-05T00:44:48.388Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-05T00:44:48.388Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-05T00:44:48.593Z] 1ce36da41761: Verifying Checksum [2021-02-05T00:44:48.593Z] 1ce36da41761: Download complete [2021-02-05T00:44:48.593Z] 29e5d40040c1: Pull complete [2021-02-05T00:44:48.648Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-05T00:44:48.648Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-05T00:44:48.648Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-05T00:44:48.648Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-05T00:44:48.648Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-05T00:44:48.648Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-05T00:44:49.219Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-05T00:44:49.790Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-05T00:44:49.790Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-05T00:44:49.790Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-05T00:44:50.020Z] 1ce36da41761: Pull complete [2021-02-05T00:44:50.291Z] 25b303627fd3: Verifying Checksum [2021-02-05T00:44:50.291Z] 25b303627fd3: Download complete [2021-02-05T00:44:50.362Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-05T00:44:50.362Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-05T00:44:50.362Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-05T00:44:50.362Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-05T00:44:50.362Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-05T00:44:50.362Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:44:50.362Z] Fetched 63.8 MB in 4s (15.9 MB/s) [2021-02-05T00:44:50.622Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:50.622Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:50.622Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:51.193Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:51.193Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:51.193Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-05T00:44:51.193Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-05T00:44:52.135Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:52.135Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:52.135Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:52.135Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:52.395Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:52.396Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:52.396Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:52.396Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:52.396Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:52.396Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:52.656Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:52.656Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:52.656Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:52.656Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:52.916Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:52.916Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:52.916Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:52.916Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-05T00:44:52.916Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:53.178Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:53.178Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:53.178Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:53.178Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:53.178Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:53.438Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:53.438Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:53.438Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:53.698Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:53.698Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:53.698Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:54.269Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T00:44:54.269Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:54.269Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-05T00:44:54.529Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-05T00:44:54.529Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-05T00:44:54.529Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-05T00:44:54.789Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-05T00:44:54.789Z] Installing new version of config file /etc/issue ... [2021-02-05T00:44:54.789Z] Installing new version of config file /etc/issue.net ... [2021-02-05T00:44:54.789Z] Installing new version of config file /etc/lsb-release ... [2021-02-05T00:44:54.789Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-05T00:44:55.050Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-05T00:44:55.050Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-05T00:44:55.050Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-05T00:44:55.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:55.050Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-05T00:44:55.050Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-05T00:44:55.311Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-05T00:44:55.311Z] 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-02-05T00:44:55.572Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:55.572Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:55.572Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:55.572Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:55.572Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:55.572Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:55.572Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-05T00:44:55.832Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-05T00:44:55.832Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:55.832Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-05T00:44:56.092Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:44:56.092Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-05T00:44:56.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:56.353Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:56.353Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:56.353Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:56.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:56.616Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:56.616Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:56.616Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:56.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:56.877Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-05T00:44:56.877Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-05T00:44:56.877Z] Setting up grep (3.1-2build1) ... [2021-02-05T00:44:56.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:56.877Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T00:44:56.877Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T00:44:57.136Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-05T00:44:57.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:57.136Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:44:57.136Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:57.400Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:57.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:57.400Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:44:57.400Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:57.976Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:44:57.976Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:57.976Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:44:58.240Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:58.811Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-05T00:44:58.811Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:58.811Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-05T00:44:58.811Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:59.751Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T00:44:59.751Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T00:45:00.011Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T00:45:00.011Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T00:45:00.011Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T00:45:00.272Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:00.272Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-05T00:45:00.272Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-05T00:45:00.272Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-05T00:45:00.416Z] 25b303627fd3: Pull complete [2021-02-05T00:45:00.416Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T00:45:00.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:45:00.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T00:45:00.538Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:00.538Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:45:00.538Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:45:00.538Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:45:00.661Z] prd-ubuntu18.04-docker-arm64-4c-16g-25119 does not seem to be running inside a container [2021-02-05T00:45:00.742Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T00:45:00.799Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:00.799Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:45:00.799Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:45:00.799Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:45:01.076Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:01.076Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:45:01.076Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:45:01.076Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:45:01.340Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:01.340Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:45:01.340Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:45:01.601Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:45:01.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:01.601Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:45:01.601Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:45:01.865Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:45:01.865Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:45:01.865Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:45:01.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:01.865Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:45:02.127Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:45:02.127Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:45:02.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:02.127Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:45:02.127Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:45:02.393Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:45:02.393Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:02.393Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:45:02.393Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:45:02.655Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:45:02.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:02.655Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:45:02.655Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:45:03.231Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:45:03.491Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-05T00:45:03.752Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-05T00:45:03.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:03.752Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:45:03.752Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:45:04.019Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:45:04.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:45:04.280Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-05T00:45:04.280Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:45:04.280Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-05T00:45:04.479Z] $ docker top 64762a94352516c1e558252566e097c8ddb88dc0ed6a7ef73f40d3808331bc1b -eo pid,comm [2021-02-05T00:45:04.541Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:04.541Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-05T00:45:04.541Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-05T00:45:04.838Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-05T00:45:04.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:04.838Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [Pipeline] { [Pipeline] sh [2021-02-05T00:45:05.098Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T00:45:05.099Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-05T00:45:05.099Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:05.099Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-05T00:45:05.360Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T00:45:05.360Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-05T00:45:05.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:05.360Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:45:05.621Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:45:05.621Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:45:05.626Z] + docker-compose build --help [2021-02-05T00:45:05.626Z] + grep parallel [2021-02-05T00:45:05.881Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:05.881Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:45:05.881Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:45:05.881Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:45:06.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:06.142Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:45:06.142Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:45:06.403Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:45:06.403Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:06.403Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:45:06.403Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:45:06.672Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:45:06.672Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:45:06.672Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:45:06.672Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:45:06.942Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:45:06.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:06.942Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-05T00:45:06.942Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-05T00:45:07.203Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-05T00:45:07.203Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:07.203Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-05T00:45:07.203Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:45:07.203Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:45:07.775Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:07.775Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:45:07.775Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:45:07.775Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:45:07.775Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:07.775Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-05T00:45:07.775Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-05T00:45:08.036Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-05T00:45:08.036Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:08.036Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T00:45:08.036Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T00:45:08.295Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-05T00:45:08.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:08.555Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:45:08.555Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:45:08.816Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-05T00:45:08.816Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:08.816Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-05T00:45:08.816Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-05T00:45:09.089Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-05T00:45:09.089Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:09.089Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-05T00:45:09.089Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-05T00:45:09.349Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-05T00:45:09.349Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:09.349Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-05T00:45:09.349Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-05T00:45:09.609Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-05T00:45:09.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:09.609Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-05T00:45:09.609Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-05T00:45:09.869Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-05T00:45:09.869Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:09.869Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T00:45:09.869Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-05T00:45:10.131Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-05T00:45:10.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:45:10.131Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-05T00:45:10.131Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-05T00:45:10.131Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-05T00:45:10.392Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-05T00:45:10.392Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T00:45:10.392Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T00:45:10.392Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T00:45:10.392Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T00:45:10.652Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T00:45:10.652Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T00:45:10.652Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-05T00:45:10.912Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-05T00:45:11.000Z] --parallel Build images in parallel. [2021-02-05T00:45:11.172Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T00:45:11.172Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [Pipeline] } [2021-02-05T00:45:11.292Z] $ docker stop --time=1 64762a94352516c1e558252566e097c8ddb88dc0ed6a7ef73f40d3808331bc1b [2021-02-05T00:45:11.433Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T00:45:11.433Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-05T00:45:11.433Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-05T00:45:11.433Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-05T00:45:11.693Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-05T00:45:11.693Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-05T00:45:11.693Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-05T00:45:11.693Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-05T00:45:11.953Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-05T00:45:11.953Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-05T00:45:11.953Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-05T00:45:11.953Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-05T00:45:12.214Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-05T00:45:12.214Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-05T00:45:12.785Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-05T00:45:13.045Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-05T00:45:13.045Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-05T00:45:13.045Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-05T00:45:13.045Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:45:13.045Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:45:13.307Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:45:13.428Z] $ docker rm -f 64762a94352516c1e558252566e097c8ddb88dc0ed6a7ef73f40d3808331bc1b [2021-02-05T00:45:13.568Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:45:13.569Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:45:13.569Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:45:13.569Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-02-05T00:45:13.830Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:45:13.830Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:13.830Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:45:14.094Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:14.094Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:45:14.094Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:14.094Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:45:14.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:45:14.257Z] . [Pipeline] withDockerContainer [2021-02-05T00:45:14.354Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:14.354Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:45:14.562Z] prd-ubuntu18.04-docker-arm64-4c-16g-25119 does not seem to be running inside a container [2021-02-05T00:45:14.653Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T00:45:15.320Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:15.320Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:45:16.029Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:16.029Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:45:16.826Z] $ docker top 0cf8bb71cc401510d4b96d6ddc7d011b0fb48adeef418d8c3b4d9f0c9159d2cf -eo pid,comm [2021-02-05T00:45:17.124Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:17.124Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { [Pipeline] sh [2021-02-05T00:45:17.407Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:17.407Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:45:17.980Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:45:18.349Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:18.349Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:45:18.349Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:45:18.349Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:45:18.349Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T00:45:18.349Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:45:18.609Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T00:45:18.609Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:45:18.870Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-05T00:45:18.870Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-05T00:45:18.870Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:45:18.870Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:45:18.870Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:45:18.870Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:45:19.132Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-05T00:45:19.132Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-05T00:45:19.132Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:19.132Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:45:19.392Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:19.392Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:19.392Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:19.392Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-05T00:45:19.392Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-05T00:45:19.392Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-05T00:45:19.652Z] [2021-02-05T00:45:19.652Z] Current default time zone: 'Etc/UTC' [2021-02-05T00:45:19.652Z] Local time is now: Fri Feb 5 00:45:19 UTC 2021. [2021-02-05T00:45:19.652Z] Universal Time is now: Fri Feb 5 00:45:19 UTC 2021. [2021-02-05T00:45:19.652Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-05T00:45:19.652Z] [2021-02-05T00:45:19.652Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-05T00:45:19.652Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:19.652Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-05T00:45:19.652Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:45:19.652Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-05T00:45:19.652Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-05T00:45:19.652Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-05T00:45:19.652Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-05T00:45:19.913Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-05T00:45:19.913Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T00:45:19.913Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:19.913Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-05T00:45:20.174Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:20.174Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:45:20.174Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:20.174Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-05T00:45:20.174Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-05T00:45:20.174Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-05T00:45:20.174Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T00:45:20.174Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-05T00:45:20.174Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-05T00:45:20.174Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:45:20.174Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-05T00:45:22.101Z] Updating certificates in /etc/ssl/certs... [2021-02-05T00:45:23.041Z] 23 added, 27 removed; done. [2021-02-05T00:45:23.041Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T00:45:23.041Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:23.041Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-05T00:45:23.041Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-05T00:45:23.041Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-05T00:45:23.041Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:23.041Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:45:23.041Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:23.041Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:23.301Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:23.301Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:23.301Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:23.301Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-05T00:45:23.301Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:45:23.301Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:45:23.301Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-05T00:45:23.301Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:45:23.301Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:23.301Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:23.301Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:45:23.561Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-05T00:45:23.561Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:45:23.561Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:45:23.561Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T00:45:23.561Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-05T00:45:23.561Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-05T00:45:23.822Z] Updating certificates in /etc/ssl/certs... [2021-02-05T00:45:24.392Z] 0 added, 0 removed; done. [2021-02-05T00:45:24.392Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-05T00:45:24.392Z] done. [2021-02-05T00:45:24.652Z] Reading package lists... [2021-02-05T00:45:24.652Z] Building dependency tree... [2021-02-05T00:45:24.652Z] Reading state information... [2021-02-05T00:45:24.743Z] Building docker-core-command-go ... [2021-02-05T00:45:24.743Z] Building docker-core-data-go ... [2021-02-05T00:45:24.743Z] Building docker-core-metadata-go ... [2021-02-05T00:45:24.743Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:45:24.743Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:45:24.743Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:45:24.743Z] Building docker-support-notifications-go ... [2021-02-05T00:45:24.743Z] Building docker-support-scheduler-go ... [2021-02-05T00:45:24.743Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:45:24.743Z] Building docker-core-data-go [2021-02-05T00:45:24.743Z] Building docker-security-bootstrapper-go [2021-02-05T00:45:24.743Z] Building docker-security-secretstore-setup-go [2021-02-05T00:45:24.743Z] Building docker-security-proxy-setup-go [2021-02-05T00:45:24.743Z] Building docker-core-metadata-go [2021-02-05T00:45:24.914Z] The following NEW packages will be installed: [2021-02-05T00:45:24.914Z] apt-transport-https [2021-02-05T00:45:25.174Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:45:25.174Z] Need to get 1696 B of archives. [2021-02-05T00:45:25.174Z] After this operation, 153 kB of additional disk space will be used. [2021-02-05T00:45:25.174Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-05T00:45:25.174Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:45:25.174Z] Fetched 1696 B in 0s (9427 B/s) [2021-02-05T00:45:25.174Z] Selecting previously unselected package apt-transport-https. [2021-02-05T00:45:25.174Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-05T00:45:25.174Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-05T00:45:25.174Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T00:45:25.439Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T00:45:25.699Z] Waiting for network to be ready... [2021-02-05T00:45:30.986Z] 2021-02-05T00:45:28Z INFO Waiting for automatic snapd restart... [2021-02-05T00:45:31.250Z] snapd 2.48.2 from Canonical* installed [2021-02-05T00:45:32.207Z] "snapd" switched to the "latest/stable" channel [2021-02-05T00:45:32.207Z] [2021-02-05T00:45:34.780Z] core18 20201210 from Canonical* installed [2021-02-05T00:45:35.040Z] "core18" switched to the "latest/stable" channel [2021-02-05T00:45:35.040Z] [2021-02-05T00:45:38.365Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T00:45:38.629Z] "snapcraft" switched to the "latest/stable" channel [2021-02-05T00:45:38.629Z] [2021-02-05T00:45:41.951Z] 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-02-05T00:45:41.951Z] - README.md [2021-02-05T00:45:41.951Z] - snapcraft.yaml.orig [2021-02-05T00:45:41.951Z] [2021-02-05T00:45:41.951Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T00:45:48.533Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:45:48.533Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:45:48.533Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:45:48.533Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:45:49.733Z] Reading package lists... [2021-02-05T00:45:49.993Z] 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-02-05T00:45:56.576Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:45:56.576Z] Reading package lists... [2021-02-05T00:45:56.576Z] Building dependency tree... [2021-02-05T00:45:56.576Z] Reading state information... [2021-02-05T00:45:56.576Z] Suggested packages: [2021-02-05T00:45:56.576Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-05T00:45:56.576Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-05T00:45:56.576Z] Recommended packages: [2021-02-05T00:45:56.576Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-05T00:45:56.576Z] The following NEW packages will be installed: [2021-02-05T00:45:56.576Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-05T00:45:56.576Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-05T00:45:56.576Z] pkg-config zip [2021-02-05T00:45:56.576Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:45:56.576Z] Need to get 7655 kB of archives. [2021-02-05T00:45:56.576Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-05T00:45:56.576Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-05T00:45:56.576Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-05T00:45:56.836Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-05T00:45:56.836Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-05T00:45:56.836Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-05T00:45:56.836Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-05T00:45:57.097Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-05T00:45:57.097Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-05T00:45:57.097Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-05T00:45:57.097Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-05T00:45:57.357Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-05T00:45:57.357Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-05T00:45:57.357Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-05T00:45:57.357Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-05T00:45:57.357Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-05T00:45:57.619Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:45:57.619Z] Fetched 7655 kB in 1s (6985 kB/s) [2021-02-05T00:45:57.619Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-05T00:45:57.619Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-05T00:45:57.619Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-05T00:45:57.619Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T00:45:57.879Z] Selecting previously unselected package libpsl5:amd64. [2021-02-05T00:45:57.879Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-05T00:45:57.879Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T00:45:57.879Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-05T00:45:57.879Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-05T00:45:57.879Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T00:45:58.139Z] Selecting previously unselected package librtmp1:amd64. [2021-02-05T00:45:58.139Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-05T00:45:58.139Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T00:45:58.139Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-05T00:45:58.139Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-05T00:45:58.139Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T00:45:58.139Z] Selecting previously unselected package liberror-perl. [2021-02-05T00:45:58.139Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-05T00:45:58.139Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-05T00:45:58.399Z] Selecting previously unselected package git-man. [2021-02-05T00:45:58.399Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-05T00:45:58.399Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:58.399Z] Selecting previously unselected package git. [2021-02-05T00:45:58.399Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-05T00:45:58.399Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:59.339Z] Selecting previously unselected package libnorm1:amd64. [2021-02-05T00:45:59.339Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-05T00:45:59.339Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T00:45:59.339Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-05T00:45:59.339Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-05T00:45:59.339Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T00:45:59.599Z] Selecting previously unselected package libsodium23:amd64. [2021-02-05T00:45:59.599Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-05T00:45:59.599Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-05T00:45:59.599Z] Selecting previously unselected package libzmq5:amd64. [2021-02-05T00:45:59.599Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T00:45:59.599Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:59.599Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-05T00:45:59.599Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T00:45:59.599Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:59.860Z] Selecting previously unselected package pkg-config. [2021-02-05T00:45:59.860Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-05T00:45:59.860Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T00:45:59.860Z] Selecting previously unselected package zip. [2021-02-05T00:45:59.860Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-05T00:45:59.860Z] Unpacking zip (3.0-11build1) ... [2021-02-05T00:45:59.860Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T00:45:59.860Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:46:00.122Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T00:46:00.122Z] Setting up liberror-perl (0.17025-1) ... [2021-02-05T00:46:00.122Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T00:46:00.122Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T00:46:00.122Z] No schema files found: doing nothing. [2021-02-05T00:46:00.122Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T00:46:00.122Z] Setting up zip (3.0-11build1) ... [2021-02-05T00:46:00.122Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T00:46:00.122Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-05T00:46:00.122Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T00:46:00.383Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:46:00.383Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T00:46:00.383Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:46:00.383Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:46:00.383Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:46:06.972Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:46:06.972Z] git set to automatically installed. [2021-02-05T00:46:06.972Z] git-man set to automatically installed. [2021-02-05T00:46:06.972Z] libcurl3-gnutls set to automatically installed. [2021-02-05T00:46:06.972Z] liberror-perl set to automatically installed. [2021-02-05T00:46:06.972Z] libglib2.0-0 set to automatically installed. [2021-02-05T00:46:06.972Z] libnghttp2-14 set to automatically installed. [2021-02-05T00:46:06.972Z] libnorm1 set to automatically installed. [2021-02-05T00:46:06.972Z] libpgm-5.2-0 set to automatically installed. [2021-02-05T00:46:06.972Z] libpsl5 set to automatically installed. [2021-02-05T00:46:06.972Z] librtmp1 set to automatically installed. [2021-02-05T00:46:06.972Z] libsodium23 set to automatically installed. [2021-02-05T00:46:06.972Z] libzmq3-dev set to automatically installed. [2021-02-05T00:46:06.972Z] libzmq5 set to automatically installed. [2021-02-05T00:46:06.972Z] pkg-config set to automatically installed. [2021-02-05T00:46:06.972Z] zip set to automatically installed. [2021-02-05T00:46:20.400Z] snapd is not logged in, snap install commands will use sudo [2021-02-05T00:46:25.688Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:46:25.967Z] snap "core18" has no updates available [2021-02-05T00:46:26.554Z] Pulling config-common [2021-02-05T00:46:27.499Z] Pulling go-build-helper [2021-02-05T00:46:46.501Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:46.502Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:46.502Z] ---> 292a51a23de5 [2021-02-05T00:46:46.502Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:46:46.502Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:46.502Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:46.502Z] ---> 292a51a23de5 [2021-02-05T00:46:46.502Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:46:46.502Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:46.502Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:46.502Z] ---> 292a51a23de5 [2021-02-05T00:46:46.502Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:46:46.502Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:46.502Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:46.502Z] ---> 292a51a23de5 [2021-02-05T00:46:46.502Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T00:46:46.502Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:46.502Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:46.502Z] ---> 292a51a23de5 [2021-02-05T00:46:46.502Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T00:46:46.502Z] ---> Running in 814cfda6ed83 [2021-02-05T00:46:46.502Z] ---> Running in d6fc29d42953 [2021-02-05T00:46:46.502Z] ---> Running in f4e33eb9ea80 [2021-02-05T00:46:46.502Z] ---> Running in 662fe6abe090 [2021-02-05T00:46:46.502Z] ---> Running in 44518b89aa99 [2021-02-05T00:46:46.502Z] Removing intermediate container 44518b89aa99 [2021-02-05T00:46:46.502Z] ---> 6415a2f02589 [2021-02-05T00:46:46.502Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:46.502Z] Removing intermediate container d6fc29d42953 [2021-02-05T00:46:46.502Z] ---> bdc397b0ab87 [2021-02-05T00:46:46.502Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:46.502Z] Removing intermediate container 814cfda6ed83 [2021-02-05T00:46:46.502Z] ---> 3665b1cdab54 [2021-02-05T00:46:46.502Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:46.502Z] Removing intermediate container 662fe6abe090 [2021-02-05T00:46:46.502Z] ---> abce328cf953 [2021-02-05T00:46:46.502Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:46.779Z] Removing intermediate container f4e33eb9ea80 [2021-02-05T00:46:46.779Z] ---> c56d1ca996d1 [2021-02-05T00:46:46.779Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:47.764Z] ---> Running in ee3518ff487a [2021-02-05T00:46:47.764Z] ---> Running in ac922ecb166e [2021-02-05T00:46:47.764Z] ---> Running in 945761c5549a [2021-02-05T00:46:47.764Z] ---> Running in a493a086c9ac [2021-02-05T00:46:48.363Z] ---> Running in 12e98f85aa50 [2021-02-05T00:46:49.470Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T00:46:49.470Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T00:46:49.470Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T00:46:49.470Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T00:46:49.470Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T00:46:49.470Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T00:46:49.470Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T00:46:49.470Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T00:46:49.470Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T00:46:49.470Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T00:46:49.470Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T00:46:49.470Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T00:46:49.470Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T00:46:49.470Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T00:46:49.470Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T00:46:49.470Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T00:46:49.470Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T00:46:49.470Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T00:46:49.470Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T00:46:49.470Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T00:46:49.470Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T00:46:49.470Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T00:46:49.470Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T00:46:49.470Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T00:46:49.470Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T00:46:49.470Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T00:46:49.470Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T00:46:49.470Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-05T00:46:49.470Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-05T00:46:49.470Z] Fetched 279 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-05T00:46:49.470Z] Fetched 122 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-05T00:46:49.470Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-05T00:46:49.470Z] Fetched 8848 B in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-05T00:46:49.470Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-05T00:46:49.470Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-05T00:46:49.470Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-05T00:46:49.470Z] Fetched 214 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-05T00:46:49.470Z] Fetched 155 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-05T00:46:49.470Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-05T00:46:49.470Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-05T00:46:49.470Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-05T00:46:49.470Z] Fetched 499 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-05T00:46:49.470Z] Fetched 111 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-05T00:46:49.470Z] Fetched 240 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-05T00:46:49.470Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-05T00:46:49.470Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-05T00:46:49.470Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-05T00:46:49.470Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-05T00:46:49.470Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-05T00:46:49.470Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-05T00:46:49.470Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-05T00:46:49.470Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-05T00:46:49.470Z] Fetched 8720 B in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-05T00:46:49.470Z] Fetched 137 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-05T00:46:49.470Z] Fetched 119 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-05T00:46:49.470Z] Fetched 109 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-05T00:46:49.470Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-05T00:46:49.470Z] Fetched 645 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-05T00:46:49.470Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-05T00:46:49.470Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-05T00:46:49.470Z] Fetched 368 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-05T00:46:49.470Z] Fetched 187 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-05T00:46:49.470Z] Fetched 175 kB in 0s (0 B/s) [2021-02-05T00:46:49.470Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-05T00:46:51.491Z] Fetched 206 kB in 0s (0 B/s) [2021-02-05T00:46:51.491Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-05T00:46:51.491Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-05T00:46:51.491Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-05T00:46:51.491Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-05T00:46:51.491Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-05T00:46:51.491Z] Fetched 159 kB in 0s (0 B/s) [2021-02-05T00:46:51.491Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-05T00:46:51.491Z] Fetched 107 kB in 0s (0 B/s) [2021-02-05T00:46:51.491Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-05T00:46:51.491Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-05T00:46:51.491Z] Pulling static-packages [2021-02-05T00:46:52.661Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-05T00:46:52.661Z] Skipping pull go-build-helper (already ran) [2021-02-05T00:46:52.661Z] Skipping pull static-packages (already ran) [2021-02-05T00:46:52.661Z] Building go-build-helper [2021-02-05T00:46:53.817Z] Removing intermediate container ac922ecb166e [2021-02-05T00:46:53.817Z] ---> 5f030e577b31 [2021-02-05T00:46:53.817Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:46:54.849Z] ---> Running in caafb148289e [2021-02-05T00:46:54.849Z] Removing intermediate container ee3518ff487a [2021-02-05T00:46:54.849Z] ---> 0ba412992b14 [2021-02-05T00:46:54.849Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:46:54.849Z] Removing intermediate container a493a086c9ac [2021-02-05T00:46:54.849Z] ---> ea6382b780f5 [2021-02-05T00:46:54.849Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:46:54.849Z] Removing intermediate container 945761c5549a [2021-02-05T00:46:54.849Z] ---> 22e40fe4ff22 [2021-02-05T00:46:54.849Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:46:55.963Z] Building static-packages [2021-02-05T00:46:56.300Z] ---> Running in cf0cbc4266ea [2021-02-05T00:46:56.300Z] ---> Running in c167e7a5fb51 [2021-02-05T00:46:56.300Z] ---> Running in 440654ea28ae [2021-02-05T00:46:56.300Z] Removing intermediate container 12e98f85aa50 [2021-02-05T00:46:56.300Z] ---> 5cf471f84b9e [2021-02-05T00:46:56.300Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T00:46:56.578Z] ---> Running in a4921bf04512 [2021-02-05T00:46:57.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:57.875Z] Staging go-build-helper [2021-02-05T00:46:58.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:58.816Z] Staging static-packages [2021-02-05T00:46:58.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:59.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:59.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:59.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:59.399Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:59.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:59.757Z] Pulling go115 [2021-02-05T00:46:59.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:59.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:59.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:00.597Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:00.698Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-05T00:47:00.698Z] Skipping pull go115 (already ran) [2021-02-05T00:47:00.698Z] Building go115 [2021-02-05T00:47:00.698Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T00:47:00.698Z] Dload Upload Total Spent Left Speed [2021-02-05T00:47:00.883Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:00.883Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:01.172Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:02.701Z] Removing intermediate container caafb148289e [2021-02-05T00:47:02.701Z] ---> 600557b16e5b [2021-02-05T00:47:02.701Z] Step 6/24 : COPY go.mod . [2021-02-05T00:47:03.219Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.6M 0 0 28.0M 0 0:00:04 --:--:-- 0:00:04 28.0M 63 115M 63 73.4M 0 0 37.8M 0 0:00:03 0:00:01 0:00:02 37.8M 100 115M 100 115M 0 0 43.3M 0 0:00:02 0:00:02 --:--:-- 43.3M [2021-02-05T00:47:03.312Z] Removing intermediate container c167e7a5fb51 [2021-02-05T00:47:03.312Z] ---> 09cc95e05592 [2021-02-05T00:47:03.312Z] Step 6/23 : COPY go.mod . [2021-02-05T00:47:03.788Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-05T00:47:04.296Z] ---> 8e6a9ab975d0 [2021-02-05T00:47:04.296Z] Step 7/24 : RUN go mod download [2021-02-05T00:47:04.296Z] Removing intermediate container a4921bf04512 [2021-02-05T00:47:04.296Z] ---> 8b2d824bb15a [2021-02-05T00:47:04.296Z] Step 6/31 : COPY go.mod . [2021-02-05T00:47:04.569Z] ---> Running in b08fd1254414 [2021-02-05T00:47:04.569Z] ---> 80b236dbb532 [2021-02-05T00:47:04.569Z] Step 7/23 : RUN go mod download [2021-02-05T00:47:05.554Z] ---> Running in 4f82deb7411c [2021-02-05T00:47:05.828Z] Removing intermediate container cf0cbc4266ea [2021-02-05T00:47:05.828Z] ---> c078ecf90317 [2021-02-05T00:47:05.828Z] Step 6/21 : COPY go.mod . [2021-02-05T00:47:06.102Z] ---> 922f43194aa0 [2021-02-05T00:47:06.102Z] Step 7/31 : RUN go mod download [2021-02-05T00:47:06.378Z] Removing intermediate container 440654ea28ae [2021-02-05T00:47:06.378Z] ---> c16b5447e35b [2021-02-05T00:47:06.378Z] Step 6/23 : COPY go.mod . [2021-02-05T00:47:07.376Z] ---> Running in 0a01a0b92dee [2021-02-05T00:47:07.977Z] ---> 67cf955a8a98 [2021-02-05T00:47:07.977Z] Step 7/21 : RUN go mod download [2021-02-05T00:47:07.995Z] Staging go115 [2021-02-05T00:47:08.953Z] ---> 50a2add088e2 [2021-02-05T00:47:08.953Z] Step 7/23 : RUN go mod download [2021-02-05T00:47:09.226Z] ---> Running in eafede85918e [2021-02-05T00:47:10.690Z] ---> Running in 9bfce184c139 [2021-02-05T00:47:11.718Z] Removing intermediate container b08fd1254414 [2021-02-05T00:47:11.718Z] ---> 7f4e4589af5c [2021-02-05T00:47:11.719Z] Step 8/24 : COPY . . [2021-02-05T00:47:13.310Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:47:13.310Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:47:13.311Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:47:13.311Z] Fetched 0 B in 0s (0 B/s) [2021-02-05T00:47:13.311Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-05T00:47:13.311Z] Fetched 224 kB in 0s (0 B/s) [2021-02-05T00:47:13.311Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-05T00:47:13.311Z] Fetched 157 kB in 0s (0 B/s) [2021-02-05T00:47:13.311Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-05T00:47:13.311Z] Fetched 221 kB in 0s (0 B/s) [2021-02-05T00:47:13.311Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-05T00:47:13.311Z] Fetched 143 kB in 0s (0 B/s) [2021-02-05T00:47:13.311Z] Pulling edgex-go [2021-02-05T00:47:14.251Z] Pulling version [2021-02-05T00:47:15.136Z] Removing intermediate container 4f82deb7411c [2021-02-05T00:47:15.136Z] ---> 530538774800 [2021-02-05T00:47:15.136Z] Step 8/23 : COPY . . [2021-02-05T00:47:15.190Z] Building config-common [2021-02-05T00:47:17.102Z] Skipping build go-build-helper (already ran) [2021-02-05T00:47:17.102Z] Skipping build static-packages (already ran) [2021-02-05T00:47:17.102Z] Skipping build go115 (already ran) [2021-02-05T00:47:17.102Z] Building edgex-go [2021-02-05T00:47:17.102Z] 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-02-05T00:47:18.486Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-05T00:47:18.486Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-05T00:47:18.486Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-05T00:47:18.486Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-05T00:47:18.486Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-05T00:47:18.751Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-05T00:47:18.751Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-05T00:47:18.751Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-05T00:47:18.751Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-05T00:47:18.751Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-05T00:47:18.751Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-05T00:47:18.751Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-05T00:47:18.751Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-05T00:47:18.751Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-05T00:47:18.751Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-05T00:47:18.751Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-05T00:47:18.751Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-05T00:47:18.751Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-05T00:47:18.751Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-05T00:47:18.751Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-05T00:47:18.751Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-05T00:47:18.751Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-05T00:47:18.751Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-05T00:47:19.014Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-05T00:47:19.014Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-05T00:47:19.014Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-05T00:47:19.014Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-05T00:47:19.014Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-05T00:47:19.014Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-05T00:47:19.273Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-05T00:47:19.273Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-05T00:47:21.874Z] Removing intermediate container eafede85918e [2021-02-05T00:47:21.874Z] ---> b95d597a40eb [2021-02-05T00:47:21.874Z] Step 8/21 : COPY . . [2021-02-05T00:47:21.874Z] Removing intermediate container 9bfce184c139 [2021-02-05T00:47:21.874Z] ---> 057c16b3c0e2 [2021-02-05T00:47:21.874Z] Step 8/23 : COPY . . [2021-02-05T00:47:21.874Z] Removing intermediate container 0a01a0b92dee [2021-02-05T00:47:21.874Z] ---> 748bff099ba4 [2021-02-05T00:47:21.874Z] Step 8/31 : COPY . . [2021-02-05T00:47:27.406Z] 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-02-05T00:47:30.702Z] 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-02-05T00:47:32.084Z] 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-02-05T00:47:32.107Z] ---> fae10a2f3216 [2021-02-05T00:47:32.107Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:47:33.029Z] 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-02-05T00:47:33.289Z] 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-02-05T00:47:33.289Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-05T00:47:33.548Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-05T00:47:33.548Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-05T00:47:33.548Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-05T00:47:34.117Z] ---> Running in a7ce81476ea6 [2021-02-05T00:47:34.718Z] ---> a60ef5bb9297 [2021-02-05T00:47:34.718Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:47:35.456Z] 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-02-05T00:47:35.456Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-05T00:47:35.456Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-05T00:47:35.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T00:47:35.710Z] ---> Running in 3a0d03c873af [2021-02-05T00:47:36.395Z] 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-02-05T00:47:37.334Z] 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-02-05T00:47:37.334Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-05T00:47:38.464Z] 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-02-05T00:47:38.715Z] 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-02-05T00:47:39.283Z] 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-02-05T00:47:40.222Z] 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-02-05T00:47:40.222Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-05T00:47:41.160Z] 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-02-05T00:47:41.160Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-05T00:47:43.697Z] Building version [2021-02-05T00:47:45.608Z] Staging config-common [2021-02-05T00:47:46.549Z] Skipping stage go-build-helper (already ran) [2021-02-05T00:47:46.549Z] Skipping stage static-packages (already ran) [2021-02-05T00:47:46.549Z] Skipping stage go115 (already ran) [2021-02-05T00:47:46.549Z] Staging edgex-go [2021-02-05T00:47:47.497Z] Staging version [2021-02-05T00:47:48.438Z] Priming config-common [2021-02-05T00:47:49.376Z] Priming go-build-helper [2021-02-05T00:47:50.317Z] Priming static-packages [2021-02-05T00:47:52.862Z] Priming go115 [2021-02-05T00:47:53.431Z] Priming edgex-go [2021-02-05T00:47:54.814Z] Priming version [2021-02-05T00:47:55.385Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-05T00:47:56.867Z] ---> 4d9b5b736024 [2021-02-05T00:47:56.867Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:47:56.867Z] ---> Running in 1c2cd948d05c [2021-02-05T00:47:56.867Z] ---> 93f6d25bb801 [2021-02-05T00:47:56.867Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:47:56.867Z] ---> b01678809a42 [2021-02-05T00:47:56.867Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T00:47:56.867Z] ---> Running in 9cdf6ebc6634 [2021-02-05T00:47:56.867Z] ---> Running in 285cabee4583 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-02-05T00:47:57.889Z] 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 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T00:47:58.899Z] 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-02-05T00:47:58.899Z] 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-02-05T00:49:07.040Z] 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-02-05T00:49:22.229Z] Removing intermediate container a7ce81476ea6 [2021-02-05T00:49:22.229Z] ---> adb4b1b3d2b4 [2021-02-05T00:49:22.229Z] [2021-02-05T00:49:22.229Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:49:22.229Z] 3.12: Pulling from library/alpine [2021-02-05T00:49:22.229Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:49:22.229Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:49:22.229Z] ---> afeebe901d6b [2021-02-05T00:49:22.229Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:49:22.229Z] ---> Running in d1481f80d3c5 [2021-02-05T00:49:24.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:24.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:25.509Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:49:25.789Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:49:25.789Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:49:25.789Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:49:25.789Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:49:25.789Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:25.789Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:49:26.409Z] OK: 7 MiB in 19 packages [2021-02-05T00:49:29.911Z] Removing intermediate container d1481f80d3c5 [2021-02-05T00:49:29.911Z] ---> 92b98528ffb1 [2021-02-05T00:49:29.911Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:49:29.911Z] ---> Running in 6778b32c1c89 [2021-02-05T00:49:30.522Z] Removing intermediate container 6778b32c1c89 [2021-02-05T00:49:30.522Z] ---> fafc23bcb1a6 [2021-02-05T00:49:30.522Z] Step 13/24 : WORKDIR / [2021-02-05T00:49:30.817Z] ---> Running in dc5f94d0b7d2 [2021-02-05T00:49:31.420Z] Removing intermediate container dc5f94d0b7d2 [2021-02-05T00:49:31.420Z] ---> 801460af0a86 [2021-02-05T00:49:31.420Z] 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-02-05T00:49:32.873Z] ---> bb9f00991576 [2021-02-05T00:49:32.873Z] 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-02-05T00:49:34.331Z] ---> c057d8c6ad3c [2021-02-05T00:49:34.331Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:35.824Z] ---> 5cf99594be2f [2021-02-05T00:49:35.824Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:49:37.845Z] ---> 0a38b2e4f270 [2021-02-05T00:49:37.845Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:49:39.360Z] ---> 946075bd3248 [2021-02-05T00:49:39.360Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:49:40.837Z] ---> 8228a492cdeb [2021-02-05T00:49:40.837Z] 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-02-05T00:49:40.837Z] ---> Running in 5f253e5a4b18 [2021-02-05T00:49:45.217Z] Removing intermediate container 5f253e5a4b18 [2021-02-05T00:49:45.217Z] ---> 2da7afe48925 [2021-02-05T00:49:45.217Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:49:45.217Z] ---> Running in 3f990ae5dc7f [2021-02-05T00:49:45.512Z] 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-02-05T00:49:45.512Z] Removing intermediate container 3f990ae5dc7f [2021-02-05T00:49:45.512Z] ---> dbb256e767cc [2021-02-05T00:49:45.512Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T00:49:45.790Z] ---> Running in 0c76146125dd [2021-02-05T00:49:46.816Z] Removing intermediate container 0c76146125dd [2021-02-05T00:49:46.816Z] ---> 2abe1dd073cf [2021-02-05T00:49:46.816Z] Step 23/24 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:49:46.816Z] ---> Running in 06ccb1326022 [2021-02-05T00:49:47.428Z] Removing intermediate container 06ccb1326022 [2021-02-05T00:49:47.428Z] ---> cf13cbcd021b [2021-02-05T00:49:47.428Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:49:47.750Z] ---> Running in 2d30aa63dde2 [2021-02-05T00:49:48.357Z] Removing intermediate container 2d30aa63dde2 [2021-02-05T00:49:48.357Z] ---> 940f2a293bd6 [2021-02-05T00:49:48.357Z] [2021-02-05T00:49:48.964Z] Successfully built 940f2a293bd6 [2021-02-05T00:49:49.248Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T00:49:49.248Z] Building docker-support-scheduler-go [2021-02-05T00:49:54.708Z]  Building docker-security-secretstore-setup-go ... done 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-02-05T00:50:16.987Z] Removing intermediate container 1c2cd948d05c [2021-02-05T00:50:16.987Z] ---> eed5f2468425 [2021-02-05T00:50:16.987Z] [2021-02-05T00:50:16.987Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:50:16.987Z] ---> afeebe901d6b [2021-02-05T00:50:16.987Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:50:16.987Z] ---> Running in 10d6d1cb59ae [2021-02-05T00:50:16.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:17.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:18.624Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:50:18.624Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:50:18.624Z] ---> 292a51a23de5 [2021-02-05T00:50:18.624Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:50:18.624Z] ---> Using cache [2021-02-05T00:50:18.624Z] ---> c56d1ca996d1 [2021-02-05T00:50:18.624Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:18.624Z] ---> Using cache [2021-02-05T00:50:18.624Z] ---> 5cf471f84b9e [2021-02-05T00:50:18.624Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T00:50:18.624Z] ---> Using cache [2021-02-05T00:50:18.624Z] ---> 8b2d824bb15a [2021-02-05T00:50:18.624Z] Step 6/22 : COPY go.mod . [2021-02-05T00:50:18.624Z] ---> Using cache [2021-02-05T00:50:18.624Z] ---> 922f43194aa0 [2021-02-05T00:50:18.624Z] Step 7/22 : RUN go mod download [2021-02-05T00:50:18.624Z] ---> Using cache [2021-02-05T00:50:18.624Z] ---> 748bff099ba4 [2021-02-05T00:50:18.624Z] Step 8/22 : COPY . . [2021-02-05T00:50:18.624Z] ---> Using cache [2021-02-05T00:50:18.624Z] ---> b01678809a42 [2021-02-05T00:50:18.624Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:50:18.624Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:50:18.935Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:50:18.936Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:50:18.936Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:50:18.936Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:50:18.936Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:50:19.215Z] OK: 7 MiB in 18 packages [2021-02-05T00:50:19.852Z] ---> Running in 786ea977529e [2021-02-05T00:50:24.462Z] 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-02-05T00:50:24.462Z] Removing intermediate container 10d6d1cb59ae [2021-02-05T00:50:24.462Z] ---> d7718bef1376 [2021-02-05T00:50:24.462Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:50:24.462Z] Removing intermediate container 3a0d03c873af [2021-02-05T00:50:24.462Z] ---> 0c38295cbc0d [2021-02-05T00:50:24.462Z] [2021-02-05T00:50:24.462Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:50:24.462Z] ---> afeebe901d6b [2021-02-05T00:50:24.462Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:50:24.743Z] ---> Running in d5b2211ef2a9 [2021-02-05T00:50:25.022Z] ---> Running in 634e2732528d [2021-02-05T00:50:26.473Z] Removing intermediate container d5b2211ef2a9 [2021-02-05T00:50:26.473Z] ---> dca83aeffe06 [2021-02-05T00:50:26.473Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:50:26.750Z] ---> Running in 1869141fd1d0 [2021-02-05T00:50:27.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:28.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:28.031Z] Removing intermediate container 1869141fd1d0 [2021-02-05T00:50:28.031Z] ---> 02cca9d1ec0d [2021-02-05T00:50:28.031Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:50:29.031Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:50:29.031Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:50:29.031Z] OK: 5 MiB in 15 packages [2021-02-05T00:50:29.313Z] Removing intermediate container 285cabee4583 [2021-02-05T00:50:29.313Z] ---> d0ffcf787084 [2021-02-05T00:50:29.313Z] [2021-02-05T00:50:29.313Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T00:50:29.313Z] ---> afeebe901d6b [2021-02-05T00:50:29.313Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:50:29.606Z] ---> Running in 2c2cddf089f4 [2021-02-05T00:50:29.891Z] ---> bf2148a724f2 [2021-02-05T00:50:29.891Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:50:30.897Z] Removing intermediate container 2c2cddf089f4 [2021-02-05T00:50:30.897Z] ---> e03d1614a00f [2021-02-05T00:50:30.897Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:50:31.185Z] ---> Running in 85faa781b60d [2021-02-05T00:50:32.197Z] Removing intermediate container 634e2732528d [2021-02-05T00:50:32.197Z] ---> fef960477dff [2021-02-05T00:50:32.197Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:50:32.486Z] ---> Running in 554409dae840 [2021-02-05T00:50:33.102Z] ---> 3619be61a9c1 [2021-02-05T00:50:33.102Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:50:33.722Z] Removing intermediate container 554409dae840 [2021-02-05T00:50:33.722Z] ---> a2e1695d7db7 [2021-02-05T00:50:33.722Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:50:33.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:33.722Z] ---> Running in f63e3e040cc4 [2021-02-05T00:50:34.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:35.038Z] Removing intermediate container f63e3e040cc4 [2021-02-05T00:50:35.038Z] ---> 63e5b18c9864 [2021-02-05T00:50:35.038Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:50:35.038Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:50:35.038Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:50:35.038Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:50:35.038Z] OK: 5 MiB in 16 packages [2021-02-05T00:50:35.325Z] ---> Running in f0dbbea895ee [2021-02-05T00:50:35.607Z] ---> 8aacda0d9ba0 [2021-02-05T00:50:35.607Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:50:35.893Z] ---> Running in 217672b5678a [2021-02-05T00:50:36.914Z] Removing intermediate container f0dbbea895ee [2021-02-05T00:50:36.914Z] ---> 9c895ee71e16 [2021-02-05T00:50:36.914Z] Step 15/23 : WORKDIR / [2021-02-05T00:50:37.201Z] ---> Running in 840d122c91d1 [2021-02-05T00:50:37.486Z] Removing intermediate container 217672b5678a [2021-02-05T00:50:37.486Z] ---> 34aeb5f580ae [2021-02-05T00:50:37.486Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:50:37.806Z] Removing intermediate container 85faa781b60d [2021-02-05T00:50:37.806Z] ---> 357ca06c394d [2021-02-05T00:50:37.806Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:50:38.090Z] ---> Running in 7550156213e8 [2021-02-05T00:50:38.378Z] ---> Running in 697f3b3a1c9c [2021-02-05T00:50:38.378Z] Removing intermediate container 840d122c91d1 [2021-02-05T00:50:38.378Z] ---> 38b1db5a7c76 [2021-02-05T00:50:38.378Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:50:39.005Z] Removing intermediate container 7550156213e8 [2021-02-05T00:50:39.005Z] ---> 63b3c89ffc40 [2021-02-05T00:50:39.005Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T00:50:39.295Z] Removing intermediate container 697f3b3a1c9c [2021-02-05T00:50:39.295Z] ---> d91ae0927ea2 [2021-02-05T00:50:39.295Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:50:39.295Z] ---> Running in abbe3ecb1d14 [2021-02-05T00:50:39.581Z] ---> Running in 56a03a9a3950 [2021-02-05T00:50:40.193Z] ---> 91e5ccb6e6b7 [2021-02-05T00:50:40.193Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:50:40.481Z] Removing intermediate container abbe3ecb1d14 [2021-02-05T00:50:40.481Z] ---> d74c7b57eb0c [2021-02-05T00:50:40.481Z] Step 20/21 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:50:40.761Z] Removing intermediate container 56a03a9a3950 [2021-02-05T00:50:40.761Z] ---> 78b66ccc2d52 [2021-02-05T00:50:40.761Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:50:41.048Z] ---> Running in 0afac666318c [2021-02-05T00:50:41.660Z] ---> Running in 40ed4ec6b94e [2021-02-05T00:50:42.290Z] Removing intermediate container 0afac666318c [2021-02-05T00:50:42.290Z] ---> d34dd741508d [2021-02-05T00:50:42.290Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:50:42.576Z] ---> Running in 6ce4210e3349 [2021-02-05T00:50:43.587Z] ---> 4beb9f17d858 [2021-02-05T00:50:43.587Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:50:44.214Z] Removing intermediate container 6ce4210e3349 [2021-02-05T00:50:44.214Z] ---> 95eff71763be [2021-02-05T00:50:44.214Z] [2021-02-05T00:50:46.940Z] Successfully built 95eff71763be [2021-02-05T00:50:46.940Z] ---> 2322eb70841a [2021-02-05T00:50:46.940Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:50:46.940Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T00:50:46.940Z] Building docker-support-notifications-go [2021-02-05T00:50:46.940Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c52482867f34 [2021-02-05T00:50:46.940Z] Removing intermediate container 40ed4ec6b94e [2021-02-05T00:50:46.940Z] ---> f60b4d7686a7 [2021-02-05T00:50:46.940Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:50:46.940Z] ---> Running in 2303b1f83fbe [2021-02-05T00:50:47.231Z] Removing intermediate container c52482867f34 [2021-02-05T00:50:47.231Z] ---> b70902837753 [2021-02-05T00:50:47.231Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:50:47.518Z] ---> Running in bbba1c89baf8 [2021-02-05T00:50:48.137Z] Removing intermediate container 2303b1f83fbe [2021-02-05T00:50:48.137Z] ---> 101865cce905 [2021-02-05T00:50:48.137Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:50:48.812Z] Removing intermediate container bbba1c89baf8 [2021-02-05T00:50:48.812Z] ---> 41c681e458d4 [2021-02-05T00:50:48.812Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:50:49.446Z] ---> Running in 18a9a031bb00 [2021-02-05T00:50:49.730Z] ---> 24773c39596e [2021-02-05T00:50:49.730Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:50:50.340Z] ---> Running in c19ff6bf001b [2021-02-05T00:50:50.340Z] Removing intermediate container 18a9a031bb00 [2021-02-05T00:50:50.340Z] ---> c8d505d4614a [2021-02-05T00:50:50.340Z] Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:50:50.621Z] ---> Running in 30f656eaf25a [2021-02-05T00:50:52.104Z] Removing intermediate container 30f656eaf25a [2021-02-05T00:50:52.104Z] ---> 2b8035bc6e17 [2021-02-05T00:50:52.104Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:50:52.722Z] ---> Running in 0521fea2be45 [2021-02-05T00:50:53.732Z] Removing intermediate container 0521fea2be45 [2021-02-05T00:50:53.732Z] ---> 88bf43ba6abc [2021-02-05T00:50:53.732Z] [2021-02-05T00:50:54.745Z] Successfully built 88bf43ba6abc [2021-02-05T00:50:54.745Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T00:50:54.745Z] Building docker-sys-mgmt-agent-go [2021-02-05T00:50:56.228Z]  Building docker-core-metadata-go ... done Removing intermediate container c19ff6bf001b [2021-02-05T00:50:56.228Z] ---> c8331ae66c0d [2021-02-05T00:50:56.228Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:50:58.940Z] ---> 9f12d4636f1d [2021-02-05T00:50:58.940Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:51:00.414Z] Removing intermediate container 9cdf6ebc6634 [2021-02-05T00:51:00.414Z] ---> 3fde0a87ed13 [2021-02-05T00:51:00.414Z] [2021-02-05T00:51:00.414Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:51:00.414Z] ---> afeebe901d6b [2021-02-05T00:51:00.414Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:51:00.697Z] ---> Running in cfe6843f56c3 [2021-02-05T00:51:00.980Z] ---> 4ec1db125520 [2021-02-05T00:51:00.980Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:51:02.493Z] Removing intermediate container cfe6843f56c3 [2021-02-05T00:51:02.493Z] ---> 6cc2f8e38c4f [2021-02-05T00:51:02.493Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:51:02.788Z] ---> Running in 08a88048a7cd [2021-02-05T00:51:03.075Z] ---> 2ca64c38faf3 [2021-02-05T00:51:03.075Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T00:51:04.114Z] Removing intermediate container 08a88048a7cd [2021-02-05T00:51:04.114Z] ---> 86f5a16eb2c0 [2021-02-05T00:51:04.114Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:51:04.397Z] ---> Running in 8fadb8abf03d [2021-02-05T00:51:05.868Z] Removing intermediate container 8fadb8abf03d [2021-02-05T00:51:05.868Z] ---> 46cc234e7c21 [2021-02-05T00:51:05.868Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:51:06.154Z] ---> ab9391cee8f4 [2021-02-05T00:51:06.154Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:51:06.440Z] ---> Running in 9d6639a8c76f [2021-02-05T00:51:09.113Z] ---> 3e4651a1b95a [2021-02-05T00:51:09.113Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:51:10.130Z] ---> Running in 1a81ffbfb9c0 [2021-02-05T00:51:11.591Z] Removing intermediate container 9d6639a8c76f [2021-02-05T00:51:11.591Z] ---> c0d018518025 [2021-02-05T00:51:11.591Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:51:11.591Z] Removing intermediate container 1a81ffbfb9c0 [2021-02-05T00:51:11.591Z] ---> 071bb0d8b0c7 [2021-02-05T00:51:11.591Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:51:11.591Z] ---> Running in f2541f5e4feb [2021-02-05T00:51:13.610Z] ---> 629ab75448bf [2021-02-05T00:51:13.610Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T00:51:14.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:51:14.925Z] ---> Running in 139a6825fb6a [2021-02-05T00:51:15.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:51:16.699Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:51:16.699Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:51:16.699Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:51:16.699Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:51:16.985Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:51:16.985Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:51:17.271Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:51:17.271Z] OK: 8 MiB in 20 packages [2021-02-05T00:51:22.842Z] Removing intermediate container 139a6825fb6a [2021-02-05T00:51:22.842Z] ---> e12b40e9e779 [2021-02-05T00:51:22.842Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:51:22.842Z] Removing intermediate container f2541f5e4feb [2021-02-05T00:51:22.842Z] ---> 90190cfd13e4 [2021-02-05T00:51:22.842Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:51:23.119Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:51:23.119Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:51:23.119Z] ---> 292a51a23de5 [2021-02-05T00:51:23.119Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:51:23.119Z] ---> Using cache [2021-02-05T00:51:23.119Z] ---> c56d1ca996d1 [2021-02-05T00:51:23.119Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:51:23.119Z] ---> Using cache [2021-02-05T00:51:23.119Z] ---> 5cf471f84b9e [2021-02-05T00:51:23.119Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:51:23.119Z] ---> Running in 428628fd4c83 [2021-02-05T00:51:23.737Z] ---> Running in 34034a28bdf0 [2021-02-05T00:51:24.762Z] ---> c75a2a9f1c07 [2021-02-05T00:51:24.762Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:51:25.776Z] Removing intermediate container 34034a28bdf0 [2021-02-05T00:51:25.776Z] ---> 72cf88b89c95 [2021-02-05T00:51:25.776Z] Step 28/31 : CMD ["gate"] [2021-02-05T00:51:25.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:51:26.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:51:26.786Z] ---> Running in a2579f682b1c [2021-02-05T00:51:27.795Z] OK: 217 MiB in 51 packages [2021-02-05T00:51:28.833Z] Removing intermediate container a2579f682b1c [2021-02-05T00:51:28.833Z] ---> 7bd5348f3a8f [2021-02-05T00:51:28.833Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T00:51:29.116Z] ---> a9177f372456 [2021-02-05T00:51:29.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:51:30.604Z] ---> Running in abaa9e217271 [2021-02-05T00:51:30.903Z] Removing intermediate container 428628fd4c83 [2021-02-05T00:51:30.903Z] ---> 5125fa0336fe [2021-02-05T00:51:30.903Z] Step 6/22 : COPY go.mod . [2021-02-05T00:51:31.198Z] ---> 99035053f80f [2021-02-05T00:51:31.198Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:51:31.819Z] ---> Running in f17c1330ea18 [2021-02-05T00:51:32.103Z] Removing intermediate container abaa9e217271 [2021-02-05T00:51:32.103Z] ---> a76b88428de4 [2021-02-05T00:51:32.103Z] Step 30/31 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:51:33.103Z] ---> Running in 145a14ca7183 [2021-02-05T00:51:33.392Z] ---> 39a6a87099f9 [2021-02-05T00:51:33.392Z] Step 7/22 : RUN go mod download [2021-02-05T00:51:33.392Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:51:33.392Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:51:33.392Z] ---> 292a51a23de5 [2021-02-05T00:51:33.392Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:51:33.392Z] ---> Using cache [2021-02-05T00:51:33.392Z] ---> c56d1ca996d1 [2021-02-05T00:51:33.392Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:51:33.392Z] ---> Using cache [2021-02-05T00:51:33.392Z] ---> 5cf471f84b9e [2021-02-05T00:51:33.392Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:51:33.392Z] ---> Running in 01b12a006cfc [2021-02-05T00:51:33.392Z] Removing intermediate container f17c1330ea18 [2021-02-05T00:51:33.392Z] ---> e85ad31ba9fa [2021-02-05T00:51:33.392Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:51:33.677Z] ---> Running in 88a43f5be70d [2021-02-05T00:51:33.970Z] ---> Running in 18934aead5db [2021-02-05T00:51:34.601Z] Removing intermediate container 145a14ca7183 [2021-02-05T00:51:34.601Z] ---> ebbef11df63e [2021-02-05T00:51:34.601Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T00:51:35.606Z] ---> Running in 6c24f34f8f55 [2021-02-05T00:51:35.606Z] Removing intermediate container 18934aead5db [2021-02-05T00:51:35.606Z] ---> 9c4a97c93314 [2021-02-05T00:51:35.607Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:51:35.607Z] ---> Running in 558fd06f06f0 [2021-02-05T00:51:36.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:51:36.510Z] Removing intermediate container 6c24f34f8f55 [2021-02-05T00:51:36.510Z] ---> f19b3d3eb978 [2021-02-05T00:51:36.510Z] [2021-02-05T00:51:36.791Z] Removing intermediate container 558fd06f06f0 [2021-02-05T00:51:36.791Z] ---> 7cb0fa55018a [2021-02-05T00:51:36.791Z] Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:51:36.791Z] ---> Running in 980552b43c9f [2021-02-05T00:51:37.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:51:37.355Z] Successfully built f19b3d3eb978 [2021-02-05T00:51:37.355Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T00:51:37.355Z] Building docker-core-command-go [2021-02-05T00:51:37.640Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 980552b43c9f [2021-02-05T00:51:37.640Z] ---> be42fccac771 [2021-02-05T00:51:37.640Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:51:37.924Z] OK: 217 MiB in 51 packages [2021-02-05T00:51:37.924Z] ---> Running in 1c5e4fcefe6b [2021-02-05T00:51:38.927Z] Removing intermediate container 1c5e4fcefe6b [2021-02-05T00:51:38.927Z] ---> f73d51121732 [2021-02-05T00:51:38.927Z] [2021-02-05T00:51:39.540Z] Removing intermediate container 88a43f5be70d [2021-02-05T00:51:39.540Z] ---> 1f3d39799e20 [2021-02-05T00:51:39.540Z] Step 8/22 : COPY . . [2021-02-05T00:51:39.820Z] Successfully built f73d51121732 [2021-02-05T00:51:39.820Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T00:51:40.430Z]  Building docker-core-data-go ... done Removing intermediate container 01b12a006cfc [2021-02-05T00:51:40.430Z] ---> f95867fc89c6 [2021-02-05T00:51:40.430Z] Step 6/26 : COPY go.mod . [2021-02-05T00:51:43.103Z] ---> 3659339ba438 [2021-02-05T00:51:43.103Z] Step 7/26 : RUN go mod download [2021-02-05T00:51:43.390Z] ---> Running in d5e3dcdb53d8 [2021-02-05T00:51:50.217Z] Removing intermediate container d5e3dcdb53d8 [2021-02-05T00:51:50.217Z] ---> dc3cf78f8d7a [2021-02-05T00:51:50.217Z] Step 8/26 : COPY . . [2021-02-05T00:51:54.574Z] Removing intermediate container 786ea977529e [2021-02-05T00:51:54.574Z] ---> f15c7a8a6591 [2021-02-05T00:51:54.574Z] [2021-02-05T00:51:54.574Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:51:54.574Z] ---> afeebe901d6b [2021-02-05T00:51:54.574Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:51:54.574Z] ---> Using cache [2021-02-05T00:51:54.574Z] ---> fef960477dff [2021-02-05T00:51:54.574Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:51:54.574Z] ---> Using cache [2021-02-05T00:51:54.574Z] ---> a2e1695d7db7 [2021-02-05T00:51:54.574Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:51:54.574Z] ---> Running in 2876b1f0c570 [2021-02-05T00:51:55.580Z] Removing intermediate container 2876b1f0c570 [2021-02-05T00:51:55.580Z] ---> 980ac02c97ef [2021-02-05T00:51:55.580Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:51:56.211Z] ---> Running in db5445ad411f [2021-02-05T00:51:57.220Z] Removing intermediate container db5445ad411f [2021-02-05T00:51:57.220Z] ---> 76106c2410f9 [2021-02-05T00:51:57.220Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:51:59.225Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:51:59.225Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:51:59.225Z] ---> 292a51a23de5 [2021-02-05T00:51:59.225Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:51:59.225Z] ---> Using cache [2021-02-05T00:51:59.225Z] ---> c56d1ca996d1 [2021-02-05T00:51:59.225Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:51:59.225Z] ---> Using cache [2021-02-05T00:51:59.225Z] ---> 5cf471f84b9e [2021-02-05T00:51:59.225Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:51:59.225Z] ---> Using cache [2021-02-05T00:51:59.225Z] ---> 8b2d824bb15a [2021-02-05T00:51:59.225Z] Step 6/23 : COPY go.mod . [2021-02-05T00:51:59.225Z] ---> Using cache [2021-02-05T00:51:59.225Z] ---> 922f43194aa0 [2021-02-05T00:51:59.225Z] Step 7/23 : RUN go mod download [2021-02-05T00:51:59.225Z] ---> Using cache [2021-02-05T00:51:59.225Z] ---> 748bff099ba4 [2021-02-05T00:51:59.225Z] Step 8/23 : COPY . . [2021-02-05T00:51:59.225Z] ---> 0354d7fc7681 [2021-02-05T00:51:59.225Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:51:59.510Z] ---> Using cache [2021-02-05T00:51:59.510Z] ---> b01678809a42 [2021-02-05T00:51:59.510Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:51:59.790Z] ---> Running in 4c7974301b7f [2021-02-05T00:52:00.075Z] ---> 5818e82caffc [2021-02-05T00:52:00.075Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T00:52:00.681Z] ---> Running in 3d2fde526c53 [2021-02-05T00:52:01.286Z] 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-02-05T00:52:01.561Z] ---> 1d2d8fd8d209 [2021-02-05T00:52:01.561Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:52:02.552Z] 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-02-05T00:52:03.551Z] ---> 8eff3cce94a7 [2021-02-05T00:52:03.551Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:52:03.551Z] ---> Running in bda92e8afcbf [2021-02-05T00:52:05.032Z] Removing intermediate container bda92e8afcbf [2021-02-05T00:52:05.032Z] ---> 5fa15602de77 [2021-02-05T00:52:05.032Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:52:05.662Z] ---> Running in 2467a0415968 [2021-02-05T00:52:06.675Z] Removing intermediate container 2467a0415968 [2021-02-05T00:52:06.675Z] ---> ac7b085006ec [2021-02-05T00:52:06.675Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:52:06.965Z] ---> Running in 9f8f998613da [2021-02-05T00:52:08.494Z] Removing intermediate container 9f8f998613da [2021-02-05T00:52:08.494Z] ---> 4861127c1dfc [2021-02-05T00:52:08.494Z] Step 21/22 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:52:08.788Z] ---> Running in b5a28c0f2330 [2021-02-05T00:52:09.812Z] Removing intermediate container b5a28c0f2330 [2021-02-05T00:52:09.812Z] ---> 729e522e47ea [2021-02-05T00:52:09.812Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:52:10.091Z] ---> Running in d371c090b42e [2021-02-05T00:52:11.087Z] Removing intermediate container d371c090b42e [2021-02-05T00:52:11.087Z] ---> a24a41837bef [2021-02-05T00:52:11.087Z] [2021-02-05T00:52:12.553Z] Successfully built a24a41837bef [2021-02-05T00:52:12.553Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T00:52:13.580Z]  Building docker-support-scheduler-go ... done  ---> dd149c930e36 [2021-02-05T00:52:13.580Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:52:13.580Z] ---> Running in c0e5d07cc387 [2021-02-05T00:52:15.594Z] 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-02-05T00:53:23.765Z] Removing intermediate container 4c7974301b7f [2021-02-05T00:53:23.765Z] ---> 4a5adcf79e31 [2021-02-05T00:53:23.765Z] [2021-02-05T00:53:23.765Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:53:23.765Z] ---> afeebe901d6b [2021-02-05T00:53:23.765Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:53:23.765Z] ---> Using cache [2021-02-05T00:53:23.765Z] ---> fef960477dff [2021-02-05T00:53:23.765Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:53:23.765Z] ---> Using cache [2021-02-05T00:53:23.765Z] ---> a2e1695d7db7 [2021-02-05T00:53:23.765Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:53:23.765Z] ---> Running in 34f4bb221539 [2021-02-05T00:53:23.765Z] Removing intermediate container c0e5d07cc387 [2021-02-05T00:53:23.765Z] ---> bf298576c690 [2021-02-05T00:53:23.765Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:53:23.765Z] Removing intermediate container 3d2fde526c53 [2021-02-05T00:53:23.765Z] ---> 4b8fd6a85d46 [2021-02-05T00:53:23.765Z] [2021-02-05T00:53:23.765Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:53:23.765Z] ---> afeebe901d6b [2021-02-05T00:53:23.765Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:53:23.765Z] ---> Running in 19972842c244 [2021-02-05T00:53:23.765Z] ---> Running in e873180c9615 [2021-02-05T00:53:23.765Z] Removing intermediate container 34f4bb221539 [2021-02-05T00:53:23.765Z] ---> ab283e03bed6 [2021-02-05T00:53:23.765Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:53:23.765Z] ---> Running in 9b399b375d3c [2021-02-05T00:53:23.765Z] Removing intermediate container 9b399b375d3c [2021-02-05T00:53:23.765Z] ---> fc019652532b [2021-02-05T00:53:23.765Z] Step 15/23 : WORKDIR / [2021-02-05T00:53:23.765Z] ---> Running in 0323d0c2f93e [2021-02-05T00:53:23.765Z] 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-02-05T00:53:23.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:23.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:23.765Z] Removing intermediate container 0323d0c2f93e [2021-02-05T00:53:23.765Z] ---> b8847e89cd6f [2021-02-05T00:53:23.765Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:53:24.380Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:53:24.380Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:53:24.380Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:53:24.380Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:53:24.380Z] ---> 960f682f3900 [2021-02-05T00:53:24.380Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:53:24.676Z] OK: 6 MiB in 16 packages [2021-02-05T00:53:25.693Z] ---> b6f4e28d39a8 [2021-02-05T00:53:25.693Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:53:26.304Z] Removing intermediate container e873180c9615 [2021-02-05T00:53:26.304Z] ---> fe9c0a6dd916 [2021-02-05T00:53:26.304Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:53:26.304Z] Removing intermediate container 19972842c244 [2021-02-05T00:53:26.304Z] ---> 6ce31e4fd2cc [2021-02-05T00:53:26.304Z] [2021-02-05T00:53:26.304Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:53:26.304Z] 20.10.0: Pulling from library/docker [2021-02-05T00:53:26.597Z] ---> Running in 147a2a937d30 [2021-02-05T00:53:26.597Z] ---> 4f832c48535e [2021-02-05T00:53:26.597Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:53:26.911Z] ---> Running in 594ee0d5a7fe [2021-02-05T00:53:27.190Z] Removing intermediate container 147a2a937d30 [2021-02-05T00:53:27.190Z] ---> ef1d51379a0d [2021-02-05T00:53:27.190Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:53:27.807Z] ---> Running in 5292965b4ffa [2021-02-05T00:53:28.083Z] Removing intermediate container 594ee0d5a7fe [2021-02-05T00:53:28.083Z] ---> 94c6dd436d1f [2021-02-05T00:53:28.083Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:53:28.684Z] ---> Running in 2ecba36423a1 [2021-02-05T00:53:28.964Z] Removing intermediate container 5292965b4ffa [2021-02-05T00:53:28.964Z] ---> a76e483640ea [2021-02-05T00:53:28.964Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:53:29.243Z] ---> Running in 33bdf7624297 [2021-02-05T00:53:29.243Z] Removing intermediate container 2ecba36423a1 [2021-02-05T00:53:29.243Z] ---> 741ced33f935 [2021-02-05T00:53:29.243Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:53:29.523Z] ---> Running in de65b2896e7c [2021-02-05T00:53:29.809Z] Removing intermediate container 33bdf7624297 [2021-02-05T00:53:29.809Z] ---> d0879f6c4456 [2021-02-05T00:53:29.809Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:53:30.103Z] Removing intermediate container de65b2896e7c [2021-02-05T00:53:30.103Z] ---> 9a3d7e48546c [2021-02-05T00:53:30.103Z] Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:53:30.401Z] ---> Running in 70115a7ddaa1 [2021-02-05T00:53:31.014Z] ---> d1361dc63adb [2021-02-05T00:53:31.014Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:53:31.014Z] Removing intermediate container 70115a7ddaa1 [2021-02-05T00:53:31.014Z] ---> a5d2da28d12a [2021-02-05T00:53:31.014Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:53:31.634Z] ---> Running in 6540fd0b8eb7 [2021-02-05T00:53:32.635Z] Removing intermediate container 6540fd0b8eb7 [2021-02-05T00:53:32.635Z] ---> e7f240270c20 [2021-02-05T00:53:32.635Z] [2021-02-05T00:53:32.635Z] ---> 09748b0715f4 [2021-02-05T00:53:32.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:53:32.907Z] Successfully built e7f240270c20 [2021-02-05T00:53:33.177Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T00:53:34.167Z]  Building docker-core-command-go ... done  ---> 859c528f9e96 [2021-02-05T00:53:34.167Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:53:34.437Z] ---> Running in b8ee53d32e20 [2021-02-05T00:53:35.052Z] Removing intermediate container b8ee53d32e20 [2021-02-05T00:53:35.052Z] ---> 4fbd47b4d131 [2021-02-05T00:53:35.052Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:53:35.052Z] ---> Running in 0dc420c7fe34 [2021-02-05T00:53:35.646Z] Removing intermediate container 0dc420c7fe34 [2021-02-05T00:53:35.646Z] ---> 3e6bd9c947f7 [2021-02-05T00:53:35.646Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:53:35.646Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:53:35.646Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:53:35.646Z] ---> eeaf43b92773 [2021-02-05T00:53:35.646Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T00:53:35.646Z] ---> Running in ae8970ce9938 [2021-02-05T00:53:35.921Z] ---> Running in bfb12cf84817 [2021-02-05T00:53:36.194Z] Removing intermediate container ae8970ce9938 [2021-02-05T00:53:36.194Z] ---> 5a12cbd8fb95 [2021-02-05T00:53:36.194Z] Step 21/22 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:53:36.463Z] ---> Running in 821fefada4b4 [2021-02-05T00:53:36.738Z] Removing intermediate container 821fefada4b4 [2021-02-05T00:53:36.738Z] ---> b3f0dee37ffc [2021-02-05T00:53:36.738Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:53:37.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:37.009Z] ---> Running in b86efe4e1b58 [2021-02-05T00:53:37.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:37.550Z] Removing intermediate container b86efe4e1b58 [2021-02-05T00:53:37.550Z] ---> a8c5a170e7cb [2021-02-05T00:53:37.550Z] [2021-02-05T00:53:37.822Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:53:37.822Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:53:37.822Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:53:37.822Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:53:37.822Z] OK: 12 MiB in 22 packages [2021-02-05T00:53:37.822Z] Successfully built a8c5a170e7cb [2021-02-05T00:53:37.822Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T00:53:39.251Z]  Building docker-support-notifications-go ... done Removing intermediate container bfb12cf84817 [2021-02-05T00:53:39.251Z] ---> 9a5691128567 [2021-02-05T00:53:39.251Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:53:39.251Z] ---> Running in 53da1b94efa1 [2021-02-05T00:53:39.521Z] Removing intermediate container 53da1b94efa1 [2021-02-05T00:53:39.521Z] ---> f4b8c6047569 [2021-02-05T00:53:39.521Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:53:39.794Z] ---> Running in 241985c06bdc [2021-02-05T00:53:40.067Z] Removing intermediate container 241985c06bdc [2021-02-05T00:53:40.067Z] ---> de47cb22a3a6 [2021-02-05T00:53:40.067Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:53:40.338Z] ---> Running in d651b52302c2 [2021-02-05T00:53:40.615Z] Removing intermediate container d651b52302c2 [2021-02-05T00:53:40.615Z] ---> 5d9b59288ba1 [2021-02-05T00:53:40.615Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:53:42.079Z] ---> e51ad53f9a5a [2021-02-05T00:53:42.079Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:53:42.677Z] ---> 045858d66d99 [2021-02-05T00:53:42.677Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:53:43.658Z] ---> 34bb6bcac686 [2021-02-05T00:53:43.658Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:53:43.658Z] ---> Running in 4132d3f0595b [2021-02-05T00:53:45.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:45.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:53:45.681Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:53:45.681Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:53:45.681Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:53:45.681Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:53:45.681Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:53:45.681Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:53:45.681Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:53:47.647Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:53:47.647Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:53:47.647Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:53:47.647Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:53:47.647Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:53:47.647Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:53:47.647Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:53:47.647Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:53:47.647Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:53:47.647Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:53:47.647Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:53:47.647Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:53:47.647Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:53:47.647Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:53:47.647Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:53:47.647Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:53:47.919Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:53:47.919Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:53:47.919Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:53:47.919Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:53:47.919Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:53:47.919Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:53:47.919Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:53:47.919Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:53:47.919Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:53:47.919Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:53:48.191Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:53:48.192Z] OK: 71 MiB in 55 packages [2021-02-05T00:53:54.918Z] Removing intermediate container 4132d3f0595b [2021-02-05T00:53:54.918Z] ---> f8f0faf0d744 [2021-02-05T00:53:54.918Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:53:54.918Z] ---> Running in 4e0acc7d4d74 [2021-02-05T00:54:00.321Z] Collecting docker-compose==1.23.2 [2021-02-05T00:54:00.321Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:54:00.596Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:54:00.596Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:54:01.196Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:54:01.196Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:54:01.796Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:54:01.796Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:54:05.189Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:54:05.189Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:54:05.189Z] 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-02-05T00:54:05.791Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:54:05.791Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:54:06.769Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:54:06.769Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:54:08.198Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:54:08.198Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:54:11.607Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:54:11.607Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:54:14.220Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:54:14.220Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:54:16.199Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:54:16.199Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:54:16.478Z] 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-02-05T00:54:16.478Z] 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-02-05T00:54:17.075Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:54:17.344Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:54:17.937Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:54:17.937Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:54:17.937Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:54:17.937Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:54:17.937Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:54:17.937Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:54:18.909Z] Installing collected packages: cached-property, jsonschema, texttable, idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, docopt, dockerpty, docker-compose [2021-02-05T00:54:19.179Z] Running setup.py install for texttable: started [2021-02-05T00:54:21.785Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:54:21.785Z] Attempting uninstall: idna [2021-02-05T00:54:21.785Z] Found existing installation: idna 2.9 [2021-02-05T00:54:21.785Z] Uninstalling idna-2.9: [2021-02-05T00:54:21.785Z] Successfully uninstalled idna-2.9 [2021-02-05T00:54:22.054Z] Attempting uninstall: urllib3 [2021-02-05T00:54:22.054Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:54:22.054Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:54:22.324Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:54:22.915Z] Attempting uninstall: requests [2021-02-05T00:54:22.915Z] Found existing installation: requests 2.23.0 [2021-02-05T00:54:22.915Z] Uninstalling requests-2.23.0: [2021-02-05T00:54:22.915Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:54:24.337Z] Running setup.py install for PyYAML: started [2021-02-05T00:54:26.294Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:54:26.294Z] Running setup.py install for docopt: started [2021-02-05T00:54:28.259Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:54:28.259Z] Running setup.py install for dockerpty: started [2021-02-05T00:54:30.219Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:54:30.809Z] 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-02-05T00:54:35.099Z] Removing intermediate container 4e0acc7d4d74 [2021-02-05T00:54:35.099Z] ---> ed37a3468950 [2021-02-05T00:54:35.099Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:54:35.099Z] ---> Running in 80dc64b0460c [2021-02-05T00:54:35.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:54:35.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:54:36.283Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:54:36.283Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:54:36.283Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:54:36.283Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:54:36.283Z] OK: 71 MiB in 58 packages [2021-02-05T00:54:37.713Z] Removing intermediate container 80dc64b0460c [2021-02-05T00:54:37.713Z] ---> 2670805e7df6 [2021-02-05T00:54:37.713Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:54:37.713Z] ---> Running in 5169d4b205f6 [2021-02-05T00:54:37.983Z] Removing intermediate container 5169d4b205f6 [2021-02-05T00:54:37.983Z] ---> fc019e1c7bb0 [2021-02-05T00:54:37.983Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:54:38.254Z] ---> Running in 0c3c6b712d84 [2021-02-05T00:54:38.526Z] Removing intermediate container 0c3c6b712d84 [2021-02-05T00:54:38.526Z] ---> 047eed0af197 [2021-02-05T00:54:38.526Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T00:54:38.526Z] ---> Running in 814d7282e6bf [2021-02-05T00:54:39.119Z] Removing intermediate container 814d7282e6bf [2021-02-05T00:54:39.119Z] ---> 6edf51df2ea9 [2021-02-05T00:54:39.119Z] Step 25/26 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 [2021-02-05T00:54:39.119Z] ---> Running in 2176b543a687 [2021-02-05T00:54:39.715Z] Removing intermediate container 2176b543a687 [2021-02-05T00:54:39.715Z] ---> 1b9ad3f03822 [2021-02-05T00:54:39.715Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:54:39.715Z] ---> Running in f69577cbf825 [2021-02-05T00:54:40.305Z] Removing intermediate container f69577cbf825 [2021-02-05T00:54:40.306Z] ---> 7a24ac973cf1 [2021-02-05T00:54:40.306Z] [2021-02-05T00:54:40.590Z] Successfully built 7a24ac973cf1 [2021-02-05T00:54:40.590Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T00:54:40.875Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T00:54:40.880Z] $ docker stop --time=1 0cf8bb71cc401510d4b96d6ddc7d011b0fb48adeef418d8c3b4d9f0c9159d2cf [2021-02-05T00:54:42.925Z] $ docker rm -f 0cf8bb71cc401510d4b96d6ddc7d011b0fb48adeef418d8c3b4d9f0c9159d2cf [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:54:43.741Z] + docker images [2021-02-05T00:54:43.741Z] + grep docker [2021-02-05T00:54:44.010Z] docker-sys-mgmt-agent-go-arm64 latest 7a24ac973cf1 4 seconds ago 300MB [2021-02-05T00:54:44.010Z] docker-support-notifications-go-arm64 latest a8c5a170e7cb About a minute ago 16.7MB [2021-02-05T00:54:44.010Z] docker-core-command-go-arm64 latest e7f240270c20 About a minute ago 16MB [2021-02-05T00:54:44.010Z] docker-support-scheduler-go-arm64 latest a24a41837bef 2 minutes ago 16.1MB [2021-02-05T00:54:44.010Z] docker-core-data-go-arm64 latest f73d51121732 3 minutes ago 21MB [2021-02-05T00:54:44.010Z] docker-security-bootstrapper-go-arm64 latest f19b3d3eb978 3 minutes ago 22.6MB [2021-02-05T00:54:44.010Z] docker-core-metadata-go-arm64 latest 88bf43ba6abc 3 minutes ago 17.7MB [2021-02-05T00:54:44.010Z] docker-security-proxy-setup-go-arm64 latest 95eff71763be 4 minutes ago 23.2MB [2021-02-05T00:54:44.010Z] docker-security-secretstore-setup-go-arm64 latest 940f2a293bd6 4 minutes ago 23.4MB [2021-02-05T00:54:44.010Z] docker 20.10.0 eeaf43b92773 7 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-02-05T00:54:45.739Z] provisioning config files... [2021-02-05T00:54:45.752Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config536565105095145672tmp [Pipeline] { [Pipeline] sh [2021-02-05T00:54:46.130Z] + set +x [2021-02-05T00:54:46.130Z] + curl -s https://codecov.io/bash [2021-02-05T00:54:46.130Z] + bash -s -- [2021-02-05T00:54:46.398Z] [2021-02-05T00:54:46.398Z] _____ _ [2021-02-05T00:54:46.398Z] / ____| | | [2021-02-05T00:54:46.398Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T00:54:46.398Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T00:54:46.398Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T00:54:46.398Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T00:54:46.398Z] Bash-20210129-7c25fce [2021-02-05T00:54:46.398Z] [2021-02-05T00:54:46.398Z] [2021-02-05T00:54:46.398Z] ==> git version 2.24.3 found [2021-02-05T00:54:46.398Z] ==> 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-02-05T00:54:46.398Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T00:54:46.398Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T00:54:46.661Z] ==> Jenkins CI detected. [2021-02-05T00:54:46.661Z] project root: . [2021-02-05T00:54:46.661Z] --> token set from env [2021-02-05T00:54:46.661Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T00:54:46.661Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T00:54:46.661Z] ==> Python coveragepy not found [2021-02-05T00:54:46.661Z] ==> Searching for coverage reports in: [2021-02-05T00:54:46.661Z] + . [2021-02-05T00:54:46.661Z] -> Found 1 reports [2021-02-05T00:54:46.661Z] ==> Detecting git/mercurial file structure [2021-02-05T00:54:46.924Z] ==> Reading reports [2021-02-05T00:54:46.924Z] + ./coverage.out bytes=583066 [2021-02-05T00:54:46.924Z] ==> Appending adjustments [2021-02-05T00:54:46.924Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T00:54:50.240Z] + Found adjustments [2021-02-05T00:54:50.240Z] ==> Gzipping contents [2021-02-05T00:54:50.240Z] 88K /tmp/codecov.6vsrmR.gz [2021-02-05T00:54:50.240Z] ==> Uploading reports [2021-02-05T00:54:50.240Z] url: https://codecov.io [2021-02-05T00:54:50.240Z] query: branch=PR-3034&commit=819d66770663099060b4e22756fbdb4c13ff0219&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-05T00:54:50.240Z] -> Pinging Codecov [2021-02-05T00:54:50.240Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=819d66770663099060b4e22756fbdb4c13ff0219&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-05T00:54:50.815Z] -> Uploading to [2021-02-05T00:54:50.815Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/819d66770663099060b4e22756fbdb4c13ff0219/a5c9c175-66c7-45b3-a5bc-0e00d11756db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T005450Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=93ecc8bce967677786e673b40ccd709cd9ddf20d9f9e8579df64f1520bff387e [2021-02-05T00:54:50.815Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T00:54:50.815Z] Dload Upload Total Spent Left Speed [2021-02-05T00:54:51.391Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87875 0 0 100 87875 0 136k --:--:-- --:--:-- --:--:-- 136k [2021-02-05T00:54:51.391Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/819d66770663099060b4e22756fbdb4c13ff0219 [Pipeline] } [2021-02-05T00:54:51.401Z] 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-02-05T00:54:53.451Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:54:54.403Z] ---> package-listing.sh [2021-02-05T00:54:54.403Z] ++ facter osfamily [2021-02-05T00:54:54.403Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T00:54:54.403Z] + OS_FAMILY=redhat [2021-02-05T00:54:54.403Z] + workspace=/w/workspace/edgex-go/18 [2021-02-05T00:54:54.403Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T00:54:54.403Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T00:54:54.403Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T00:54:54.403Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T00:54:54.403Z] + '[' /w/workspace/edgex-go/18 ']' [2021-02-05T00:54:54.403Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T00:54:54.403Z] + case "${OS_FAMILY}" in [2021-02-05T00:54:54.403Z] + rpm -qa [2021-02-05T00:54:54.403Z] + sort [2021-02-05T00:54:59.714Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T00:54:59.714Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T00:54:59.714Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T00:54:59.714Z] + '[' /w/workspace/edgex-go/18 ']' [2021-02-05T00:54:59.714Z] + mkdir -p /w/workspace/edgex-go/18/archives/ [2021-02-05T00:54:59.714Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo [2021-02-05T00:54:59.727Z] 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T00:55:00.028Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:55:00.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:55:00.603Z] [2021-02-05T00:55:00.603Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:55:00.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:55:00.962Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T00:55:00.962Z] df20fa9351a1: Pulling fs layer [2021-02-05T00:55:00.962Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T00:55:00.962Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T00:55:00.962Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T00:55:00.962Z] 93b61091891f: Pulling fs layer [2021-02-05T00:55:00.962Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T00:55:00.962Z] 5e14af77c1be: Pulling fs layer [2021-02-05T00:55:00.962Z] 01666e4c0597: Pulling fs layer [2021-02-05T00:55:00.962Z] aa168da1d23b: Pulling fs layer [2021-02-05T00:55:00.962Z] 93b9cdb0e59b: Waiting [2021-02-05T00:55:00.962Z] 5e14af77c1be: Waiting [2021-02-05T00:55:00.962Z] 01666e4c0597: Waiting [2021-02-05T00:55:00.962Z] 46f8f816bc3b: Waiting [2021-02-05T00:55:00.962Z] 93b61091891f: Waiting [2021-02-05T00:55:00.962Z] aa168da1d23b: Waiting [2021-02-05T00:55:00.962Z] 36b3adc4ff6f: Verifying Checksum [2021-02-05T00:55:00.962Z] 36b3adc4ff6f: Download complete [2021-02-05T00:55:00.962Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T00:55:00.962Z] 46f8f816bc3b: Download complete [2021-02-05T00:55:00.962Z] df20fa9351a1: Verifying Checksum [2021-02-05T00:55:01.226Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T00:55:01.227Z] 93b9cdb0e59b: Download complete [2021-02-05T00:55:01.227Z] 5e14af77c1be: Download complete [2021-02-05T00:55:01.227Z] 93b61091891f: Verifying Checksum [2021-02-05T00:55:01.227Z] 93b61091891f: Download complete [2021-02-05T00:55:01.227Z] 01666e4c0597: Verifying Checksum [2021-02-05T00:55:01.227Z] 01666e4c0597: Download complete [2021-02-05T00:55:01.227Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T00:55:01.227Z] 8ad3a11d3b57: Download complete [2021-02-05T00:55:01.494Z] df20fa9351a1: Pull complete [2021-02-05T00:55:01.768Z] 36b3adc4ff6f: Pull complete [2021-02-05T00:55:03.725Z] aa168da1d23b: Verifying Checksum [2021-02-05T00:55:03.725Z] aa168da1d23b: Download complete [2021-02-05T00:55:03.725Z] 8ad3a11d3b57: Pull complete [2021-02-05T00:55:03.725Z] 46f8f816bc3b: Pull complete [2021-02-05T00:55:04.675Z] 93b61091891f: Pull complete [2021-02-05T00:55:04.944Z] 93b9cdb0e59b: Pull complete [2021-02-05T00:55:04.944Z] 5e14af77c1be: Pull complete [2021-02-05T00:55:05.208Z] 01666e4c0597: Pull complete [2021-02-05T00:55:13.388Z] aa168da1d23b: Pull complete [2021-02-05T00:55:13.388Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T00:55:13.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:55:13.388Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T00:55:13.635Z] prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container [2021-02-05T00:55:13.700Z] $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-05T00:55:24.191Z] $ docker top 22be4a7d8887926fb0f28366ee39987b6e7273c9e491b0f99884cf17c4b2261c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:55:24.755Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T00:55:25.058Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T00:55:25.362Z] + ls /var/log/sa-host [2021-02-05T00:55:25.362Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T00:55:25.362Z] file_magic: OK [2021-02-05T00:55:25.362Z] HZ: Using current value: 100 [2021-02-05T00:55:25.362Z] file_header: OK [2021-02-05T00:55:25.362Z] 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-02-05T00:55:25.362Z] Statistics: [2021-02-05T00:55:25.363Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-05T00:55:25.363Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T00:55:25.363Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T00:55:25.363Z] file_magic: OK [2021-02-05T00:55:25.363Z] HZ: Using current value: 100 [2021-02-05T00:55:25.363Z] file_header: OK [2021-02-05T00:55:25.363Z] 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-02-05T00:55:25.363Z] Statistics: [2021-02-05T00:55:25.363Z] Hnuu...uuuununununu... [2021-02-05T00:55:25.363Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T00:55:25.588Z] provisioning config files... [2021-02-05T00:55:25.635Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4330259888588701436tmp [Pipeline] { [Pipeline] echo [2021-02-05T00:55:25.718Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:55:26.021Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T00:55:26.031Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T00:55:26.113Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:55:26.414Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T00:55:26.425Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:55:26.726Z] ---> sudo-logs.sh [2021-02-05T00:55:26.726Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T00:55:26.738Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:55:27.038Z] ---> job-cost.sh [2021-02-05T00:55:27.039Z] lf-activate-venv: SKIPPING [2021-02-05T00:55:27.039Z] INFO: No Stack... [2021-02-05T00:55:27.615Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T00:55:28.192Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T00:55:28.206Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:55:28.507Z] ---> logs-deploy.sh [2021-02-05T00:55:28.507Z] lf-activate-venv: SKIPPING [2021-02-05T00:55:28.507Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/18 [2021-02-05T00:55:28.507Z] INFO: archiving workspace using pattern(s): [2021-02-05T00:55:30.429Z] Archives upload complete. [2021-02-05T00:55:30.691Z] INFO: archiving logs to Nexus