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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 668f0a3a269f3b051418dc2678a30c23b2beea7f rather than caca1edf1c7f82230b0956996c48951e5cc8b8da Obtained Jenkinsfile from 668f0a3a269f3b051418dc2678a30c23b2beea7f 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22926 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit caca1edf1c7f82230b0956996c48951e5cc8b8da Merge succeeded, producing 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e Checking out Revision 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e (PR-3080) > 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/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f caca1edf1c7f82230b0956996c48951e5cc8b8da # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" > git rev-list --no-walk caca1edf1c7f82230b0956996c48951e5cc8b8da # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T00:30:11.970Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T00:30:12.198Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T00:30:12.308Z] ========================================================= [2021-01-27T00:30:12.308Z] EdgeX Global Pipelines Version Info [2021-01-27T00:30:12.308Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:30:13.796Z] ------------------- [2021-01-27T00:30:13.796Z] stable info: [2021-01-27T00:30:13.796Z] ------------------- [2021-01-27T00:30:13.796Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:30:13.796Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:30:13.796Z] Message: update stable to v1.0.179 [2021-01-27T00:30:14.748Z] ------------------- [2021-01-27T00:30:14.748Z] experimental info: [2021-01-27T00:30:14.748Z] ------------------- [2021-01-27T00:30:14.748Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:30:14.748Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:30:14.748Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T00:30:15.007Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-27T00:30:15.092Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-27T00:30:15.206Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T00:30:15.299Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T00:30:15.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T00:30:15.475Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T00:30:15.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T00:30:15.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-27T00:30:15.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-27T00:30:15.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-27T00:30:15.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T00:30:16.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T00:30:16.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T00:30:16.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T00:30:16.285Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:30:16.378Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:30:16.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T00:30:16.575Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T00:30:16.691Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T00:30:16.838Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T00:30:16.931Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T00:30:17.029Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T00:30:17.117Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T00:30:17.205Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3080 [Pipeline] echo [2021-01-27T00:30:17.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3080 [Pipeline] echo [2021-01-27T00:30:17.386Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3080 [Pipeline] echo [2021-01-27T00:30:17.476Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [Pipeline] echo [2021-01-27T00:30:17.566Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b4d967 [Pipeline] echo [2021-01-27T00:30:17.651Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:30:17.825Z] provisioning config files... [2021-01-27T00:30:17.857Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8759785355117589255tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:30:18.215Z] ---> docker-login.sh [2021-01-27T00:30:18.215Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:30:18.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:18.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:18.479Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:18.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:18.479Z] [2021-01-27T00:30:18.479Z] Login Succeeded [2021-01-27T00:30:18.479Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:30:18.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:18.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:18.742Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:18.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:18.742Z] [2021-01-27T00:30:18.742Z] Login Succeeded [2021-01-27T00:30:18.742Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:30:19.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:19.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:19.011Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:19.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:19.011Z] [2021-01-27T00:30:19.011Z] Login Succeeded [2021-01-27T00:30:19.011Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:30:19.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:19.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:19.285Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:19.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:19.285Z] [2021-01-27T00:30:19.285Z] Login Succeeded [2021-01-27T00:30:19.285Z] docker.io [2021-01-27T00:30:19.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:19.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:19.548Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:19.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:19.548Z] [2021-01-27T00:30:19.548Z] Login Succeeded [2021-01-27T00:30:19.548Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:30:19.564Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:30:20.055Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-27T00:30:20.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:20.055Z] ++ dirname cmd/core-command/Dockerfile [2021-01-27T00:30:20.055Z] ++ cut -d/ -f2 [2021-01-27T00:30:20.055Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-27T00:30:20.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:20.055Z] ++ dirname cmd/core-data/Dockerfile [2021-01-27T00:30:20.055Z] ++ cut -d/ -f2 [2021-01-27T00:30:20.056Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-27T00:30:20.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:20.056Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-27T00:30:20.056Z] ++ cut -d/ -f2 [2021-01-27T00:30:20.056Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-27T00:30:20.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:20.056Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-27T00:30:20.056Z] ++ cut -d/ -f2 [2021-01-27T00:30:20.056Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-27T00:30:20.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:20.056Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-27T00:30:20.056Z] ++ cut -d/ -f2 [2021-01-27T00:30:20.056Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-27T00:30:20.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:20.056Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:30:20.056Z] ++ cut -d/ -f2 [2021-01-27T00:30:20.056Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:30:20.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:20.056Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-27T00:30:20.056Z] ++ cut -d/ -f2 [2021-01-27T00:30:20.056Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-27T00:30:20.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:20.056Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-27T00:30:20.056Z] ++ cut -d/ -f2 [2021-01-27T00:30:20.056Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-27T00:30:20.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:20.056Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-27T00:30:20.056Z] ++ cut -d/ -f2 [2021-01-27T00:30:20.056Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-27T00:30:20.209Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:30:23.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:30:23.161Z] [2021-01-27T00:30:23.161Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:30:23.629Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:30:23.629Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T00:30:23.629Z] 31603596830f: Pulling fs layer [2021-01-27T00:30:23.629Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T00:30:23.629Z] 6ca5941a6612: Pulling fs layer [2021-01-27T00:30:23.629Z] ecc8261a40a4: Pulling fs layer [2021-01-27T00:30:23.629Z] ecc8261a40a4: Waiting [2021-01-27T00:30:23.629Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T00:30:23.629Z] 2a8b12db71e7: Download complete [2021-01-27T00:30:23.629Z] 31603596830f: Download complete [2021-01-27T00:30:23.892Z] ecc8261a40a4: Verifying Checksum [2021-01-27T00:30:23.892Z] ecc8261a40a4: Download complete [2021-01-27T00:30:23.892Z] 6ca5941a6612: Verifying Checksum [2021-01-27T00:30:23.892Z] 6ca5941a6612: Download complete [2021-01-27T00:30:24.158Z] 31603596830f: Pull complete [2021-01-27T00:30:24.158Z] 2a8b12db71e7: Pull complete [2021-01-27T00:30:25.121Z] 6ca5941a6612: Pull complete [2021-01-27T00:30:25.121Z] ecc8261a40a4: Pull complete [2021-01-27T00:30:25.121Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T00:30:25.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:30:25.385Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T00:30:25.553Z] prd-centos7-docker-4c-2g-22926 does not seem to be running inside a container [2021-01-27T00:30:25.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T00:30:28.313Z] $ docker top f30b3dfd32d2a3cf95320b1f86f9e48464423a0d76eabe21277474195529bd40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T00:30:28.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:30:28.666Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:30:29.002Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:30:29.007Z] $ docker exec f30b3dfd32d2a3cf95320b1f86f9e48464423a0d76eabe21277474195529bd40 ssh-agent [2021-01-27T00:30:29.240Z] SSH_AUTH_SOCK=/tmp/ssh-n2rkwLtuLSo6/agent.12 [2021-01-27T00:30:29.240Z] SSH_AGENT_PID=17 [2021-01-27T00:30:29.257Z] Running ssh-add (command line suppressed) [2021-01-27T00:30:29.377Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1733451050870334933.key (/w/workspace/edgex-go/2@tmp/private_key_1733451050870334933.key) [2021-01-27T00:30:29.444Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:30:29.783Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T00:30:29.806Z] $ docker exec --env ******** --env ******** f30b3dfd32d2a3cf95320b1f86f9e48464423a0d76eabe21277474195529bd40 ssh-agent -k [2021-01-27T00:30:29.921Z] unset SSH_AUTH_SOCK; [2021-01-27T00:30:29.921Z] unset SSH_AGENT_PID; [2021-01-27T00:30:29.921Z] echo Agent pid 17 killed; [2021-01-27T00:30:29.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T00:30:30.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:30:30.149Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:30:30.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:30:30.331Z] $ docker exec f30b3dfd32d2a3cf95320b1f86f9e48464423a0d76eabe21277474195529bd40 ssh-agent [2021-01-27T00:30:30.498Z] SSH_AUTH_SOCK=/tmp/ssh-5U1MxKIAfYWE/agent.47 [2021-01-27T00:30:30.498Z] SSH_AGENT_PID=52 [2021-01-27T00:30:30.506Z] Running ssh-add (command line suppressed) [2021-01-27T00:30:30.620Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2759631198014351927.key (/w/workspace/edgex-go/2@tmp/private_key_2759631198014351927.key) [2021-01-27T00:30:30.672Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:30:31.030Z] + git semver init [2021-01-27T00:30:31.030Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T00:30:31.030Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-27T00:30:31.030Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-27T00:30:31.030Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T00:30:31.030Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T00:30:31.030Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T00:30:31.030Z] # $SEMVER_BRANCH = PR-3080 [2021-01-27T00:30:31.030Z] # $SEMVER_TEMP = /tmp/semver-037050936 [2021-01-27T00:30:31.030Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-27T00:31:03.214Z] # '/tmp/semver-037050936' -> '/w/workspace/edgex-go/2/.semver' [2021-01-27T00:31:03.214Z] # -> Force: false [2021-01-27T00:31:03.214Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-27T00:31:03.231Z] $ docker exec --env ******** --env ******** f30b3dfd32d2a3cf95320b1f86f9e48464423a0d76eabe21277474195529bd40 ssh-agent -k [2021-01-27T00:31:03.488Z] unset SSH_AUTH_SOCK; [2021-01-27T00:31:03.488Z] unset SSH_AGENT_PID; [2021-01-27T00:31:03.489Z] echo Agent pid 52 killed; [2021-01-27T00:31:03.584Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:31:04.087Z] + git semver [Pipeline] } [2021-01-27T00:31:04.105Z] $ docker stop --time=1 f30b3dfd32d2a3cf95320b1f86f9e48464423a0d76eabe21277474195529bd40 [2021-01-27T00:31:06.029Z] $ docker rm -f f30b3dfd32d2a3cf95320b1f86f9e48464423a0d76eabe21277474195529bd40 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:31:06.563Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T00:31:07.085Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T00:31:07.088Z] [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) [2021-01-27T00:31:07.657Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22923 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] ws [2021-01-27T00:31:07.712Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] sh [Pipeline] checkout [2021-01-27T00:31:08.071Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:08.374Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:08.711Z] + sudo service docker restart [2021-01-27T00:31:08.711Z] + true [2021-01-27T00:31:08.711Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-27T00:31:09.677Z] ========================================================= [2021-01-27T00:31:09.677Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T00:31:09.677Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:31:10.045Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-27T00:31:12.979Z] using credential edgex-jenkins-ssh [2021-01-27T00:31:13.037Z] Cloning the remote Git repository [2021-01-27T00:31:13.092Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:31:13.222Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T00:31:13.297Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:31:13.297Z] > git --version # timeout=10 [2021-01-27T00:31:13.324Z] > git --version # 'git version 2.17.1' [2021-01-27T00:31:13.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:31:13.405Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:31:14.301Z] Sending build context to Docker daemon 327.2MB [2021-01-27T00:31:14.301Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:31:14.301Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:31:14.301Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T00:31:14.301Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T00:31:14.301Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T00:31:14.301Z] de9db76c5a1d: Pulling fs layer [2021-01-27T00:31:14.301Z] bca2f99d35d6: Pulling fs layer [2021-01-27T00:31:14.301Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T00:31:14.301Z] 7c6f9722023f: Pulling fs layer [2021-01-27T00:31:14.301Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T00:31:14.301Z] 93359f2a8cfa: Waiting [2021-01-27T00:31:14.301Z] bca2f99d35d6: Waiting [2021-01-27T00:31:14.301Z] 7c6f9722023f: Waiting [2021-01-27T00:31:14.301Z] a35cf1a2eb13: Waiting [2021-01-27T00:31:14.301Z] de9db76c5a1d: Download complete [2021-01-27T00:31:14.301Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T00:31:14.301Z] 0ef7d3d256c8: Download complete [2021-01-27T00:31:14.301Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T00:31:14.301Z] 93359f2a8cfa: Download complete [2021-01-27T00:31:14.301Z] 7c6f9722023f: Verifying Checksum [2021-01-27T00:31:14.301Z] 7c6f9722023f: Download complete [2021-01-27T00:31:14.301Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T00:31:14.301Z] 188c0c94c7c5: Download complete [2021-01-27T00:31:14.301Z] 188c0c94c7c5: Pull complete [2021-01-27T00:31:14.565Z] 0ef7d3d256c8: Pull complete [2021-01-27T00:31:14.565Z] de9db76c5a1d: Pull complete [2021-01-27T00:31:15.969Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T00:31:15.969Z] a35cf1a2eb13: Download complete [2021-01-27T00:31:16.937Z] bca2f99d35d6: Verifying Checksum [2021-01-27T00:31:16.937Z] bca2f99d35d6: Download complete [2021-01-27T00:31:22.340Z] bca2f99d35d6: Pull complete [2021-01-27T00:31:22.608Z] 93359f2a8cfa: Pull complete [2021-01-27T00:31:22.608Z] 7c6f9722023f: Pull complete [2021-01-27T00:31:29.302Z] a35cf1a2eb13: Pull complete [2021-01-27T00:31:29.302Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T00:31:29.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T00:31:29.302Z] ---> a62c8e92a672 [2021-01-27T00:31:29.302Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-27T00:31:29.302Z] ---> Running in 1bd64760facc [2021-01-27T00:31:29.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:31:30.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:31:32.889Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:31:33.462Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:31:33.723Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:31:33.723Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:31:42.629Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit caca1edf1c7f82230b0956996c48951e5cc8b8da [2021-01-27T00:31:43.283Z] Merge succeeded, producing 17986a4cba57bc40053308ca3fbdf941887d51f6 [2021-01-27T00:31:43.284Z] Checking out Revision 17986a4cba57bc40053308ca3fbdf941887d51f6 (PR-3080) [2021-01-27T00:31:41.711Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:31:41.732Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:31:41.763Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:31:41.809Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:31:41.809Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:31:41.821Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T00:31:42.648Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:31:42.663Z] > git checkout -f caca1edf1c7f82230b0956996c48951e5cc8b8da # timeout=10 [2021-01-27T00:31:42.964Z] > git remote # timeout=10 [2021-01-27T00:31:42.992Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T00:31:43.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:31:43.020Z] > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-27T00:31:43.265Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T00:31:43.289Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:31:43.307Z] > git checkout -f 17986a4cba57bc40053308ca3fbdf941887d51f6 # timeout=10 [2021-01-27T00:31:47.541Z] Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" [2021-01-27T00:31:47.547Z] > git rev-list --no-walk caca1edf1c7f82230b0956996c48951e5cc8b8da # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T00:31:48.983Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:49.399Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:49.768Z] + sudo service docker restart [2021-01-27T00:31:49.768Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:31:52.475Z] provisioning config files... [2021-01-27T00:31:52.517Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7079590522688757443tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:31:52.915Z] ---> docker-login.sh [2021-01-27T00:31:52.915Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:31:53.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:53.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:53.929Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:53.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:53.929Z] [2021-01-27T00:31:53.929Z] Login Succeeded [2021-01-27T00:31:54.204Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:31:54.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:54.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:54.477Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:54.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:54.477Z] [2021-01-27T00:31:54.477Z] Login Succeeded [2021-01-27T00:31:54.753Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:31:55.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:55.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:55.031Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:55.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:55.031Z] [2021-01-27T00:31:55.031Z] Login Succeeded [2021-01-27T00:31:55.307Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:31:55.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:55.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:55.578Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:55.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:55.578Z] [2021-01-27T00:31:55.578Z] Login Succeeded [2021-01-27T00:31:55.726Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:31:55.726Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:31:55.726Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:31:55.726Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:31:55.726Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:31:55.726Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:31:55.854Z] docker.io [2021-01-27T00:31:55.988Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:31:55.988Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:31:55.988Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:31:55.988Z] OK: 233 MiB in 51 packages [2021-01-27T00:31:56.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:56.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:56.396Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:56.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:56.396Z] [2021-01-27T00:31:56.396Z] Login Succeeded [2021-01-27T00:31:56.396Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:31:56.413Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T00:31:56.825Z] ========================================================= [2021-01-27T00:31:56.825Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T00:31:56.825Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:31:57.208Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-27T00:31:59.331Z] Removing intermediate container 1bd64760facc [2021-01-27T00:31:59.331Z] ---> f79175f04eb1 [2021-01-27T00:31:59.331Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:31:59.331Z] ---> Running in 7905102b0f0d [2021-01-27T00:31:59.596Z] Removing intermediate container 7905102b0f0d [2021-01-27T00:31:59.596Z] ---> 3ffff2c243ad [2021-01-27T00:31:59.596Z] Step 5/6 : COPY go.mod . [2021-01-27T00:31:59.846Z] Sending build context to Docker daemon 165.9MB [2021-01-27T00:31:59.846Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:31:59.846Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:31:59.846Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T00:31:59.846Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T00:31:59.846Z] a4357932f1b6: Pulling fs layer [2021-01-27T00:31:59.846Z] 18c013af1878: Pulling fs layer [2021-01-27T00:31:59.846Z] 00ac8860ef70: Pulling fs layer [2021-01-27T00:31:59.846Z] 63d7cb157983: Pulling fs layer [2021-01-27T00:31:59.846Z] b116817d02f9: Pulling fs layer [2021-01-27T00:31:59.846Z] 745a02a5169b: Pulling fs layer [2021-01-27T00:31:59.846Z] 00ac8860ef70: Waiting [2021-01-27T00:31:59.846Z] 63d7cb157983: Waiting [2021-01-27T00:31:59.846Z] b116817d02f9: Waiting [2021-01-27T00:31:59.846Z] 745a02a5169b: Waiting [2021-01-27T00:31:59.846Z] 18c013af1878: Verifying Checksum [2021-01-27T00:31:59.846Z] 18c013af1878: Download complete [2021-01-27T00:31:59.846Z] a4357932f1b6: Verifying Checksum [2021-01-27T00:31:59.846Z] a4357932f1b6: Download complete [2021-01-27T00:31:59.846Z] 63d7cb157983: Download complete [2021-01-27T00:31:59.860Z] ---> d8374e228013 [2021-01-27T00:31:59.860Z] Step 6/6 : RUN go mod download [2021-01-27T00:31:59.860Z] ---> Running in 545bf4843516 [2021-01-27T00:32:00.124Z] b116817d02f9: Verifying Checksum [2021-01-27T00:32:00.124Z] b116817d02f9: Download complete [2021-01-27T00:32:00.124Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T00:32:00.124Z] 5f621e34cdf4: Download complete [2021-01-27T00:32:00.724Z] 5f621e34cdf4: Pull complete [2021-01-27T00:32:00.999Z] a4357932f1b6: Pull complete [2021-01-27T00:32:01.601Z] 18c013af1878: Pull complete [2021-01-27T00:32:03.600Z] 745a02a5169b: Verifying Checksum [2021-01-27T00:32:03.601Z] 745a02a5169b: Download complete [2021-01-27T00:32:05.081Z] 00ac8860ef70: Download complete [2021-01-27T00:32:15.284Z] 00ac8860ef70: Pull complete [2021-01-27T00:32:15.284Z] 63d7cb157983: Pull complete [2021-01-27T00:32:15.284Z] b116817d02f9: Pull complete [2021-01-27T00:32:18.679Z] 745a02a5169b: Pull complete [2021-01-27T00:32:18.679Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T00:32:18.679Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T00:32:18.679Z] ---> b7e6874047d6 [2021-01-27T00:32:18.679Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-27T00:32:21.940Z] Removing intermediate container 545bf4843516 [2021-01-27T00:32:21.940Z] ---> a47f0d478116 [2021-01-27T00:32:21.940Z] Successfully built a47f0d478116 [2021-01-27T00:32:21.940Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:32:22.073Z] ---> Running in f9efdf2c6a47 [2021-01-27T00:32:22.261Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:32:22.261Z] . [Pipeline] withDockerContainer [2021-01-27T00:32:22.367Z] prd-centos7-docker-4c-2g-22926 does not seem to be running inside a container [2021-01-27T00:32:22.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:32:23.192Z] $ docker top 2ff1262fc5cf4b8a3e112eddbf5a2ba3ed32caf938c899b4060731c6266954a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:32:23.676Z] + go version [2021-01-27T00:32:23.676Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T00:32:23.695Z] $ docker stop --time=1 2ff1262fc5cf4b8a3e112eddbf5a2ba3ed32caf938c899b4060731c6266954a3 [2021-01-27T00:32:24.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:32:25.109Z] $ docker rm -f 2ff1262fc5cf4b8a3e112eddbf5a2ba3ed32caf938c899b4060731c6266954a3 [2021-01-27T00:32:25.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:32:25.994Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:32:25.994Z] . [Pipeline] withDockerContainer [2021-01-27T00:32:26.095Z] prd-centos7-docker-4c-2g-22926 does not seem to be running inside a container [2021-01-27T00:32:26.151Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:32:26.559Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:32:26.853Z] $ docker top fff9ca477612d55f75dc1c1356f0aa607b5746ceca523adb8d2565625bbda9c2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T00:32:27.144Z] ========================================================= [2021-01-27T00:32:27.144Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:32:27.144Z] ========================================================= [Pipeline] sh [2021-01-27T00:32:27.150Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:32:27.150Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:32:27.150Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:32:27.447Z] + make test [2021-01-27T00:32:27.447Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:32:37.536Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:32:39.522Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:32:39.522Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:32:39.522Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:32:39.522Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:32:39.522Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:32:39.522Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:32:39.522Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:32:39.522Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:32:39.522Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:32:39.796Z] OK: 217 MiB in 51 packages [2021-01-27T00:32:44.091Z] Removing intermediate container f9efdf2c6a47 [2021-01-27T00:32:44.091Z] ---> bf5fcd7dfdde [2021-01-27T00:32:44.091Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:32:44.091Z] ---> Running in 01b6c4094a51 [2021-01-27T00:32:44.371Z] Removing intermediate container 01b6c4094a51 [2021-01-27T00:32:44.371Z] ---> 472d2faaef17 [2021-01-27T00:32:44.371Z] Step 5/6 : COPY go.mod . [2021-01-27T00:32:44.969Z] ---> 67d099c065dd [2021-01-27T00:32:44.969Z] Step 6/6 : RUN go mod download [2021-01-27T00:32:44.969Z] ---> Running in ecad47130067 [2021-01-27T00:32:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T00:32:58.940Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:32:58.940Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:32:58.940Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:32:58.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:33:02.547Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:33:02.547Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:33:02.547Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:33:02.547Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:33:02.547Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:33:02.547Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:33:04.508Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:33:04.508Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:33:04.508Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:33:07.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.076s coverage: 46.6% of statements [2021-01-27T00:33:07.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:33:07.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:33:07.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:33:07.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:33:07.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:33:11.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:33:11.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:33:11.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:33:11.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.8% of statements [2021-01-27T00:33:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:33:11.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:33:11.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.116s coverage: 82.3% of statements [2021-01-27T00:33:11.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:33:11.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:33:11.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:33:11.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:33:12.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.378s coverage: 28.6% of statements [2021-01-27T00:33:12.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:33:12.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:33:12.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:33:12.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:33:12.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:33:12.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements [2021-01-27T00:33:12.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:33:12.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-01-27T00:33:12.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:33:13.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-01-27T00:33:13.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:33:13.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements [2021-01-27T00:33:13.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:33:13.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements [2021-01-27T00:33:13.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:33:13.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:33:13.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:33:13.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:33:15.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.416s coverage: 92.8% of statements [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:33:15.852Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:33:15.852Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:33:15.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:33:15.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 43.8% of statements [2021-01-27T00:33:15.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-01-27T00:33:15.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-01-27T00:33:15.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-01-27T00:33:15.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-01-27T00:33:17.335Z] Removing intermediate container ecad47130067 [2021-01-27T00:33:17.335Z] ---> 1a75cf95bc2b [2021-01-27T00:33:17.335Z] Successfully built 1a75cf95bc2b [2021-01-27T00:33:17.335Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:33:17.669Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:33:17.669Z] . [Pipeline] withDockerContainer [2021-01-27T00:33:17.896Z] prd-ubuntu18.04-docker-arm64-4c-16g-22923 does not seem to be running inside a container [2021-01-27T00:33:17.978Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:33:20.257Z] $ docker top 0934971bdfe763b15aefdff03b41d7b5bfb7e5221814a1391fa0ec833f5d0e2b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:33:21.263Z] + go version [2021-01-27T00:33:21.263Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T00:33:21.284Z] $ docker stop --time=1 0934971bdfe763b15aefdff03b41d7b5bfb7e5221814a1391fa0ec833f5d0e2b [2021-01-27T00:33:23.493Z] $ docker rm -f 0934971bdfe763b15aefdff03b41d7b5bfb7e5221814a1391fa0ec833f5d0e2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:33:24.463Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:33:24.463Z] . [Pipeline] withDockerContainer [2021-01-27T00:33:24.725Z] prd-ubuntu18.04-docker-arm64-4c-16g-22923 does not seem to be running inside a container [2021-01-27T00:33:24.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:33:26.358Z] $ docker top c3569a19d2e5d626b70e0f24cbb373d660f0b66e83a16b4aa8e8efaac13d6ab2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T00:33:26.743Z] ========================================================= [2021-01-27T00:33:26.743Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:33:26.743Z] ========================================================= [Pipeline] sh [2021-01-27T00:33:27.390Z] + make test [2021-01-27T00:33:27.390Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:33:28.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-01-27T00:33:28.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-01-27T00:33:28.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:33:28.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:33:28.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:33:28.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:33:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.046s coverage: 87.2% of statements [2021-01-27T00:33:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:33:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:33:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-27T00:33:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:33:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-01-27T00:33:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:33:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.029s coverage: 80.8% of statements [2021-01-27T00:33:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-27T00:33:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-01-27T00:33:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements [2021-01-27T00:33:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:33:28.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements [2021-01-27T00:33:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:33:28.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.292s coverage: 68.9% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.251s coverage: 84.0% of statements [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 47.1% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:33:28.408Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:33:28.408Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:33:28.674Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-01-27T00:33:28.674Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:33:28.674Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:33:28.674Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-01-27T00:33:29.252Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-27T00:33:29.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-27T00:33:29.787Z] GO111MODULE=on go vet ./... [2021-01-27T00:33:49.567Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:33:56.523Z] gofmt -l . [2021-01-27T00:33:56.523Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:33:56.523Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:33:56.523Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:33:56.839Z] + ls -al . [2021-01-27T00:33:56.839Z] total 668 [2021-01-27T00:33:56.839Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 00:33 . [2021-01-27T00:33:56.839Z] drwxr-xr-x 4 root root 28 Jan 27 00:32 .. [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:30 .dockerignore [2021-01-27T00:33:56.839Z] drwxrwxr-x 8 1001 1001 179 Jan 27 00:30 .git [2021-01-27T00:33:56.839Z] drwxrwxr-x 3 1001 1001 125 Jan 27 00:30 .github [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:30 .gitignore [2021-01-27T00:33:56.839Z] drwx------ 3 1001 1001 60 Jan 27 00:31 .semver [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:30 .sonarcloud.properties [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:30 Attribution.txt [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:30 CONTRIBUTING.md [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:30 Dockerfile.build [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:30 Jenkinsfile [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:30 LICENSE [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:30 Makefile [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:30 README.md [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:30 SECURITY.md [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:30 ZMQWindows.md [2021-01-27T00:33:56.839Z] drwxrwxr-x 2 1001 1001 117 Jan 27 00:30 bin [2021-01-27T00:33:56.839Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:30 cmd [2021-01-27T00:33:56.839Z] -rw-r--r-- 1 root root 564700 Jan 27 00:33 coverage.out [2021-01-27T00:33:56.839Z] -rw-r--r-- 1 root root 1053 Jan 27 00:33 go.mod [2021-01-27T00:33:56.839Z] -rw-r--r-- 1 root root 18995 Jan 27 00:33 go.sum [2021-01-27T00:33:56.839Z] drwxrwxr-x 8 1001 1001 127 Jan 27 00:30 internal [2021-01-27T00:33:56.839Z] drwxrwxr-x 4 1001 1001 26 Jan 27 00:30 openapi [2021-01-27T00:33:56.839Z] drwxrwxr-x 4 1001 1001 71 Jan 27 00:30 snap [2021-01-27T00:33:56.839Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:30 version.go [Pipeline] sh [2021-01-27T00:33:57.143Z] + '[' -e coverage.out ] [2021-01-27T00:33:57.144Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:33:57.333Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:33:57.626Z] + make build [2021-01-27T00:33:57.626Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:34:01.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T00:34:10.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T00:34:11.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T00:34:12.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:34:13.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T00:34:14.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T00:34:16.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T00:34:17.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T00:34:19.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T00:34:20.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:34:21.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T00:34:23.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-27T00:34:24.980Z] $ docker stop --time=1 fff9ca477612d55f75dc1c1356f0aa607b5746ceca523adb8d2565625bbda9c2 [2021-01-27T00:34:27.122Z] $ docker rm -f fff9ca477612d55f75dc1c1356f0aa607b5746ceca523adb8d2565625bbda9c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-27T00:34:28.661Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:34:29.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:34:29.428Z] [2021-01-27T00:34:29.428Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:34:29.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:34:29.781Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-27T00:34:29.781Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-27T00:34:29.781Z] ca9280d653b3: Pulling fs layer [2021-01-27T00:34:29.781Z] 7e9c9ca2126c: Pulling fs layer [2021-01-27T00:34:30.050Z] cbdbe7a5bc2a: Download complete [2021-01-27T00:34:30.315Z] cbdbe7a5bc2a: Pull complete [2021-01-27T00:34:30.584Z] ca9280d653b3: Verifying Checksum [2021-01-27T00:34:30.584Z] ca9280d653b3: Download complete [2021-01-27T00:34:32.005Z] 7e9c9ca2126c: Verifying Checksum [2021-01-27T00:34:32.005Z] 7e9c9ca2126c: Download complete [2021-01-27T00:34:32.005Z] ca9280d653b3: Pull complete [2021-01-27T00:34:38.656Z] 7e9c9ca2126c: Pull complete [2021-01-27T00:34:38.656Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-27T00:34:38.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:34:38.656Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-27T00:34:38.815Z] prd-centos7-docker-4c-2g-22926 does not seem to be running inside a container [2021-01-27T00:34:38.879Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:34:41.924Z] $ docker top 67cf592d060c10eed0aac06e645844468177eaa903b1cf16f12f48c9f498e4db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:34:42.451Z] + + grep paralleldocker-compose [2021-01-27T00:34:42.451Z] build --help [2021-01-27T00:34:43.409Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:34:43.691Z] $ docker stop --time=1 67cf592d060c10eed0aac06e645844468177eaa903b1cf16f12f48c9f498e4db [2021-01-27T00:34:45.042Z] $ docker rm -f 67cf592d060c10eed0aac06e645844468177eaa903b1cf16f12f48c9f498e4db [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:34:45.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:34:45.659Z] . [Pipeline] withDockerContainer [2021-01-27T00:34:45.770Z] prd-centos7-docker-4c-2g-22926 does not seem to be running inside a container [2021-01-27T00:34:45.916Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:34:46.569Z] $ docker top 239188559d8c3ae359b1c2c6c4e994c811989c59926b0b9df9e3cb00d462bb86 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:34:47.146Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:34:48.548Z] Building docker-core-command-go ... [2021-01-27T00:34:48.548Z] Building docker-core-data-go ... [2021-01-27T00:34:48.548Z] Building docker-core-metadata-go ... [2021-01-27T00:34:48.548Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:34:48.548Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:34:48.548Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:34:48.548Z] Building docker-support-notifications-go ... [2021-01-27T00:34:48.548Z] Building docker-support-scheduler-go ... [2021-01-27T00:34:48.548Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:34:48.548Z] Building docker-core-data-go [2021-01-27T00:34:48.548Z] Building docker-security-bootstrapper-go [2021-01-27T00:34:48.548Z] Building docker-support-scheduler-go [2021-01-27T00:34:48.548Z] Building docker-support-notifications-go [2021-01-27T00:34:48.548Z] Building docker-sys-mgmt-agent-go [2021-01-27T00:34:50.874Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:34:50.874Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:34:50.874Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:34:50.874Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:34:51.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:34:51.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:34:51.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:34:51.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:34:51.869Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:34:53.852Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:35:00.608Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:35:00.609Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:35:00.609Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:35:07.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.334s coverage: 46.6% of statements [2021-01-27T00:35:07.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:35:07.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:35:07.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:35:07.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:35:07.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:35:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.515s coverage: 27.1% of statements [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:35:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:35:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:35:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 65.8% of statements [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:35:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.313s coverage: 82.3% of statements [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:35:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:35:20.905Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:35:20.905Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:35:20.905Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:35:20.905Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:35:20.905Z] ---> a47f0d478116 [2021-01-27T00:35:20.905Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:35:20.905Z] ---> a47f0d478116 [2021-01-27T00:35:20.905Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:35:20.905Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:35:20.905Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:35:20.905Z] ---> a47f0d478116 [2021-01-27T00:35:20.905Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:35:20.905Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:35:20.905Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:35:20.905Z] ---> a47f0d478116 [2021-01-27T00:35:20.905Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:35:20.905Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:35:20.905Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:35:20.905Z] ---> a47f0d478116 [2021-01-27T00:35:20.905Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:35:20.905Z] ---> Running in 87ea947bb7ff [2021-01-27T00:35:20.905Z] ---> Running in 4dbdaaa3c451 [2021-01-27T00:35:20.905Z] ---> Running in 48e46b2281c1 [2021-01-27T00:35:20.905Z] ---> Running in 91a38fd96c53 [2021-01-27T00:35:20.905Z] ---> Running in 9ca2e85710f2 [2021-01-27T00:35:20.905Z] Removing intermediate container 4dbdaaa3c451 [2021-01-27T00:35:20.905Z] ---> fd7efb0fd12c [2021-01-27T00:35:20.905Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:35:21.182Z] Removing intermediate container 9ca2e85710f2 [2021-01-27T00:35:21.182Z] ---> 2103d3d91068 [2021-01-27T00:35:21.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:35:21.182Z] Removing intermediate container 48e46b2281c1 [2021-01-27T00:35:21.182Z] ---> b5152a69474f [2021-01-27T00:35:21.182Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:35:21.182Z] Removing intermediate container 91a38fd96c53 [2021-01-27T00:35:21.182Z] ---> dc87c81f24c6 [2021-01-27T00:35:21.182Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:35:21.182Z] Removing intermediate container 87ea947bb7ff [2021-01-27T00:35:21.183Z] ---> bf1a3daaa89d [2021-01-27T00:35:21.183Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:35:21.183Z] ---> Running in e137521d35f0 [2021-01-27T00:35:21.183Z] ---> Running in 5db69b3b2508 [2021-01-27T00:35:21.183Z] ---> Running in 05c4a793bc2e [2021-01-27T00:35:21.458Z] ---> Running in 1b55ac9577b4 [2021-01-27T00:35:21.458Z] ---> Running in d1c8f0b683a1 [2021-01-27T00:35:23.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.326s coverage: 28.6% of statements [2021-01-27T00:35:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:35:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:35:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:35:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:35:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:35:23.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.142s coverage: 100.0% of statements [2021-01-27T00:35:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:35:23.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-01-27T00:35:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:35:23.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.289s coverage: 86.7% of statements [2021-01-27T00:35:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:35:23.400Z] Removing intermediate container e137521d35f0 [2021-01-27T00:35:23.400Z] ---> c81549b3e486 [2021-01-27T00:35:23.400Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:35:23.400Z] Removing intermediate container 5db69b3b2508 [2021-01-27T00:35:23.400Z] ---> 69ba4a9915ba [2021-01-27T00:35:23.400Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:35:23.666Z] ---> Running in b002fb5b7adc [2021-01-27T00:35:23.666Z] ---> Running in a061a4e4323a [2021-01-27T00:35:23.666Z] Removing intermediate container 05c4a793bc2e [2021-01-27T00:35:23.666Z] ---> 6164ba3960b1 [2021-01-27T00:35:23.666Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:35:23.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements [2021-01-27T00:35:23.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:35:23.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements [2021-01-27T00:35:23.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:35:23.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:35:23.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:35:23.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:35:23.932Z] Removing intermediate container 1b55ac9577b4 [2021-01-27T00:35:23.932Z] ---> 9a03204498c1 [2021-01-27T00:35:23.932Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:35:23.932Z] Removing intermediate container d1c8f0b683a1 [2021-01-27T00:35:23.932Z] ---> d99adc74e6ab [2021-01-27T00:35:23.932Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:35:23.932Z] ---> Running in da9f6bd138e7 [2021-01-27T00:35:24.214Z] ---> Running in aa30a1a4de49 [2021-01-27T00:35:24.214Z] ---> Running in fa087cb5fafb [2021-01-27T00:35:24.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:24.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:25.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:25.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:25.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:25.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:25.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:25.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:25.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:25.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:35:25.938Z] OK: 233 MiB in 51 packages [2021-01-27T00:35:26.225Z] OK: 233 MiB in 51 packages [2021-01-27T00:35:26.225Z] OK: 233 MiB in 51 packages [2021-01-27T00:35:26.225Z] OK: 233 MiB in 51 packages [2021-01-27T00:35:26.225Z] OK: 233 MiB in 51 packages [2021-01-27T00:35:26.813Z] Removing intermediate container a061a4e4323a [2021-01-27T00:35:26.813Z] ---> 43fe7a954312 [2021-01-27T00:35:26.813Z] Step 6/26 : COPY go.mod . [2021-01-27T00:35:27.087Z] Removing intermediate container da9f6bd138e7 [2021-01-27T00:35:27.087Z] ---> c0c1c593fee6 [2021-01-27T00:35:27.087Z] Step 6/33 : COPY go.mod . [2021-01-27T00:35:27.374Z] Removing intermediate container b002fb5b7adc [2021-01-27T00:35:27.374Z] ---> c71bf460bc60 [2021-01-27T00:35:27.374Z] Step 6/23 : COPY go.mod . [2021-01-27T00:35:27.374Z] ---> eb72dd37c2e7 [2021-01-27T00:35:27.374Z] Step 7/26 : RUN go mod download [2021-01-27T00:35:27.374Z] Removing intermediate container fa087cb5fafb [2021-01-27T00:35:27.374Z] ---> 54d36f91935f [2021-01-27T00:35:27.374Z] Step 6/22 : COPY go.mod . [2021-01-27T00:35:27.374Z] ---> Running in 1bab702f8c75 [2021-01-27T00:35:27.638Z] Removing intermediate container aa30a1a4de49 [2021-01-27T00:35:27.638Z] ---> 7fdeed674b0c [2021-01-27T00:35:27.638Z] Step 6/22 : COPY go.mod . [2021-01-27T00:35:27.638Z] ---> 470d78e2aa4a [2021-01-27T00:35:27.638Z] Step 7/33 : RUN go mod download [2021-01-27T00:35:27.638Z] ---> 61283f9a662a [2021-01-27T00:35:27.638Z] Step 7/23 : RUN go mod download [2021-01-27T00:35:27.906Z] ---> Running in 457349cbe34e [2021-01-27T00:35:27.906Z] ---> Running in 3b0d5073b4dc [2021-01-27T00:35:27.906Z] ---> 7a8553cd4321 [2021-01-27T00:35:27.906Z] Step 7/22 : RUN go mod download [2021-01-27T00:35:28.181Z] ---> b64b1c9a042e [2021-01-27T00:35:28.181Z] Step 7/22 : RUN go mod download [2021-01-27T00:35:28.181Z] ---> Running in dff90d8e1c97 [2021-01-27T00:35:28.181Z] ---> Running in 9c00af6f4bdf [2021-01-27T00:35:30.175Z] Removing intermediate container 1bab702f8c75 [2021-01-27T00:35:30.175Z] ---> 89c2de78f36c [2021-01-27T00:35:30.175Z] Step 8/26 : COPY . . [2021-01-27T00:35:30.175Z] Removing intermediate container 457349cbe34e [2021-01-27T00:35:30.175Z] ---> d352fedef2bf [2021-01-27T00:35:30.175Z] Step 8/23 : COPY . . [2021-01-27T00:35:32.756Z] Removing intermediate container 3b0d5073b4dc [2021-01-27T00:35:32.756Z] ---> decf8dbe041f [2021-01-27T00:35:32.756Z] Step 8/33 : COPY . . [2021-01-27T00:35:34.170Z] Removing intermediate container 9c00af6f4bdf [2021-01-27T00:35:34.170Z] ---> d0f69313919f [2021-01-27T00:35:34.170Z] Step 8/22 : COPY . . [2021-01-27T00:35:34.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.428s coverage: 92.8% of statements [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:35:34.270Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:35:34.270Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.238s coverage: 0.1% of statements [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:35:34.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:35:34.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.110s coverage: 43.8% of statements [2021-01-27T00:35:34.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 79.5% of statements [2021-01-27T00:35:34.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.095s coverage: 94.1% of statements [2021-01-27T00:35:34.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.140s coverage: 96.3% of statements [2021-01-27T00:35:34.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-01-27T00:35:35.139Z] Removing intermediate container dff90d8e1c97 [2021-01-27T00:35:35.139Z] ---> d18d4b18e067 [2021-01-27T00:35:35.139Z] Step 8/22 : COPY . . [2021-01-27T00:35:46.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.128s coverage: 94.4% of statements [2021-01-27T00:35:46.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-01-27T00:35:46.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:35:46.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:35:46.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:35:46.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:35:46.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.098s coverage: 87.2% of statements [2021-01-27T00:35:46.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:35:46.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:35:46.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-01-27T00:35:46.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:35:46.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-01-27T00:35:46.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:35:46.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-27T00:35:46.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-01-27T00:35:46.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.2% of statements [2021-01-27T00:35:47.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.4% of statements [2021-01-27T00:35:47.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:35:52.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.626s coverage: 63.5% of statements [2021-01-27T00:35:52.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:35:52.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:35:52.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-01-27T00:35:52.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-01-27T00:35:52.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-01-27T00:35:52.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-01-27T00:35:52.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.082s coverage: 100.0% of statements [2021-01-27T00:35:56.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.885s coverage: 68.9% of statements [2021-01-27T00:35:56.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:35:56.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:35:56.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:35:56.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:35:56.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:35:58.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.353s coverage: 37.0% of statements [2021-01-27T00:35:58.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:35:58.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:35:58.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.657s coverage: 84.0% of statements [2021-01-27T00:35:58.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements [2021-01-27T00:36:05.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.359s coverage: 47.1% of statements [2021-01-27T00:36:05.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:36:05.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:36:05.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:36:05.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:36:05.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:36:05.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements [2021-01-27T00:36:05.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:36:05.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-01-27T00:36:05.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:36:07.518Z] ---> 2d4a4cf85bde [2021-01-27T00:36:07.518Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:36:07.518Z] ---> 65cad1a1dfc8 [2021-01-27T00:36:07.518Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:36:07.518Z] ---> 418046cc52fb [2021-01-27T00:36:07.518Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:36:07.518Z] ---> Running in 94677e5924e3 [2021-01-27T00:36:07.518Z] ---> b9ae3bbcdc55 [2021-01-27T00:36:07.518Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:36:07.518Z] ---> Running in 4e84f4b7aca1 [2021-01-27T00:36:07.518Z] ---> Running in 3a2a7d935f81 [2021-01-27T00:36:07.518Z] ---> ad592c067685 [2021-01-27T00:36:07.518Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:36:07.794Z] ---> Running in 789b796c6c11 [2021-01-27T00:36:07.794Z] ---> Running in b8d263e5b559 [2021-01-27T00:36:08.398Z] Removing intermediate container b8d263e5b559 [2021-01-27T00:36:08.398Z] ---> 773143ef3f28 [2021-01-27T00:36:08.398Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:36:08.398Z] ---> Running in a84d9bfcb47b [2021-01-27T00:36:08.681Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:36:08.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T00:36:08.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T00:36:08.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T00:36:09.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T00:36:11.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.293s coverage: 29.1% of statements [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:36:11.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.265s coverage: 99.0% of statements [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:36:11.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:36:11.129Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.087s coverage: 0.0% of statements [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:36:11.129Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:36:11.129Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:36:11.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:36:11.129Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-27T00:36:11.725Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-01-27T00:36:12.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-27T00:36:12.912Z] GO111MODULE=on go vet ./... [2021-01-27T00:36:41.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:36:46.984Z] Removing intermediate container 789b796c6c11 [2021-01-27T00:36:46.984Z] ---> 1faa9d9e4693 [2021-01-27T00:36:46.984Z] [2021-01-27T00:36:46.984Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:36:46.984Z] 3.12: Pulling from library/alpine [2021-01-27T00:36:46.984Z] Removing intermediate container 94677e5924e3 [2021-01-27T00:36:46.984Z] ---> f34438e89c9a [2021-01-27T00:36:46.984Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:36:46.984Z] Removing intermediate container 3a2a7d935f81 [2021-01-27T00:36:46.984Z] ---> 2fb046b822f8 [2021-01-27T00:36:46.984Z] [2021-01-27T00:36:46.984Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:36:46.984Z] 3.12: Pulling from library/alpine [2021-01-27T00:36:47.602Z] ---> Running in a385e47bf164 [2021-01-27T00:36:47.602Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:36:47.602Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:36:47.602Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:36:47.602Z] ---> 389fef711851 [2021-01-27T00:36:47.602Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:36:47.602Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:36:47.602Z] ---> 389fef711851 [2021-01-27T00:36:47.602Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:36:48.210Z] ---> Running in 478d9b0f51fa [2021-01-27T00:36:48.210Z] ---> Running in 7119759bbbff [2021-01-27T00:36:48.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:36:50.233Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:36:50.233Z] + cd /tmp/build/dist/linux [2021-01-27T00:36:50.233Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:36:50.233Z] Cloning into '.'... [2021-01-27T00:36:50.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:50.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:50.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:50.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:50.500Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:36:50.768Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:36:50.768Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:36:50.768Z] OK: 6 MiB in 15 packages [2021-01-27T00:36:50.768Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:36:50.768Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:36:50.768Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:36:50.768Z] OK: 6 MiB in 16 packages [2021-01-27T00:36:51.032Z] + go get github.com/robfig/glock [2021-01-27T00:36:52.468Z] Removing intermediate container 478d9b0f51fa [2021-01-27T00:36:52.468Z] ---> 68c7ef2c4b62 [2021-01-27T00:36:52.468Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:36:52.739Z] Removing intermediate container 7119759bbbff [2021-01-27T00:36:52.739Z] ---> ba198bc0dbfc [2021-01-27T00:36:52.739Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:36:53.343Z] ---> Running in eae20c157606 [2021-01-27T00:36:53.343Z] Removing intermediate container a385e47bf164 [2021-01-27T00:36:53.343Z] ---> 2f227ad3586d [2021-01-27T00:36:53.343Z] [2021-01-27T00:36:53.343Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:36:53.343Z] 20.10.0: Pulling from library/docker [2021-01-27T00:36:54.320Z] ---> Running in 409089ccece5 [2021-01-27T00:36:55.315Z] Removing intermediate container eae20c157606 [2021-01-27T00:36:55.315Z] ---> 540f04aed3d8 [2021-01-27T00:36:55.315Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:36:55.315Z] Removing intermediate container 4e84f4b7aca1 [2021-01-27T00:36:55.315Z] ---> 96633e77aa80 [2021-01-27T00:36:55.315Z] [2021-01-27T00:36:55.315Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:36:55.315Z] ---> 389fef711851 [2021-01-27T00:36:55.315Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:36:55.315Z] ---> Running in 088706c48fbf [2021-01-27T00:36:55.315Z] Removing intermediate container 409089ccece5 [2021-01-27T00:36:55.315Z] ---> 744c3b9cad76 [2021-01-27T00:36:55.315Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:36:55.620Z] ---> Running in 0982a628ce36 [2021-01-27T00:36:55.620Z] ---> Running in c78bd95e092b [2021-01-27T00:36:55.917Z] Removing intermediate container 088706c48fbf [2021-01-27T00:36:55.917Z] ---> 0bed8515e675 [2021-01-27T00:36:55.917Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:36:55.917Z] Removing intermediate container 0982a628ce36 [2021-01-27T00:36:55.917Z] ---> 294b27ef943a [2021-01-27T00:36:55.917Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:36:55.917Z] ---> Running in 38641ae4bb57 [2021-01-27T00:36:55.917Z] Removing intermediate container c78bd95e092b [2021-01-27T00:36:55.917Z] ---> 1a9c12119a6a [2021-01-27T00:36:55.917Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:36:56.199Z] ---> Running in 84bc1d6744bf [2021-01-27T00:36:56.200Z] ---> Running in 25f6906719ca [2021-01-27T00:36:56.482Z] Removing intermediate container 38641ae4bb57 [2021-01-27T00:36:56.483Z] ---> 071982a2f194 [2021-01-27T00:36:56.483Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:36:56.775Z] Removing intermediate container 25f6906719ca [2021-01-27T00:36:56.775Z] ---> aab32edf75d0 [2021-01-27T00:36:56.775Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:36:56.775Z] Removing intermediate container 84bc1d6744bf [2021-01-27T00:36:56.775Z] ---> b69b1ab622a7 [2021-01-27T00:36:56.775Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:36:56.775Z] ---> Running in 58775d2f3543 [2021-01-27T00:36:57.053Z] ---> 07c5bd5cf9dc [2021-01-27T00:36:57.053Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T00:36:57.351Z] Removing intermediate container 58775d2f3543 [2021-01-27T00:36:57.351Z] ---> 0e21ee8d7d6c [2021-01-27T00:36:57.351Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:57.351Z] ---> 7c14b8428095 [2021-01-27T00:36:57.351Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:36:57.671Z] ---> Running in 32a9ba20ad62 [2021-01-27T00:36:58.732Z] ---> 5f465ceaacd5 [2021-01-27T00:36:58.732Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:36:59.016Z] ---> ac38ea768802 [2021-01-27T00:36:59.016Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:36:59.628Z] ---> d63db7945b1f [2021-01-27T00:36:59.628Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T00:37:03.969Z] ---> Running in 97879f121c74 [2021-01-27T00:37:03.969Z] ---> c912e68743a0 [2021-01-27T00:37:03.969Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:37:04.279Z] ---> Running in e55908e19be3 [2021-01-27T00:37:04.279Z] Removing intermediate container 32a9ba20ad62 [2021-01-27T00:37:04.279Z] ---> 42678339ac9a [2021-01-27T00:37:04.279Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:37:04.555Z] Removing intermediate container 97879f121c74 [2021-01-27T00:37:04.555Z] ---> 8653121fb48b [2021-01-27T00:37:04.555Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:37:04.555Z] ---> Running in f0ada243d912 [2021-01-27T00:37:04.555Z] ---> Running in 4a6c949e7e61 [2021-01-27T00:37:04.555Z] Removing intermediate container e55908e19be3 [2021-01-27T00:37:04.555Z] ---> 1023f7e5ba49 [2021-01-27T00:37:04.555Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:37:04.874Z] ---> Running in c7037288f936 [2021-01-27T00:37:05.153Z] Removing intermediate container 4a6c949e7e61 [2021-01-27T00:37:05.153Z] ---> aa2af9b9150d [2021-01-27T00:37:05.153Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:37:05.778Z] + glock sync -n [2021-01-27T00:37:05.778Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:37:05.778Z] ---> Running in 2153a56a6991 [2021-01-27T00:37:05.778Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:37:05.778Z] ---> aefe523efa57 [2021-01-27T00:37:05.778Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:37:05.778Z] Removing intermediate container c7037288f936 [2021-01-27T00:37:05.778Z] ---> e9d35585cb27 [2021-01-27T00:37:05.778Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:37:06.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:06.055Z] ---> Running in 11c848e7e33a [2021-01-27T00:37:06.055Z] ---> Running in 2d1a5ccd9772 [2021-01-27T00:37:06.364Z] Removing intermediate container 2153a56a6991 [2021-01-27T00:37:06.364Z] ---> b06809d3d92c [2021-01-27T00:37:06.364Z] Step 21/22 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:37:06.364Z] ---> Running in fb7f708b4597 [2021-01-27T00:37:06.640Z] Removing intermediate container 11c848e7e33a [2021-01-27T00:37:06.640Z] ---> 3c17eb2492ea [2021-01-27T00:37:06.640Z] Step 21/22 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:37:06.640Z] ---> Running in 242be4341b97 [2021-01-27T00:37:06.907Z] Removing intermediate container fb7f708b4597 [2021-01-27T00:37:06.907Z] ---> c828f39fe287 [2021-01-27T00:37:06.907Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:37:06.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:06.907Z] Removing intermediate container 242be4341b97 [2021-01-27T00:37:06.907Z] ---> b8725858133e [2021-01-27T00:37:06.907Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:37:06.907Z] ---> Running in 51b557367b77 [2021-01-27T00:37:06.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:06.907Z] ---> Running in d748974eff60 [2021-01-27T00:37:07.177Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:37:07.178Z] Removing intermediate container 51b557367b77 [2021-01-27T00:37:07.178Z] ---> ce6196b8959f [2021-01-27T00:37:07.178Z] [2021-01-27T00:37:07.178Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:37:07.178Z] Removing intermediate container d748974eff60 [2021-01-27T00:37:07.178Z] ---> 329e9b4d2438 [2021-01-27T00:37:07.178Z] [2021-01-27T00:37:07.178Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:37:07.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:07.178Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:37:07.178Z] OK: 12 MiB in 22 packages [2021-01-27T00:37:07.800Z] Successfully built ce6196b8959f [2021-01-27T00:37:07.800Z] Successfully built 329e9b4d2438 [2021-01-27T00:37:07.800Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-27T00:37:07.800Z] Successfully tagged docker-support-notifications-go:latest [2021-01-27T00:37:07.800Z] Building docker-security-proxy-setup-go [2021-01-27T00:37:07.800Z] Building docker-core-metadata-go [2021-01-27T00:37:08.394Z]  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Removing intermediate container 2d1a5ccd9772 [2021-01-27T00:37:08.394Z] ---> 03fd6f6a8a58 [2021-01-27T00:37:08.394Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:37:08.394Z] ---> Running in 4830fd202495 [2021-01-27T00:37:08.661Z] Removing intermediate container 4830fd202495 [2021-01-27T00:37:08.661Z] ---> f37867d0456f [2021-01-27T00:37:08.661Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:37:08.661Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:37:08.661Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:37:08.661Z] ---> Running in da17992cc6f9 [2021-01-27T00:37:08.968Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:37:08.968Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:37:10.409Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:37:10.409Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:37:10.409Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:37:10.685Z] Removing intermediate container da17992cc6f9 [2021-01-27T00:37:10.685Z] ---> 14adbec256fe [2021-01-27T00:37:10.685Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:37:10.685Z] OK: 8 MiB in 20 packages [2021-01-27T00:37:11.281Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:37:11.281Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:37:11.281Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:37:12.281Z] ---> Running in 934e69d57898 [2021-01-27T00:37:12.887Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:37:12.887Z] + git describe '--abbrev=0' --tags [2021-01-27T00:37:13.157Z] + TAG=v0.6.1 [2021-01-27T00:37:13.157Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:37:13.157Z] + apk --print-arch [2021-01-27T00:37:13.423Z] building [dockerize] for amd64 ... [2021-01-27T00:37:13.423Z] + arch=x86_64 [2021-01-27T00:37:13.423Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-27T00:37:13.423Z] + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-27T00:37:14.879Z] Removing intermediate container 934e69d57898 [2021-01-27T00:37:14.879Z] ---> dae901fbb4c4 [2021-01-27T00:37:14.879Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:37:17.505Z] Removing intermediate container f0ada243d912 [2021-01-27T00:37:17.505Z] ---> 50bdadb46f18 [2021-01-27T00:37:17.505Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:37:18.148Z] ---> c0c44374d506 [2021-01-27T00:37:18.148Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:37:19.177Z] ---> 3168bbb476f4 [2021-01-27T00:37:19.177Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:37:20.161Z] ---> fb7b8c8162b0 [2021-01-27T00:37:20.161Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:37:21.155Z] ---> bf978446bfc8 [2021-01-27T00:37:21.155Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:37:21.434Z] ---> d18a25956930 [2021-01-27T00:37:21.434Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:37:23.431Z] ---> Running in 711d6eeb4bfc [2021-01-27T00:37:23.718Z] ---> 67782e6539d9 [2021-01-27T00:37:23.718Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:37:24.006Z] ---> Running in 47b6f0e9dafd [2021-01-27T00:37:25.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:25.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:26.259Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:37:26.259Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:37:26.259Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:37:26.259Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:37:26.546Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:37:26.546Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:37:26.546Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:37:26.546Z] Removing intermediate container 47b6f0e9dafd [2021-01-27T00:37:26.546Z] ---> 4f5a899a0583 [2021-01-27T00:37:26.546Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:37:30.783Z] ---> Running in 60555b61c620 [2021-01-27T00:37:32.481Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:37:32.481Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:37:32.481Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:37:32.753Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:37:33.027Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:37:33.308Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:37:33.308Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:37:33.308Z] Removing intermediate container 60555b61c620 [2021-01-27T00:37:33.308Z] ---> 95c3942ccd6d [2021-01-27T00:37:33.308Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:37:33.910Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:37:33.910Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:37:34.185Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:37:34.788Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:37:35.068Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:37:35.361Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:37:35.361Z] ---> Running in a2e09191bca3 [2021-01-27T00:37:35.631Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:37:35.637Z] gofmt -l . [2021-01-27T00:37:35.637Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:37:35.637Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:37:35.637Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:37:35.912Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:37:35.912Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:37:35.912Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:37:36.194Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:37:36.194Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:37:36.194Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:36.194Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:36.194Z] ---> a47f0d478116 [2021-01-27T00:37:36.194Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> bf1a3daaa89d [2021-01-27T00:37:36.194Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> d99adc74e6ab [2021-01-27T00:37:36.194Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:37:36.194Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:36.194Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:36.194Z] ---> a47f0d478116 [2021-01-27T00:37:36.194Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> bf1a3daaa89d [2021-01-27T00:37:36.194Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> d99adc74e6ab [2021-01-27T00:37:36.194Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> 54d36f91935f [2021-01-27T00:37:36.194Z] Step 6/23 : COPY go.mod . [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> 54d36f91935f [2021-01-27T00:37:36.194Z] Step 6/21 : COPY go.mod . [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> 7a8553cd4321 [2021-01-27T00:37:36.194Z] Step 7/21 : RUN go mod download [2021-01-27T00:37:36.194Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> 7a8553cd4321 [2021-01-27T00:37:36.194Z] Step 7/23 : RUN go mod download [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> d18d4b18e067 [2021-01-27T00:37:36.194Z] Step 8/21 : COPY . . [2021-01-27T00:37:36.194Z] ---> Using cache [2021-01-27T00:37:36.194Z] ---> d18d4b18e067 [2021-01-27T00:37:36.194Z] Step 8/23 : COPY . . [2021-01-27T00:37:36.194Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:37:36.194Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:37:36.194Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:37:36.194Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:37:36.194Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:37:36.194Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:37:36.330Z] + ls -al . [2021-01-27T00:37:36.330Z] total 696 [2021-01-27T00:37:36.330Z] drwxrwxr-x 9 1001 1001 4096 Jan 27 00:37 . [2021-01-27T00:37:36.330Z] drwxr-xr-x 4 root root 4096 Jan 27 00:33 .. [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:31 .dockerignore [2021-01-27T00:37:36.330Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:31 .git [2021-01-27T00:37:36.330Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 00:31 .github [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:31 .gitignore [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:31 .sonarcloud.properties [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:31 Attribution.txt [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:31 CONTRIBUTING.md [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:31 Dockerfile.build [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:31 Jenkinsfile [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:31 LICENSE [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:31 Makefile [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:31 README.md [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:31 SECURITY.md [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:31 ZMQWindows.md [2021-01-27T00:37:36.330Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 00:31 bin [2021-01-27T00:37:36.330Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:31 cmd [2021-01-27T00:37:36.330Z] -rw-r--r-- 1 root root 564700 Jan 27 00:36 coverage.out [2021-01-27T00:37:36.330Z] -rw-r--r-- 1 root root 1053 Jan 27 00:37 go.mod [2021-01-27T00:37:36.330Z] -rw-r--r-- 1 root root 18995 Jan 27 00:37 go.sum [2021-01-27T00:37:36.330Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:31 internal [2021-01-27T00:37:36.330Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:31 openapi [2021-01-27T00:37:36.330Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:31 snap [2021-01-27T00:37:36.330Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:31 version.go [Pipeline] sh [2021-01-27T00:37:36.465Z] ---> Using cache [2021-01-27T00:37:36.465Z] ---> b9ae3bbcdc55 [2021-01-27T00:37:36.465Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:37:36.465Z] ---> Using cache [2021-01-27T00:37:36.465Z] ---> b9ae3bbcdc55 [2021-01-27T00:37:36.465Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:37:36.990Z] + '[' -e coverage.out ] [2021-01-27T00:37:36.990Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:37:37.054Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T00:37:37.430Z] Removing intermediate container a2e09191bca3 [2021-01-27T00:37:37.430Z] ---> 2fb1d5722499 [2021-01-27T00:37:37.430Z] Step 22/23 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:37:37.430Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:37:37.726Z] ---> Running in ef77ede1969e [2021-01-27T00:37:37.726Z] ---> Running in e08a976875b7 [2021-01-27T00:37:37.726Z] OK: 71 MiB in 55 packages [2021-01-27T00:37:37.726Z] ---> Running in 4eb9d8c015fe [2021-01-27T00:37:38.288Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:37:38.357Z] Removing intermediate container 4eb9d8c015fe [2021-01-27T00:37:38.357Z] ---> 6d15d85ba111 [2021-01-27T00:37:38.357Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:37:38.639Z] ---> Running in 41d3713bfcf6 [2021-01-27T00:37:38.924Z] Removing intermediate container 41d3713bfcf6 [2021-01-27T00:37:38.924Z] ---> 993767ebe05b [2021-01-27T00:37:38.924Z] [2021-01-27T00:37:39.031Z] + make build [2021-01-27T00:37:39.031Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:37:39.552Z] Successfully built 993767ebe05b [2021-01-27T00:37:39.552Z] Successfully tagged docker-core-data-go:latest [2021-01-27T00:37:39.553Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-27T00:37:39.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T00:37:39.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T00:37:47.937Z] + date [2021-01-27T00:37:47.937Z] + echo 'Wed Jan 27 00:37:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:37:47.937Z] Wed Jan 27 00:37:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:37:54.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T00:38:06.607Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:38:06.607Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:38:06.608Z] ---> a47f0d478116 [2021-01-27T00:38:06.608Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:38:06.608Z] ---> Using cache [2021-01-27T00:38:06.608Z] ---> bf1a3daaa89d [2021-01-27T00:38:06.608Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:38:06.608Z] ---> Using cache [2021-01-27T00:38:06.608Z] ---> d99adc74e6ab [2021-01-27T00:38:06.608Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:38:06.608Z] ---> Using cache [2021-01-27T00:38:06.608Z] ---> 54d36f91935f [2021-01-27T00:38:06.608Z] Step 6/23 : COPY go.mod . [2021-01-27T00:38:06.608Z] ---> Using cache [2021-01-27T00:38:06.608Z] ---> 7a8553cd4321 [2021-01-27T00:38:06.608Z] Step 7/23 : RUN go mod download [2021-01-27T00:38:06.608Z] ---> Using cache [2021-01-27T00:38:06.608Z] ---> d18d4b18e067 [2021-01-27T00:38:06.608Z] Step 8/23 : COPY . . [2021-01-27T00:38:06.608Z] ---> Using cache [2021-01-27T00:38:06.608Z] ---> b9ae3bbcdc55 [2021-01-27T00:38:06.608Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:38:06.608Z] Removing intermediate container 711d6eeb4bfc [2021-01-27T00:38:06.608Z] ---> 2b99030c84f2 [2021-01-27T00:38:06.608Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:38:06.896Z] ---> Running in 6c838970534f [2021-01-27T00:38:07.496Z] ---> Running in 8a33f790a466 [2021-01-27T00:38:07.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T00:38:08.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T00:38:14.382Z] Collecting docker-compose==1.23.2 [2021-01-27T00:38:14.382Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:38:16.336Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:38:16.336Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T00:38:18.918Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:38:18.918Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:38:20.372Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:38:20.372Z] Removing intermediate container a84d9bfcb47b [2021-01-27T00:38:20.372Z] ---> 0bd9db14be86 [2021-01-27T00:38:20.372Z] [2021-01-27T00:38:20.372Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:38:20.372Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:38:20.372Z] ---> 389fef711851 [2021-01-27T00:38:20.372Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:38:21.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T00:38:21.853Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T00:38:21.853Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:38:23.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T00:38:24.423Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:38:24.423Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:38:24.423Z] ---> Running in f5410d77e12b [2021-01-27T00:38:25.017Z] Removing intermediate container e08a976875b7 [2021-01-27T00:38:25.017Z] ---> 65f41398a466 [2021-01-27T00:38:25.017Z] [2021-01-27T00:38:25.017Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:38:25.017Z] ---> 389fef711851 [2021-01-27T00:38:25.017Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:38:25.017Z] Removing intermediate container f5410d77e12b [2021-01-27T00:38:25.017Z] Removing intermediate container ef77ede1969e [2021-01-27T00:38:25.017Z] ---> 05b151fb728e [2021-01-27T00:38:25.017Z] [2021-01-27T00:38:25.017Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:38:25.017Z] ---> 389fef711851 [2021-01-27T00:38:25.017Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:38:25.017Z] ---> Using cache [2021-01-27T00:38:25.017Z] ---> 68c7ef2c4b62 [2021-01-27T00:38:25.017Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:38:25.017Z] ---> 3616e1ced1d8 [2021-01-27T00:38:25.017Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:38:25.017Z] ---> Using cache [2021-01-27T00:38:25.017Z] ---> 540f04aed3d8 [2021-01-27T00:38:25.017Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:38:25.017Z] ---> Running in 6d55de55aecf [2021-01-27T00:38:25.294Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:38:25.294Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:38:25.294Z] ---> Running in f422e58fca1f [2021-01-27T00:38:25.294Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-27T00:38:25.294Z] ---> Running in c94ee1bfcb40 [2021-01-27T00:38:25.566Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:38:25.566Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:38:25.846Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:38:25.846Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:38:26.126Z] Removing intermediate container c94ee1bfcb40 [2021-01-27T00:38:26.126Z] ---> 96d3b71d282d [2021-01-27T00:38:26.126Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:38:26.435Z] ---> Running in 578b0dfbc0ef [2021-01-27T00:38:26.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:26.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:26.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:26.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:26.716Z] Removing intermediate container 578b0dfbc0ef [2021-01-27T00:38:26.716Z] ---> 3e406776f165 [2021-01-27T00:38:26.716Z] Step 15/23 : WORKDIR / [2021-01-27T00:38:26.989Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:38:26.989Z] ---> Running in 4c426442e8b7 [2021-01-27T00:38:26.989Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:38:26.989Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:38:26.989Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:38:26.989Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:26.989Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:26.989Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:38:26.989Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:38:26.989Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:38:26.989Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:26.989Z] OK: 6 MiB in 17 packages [2021-01-27T00:38:26.989Z] OK: 7 MiB in 18 packages [2021-01-27T00:38:27.598Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:38:27.598Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:38:27.598Z] Removing intermediate container 4c426442e8b7 [2021-01-27T00:38:27.598Z] ---> 85b8d5c0c15b [2021-01-27T00:38:27.598Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:38:28.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:38:29.571Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:38:29.571Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:38:29.571Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-27T00:38:29.571Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:38:29.571Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:38:29.571Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-27T00:38:29.840Z] ---> ec6b9a41ddf9 [2021-01-27T00:38:29.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:38:29.840Z] Removing intermediate container f422e58fca1f [2021-01-27T00:38:29.840Z] ---> dbb5ad91052a [2021-01-27T00:38:29.840Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:38:29.840Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:38:29.840Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:38:29.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T00:38:30.122Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:38:30.122Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:38:30.122Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:38:30.122Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:38:30.122Z] ---> Running in fd8be54ebb42 [2021-01-27T00:38:30.122Z] Removing intermediate container 6d55de55aecf [2021-01-27T00:38:30.122Z] ---> 11cc250d9ac5 [2021-01-27T00:38:30.122Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:38:30.122Z] ---> Running in 4c397227c930 [2021-01-27T00:38:30.388Z] Installing collected packages: jsonschema, docopt, websocket-client, cached-property, texttable, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docker-compose [2021-01-27T00:38:30.388Z] Removing intermediate container fd8be54ebb42 [2021-01-27T00:38:30.388Z] ---> ae4eaeb68054 [2021-01-27T00:38:30.388Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:38:30.665Z] Running setup.py install for docopt: started [2021-01-27T00:38:30.665Z] Removing intermediate container 4c397227c930 [2021-01-27T00:38:30.665Z] ---> 3d821eaaaaa4 [2021-01-27T00:38:30.665Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:38:30.665Z] ---> Running in 0d096c979fc9 [2021-01-27T00:38:30.665Z] ---> 1351af0aed9c [2021-01-27T00:38:30.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:38:30.952Z] ---> Running in ade65c657a67 [2021-01-27T00:38:31.232Z] Removing intermediate container 0d096c979fc9 [2021-01-27T00:38:31.232Z] ---> 5b3b50357152 [2021-01-27T00:38:31.232Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:38:31.232Z] Removing intermediate container ade65c657a67 [2021-01-27T00:38:31.232Z] ---> Running in 0da1bac1578d [2021-01-27T00:38:31.232Z] ---> f758a3c60010 [2021-01-27T00:38:31.232Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:38:31.232Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:38:31.815Z] ---> df0df3ca80b9 [2021-01-27T00:38:31.815Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:38:32.412Z] Running setup.py install for texttable: started [2021-01-27T00:38:32.412Z] ---> Running in ed4d435397f5 [2021-01-27T00:38:32.412Z] ---> 48dd18c9607e [2021-01-27T00:38:32.412Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:38:32.694Z] Removing intermediate container ed4d435397f5 [2021-01-27T00:38:32.694Z] ---> bf273c91b7a2 [2021-01-27T00:38:32.694Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:38:32.694Z] ---> Running in aad43ee390c6 [2021-01-27T00:38:32.972Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:38:32.972Z] Attempting uninstall: idna [2021-01-27T00:38:32.972Z] Found existing installation: idna 2.9 [2021-01-27T00:38:32.972Z] Uninstalling idna-2.9: [2021-01-27T00:38:33.239Z] Removing intermediate container aad43ee390c6 [2021-01-27T00:38:33.239Z] ---> c39877761ae7 [2021-01-27T00:38:33.239Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:38:33.239Z] Successfully uninstalled idna-2.9 [2021-01-27T00:38:35.176Z] ---> 03d4ec66a7f7 [2021-01-27T00:38:35.176Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:38:35.176Z] Attempting uninstall: urllib3 [2021-01-27T00:38:35.176Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:38:35.176Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:38:35.176Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:38:35.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T00:38:35.447Z] ---> Running in 04680e7957a6 [2021-01-27T00:38:36.074Z] Attempting uninstall: requests [2021-01-27T00:38:36.074Z] Found existing installation: requests 2.23.0 [2021-01-27T00:38:36.074Z] Uninstalling requests-2.23.0: [2021-01-27T00:38:36.342Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:38:36.342Z] Removing intermediate container 6c838970534f [2021-01-27T00:38:36.342Z] ---> 805a3557c48e [2021-01-27T00:38:36.342Z] [2021-01-27T00:38:36.342Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:38:36.610Z] ---> 64dbb0e2ec2d [2021-01-27T00:38:36.610Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:38:36.610Z] ---> 389fef711851 [2021-01-27T00:38:36.610Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:38:36.610Z] ---> Using cache [2021-01-27T00:38:36.610Z] ---> 68c7ef2c4b62 [2021-01-27T00:38:36.610Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:38:36.610Z] ---> Using cache [2021-01-27T00:38:36.610Z] ---> 540f04aed3d8 [2021-01-27T00:38:36.610Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:38:36.610Z] Removing intermediate container 04680e7957a6 [2021-01-27T00:38:36.610Z] ---> ac12884a21d2 [2021-01-27T00:38:36.610Z] Step 22/23 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:38:36.883Z] Removing intermediate container 0da1bac1578d [2021-01-27T00:38:36.883Z] ---> b78c9aa0ae21 [2021-01-27T00:38:36.883Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:38:36.883Z] ---> Running in 77f8d4400381 [2021-01-27T00:38:36.883Z] ---> Running in becaf27e263d [2021-01-27T00:38:37.165Z] ---> Running in 2bddb4c1b8b4 [2021-01-27T00:38:37.165Z] ---> Running in 958fa968e87b [2021-01-27T00:38:38.121Z] Removing intermediate container becaf27e263d [2021-01-27T00:38:38.121Z] ---> 3692d7c111d3 [2021-01-27T00:38:38.121Z] Removing intermediate container 77f8d4400381 [2021-01-27T00:38:38.121Z] ---> 1d0318706fa3 [2021-01-27T00:38:38.121Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:38:38.121Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:38:38.121Z] Running setup.py install for dockerpty: started [2021-01-27T00:38:38.387Z] Removing intermediate container 2bddb4c1b8b4 [2021-01-27T00:38:38.387Z] ---> 30f3ef1f025e [2021-01-27T00:38:38.387Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:38:38.387Z] ---> Running in 14ffb476fc72 [2021-01-27T00:38:38.387Z] ---> Running in 83a15f2a51d3 [2021-01-27T00:38:38.387Z] ---> Running in 2aceca8d01d5 [2021-01-27T00:38:38.387Z] Removing intermediate container 958fa968e87b [2021-01-27T00:38:38.387Z] ---> 41b9fa0405c1 [2021-01-27T00:38:38.387Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:38:38.660Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:38:38.660Z] Running setup.py install for PyYAML: started [2021-01-27T00:38:38.933Z] Removing intermediate container 14ffb476fc72 [2021-01-27T00:38:38.933Z] ---> cb8465920df2 [2021-01-27T00:38:38.933Z] Step 15/23 : WORKDIR / [2021-01-27T00:38:38.933Z] Removing intermediate container 2aceca8d01d5 [2021-01-27T00:38:38.933Z] ---> 03d9e92caf3f [2021-01-27T00:38:38.933Z] [2021-01-27T00:38:38.933Z] Removing intermediate container 83a15f2a51d3 [2021-01-27T00:38:38.933Z] ---> ca2de8583e8e [2021-01-27T00:38:38.933Z] Step 19/21 : LABEL arch=x86_64 [2021-01-27T00:38:38.933Z] ---> Running in acb4a878f578 [2021-01-27T00:38:38.933Z] ---> 35a20c3a2890 [2021-01-27T00:38:38.933Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:38:38.933Z] Successfully built 03d9e92caf3f [2021-01-27T00:38:39.204Z] Successfully tagged docker-core-metadata-go:latest [2021-01-27T00:38:39.204Z] Building docker-security-secretstore-setup-go [2021-01-27T00:38:39.204Z]  Building docker-core-metadata-go ... done  ---> Running in 386f9e54cd28 [2021-01-27T00:38:39.204Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:38:40.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T00:38:41.826Z] Removing intermediate container acb4a878f578 [2021-01-27T00:38:41.826Z] ---> 4bac84397e0e [2021-01-27T00:38:41.826Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:38:43.826Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-27T00:38:44.091Z] Removing intermediate container 386f9e54cd28 [2021-01-27T00:38:44.091Z] ---> 2de86ecfd741 [2021-01-27T00:38:44.091Z] Step 20/21 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:38:45.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T00:38:45.495Z] ---> 86181676105d [2021-01-27T00:38:45.495Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:38:45.800Z] ---> Running in 3dc19dbaab07 [2021-01-27T00:38:45.800Z] ---> Running in bd4b1330fa3c [2021-01-27T00:38:46.075Z] ---> 6d93eb2c75da [2021-01-27T00:38:46.075Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:38:47.533Z] Removing intermediate container 3dc19dbaab07 [2021-01-27T00:38:47.533Z] ---> 8c63194a4c33 [2021-01-27T00:38:47.533Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:38:48.989Z] ---> Running in 88b5a8c77488 [2021-01-27T00:38:48.989Z] ---> fe16dc7d224b [2021-01-27T00:38:48.989Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:38:49.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T00:38:50.403Z] Removing intermediate container 88b5a8c77488 [2021-01-27T00:38:50.403Z] ---> c63faeb2b2be [2021-01-27T00:38:50.403Z] [2021-01-27T00:38:52.368Z] Successfully built c63faeb2b2be [2021-01-27T00:38:52.648Z] ---> e452935b104e [2021-01-27T00:38:52.648Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:38:52.648Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-27T00:38:52.918Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8a33f790a466 [2021-01-27T00:38:52.918Z] ---> f57ccdd1f4bc [2021-01-27T00:38:52.918Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:38:53.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:38:55.528Z] ---> Running in 8ca852e728f0 [2021-01-27T00:38:55.528Z] ---> Running in 1d5563f6f6f4 [2021-01-27T00:38:56.114Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:38:56.114Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:38:56.114Z] ---> a47f0d478116 [2021-01-27T00:38:56.114Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:38:56.114Z] ---> Using cache [2021-01-27T00:38:56.114Z] ---> bf1a3daaa89d [2021-01-27T00:38:56.114Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:38:56.114Z] ---> Using cache [2021-01-27T00:38:56.114Z] ---> d99adc74e6ab [2021-01-27T00:38:56.114Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:38:56.114Z] ---> Using cache [2021-01-27T00:38:56.114Z] ---> 54d36f91935f [2021-01-27T00:38:56.114Z] Step 6/24 : COPY go.mod . [2021-01-27T00:38:56.114Z] ---> Using cache [2021-01-27T00:38:56.114Z] ---> 7a8553cd4321 [2021-01-27T00:38:56.114Z] Step 7/24 : RUN go mod download [2021-01-27T00:38:56.114Z] ---> Using cache [2021-01-27T00:38:56.114Z] ---> d18d4b18e067 [2021-01-27T00:38:56.114Z] Step 8/24 : COPY . . [2021-01-27T00:38:56.114Z] Removing intermediate container bd4b1330fa3c [2021-01-27T00:38:56.114Z] ---> 347beb8c79fc [2021-01-27T00:38:56.114Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:38:56.114Z] ---> Using cache [2021-01-27T00:38:56.114Z] ---> b9ae3bbcdc55 [2021-01-27T00:38:56.114Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:38:57.094Z] ---> Running in a239880d16d3 [2021-01-27T00:38:57.094Z] Removing intermediate container 8ca852e728f0 [2021-01-27T00:38:57.094Z] ---> 8500c52cd52f [2021-01-27T00:38:57.094Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:38:57.094Z] ---> c1dd093e3a7a [2021-01-27T00:38:57.094Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:38:57.365Z] ---> Running in d0e7481a248c [2021-01-27T00:38:57.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:57.956Z] Removing intermediate container d0e7481a248c [2021-01-27T00:38:57.956Z] ---> 8e7f53e0b5f8 [2021-01-27T00:38:57.956Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:38:57.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:57.956Z] ---> Running in 9f85ae80ada6 [2021-01-27T00:38:57.956Z] ---> 463e9c857dc7 [2021-01-27T00:38:57.956Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:38:57.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T00:38:57.956Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:38:58.225Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:38:58.225Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:38:58.225Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:58.225Z] OK: 72 MiB in 58 packages [2021-01-27T00:38:58.225Z] Removing intermediate container 9f85ae80ada6 [2021-01-27T00:38:58.225Z] ---> 5ce8af6f671f [2021-01-27T00:38:58.225Z] Step 22/23 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:38:58.495Z] ---> Running in 4a3b10791876 [2021-01-27T00:38:58.495Z] ---> bccef9bfbd4a [2021-01-27T00:38:58.495Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:38:58.785Z] Removing intermediate container 4a3b10791876 [2021-01-27T00:38:58.785Z] ---> c1f954cb09fb [2021-01-27T00:38:58.785Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:38:58.785Z] ---> Running in 4afce18c1802 [2021-01-27T00:38:59.059Z] Removing intermediate container 1d5563f6f6f4 [2021-01-27T00:38:59.059Z] ---> 32a3e9b2dc21 [2021-01-27T00:38:59.059Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:38:59.059Z] ---> Running in d646d46cea16 [2021-01-27T00:38:59.059Z] ---> cf60cf3ae142 [2021-01-27T00:38:59.059Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:38:59.059Z] Removing intermediate container 4afce18c1802 [2021-01-27T00:38:59.059Z] ---> 873272c3934e [2021-01-27T00:38:59.059Z] [2021-01-27T00:38:59.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T00:38:59.327Z] Successfully built 873272c3934e [2021-01-27T00:38:59.626Z] Successfully tagged docker-core-command-go:latest [2021-01-27T00:38:59.626Z]  Building docker-core-command-go ... done Removing intermediate container d646d46cea16 [2021-01-27T00:38:59.626Z] ---> 7bf47f427c46 [2021-01-27T00:38:59.626Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:38:59.626Z] ---> Running in 85eba8842c97 [2021-01-27T00:38:59.626Z] ---> ca509dde374b [2021-01-27T00:38:59.626Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:39:00.234Z] ---> Running in 36048c935b26 [2021-01-27T00:39:00.234Z] Removing intermediate container 85eba8842c97 [2021-01-27T00:39:00.234Z] ---> 0f27fa4c02a9 [2021-01-27T00:39:00.234Z] Step 24/26 : LABEL arch=x86_64 [2021-01-27T00:39:00.528Z] ---> Running in 16b2184b9bac [2021-01-27T00:39:00.528Z] Removing intermediate container 36048c935b26 [2021-01-27T00:39:00.528Z] ---> 3c66bc4cf4ba [2021-01-27T00:39:00.528Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:39:00.895Z] Removing intermediate container 16b2184b9bac [2021-01-27T00:39:00.895Z] ---> 7d71a946b33e [2021-01-27T00:39:00.895Z] Step 25/26 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:39:00.895Z] ---> Running in f63786b19244 [2021-01-27T00:39:01.561Z] ---> 222b02168691 [2021-01-27T00:39:01.561Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:39:01.561Z] Removing intermediate container f63786b19244 [2021-01-27T00:39:01.561Z] ---> 712902cd19d4 [2021-01-27T00:39:01.561Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:39:01.561Z] ---> Running in a75d4c26a57a [2021-01-27T00:39:01.561Z] ---> Running in 803f8f232311 [2021-01-27T00:39:02.010Z] Removing intermediate container 803f8f232311 [2021-01-27T00:39:02.010Z] ---> f6e4f09d6ded [2021-01-27T00:39:02.010Z] [2021-01-27T00:39:02.358Z] Successfully built f6e4f09d6ded [2021-01-27T00:39:02.358Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-27T00:39:03.412Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a75d4c26a57a [2021-01-27T00:39:03.412Z] ---> c6928fd11ff2 [2021-01-27T00:39:03.412Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:39:03.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T00:39:03.679Z] ---> Running in bdfc65acb2c3 [2021-01-27T00:39:03.679Z] Removing intermediate container bdfc65acb2c3 [2021-01-27T00:39:03.679Z] ---> 410f06fea892 [2021-01-27T00:39:03.679Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:39:03.945Z] ---> Running in ebf6947f2e1b [2021-01-27T00:39:04.224Z] Removing intermediate container ebf6947f2e1b [2021-01-27T00:39:04.224Z] ---> 171144e40bc9 [2021-01-27T00:39:04.224Z] Step 31/33 : LABEL arch=x86_64 [2021-01-27T00:39:04.524Z] ---> Running in ef926f672a41 [2021-01-27T00:39:04.805Z] Removing intermediate container ef926f672a41 [2021-01-27T00:39:04.805Z] ---> 5e95be400a0c [2021-01-27T00:39:04.805Z] Step 32/33 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:39:05.074Z] ---> Running in f35cfee56f5b [2021-01-27T00:39:06.057Z] Removing intermediate container f35cfee56f5b [2021-01-27T00:39:06.057Z] ---> a39a6535a590 [2021-01-27T00:39:06.057Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:39:06.324Z] ---> Running in 544970e4e927 [2021-01-27T00:39:06.599Z] Removing intermediate container 544970e4e927 [2021-01-27T00:39:06.599Z] ---> bd88a2dd2cbd [2021-01-27T00:39:06.599Z] [2021-01-27T00:39:06.872Z] Successfully built bd88a2dd2cbd [2021-01-27T00:39:06.872Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-27T00:39:08.826Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] } [2021-01-27T00:39:08.991Z] $ docker stop --time=1 c3569a19d2e5d626b70e0f24cbb373d660f0b66e83a16b4aa8e8efaac13d6ab2 [2021-01-27T00:39:11.477Z] $ docker rm -f c3569a19d2e5d626b70e0f24cbb373d660f0b66e83a16b4aa8e8efaac13d6ab2 [2021-01-27T00:39:12.179Z] Removing intermediate container a239880d16d3 [2021-01-27T00:39:12.179Z] ---> 3ec04dd53e4d [2021-01-27T00:39:12.179Z] [2021-01-27T00:39:12.179Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:39:12.179Z] ---> 389fef711851 [2021-01-27T00:39:12.179Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:39:12.179Z] ---> Running in 27262ee592ef [2021-01-27T00:39:12.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:12.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:12.713Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:39:12.713Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:39:12.713Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:39:12.713Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:39:12.713Z] (5/5) Installing dumb-init (1.2.2-r1) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-27T00:39:12.983Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:39:12.983Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:39:12.983Z] OK: 7 MiB in 19 packages [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:39:13.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:39:13.702Z] [2021-01-27T00:39:13.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:39:14.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:39:14.357Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-27T00:39:14.357Z] 29e5d40040c1: Pulling fs layer [2021-01-27T00:39:14.357Z] 1ce36da41761: Pulling fs layer [2021-01-27T00:39:14.357Z] 25b303627fd3: Pulling fs layer [2021-01-27T00:39:14.357Z] 29e5d40040c1: Verifying Checksum [2021-01-27T00:39:14.357Z] 29e5d40040c1: Download complete [2021-01-27T00:39:14.406Z] Removing intermediate container 27262ee592ef [2021-01-27T00:39:14.406Z] ---> b736b8017dd3 [2021-01-27T00:39:14.406Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:39:14.671Z] ---> Running in 8a1eecc9d131 [2021-01-27T00:39:14.671Z] Removing intermediate container 8a1eecc9d131 [2021-01-27T00:39:14.671Z] ---> a133ecd2c6b3 [2021-01-27T00:39:14.671Z] Step 13/24 : WORKDIR / [2021-01-27T00:39:14.945Z] ---> Running in 65058e324af9 [2021-01-27T00:39:14.955Z] 1ce36da41761: Verifying Checksum [2021-01-27T00:39:14.955Z] 1ce36da41761: Download complete [2021-01-27T00:39:15.214Z] Removing intermediate container 65058e324af9 [2021-01-27T00:39:15.214Z] ---> 51330839b7f0 [2021-01-27T00:39:15.214Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-27T00:39:15.229Z] 29e5d40040c1: Pull complete [2021-01-27T00:39:15.486Z] ---> 13e55d71ebb2 [2021-01-27T00:39:15.486Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-27T00:39:16.086Z] ---> 07856e8926e2 [2021-01-27T00:39:16.086Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:16.351Z] ---> 872e01b04910 [2021-01-27T00:39:16.351Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:39:16.670Z] 1ce36da41761: Pull complete [2021-01-27T00:39:16.670Z] 25b303627fd3: Verifying Checksum [2021-01-27T00:39:16.670Z] 25b303627fd3: Download complete [2021-01-27T00:39:16.931Z] ---> 3efcd0088b44 [2021-01-27T00:39:16.931Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:39:17.510Z] ---> 11546b444f1c [2021-01-27T00:39:17.510Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:39:17.510Z] ---> ef577bdf6016 [2021-01-27T00:39:17.510Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-27T00:39:17.774Z] ---> Running in d4051bfcead9 [2021-01-27T00:39:18.743Z] Removing intermediate container d4051bfcead9 [2021-01-27T00:39:18.743Z] ---> 0f592fd58ba0 [2021-01-27T00:39:18.743Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:39:18.743Z] ---> Running in 8b5b12fb2b79 [2021-01-27T00:39:19.007Z] Removing intermediate container 8b5b12fb2b79 [2021-01-27T00:39:19.007Z] ---> eb4ddd097925 [2021-01-27T00:39:19.007Z] Step 22/24 : LABEL arch=x86_64 [2021-01-27T00:39:19.007Z] ---> Running in 16e5a3344b9f [2021-01-27T00:39:19.279Z] Removing intermediate container 16e5a3344b9f [2021-01-27T00:39:19.279Z] ---> e394732908a8 [2021-01-27T00:39:19.279Z] Step 23/24 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:39:19.279Z] ---> Running in 876795b8f41e [2021-01-27T00:39:19.279Z] Removing intermediate container 876795b8f41e [2021-01-27T00:39:19.279Z] ---> 78d1128a78cf [2021-01-27T00:39:19.279Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:39:19.548Z] ---> Running in 90093fcb31d0 [2021-01-27T00:39:19.813Z] Removing intermediate container 90093fcb31d0 [2021-01-27T00:39:19.813Z] ---> 7e2542deca45 [2021-01-27T00:39:19.813Z] [2021-01-27T00:39:20.078Z] Successfully built 7e2542deca45 [2021-01-27T00:39:20.078Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-27T00:39:20.354Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-01-27T00:39:20.362Z] $ docker stop --time=1 239188559d8c3ae359b1c2c6c4e994c811989c59926b0b9df9e3cb00d462bb86 [2021-01-27T00:39:22.589Z] $ docker rm -f 239188559d8c3ae359b1c2c6c4e994c811989c59926b0b9df9e3cb00d462bb86 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:39:23.124Z] + docker images [2021-01-27T00:39:23.124Z] + grep docker [2021-01-27T00:39:23.386Z] docker-security-secretstore-setup-go latest 7e2542deca45 4 seconds ago 24.6MB [2021-01-27T00:39:23.386Z] docker-security-bootstrapper-go latest bd88a2dd2cbd 17 seconds ago 33.5MB [2021-01-27T00:39:23.386Z] docker-sys-mgmt-agent-go latest f6e4f09d6ded 22 seconds ago 313MB [2021-01-27T00:39:23.386Z] docker-core-command-go latest 873272c3934e 25 seconds ago 16.3MB [2021-01-27T00:39:23.386Z] docker-security-proxy-setup-go latest c63faeb2b2be 34 seconds ago 24.4MB [2021-01-27T00:39:23.386Z] docker-core-metadata-go latest 03d9e92caf3f 45 seconds ago 18.8MB [2021-01-27T00:39:23.386Z] docker-core-data-go latest 993767ebe05b About a minute ago 22.3MB [2021-01-27T00:39:23.386Z] docker-support-notifications-go latest 329e9b4d2438 2 minutes ago 16.9MB [2021-01-27T00:39:23.386Z] docker-support-scheduler-go latest ce6196b8959f 2 minutes ago 16.4MB [2021-01-27T00:39:23.386Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-27T00:39:26.798Z] 25b303627fd3: Pull complete [2021-01-27T00:39:26.798Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-27T00:39:26.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:39:26.798Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-27T00:39:27.024Z] prd-ubuntu18.04-docker-arm64-4c-16g-22923 does not seem to be running inside a container [2021-01-27T00:39:27.104Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:39:30.240Z] $ docker top c6d13dc23227127fc6ab51b7196748865ea15aef21f03b8d4d276eb3f9084105 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:39:31.206Z] + docker-compose build --help [2021-01-27T00:39:31.206Z] + grep parallel [2021-01-27T00:39:35.522Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:39:35.552Z] $ docker stop --time=1 c6d13dc23227127fc6ab51b7196748865ea15aef21f03b8d4d276eb3f9084105 [2021-01-27T00:39:37.433Z] $ docker rm -f c6d13dc23227127fc6ab51b7196748865ea15aef21f03b8d4d276eb3f9084105 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:39:38.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:39:38.241Z] . [Pipeline] withDockerContainer [2021-01-27T00:39:38.546Z] prd-ubuntu18.04-docker-arm64-4c-16g-22923 does not seem to be running inside a container [2021-01-27T00:39:38.621Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:39:39.059Z] Still waiting to schedule task [2021-01-27T00:39:39.059Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-27T00:39:40.024Z] $ docker top 12a97b7eb43622b4a357089d8f4d92b5ce7bf9283a4cbda80184e4056ef34e31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:39:41.020Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:39:46.409Z] Building docker-core-command-go ... [2021-01-27T00:39:46.409Z] Building docker-core-data-go ... [2021-01-27T00:39:46.409Z] Building docker-core-metadata-go ... [2021-01-27T00:39:46.409Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:39:46.409Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:39:46.409Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:39:46.409Z] Building docker-support-notifications-go ... [2021-01-27T00:39:46.409Z] Building docker-support-scheduler-go ... [2021-01-27T00:39:46.409Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:39:46.409Z] Building docker-sys-mgmt-agent-go [2021-01-27T00:39:46.409Z] Building docker-security-secretstore-setup-go [2021-01-27T00:39:46.409Z] Building docker-support-scheduler-go [2021-01-27T00:39:46.409Z] Building docker-security-proxy-setup-go [2021-01-27T00:39:46.409Z] Building docker-security-bootstrapper-go [2021-01-27T00:40:54.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:40:54.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:40:54.398Z] ---> 1a75cf95bc2b [2021-01-27T00:40:54.398Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:40:54.398Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:40:54.398Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:40:54.398Z] ---> 1a75cf95bc2b [2021-01-27T00:40:54.398Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:40:54.398Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:40:54.398Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:40:54.398Z] ---> 1a75cf95bc2b [2021-01-27T00:40:54.398Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:40:54.398Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:40:54.398Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:40:54.398Z] ---> 1a75cf95bc2b [2021-01-27T00:40:54.398Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:40:54.398Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:40:54.398Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:40:54.398Z] ---> 1a75cf95bc2b [2021-01-27T00:40:54.398Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:40:58.769Z] ---> Running in 45b834e24261 [2021-01-27T00:40:58.769Z] ---> Running in b29ab2cd461f [2021-01-27T00:40:58.769Z] ---> Running in eddf76f22d77 [2021-01-27T00:40:58.769Z] ---> Running in a7f32e518b21 [2021-01-27T00:40:58.769Z] ---> Running in d80019026342 [2021-01-27T00:40:59.367Z] Removing intermediate container eddf76f22d77 [2021-01-27T00:40:59.367Z] ---> c68c1be22ce1 [2021-01-27T00:40:59.367Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:40:59.664Z] Removing intermediate container d80019026342 [2021-01-27T00:40:59.664Z] ---> cb7277dd8edc [2021-01-27T00:40:59.664Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:40:59.664Z] Removing intermediate container 45b834e24261 [2021-01-27T00:40:59.664Z] ---> 3f9724b8b946 [2021-01-27T00:40:59.664Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:40:59.664Z] Removing intermediate container b29ab2cd461f [2021-01-27T00:40:59.664Z] ---> bfc6037c284c [2021-01-27T00:40:59.664Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:40:59.664Z] Removing intermediate container a7f32e518b21 [2021-01-27T00:40:59.664Z] ---> 477015c182fd [2021-01-27T00:40:59.664Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:40:59.664Z] ---> Running in 8349bb1b6e6a [2021-01-27T00:40:59.941Z] ---> Running in 9a6f2198b12e [2021-01-27T00:40:59.941Z] ---> Running in e71122fcc578 [2021-01-27T00:40:59.941Z] ---> Running in 41faff7d1261 [2021-01-27T00:40:59.941Z] ---> Running in 3d6610880ca9 [2021-01-27T00:41:03.375Z] Removing intermediate container 9a6f2198b12e [2021-01-27T00:41:03.375Z] ---> 2e66a1b1332e [2021-01-27T00:41:03.375Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:41:03.648Z] ---> Running in ba936f75c6d4 [2021-01-27T00:41:03.923Z] Removing intermediate container 8349bb1b6e6a [2021-01-27T00:41:03.923Z] ---> 0da0fe121310 [2021-01-27T00:41:03.923Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:41:04.197Z] ---> Running in b086f2039e37 [2021-01-27T00:41:04.197Z] Removing intermediate container e71122fcc578 [2021-01-27T00:41:04.197Z] ---> d1d165812895 [2021-01-27T00:41:04.197Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:41:04.473Z] Removing intermediate container 41faff7d1261 [2021-01-27T00:41:04.473Z] ---> aa91218f3367 [2021-01-27T00:41:04.473Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:41:04.473Z] Removing intermediate container 3d6610880ca9 [2021-01-27T00:41:04.473Z] ---> bb4527d132e3 [2021-01-27T00:41:04.473Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:41:04.473Z] ---> Running in 1123829eb911 [2021-01-27T00:41:04.473Z] ---> Running in 27162d3c7e51 [2021-01-27T00:41:04.750Z] ---> Running in bde9327bfb86 [2021-01-27T00:41:05.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:06.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:06.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:06.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:06.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:06.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:07.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:07.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:07.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:07.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:41:07.319Z] OK: 217 MiB in 51 packages [2021-01-27T00:41:08.328Z] OK: 217 MiB in 51 packages [2021-01-27T00:41:08.328Z] OK: 217 MiB in 51 packages [2021-01-27T00:41:08.609Z] OK: 217 MiB in 51 packages [2021-01-27T00:41:08.609Z] OK: 217 MiB in 51 packages [2021-01-27T00:41:08.881Z] Removing intermediate container ba936f75c6d4 [2021-01-27T00:41:08.881Z] ---> 50b7a3d4cc45 [2021-01-27T00:41:08.881Z] Step 6/22 : COPY go.mod . [2021-01-27T00:41:09.877Z] Removing intermediate container b086f2039e37 [2021-01-27T00:41:09.877Z] ---> 53f7bb540f48 [2021-01-27T00:41:09.877Z] Step 6/21 : COPY go.mod . [2021-01-27T00:41:10.152Z] ---> ebf8521bb691 [2021-01-27T00:41:10.152Z] Step 7/22 : RUN go mod download [2021-01-27T00:41:10.431Z] ---> Running in 63607a5c86a7 [2021-01-27T00:41:10.431Z] Removing intermediate container 27162d3c7e51 [2021-01-27T00:41:10.431Z] ---> 400b835b2540 [2021-01-27T00:41:10.431Z] Step 6/33 : COPY go.mod . [2021-01-27T00:41:10.431Z] Removing intermediate container 1123829eb911 [2021-01-27T00:41:10.431Z] ---> ed43fa26c221 [2021-01-27T00:41:10.431Z] Step 6/24 : COPY go.mod . [2021-01-27T00:41:10.711Z] Removing intermediate container bde9327bfb86 [2021-01-27T00:41:10.711Z] ---> 648c97219c4b [2021-01-27T00:41:10.711Z] Step 6/26 : COPY go.mod . [2021-01-27T00:41:10.994Z] ---> 3f83573887ef [2021-01-27T00:41:10.994Z] Step 7/21 : RUN go mod download [2021-01-27T00:41:11.270Z] ---> Running in 2878fd0db90d [2021-01-27T00:41:11.544Z] ---> 0ebf23bfa9e1 [2021-01-27T00:41:11.544Z] Step 7/24 : RUN go mod download [2021-01-27T00:41:11.544Z] ---> c1e23da139ec [2021-01-27T00:41:11.544Z] Step 7/33 : RUN go mod download [2021-01-27T00:41:11.816Z] ---> Running in cfc25b8c7313 [2021-01-27T00:41:11.816Z] ---> 229a70549c2d [2021-01-27T00:41:11.816Z] Step 7/26 : RUN go mod download [2021-01-27T00:41:11.816Z] ---> Running in caeabab080e8 [2021-01-27T00:41:12.119Z] ---> Running in 964bd52039bd [2021-01-27T00:41:14.144Z] Removing intermediate container 63607a5c86a7 [2021-01-27T00:41:14.144Z] ---> 2f79fa9c014c [2021-01-27T00:41:14.144Z] Step 8/22 : COPY . . [2021-01-27T00:41:15.140Z] Removing intermediate container 2878fd0db90d [2021-01-27T00:41:15.140Z] ---> 2e67db306308 [2021-01-27T00:41:15.140Z] Step 8/21 : COPY . . [2021-01-27T00:41:17.132Z] Removing intermediate container cfc25b8c7313 [2021-01-27T00:41:17.132Z] ---> cbf3cfb53553 [2021-01-27T00:41:17.132Z] Step 8/24 : COPY . . [2021-01-27T00:41:17.132Z] Removing intermediate container 964bd52039bd [2021-01-27T00:41:17.132Z] ---> 8cf685d6f744 [2021-01-27T00:41:17.132Z] Step 8/26 : COPY . . [2021-01-27T00:41:17.732Z] Removing intermediate container caeabab080e8 [2021-01-27T00:41:17.732Z] ---> a1d8472ff07e [2021-01-27T00:41:17.732Z] Step 8/33 : COPY . . [2021-01-27T00:41:39.889Z] ---> 1439df5b0743 [2021-01-27T00:41:39.889Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:41:39.889Z] ---> 99d90d89adcb [2021-01-27T00:41:39.889Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:41:39.889Z] ---> 2ad1650a386b [2021-01-27T00:41:39.889Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:41:39.889Z] ---> Running in 2db3e5ce942c [2021-01-27T00:41:39.889Z] ---> cafdc33d4b85 [2021-01-27T00:41:39.889Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:41:39.889Z] ---> Running in 6bf1133d6105 [2021-01-27T00:41:39.889Z] ---> Running in ea38a65bd1e4 [2021-01-27T00:41:39.889Z] ---> Running in 1f393f0e8d59 [2021-01-27T00:41:39.890Z] ---> e62b1ad0b478 [2021-01-27T00:41:39.890Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:41:39.890Z] ---> Running in 7eecc68dbda8 [2021-01-27T00:41:40.502Z] Removing intermediate container 7eecc68dbda8 [2021-01-27T00:41:40.502Z] ---> 9249895a5305 [2021-01-27T00:41:40.502Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:41:40.846Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T00:41:40.846Z] ---> Running in 165a35f5eefa [2021-01-27T00:41:41.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T00:41:41.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T00:41:41.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T00:41:42.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T00:43:04.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T00:43:04.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T00:43:07.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:43:19.905Z] Removing intermediate container 1f393f0e8d59 [2021-01-27T00:43:19.905Z] ---> 4f8a7a953acf [2021-01-27T00:43:19.905Z] [2021-01-27T00:43:19.905Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:43:19.905Z] 3.12: Pulling from library/alpine [2021-01-27T00:43:19.905Z] Removing intermediate container ea38a65bd1e4 [2021-01-27T00:43:19.905Z] ---> eb44e4f33e6a [2021-01-27T00:43:19.905Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:43:20.527Z] Removing intermediate container 2db3e5ce942c [2021-01-27T00:43:20.527Z] ---> 879d01db9e14 [2021-01-27T00:43:20.527Z] [2021-01-27T00:43:20.527Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:43:20.527Z] 3.12: Pulling from library/alpine [2021-01-27T00:43:20.527Z] ---> Running in 9a3d348c7a7b [2021-01-27T00:43:20.805Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:43:20.805Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:43:20.805Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:43:20.805Z] ---> afeebe901d6b [2021-01-27T00:43:20.805Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:43:20.805Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:43:20.805Z] ---> afeebe901d6b [2021-01-27T00:43:20.805Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:43:21.084Z] Removing intermediate container 6bf1133d6105 [2021-01-27T00:43:21.085Z] ---> dbcdea12c693 [2021-01-27T00:43:21.085Z] [2021-01-27T00:43:21.085Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:43:21.085Z] ---> afeebe901d6b [2021-01-27T00:43:21.085Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:43:21.358Z] ---> Running in 63e5b5a91c1c [2021-01-27T00:43:21.358Z] ---> Running in feaaad8537b8 [2021-01-27T00:43:21.358Z] ---> Running in 9e3a2ea21df4 [2021-01-27T00:43:21.358Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:43:21.358Z] + cd /tmp/build/dist/linux [2021-01-27T00:43:21.358Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:43:21.358Z] Cloning into '.'... [2021-01-27T00:43:23.231Z] + go get github.com/robfig/glock [2021-01-27T00:43:23.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:43:23.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:43:23.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:43:23.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:43:23.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:43:23.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:43:23.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:43:24.384Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:43:24.384Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:43:24.384Z] OK: 5 MiB in 15 packages [2021-01-27T00:43:24.661Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:43:24.661Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:43:24.661Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:43:24.661Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:43:24.661Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:43:24.661Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T00:43:24.661Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:43:24.661Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:43:24.661Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:43:24.661Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:43:24.661Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:43:24.661Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:43:24.950Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:43:24.950Z] OK: 7 MiB in 19 packages [2021-01-27T00:43:25.231Z] OK: 7 MiB in 18 packages [2021-01-27T00:43:26.698Z] Removing intermediate container 9e3a2ea21df4 [2021-01-27T00:43:26.698Z] ---> cad6a7a744ee [2021-01-27T00:43:26.698Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:43:26.698Z] ---> Running in d134f5fc31c0 [2021-01-27T00:43:27.695Z] Removing intermediate container 63e5b5a91c1c [2021-01-27T00:43:27.695Z] ---> d9d01a6929ff [2021-01-27T00:43:27.695Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:43:27.974Z] Removing intermediate container d134f5fc31c0 [2021-01-27T00:43:27.974Z] ---> 50cb8d276bfd [2021-01-27T00:43:27.974Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:43:27.974Z] Removing intermediate container 9a3d348c7a7b [2021-01-27T00:43:27.974Z] ---> d2633d97f636 [2021-01-27T00:43:27.974Z] [2021-01-27T00:43:27.974Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:43:27.974Z] Removing intermediate container feaaad8537b8 [2021-01-27T00:43:27.974Z] ---> da2833e69cbe [2021-01-27T00:43:27.974Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:43:27.974Z] 20.10.0: Pulling from library/docker [2021-01-27T00:43:27.974Z] ---> Running in faa9c375dd89 [2021-01-27T00:43:28.257Z] ---> Running in 725f5c2a8001 [2021-01-27T00:43:28.257Z] ---> Running in b701a63227c9 [2021-01-27T00:43:29.246Z] Removing intermediate container faa9c375dd89 [2021-01-27T00:43:29.246Z] ---> d15c23b1a26e [2021-01-27T00:43:29.246Z] Step 13/24 : WORKDIR / [2021-01-27T00:43:29.246Z] Removing intermediate container b701a63227c9 [2021-01-27T00:43:29.246Z] ---> 11a9a89b0f4d [2021-01-27T00:43:29.246Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:43:29.523Z] Removing intermediate container 725f5c2a8001 [2021-01-27T00:43:29.523Z] ---> b6905dc8dd98 [2021-01-27T00:43:29.523Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:43:29.803Z] ---> Running in 09bdef40eeb1 [2021-01-27T00:43:29.803Z] ---> Running in 3b1b028acd42 [2021-01-27T00:43:30.082Z] ---> Running in 646f580a3b65 [2021-01-27T00:43:31.070Z] Removing intermediate container 09bdef40eeb1 [2021-01-27T00:43:31.070Z] ---> 009031890155 [2021-01-27T00:43:31.070Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:43:31.363Z] Removing intermediate container 3b1b028acd42 [2021-01-27T00:43:31.363Z] ---> ec632025c5ed [2021-01-27T00:43:31.363Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-27T00:43:31.363Z] Removing intermediate container 646f580a3b65 [2021-01-27T00:43:31.363Z] ---> 98d28a2a932d [2021-01-27T00:43:31.363Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:43:33.359Z] ---> 29d7d3bee775 [2021-01-27T00:43:33.359Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-27T00:43:33.359Z] ---> 3b6ecca78b31 [2021-01-27T00:43:33.359Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:43:33.359Z] ---> b242c4e24a14 [2021-01-27T00:43:33.359Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T00:43:35.345Z] ---> 237a2ecced79 [2021-01-27T00:43:35.345Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:43:35.941Z] ---> ee956592cc53 [2021-01-27T00:43:35.941Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:43:35.941Z] ---> aed2f6543ca4 [2021-01-27T00:43:35.941Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:43:37.386Z] ---> 531c1793d1ad [2021-01-27T00:43:37.386Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:43:37.659Z] ---> a4529730b01a [2021-01-27T00:43:37.659Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T00:43:38.256Z] ---> 357af7b10484 [2021-01-27T00:43:38.256Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:43:38.256Z] ---> Running in 6e2725ac8457 [2021-01-27T00:43:38.866Z] ---> Running in 7c12a7f07dfa [2021-01-27T00:43:39.148Z] Removing intermediate container 6e2725ac8457 [2021-01-27T00:43:39.148Z] ---> 200f85ff9164 [2021-01-27T00:43:39.148Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:43:39.426Z] ---> f4945f7bb4e2 [2021-01-27T00:43:39.426Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:43:39.705Z] ---> Running in 7fad6fd525f3 [2021-01-27T00:43:39.980Z] Removing intermediate container 7c12a7f07dfa [2021-01-27T00:43:39.980Z] ---> d2c42e407303 [2021-01-27T00:43:39.980Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:43:40.254Z] ---> Running in 0a724dc8eb18 [2021-01-27T00:43:40.857Z] Removing intermediate container 7fad6fd525f3 [2021-01-27T00:43:40.857Z] ---> e5fcecab670e [2021-01-27T00:43:40.857Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:43:41.136Z] Removing intermediate container 0a724dc8eb18 [2021-01-27T00:43:41.136Z] ---> 4c08bc3190ef [2021-01-27T00:43:41.136Z] Step 19/21 : LABEL arch=arm64 [2021-01-27T00:43:41.410Z] ---> Running in 480ef6f182e6 [2021-01-27T00:43:41.684Z] ---> Running in ac84aa7d7c0b [2021-01-27T00:43:41.684Z] ---> d571ed552d10 [2021-01-27T00:43:41.684Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:43:42.668Z] Removing intermediate container 480ef6f182e6 [2021-01-27T00:43:42.668Z] ---> a98be3aec0f5 [2021-01-27T00:43:42.668Z] Step 21/22 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:43:42.939Z] Removing intermediate container ac84aa7d7c0b [2021-01-27T00:43:42.939Z] ---> a908f459d81f [2021-01-27T00:43:42.939Z] Step 20/21 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:43:42.939Z] + glock sync -n [2021-01-27T00:43:43.212Z]  ---> Running in 095bda2c7b19 [2021-01-27T00:43:43.815Z] ---> Running in 835837a6e214 [2021-01-27T00:43:43.815Z] ---> bf52cfb60ae1 [2021-01-27T00:43:43.815Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-27T00:43:44.093Z] ---> Running in 5033fdae2b72 [2021-01-27T00:43:44.093Z] Removing intermediate container 095bda2c7b19 [2021-01-27T00:43:44.093Z] ---> 6f6d52fbe6ed [2021-01-27T00:43:44.093Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:43:44.372Z] ---> Running in e52f39aee6d7 [2021-01-27T00:43:44.650Z] Removing intermediate container 835837a6e214 [2021-01-27T00:43:44.650Z] ---> 6b9db60f427d [2021-01-27T00:43:44.650Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:43:44.923Z] ---> Running in 3609b20e39e2 [2021-01-27T00:43:45.198Z] Removing intermediate container e52f39aee6d7 [2021-01-27T00:43:45.198Z] ---> ac6c74b85be1 [2021-01-27T00:43:45.198Z] [2021-01-27T00:43:45.476Z] Removing intermediate container 3609b20e39e2 [2021-01-27T00:43:45.476Z] ---> 54224c4347d5 [2021-01-27T00:43:45.476Z] [2021-01-27T00:43:45.749Z] Successfully built ac6c74b85be1 [2021-01-27T00:43:45.749Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-27T00:43:46.026Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-27T00:43:46.026Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:43:46.026Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:43:46.026Z] ---> eeaf43b92773 [2021-01-27T00:43:46.026Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:43:46.303Z] Successfully built 54224c4347d5 [2021-01-27T00:43:46.303Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-27T00:43:46.303Z] Building docker-support-notifications-go [2021-01-27T00:43:46.303Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6a2bf71485e3 [2021-01-27T00:43:47.752Z] Removing intermediate container 5033fdae2b72 [2021-01-27T00:43:47.752Z] ---> 1180406ed6fb [2021-01-27T00:43:47.752Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:43:47.752Z] ---> Running in b6af5360c045 [2021-01-27T00:43:48.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:43:48.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:43:48.596Z] Removing intermediate container b6af5360c045 [2021-01-27T00:43:48.596Z] ---> 5b44620f5a60 [2021-01-27T00:43:48.596Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T00:43:48.877Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:43:48.877Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:43:48.877Z] ---> Running in 7b5e75d5ccf8 [2021-01-27T00:43:49.165Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:43:49.165Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:43:49.165Z] OK: 12 MiB in 22 packages [2021-01-27T00:43:50.613Z] Removing intermediate container 7b5e75d5ccf8 [2021-01-27T00:43:50.613Z] ---> 449e0da22452 [2021-01-27T00:43:50.892Z] Step 23/24 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:43:51.498Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:43:51.498Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:43:51.498Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:43:51.772Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:43:51.772Z] + git describe '--abbrev=0' --tags [2021-01-27T00:43:51.772Z] + TAG=v0.6.1 [2021-01-27T00:43:51.772Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:43:51.772Z] + apk --print-arch [2021-01-27T00:43:51.772Z] building [dockerize] for arm64 ... [2021-01-27T00:43:51.772Z] + arch=aarch64 [2021-01-27T00:43:51.772Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-27T00:43:51.772Z] + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-27T00:43:52.761Z]  ---> Running in bee5c230cc4c [2021-01-27T00:43:53.370Z] Removing intermediate container bee5c230cc4c [2021-01-27T00:43:53.370Z] ---> 59a4c9544ceb [2021-01-27T00:43:53.370Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:43:53.982Z] Removing intermediate container 6a2bf71485e3 [2021-01-27T00:43:53.982Z] ---> ddea922dacf6 [2021-01-27T00:43:53.982Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:43:54.326Z] ---> Running in 35d9d5a24804 [2021-01-27T00:43:54.934Z] ---> Running in e2692f7e68fa [2021-01-27T00:43:55.205Z] Removing intermediate container 35d9d5a24804 [2021-01-27T00:43:55.205Z] ---> 650ab7e5d243 [2021-01-27T00:43:55.205Z] [2021-01-27T00:43:55.480Z] Removing intermediate container e2692f7e68fa [2021-01-27T00:43:55.480Z] ---> 02e6331e27d2 [2021-01-27T00:43:55.480Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:43:55.780Z] Successfully built 650ab7e5d243 [2021-01-27T00:43:55.780Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-27T00:43:55.780Z] Building docker-core-metadata-go [2021-01-27T00:43:56.060Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 5a27942463dd [2021-01-27T00:43:57.047Z] Removing intermediate container 5a27942463dd [2021-01-27T00:43:57.047Z] ---> eaa68e4b41ab [2021-01-27T00:43:57.047Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:43:57.321Z] ---> Running in ccd4f5269f6a [2021-01-27T00:43:57.321Z] Wed Jan 27 00:43:57 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:43:57.321Z] + date [2021-01-27T00:43:57.321Z] + echo 'Wed Jan 27 00:43:57 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:43:57.913Z] Removing intermediate container ccd4f5269f6a [2021-01-27T00:43:57.913Z] ---> 398df2f5d375 [2021-01-27T00:43:57.913Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:43:59.893Z] ---> a5565858ae02 [2021-01-27T00:43:59.893Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:44:00.887Z] ---> 18dd0ce89959 [2021-01-27T00:44:00.887Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:44:03.527Z] ---> 54d6db224717 [2021-01-27T00:44:03.527Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:44:04.139Z] ---> Running in 75bfdd1a09da [2021-01-27T00:44:05.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:44:05.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:44:06.454Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:44:06.454Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:44:06.732Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:44:06.732Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:44:06.732Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:44:06.732Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:44:06.732Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:44:08.730Z] Removing intermediate container 165a35f5eefa [2021-01-27T00:44:08.730Z] ---> a7f3f24db098 [2021-01-27T00:44:08.730Z] [2021-01-27T00:44:08.730Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:44:08.730Z] ---> afeebe901d6b [2021-01-27T00:44:08.730Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:44:08.730Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:44:08.730Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:44:08.730Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:44:08.730Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:44:08.730Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:44:08.730Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:44:09.010Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:44:09.010Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:44:09.010Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:44:09.010Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:44:09.010Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:44:09.010Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:44:09.010Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:44:09.306Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:44:09.306Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:44:09.306Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:44:09.306Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:44:09.306Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:44:09.306Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:44:09.306Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:44:09.306Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:44:09.584Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:44:09.584Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:44:09.584Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:44:09.584Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:44:09.584Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:44:09.859Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:44:09.859Z] OK: 71 MiB in 55 packages [2021-01-27T00:44:10.458Z] ---> Running in c592df440260 [2021-01-27T00:44:11.447Z] Removing intermediate container c592df440260 [2021-01-27T00:44:11.447Z] ---> 6c6d085a842b [2021-01-27T00:44:11.447Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:44:12.053Z] ---> Running in 52cd4e73c426 [2021-01-27T00:44:14.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:44:14.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:44:14.844Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:44:14.844Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:44:14.844Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:44:14.844Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:44:14.844Z] OK: 6 MiB in 17 packages [2021-01-27T00:44:19.168Z] Removing intermediate container 52cd4e73c426 [2021-01-27T00:44:19.168Z] ---> 1cb52084fb0a [2021-01-27T00:44:19.168Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:44:19.462Z] ---> Running in e30dc24a26c9 [2021-01-27T00:44:20.480Z] Removing intermediate container e30dc24a26c9 [2021-01-27T00:44:20.480Z] ---> 4425fb7f325b [2021-01-27T00:44:20.480Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:44:21.084Z] ---> Running in 1105c6c54e65 [2021-01-27T00:44:22.072Z] Removing intermediate container 75bfdd1a09da [2021-01-27T00:44:22.072Z] ---> a4b8ceed7acc [2021-01-27T00:44:22.072Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:44:22.680Z] Removing intermediate container 1105c6c54e65 [2021-01-27T00:44:22.680Z] ---> f361ed455724 [2021-01-27T00:44:22.680Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:44:22.680Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:44:22.680Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:44:22.680Z] ---> 1a75cf95bc2b [2021-01-27T00:44:22.680Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:44:22.680Z] ---> Using cache [2021-01-27T00:44:22.680Z] ---> 477015c182fd [2021-01-27T00:44:22.680Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:44:22.680Z] ---> Using cache [2021-01-27T00:44:22.680Z] ---> aa91218f3367 [2021-01-27T00:44:22.680Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:44:22.680Z] ---> Using cache [2021-01-27T00:44:22.680Z] ---> 400b835b2540 [2021-01-27T00:44:22.680Z] Step 6/23 : COPY go.mod . [2021-01-27T00:44:22.680Z] ---> Using cache [2021-01-27T00:44:22.680Z] ---> c1e23da139ec [2021-01-27T00:44:22.680Z] Step 7/23 : RUN go mod download [2021-01-27T00:44:22.680Z] ---> Using cache [2021-01-27T00:44:22.680Z] ---> a1d8472ff07e [2021-01-27T00:44:22.680Z] Step 8/23 : COPY . . [2021-01-27T00:44:22.680Z] ---> Using cache [2021-01-27T00:44:22.680Z] ---> e62b1ad0b478 [2021-01-27T00:44:22.680Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:44:22.680Z] ---> Running in b9707fc5ec8e [2021-01-27T00:44:22.958Z] ---> Running in 74f5cc7f6854 [2021-01-27T00:44:23.238Z] ---> Running in 7efc210bab13 [2021-01-27T00:44:23.238Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:44:23.238Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:44:23.238Z] ---> 1a75cf95bc2b [2021-01-27T00:44:23.238Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:44:23.238Z] ---> Using cache [2021-01-27T00:44:23.238Z] ---> 477015c182fd [2021-01-27T00:44:23.238Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:44:23.238Z] ---> Using cache [2021-01-27T00:44:23.238Z] ---> aa91218f3367 [2021-01-27T00:44:23.238Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:44:23.516Z] ---> Running in 724aa49952d8 [2021-01-27T00:44:25.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:44:25.858Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T00:44:26.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:44:27.512Z] OK: 217 MiB in 51 packages [2021-01-27T00:44:27.799Z] Removing intermediate container 74f5cc7f6854 [2021-01-27T00:44:27.799Z] ---> e58a5718c265 [2021-01-27T00:44:27.799Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:44:28.373Z] Running on prd-ubuntu18.04-docker-8c-8g-23021 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [2021-01-27T00:44:28.409Z] ---> Running in f124344da697 [Pipeline] ws [2021-01-27T00:44:28.429Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T00:44:29.415Z] Removing intermediate container f124344da697 [2021-01-27T00:44:29.415Z] ---> 5aff32bbddb1 [2021-01-27T00:44:29.415Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:44:29.415Z] Removing intermediate container 724aa49952d8 [2021-01-27T00:44:29.415Z] ---> 2fb124616d8a [2021-01-27T00:44:29.415Z] Step 6/22 : COPY go.mod . [2021-01-27T00:44:30.937Z] Collecting docker-compose==1.23.2 [2021-01-27T00:44:31.216Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:44:31.216Z] ---> 229d91827fd8 [2021-01-27T00:44:31.216Z] Step 7/22 : RUN go mod download [2021-01-27T00:44:31.500Z] ---> Running in 70f67defe20c [2021-01-27T00:44:31.570Z] using credential edgex-jenkins-ssh [2021-01-27T00:44:31.624Z] Cloning the remote Git repository [2021-01-27T00:44:31.782Z] ---> 140418dbb3c5 [2021-01-27T00:44:31.782Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:44:32.058Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:44:32.058Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:44:32.058Z] ---> 1a75cf95bc2b [2021-01-27T00:44:32.058Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:44:32.058Z] ---> Using cache [2021-01-27T00:44:32.058Z] ---> 477015c182fd [2021-01-27T00:44:32.058Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:44:32.058Z] ---> Using cache [2021-01-27T00:44:32.058Z] ---> aa91218f3367 [2021-01-27T00:44:32.058Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:44:32.058Z] ---> Using cache [2021-01-27T00:44:32.058Z] ---> 400b835b2540 [2021-01-27T00:44:32.058Z] Step 6/23 : COPY go.mod . [2021-01-27T00:44:32.058Z] ---> Using cache [2021-01-27T00:44:32.058Z] ---> c1e23da139ec [2021-01-27T00:44:32.058Z] Step 7/23 : RUN go mod download [2021-01-27T00:44:32.058Z] ---> Using cache [2021-01-27T00:44:32.058Z] ---> a1d8472ff07e [2021-01-27T00:44:32.058Z] Step 8/23 : COPY . . [2021-01-27T00:44:31.661Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:44:31.741Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T00:44:31.781Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:44:31.781Z] > git --version # timeout=10 [2021-01-27T00:44:31.788Z] > git --version # 'git version 2.17.1' [2021-01-27T00:44:31.789Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:44:31.812Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:44:32.339Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:44:32.339Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:44:32.339Z] ---> Using cache [2021-01-27T00:44:32.339Z] ---> e62b1ad0b478 [2021-01-27T00:44:32.339Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:44:32.618Z] ---> Running in 9a08e075cf3e [2021-01-27T00:44:33.614Z] ---> ff5e4c414e11 [2021-01-27T00:44:33.614Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:44:33.614Z] ---> Running in f7d23fb847c9 [2021-01-27T00:44:35.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T00:44:37.073Z] Removing intermediate container 70f67defe20c [2021-01-27T00:44:37.073Z] ---> f32ebb691eb6 [2021-01-27T00:44:37.073Z] Step 8/22 : COPY . . [2021-01-27T00:44:37.073Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:44:37.073Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:44:38.090Z] Removing intermediate container f7d23fb847c9 [2021-01-27T00:44:38.090Z] ---> d80c3cae077d [2021-01-27T00:44:38.090Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:44:40.093Z] ---> 7b8ecfa18264 [2021-01-27T00:44:40.093Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:44:41.083Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-27T00:44:41.698Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:44:41.698Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:44:43.171Z] ---> 30cd54867481 [2021-01-27T00:44:43.171Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:44:44.622Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:44:44.637Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:44:44.645Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:44:44.657Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:44:44.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:44:44.662Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T00:44:45.191Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:44:45.191Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:44:45.191Z] ---> c87ebf949c00 [2021-01-27T00:44:45.191Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:44:45.273Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit caca1edf1c7f82230b0956996c48951e5cc8b8da [2021-01-27T00:44:45.458Z] Merge succeeded, producing 98102f90225575b456b908ad75f5437e970ebcef [2021-01-27T00:44:45.458Z] Checking out Revision 98102f90225575b456b908ad75f5437e970ebcef (PR-3080) [2021-01-27T00:44:45.282Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:44:45.288Z] > git checkout -f caca1edf1c7f82230b0956996c48951e5cc8b8da # timeout=10 [2021-01-27T00:44:45.366Z] > git remote # timeout=10 [2021-01-27T00:44:45.380Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T00:44:45.385Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:44:45.389Z] > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-27T00:44:45.454Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T00:44:45.462Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:44:45.466Z] > git checkout -f 98102f90225575b456b908ad75f5437e970ebcef # timeout=10 [2021-01-27T00:44:47.846Z] ---> e1d43b56002f [2021-01-27T00:44:47.847Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:44:48.445Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:44:48.445Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:44:49.087Z] Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" [2021-01-27T00:44:49.092Z] > git rev-list --no-walk caca1edf1c7f82230b0956996c48951e5cc8b8da # timeout=10 [2021-01-27T00:44:49.439Z] ---> 1c91b0d1d6c9 [2021-01-27T00:44:49.439Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:44:49.439Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:44:49.439Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:44:50.431Z] ---> Running in 201a49be9521 [2021-01-27T00:44:50.717Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T00:44:50.717Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:44:50.966Z] + echo snap-build.sh [2021-01-27T00:44:50.967Z] snap-build.sh [2021-01-27T00:44:50.967Z] + SNAP_BASE_DIR=. [2021-01-27T00:44:50.967Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-27T00:44:50.967Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-27T00:44:50.967Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-27T00:44:50.967Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-27T00:44:50.967Z] + cd /w/workspace/edgex-go/2 [2021-01-27T00:44:50.967Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-27T00:44:50.967Z] Reading package lists... [2021-01-27T00:44:51.229Z] Building dependency tree... [2021-01-27T00:44:51.229Z] Reading state information... [2021-01-27T00:44:51.229Z] The following packages were automatically installed and are no longer required: [2021-01-27T00:44:51.229Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-27T00:44:51.229Z] uidmap xdelta3 [2021-01-27T00:44:51.229Z] Use 'sudo apt autoremove' to remove them. [2021-01-27T00:44:51.229Z] The following packages will be REMOVED: [2021-01-27T00:44:51.229Z] lxd* lxd-client* [2021-01-27T00:44:51.748Z] Removing intermediate container 201a49be9521 [2021-01-27T00:44:51.748Z] ---> 2eb7be95d300 [2021-01-27T00:44:51.748Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:44:51.748Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:44:51.748Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:44:51.803Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-27T00:44:51.803Z] After this operation, 31.7 MB disk space will be freed. [2021-01-27T00:44:52.850Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-27T00:44:52.850Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:44:53.199Z] ---> 5c41774a0df5 [2021-01-27T00:44:53.199Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:44:53.792Z] Removing lxd dnsmasq configuration [2021-01-27T00:44:53.793Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:44:53.793Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-27T00:44:53.799Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:44:53.799Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:44:53.799Z] ---> Running in 23a7e78442dd [2021-01-27T00:44:54.407Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:44:54.407Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:44:54.746Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-27T00:44:55.008Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-27T00:44:55.008Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:44:55.010Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:44:55.010Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:44:55.994Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:44:55.994Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:44:56.394Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-27T00:44:56.394Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-27T00:44:56.603Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-27T00:44:56.603Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-27T00:44:56.603Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:44:56.603Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:44:56.603Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:44:56.603Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:44:57.784Z] + sudo snap remove --purge lxd [2021-01-27T00:44:57.784Z] snap "lxd" is not installed [2021-01-27T00:44:57.784Z] + sudo groupadd --force --system lxd [2021-01-27T00:44:57.784Z] ++ whoami [2021-01-27T00:44:57.784Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-27T00:44:57.784Z] + newgrp - lxd [2021-01-27T00:44:57.784Z] + sudo snap install lxd [2021-01-27T00:44:58.135Z] Installing collected packages: docopt, PyYAML, texttable, dockerpty, websocket-client, jsonschema, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-01-27T00:44:58.136Z] Running setup.py install for docopt: started [2021-01-27T00:44:58.136Z] Removing intermediate container 23a7e78442dd [2021-01-27T00:44:58.136Z] ---> febe6f0db41d [2021-01-27T00:44:58.136Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:44:59.120Z] ---> Running in c31b1753d12f [2021-01-27T00:44:59.722Z] Removing intermediate container c31b1753d12f [2021-01-27T00:44:59.722Z] ---> 8056cd7bc335 [2021-01-27T00:44:59.722Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:44:59.722Z] ---> 573c013703b7 [2021-01-27T00:44:59.722Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:45:00.000Z] ---> Running in 6af80cf9ed41 [2021-01-27T00:45:00.278Z] ---> Running in dfd0cd08acc3 [2021-01-27T00:45:00.558Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:45:00.558Z] Running setup.py install for PyYAML: started [2021-01-27T00:45:01.173Z] Removing intermediate container 6af80cf9ed41 [2021-01-27T00:45:01.173Z] ---> 57c7e9d0f118 [2021-01-27T00:45:01.173Z] Step 31/33 : LABEL arch=arm64 [2021-01-27T00:45:01.788Z] ---> Running in 3bf9f14b0f89 [2021-01-27T00:45:02.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T00:45:02.678Z] Removing intermediate container 3bf9f14b0f89 [2021-01-27T00:45:02.678Z] ---> 0b39c7924aa4 [2021-01-27T00:45:02.678Z] Step 32/33 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:45:03.302Z] ---> Running in 6ae46f897fef [2021-01-27T00:45:03.909Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:45:03.909Z] Running setup.py install for texttable: started [2021-01-27T00:45:03.909Z] Removing intermediate container 6ae46f897fef [2021-01-27T00:45:03.909Z] ---> 41907ab72835 [2021-01-27T00:45:03.909Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:45:04.526Z] ---> Running in 5d6081205cc4 [2021-01-27T00:45:05.132Z] Removing intermediate container 5d6081205cc4 [2021-01-27T00:45:05.132Z] ---> 6bdcbb3fa24c [2021-01-27T00:45:05.132Z] [2021-01-27T00:45:05.744Z] Successfully built 6bdcbb3fa24c [2021-01-27T00:45:05.745Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-27T00:45:05.745Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-01-27T00:45:06.738Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:45:06.738Z] Running setup.py install for dockerpty: started [2021-01-27T00:45:07.834Z] 2021-01-27T00:45:04Z INFO Waiting for automatic snapd restart... [2021-01-27T00:45:10.390Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:45:11.439Z] Attempting uninstall: idna [2021-01-27T00:45:11.439Z] Found existing installation: idna 2.9 [2021-01-27T00:45:11.439Z] Uninstalling idna-2.9: [2021-01-27T00:45:11.715Z] Successfully uninstalled idna-2.9 [2021-01-27T00:45:12.713Z] Attempting uninstall: urllib3 [2021-01-27T00:45:12.713Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:45:12.713Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:45:12.989Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:45:13.597Z] Attempting uninstall: requests [2021-01-27T00:45:13.597Z] Found existing installation: requests 2.23.0 [2021-01-27T00:45:13.874Z] Uninstalling requests-2.23.0: [2021-01-27T00:45:13.874Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:45:18.223Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-27T00:45:22.795Z] lxd 4.10 from Canonical* installed [2021-01-27T00:45:22.795Z] + sudo lxd init --auto [2021-01-27T00:45:30.715Z] Removing intermediate container b9707fc5ec8e [2021-01-27T00:45:30.715Z] ---> ddf91516d9f7 [2021-01-27T00:45:30.715Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:45:30.715Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:45:30.715Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:45:30.715Z] ---> 1a75cf95bc2b [2021-01-27T00:45:30.715Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:45:30.715Z] ---> Using cache [2021-01-27T00:45:30.715Z] ---> 477015c182fd [2021-01-27T00:45:30.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:45:30.715Z] ---> Using cache [2021-01-27T00:45:30.715Z] ---> aa91218f3367 [2021-01-27T00:45:30.715Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:45:30.715Z] ---> Running in 7320a582844c [2021-01-27T00:45:30.715Z] ---> Running in 7041eaec2c67 [2021-01-27T00:45:31.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:45:31.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:45:32.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:45:32.844Z] + sudo snap install --classic snapcraft [2021-01-27T00:45:32.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:45:33.161Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:45:33.161Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:45:33.440Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:45:33.440Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:45:33.440Z] OK: 71 MiB in 58 packages [2021-01-27T00:45:34.900Z] Removing intermediate container 7041eaec2c67 [2021-01-27T00:45:34.900Z] ---> 87c3825bc917 [2021-01-27T00:45:34.900Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:45:35.180Z] ---> Running in abd56d54821e [2021-01-27T00:45:35.180Z] OK: 217 MiB in 51 packages [2021-01-27T00:45:36.184Z] Removing intermediate container abd56d54821e [2021-01-27T00:45:36.184Z] ---> 93b010d4aecd [2021-01-27T00:45:36.184Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:45:36.463Z] ---> Running in c2a5ee5643a7 [2021-01-27T00:45:37.069Z] Removing intermediate container 7320a582844c [2021-01-27T00:45:37.069Z] ---> 1c190cbbd2ae [2021-01-27T00:45:37.069Z] Step 6/23 : COPY go.mod . [2021-01-27T00:45:37.069Z] Removing intermediate container c2a5ee5643a7 [2021-01-27T00:45:37.069Z] ---> 0d48b656c67e [2021-01-27T00:45:37.069Z] Step 24/26 : LABEL arch=arm64 [2021-01-27T00:45:37.348Z] ---> Running in a90ccf8fa77d [2021-01-27T00:45:37.958Z] Removing intermediate container a90ccf8fa77d [2021-01-27T00:45:37.958Z] ---> be690abd29ab [2021-01-27T00:45:37.958Z] Step 25/26 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:45:37.958Z] ---> b7322ed29c3b [2021-01-27T00:45:37.958Z] Step 7/23 : RUN go mod download [2021-01-27T00:45:38.244Z] ---> Running in 7ecfbfab3069 [2021-01-27T00:45:38.245Z] ---> Running in 67a9203bc523 [2021-01-27T00:45:38.859Z] Removing intermediate container 7ecfbfab3069 [2021-01-27T00:45:38.859Z] ---> cf4d9beb7efe [2021-01-27T00:45:38.859Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:45:39.142Z] ---> Running in fa1a97ed64de [2021-01-27T00:45:39.431Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T00:45:39.431Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-27T00:45:39.431Z] + patch --verbose -p1 [2021-01-27T00:45:39.431Z] Hmm... Looks like a unified diff to me... [2021-01-27T00:45:39.431Z] The text leading up to this was: [2021-01-27T00:45:39.431Z] -------------------------- [2021-01-27T00:45:39.431Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-27T00:45:39.431Z] |From: Tony Espy [2021-01-27T00:45:39.431Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-27T00:45:39.431Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-27T00:45:39.431Z] | [2021-01-27T00:45:39.431Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-27T00:45:39.431Z] |optimize the snap CI check run for pull requests. When [2021-01-27T00:45:39.431Z] |applied, it essentially strips out everything (apps and [2021-01-27T00:45:39.431Z] |parts) from the snapcraft.yaml file except those required [2021-01-27T00:45:39.431Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-27T00:45:39.431Z] |catch changes to edgex-go that break the snap build. [2021-01-27T00:45:39.431Z] | [2021-01-27T00:45:39.431Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-27T00:45:39.431Z] |to update this patch file, otherwise it may fail to apply, [2021-01-27T00:45:39.431Z] |resulting in a failed snap build CI check in the associated [2021-01-27T00:45:39.431Z] |pull request. [2021-01-27T00:45:39.431Z] | [2021-01-27T00:45:39.431Z] |Note - in addition to applying this patch, the pipeline also [2021-01-27T00:45:39.431Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-27T00:45:39.431Z] |need to build the finally binary .snap file (and it won't [2021-01-27T00:45:39.431Z] |work with the patch applied). This further reduces the build [2021-01-27T00:45:39.431Z] |time. [2021-01-27T00:45:39.431Z] |--- [2021-01-27T00:45:39.431Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-27T00:45:39.431Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-27T00:45:39.431Z] | [2021-01-27T00:45:39.431Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-27T00:45:39.431Z] |index 1e537489..faf42425 100644 [2021-01-27T00:45:39.431Z] |--- a/snap/snapcraft.yaml [2021-01-27T00:45:39.431Z] |+++ b/snap/snapcraft.yaml [2021-01-27T00:45:39.431Z] -------------------------- [2021-01-27T00:45:39.431Z] patching file snap/snapcraft.yaml [2021-01-27T00:45:39.431Z] Using Plan A... [2021-01-27T00:45:39.431Z] Hunk #1 succeeded at 73. [2021-01-27T00:45:39.431Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-27T00:45:39.431Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-27T00:45:39.431Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-27T00:45:39.431Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-27T00:45:39.431Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-27T00:45:39.431Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-27T00:45:39.431Z] Hunk #8 succeeded at 342. [2021-01-27T00:45:39.431Z] Hmm... Ignoring the trailing garbage. [2021-01-27T00:45:39.431Z] done [2021-01-27T00:45:39.431Z] + sudo snapcraft prime --use-lxd [2021-01-27T00:45:40.159Z] Removing intermediate container fa1a97ed64de [2021-01-27T00:45:40.160Z] ---> 5d85fa8c2005 [2021-01-27T00:45:40.160Z] [2021-01-27T00:45:40.374Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-27T00:45:40.374Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-27T00:45:40.374Z] - README.md [2021-01-27T00:45:40.374Z] - snapcraft.yaml.orig [2021-01-27T00:45:40.374Z] [2021-01-27T00:45:40.374Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-27T00:45:40.442Z] Successfully built 5d85fa8c2005 [2021-01-27T00:45:40.721Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-27T00:45:41.324Z] Launching a container. [2021-01-27T00:45:43.389Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 67a9203bc523 [2021-01-27T00:45:43.389Z] ---> 7ef210608479 [2021-01-27T00:45:43.389Z] Step 8/23 : COPY . . [2021-01-27T00:45:53.585Z] Waiting for container to be ready [2021-01-27T00:45:54.157Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-27T00:45:54.157Z] [2021-01-27T00:45:57.469Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-27T00:45:57.729Z] Waiting for network to be ready... [2021-01-27T00:45:57.989Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T00:45:58.250Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-27T00:45:58.250Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T00:45:58.250Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-27T00:45:58.250Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T00:45:58.250Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T00:45:58.250Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-27T00:45:58.250Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-27T00:45:58.250Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-27T00:45:58.510Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-27T00:45:58.769Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T00:45:59.030Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T00:45:59.314Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T00:45:59.314Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T00:45:59.314Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T00:45:59.314Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T00:45:59.314Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T00:45:59.314Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T00:45:59.892Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T00:46:00.463Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T00:46:00.463Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T00:46:00.463Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T00:46:00.463Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T00:46:00.463Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T00:46:00.463Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T00:46:00.463Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T00:46:00.463Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T00:46:01.852Z] Removing intermediate container 7efc210bab13 [2021-01-27T00:46:01.852Z] ---> 3677bd4b8dcb [2021-01-27T00:46:01.852Z] [2021-01-27T00:46:01.852Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:46:01.852Z] ---> afeebe901d6b [2021-01-27T00:46:01.852Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:46:01.852Z] ---> Using cache [2021-01-27T00:46:01.852Z] ---> cad6a7a744ee [2021-01-27T00:46:01.852Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:46:01.852Z] ---> Using cache [2021-01-27T00:46:01.852Z] ---> 50cb8d276bfd [2021-01-27T00:46:01.852Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:46:01.852Z] ---> cc4c6e70863f [2021-01-27T00:46:01.852Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:46:01.852Z] ---> Running in 05842b1aa6b7 [2021-01-27T00:46:01.852Z] ---> Running in d0db94378e00 [2021-01-27T00:46:02.865Z] Removing intermediate container d0db94378e00 [2021-01-27T00:46:02.865Z] ---> 99c184d6f51f [2021-01-27T00:46:02.865Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:46:03.011Z] Fetched 23.8 MB in 5s (5288 kB/s) [2021-01-27T00:46:03.148Z] ---> Running in fec7587b6a0f [2021-01-27T00:46:03.270Z] Reading package lists... [2021-01-27T00:46:03.532Z] Reading package lists... [2021-01-27T00:46:03.773Z] Removing intermediate container fec7587b6a0f [2021-01-27T00:46:03.773Z] ---> ec06ddc809c5 [2021-01-27T00:46:03.773Z] Step 15/23 : WORKDIR / [2021-01-27T00:46:03.793Z] Building dependency tree... [2021-01-27T00:46:03.793Z] Reading state information... [2021-01-27T00:46:04.054Z] The following additional packages will be installed: [2021-01-27T00:46:04.054Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T00:46:04.054Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T00:46:04.054Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T00:46:04.054Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-27T00:46:04.054Z] Suggested packages: [2021-01-27T00:46:04.054Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-27T00:46:04.054Z] Recommended packages: [2021-01-27T00:46:04.054Z] gnupg libsasl2-modules [2021-01-27T00:46:04.054Z] The following NEW packages will be installed: [2021-01-27T00:46:04.054Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T00:46:04.054Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T00:46:04.054Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T00:46:04.054Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-27T00:46:04.054Z] The following packages will be upgraded: [2021-01-27T00:46:04.054Z] gpg gpg-agent gpgconf libudev1 [2021-01-27T00:46:04.054Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-27T00:46:04.054Z] Need to get 3533 kB of archives. [2021-01-27T00:46:04.054Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-27T00:46:04.054Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-27T00:46:04.054Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-27T00:46:04.054Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-27T00:46:04.055Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-27T00:46:04.055Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-27T00:46:04.055Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-27T00:46:04.055Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-27T00:46:04.055Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-27T00:46:04.055Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-27T00:46:04.056Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:46:04.056Z] ---> Running in 5fed10a1a2ff [2021-01-27T00:46:04.314Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-27T00:46:04.884Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-27T00:46:04.884Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-27T00:46:04.884Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-27T00:46:04.884Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-27T00:46:04.884Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-27T00:46:04.884Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-27T00:46:04.884Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-27T00:46:04.884Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-27T00:46:04.884Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-27T00:46:04.884Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-27T00:46:05.060Z] Removing intermediate container 5fed10a1a2ff [2021-01-27T00:46:05.060Z] ---> 097dfb0b9ff5 [2021-01-27T00:46:05.060Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:46:05.145Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-27T00:46:05.145Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-27T00:46:05.145Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:46:05.145Z] Fetched 3533 kB in 1s (3333 kB/s) [2021-01-27T00:46:05.145Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T00:46:05.145Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:05.145Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:05.409Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-27T00:46:05.409Z] Selecting previously unselected package udev. [2021-01-27T00:46:05.409Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T00:46:05.409Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:05.670Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-27T00:46:05.670Z] Selecting previously unselected package libfuse2:amd64. [2021-01-27T00:46:05.670Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T00:46:05.670Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T00:46:05.931Z] Selecting previously unselected package fuse. [2021-01-27T00:46:05.931Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T00:46:05.931Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-27T00:46:05.931Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:05.931Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:06.075Z] ---> 7ab4223273c4 [2021-01-27T00:46:06.075Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:46:06.190Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:06.190Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:06.190Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:06.190Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:06.451Z] Selecting previously unselected package libksba8:amd64. [2021-01-27T00:46:06.451Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-27T00:46:06.451Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-27T00:46:06.451Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-27T00:46:06.451Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:06.451Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:06.451Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-27T00:46:06.451Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:06.717Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:06.717Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-27T00:46:06.717Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:06.717Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:06.717Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-27T00:46:06.717Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:06.717Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:06.981Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-27T00:46:06.981Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:06.981Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:06.981Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-27T00:46:06.981Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:06.981Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:06.981Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-27T00:46:06.981Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:07.240Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:07.240Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-27T00:46:07.240Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:07.240Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:07.240Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-27T00:46:07.240Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:07.240Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:07.500Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-27T00:46:07.500Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T00:46:07.500Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:07.500Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-27T00:46:07.500Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T00:46:07.500Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:07.500Z] Selecting previously unselected package libldap-common. [2021-01-27T00:46:07.500Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-27T00:46:07.500Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:07.761Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-27T00:46:07.761Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-27T00:46:07.761Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:07.761Z] Selecting previously unselected package dirmngr. [2021-01-27T00:46:07.761Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:07.761Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:07.761Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:07.761Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:08.021Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T00:46:08.021Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:08.021Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:08.021Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:08.021Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:08.021Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-27T00:46:08.021Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:08.021Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-27T00:46:08.103Z] ---> bed818727e00 [2021-01-27T00:46:08.103Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:46:08.591Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-27T00:46:08.591Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:08.591Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-27T00:46:08.850Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-27T00:46:08.850Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:08.850Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:08.850Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:08.850Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:08.850Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:08.850Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:08.850Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:09.108Z] ---> 16d5583d002b [2021-01-27T00:46:09.108Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:46:09.108Z] ---> Running in a9b47a5fc49c [2021-01-27T00:46:09.113Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:09.113Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:09.113Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:09.113Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:09.374Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-27T00:46:09.374Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-27T00:46:09.374Z] This means they are not meant to be enabled using systemctl. [2021-01-27T00:46:09.374Z] Possible reasons for having this kind of units are: [2021-01-27T00:46:09.374Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-27T00:46:09.374Z] .wants/ or .requires/ directory. [2021-01-27T00:46:09.374Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-27T00:46:09.374Z] a requirement dependency on it. [2021-01-27T00:46:09.374Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-27T00:46:09.374Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-27T00:46:09.374Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-27T00:46:09.374Z] instance name specified. [2021-01-27T00:46:09.740Z] Removing intermediate container a9b47a5fc49c [2021-01-27T00:46:09.740Z] ---> 7a426b0b5c66 [2021-01-27T00:46:09.740Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:46:09.895Z] Reading package lists... [2021-01-27T00:46:09.895Z] Building dependency tree... [2021-01-27T00:46:09.895Z] Reading state information... [2021-01-27T00:46:10.018Z] ---> Running in 8f2f42388cd5 [2021-01-27T00:46:10.155Z] The following additional packages will be installed: [2021-01-27T00:46:10.155Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-27T00:46:10.155Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-27T00:46:10.155Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-27T00:46:10.155Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-27T00:46:10.155Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-27T00:46:10.155Z] Suggested packages: [2021-01-27T00:46:10.155Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-27T00:46:10.155Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-27T00:46:10.155Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-27T00:46:10.155Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-27T00:46:10.155Z] systemd-container policykit-1 [2021-01-27T00:46:10.155Z] Recommended packages: [2021-01-27T00:46:10.155Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-27T00:46:10.155Z] The following NEW packages will be installed: [2021-01-27T00:46:10.155Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-27T00:46:10.155Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-27T00:46:10.155Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-27T00:46:10.155Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-27T00:46:10.155Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-27T00:46:10.155Z] The following packages will be upgraded: [2021-01-27T00:46:10.155Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-27T00:46:10.155Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-27T00:46:10.155Z] Need to get 35.2 MB of archives. [2021-01-27T00:46:10.155Z] After this operation, 141 MB of additional disk space will be used. [2021-01-27T00:46:10.155Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-27T00:46:10.416Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-27T00:46:10.416Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-27T00:46:10.416Z] 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-01-27T00:46:10.416Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-27T00:46:10.416Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-27T00:46:10.416Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-27T00:46:10.416Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-27T00:46:10.416Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-27T00:46:10.416Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-27T00:46:10.416Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-27T00:46:10.416Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-27T00:46:10.416Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-27T00:46:10.416Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-27T00:46:10.416Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-27T00:46:10.416Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-27T00:46:10.416Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-27T00:46:10.416Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-27T00:46:10.627Z] Removing intermediate container 8f2f42388cd5 [2021-01-27T00:46:10.627Z] ---> e2d1f8cc3914 [2021-01-27T00:46:10.627Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:46:10.940Z] ---> Running in ed6c368212b7 [2021-01-27T00:46:11.360Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-27T00:46:11.360Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-27T00:46:11.360Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-27T00:46:11.360Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-27T00:46:11.360Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-27T00:46:11.360Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-27T00:46:11.360Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-27T00:46:11.360Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-27T00:46:11.360Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-27T00:46:11.360Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-27T00:46:11.360Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-27T00:46:11.360Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-27T00:46:11.573Z] Removing intermediate container ed6c368212b7 [2021-01-27T00:46:11.573Z] ---> 1372e6708728 [2021-01-27T00:46:11.573Z] Step 22/23 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:46:11.849Z] ---> Running in 3e25d87214e7 [2021-01-27T00:46:12.456Z] Removing intermediate container 3e25d87214e7 [2021-01-27T00:46:12.456Z] ---> d4e66ac7a60a [2021-01-27T00:46:12.456Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:46:12.730Z] ---> Running in 7547747c80fb [2021-01-27T00:46:12.743Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:46:12.743Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2021-01-27T00:46:12.743Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T00:46:12.743Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:12.743Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:13.314Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:13.314Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:13.576Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-27T00:46:13.576Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T00:46:13.576Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T00:46:13.576Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T00:46:13.727Z] Removing intermediate container 7547747c80fb [2021-01-27T00:46:13.727Z] ---> df92d3e6545d [2021-01-27T00:46:13.727Z] [2021-01-27T00:46:13.841Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-27T00:46:13.841Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T00:46:13.841Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T00:46:14.011Z] Successfully built df92d3e6545d [2021-01-27T00:46:14.011Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-27T00:46:14.112Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T00:46:14.373Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-27T00:46:14.373Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-27T00:46:14.948Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-27T00:46:14.948Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-27T00:46:14.948Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T00:46:14.948Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T00:46:15.211Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-27T00:46:15.211Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:15.211Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:15.472Z] Selecting previously unselected package libexpat1:amd64. [2021-01-27T00:46:15.472Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-27T00:46:15.472Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T00:46:15.472Z] Selecting previously unselected package python3.6-minimal. [2021-01-27T00:46:15.472Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:15.472Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:15.732Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T00:46:15.732Z] Checking for services that may need to be restarted...done. [2021-01-27T00:46:15.996Z] Checking for services that may need to be restarted...done. [2021-01-27T00:46:15.996Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:15.996Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T00:46:15.996Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:16.566Z] Selecting previously unselected package python3-minimal. [2021-01-27T00:46:16.566Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-27T00:46:16.566Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-27T00:46:16.566Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-27T00:46:16.566Z] Selecting previously unselected package mime-support. [2021-01-27T00:46:16.566Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-27T00:46:16.566Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-27T00:46:16.566Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-27T00:46:16.566Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-27T00:46:16.566Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T00:46:16.827Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-27T00:46:16.827Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:16.827Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:17.088Z] Selecting previously unselected package python3.6. [2021-01-27T00:46:17.088Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:17.088Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:17.088Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-27T00:46:17.088Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-27T00:46:17.088Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T00:46:17.088Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-27T00:46:17.348Z] Selecting previously unselected package python3. [2021-01-27T00:46:17.348Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-27T00:46:17.348Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-27T00:46:17.348Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-27T00:46:17.348Z] Selecting previously unselected package multiarch-support. [2021-01-27T00:46:17.348Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:17.348Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T00:46:17.607Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T00:46:17.607Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-27T00:46:17.607Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-27T00:46:17.607Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-27T00:46:17.607Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T00:46:17.607Z] Selecting previously unselected package libbsd0:amd64. [2021-01-27T00:46:17.607Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-27T00:46:17.607Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T00:46:17.872Z] Selecting previously unselected package sudo. [2021-01-27T00:46:17.872Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:17.872Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T00:46:17.872Z] Selecting previously unselected package apparmor. [2021-01-27T00:46:17.872Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T00:46:17.872Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-27T00:46:18.131Z] Selecting previously unselected package libedit2:amd64. [2021-01-27T00:46:18.131Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-27T00:46:18.131Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T00:46:18.131Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-27T00:46:18.131Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:18.131Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:18.393Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-27T00:46:18.393Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:18.393Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:18.393Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-27T00:46:18.393Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-27T00:46:18.393Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T00:46:18.654Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-27T00:46:18.654Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:18.654Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:18.654Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-27T00:46:18.654Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:18.654Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:18.654Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-27T00:46:18.654Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-27T00:46:18.654Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T00:46:18.925Z] Selecting previously unselected package openssh-client. [2021-01-27T00:46:18.925Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-27T00:46:18.925Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T00:46:18.925Z] Selecting previously unselected package squashfs-tools. [2021-01-27T00:46:18.925Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-27T00:46:18.925Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T00:46:19.186Z] Selecting previously unselected package snapd. [2021-01-27T00:46:19.186Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-27T00:46:19.186Z] Unpacking snapd (2.48+18.04) ... [2021-01-27T00:46:21.094Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T00:46:21.094Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T00:46:21.094Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-27T00:46:21.354Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T00:46:21.354Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T00:46:21.354Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:21.354Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:21.354Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-27T00:46:21.354Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-27T00:46:22.296Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T00:46:22.296Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T00:46:22.296Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T00:46:22.296Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:22.296Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:22.296Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:22.866Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T00:46:22.866Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:22.866Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T00:46:22.866Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-27T00:46:23.129Z] running python rtupdate hooks for python3.6... [2021-01-27T00:46:23.129Z] running python post-rtupdate hooks for python3.6... [2021-01-27T00:46:23.129Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-27T00:46:24.514Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-27T00:46:24.778Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:25.351Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T00:46:25.351Z] Setting up snapd (2.48+18.04) ... [2021-01-27T00:46:25.923Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-27T00:46:25.923Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-27T00:46:26.182Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-27T00:46:26.443Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-27T00:46:26.704Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-27T00:46:26.704Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-27T00:46:26.704Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-27T00:46:26.965Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-27T00:46:26.965Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-27T00:46:27.227Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-27T00:46:27.488Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-27T00:46:27.488Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:27.488Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T00:46:28.429Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T00:46:28.429Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T00:46:28.429Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T00:46:29.257Z]  Building docker-core-command-go ... done Removing intermediate container dfd0cd08acc3 [2021-01-27T00:46:29.258Z] ---> 946e6c9118a6 [2021-01-27T00:46:29.258Z] [2021-01-27T00:46:29.258Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:46:29.258Z] ---> afeebe901d6b [2021-01-27T00:46:29.258Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:46:29.258Z] Removing intermediate container 9a08e075cf3e [2021-01-27T00:46:29.258Z] ---> 21d378d4ca9d [2021-01-27T00:46:29.258Z] [2021-01-27T00:46:29.258Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:46:29.258Z] ---> afeebe901d6b [2021-01-27T00:46:29.258Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:46:29.258Z] ---> Using cache [2021-01-27T00:46:29.258Z] ---> cad6a7a744ee [2021-01-27T00:46:29.258Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:46:29.258Z] ---> Using cache [2021-01-27T00:46:29.258Z] ---> 50cb8d276bfd [2021-01-27T00:46:29.258Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:46:29.258Z] ---> Running in b4c4d6d6277c [2021-01-27T00:46:29.258Z] ---> Running in 65f7350291e9 [2021-01-27T00:46:29.258Z] Removing intermediate container 65f7350291e9 [2021-01-27T00:46:29.258Z] ---> 847ad44b402f [2021-01-27T00:46:29.258Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:46:29.258Z] ---> Running in d20fff409fa0 [2021-01-27T00:46:29.545Z] Removing intermediate container d20fff409fa0 [2021-01-27T00:46:29.545Z] ---> 62b3e1ec5802 [2021-01-27T00:46:29.545Z] Step 15/23 : WORKDIR / [2021-01-27T00:46:29.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:29.637Z] Reading package lists... [2021-01-27T00:46:29.823Z] ---> Running in 03e9a4c36f32 [2021-01-27T00:46:29.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:29.899Z] Reading package lists... [2021-01-27T00:46:30.162Z] Building dependency tree... [2021-01-27T00:46:30.162Z] Reading state information... [2021-01-27T00:46:30.426Z] Calculating upgrade... [2021-01-27T00:46:30.427Z] The following packages will be upgraded: [2021-01-27T00:46:30.427Z] advancecomp base-files bash binutils binutils-common [2021-01-27T00:46:30.427Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-27T00:46:30.427Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-27T00:46:30.427Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-27T00:46:30.427Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-27T00:46:30.427Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-27T00:46:30.427Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-27T00:46:30.427Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-27T00:46:30.427Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-27T00:46:30.427Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-27T00:46:30.427Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-27T00:46:30.427Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-27T00:46:30.427Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-27T00:46:30.427Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-27T00:46:30.427Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-27T00:46:30.689Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T00:46:30.689Z] Need to get 63.8 MB of archives. [2021-01-27T00:46:30.689Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-27T00:46:30.689Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-27T00:46:30.689Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-27T00:46:30.829Z] Removing intermediate container 03e9a4c36f32 [2021-01-27T00:46:30.829Z] ---> 76d24179ecfa [2021-01-27T00:46:30.829Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:46:30.829Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:46:30.829Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:46:30.829Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:46:30.829Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:46:31.116Z] OK: 6 MiB in 16 packages [2021-01-27T00:46:31.262Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-27T00:46:31.262Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-27T00:46:31.262Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-27T00:46:31.262Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-27T00:46:31.262Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-27T00:46:31.262Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-27T00:46:31.262Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-27T00:46:31.262Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-27T00:46:31.262Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-27T00:46:31.262Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-27T00:46:31.262Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-27T00:46:31.262Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-27T00:46:31.262Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-27T00:46:31.524Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-27T00:46:31.524Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-27T00:46:31.524Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-27T00:46:31.524Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-27T00:46:31.524Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-27T00:46:31.524Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-27T00:46:31.524Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-27T00:46:31.524Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-27T00:46:31.524Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-27T00:46:31.524Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-27T00:46:31.524Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-27T00:46:31.524Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-27T00:46:31.524Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-27T00:46:31.733Z] ---> dca6edc028cb [2021-01-27T00:46:31.733Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:46:31.786Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-27T00:46:31.786Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-27T00:46:31.786Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-27T00:46:31.786Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-27T00:46:31.786Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-27T00:46:31.786Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-27T00:46:31.786Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-27T00:46:31.786Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-27T00:46:31.786Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-27T00:46:31.786Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-27T00:46:31.786Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-27T00:46:31.786Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-27T00:46:31.786Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-27T00:46:31.786Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-27T00:46:31.786Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-27T00:46:31.786Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-27T00:46:31.786Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-27T00:46:31.786Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-27T00:46:31.786Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-27T00:46:31.786Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-27T00:46:31.786Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-27T00:46:31.786Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-27T00:46:31.786Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-27T00:46:31.786Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-27T00:46:31.786Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-27T00:46:32.048Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-27T00:46:32.049Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-27T00:46:32.049Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-27T00:46:32.049Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-27T00:46:32.049Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-27T00:46:32.049Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-27T00:46:32.049Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-27T00:46:32.049Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-27T00:46:32.049Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-27T00:46:32.049Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-27T00:46:32.049Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-27T00:46:32.049Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-27T00:46:32.049Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-27T00:46:32.049Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-27T00:46:32.049Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-27T00:46:32.049Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-27T00:46:32.049Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-27T00:46:32.049Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-27T00:46:32.049Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-27T00:46:32.049Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-27T00:46:32.049Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-27T00:46:32.049Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-27T00:46:32.049Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-27T00:46:32.049Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-27T00:46:32.310Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-27T00:46:32.310Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-27T00:46:32.310Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-27T00:46:32.310Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-27T00:46:32.310Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-27T00:46:32.310Z] 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-01-27T00:46:32.310Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-27T00:46:32.310Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-27T00:46:32.310Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-27T00:46:32.572Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-27T00:46:32.572Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-27T00:46:32.572Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-27T00:46:32.572Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-27T00:46:33.147Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-27T00:46:33.409Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-27T00:46:33.409Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-27T00:46:33.719Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-27T00:46:33.991Z] 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-01-27T00:46:33.991Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-27T00:46:33.991Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-27T00:46:33.991Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-27T00:46:33.991Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-27T00:46:34.253Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:46:34.253Z] Fetched 63.8 MB in 4s (18.0 MB/s) [2021-01-27T00:46:34.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:34.253Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:34.253Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:34.400Z] Removing intermediate container b4c4d6d6277c [2021-01-27T00:46:34.400Z] ---> 2b4137d2494b [2021-01-27T00:46:34.400Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:46:34.400Z] ---> fdfcf71145c1 [2021-01-27T00:46:34.400Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:46:34.695Z] ---> Running in 02d2956c3ca0 [2021-01-27T00:46:34.825Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:35.085Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:35.085Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-27T00:46:35.085Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-27T00:46:35.306Z] Removing intermediate container 02d2956c3ca0 [2021-01-27T00:46:35.306Z] ---> b4af5cb36a07 [2021-01-27T00:46:35.306Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:46:35.585Z] ---> Running in 9c6d4c9dcb87 [2021-01-27T00:46:35.862Z] ---> fe444d937b75 [2021-01-27T00:46:35.862Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:46:36.032Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:36.032Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:36.142Z] ---> Running in a45bd7d79bdb [2021-01-27T00:46:36.294Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:36.294Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:36.294Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:36.294Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:36.422Z] Removing intermediate container 9c6d4c9dcb87 [2021-01-27T00:46:36.422Z] ---> d4b93a4b2614 [2021-01-27T00:46:36.422Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:46:36.556Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:36.556Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:36.556Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:36.556Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:36.703Z] ---> Running in e95c3081e44a [2021-01-27T00:46:36.818Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:36.818Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:36.818Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:36.818Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:36.818Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:36.985Z] Removing intermediate container a45bd7d79bdb [2021-01-27T00:46:36.985Z] ---> dee7f4c1a877 [2021-01-27T00:46:36.985Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:46:37.080Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:37.080Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:37.080Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-27T00:46:37.080Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:37.267Z] ---> Running in 5386b918aef7 [2021-01-27T00:46:37.342Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:37.342Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:37.342Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:37.342Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:37.342Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:37.564Z] Removing intermediate container e95c3081e44a [2021-01-27T00:46:37.564Z] ---> f06de4504764 [2021-01-27T00:46:37.564Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:46:37.612Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:37.612Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:37.612Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:37.876Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:37.876Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:38.138Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:38.311Z] Removing intermediate container 5386b918aef7 [2021-01-27T00:46:38.311Z] ---> 164bc40dc1b8 [2021-01-27T00:46:38.311Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:46:38.311Z] ---> Running in be202ec44972 [2021-01-27T00:46:38.399Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T00:46:38.662Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:38.662Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-27T00:46:38.662Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-27T00:46:38.662Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-27T00:46:38.662Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-27T00:46:38.923Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-27T00:46:38.923Z] Installing new version of config file /etc/issue ... [2021-01-27T00:46:38.923Z] Installing new version of config file /etc/issue.net ... [2021-01-27T00:46:38.923Z] Installing new version of config file /etc/lsb-release ... [2021-01-27T00:46:38.923Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-27T00:46:39.024Z] ---> bc917d6f9a0a [2021-01-27T00:46:39.024Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:46:39.189Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-27T00:46:39.189Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-27T00:46:39.189Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-27T00:46:39.380Z] Removing intermediate container be202ec44972 [2021-01-27T00:46:39.381Z] ---> d383208c0074 [2021-01-27T00:46:39.381Z] Step 22/23 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:46:39.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:39.452Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-27T00:46:39.452Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-27T00:46:39.712Z] ---> Running in cbcaa1e476fc [2021-01-27T00:46:39.716Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-27T00:46:39.716Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-27T00:46:39.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:39.716Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:39.716Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:39.716Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:39.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:39.977Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:39.977Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-27T00:46:39.977Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-27T00:46:40.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:40.243Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-27T00:46:40.243Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T00:46:40.506Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-27T00:46:40.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:40.506Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:40.506Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:40.736Z] Removing intermediate container cbcaa1e476fc [2021-01-27T00:46:40.736Z] ---> 75d577c09e8f [2021-01-27T00:46:40.736Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:46:40.769Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:40.769Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:40.769Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:40.769Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:41.019Z] ---> Running in 62edbb422794 [2021-01-27T00:46:41.032Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:41.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:41.032Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-27T00:46:41.032Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-27T00:46:41.294Z] Setting up grep (3.1-2build1) ... [2021-01-27T00:46:41.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:41.294Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T00:46:41.294Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T00:46:41.294Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-27T00:46:41.302Z] ---> 06d7f96c3c65 [2021-01-27T00:46:41.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:46:41.555Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:41.555Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:46:41.555Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:41.555Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:41.816Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:41.816Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T00:46:41.816Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:41.915Z] Removing intermediate container 62edbb422794 [2021-01-27T00:46:41.915Z] ---> e9276f5c725e [2021-01-27T00:46:41.915Z] [2021-01-27T00:46:42.386Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T00:46:42.386Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:42.386Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T00:46:42.386Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:42.524Z] ---> e7763eff57b0 [2021-01-27T00:46:42.524Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:46:42.805Z] Successfully built e9276f5c725e [2021-01-27T00:46:42.805Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-27T00:46:42.805Z]  Building docker-core-metadata-go ... done  ---> Running in 0d7e0973b59f [2021-01-27T00:46:42.961Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-27T00:46:42.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:42.961Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-27T00:46:43.221Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:43.801Z] Removing intermediate container 0d7e0973b59f [2021-01-27T00:46:43.801Z] ---> ca2efbd361df [2021-01-27T00:46:43.801Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:46:43.801Z] ---> Running in 6ede8a893f00 [2021-01-27T00:46:44.165Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T00:46:44.165Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T00:46:44.165Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T00:46:44.165Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T00:46:44.426Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T00:46:44.426Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:44.426Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-27T00:46:44.426Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-27T00:46:44.687Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-27T00:46:44.687Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:44.687Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:44.687Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:44.687Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:44.812Z] Removing intermediate container 6ede8a893f00 [2021-01-27T00:46:44.812Z] ---> a8c5ca011709 [2021-01-27T00:46:44.812Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:46:44.812Z] ---> Running in e2b8ef3f0211 [2021-01-27T00:46:44.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:44.947Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:44.947Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:44.947Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:45.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:45.208Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:45.208Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:45.208Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:45.420Z] Removing intermediate container e2b8ef3f0211 [2021-01-27T00:46:45.420Z] ---> 792dccbaf873 [2021-01-27T00:46:45.420Z] Step 21/22 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:46:45.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:45.469Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:45.469Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:45.469Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:45.700Z] ---> Running in eb977f17c0d4 [2021-01-27T00:46:45.730Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:45.730Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:46:45.730Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:45.730Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:46:45.730Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:45.997Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:45.997Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:45.997Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:46:45.997Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:45.997Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:46.259Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:46.259Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:46.259Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:46.259Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:46.316Z] Removing intermediate container eb977f17c0d4 [2021-01-27T00:46:46.316Z] ---> 207aeae3e656 [2021-01-27T00:46:46.316Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:46:46.519Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:46.519Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:46.519Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:46.519Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:46.595Z] ---> Running in ecd037cb925e [2021-01-27T00:46:46.797Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:46.797Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:46.797Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:47.061Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:47.208Z] Removing intermediate container ecd037cb925e [2021-01-27T00:46:47.208Z] ---> 64694916d86c [2021-01-27T00:46:47.208Z] [2021-01-27T00:46:47.322Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-27T00:46:47.583Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-27T00:46:47.818Z] Successfully built 64694916d86c [2021-01-27T00:46:47.818Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-27T00:46:47.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:47.844Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:47.844Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:48.109Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:46:48.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:48.109Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-27T00:46:48.109Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:48.368Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:48.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:48.368Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-27T00:46:48.368Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-27T00:46:48.629Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-27T00:46:48.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:48.888Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-27T00:46:48.888Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T00:46:48.888Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-27T00:46:49.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:49.149Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-27T00:46:49.149Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T00:46:49.149Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-27T00:46:49.412Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:49.412Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T00:46:49.412Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:46:49.412Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:46:49.672Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:49.672Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T00:46:49.672Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:46:49.672Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:46:49.932Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:49.932Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T00:46:49.932Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:46:50.193Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:46:50.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:50.193Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:50.193Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:50.454Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:50.454Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:50.454Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:50.454Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:50.714Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:50.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:50.714Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-27T00:46:50.714Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-27T00:46:50.975Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-27T00:46:50.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:50.975Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-27T00:46:50.975Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:46:51.237Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:46:51.498Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:51.498Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:51.498Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:51.498Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:51.498Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:51.498Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-27T00:46:51.759Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-27T00:46:51.759Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-27T00:46:51.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:51.759Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T00:46:52.018Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T00:46:52.278Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-27T00:46:52.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:52.278Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:52.539Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:52.539Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:52.800Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:52.800Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-27T00:46:52.800Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-27T00:46:52.800Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-27T00:46:53.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:53.059Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-27T00:46:53.059Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-27T00:46:53.059Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-27T00:46:53.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:53.059Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-27T00:46:53.319Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-27T00:46:53.319Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-27T00:46:53.319Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:53.319Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-27T00:46:53.578Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-27T00:46:53.578Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-27T00:46:53.578Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:53.838Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T00:46:53.838Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-27T00:46:53.838Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-27T00:46:53.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:53.838Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-27T00:46:53.838Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-27T00:46:54.097Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-27T00:46:54.097Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-27T00:46:54.097Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-27T00:46:54.097Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T00:46:54.357Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-27T00:46:54.357Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T00:46:54.357Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T00:46:54.357Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T00:46:54.618Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-27T00:46:54.618Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-27T00:46:54.885Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T00:46:54.885Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-27T00:46:54.885Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T00:46:55.145Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-27T00:46:55.145Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-27T00:46:55.145Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-27T00:46:55.145Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-27T00:46:55.406Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-27T00:46:55.406Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-27T00:46:55.406Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-27T00:46:55.406Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-27T00:46:55.406Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-27T00:46:55.667Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-27T00:46:55.667Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-27T00:46:55.927Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-27T00:46:55.927Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-27T00:46:57.310Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-27T00:46:57.310Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-27T00:46:57.310Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-27T00:46:57.310Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-27T00:46:57.569Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:46:57.569Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:46:57.829Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:46:57.829Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:46:58.090Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:46:58.090Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:46:58.350Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:46:58.350Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:46:58.350Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:58.350Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:58.611Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:58.611Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:58.611Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:58.611Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:58.870Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:58.870Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:59.810Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:59.810Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:00.752Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:00.752Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:01.320Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:01.321Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:01.899Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:01.899Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:02.840Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:02.841Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:02.841Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T00:47:02.841Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T00:47:02.841Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T00:47:02.841Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T00:47:03.102Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T00:47:03.102Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T00:47:03.102Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-27T00:47:03.102Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-27T00:47:03.363Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T00:47:03.363Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T00:47:03.363Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T00:47:03.363Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T00:47:03.624Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-27T00:47:03.624Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-27T00:47:03.624Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:03.884Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T00:47:03.884Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:03.884Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:03.884Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:03.884Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-27T00:47:03.884Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-27T00:47:03.884Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-27T00:47:04.144Z] [2021-01-27T00:47:04.144Z] Current default time zone: 'Etc/UTC' [2021-01-27T00:47:04.144Z] Local time is now: Wed Jan 27 00:47:03 UTC 2021. [2021-01-27T00:47:04.144Z] Universal Time is now: Wed Jan 27 00:47:03 UTC 2021. [2021-01-27T00:47:04.144Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-27T00:47:04.144Z] [2021-01-27T00:47:04.144Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-27T00:47:04.144Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:04.145Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-27T00:47:04.145Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:47:04.145Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-27T00:47:04.145Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-27T00:47:04.406Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-27T00:47:04.406Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-27T00:47:04.406Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-27T00:47:04.406Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T00:47:04.406Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:04.406Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-27T00:47:04.668Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:04.668Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:04.668Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:04.928Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-27T00:47:04.928Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-27T00:47:04.928Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-27T00:47:04.928Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T00:47:04.928Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-27T00:47:04.928Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-27T00:47:04.928Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:47:04.928Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T00:47:06.306Z]  Building docker-support-notifications-go ... done Removing intermediate container 05842b1aa6b7 [2021-01-27T00:47:06.306Z] ---> b3cb04d77393 [2021-01-27T00:47:06.306Z] [2021-01-27T00:47:06.306Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:47:06.306Z] ---> afeebe901d6b [2021-01-27T00:47:06.306Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:47:06.585Z] ---> Running in e9fb70654525 [2021-01-27T00:47:06.843Z] Updating certificates in /etc/ssl/certs... [2021-01-27T00:47:06.859Z] Removing intermediate container e9fb70654525 [2021-01-27T00:47:06.859Z] ---> f442d89495de [2021-01-27T00:47:06.859Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:47:07.135Z] ---> Running in 950d3b28b817 [2021-01-27T00:47:07.733Z] Removing intermediate container 950d3b28b817 [2021-01-27T00:47:07.733Z] ---> b3644fd25f7c [2021-01-27T00:47:07.733Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:47:07.733Z] ---> Running in 64bf6ccadf00 [2021-01-27T00:47:07.786Z] 22 added, 17 removed; done. [2021-01-27T00:47:07.787Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T00:47:07.787Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:07.787Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-27T00:47:08.050Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-27T00:47:08.050Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-27T00:47:08.050Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:08.050Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:08.050Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:08.050Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:08.050Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:08.050Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:08.309Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:08.309Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-27T00:47:08.309Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:08.309Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-27T00:47:08.309Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-27T00:47:08.309Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:08.309Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:08.309Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:08.309Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-27T00:47:08.333Z] Removing intermediate container 64bf6ccadf00 [2021-01-27T00:47:08.333Z] ---> d6ffeb419828 [2021-01-27T00:47:08.333Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:47:08.333Z] ---> Running in fe2aa96bfd25 [2021-01-27T00:47:08.571Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-27T00:47:08.571Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-27T00:47:08.571Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:47:08.571Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T00:47:08.571Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-27T00:47:08.571Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T00:47:08.571Z] Updating certificates in /etc/ssl/certs... [2021-01-27T00:47:09.511Z] 0 added, 0 removed; done. [2021-01-27T00:47:09.511Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-27T00:47:09.511Z] done. [2021-01-27T00:47:09.771Z] Reading package lists... [2021-01-27T00:47:09.771Z] Building dependency tree... [2021-01-27T00:47:09.771Z] Reading state information... [2021-01-27T00:47:10.031Z] The following NEW packages will be installed: [2021-01-27T00:47:10.031Z] apt-transport-https [2021-01-27T00:47:10.031Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T00:47:10.031Z] Need to get 1696 B of archives. [2021-01-27T00:47:10.031Z] After this operation, 153 kB of additional disk space will be used. [2021-01-27T00:47:10.031Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-27T00:47:10.031Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:47:10.031Z] Fetched 1696 B in 0s (46.1 kB/s) [2021-01-27T00:47:10.293Z] Selecting previously unselected package apt-transport-https. [2021-01-27T00:47:10.293Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-27T00:47:10.293Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-27T00:47:10.293Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T00:47:10.293Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T00:47:10.557Z] Waiting for network to be ready... [2021-01-27T00:47:10.958Z] Removing intermediate container fe2aa96bfd25 [2021-01-27T00:47:10.958Z] ---> a0137e28b2cc [2021-01-27T00:47:10.958Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:47:10.958Z] ---> Running in 52838be87215 [2021-01-27T00:47:11.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:47:12.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:47:13.923Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:47:13.923Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:47:14.196Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:47:14.196Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:47:14.791Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:47:14.791Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:47:15.065Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:47:15.065Z] OK: 8 MiB in 20 packages [2021-01-27T00:47:16.511Z] Removing intermediate container 52838be87215 [2021-01-27T00:47:16.511Z] ---> 53805691b53d [2021-01-27T00:47:16.511Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:47:17.107Z] ---> ed77a782a93f [2021-01-27T00:47:17.107Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:47:17.134Z] 2021-01-27T00:47:13Z INFO Waiting for automatic snapd restart... [2021-01-27T00:47:17.134Z] snapd 2.48.2 from Canonical* installed [2021-01-27T00:47:17.393Z] "snapd" switched to the "latest/stable" channel [2021-01-27T00:47:17.393Z] [2021-01-27T00:47:18.552Z] ---> 7267f1abf0d8 [2021-01-27T00:47:18.552Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:47:19.150Z] ---> 78c9eba3f3dc [2021-01-27T00:47:19.150Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:47:19.425Z] ---> Running in 4f0c9ea93ad9 [2021-01-27T00:47:19.941Z] core18 20201210 from Canonical* installed [2021-01-27T00:47:19.941Z] "core18" switched to the "latest/stable" channel [2021-01-27T00:47:19.941Z] [2021-01-27T00:47:20.024Z] Removing intermediate container 4f0c9ea93ad9 [2021-01-27T00:47:20.024Z] ---> 597699a9e7ea [2021-01-27T00:47:20.024Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:47:20.024Z] ---> Running in 143521a34656 [2021-01-27T00:47:20.621Z] Removing intermediate container 143521a34656 [2021-01-27T00:47:20.621Z] ---> a346b3d14633 [2021-01-27T00:47:20.621Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:47:20.621Z] ---> Running in 4a0c2992c0aa [2021-01-27T00:47:21.220Z] Removing intermediate container 4a0c2992c0aa [2021-01-27T00:47:21.220Z] ---> be052ef6a238 [2021-01-27T00:47:21.220Z] Step 22/23 : LABEL git_sha=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [2021-01-27T00:47:21.220Z] ---> Running in 195c106c5819 [2021-01-27T00:47:21.818Z] Removing intermediate container 195c106c5819 [2021-01-27T00:47:21.818Z] ---> 59cde45e8105 [2021-01-27T00:47:21.818Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:47:21.818Z] ---> Running in ece2ec44a666 [2021-01-27T00:47:22.417Z] Removing intermediate container ece2ec44a666 [2021-01-27T00:47:22.417Z] ---> 547a798e5461 [2021-01-27T00:47:22.417Z] [2021-01-27T00:47:22.691Z] Successfully built 547a798e5461 [2021-01-27T00:47:22.965Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-27T00:47:23.254Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-27T00:47:23.264Z] $ docker stop --time=1 12a97b7eb43622b4a357089d8f4d92b5ce7bf9283a4cbda80184e4056ef34e31 [2021-01-27T00:47:23.289Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T00:47:23.289Z] "snapcraft" switched to the "latest/stable" channel [2021-01-27T00:47:23.289Z] [2021-01-27T00:47:25.250Z] $ docker rm -f 12a97b7eb43622b4a357089d8f4d92b5ce7bf9283a4cbda80184e4056ef34e31 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:47:25.988Z] + docker images [2021-01-27T00:47:25.989Z] + grep docker [2021-01-27T00:47:26.261Z] docker-core-data-go-arm64 latest 547a798e5461 4 seconds ago 21MB [2021-01-27T00:47:26.261Z] docker-support-notifications-go-arm64 latest 64694916d86c 39 seconds ago 16MB [2021-01-27T00:47:26.261Z] docker-core-metadata-go-arm64 latest e9276f5c725e 45 seconds ago 17.7MB [2021-01-27T00:47:26.261Z] docker-core-command-go-arm64 latest df92d3e6545d About a minute ago 15.4MB [2021-01-27T00:47:26.261Z] docker-sys-mgmt-agent-go-arm64 latest 5d85fa8c2005 About a minute ago 300MB [2021-01-27T00:47:26.261Z] docker-security-bootstrapper-go-arm64 latest 6bdcbb3fa24c 2 minutes ago 31.9MB [2021-01-27T00:47:26.261Z] docker-security-secretstore-setup-go-arm64 latest 650ab7e5d243 3 minutes ago 23.4MB [2021-01-27T00:47:26.261Z] docker-security-proxy-setup-go-arm64 latest 54224c4347d5 3 minutes ago 23.2MB [2021-01-27T00:47:26.261Z] docker-support-scheduler-go-arm64 latest ac6c74b85be1 3 minutes ago 15.5MB [2021-01-27T00:47:26.261Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-27T00:47:26.589Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-27T00:47:26.589Z] - README.md [2021-01-27T00:47:26.589Z] - snapcraft.yaml.orig [2021-01-27T00:47:26.589Z] [2021-01-27T00:47:26.589Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [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] } [2021-01-27T00:47:33.194Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:47:33.194Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T00:47:33.194Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T00:47:33.194Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T00:47:34.346Z] Reading package lists... [2021-01-27T00:47:34.915Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-27T00:47:41.497Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:47:41.497Z] Reading package lists... [2021-01-27T00:47:41.497Z] Building dependency tree... [2021-01-27T00:47:41.497Z] Reading state information... [2021-01-27T00:47:41.497Z] Suggested packages: [2021-01-27T00:47:41.497Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-27T00:47:41.497Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-27T00:47:41.497Z] Recommended packages: [2021-01-27T00:47:41.497Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-27T00:47:41.497Z] The following NEW packages will be installed: [2021-01-27T00:47:41.497Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-27T00:47:41.497Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-27T00:47:41.497Z] pkg-config zip [2021-01-27T00:47:41.497Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T00:47:41.497Z] Need to get 7655 kB of archives. [2021-01-27T00:47:41.497Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-27T00:47:41.497Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-27T00:47:41.497Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-27T00:47:41.497Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-27T00:47:41.497Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-27T00:47:41.497Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-27T00:47:41.497Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-27T00:47:41.497Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-27T00:47:41.758Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-27T00:47:41.758Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-27T00:47:41.758Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-27T00:47:41.758Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-27T00:47:42.024Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-27T00:47:42.024Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-27T00:47:42.024Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-27T00:47:42.024Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-27T00:47:42.290Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:47:42.290Z] Fetched 7655 kB in 1s (8359 kB/s) [2021-01-27T00:47:42.290Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-27T00:47:42.290Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-27T00:47:42.290Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-27T00:47:42.290Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T00:47:42.553Z] Selecting previously unselected package libpsl5:amd64. [2021-01-27T00:47:42.553Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-27T00:47:42.553Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T00:47:42.553Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-27T00:47:42.553Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-27T00:47:42.553Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T00:47:42.553Z] Selecting previously unselected package librtmp1:amd64. [2021-01-27T00:47:42.553Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-27T00:47:42.553Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T00:47:42.816Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-27T00:47:42.816Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-27T00:47:42.816Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T00:47:42.816Z] Selecting previously unselected package liberror-perl. [2021-01-27T00:47:42.816Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-27T00:47:42.816Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-27T00:47:42.816Z] Selecting previously unselected package git-man. [2021-01-27T00:47:42.816Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-27T00:47:42.816Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:47:43.078Z] Selecting previously unselected package git. [2021-01-27T00:47:43.078Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-27T00:47:43.078Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:47:43.657Z] Selecting previously unselected package libnorm1:amd64. [2021-01-27T00:47:43.657Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-27T00:47:43.657Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T00:47:43.918Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-27T00:47:43.918Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-27T00:47:43.918Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T00:47:43.918Z] Selecting previously unselected package libsodium23:amd64. [2021-01-27T00:47:43.918Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-27T00:47:43.918Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-27T00:47:44.202Z] Selecting previously unselected package libzmq5:amd64. [2021-01-27T00:47:44.202Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T00:47:44.202Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:47:44.202Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-27T00:47:44.202Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T00:47:44.202Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:47:44.647Z] Selecting previously unselected package pkg-config. [2021-01-27T00:47:44.647Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-27T00:47:44.647Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T00:47:44.648Z] Selecting previously unselected package zip. [2021-01-27T00:47:44.648Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-27T00:47:44.648Z] Unpacking zip (3.0-11build1) ... [2021-01-27T00:47:44.648Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T00:47:44.648Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:47:44.648Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T00:47:44.648Z] Setting up liberror-perl (0.17025-1) ... [2021-01-27T00:47:44.648Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T00:47:44.911Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T00:47:44.911Z] No schema files found: doing nothing. [2021-01-27T00:47:44.911Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T00:47:44.911Z] Setting up zip (3.0-11build1) ... [2021-01-27T00:47:44.911Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T00:47:44.911Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-27T00:47:44.911Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T00:47:44.911Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:47:44.911Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T00:47:44.911Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:47:44.911Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:47:45.172Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:47:51.771Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:47:51.771Z] git set to automatically installed. [2021-01-27T00:47:51.771Z] git-man set to automatically installed. [2021-01-27T00:47:51.771Z] libcurl3-gnutls set to automatically installed. [2021-01-27T00:47:51.771Z] liberror-perl set to automatically installed. [2021-01-27T00:47:51.771Z] libglib2.0-0 set to automatically installed. [2021-01-27T00:47:51.771Z] libnghttp2-14 set to automatically installed. [2021-01-27T00:47:51.771Z] libnorm1 set to automatically installed. [2021-01-27T00:47:51.771Z] libpgm-5.2-0 set to automatically installed. [2021-01-27T00:47:51.771Z] libpsl5 set to automatically installed. [2021-01-27T00:47:51.771Z] librtmp1 set to automatically installed. [2021-01-27T00:47:51.771Z] libsodium23 set to automatically installed. [2021-01-27T00:47:51.771Z] libzmq3-dev set to automatically installed. [2021-01-27T00:47:51.771Z] libzmq5 set to automatically installed. [2021-01-27T00:47:51.771Z] pkg-config set to automatically installed. [2021-01-27T00:47:51.771Z] zip set to automatically installed. [2021-01-27T00:47:53.684Z] snapd is not logged in, snap install commands will use sudo [2021-01-27T00:48:00.266Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:48:00.526Z] snap "core18" has no updates available [2021-01-27T00:48:01.094Z] Pulling config-common [2021-01-27T00:48:02.040Z] Pulling go-build-helper [2021-01-27T00:48:24.020Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T00:48:24.020Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T00:48:24.020Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-27T00:48:24.020Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-27T00:48:24.020Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T00:48:24.020Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T00:48:24.020Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-27T00:48:24.020Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-27T00:48:24.020Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-27T00:48:24.020Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-27T00:48:24.020Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T00:48:24.020Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T00:48:24.020Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T00:48:24.020Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T00:48:24.020Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T00:48:24.020Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T00:48:24.020Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T00:48:24.020Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T00:48:24.020Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T00:48:24.020Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T00:48:24.020Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T00:48:24.020Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T00:48:24.020Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T00:48:24.020Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T00:48:24.020Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T00:48:24.020Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T00:48:24.020Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T00:48:24.020Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-27T00:48:24.020Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-27T00:48:24.020Z] Fetched 279 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-27T00:48:24.020Z] Fetched 122 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-27T00:48:24.020Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-27T00:48:24.020Z] Fetched 8848 B in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-27T00:48:24.020Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-27T00:48:24.020Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-27T00:48:24.020Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-27T00:48:24.020Z] Fetched 214 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-27T00:48:24.020Z] Fetched 155 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-27T00:48:24.020Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-27T00:48:24.020Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-27T00:48:24.020Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-27T00:48:24.020Z] Fetched 499 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-27T00:48:24.020Z] Fetched 111 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-27T00:48:24.020Z] Fetched 240 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-27T00:48:24.020Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-27T00:48:24.020Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-27T00:48:24.020Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-27T00:48:24.020Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-27T00:48:24.020Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-27T00:48:24.020Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-27T00:48:24.020Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-27T00:48:24.020Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-27T00:48:24.020Z] Fetched 8720 B in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-27T00:48:24.020Z] Fetched 137 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-27T00:48:24.020Z] Fetched 119 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-27T00:48:24.020Z] Fetched 109 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-27T00:48:24.020Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-27T00:48:24.020Z] Fetched 645 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-27T00:48:24.020Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-27T00:48:24.020Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-27T00:48:24.020Z] Fetched 368 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-27T00:48:24.020Z] Fetched 187 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-27T00:48:24.020Z] Fetched 175 kB in 0s (0 B/s) [2021-01-27T00:48:24.020Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-27T00:48:27.321Z] Fetched 206 kB in 0s (0 B/s) [2021-01-27T00:48:27.321Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-27T00:48:27.321Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-27T00:48:27.321Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-27T00:48:27.321Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-27T00:48:27.321Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-27T00:48:27.321Z] Fetched 159 kB in 0s (0 B/s) [2021-01-27T00:48:27.321Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-27T00:48:27.321Z] Fetched 107 kB in 0s (0 B/s) [2021-01-27T00:48:27.321Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-27T00:48:27.321Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-27T00:48:27.321Z] Pulling static-packages [2021-01-27T00:48:28.264Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-27T00:48:28.264Z] Skipping pull go-build-helper (already ran) [2021-01-27T00:48:28.264Z] Skipping pull static-packages (already ran) [2021-01-27T00:48:28.264Z] Building go-build-helper [2021-01-27T00:48:32.492Z] Building static-packages [2021-01-27T00:48:33.898Z] Staging go-build-helper [2021-01-27T00:48:34.842Z] Staging static-packages [2021-01-27T00:48:35.783Z] Pulling go115 [2021-01-27T00:48:36.725Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-27T00:48:36.725Z] Skipping pull go115 (already ran) [2021-01-27T00:48:36.725Z] Building go115 [2021-01-27T00:48:36.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T00:48:36.725Z] Dload Upload Total Spent Left Speed [2021-01-27T00:48:40.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1775k 0 0 6599k 0 0:00:17 --:--:-- 0:00:17 6575k 31 115M 31 36.7M 0 0 28.8M 0 0:00:03 0:00:01 0:00:02 28.8M 65 115M 65 75.8M 0 0 33.1M 0 0:00:03 0:00:02 0:00:01 33.1M 93 115M 93 108M 0 0 33.1M 0 0:00:03 0:00:03 --:--:-- 33.1M 100 115M 100 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M [2021-01-27T00:48:40.732Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-27T00:48:44.936Z] Staging go115 [2021-01-27T00:48:50.223Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T00:48:50.223Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T00:48:50.223Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T00:48:50.223Z] Fetched 0 B in 0s (0 B/s) [2021-01-27T00:48:50.223Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-27T00:48:50.223Z] Fetched 224 kB in 0s (0 B/s) [2021-01-27T00:48:50.223Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-27T00:48:50.223Z] Fetched 157 kB in 0s (0 B/s) [2021-01-27T00:48:50.223Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-27T00:48:50.223Z] Fetched 221 kB in 0s (0 B/s) [2021-01-27T00:48:50.223Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-27T00:48:50.223Z] Fetched 143 kB in 0s (0 B/s) [2021-01-27T00:48:50.223Z] Pulling edgex-go [2021-01-27T00:48:50.794Z] Pulling version [2021-01-27T00:48:51.749Z] Building config-common [2021-01-27T00:48:53.664Z] Skipping build go-build-helper (already ran) [2021-01-27T00:48:53.664Z] Skipping build static-packages (already ran) [2021-01-27T00:48:53.664Z] Skipping build go115 (already ran) [2021-01-27T00:48:53.664Z] Building edgex-go [2021-01-27T00:48:53.925Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:48:54.867Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-27T00:48:54.867Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-27T00:48:54.867Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-27T00:48:54.867Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-27T00:48:54.867Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-27T00:48:54.867Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-27T00:48:54.867Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-27T00:48:54.867Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-27T00:48:54.867Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-27T00:48:54.867Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-27T00:48:54.867Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-27T00:48:54.867Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-27T00:48:54.867Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-27T00:48:54.867Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-27T00:48:55.128Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-27T00:48:55.128Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-27T00:48:55.128Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-27T00:48:55.128Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-27T00:48:55.128Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-27T00:48:55.128Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-27T00:48:55.128Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-27T00:48:55.128Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-27T00:48:55.128Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-27T00:48:55.128Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-27T00:48:55.128Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-27T00:48:55.128Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-27T00:48:55.128Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-27T00:48:55.128Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-27T00:48:55.128Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-27T00:48:55.128Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-27T00:48:55.128Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-27T00:48:55.128Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-27T00:48:55.389Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-27T00:48:55.662Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-27T00:48:55.662Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-27T00:48:55.662Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-27T00:48:55.662Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-27T00:48:56.235Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-27T00:48:56.235Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-27T00:48:56.235Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-27T00:49:02.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T00:49:08.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T00:49:08.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T00:49:09.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:49:10.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T00:49:10.187Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-27T00:49:10.449Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-27T00:49:10.449Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-27T00:49:10.449Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-27T00:49:12.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T00:49:12.364Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-27T00:49:12.364Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-27T00:49:13.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T00:49:14.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T00:49:14.333Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-27T00:49:15.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-01-27T00:49:16.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:49:17.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T00:49:17.598Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-27T00:49:18.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T00:49:18.982Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-27T00:49:21.522Z] Building version [2021-01-27T00:49:23.433Z] Staging config-common [2021-01-27T00:49:24.000Z] Skipping stage go-build-helper (already ran) [2021-01-27T00:49:24.000Z] Skipping stage static-packages (already ran) [2021-01-27T00:49:24.000Z] Skipping stage go115 (already ran) [2021-01-27T00:49:24.000Z] Staging edgex-go [2021-01-27T00:49:24.940Z] Staging version [2021-01-27T00:49:25.879Z] Priming config-common [2021-01-27T00:49:26.818Z] Priming go-build-helper [2021-01-27T00:49:27.759Z] Priming static-packages [2021-01-27T00:49:29.719Z] Priming go115 [2021-01-27T00:49:30.779Z] Priming edgex-go [2021-01-27T00:49:31.967Z] Priming version [2021-01-27T00:49:32.999Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-27T00:49:35.869Z] provisioning config files... [2021-01-27T00:49:35.879Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7058176653210944214tmp [Pipeline] { [Pipeline] sh [2021-01-27T00:49:36.265Z] + set +x [2021-01-27T00:49:36.265Z] + curl -s https://codecov.io/bash [2021-01-27T00:49:36.265Z] + bash -s -- [2021-01-27T00:49:36.535Z] [2021-01-27T00:49:36.535Z] _____ _ [2021-01-27T00:49:36.535Z] / ____| | | [2021-01-27T00:49:36.535Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T00:49:36.535Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T00:49:36.535Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T00:49:36.535Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T00:49:36.535Z] Bash-20210115-cec3c92 [2021-01-27T00:49:36.535Z] [2021-01-27T00:49:36.535Z] [2021-01-27T00:49:36.535Z] ==> git version 2.24.3 found [2021-01-27T00:49:36.535Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-27T00:49:36.535Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T00:49:36.535Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T00:49:36.535Z] ==> Jenkins CI detected. [2021-01-27T00:49:36.535Z] project root: . [2021-01-27T00:49:36.535Z] --> token set from env [2021-01-27T00:49:36.798Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T00:49:36.798Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T00:49:36.798Z] ==> Python coveragepy not found [2021-01-27T00:49:36.798Z] ==> Searching for coverage reports in: [2021-01-27T00:49:36.798Z] + . [2021-01-27T00:49:36.798Z] -> Found 1 reports [2021-01-27T00:49:36.798Z] ==> Detecting git/mercurial file structure [2021-01-27T00:49:36.798Z] ==> Reading reports [2021-01-27T00:49:36.798Z] + ./coverage.out bytes=564700 [2021-01-27T00:49:36.798Z] ==> Appending adjustments [2021-01-27T00:49:36.798Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T00:49:40.105Z] + Found adjustments [2021-01-27T00:49:40.105Z] ==> Gzipping contents [2021-01-27T00:49:40.105Z] 84K /tmp/codecov.3q8IwJ.gz [2021-01-27T00:49:40.105Z] ==> Uploading reports [2021-01-27T00:49:40.105Z] url: https://codecov.io [2021-01-27T00:49:40.105Z] query: branch=PR-3080&commit=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-01-27T00:49:40.105Z] -> Pinging Codecov [2021-01-27T00:49:40.105Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3080&commit=4b4d967ccb8d08846c5b9c2326789f46f42dfb5e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-01-27T00:49:40.105Z] -> Uploading to [2021-01-27T00:49:40.105Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/4b4d967ccb8d08846c5b9c2326789f46f42dfb5e/818c7495-1fee-4f01-966c-4bbd17c50c8b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T004939Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e2bc55931ec13539898967f8f611808289a20dc1b3a4a34caced0a0260607c66 [2021-01-27T00:49:40.105Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T00:49:40.105Z] Dload Upload Total Spent Left Speed [2021-01-27T00:49:40.690Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85496 0 0 100 85496 0 161k --:--:-- --:--:-- --:--:-- 162k [2021-01-27T00:49:40.690Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4b4d967ccb8d08846c5b9c2326789f46f42dfb5e [Pipeline] } [2021-01-27T00:49:40.703Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:49:42.589Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:49:43.466Z] ---> package-listing.sh [2021-01-27T00:49:43.466Z] ++ facter osfamily [2021-01-27T00:49:43.466Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T00:49:43.466Z] + OS_FAMILY=redhat [2021-01-27T00:49:43.466Z] + workspace=/w/workspace/edgex-go/2 [2021-01-27T00:49:43.466Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T00:49:43.466Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T00:49:43.466Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T00:49:43.466Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T00:49:43.466Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T00:49:43.466Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T00:49:43.466Z] + case "${OS_FAMILY}" in [2021-01-27T00:49:43.466Z] + rpm -qa [2021-01-27T00:49:43.466Z] + sort [2021-01-27T00:49:48.771Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T00:49:48.771Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T00:49:48.771Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T00:49:48.771Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T00:49:48.771Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-27T00:49:48.771Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-27T00:49:48.786Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T00:49:49.084Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:49:49.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:49:49.398Z] [2021-01-27T00:49:49.398Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:49:49.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:49:49.759Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T00:49:49.759Z] df20fa9351a1: Pulling fs layer [2021-01-27T00:49:49.759Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T00:49:49.759Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T00:49:49.759Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T00:49:49.759Z] 93b61091891f: Pulling fs layer [2021-01-27T00:49:49.759Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T00:49:49.759Z] 5e14af77c1be: Pulling fs layer [2021-01-27T00:49:49.759Z] 01666e4c0597: Pulling fs layer [2021-01-27T00:49:49.759Z] aa168da1d23b: Pulling fs layer [2021-01-27T00:49:49.759Z] 46f8f816bc3b: Waiting [2021-01-27T00:49:49.759Z] 93b61091891f: Waiting [2021-01-27T00:49:49.759Z] 93b9cdb0e59b: Waiting [2021-01-27T00:49:49.759Z] 5e14af77c1be: Waiting [2021-01-27T00:49:49.760Z] 01666e4c0597: Waiting [2021-01-27T00:49:49.760Z] aa168da1d23b: Waiting [2021-01-27T00:49:49.760Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T00:49:49.760Z] 36b3adc4ff6f: Download complete [2021-01-27T00:49:49.760Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T00:49:49.760Z] 46f8f816bc3b: Download complete [2021-01-27T00:49:49.760Z] df20fa9351a1: Verifying Checksum [2021-01-27T00:49:50.026Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T00:49:50.026Z] 93b9cdb0e59b: Download complete [2021-01-27T00:49:50.026Z] 93b61091891f: Download complete [2021-01-27T00:49:50.026Z] 5e14af77c1be: Download complete [2021-01-27T00:49:50.026Z] 01666e4c0597: Verifying Checksum [2021-01-27T00:49:50.026Z] 01666e4c0597: Download complete [2021-01-27T00:49:50.026Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T00:49:50.026Z] 8ad3a11d3b57: Download complete [2021-01-27T00:49:50.287Z] df20fa9351a1: Pull complete [2021-01-27T00:49:50.287Z] 36b3adc4ff6f: Pull complete [2021-01-27T00:49:51.249Z] 8ad3a11d3b57: Pull complete [2021-01-27T00:49:51.249Z] 46f8f816bc3b: Pull complete [2021-01-27T00:49:52.194Z] aa168da1d23b: Verifying Checksum [2021-01-27T00:49:52.194Z] aa168da1d23b: Download complete [2021-01-27T00:49:53.139Z] 93b61091891f: Pull complete [2021-01-27T00:49:54.085Z] 93b9cdb0e59b: Pull complete [2021-01-27T00:49:54.085Z] 5e14af77c1be: Pull complete [2021-01-27T00:49:54.351Z] 01666e4c0597: Pull complete [2021-01-27T00:50:06.616Z] aa168da1d23b: Pull complete [2021-01-27T00:50:06.616Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T00:50:06.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:50:06.616Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T00:50:06.866Z] prd-centos7-docker-4c-2g-22926 does not seem to be running inside a container [2021-01-27T00:50:06.917Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T00:50:10.139Z] $ docker top a05c1926b94775a2bf1b134518315e92e7fa908a3240723353536c42c0fe72f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:50:10.701Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T00:50:10.998Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T00:50:11.322Z] + ls /var/log/sa-host [2021-01-27T00:50:11.322Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T00:50:11.322Z] file_magic: OK [2021-01-27T00:50:11.322Z] HZ: Using current value: 100 [2021-01-27T00:50:11.322Z] file_header: OK [2021-01-27T00:50:11.322Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-27T00:50:11.322Z] Statistics: [2021-01-27T00:50:11.322Z] Hnuu...uuuununununu... [2021-01-27T00:50:11.322Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T00:50:11.322Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T00:50:11.322Z] file_magic: OK [2021-01-27T00:50:11.322Z] HZ: Using current value: 100 [2021-01-27T00:50:11.322Z] file_header: OK [2021-01-27T00:50:11.322Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-27T00:50:11.322Z] Statistics: [2021-01-27T00:50:11.322Z] 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... [2021-01-27T00:50:11.322Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T00:50:11.677Z] provisioning config files... [2021-01-27T00:50:11.703Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8055927100252238230tmp [Pipeline] { [Pipeline] echo [2021-01-27T00:50:11.773Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:50:12.069Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T00:50:12.079Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T00:50:12.170Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:50:12.473Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T00:50:12.484Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:50:12.782Z] ---> sudo-logs.sh [2021-01-27T00:50:12.782Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T00:50:12.794Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:50:13.091Z] ---> job-cost.sh [2021-01-27T00:50:13.091Z] lf-activate-venv: SKIPPING [2021-01-27T00:50:13.091Z] INFO: No Stack... [2021-01-27T00:50:14.480Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T00:50:14.741Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T00:50:14.756Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:50:15.053Z] ---> logs-deploy.sh [2021-01-27T00:50:15.053Z] lf-activate-venv: SKIPPING [2021-01-27T00:50:15.053Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3080/2 [2021-01-27T00:50:15.053Z] INFO: archiving workspace using pattern(s): [2021-01-27T00:50:16.973Z] Archives upload complete. [2021-01-27T00:50:16.973Z] INFO: archiving logs to Nexus