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 jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from 9fd562e3a2eea215d457574d6ccae0c8b46a1516+6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 (d00d84f48e55d859d1b8a6d4bd54e8f5806d6e95) 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-26170 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 Merge succeeded, producing 68c823812e4aea1e7702eddd2e1ab6db2090771f Checking out Revision 68c823812e4aea1e7702eddd2e1ab6db2090771f (PR-3164) > 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/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68c823812e4aea1e7702eddd2e1ab6db2090771f # timeout=10 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" > git rev-list --no-walk 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T00:30:34.872Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T00:30:35.141Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T00:30:35.262Z] ========================================================= [2021-02-12T00:30:35.262Z] EdgeX Global Pipelines Version Info [2021-02-12T00:30:35.262Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:30:36.975Z] ------------------- [2021-02-12T00:30:36.975Z] stable info: [2021-02-12T00:30:36.975Z] ------------------- [2021-02-12T00:30:36.975Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T00:30:36.975Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T00:30:36.975Z] Message: update stable to v1.0.179 [2021-02-12T00:30:37.923Z] ------------------- [2021-02-12T00:30:37.923Z] experimental info: [2021-02-12T00:30:37.923Z] ------------------- [2021-02-12T00:30:37.923Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T00:30:37.923Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T00:30:37.923Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T00:30:38.164Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-12T00:30:38.252Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-12T00:30:38.391Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T00:30:38.475Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T00:30:38.573Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T00:30:38.654Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T00:30:38.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T00:30:38.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-12T00:30:38.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-12T00:30:39.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-12T00:30:39.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T00:30:39.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T00:30:39.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T00:30:39.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T00:30:39.502Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T00:30:39.588Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T00:30:39.677Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T00:30:39.761Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T00:30:39.850Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T00:30:39.936Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-12T00:30:40.039Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-12T00:30:40.121Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T00:30:40.209Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T00:30:40.295Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3164 [Pipeline] echo [2021-02-12T00:30:40.372Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3164 [Pipeline] echo [2021-02-12T00:30:40.495Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3164 [Pipeline] echo [2021-02-12T00:30:40.584Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68c823812e4aea1e7702eddd2e1ab6db2090771f [Pipeline] echo [2021-02-12T00:30:40.670Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68c8238 [Pipeline] echo [2021-02-12T00:30:40.781Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T00:30:40.936Z] provisioning config files... [2021-02-12T00:30:40.968Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5454269660666092810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:30:41.339Z] ---> docker-login.sh [2021-02-12T00:30:41.340Z] nexus3.edgexfoundry.org:10001 [2021-02-12T00:30:41.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:30:41.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:30:41.603Z] Configure a credential helper to remove this warning. See [2021-02-12T00:30:41.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:30:41.603Z] [2021-02-12T00:30:41.603Z] Login Succeeded [2021-02-12T00:30:41.603Z] nexus3.edgexfoundry.org:10002 [2021-02-12T00:30:41.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:30:41.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:30:41.868Z] Configure a credential helper to remove this warning. See [2021-02-12T00:30:41.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:30:41.868Z] [2021-02-12T00:30:41.868Z] Login Succeeded [2021-02-12T00:30:41.868Z] nexus3.edgexfoundry.org:10003 [2021-02-12T00:30:42.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:30:42.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:30:42.130Z] Configure a credential helper to remove this warning. See [2021-02-12T00:30:42.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:30:42.130Z] [2021-02-12T00:30:42.130Z] Login Succeeded [2021-02-12T00:30:42.130Z] nexus3.edgexfoundry.org:10004 [2021-02-12T00:30:42.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:30:42.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:30:42.394Z] Configure a credential helper to remove this warning. See [2021-02-12T00:30:42.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:30:42.394Z] [2021-02-12T00:30:42.394Z] Login Succeeded [2021-02-12T00:30:42.394Z] docker.io [2021-02-12T00:30:42.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:30:42.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:30:42.972Z] Configure a credential helper to remove this warning. See [2021-02-12T00:30:42.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:30:42.972Z] [2021-02-12T00:30:42.972Z] Login Succeeded [2021-02-12T00:30:42.972Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T00:30:42.985Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T00:30:43.443Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-12T00:30:43.444Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:30:43.444Z] ++ dirname cmd/core-command/Dockerfile [2021-02-12T00:30:43.444Z] ++ cut -d/ -f2 [2021-02-12T00:30:43.444Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-12T00:30:43.444Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:30:43.444Z] ++ dirname cmd/core-data/Dockerfile [2021-02-12T00:30:43.444Z] ++ cut -d/ -f2 [2021-02-12T00:30:43.444Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-12T00:30:43.444Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:30:43.444Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-12T00:30:43.444Z] ++ cut -d/ -f2 [2021-02-12T00:30:43.444Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-12T00:30:43.444Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:30:43.444Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-12T00:30:43.444Z] ++ cut -d/ -f2 [2021-02-12T00:30:43.444Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-12T00:30:43.444Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:30:43.444Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-12T00:30:43.444Z] ++ cut -d/ -f2 [2021-02-12T00:30:43.444Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-12T00:30:43.444Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:30:43.444Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-12T00:30:43.444Z] ++ cut -d/ -f2 [2021-02-12T00:30:43.444Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-12T00:30:43.444Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:30:43.444Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-12T00:30:43.444Z] ++ cut -d/ -f2 [2021-02-12T00:30:43.444Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-12T00:30:43.444Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:30:43.444Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-12T00:30:43.444Z] ++ cut -d/ -f2 [2021-02-12T00:30:43.444Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-12T00:30:43.444Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:30:43.444Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-12T00:30:43.444Z] ++ cut -d/ -f2 [2021-02-12T00:30:43.444Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-12T00:30:43.519Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:30:44.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:30:44.368Z] [2021-02-12T00:30:44.368Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:30:44.736Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:30:44.736Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T00:30:44.736Z] 31603596830f: Pulling fs layer [2021-02-12T00:30:44.736Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T00:30:44.736Z] 6ca5941a6612: Pulling fs layer [2021-02-12T00:30:44.736Z] ecc8261a40a4: Pulling fs layer [2021-02-12T00:30:44.736Z] ecc8261a40a4: Waiting [2021-02-12T00:30:44.736Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T00:30:44.736Z] 2a8b12db71e7: Download complete [2021-02-12T00:30:44.736Z] 31603596830f: Download complete [2021-02-12T00:30:45.000Z] ecc8261a40a4: Verifying Checksum [2021-02-12T00:30:45.000Z] ecc8261a40a4: Download complete [2021-02-12T00:30:45.000Z] 6ca5941a6612: Verifying Checksum [2021-02-12T00:30:45.000Z] 6ca5941a6612: Download complete [2021-02-12T00:30:45.269Z] 31603596830f: Pull complete [2021-02-12T00:30:45.269Z] 2a8b12db71e7: Pull complete [2021-02-12T00:30:46.227Z] 6ca5941a6612: Pull complete [2021-02-12T00:30:46.491Z] ecc8261a40a4: Pull complete [2021-02-12T00:30:46.491Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T00:30:46.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:30:46.754Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T00:30:46.929Z] prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container [2021-02-12T00:30:46.993Z] $ 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-02-12T00:30:49.907Z] $ docker top 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T00:30:50.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T00:30:50.330Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T00:30:50.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T00:30:50.597Z] $ docker exec 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 ssh-agent [2021-02-12T00:30:50.813Z] SSH_AUTH_SOCK=/tmp/ssh-cXIEWR7FqQMf/agent.11 [2021-02-12T00:30:50.813Z] SSH_AGENT_PID=16 [2021-02-12T00:30:50.832Z] Running ssh-add (command line suppressed) [2021-02-12T00:30:50.973Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4509531773118635347.key (/w/workspace/edgex-go/2@tmp/private_key_4509531773118635347.key) [2021-02-12T00:30:51.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T00:30:51.427Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T00:30:51.450Z] $ docker exec --env ******** --env ******** 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 ssh-agent -k [2021-02-12T00:30:51.566Z] unset SSH_AUTH_SOCK; [2021-02-12T00:30:51.566Z] unset SSH_AGENT_PID; [2021-02-12T00:30:51.566Z] echo Agent pid 16 killed; [2021-02-12T00:30:51.621Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T00:30:51.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T00:30:51.804Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T00:30:51.995Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T00:30:51.998Z] $ docker exec 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 ssh-agent [2021-02-12T00:30:52.215Z] SSH_AUTH_SOCK=/tmp/ssh-0nG9makUDEYT/agent.45 [2021-02-12T00:30:52.215Z] SSH_AGENT_PID=50 [2021-02-12T00:30:52.224Z] Running ssh-add (command line suppressed) [2021-02-12T00:30:52.418Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6076698048872360235.key (/w/workspace/edgex-go/2@tmp/private_key_6076698048872360235.key) [2021-02-12T00:30:52.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T00:30:52.860Z] + git semver init [2021-02-12T00:30:52.860Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T00:30:52.860Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-12T00:30:52.860Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-12T00:30:52.860Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T00:30:52.860Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T00:30:52.860Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T00:30:52.860Z] # $SEMVER_BRANCH = PR-3164 [2021-02-12T00:30:52.860Z] # $SEMVER_TEMP = /tmp/semver-153338104 [2021-02-12T00:30:52.860Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-12T00:31:14.930Z] # '/tmp/semver-153338104' -> '/w/workspace/edgex-go/2/.semver' [2021-02-12T00:31:16.351Z] # -> Force: false [2021-02-12T00:31:16.351Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-12T00:31:16.368Z] $ docker exec --env ******** --env ******** 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 ssh-agent -k [2021-02-12T00:31:16.675Z] unset SSH_AUTH_SOCK; [2021-02-12T00:31:16.676Z] unset SSH_AGENT_PID; [2021-02-12T00:31:16.676Z] echo Agent pid 50 killed; [2021-02-12T00:31:16.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T00:31:17.280Z] + git semver [Pipeline] } [2021-02-12T00:31:17.323Z] $ docker stop --time=1 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 [2021-02-12T00:31:18.956Z] $ docker rm -f 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:31:19.479Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T00:31:19.997Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T00:31:20.000Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T00:31:20.997Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:31:21.301Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:31:21.604Z] + sudo service docker restart [2021-02-12T00:31:21.604Z] + true [2021-02-12T00:31:21.604Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-12T00:31:22.215Z] ========================================================= [2021-02-12T00:31:22.215Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T00:31:22.215Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:31:22.622Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-12T00:31:25.971Z] Sending build context to Docker daemon 327.8MB [2021-02-12T00:31:26.241Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T00:31:26.241Z] Step 2/6 : FROM ${BASE} [2021-02-12T00:31:26.241Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T00:31:26.241Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T00:31:26.241Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T00:31:26.241Z] de9db76c5a1d: Pulling fs layer [2021-02-12T00:31:26.241Z] bca2f99d35d6: Pulling fs layer [2021-02-12T00:31:26.241Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T00:31:26.241Z] 7c6f9722023f: Pulling fs layer [2021-02-12T00:31:26.241Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T00:31:26.241Z] 93359f2a8cfa: Waiting [2021-02-12T00:31:26.241Z] 7c6f9722023f: Waiting [2021-02-12T00:31:26.241Z] bca2f99d35d6: Waiting [2021-02-12T00:31:26.241Z] a35cf1a2eb13: Waiting [2021-02-12T00:31:26.241Z] de9db76c5a1d: Download complete [2021-02-12T00:31:26.241Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T00:31:26.241Z] 0ef7d3d256c8: Download complete [2021-02-12T00:31:26.241Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T00:31:26.241Z] 93359f2a8cfa: Download complete [2021-02-12T00:31:26.241Z] 7c6f9722023f: Verifying Checksum [2021-02-12T00:31:26.241Z] 7c6f9722023f: Download complete [2021-02-12T00:31:26.241Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T00:31:26.241Z] 188c0c94c7c5: Download complete [2021-02-12T00:31:26.821Z] 188c0c94c7c5: Pull complete [2021-02-12T00:31:27.110Z] 0ef7d3d256c8: Pull complete [2021-02-12T00:31:27.110Z] de9db76c5a1d: Pull complete [2021-02-12T00:31:28.530Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T00:31:28.530Z] a35cf1a2eb13: Download complete [2021-02-12T00:31:28.797Z] bca2f99d35d6: Verifying Checksum [2021-02-12T00:31:28.797Z] bca2f99d35d6: Download complete [2021-02-12T00:31:34.156Z] bca2f99d35d6: Pull complete [2021-02-12T00:31:34.425Z] 93359f2a8cfa: Pull complete [2021-02-12T00:31:34.425Z] 7c6f9722023f: Pull complete [2021-02-12T00:31:35.448Z] Still waiting to schedule task [2021-02-12T00:31:35.448Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26163’ [2021-02-12T00:31:39.759Z] a35cf1a2eb13: Pull complete [2021-02-12T00:31:39.759Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T00:31:39.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T00:31:39.759Z] ---> a62c8e92a672 [2021-02-12T00:31:39.759Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-12T00:31:39.759Z] ---> Running in 6bb2bff8f664 [2021-02-12T00:31:39.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:31:40.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:31:41.297Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T00:31:41.297Z] (2/12) Installing file (5.38-r0) [2021-02-12T00:31:41.297Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T00:31:41.568Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T00:31:48.174Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T00:31:48.174Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T00:31:48.174Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T00:31:48.174Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T00:31:48.174Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T00:31:48.174Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T00:31:48.174Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T00:31:48.174Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T00:31:48.443Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:31:48.443Z] OK: 233 MiB in 51 packages [2021-02-12T00:31:51.941Z] Removing intermediate container 6bb2bff8f664 [2021-02-12T00:31:51.942Z] ---> d4d876926489 [2021-02-12T00:31:51.942Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T00:31:51.942Z] ---> Running in 319a9f07475a [2021-02-12T00:31:51.942Z] Removing intermediate container 319a9f07475a [2021-02-12T00:31:51.942Z] ---> 27cbb6abdae7 [2021-02-12T00:31:51.942Z] Step 5/6 : COPY go.mod . [2021-02-12T00:31:52.212Z] ---> ab1b775f2da7 [2021-02-12T00:31:52.212Z] Step 6/6 : RUN go mod download [2021-02-12T00:31:52.481Z] ---> Running in 85adaddd3f44 [2021-02-12T00:32:14.543Z] Removing intermediate container 85adaddd3f44 [2021-02-12T00:32:14.543Z] ---> 7a9e2f822a15 [2021-02-12T00:32:14.543Z] Successfully built 7a9e2f822a15 [2021-02-12T00:32:14.543Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:32:14.869Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T00:32:15.133Z] . [Pipeline] withDockerContainer [2021-02-12T00:32:15.251Z] prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container [2021-02-12T00:32:15.310Z] $ 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-02-12T00:32:16.255Z] $ docker top 72b6be6b5655540e31191f545a8483ecc222f41f71dcc7a1f511dfccde6b6caf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:32:16.768Z] + go version [2021-02-12T00:32:16.768Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T00:32:16.782Z] $ docker stop --time=1 72b6be6b5655540e31191f545a8483ecc222f41f71dcc7a1f511dfccde6b6caf [2021-02-12T00:32:18.156Z] $ docker rm -f 72b6be6b5655540e31191f545a8483ecc222f41f71dcc7a1f511dfccde6b6caf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:32:18.940Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T00:32:18.940Z] . [Pipeline] withDockerContainer [2021-02-12T00:32:19.043Z] prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container [2021-02-12T00:32:19.174Z] $ 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-02-12T00:32:19.908Z] $ docker top cda8f26074b38b9e768f8c486d211274cd6d473f93b4a4e59ba906893ae5171c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T00:32:20.192Z] ========================================================= [2021-02-12T00:32:20.192Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T00:32:20.192Z] ========================================================= [Pipeline] sh [2021-02-12T00:32:20.493Z] + make test [2021-02-12T00:32:20.493Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T00:32:30.578Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T00:32:48.892Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T00:32:53.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T00:32:53.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T00:32:53.163Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T00:32:55.771Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T00:32:55.771Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T00:32:55.771Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T00:32:55.771Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T00:32:56.040Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T00:32:57.008Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T00:32:58.969Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T00:32:58.969Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T00:32:58.969Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T00:33:01.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements [2021-02-12T00:33:01.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T00:33:01.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T00:33:01.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T00:33:01.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T00:33:01.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T00:33:01.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T00:33:01.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T00:33:01.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.112s coverage: 100.0% of statements [2021-02-12T00:33:04.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T00:33:04.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T00:33:04.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T00:33:04.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 65.8% of statements [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T00:33:04.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T00:33:04.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.451s coverage: 82.3% of statements [2021-02-12T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T00:33:08.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.324s coverage: 28.6% of statements [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T00:33:08.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T00:33:08.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T00:33:08.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T00:33:08.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T00:33:08.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T00:33:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T00:33:10.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.467s coverage: 92.8% of statements [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T00:33:10.758Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T00:33:10.758Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T00:33:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T00:33:10.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements [2021-02-12T00:33:10.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.067s coverage: 79.5% of statements [2021-02-12T00:33:10.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-02-12T00:33:10.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-02-12T00:33:10.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-02-12T00:33:23.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements [2021-02-12T00:33:23.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.399s coverage: 68.9% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 37.0% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.347s coverage: 84.0% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.114s coverage: 89.4% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.710s coverage: 29.1% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T00:33:35.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T00:33:35.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T00:33:35.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.061s coverage: 100.0% of statements [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T00:33:35.412Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T00:33:35.412Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T00:33:35.412Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T00:33:35.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T00:33:35.412Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-02-12T00:33:35.412Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-12T00:33:35.412Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-12T00:33:35.412Z] GO111MODULE=on go vet ./... [2021-02-12T00:34:02.212Z] gofmt -l . [2021-02-12T00:34:02.474Z] [ "`gofmt -l .`" = "" ] [2021-02-12T00:34:03.048Z] ./bin/test-go-mod-tidy.sh [2021-02-12T00:34:03.637Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T00:34:04.836Z] + ls -al . [2021-02-12T00:34:04.836Z] total 704 [2021-02-12T00:34:04.836Z] drwxrwxr-x 10 1001 1001 4096 Feb 12 00:34 . [2021-02-12T00:34:04.836Z] drwxr-xr-x 4 root root 28 Feb 12 00:32 .. [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 00:30 .dockerignore [2021-02-12T00:34:04.836Z] drwxrwxr-x 8 1001 1001 179 Feb 12 00:30 .git [2021-02-12T00:34:04.836Z] drwxrwxr-x 3 1001 1001 125 Feb 12 00:30 .github [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 00:30 .gitignore [2021-02-12T00:34:04.836Z] drwx------ 3 1001 1001 60 Feb 12 00:31 .semver [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 00:30 .sonarcloud.properties [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 8475 Feb 12 00:30 Attribution.txt [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:30 CONTRIBUTING.md [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 00:30 Dockerfile.build [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 00:30 Jenkinsfile [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:30 LICENSE [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:30 Makefile [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:30 README.md [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:30 SECURITY.md [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 00:31 VERSION [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:30 ZMQWindows.md [2021-02-12T00:34:04.836Z] drwxrwxr-x 2 1001 1001 117 Feb 12 00:30 bin [2021-02-12T00:34:04.836Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 00:30 cmd [2021-02-12T00:34:04.836Z] -rw-r--r-- 1 root root 595676 Feb 12 00:33 coverage.out [2021-02-12T00:34:04.836Z] -rw-r--r-- 1 root root 1054 Feb 12 00:34 go.mod [2021-02-12T00:34:04.836Z] -rw-r--r-- 1 root root 19290 Feb 12 00:34 go.sum [2021-02-12T00:34:04.836Z] drwxrwxr-x 8 1001 1001 127 Feb 12 00:30 internal [2021-02-12T00:34:04.836Z] drwxrwxr-x 4 1001 1001 26 Feb 12 00:30 openapi [2021-02-12T00:34:04.836Z] drwxrwxr-x 4 1001 1001 71 Feb 12 00:30 snap [2021-02-12T00:34:04.836Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 00:30 version.go [Pipeline] sh [2021-02-12T00:34:05.140Z] + '[' -e coverage.out ] [2021-02-12T00:34:05.140Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T00:34:05.419Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T00:34:05.732Z] + make build [2021-02-12T00:34:05.732Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T00:34:11.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T00:34:19.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:34:20.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T00:34:22.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:34:23.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T00:34:25.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T00:34:26.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T00:34:28.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T00:34:29.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T00:34:30.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:34:31.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-12T00:34:33.356Z] $ docker stop --time=1 cda8f26074b38b9e768f8c486d211274cd6d473f93b4a4e59ba906893ae5171c [2021-02-12T00:34:35.118Z] $ docker rm -f cda8f26074b38b9e768f8c486d211274cd6d473f93b4a4e59ba906893ae5171c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:34:38.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:34:38.979Z] [2021-02-12T00:34:38.979Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:34:39.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:34:39.328Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-12T00:34:39.328Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-12T00:34:39.328Z] ca9280d653b3: Pulling fs layer [2021-02-12T00:34:39.328Z] 7e9c9ca2126c: Pulling fs layer [2021-02-12T00:34:40.285Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-12T00:34:40.285Z] cbdbe7a5bc2a: Download complete [2021-02-12T00:34:40.550Z] ca9280d653b3: Verifying Checksum [2021-02-12T00:34:40.550Z] ca9280d653b3: Download complete [2021-02-12T00:34:40.550Z] cbdbe7a5bc2a: Pull complete [2021-02-12T00:34:41.514Z] ca9280d653b3: Pull complete [2021-02-12T00:34:41.781Z] 7e9c9ca2126c: Verifying Checksum [2021-02-12T00:34:41.781Z] 7e9c9ca2126c: Download complete [2021-02-12T00:34:48.433Z] 7e9c9ca2126c: Pull complete [2021-02-12T00:34:48.433Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-12T00:34:48.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:34:48.433Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-12T00:34:48.662Z] prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container [2021-02-12T00:34:48.714Z] $ 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-02-12T00:34:51.841Z] $ docker top aebbdfa4c319f66365baeb4b7cfec5cc91b4d53478c73eca348655c3fc7c9aa9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:34:52.372Z] + docker-compose build --help [2021-02-12T00:34:52.372Z] + grep parallel [2021-02-12T00:34:52.480Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26178 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws [2021-02-12T00:34:52.527Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-12T00:34:53.327Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T00:34:53.624Z] $ docker stop --time=1 aebbdfa4c319f66365baeb4b7cfec5cc91b4d53478c73eca348655c3fc7c9aa9 [2021-02-12T00:34:54.995Z] $ docker rm -f aebbdfa4c319f66365baeb4b7cfec5cc91b4d53478c73eca348655c3fc7c9aa9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:34:55.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:34:55.660Z] . [Pipeline] withDockerContainer [2021-02-12T00:34:55.768Z] prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container [2021-02-12T00:34:55.816Z] $ 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-02-12T00:34:56.475Z] $ docker top 706131d160163cd11091b27d1a2e0a64e04068ccf51337ddee43508e206b6f46 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:34:56.986Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T00:34:57.930Z] using credential edgex-jenkins-ssh [2021-02-12T00:34:57.946Z] Building docker-core-command-go ... [2021-02-12T00:34:57.946Z] Building docker-core-data-go ... [2021-02-12T00:34:57.946Z] Building docker-core-metadata-go ... [2021-02-12T00:34:57.946Z] Building docker-security-bootstrapper-go ... [2021-02-12T00:34:57.946Z] Building docker-security-proxy-setup-go ... [2021-02-12T00:34:57.946Z] Building docker-security-secretstore-setup-go ... [2021-02-12T00:34:57.946Z] Building docker-support-notifications-go ... [2021-02-12T00:34:57.946Z] Building docker-support-scheduler-go ... [2021-02-12T00:34:57.946Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T00:34:57.946Z] Building docker-support-notifications-go [2021-02-12T00:34:57.946Z] Building docker-core-metadata-go [2021-02-12T00:34:57.946Z] Building docker-security-proxy-setup-go [2021-02-12T00:34:57.946Z] Building docker-support-scheduler-go [2021-02-12T00:34:57.946Z] Building docker-core-command-go [2021-02-12T00:34:57.993Z] Cloning the remote Git repository [2021-02-12T00:34:58.050Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:34:58.179Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-12T00:34:58.270Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:34:58.271Z] > git --version # timeout=10 [2021-02-12T00:34:58.294Z] > git --version # 'git version 2.17.1' [2021-02-12T00:34:58.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:34:58.382Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:35:13.944Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:35:13.967Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:35:14.035Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:35:14.100Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:35:14.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:35:14.113Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T00:35:14.963Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 [2021-02-12T00:35:15.745Z] Merge succeeded, producing 89093093283cdee46739519229fb39f6e0923e6c [2021-02-12T00:35:15.746Z] Checking out Revision 89093093283cdee46739519229fb39f6e0923e6c (PR-3164) [2021-02-12T00:35:14.973Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:35:14.993Z] > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [2021-02-12T00:35:15.322Z] > git remote # timeout=10 [2021-02-12T00:35:15.336Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T00:35:15.351Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:35:15.361Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T00:35:15.721Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T00:35:15.746Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:35:15.765Z] > git checkout -f 89093093283cdee46739519229fb39f6e0923e6c # timeout=10 [2021-02-12T00:35:20.256Z] Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" [2021-02-12T00:35:20.257Z] > git rev-list --no-walk 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T00:35:21.745Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:35:22.162Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:35:22.505Z] + true [2021-02-12T00:35:22.505Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T00:35:24.783Z] provisioning config files... [2021-02-12T00:35:24.829Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3747009011361040982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:35:25.234Z] ---> docker-login.sh [2021-02-12T00:35:25.234Z] nexus3.edgexfoundry.org:10001 [2021-02-12T00:35:26.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:35:26.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:35:26.494Z] Configure a credential helper to remove this warning. See [2021-02-12T00:35:26.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:35:26.494Z] [2021-02-12T00:35:26.494Z] Login Succeeded [2021-02-12T00:35:26.772Z] nexus3.edgexfoundry.org:10002 [2021-02-12T00:35:27.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:35:27.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:35:27.324Z] Configure a credential helper to remove this warning. See [2021-02-12T00:35:27.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:35:27.324Z] [2021-02-12T00:35:27.324Z] Login Succeeded [2021-02-12T00:35:27.324Z] nexus3.edgexfoundry.org:10003 [2021-02-12T00:35:27.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:35:27.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:35:27.926Z] Configure a credential helper to remove this warning. See [2021-02-12T00:35:27.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:35:27.926Z] [2021-02-12T00:35:27.926Z] Login Succeeded [2021-02-12T00:35:27.926Z] nexus3.edgexfoundry.org:10004 [2021-02-12T00:35:28.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:35:28.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:35:28.477Z] Configure a credential helper to remove this warning. See [2021-02-12T00:35:28.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:35:28.477Z] [2021-02-12T00:35:28.477Z] Login Succeeded [2021-02-12T00:35:28.477Z] docker.io [2021-02-12T00:35:29.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:35:29.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:35:29.359Z] Configure a credential helper to remove this warning. See [2021-02-12T00:35:29.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:35:29.359Z] [2021-02-12T00:35:29.359Z] Login Succeeded [2021-02-12T00:35:29.359Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T00:35:29.378Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-12T00:35:29.826Z] ========================================================= [2021-02-12T00:35:29.827Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T00:35:29.827Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:35:30.209Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-12T00:35:30.288Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:35:30.289Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:35:30.289Z] ---> 7a9e2f822a15 [2021-02-12T00:35:30.289Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:35:31.726Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:35:31.726Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:35:31.726Z] ---> 7a9e2f822a15 [2021-02-12T00:35:31.726Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:35:31.998Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:35:31.998Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:35:31.998Z] ---> 7a9e2f822a15 [2021-02-12T00:35:31.998Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:35:32.264Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:35:32.264Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:35:32.264Z] ---> 7a9e2f822a15 [2021-02-12T00:35:32.264Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:35:32.840Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:35:32.840Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:35:32.840Z] ---> 7a9e2f822a15 [2021-02-12T00:35:32.840Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T00:35:32.880Z] Sending build context to Docker daemon 166.3MB [2021-02-12T00:35:32.880Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T00:35:32.880Z] Step 2/6 : FROM ${BASE} [2021-02-12T00:35:33.156Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T00:35:33.156Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T00:35:33.156Z] a4357932f1b6: Pulling fs layer [2021-02-12T00:35:33.156Z] 18c013af1878: Pulling fs layer [2021-02-12T00:35:33.156Z] 00ac8860ef70: Pulling fs layer [2021-02-12T00:35:33.156Z] 63d7cb157983: Pulling fs layer [2021-02-12T00:35:33.156Z] b116817d02f9: Pulling fs layer [2021-02-12T00:35:33.156Z] 745a02a5169b: Pulling fs layer [2021-02-12T00:35:33.156Z] 00ac8860ef70: Waiting [2021-02-12T00:35:33.156Z] 63d7cb157983: Waiting [2021-02-12T00:35:33.156Z] b116817d02f9: Waiting [2021-02-12T00:35:33.156Z] 745a02a5169b: Waiting [2021-02-12T00:35:33.156Z] 18c013af1878: Verifying Checksum [2021-02-12T00:35:33.156Z] 18c013af1878: Download complete [2021-02-12T00:35:33.156Z] a4357932f1b6: Verifying Checksum [2021-02-12T00:35:33.156Z] a4357932f1b6: Download complete [2021-02-12T00:35:33.156Z] 63d7cb157983: Verifying Checksum [2021-02-12T00:35:33.156Z] 63d7cb157983: Download complete [2021-02-12T00:35:33.156Z] 5f621e34cdf4: Download complete [2021-02-12T00:35:33.156Z] b116817d02f9: Verifying Checksum [2021-02-12T00:35:33.156Z] b116817d02f9: Download complete [2021-02-12T00:35:33.424Z] ---> Running in 4e88cab5c0f3 [2021-02-12T00:35:33.424Z] ---> Running in 05b80c854e91 [2021-02-12T00:35:33.424Z] ---> Running in d91ef375ba7d [2021-02-12T00:35:33.424Z] ---> Running in 607481ac9fe4 [2021-02-12T00:35:33.424Z] ---> Running in b9394e9e5180 [2021-02-12T00:35:34.008Z] Removing intermediate container 4e88cab5c0f3 [2021-02-12T00:35:34.008Z] ---> 472f46733caf [2021-02-12T00:35:34.008Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:35:34.008Z] Removing intermediate container b9394e9e5180 [2021-02-12T00:35:34.008Z] ---> 698cea71b041 [2021-02-12T00:35:34.008Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:35:34.008Z] Removing intermediate container 607481ac9fe4 [2021-02-12T00:35:34.008Z] ---> ba58cd2b6aa5 [2021-02-12T00:35:34.008Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:35:34.008Z] Removing intermediate container d91ef375ba7d [2021-02-12T00:35:34.008Z] ---> 148226689e72 [2021-02-12T00:35:34.008Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:35:34.008Z] Removing intermediate container 05b80c854e91 [2021-02-12T00:35:34.008Z] ---> 840e7517a782 [2021-02-12T00:35:34.008Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:35:34.008Z] ---> Running in ec2e772f3b2f [2021-02-12T00:35:34.008Z] ---> Running in ea6c7ed5fcb6 [2021-02-12T00:35:34.008Z] ---> Running in c62ce0aef883 [2021-02-12T00:35:34.008Z] ---> Running in ab3abb77478c [2021-02-12T00:35:34.150Z] 5f621e34cdf4: Pull complete [2021-02-12T00:35:34.272Z] ---> Running in e61c2433e714 [2021-02-12T00:35:34.430Z] a4357932f1b6: Pull complete [2021-02-12T00:35:35.028Z] 18c013af1878: Pull complete [2021-02-12T00:35:36.224Z] Removing intermediate container ea6c7ed5fcb6 [2021-02-12T00:35:36.224Z] ---> f7815f147be4 [2021-02-12T00:35:36.224Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T00:35:36.224Z] Removing intermediate container ec2e772f3b2f [2021-02-12T00:35:36.224Z] ---> a599afffee02 [2021-02-12T00:35:36.224Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:35:36.224Z] ---> Running in b0de4220e675 [2021-02-12T00:35:36.463Z] 745a02a5169b: Verifying Checksum [2021-02-12T00:35:36.463Z] 745a02a5169b: Download complete [2021-02-12T00:35:36.488Z] ---> Running in 2c15e3869542 [2021-02-12T00:35:36.488Z] Removing intermediate container c62ce0aef883 [2021-02-12T00:35:36.488Z] ---> 44395f056d29 [2021-02-12T00:35:36.488Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T00:35:36.488Z] Removing intermediate container ab3abb77478c [2021-02-12T00:35:36.488Z] ---> 1865f77923e8 [2021-02-12T00:35:36.488Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:35:36.735Z] 00ac8860ef70: Verifying Checksum [2021-02-12T00:35:36.735Z] 00ac8860ef70: Download complete [2021-02-12T00:35:36.750Z] Removing intermediate container e61c2433e714 [2021-02-12T00:35:36.750Z] ---> 543c08c1ac5d [2021-02-12T00:35:36.750Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T00:35:36.750Z] ---> Running in 13ce0fc4ece7 [2021-02-12T00:35:36.750Z] ---> Running in 516b832b185b [2021-02-12T00:35:37.014Z] ---> Running in 6d05b33c7f7c [2021-02-12T00:35:37.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:37.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:37.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:37.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:37.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:38.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:38.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:38.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:38.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:38.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:38.860Z] OK: 233 MiB in 51 packages [2021-02-12T00:35:39.132Z] OK: 233 MiB in 51 packages [2021-02-12T00:35:39.132Z] Removing intermediate container b0de4220e675 [2021-02-12T00:35:39.132Z] ---> e8f4d09f9cf6 [2021-02-12T00:35:39.132Z] Step 6/21 : COPY go.mod . [2021-02-12T00:35:39.406Z] OK: 233 MiB in 51 packages [2021-02-12T00:35:39.406Z] OK: 233 MiB in 51 packages [2021-02-12T00:35:39.406Z] OK: 233 MiB in 51 packages [2021-02-12T00:35:39.671Z] ---> 9d33a3fd1fbe [2021-02-12T00:35:39.671Z] Step 7/21 : RUN go mod download [2021-02-12T00:35:39.671Z] ---> Running in 8605a07456ae [2021-02-12T00:35:39.933Z] Removing intermediate container 13ce0fc4ece7 [2021-02-12T00:35:39.933Z] ---> cd012a06294d [2021-02-12T00:35:39.933Z] Step 6/23 : COPY go.mod . [2021-02-12T00:35:40.194Z] ---> eaa33162d0e1 [2021-02-12T00:35:40.195Z] Step 7/23 : RUN go mod download [2021-02-12T00:35:40.462Z] Removing intermediate container 516b832b185b [2021-02-12T00:35:40.462Z] ---> 5d1dabe8351b [2021-02-12T00:35:40.462Z] Step 6/22 : COPY go.mod . [2021-02-12T00:35:40.462Z] ---> Running in 3714d8548c27 [2021-02-12T00:35:40.462Z] Removing intermediate container 2c15e3869542 [2021-02-12T00:35:40.462Z] ---> 4a0cbe4631f4 [2021-02-12T00:35:40.462Z] Step 6/23 : COPY go.mod . [2021-02-12T00:35:40.732Z] Removing intermediate container 6d05b33c7f7c [2021-02-12T00:35:40.732Z] ---> 62485fc8a666 [2021-02-12T00:35:40.732Z] Step 6/22 : COPY go.mod . [2021-02-12T00:35:41.057Z] ---> 5ebb80606f20 [2021-02-12T00:35:41.057Z] Step 7/22 : RUN go mod download [2021-02-12T00:35:41.057Z] ---> 1f369dff8339 [2021-02-12T00:35:41.057Z] Step 7/23 : RUN go mod download [2021-02-12T00:35:41.057Z] ---> 5a6ee1626f65 [2021-02-12T00:35:41.057Z] Step 7/22 : RUN go mod download [2021-02-12T00:35:41.057Z] ---> Running in 522b04b30bc4 [2021-02-12T00:35:41.381Z] ---> Running in c6f5a8a8dc68 [2021-02-12T00:35:41.983Z] ---> Running in c98741f89765 [2021-02-12T00:35:42.575Z] Removing intermediate container 8605a07456ae [2021-02-12T00:35:42.575Z] ---> e79136350116 [2021-02-12T00:35:42.575Z] Step 8/21 : COPY . . [2021-02-12T00:35:42.846Z] Removing intermediate container 3714d8548c27 [2021-02-12T00:35:42.846Z] ---> db0067328db2 [2021-02-12T00:35:42.846Z] Step 8/23 : COPY . . [2021-02-12T00:35:49.159Z] 00ac8860ef70: Pull complete [2021-02-12T00:35:49.159Z] 63d7cb157983: Pull complete [2021-02-12T00:35:49.159Z] b116817d02f9: Pull complete [2021-02-12T00:35:49.474Z] Removing intermediate container 522b04b30bc4 [2021-02-12T00:35:49.474Z] ---> 0d78eabab85d [2021-02-12T00:35:49.474Z] Step 8/22 : COPY . . [2021-02-12T00:35:50.880Z] Removing intermediate container c6f5a8a8dc68 [2021-02-12T00:35:50.880Z] ---> 456d1cbb330c [2021-02-12T00:35:50.880Z] Step 8/23 : COPY . . [2021-02-12T00:35:51.806Z] 745a02a5169b: Pull complete [2021-02-12T00:35:51.806Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T00:35:51.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T00:35:51.806Z] ---> b7e6874047d6 [2021-02-12T00:35:51.806Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-12T00:35:52.834Z] Removing intermediate container c98741f89765 [2021-02-12T00:35:52.834Z] ---> 684558ac281c [2021-02-12T00:35:52.834Z] Step 8/22 : COPY . . [2021-02-12T00:35:56.174Z] ---> Running in c9acb21dac5b [2021-02-12T00:35:57.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:35:57.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:35:58.734Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T00:35:59.047Z] (2/12) Installing file (5.38-r0) [2021-02-12T00:35:59.047Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T00:35:59.047Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T00:36:03.353Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T00:36:03.353Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T00:36:03.353Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T00:36:03.353Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T00:36:03.629Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T00:36:03.629Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T00:36:03.917Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T00:36:03.917Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T00:36:03.917Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:36:03.917Z] OK: 217 MiB in 51 packages [2021-02-12T00:36:08.229Z] Removing intermediate container c9acb21dac5b [2021-02-12T00:36:08.229Z] ---> c39853fadd04 [2021-02-12T00:36:08.229Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T00:36:08.503Z] ---> Running in bd1b4222122c [2021-02-12T00:36:08.783Z] Removing intermediate container bd1b4222122c [2021-02-12T00:36:08.783Z] ---> d6a70b600190 [2021-02-12T00:36:08.783Z] Step 5/6 : COPY go.mod . [2021-02-12T00:36:09.386Z] ---> 1a8da73c141d [2021-02-12T00:36:09.386Z] Step 6/6 : RUN go mod download [2021-02-12T00:36:09.666Z] ---> Running in 46698afc329e [2021-02-12T00:36:25.132Z] ---> 6a3b941555bc [2021-02-12T00:36:25.132Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T00:36:25.132Z] ---> cf0753f56890 [2021-02-12T00:36:25.132Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T00:36:25.410Z] ---> Running in 452b2c6df118 [2021-02-12T00:36:25.410Z] ---> Running in 17203b5e1645 [2021-02-12T00:36:26.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T00:36:26.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T00:36:28.762Z] ---> 57a277076741 [2021-02-12T00:36:28.762Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T00:36:28.762Z] ---> da32acc1e2af [2021-02-12T00:36:28.762Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T00:36:29.036Z] ---> Running in 53c87fca5c1e [2021-02-12T00:36:29.310Z] ---> Running in 94394a27e86b [2021-02-12T00:36:29.310Z] ---> 0f3327b6aea2 [2021-02-12T00:36:29.310Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T00:36:29.581Z] ---> Running in 6ce6732dfa51 [2021-02-12T00:36:30.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:36:30.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T00:36:30.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T00:36:36.520Z] Removing intermediate container 46698afc329e [2021-02-12T00:36:36.520Z] ---> fe9924fb1b56 [2021-02-12T00:36:36.520Z] Successfully built fe9924fb1b56 [2021-02-12T00:36:36.520Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:36:36.874Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T00:36:36.874Z] . [Pipeline] withDockerContainer [2021-02-12T00:36:37.173Z] prd-ubuntu18.04-docker-arm64-4c-16g-26178 does not seem to be running inside a container [2021-02-12T00:36:37.257Z] $ 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-02-12T00:36:38.912Z] $ docker top d96e89605179fc391e59eb3b9b463dee0e9a6ffbbebb65d8fb830fb0678df732 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:36:40.001Z] + go version [2021-02-12T00:36:40.001Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T00:36:40.020Z] $ docker stop --time=1 d96e89605179fc391e59eb3b9b463dee0e9a6ffbbebb65d8fb830fb0678df732 [2021-02-12T00:36:42.084Z] $ docker rm -f d96e89605179fc391e59eb3b9b463dee0e9a6ffbbebb65d8fb830fb0678df732 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:36:43.127Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T00:36:43.128Z] . [Pipeline] withDockerContainer [2021-02-12T00:36:43.424Z] prd-ubuntu18.04-docker-arm64-4c-16g-26178 does not seem to be running inside a container [2021-02-12T00:36:43.511Z] $ 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-02-12T00:36:45.082Z] $ docker top a750049a64bcd87c43d7fec9d40b1a276747eb96abf824f4d5dbb66a27cc91b6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T00:36:45.502Z] ========================================================= [2021-02-12T00:36:45.502Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T00:36:45.502Z] ========================================================= [Pipeline] sh [2021-02-12T00:36:46.164Z] + make test [2021-02-12T00:36:46.164Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T00:36:57.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:37:03.891Z] Removing intermediate container 452b2c6df118 [2021-02-12T00:37:03.891Z] ---> 8d544c3a0088 [2021-02-12T00:37:03.891Z] [2021-02-12T00:37:03.891Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T00:37:03.891Z] 3.12: Pulling from library/alpine [2021-02-12T00:37:04.513Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:37:04.513Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T00:37:04.513Z] ---> 389fef711851 [2021-02-12T00:37:04.513Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T00:37:04.513Z] ---> Running in b95f8fa75f97 [2021-02-12T00:37:05.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:05.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:06.036Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T00:37:06.037Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:37:06.037Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T00:37:06.037Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T00:37:06.037Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:37:06.037Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:37:06.037Z] OK: 7 MiB in 18 packages [2021-02-12T00:37:07.967Z] Removing intermediate container 6ce6732dfa51 [2021-02-12T00:37:07.967Z] ---> b467f8382e64 [2021-02-12T00:37:07.967Z] [2021-02-12T00:37:07.967Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:37:07.967Z] ---> 389fef711851 [2021-02-12T00:37:07.967Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T00:37:12.200Z] ---> Running in c5123b1e030c [2021-02-12T00:37:12.200Z] Removing intermediate container b95f8fa75f97 [2021-02-12T00:37:12.200Z] ---> de575ed1637a [2021-02-12T00:37:12.200Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:37:12.994Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T00:37:14.761Z] Removing intermediate container 53c87fca5c1e [2021-02-12T00:37:14.761Z] ---> b5fbd5a550b8 [2021-02-12T00:37:14.761Z] [2021-02-12T00:37:14.761Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:37:14.761Z] ---> 389fef711851 [2021-02-12T00:37:14.761Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:37:15.730Z] Removing intermediate container 94394a27e86b [2021-02-12T00:37:15.730Z] ---> a29ff53b2a7d [2021-02-12T00:37:15.730Z] [2021-02-12T00:37:15.730Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:37:15.730Z] ---> 389fef711851 [2021-02-12T00:37:15.730Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:37:15.730Z] ---> Running in a75d2ab3a319 [2021-02-12T00:37:15.730Z] ---> Running in feda03e6f811 [2021-02-12T00:37:15.730Z] ---> Running in 0fa33ed75f89 [2021-02-12T00:37:15.994Z] Removing intermediate container 17203b5e1645 [2021-02-12T00:37:15.994Z] ---> 620f1492310d [2021-02-12T00:37:15.994Z] [2021-02-12T00:37:15.994Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:37:15.994Z] ---> 389fef711851 [2021-02-12T00:37:15.994Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:37:15.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:15.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:16.257Z] Removing intermediate container a75d2ab3a319 [2021-02-12T00:37:16.257Z] ---> b61ffebdd024 [2021-02-12T00:37:16.257Z] Step 13/21 : WORKDIR /edgex [2021-02-12T00:37:16.257Z] ---> Running in d70ebed03db9 [2021-02-12T00:37:16.257Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T00:37:16.257Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:37:16.257Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:37:16.257Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:37:16.838Z] OK: 6 MiB in 16 packages [2021-02-12T00:37:16.838Z] ---> Running in 5803ce1868a6 [2021-02-12T00:37:16.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:17.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:17.113Z] Removing intermediate container 5803ce1868a6 [2021-02-12T00:37:17.113Z] ---> f86b4693eb60 [2021-02-12T00:37:17.113Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T00:37:17.113Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:37:17.113Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:37:17.113Z] OK: 6 MiB in 15 packages [2021-02-12T00:37:17.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:17.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:17.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:17.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:17.651Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:37:17.651Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:37:17.651Z] OK: 6 MiB in 15 packages [2021-02-12T00:37:17.651Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:37:17.651Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:37:17.651Z] OK: 6 MiB in 15 packages [2021-02-12T00:37:17.919Z] ---> 457ea5e04753 [2021-02-12T00:37:17.919Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T00:37:18.188Z] Removing intermediate container c5123b1e030c [2021-02-12T00:37:18.188Z] ---> 928871fd25e6 [2021-02-12T00:37:18.188Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:37:18.457Z] ---> Running in e858fcedea45 [2021-02-12T00:37:18.457Z] Removing intermediate container feda03e6f811 [2021-02-12T00:37:18.457Z] ---> 595049b47b2b [2021-02-12T00:37:18.457Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:37:18.725Z] ---> a5c1a28e0f31 [2021-02-12T00:37:18.725Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T00:37:18.725Z] ---> Running in a990d7b4573f [2021-02-12T00:37:18.991Z] Removing intermediate container e858fcedea45 [2021-02-12T00:37:18.991Z] ---> d0455aad984c [2021-02-12T00:37:18.991Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T00:37:18.991Z] Removing intermediate container 0fa33ed75f89 [2021-02-12T00:37:18.991Z] ---> 76bf5a08d6da [2021-02-12T00:37:18.991Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:37:18.991Z] Removing intermediate container d70ebed03db9 [2021-02-12T00:37:18.991Z] ---> 17b1714d7360 [2021-02-12T00:37:18.991Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:37:19.270Z] ---> Running in afd2f699168c [2021-02-12T00:37:19.270Z] Removing intermediate container a990d7b4573f [2021-02-12T00:37:19.270Z] ---> 800c700569a6 [2021-02-12T00:37:19.270Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T00:37:19.270Z] ---> Running in 3c6ef8079633 [2021-02-12T00:37:19.270Z] ---> Running in 18dff0a21e0f [2021-02-12T00:37:19.535Z] ---> 8ef8bc727bb3 [2021-02-12T00:37:19.535Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T00:37:19.535Z] ---> Running in 9cc28abc5cbf [2021-02-12T00:37:19.535Z] ---> Running in 827e92d3a251 [2021-02-12T00:37:19.535Z] Removing intermediate container afd2f699168c [2021-02-12T00:37:19.535Z] ---> b8275f31e981 [2021-02-12T00:37:19.535Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:37:19.808Z] Removing intermediate container 3c6ef8079633 [2021-02-12T00:37:19.808Z] ---> 9a8a2ef5c672 [2021-02-12T00:37:19.808Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T00:37:19.808Z] Removing intermediate container 18dff0a21e0f [2021-02-12T00:37:19.808Z] ---> e4648ad27131 [2021-02-12T00:37:19.808Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T00:37:19.808Z] Removing intermediate container 9cc28abc5cbf [2021-02-12T00:37:19.808Z] ---> e93acd728ecf [2021-02-12T00:37:19.808Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:37:19.808Z] ---> Running in 176cd03b1245 [2021-02-12T00:37:19.808Z] ---> Running in cc2690f37092 [2021-02-12T00:37:20.073Z] ---> Running in 2f504cccb31f [2021-02-12T00:37:20.073Z] ---> Running in 37dcea159f1c [2021-02-12T00:37:20.073Z] Removing intermediate container 827e92d3a251 [2021-02-12T00:37:20.073Z] ---> 68445cb8046c [2021-02-12T00:37:20.073Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T00:37:20.337Z] Removing intermediate container cc2690f37092 [2021-02-12T00:37:20.337Z] ---> 55994f6d078b [2021-02-12T00:37:20.337Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:37:20.337Z] ---> Running in 1e2af72fe326 [2021-02-12T00:37:20.337Z] Removing intermediate container 176cd03b1245 [2021-02-12T00:37:20.337Z] ---> aaa7a3da84ba [2021-02-12T00:37:20.337Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:37:20.912Z] Removing intermediate container 2f504cccb31f [2021-02-12T00:37:20.912Z] ---> 6e9947fa3223 [2021-02-12T00:37:20.912Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:37:20.912Z] Removing intermediate container 37dcea159f1c [2021-02-12T00:37:20.912Z] ---> 07b09e0d5cfb [2021-02-12T00:37:20.912Z] Step 15/23 : WORKDIR / [2021-02-12T00:37:21.185Z] ---> Running in 87b8358be8c5 [2021-02-12T00:37:21.185Z] ---> Running in 1ae93b80e496 [2021-02-12T00:37:21.185Z] ---> Running in 5be39598edb2 [2021-02-12T00:37:21.185Z] Removing intermediate container 1e2af72fe326 [2021-02-12T00:37:21.185Z] ---> a19a4198b87f [2021-02-12T00:37:21.185Z] Step 19/21 : LABEL arch=x86_64 [2021-02-12T00:37:21.185Z] ---> dada6af1ff51 [2021-02-12T00:37:21.185Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T00:37:21.462Z] ---> Running in edcf21b37135 [2021-02-12T00:37:21.462Z] Removing intermediate container 87b8358be8c5 [2021-02-12T00:37:21.462Z] ---> 71e461023934 [2021-02-12T00:37:21.462Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:37:21.732Z] Removing intermediate container 5be39598edb2 [2021-02-12T00:37:21.732Z] ---> 4a06a17c2441 [2021-02-12T00:37:21.732Z] Step 15/23 : WORKDIR / [2021-02-12T00:37:21.733Z] Removing intermediate container 1ae93b80e496 [2021-02-12T00:37:21.733Z] ---> d8c334605012 [2021-02-12T00:37:21.733Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:37:21.733Z] Removing intermediate container edcf21b37135 [2021-02-12T00:37:21.733Z] ---> e366497221d6 [2021-02-12T00:37:21.733Z] Step 20/21 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:37:21.733Z] ---> Running in e586e32dcabb [2021-02-12T00:37:21.997Z] ---> Running in af6186eb1c0b [2021-02-12T00:37:21.997Z] ---> f5ef813a8117 [2021-02-12T00:37:21.997Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T00:37:21.997Z] ---> 98749f8f433c [2021-02-12T00:37:21.997Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T00:37:22.262Z] ---> b4365500a490 [2021-02-12T00:37:22.262Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T00:37:22.262Z] Removing intermediate container e586e32dcabb [2021-02-12T00:37:22.262Z] ---> f9724442f324 [2021-02-12T00:37:22.262Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:37:22.263Z] Removing intermediate container af6186eb1c0b [2021-02-12T00:37:22.263Z] ---> 0276f13fa29e [2021-02-12T00:37:22.263Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T00:37:22.538Z] ---> Running in 98ad78a23eb2 [2021-02-12T00:37:22.804Z] ---> a5bf0cd18562 [2021-02-12T00:37:22.804Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T00:37:22.804Z] ---> 9920aabb46dc [2021-02-12T00:37:22.804Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T00:37:23.075Z] ---> Running in 1347ba9e6897 [2021-02-12T00:37:23.075Z] ---> 3d1422f2a3e8 [2021-02-12T00:37:23.075Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T00:37:23.075Z] Removing intermediate container 98ad78a23eb2 [2021-02-12T00:37:23.075Z] ---> 6f7820e82e30 [2021-02-12T00:37:23.075Z] [2021-02-12T00:37:23.075Z] ---> e480f3c44e18 [2021-02-12T00:37:23.075Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T00:37:23.348Z] Removing intermediate container 1347ba9e6897 [2021-02-12T00:37:23.348Z] ---> c5ab2e9e3607 [2021-02-12T00:37:23.348Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:37:23.623Z] Successfully built 6f7820e82e30 [2021-02-12T00:37:23.623Z] ---> Running in 755f98d0f054 [2021-02-12T00:37:23.623Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-12T00:37:23.623Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-12T00:37:23.623Z] ---> 6ddfb3f945b3 [2021-02-12T00:37:23.623Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T00:37:23.623Z] ---> fad6c55dca4e [2021-02-12T00:37:23.623Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T00:37:23.623Z] ---> 7b403b16a531 [2021-02-12T00:37:23.623Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T00:37:23.623Z] ---> Running in e8a0c4e6d3bf [2021-02-12T00:37:23.623Z] ---> Running in 50ea49fb1318 [2021-02-12T00:37:23.889Z] Removing intermediate container 755f98d0f054 [2021-02-12T00:37:23.889Z] ---> 67b7ed969fb6 [2021-02-12T00:37:23.889Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T00:37:23.889Z] ---> Running in 6569d37f3ac7 [2021-02-12T00:37:24.168Z] ---> 70b708576699 [2021-02-12T00:37:24.168Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T00:37:24.168Z] Removing intermediate container e8a0c4e6d3bf [2021-02-12T00:37:24.168Z] ---> d20c28618eac [2021-02-12T00:37:24.168Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:37:24.168Z] Removing intermediate container 50ea49fb1318 [2021-02-12T00:37:24.168Z] ---> e0ebaa7f857e [2021-02-12T00:37:24.168Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:37:24.454Z] Removing intermediate container 6569d37f3ac7 [2021-02-12T00:37:24.454Z] ---> 95f6ab98fa5e [2021-02-12T00:37:24.454Z] Step 21/22 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:37:24.454Z] ---> Running in ab9a82fe9b37 [2021-02-12T00:37:24.454Z] ---> Running in 67d4f661138e [2021-02-12T00:37:24.454Z] ---> Running in a80445383607 [2021-02-12T00:37:24.729Z] ---> Running in 5c2eb093d123 [2021-02-12T00:37:24.992Z] Removing intermediate container ab9a82fe9b37 [2021-02-12T00:37:24.992Z] ---> dfe3698443e7 [2021-02-12T00:37:24.992Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:37:24.992Z] Removing intermediate container 67d4f661138e [2021-02-12T00:37:24.992Z] ---> 5f5126b153b1 [2021-02-12T00:37:24.992Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T00:37:25.254Z] Removing intermediate container a80445383607 [2021-02-12T00:37:25.254Z] ---> 4333f5a27f84 [2021-02-12T00:37:25.254Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:37:25.254Z] ---> Running in 2bfa97f05db3 [2021-02-12T00:37:25.254Z] Removing intermediate container 5c2eb093d123 [2021-02-12T00:37:25.254Z] ---> eff9492c92b7 [2021-02-12T00:37:25.254Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:37:25.254Z] ---> Running in c1477f45f16f [2021-02-12T00:37:25.254Z] ---> Running in 506e66bab918 [2021-02-12T00:37:26.202Z] ---> Running in 1a0f37350f34 [2021-02-12T00:37:28.133Z] Removing intermediate container 2bfa97f05db3 [2021-02-12T00:37:28.133Z] ---> 2e23fe0817ae [2021-02-12T00:37:28.133Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:37:28.133Z] Removing intermediate container c1477f45f16f [2021-02-12T00:37:28.133Z] ---> f8ee9a8dddd2 [2021-02-12T00:37:28.133Z] Step 21/22 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:37:28.711Z] Removing intermediate container 506e66bab918 [2021-02-12T00:37:28.711Z] ---> 4461bd82b4e2 [2021-02-12T00:37:28.711Z] Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:37:28.711Z] Removing intermediate container 1a0f37350f34 [2021-02-12T00:37:28.711Z] ---> 2c62d3c08c06 [2021-02-12T00:37:28.711Z] [2021-02-12T00:37:28.711Z] ---> Running in 4123f687f0fa [2021-02-12T00:37:28.711Z] ---> Running in abc26bdea280 [2021-02-12T00:37:28.977Z] ---> Running in d0e9bc287440 [2021-02-12T00:37:29.242Z] Successfully built 2c62d3c08c06 [2021-02-12T00:37:29.242Z] Successfully tagged docker-support-notifications-go:latest [2021-02-12T00:37:29.506Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-12T00:37:29.506Z] Removing intermediate container 4123f687f0fa [2021-02-12T00:37:29.506Z] ---> 373c8dbef3c6 [2021-02-12T00:37:29.506Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:37:29.506Z] Removing intermediate container d0e9bc287440 [2021-02-12T00:37:29.506Z] ---> b56f4639c1d7 [2021-02-12T00:37:29.506Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:37:29.506Z] Removing intermediate container abc26bdea280 [2021-02-12T00:37:29.506Z] ---> ff568973cab1 [2021-02-12T00:37:29.506Z] Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:37:30.476Z] ---> Running in 75b2573e7b80 [2021-02-12T00:37:31.058Z] ---> Running in a2d20e9f851e [2021-02-12T00:37:31.337Z] ---> Running in 10b7e5d99be9 [2021-02-12T00:37:34.682Z] Removing intermediate container 75b2573e7b80 [2021-02-12T00:37:34.682Z] ---> 0967edf4d51f [2021-02-12T00:37:34.682Z] [2021-02-12T00:37:34.682Z] Removing intermediate container a2d20e9f851e [2021-02-12T00:37:34.682Z] ---> 0c021ba9ea59 [2021-02-12T00:37:34.682Z] [2021-02-12T00:37:34.954Z] Removing intermediate container 10b7e5d99be9 [2021-02-12T00:37:34.954Z] ---> 3a02756578a0 [2021-02-12T00:37:34.954Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:37:35.921Z] Successfully built 0967edf4d51f [2021-02-12T00:37:36.505Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-12T00:37:36.505Z] Building docker-security-secretstore-setup-go [2021-02-12T00:37:36.505Z]  Building docker-support-scheduler-go ... done Successfully built 0c021ba9ea59 [2021-02-12T00:37:36.768Z] Successfully tagged docker-core-command-go:latest [2021-02-12T00:37:36.768Z] Building docker-security-bootstrapper-go [2021-02-12T00:37:37.039Z]  Building docker-core-command-go ... done  ---> Running in 5089cde3217c [2021-02-12T00:37:38.456Z] Removing intermediate container 5089cde3217c [2021-02-12T00:37:38.456Z] ---> 4368079c4721 [2021-02-12T00:37:38.456Z] [2021-02-12T00:37:38.733Z] Successfully built 4368079c4721 [2021-02-12T00:37:39.321Z] Successfully tagged docker-core-metadata-go:latest [2021-02-12T00:37:42.800Z]  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:37:42.800Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:37:42.800Z] ---> 7a9e2f822a15 [2021-02-12T00:37:42.800Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:37:42.800Z] ---> Using cache [2021-02-12T00:37:42.800Z] ---> 840e7517a782 [2021-02-12T00:37:42.800Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:37:42.800Z] ---> Using cache [2021-02-12T00:37:42.800Z] ---> 543c08c1ac5d [2021-02-12T00:37:42.800Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T00:37:43.413Z] ---> Running in 874dd678e280 [2021-02-12T00:37:46.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:46.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:47.003Z] OK: 233 MiB in 51 packages [2021-02-12T00:37:48.424Z] Removing intermediate container 874dd678e280 [2021-02-12T00:37:48.424Z] ---> 5a6380c8fef9 [2021-02-12T00:37:48.424Z] Step 6/23 : COPY go.mod . [2021-02-12T00:37:49.393Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:37:49.393Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:37:49.393Z] ---> 7a9e2f822a15 [2021-02-12T00:37:49.393Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T00:37:49.393Z] ---> Using cache [2021-02-12T00:37:49.393Z] ---> 840e7517a782 [2021-02-12T00:37:49.393Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:37:49.393Z] ---> Using cache [2021-02-12T00:37:49.393Z] ---> 543c08c1ac5d [2021-02-12T00:37:49.393Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T00:37:49.980Z] ---> Running in 0ea69b451f47 [2021-02-12T00:37:49.980Z] ---> c7ff664452f0 [2021-02-12T00:37:49.980Z] Step 7/23 : RUN go mod download [2021-02-12T00:37:50.954Z] ---> Running in c30ae90b9a11 [2021-02-12T00:37:51.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:52.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:53.493Z] OK: 233 MiB in 51 packages [2021-02-12T00:37:54.896Z] Removing intermediate container c30ae90b9a11 [2021-02-12T00:37:54.896Z] ---> fb7c13125ca5 [2021-02-12T00:37:54.896Z] Step 8/23 : COPY . . [2021-02-12T00:37:55.166Z] Removing intermediate container 0ea69b451f47 [2021-02-12T00:37:55.166Z] ---> 32bb90fcfd6e [2021-02-12T00:37:55.166Z] Step 6/26 : COPY go.mod . [2021-02-12T00:37:56.607Z] ---> a7af679ad6cf [2021-02-12T00:37:56.607Z] Step 7/26 : RUN go mod download [2021-02-12T00:37:59.192Z] ---> Running in 611d0c340c59 [2021-02-12T00:38:00.161Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:38:00.161Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:38:00.161Z] ---> 7a9e2f822a15 [2021-02-12T00:38:00.161Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T00:38:00.161Z] ---> Using cache [2021-02-12T00:38:00.161Z] ---> 840e7517a782 [2021-02-12T00:38:00.161Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:38:00.161Z] ---> Using cache [2021-02-12T00:38:00.161Z] ---> 543c08c1ac5d [2021-02-12T00:38:00.161Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T00:38:00.161Z] ---> Using cache [2021-02-12T00:38:00.161Z] ---> 62485fc8a666 [2021-02-12T00:38:00.161Z] Step 6/30 : COPY go.mod . [2021-02-12T00:38:00.161Z] ---> Using cache [2021-02-12T00:38:00.161Z] ---> 5a6ee1626f65 [2021-02-12T00:38:00.161Z] Step 7/30 : RUN go mod download [2021-02-12T00:38:00.161Z] ---> Using cache [2021-02-12T00:38:00.161Z] ---> 684558ac281c [2021-02-12T00:38:00.161Z] Step 8/30 : COPY . . [2021-02-12T00:38:00.433Z] ---> Using cache [2021-02-12T00:38:00.433Z] ---> da32acc1e2af [2021-02-12T00:38:00.433Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T00:38:00.722Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:38:00.722Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:38:00.722Z] ---> 7a9e2f822a15 [2021-02-12T00:38:00.722Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T00:38:00.722Z] ---> Using cache [2021-02-12T00:38:00.722Z] ---> 840e7517a782 [2021-02-12T00:38:00.722Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:38:00.722Z] ---> Using cache [2021-02-12T00:38:00.722Z] ---> 543c08c1ac5d [2021-02-12T00:38:00.722Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T00:38:00.722Z] ---> Using cache [2021-02-12T00:38:00.722Z] ---> 62485fc8a666 [2021-02-12T00:38:00.722Z] Step 6/24 : COPY go.mod . [2021-02-12T00:38:00.722Z] ---> Using cache [2021-02-12T00:38:00.722Z] ---> 5a6ee1626f65 [2021-02-12T00:38:00.722Z] Step 7/24 : RUN go mod download [2021-02-12T00:38:00.722Z] ---> Using cache [2021-02-12T00:38:00.723Z] ---> 684558ac281c [2021-02-12T00:38:00.723Z] Step 8/24 : COPY . . [2021-02-12T00:38:00.988Z] ---> Using cache [2021-02-12T00:38:00.988Z] ---> da32acc1e2af [2021-02-12T00:38:00.988Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T00:38:01.575Z] ---> Running in f44bf8e63973 [2021-02-12T00:38:01.839Z] ---> Running in 4e0a41b8ab5f [2021-02-12T00:38:03.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T00:38:04.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T00:38:04.391Z] Removing intermediate container 611d0c340c59 [2021-02-12T00:38:04.391Z] ---> 974480273939 [2021-02-12T00:38:04.391Z] Step 8/26 : COPY . . [2021-02-12T00:38:09.650Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T00:38:10.249Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T00:38:20.444Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T00:38:20.444Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T00:38:23.093Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T00:38:23.093Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T00:38:23.093Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T00:38:23.093Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T00:38:25.747Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T00:38:26.616Z] ---> 8aa3005bf0ca [2021-02-12T00:38:26.616Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T00:38:26.616Z] ---> Running in 46e6ad742f90 [2021-02-12T00:38:26.616Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T00:38:26.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T00:38:27.198Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T00:38:31.988Z] Removing intermediate container f44bf8e63973 [2021-02-12T00:38:31.988Z] ---> ac59a682b528 [2021-02-12T00:38:31.988Z] [2021-02-12T00:38:31.988Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T00:38:31.988Z] ---> 389fef711851 [2021-02-12T00:38:31.988Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T00:38:32.285Z] ---> Running in d3511c391e17 [2021-02-12T00:38:32.285Z] ---> 0562e3c19077 [2021-02-12T00:38:32.285Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T00:38:32.556Z] ---> Running in 5d5fe82c94b3 [2021-02-12T00:38:32.837Z] Removing intermediate container d3511c391e17 [2021-02-12T00:38:32.837Z] ---> a8c5d1b322ae [2021-02-12T00:38:32.837Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T00:38:33.111Z] ---> Running in f7c8af036f4a [2021-02-12T00:38:33.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T00:38:33.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:34.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:34.532Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:34.532Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T00:38:34.532Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:34.532Z] OK: 6 MiB in 16 packages [2021-02-12T00:38:35.506Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T00:38:35.506Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T00:38:35.506Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T00:38:35.975Z] Removing intermediate container 4e0a41b8ab5f [2021-02-12T00:38:35.975Z] ---> b34b649bf775 [2021-02-12T00:38:35.975Z] [2021-02-12T00:38:35.975Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T00:38:35.975Z] ---> 389fef711851 [2021-02-12T00:38:35.975Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T00:38:36.249Z] Removing intermediate container f7c8af036f4a [2021-02-12T00:38:36.249Z] ---> 470f7fbcad51 [2021-02-12T00:38:36.249Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T00:38:36.249Z] ---> Running in 08b914c757b9 [2021-02-12T00:38:36.529Z] ---> Running in b822c1796f8b [2021-02-12T00:38:37.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:37.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:38.218Z] Removing intermediate container b822c1796f8b [2021-02-12T00:38:38.218Z] ---> d2cdf1f89b7d [2021-02-12T00:38:38.218Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T00:38:38.218Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T00:38:38.218Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:38:38.218Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T00:38:38.218Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T00:38:38.218Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:38.218Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:38.485Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:38:38.756Z] OK: 7 MiB in 19 packages [2021-02-12T00:38:38.756Z] ---> Running in 901c2692a139 [2021-02-12T00:38:39.353Z] Removing intermediate container 901c2692a139 [2021-02-12T00:38:39.353Z] ---> f46eff88fe2f [2021-02-12T00:38:39.353Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T00:38:39.626Z] ---> Running in 44ac627e0811 [2021-02-12T00:38:40.229Z] Removing intermediate container 08b914c757b9 [2021-02-12T00:38:40.229Z] ---> 201583bf40e3 [2021-02-12T00:38:40.229Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:38:40.501Z] ---> Running in 4ac9100337ef [2021-02-12T00:38:40.776Z] Removing intermediate container 4ac9100337ef [2021-02-12T00:38:40.776Z] ---> cf1bbc33a36d [2021-02-12T00:38:40.776Z] Step 13/24 : WORKDIR / [2021-02-12T00:38:41.052Z] ---> Running in 1f5af9c14e17 [2021-02-12T00:38:41.325Z] Removing intermediate container 1f5af9c14e17 [2021-02-12T00:38:41.325Z] ---> 69c7241c6665 [2021-02-12T00:38:41.325Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-12T00:38:41.325Z] Removing intermediate container 44ac627e0811 [2021-02-12T00:38:41.325Z] ---> 20c6e99b3258 [2021-02-12T00:38:41.325Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T00:38:41.594Z] ---> Running in 6f1f3b6129ad [2021-02-12T00:38:41.865Z] ---> 7bd256a06ffb [2021-02-12T00:38:41.865Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-12T00:38:41.865Z] Removing intermediate container 6f1f3b6129ad [2021-02-12T00:38:41.865Z] ---> f43816307219 [2021-02-12T00:38:41.865Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T00:38:42.462Z] ---> 6b6838ca8e89 [2021-02-12T00:38:42.462Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T00:38:42.462Z] ---> bf748a5a8fde [2021-02-12T00:38:42.462Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T00:38:42.462Z] ---> Running in 10ca7e2dc030 [2021-02-12T00:38:43.069Z] ---> 914d395caf94 [2021-02-12T00:38:43.069Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T00:38:43.665Z] ---> fab54f46ecad [2021-02-12T00:38:43.665Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T00:38:43.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.365s coverage: 45.9% of statements [2021-02-12T00:38:43.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T00:38:43.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T00:38:43.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T00:38:43.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T00:38:43.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T00:38:43.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T00:38:43.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T00:38:43.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements [2021-02-12T00:38:45.103Z] ---> e215774ed41d [2021-02-12T00:38:45.103Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T00:38:45.703Z] ---> 902fcee7b139 [2021-02-12T00:38:45.703Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-12T00:38:45.975Z] Removing intermediate container 10ca7e2dc030 [2021-02-12T00:38:45.975Z] ---> 34eb5aad04ef [2021-02-12T00:38:45.975Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:38:45.975Z] ---> Running in d16b5a9c3195 [2021-02-12T00:38:46.241Z] ---> 645c3031cc33 [2021-02-12T00:38:46.241Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T00:38:47.684Z] ---> ce3d2710d230 [2021-02-12T00:38:47.684Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T00:38:47.966Z] ---> 83dfbaed16d6 [2021-02-12T00:38:47.966Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T00:38:48.239Z] Removing intermediate container d16b5a9c3195 [2021-02-12T00:38:48.239Z] ---> de5bdc45d0e9 [2021-02-12T00:38:48.239Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T00:38:48.503Z] ---> Running in 0073dc620f9a [2021-02-12T00:38:48.503Z] ---> d335e58b2d4a [2021-02-12T00:38:48.503Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T00:38:48.770Z] Removing intermediate container 0073dc620f9a [2021-02-12T00:38:48.770Z] ---> 85b5c040ee52 [2021-02-12T00:38:48.770Z] Step 22/24 : LABEL arch=x86_64 [2021-02-12T00:38:48.770Z] ---> Running in b9b1079415b6 [2021-02-12T00:38:50.165Z] ---> Running in 07eba76175de [2021-02-12T00:38:50.165Z] Removing intermediate container b9b1079415b6 [2021-02-12T00:38:50.165Z] ---> 560da4afcb9d [2021-02-12T00:38:50.165Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T00:38:50.433Z] Removing intermediate container 07eba76175de [2021-02-12T00:38:50.433Z] ---> 1203713f0637 [2021-02-12T00:38:50.433Z] Step 23/24 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:38:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.555s coverage: 27.1% of statements [2021-02-12T00:38:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T00:38:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T00:38:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T00:38:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T00:38:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T00:38:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T00:38:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements [2021-02-12T00:38:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T00:38:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements [2021-02-12T00:38:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T00:38:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T00:38:50.704Z] ---> Running in 17ebfe6ee277 [2021-02-12T00:38:50.704Z] ---> 6b9772ac7fdc [2021-02-12T00:38:50.704Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T00:38:50.972Z] ---> Running in 44f5cdeffa00 [2021-02-12T00:38:51.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 65.8% of statements [2021-02-12T00:38:51.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T00:38:51.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T00:38:51.927Z] Removing intermediate container 17ebfe6ee277 [2021-02-12T00:38:51.927Z] ---> 865a78d5ec80 [2021-02-12T00:38:51.927Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T00:38:53.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.717s coverage: 82.3% of statements [2021-02-12T00:38:53.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T00:38:53.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:38:53.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T00:38:53.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T00:38:53.325Z] ---> Running in 8a33af8c7e4e [2021-02-12T00:38:53.601Z] Removing intermediate container 5d5fe82c94b3 [2021-02-12T00:38:53.601Z] ---> f7ea957ec90e [2021-02-12T00:38:53.601Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T00:38:53.601Z] Removing intermediate container 46e6ad742f90 [2021-02-12T00:38:53.601Z] ---> 835ff6173cdd [2021-02-12T00:38:53.601Z] [2021-02-12T00:38:53.601Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:38:53.601Z] ---> 389fef711851 [2021-02-12T00:38:53.601Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T00:38:53.601Z] ---> Running in dde724096316 [2021-02-12T00:38:53.896Z] ---> Running in 3f91347b1182 [2021-02-12T00:38:53.896Z] Removing intermediate container 8a33af8c7e4e [2021-02-12T00:38:53.896Z] ---> d239ff2eee05 [2021-02-12T00:38:53.896Z] [2021-02-12T00:38:54.166Z] Successfully built d239ff2eee05 [2021-02-12T00:38:54.166Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-12T00:38:54.166Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3f91347b1182 [2021-02-12T00:38:54.166Z] ---> 700b2565165e [2021-02-12T00:38:54.166Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T00:38:54.166Z] ---> Running in 0cf3f249fd63 [2021-02-12T00:38:54.437Z] Removing intermediate container 44f5cdeffa00 [2021-02-12T00:38:54.437Z] ---> 9086a01155cf [2021-02-12T00:38:54.437Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T00:38:54.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:38:54.437Z] Removing intermediate container 0cf3f249fd63 [2021-02-12T00:38:54.437Z] ---> ea68376f9e50 [2021-02-12T00:38:54.437Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T00:38:54.437Z] ---> Running in e7cf01dbab0f [2021-02-12T00:38:54.706Z] ---> Running in eb9e8b4d4232 [2021-02-12T00:38:54.706Z] Removing intermediate container e7cf01dbab0f [2021-02-12T00:38:54.706Z] ---> 34fb0578665a [2021-02-12T00:38:54.706Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:38:54.706Z] ---> Running in 85242dcc3f9c [2021-02-12T00:38:55.055Z] Removing intermediate container eb9e8b4d4232 [2021-02-12T00:38:55.055Z] ---> 7b0763bd74b4 [2021-02-12T00:38:55.055Z] Step 27/30 : CMD ["gate"] [2021-02-12T00:38:55.055Z] ---> Running in 551b8cd274db [2021-02-12T00:38:55.385Z] Removing intermediate container 551b8cd274db [2021-02-12T00:38:55.385Z] ---> 875498f7f971 [2021-02-12T00:38:55.385Z] Step 28/30 : LABEL arch=x86_64 [2021-02-12T00:38:55.707Z] ---> Running in 8c782c5419aa [2021-02-12T00:38:55.707Z] Removing intermediate container dde724096316 [2021-02-12T00:38:55.707Z] ---> 4539253846dd [2021-02-12T00:38:55.707Z] [2021-02-12T00:38:55.707Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T00:38:55.984Z] 20.10.0: Pulling from library/docker [2021-02-12T00:38:55.984Z] Removing intermediate container 8c782c5419aa [2021-02-12T00:38:55.984Z] ---> b6c17c7ba0f0 [2021-02-12T00:38:55.984Z] Step 29/30 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:38:55.984Z] ---> Running in 233cdca3e473 [2021-02-12T00:38:56.955Z] Removing intermediate container 85242dcc3f9c [2021-02-12T00:38:56.955Z] ---> 0b8f7e52f7f7 [2021-02-12T00:38:56.955Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T00:38:57.535Z] ---> Running in 6ed2bb1e696d [2021-02-12T00:38:57.535Z] Removing intermediate container 233cdca3e473 [2021-02-12T00:38:57.535Z] ---> 5b1c9d9b124a [2021-02-12T00:38:57.535Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T00:38:58.484Z] ---> Running in e0318036506c [2021-02-12T00:38:58.749Z] Removing intermediate container e0318036506c [2021-02-12T00:38:58.749Z] ---> 5bed668dd1f8 [2021-02-12T00:38:58.749Z] [2021-02-12T00:38:58.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:59.011Z] Successfully built 5bed668dd1f8 [2021-02-12T00:38:59.011Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-12T00:38:59.602Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:00.182Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T00:39:00.182Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T00:39:00.182Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T00:39:00.182Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T00:39:00.449Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T00:39:00.718Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T00:39:00.718Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:39:00.718Z] OK: 8 MiB in 20 packages [2021-02-12T00:39:01.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.458s coverage: 28.6% of statements [2021-02-12T00:39:01.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T00:39:01.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T00:39:01.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T00:39:01.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T00:39:01.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T00:39:01.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements [2021-02-12T00:39:01.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T00:39:01.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.175s coverage: 100.0% of statements [2021-02-12T00:39:01.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T00:39:01.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.441s coverage: 86.7% of statements [2021-02-12T00:39:01.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T00:39:01.680Z] Removing intermediate container 6ed2bb1e696d [2021-02-12T00:39:01.680Z] ---> ac1b98ceaf7f [2021-02-12T00:39:01.680Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:39:01.947Z] ---> d44fa431080d [2021-02-12T00:39:01.947Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T00:39:02.209Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T00:39:02.209Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T00:39:02.209Z] ---> aefe523efa57 [2021-02-12T00:39:02.209Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T00:39:02.209Z] ---> Running in 14f0b2d50b28 [2021-02-12T00:39:02.470Z] ---> 0d23354232d4 [2021-02-12T00:39:02.471Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T00:39:02.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.428s coverage: 97.5% of statements [2021-02-12T00:39:02.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T00:39:02.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:02.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:03.000Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T00:39:03.000Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T00:39:03.000Z] Executing bash-5.0.17-r0.post-install [2021-02-12T00:39:03.000Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:39:03.000Z] OK: 12 MiB in 22 packages [2021-02-12T00:39:03.264Z] ---> a3200c5b4d34 [2021-02-12T00:39:03.264Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T00:39:03.264Z] ---> Running in 61ef126051af [2021-02-12T00:39:03.530Z] Removing intermediate container 61ef126051af [2021-02-12T00:39:03.530Z] ---> 1b9361630bcc [2021-02-12T00:39:03.530Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:39:03.530Z] ---> Running in de08b02f2129 [2021-02-12T00:39:03.530Z] Removing intermediate container 14f0b2d50b28 [2021-02-12T00:39:03.530Z] ---> bdc4715bfe72 [2021-02-12T00:39:03.530Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T00:39:03.800Z] ---> Running in 59aea58052e7 [2021-02-12T00:39:03.800Z] Removing intermediate container de08b02f2129 [2021-02-12T00:39:03.800Z] ---> bd59773ced2a [2021-02-12T00:39:03.800Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:39:03.800Z] ---> Running in a5d9c0d7c8ca [2021-02-12T00:39:04.067Z] Removing intermediate container 59aea58052e7 [2021-02-12T00:39:04.067Z] ---> 28fbad4ac0f9 [2021-02-12T00:39:04.067Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T00:39:04.067Z] ---> Running in 8cde2cd9c30d [2021-02-12T00:39:04.067Z] Removing intermediate container a5d9c0d7c8ca [2021-02-12T00:39:04.067Z] ---> af451b65529b [2021-02-12T00:39:04.067Z] Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:39:04.332Z] ---> Running in b1a6004dcf0b [2021-02-12T00:39:04.332Z] Removing intermediate container 8cde2cd9c30d [2021-02-12T00:39:04.332Z] ---> 7896965b9e42 [2021-02-12T00:39:04.332Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T00:39:04.332Z] ---> Running in a17419cc4f5d [2021-02-12T00:39:04.332Z] Removing intermediate container b1a6004dcf0b [2021-02-12T00:39:04.332Z] ---> f1b4c58b4b06 [2021-02-12T00:39:04.332Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:39:04.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements [2021-02-12T00:39:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T00:39:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T00:39:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T00:39:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T00:39:04.595Z] ---> Running in 088854204b9d [2021-02-12T00:39:04.595Z] Removing intermediate container a17419cc4f5d [2021-02-12T00:39:04.595Z] ---> 663ee91a293c [2021-02-12T00:39:04.595Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T00:39:04.595Z] Removing intermediate container 088854204b9d [2021-02-12T00:39:04.595Z] ---> a614f804da18 [2021-02-12T00:39:04.595Z] [2021-02-12T00:39:05.173Z] Successfully built a614f804da18 [2021-02-12T00:39:05.173Z] Successfully tagged docker-core-data-go:latest [2021-02-12T00:39:05.436Z]  Building docker-core-data-go ... done  ---> b60287800aab [2021-02-12T00:39:05.436Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T00:39:05.698Z] ---> 29594a096b39 [2021-02-12T00:39:05.698Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T00:39:05.962Z] ---> 80f19fb5cb10 [2021-02-12T00:39:05.962Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T00:39:05.962Z] ---> Running in 9ea2fe826557 [2021-02-12T00:39:06.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:06.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:06.805Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T00:39:06.805Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T00:39:06.805Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T00:39:06.805Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T00:39:06.805Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T00:39:06.805Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T00:39:06.805Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T00:39:07.751Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T00:39:07.751Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T00:39:07.751Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T00:39:08.014Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T00:39:08.014Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T00:39:08.014Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T00:39:08.014Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T00:39:08.014Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T00:39:08.014Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T00:39:08.014Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T00:39:08.277Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T00:39:08.277Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T00:39:08.277Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T00:39:08.277Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T00:39:08.277Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T00:39:08.277Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T00:39:08.277Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T00:39:08.277Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T00:39:08.277Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T00:39:08.277Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T00:39:08.277Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T00:39:08.277Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T00:39:08.277Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T00:39:08.277Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T00:39:08.277Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T00:39:08.277Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T00:39:08.542Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:39:08.542Z] OK: 71 MiB in 55 packages [2021-02-12T00:39:14.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.601s coverage: 92.8% of statements [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T00:39:14.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T00:39:14.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.1% of statements [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T00:39:14.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T00:39:14.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 45.5% of statements [2021-02-12T00:39:14.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.113s coverage: 79.5% of statements [2021-02-12T00:39:14.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.093s coverage: 94.1% of statements [2021-02-12T00:39:14.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-02-12T00:39:14.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-02-12T00:39:18.584Z] Removing intermediate container 9ea2fe826557 [2021-02-12T00:39:18.584Z] ---> 3a94f5c6f51b [2021-02-12T00:39:18.584Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T00:39:18.584Z] ---> Running in c0d8c882b3a3 [2021-02-12T00:39:18.846Z] Collecting docker-compose==1.23.2 [2021-02-12T00:39:18.846Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T00:39:19.108Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T00:39:19.108Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T00:39:19.682Z] Collecting PyYAML<4,>=3.10 [2021-02-12T00:39:19.682Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T00:39:20.639Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T00:39:20.639Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T00:39:21.216Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T00:39:21.216Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T00:39:21.216Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-12T00:39:21.216Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T00:39:21.216Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T00:39:21.479Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T00:39:21.479Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T00:39:21.741Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T00:39:21.741Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T00:39:21.741Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T00:39:21.741Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T00:39:22.316Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T00:39:22.579Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T00:39:22.579Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T00:39:22.579Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T00:39:22.579Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-12T00:39:22.579Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-12T00:39:22.842Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T00:39:22.842Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T00:39:22.842Z] Collecting idna<2.8,>=2.5 [2021-02-12T00:39:22.842Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T00:39:22.842Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T00:39:22.842Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T00:39:22.842Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T00:39:22.842Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T00:39:23.106Z] Installing collected packages: texttable, PyYAML, docopt, cached-property, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, docker-compose [2021-02-12T00:39:23.106Z] Running setup.py install for texttable: started [2021-02-12T00:39:23.689Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T00:39:23.689Z] Running setup.py install for PyYAML: started [2021-02-12T00:39:24.266Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T00:39:24.266Z] Running setup.py install for docopt: started [2021-02-12T00:39:24.530Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T00:39:24.792Z] Attempting uninstall: urllib3 [2021-02-12T00:39:24.792Z] Found existing installation: urllib3 1.25.9 [2021-02-12T00:39:24.792Z] Uninstalling urllib3-1.25.9: [2021-02-12T00:39:24.792Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T00:39:25.055Z] Attempting uninstall: idna [2021-02-12T00:39:25.055Z] Found existing installation: idna 2.9 [2021-02-12T00:39:25.055Z] Uninstalling idna-2.9: [2021-02-12T00:39:25.055Z] Successfully uninstalled idna-2.9 [2021-02-12T00:39:25.323Z] Attempting uninstall: requests [2021-02-12T00:39:25.323Z] Found existing installation: requests 2.23.0 [2021-02-12T00:39:25.323Z] Uninstalling requests-2.23.0: [2021-02-12T00:39:25.323Z] Successfully uninstalled requests-2.23.0 [2021-02-12T00:39:25.900Z] Running setup.py install for dockerpty: started [2021-02-12T00:39:26.475Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T00:39:26.737Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-12T00:39:27.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.095s coverage: 94.4% of statements [2021-02-12T00:39:27.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-02-12T00:39:30.054Z] Removing intermediate container c0d8c882b3a3 [2021-02-12T00:39:30.055Z] ---> 1a2292c46d5b [2021-02-12T00:39:30.055Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T00:39:30.055Z] ---> Running in 83f801979071 [2021-02-12T00:39:30.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:30.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:30.893Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:39:30.893Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T00:39:30.893Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T00:39:30.893Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:39:30.893Z] OK: 72 MiB in 58 packages [2021-02-12T00:39:31.474Z] Removing intermediate container 83f801979071 [2021-02-12T00:39:31.474Z] ---> 4c4300f4a6a3 [2021-02-12T00:39:31.474Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T00:39:31.741Z] ---> Running in 77f47763726f [2021-02-12T00:39:31.741Z] Removing intermediate container 77f47763726f [2021-02-12T00:39:31.741Z] ---> 560662a970a6 [2021-02-12T00:39:31.741Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:39:31.741Z] ---> Running in 12a9ead49dd0 [2021-02-12T00:39:32.004Z] Removing intermediate container 12a9ead49dd0 [2021-02-12T00:39:32.004Z] ---> 8e001f41dc61 [2021-02-12T00:39:32.004Z] Step 24/26 : LABEL arch=x86_64 [2021-02-12T00:39:32.004Z] ---> Running in 761b8ff27afd [2021-02-12T00:39:32.268Z] Removing intermediate container 761b8ff27afd [2021-02-12T00:39:32.268Z] ---> c78c16efa3a7 [2021-02-12T00:39:32.268Z] Step 25/26 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:39:32.268Z] ---> Running in ec07b16994a7 [2021-02-12T00:39:32.533Z] Removing intermediate container ec07b16994a7 [2021-02-12T00:39:32.533Z] ---> 3ce77190b845 [2021-02-12T00:39:32.533Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T00:39:32.533Z] ---> Running in 34b065708e00 [2021-02-12T00:39:32.794Z] Removing intermediate container 34b065708e00 [2021-02-12T00:39:32.794Z] ---> 249ca189d795 [2021-02-12T00:39:32.794Z] [2021-02-12T00:39:32.794Z] Successfully built 249ca189d795 [2021-02-12T00:39:32.794Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-12T00:39:33.069Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-12T00:39:33.082Z] $ docker stop --time=1 706131d160163cd11091b27d1a2e0a64e04068ccf51337ddee43508e206b6f46 [2021-02-12T00:39:34.808Z] $ docker rm -f 706131d160163cd11091b27d1a2e0a64e04068ccf51337ddee43508e206b6f46 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:39:35.343Z] + docker images [2021-02-12T00:39:35.343Z] + grep docker [2021-02-12T00:39:35.607Z] docker-sys-mgmt-agent-go latest 249ca189d795 3 seconds ago 313MB [2021-02-12T00:39:35.607Z] docker-core-data-go latest a614f804da18 31 seconds ago 22.3MB [2021-02-12T00:39:35.607Z] docker-security-bootstrapper-go latest 5bed668dd1f8 37 seconds ago 18MB [2021-02-12T00:39:35.607Z] docker-security-secretstore-setup-go latest d239ff2eee05 42 seconds ago 24.6MB [2021-02-12T00:39:35.607Z] docker-core-metadata-go latest 4368079c4721 About a minute ago 18.8MB [2021-02-12T00:39:35.607Z] docker-core-command-go latest 0c021ba9ea59 2 minutes ago 16.9MB [2021-02-12T00:39:35.607Z] docker-support-scheduler-go latest 0967edf4d51f 2 minutes ago 17MB [2021-02-12T00:39:35.607Z] docker-support-notifications-go latest 2c62d3c08c06 2 minutes ago 17.6MB [2021-02-12T00:39:35.607Z] docker-security-proxy-setup-go latest 6f7820e82e30 2 minutes ago 24.4MB [2021-02-12T00:39:35.607Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.144s coverage: 92.9% of statements [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.598s coverage: 63.5% of statements [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T00:39:42.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-02-12T00:39:42.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-02-12T00:39:43.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.928s coverage: 68.9% of statements [2021-02-12T00:39:43.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T00:39:43.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T00:39:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.413s coverage: 37.0% of statements [2021-02-12T00:39:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T00:39:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T00:39:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.715s coverage: 84.0% of statements [2021-02-12T00:39:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2021-02-12T00:39:51.374Z] Still waiting to schedule task [2021-02-12T00:39:51.375Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-12T00:39:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.482s coverage: 47.0% of statements [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T00:39:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T00:39:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.129s coverage: 100.0% of statements [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T00:39:53.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T00:39:53.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.388s coverage: 89.4% of statements [2021-02-12T00:39:53.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T00:39:53.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:39:53.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.970s coverage: 29.1% of statements [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 100.0% of statements [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T00:40:05.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-12T00:40:05.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-02-12T00:40:05.839Z] GO111MODULE=on go vet ./... [2021-02-12T00:40:42.943Z] Running on prd-ubuntu18.04-docker-8c-8g-26183 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws [2021-02-12T00:40:42.994Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-12T00:40:45.206Z] using credential edgex-jenkins-ssh [2021-02-12T00:40:45.261Z] Cloning the remote Git repository [2021-02-12T00:40:45.284Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:40:45.371Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-12T00:40:45.405Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:40:45.405Z] > git --version # timeout=10 [2021-02-12T00:40:45.417Z] > git --version # 'git version 2.17.1' [2021-02-12T00:40:45.418Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:40:45.445Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:40:52.641Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 [2021-02-12T00:40:52.825Z] Merge succeeded, producing c05f5c246d4d9dcc9f10eb26b1b7d86db75bef56 [2021-02-12T00:40:52.826Z] Checking out Revision c05f5c246d4d9dcc9f10eb26b1b7d86db75bef56 (PR-3164) [2021-02-12T00:40:51.982Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:40:51.992Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:40:52.001Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:40:52.022Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:40:52.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:40:52.028Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T00:40:52.648Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:40:52.655Z] > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [2021-02-12T00:40:52.731Z] > git remote # timeout=10 [2021-02-12T00:40:52.739Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T00:40:52.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:40:52.751Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T00:40:52.819Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T00:40:52.828Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:40:52.834Z] > git checkout -f c05f5c246d4d9dcc9f10eb26b1b7d86db75bef56 # timeout=10 [2021-02-12T00:40:56.558Z] Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" [2021-02-12T00:40:56.562Z] > git rev-list --no-walk 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:40:57.897Z] + echo snap-build.sh [2021-02-12T00:40:57.897Z] snap-build.sh [2021-02-12T00:40:57.897Z] + SNAP_BASE_DIR=. [2021-02-12T00:40:57.897Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-12T00:40:57.897Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-12T00:40:57.897Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-12T00:40:57.897Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-12T00:40:57.897Z] + cd /w/workspace/edgex-go/2 [2021-02-12T00:40:57.897Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-12T00:40:57.897Z] Reading package lists... [2021-02-12T00:40:57.897Z] Building dependency tree... [2021-02-12T00:40:57.897Z] Reading state information... [2021-02-12T00:40:58.160Z] The following packages were automatically installed and are no longer required: [2021-02-12T00:40:58.160Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-12T00:40:58.160Z] uidmap xdelta3 [2021-02-12T00:40:58.160Z] Use 'sudo apt autoremove' to remove them. [2021-02-12T00:40:58.160Z] The following packages will be REMOVED: [2021-02-12T00:40:58.160Z] lxd* lxd-client* [2021-02-12T00:40:58.735Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-12T00:40:58.735Z] After this operation, 31.7 MB disk space will be freed. [2021-02-12T00:40:59.787Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-12T00:40:59.787Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:41:00.735Z] Removing lxd dnsmasq configuration [2021-02-12T00:41:00.735Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:41:01.007Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-12T00:41:01.952Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-12T00:41:02.214Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-12T00:41:02.214Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:41:03.606Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-12T00:41:03.606Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-12T00:41:04.999Z] + sudo snap remove --purge lxd [2021-02-12T00:41:04.999Z] snap "lxd" is not installed [2021-02-12T00:41:04.999Z] + sudo groupadd --force --system lxd [2021-02-12T00:41:04.999Z] ++ whoami [2021-02-12T00:41:04.999Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-12T00:41:04.999Z] + newgrp - lxd [2021-02-12T00:41:04.999Z] + sudo snap install lxd [2021-02-12T00:41:13.223Z] 2021-02-12T00:41:10Z INFO Waiting for automatic snapd restart... [2021-02-12T00:41:28.125Z] gofmt -l . [2021-02-12T00:41:28.125Z] [ "`gofmt -l .`" = "" ] [2021-02-12T00:41:28.160Z] lxd 4.11 from Canonical* installed [2021-02-12T00:41:28.160Z] + sudo lxd init --auto [2021-02-12T00:41:30.743Z] ./bin/test-go-mod-tidy.sh [2021-02-12T00:41:31.069Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T00:41:33.305Z] + ls -al . [2021-02-12T00:41:33.305Z] total 732 [2021-02-12T00:41:33.305Z] drwxrwxr-x 9 1001 1001 4096 Feb 12 00:41 . [2021-02-12T00:41:33.305Z] drwxr-xr-x 4 root root 4096 Feb 12 00:36 .. [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 00:35 .dockerignore [2021-02-12T00:41:33.305Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 00:35 .git [2021-02-12T00:41:33.305Z] drwxrwxr-x 3 1001 1001 4096 Feb 12 00:35 .github [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 00:35 .gitignore [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 00:35 .sonarcloud.properties [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 8475 Feb 12 00:35 Attribution.txt [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:35 CONTRIBUTING.md [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 00:35 Dockerfile.build [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 00:35 Jenkinsfile [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:35 LICENSE [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:35 Makefile [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:35 README.md [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:35 SECURITY.md [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 00:31 VERSION [2021-02-12T00:41:33.305Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:35 ZMQWindows.md [2021-02-12T00:41:33.305Z] drwxrwxr-x 2 1001 1001 4096 Feb 12 00:35 bin [2021-02-12T00:41:33.306Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 00:35 cmd [2021-02-12T00:41:33.306Z] -rw-r--r-- 1 root root 595676 Feb 12 00:40 coverage.out [2021-02-12T00:41:33.306Z] -rw-r--r-- 1 root root 1054 Feb 12 00:41 go.mod [2021-02-12T00:41:33.306Z] -rw-r--r-- 1 root root 19290 Feb 12 00:41 go.sum [2021-02-12T00:41:33.306Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 00:35 internal [2021-02-12T00:41:33.306Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 00:35 openapi [2021-02-12T00:41:33.306Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 00:35 snap [2021-02-12T00:41:33.306Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 00:35 version.go [Pipeline] sh [2021-02-12T00:41:34.005Z] + '[' -e coverage.out ] [2021-02-12T00:41:34.005Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T00:41:34.069Z] Warning: overwriting stash ‘coverage-report’ [2021-02-12T00:41:35.304Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T00:41:35.958Z] + make build [2021-02-12T00:41:35.958Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T00:41:36.326Z] + sudo snap install --classic snapcraft [2021-02-12T00:41:42.920Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T00:41:42.920Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-12T00:41:42.920Z] + patch --verbose -p1 [2021-02-12T00:41:42.920Z] Hmm... Looks like a unified diff to me... [2021-02-12T00:41:42.920Z] The text leading up to this was: [2021-02-12T00:41:42.920Z] -------------------------- [2021-02-12T00:41:42.920Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-12T00:41:42.920Z] |From: Tony Espy [2021-02-12T00:41:42.920Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-12T00:41:42.920Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-12T00:41:42.920Z] | [2021-02-12T00:41:42.920Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-12T00:41:42.920Z] |optimize the snap CI check run for pull requests. When [2021-02-12T00:41:42.920Z] |applied, it essentially strips out everything (apps and [2021-02-12T00:41:42.920Z] |parts) from the snapcraft.yaml file except those required [2021-02-12T00:41:42.920Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-12T00:41:42.920Z] |catch changes to edgex-go that break the snap build. [2021-02-12T00:41:42.920Z] | [2021-02-12T00:41:42.920Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-12T00:41:42.920Z] |to update this patch file, otherwise it may fail to apply, [2021-02-12T00:41:42.920Z] |resulting in a failed snap build CI check in the associated [2021-02-12T00:41:42.920Z] |pull request. [2021-02-12T00:41:42.920Z] | [2021-02-12T00:41:42.920Z] |Note - in addition to applying this patch, the pipeline also [2021-02-12T00:41:42.920Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-12T00:41:42.920Z] |need to build the finally binary .snap file (and it won't [2021-02-12T00:41:42.920Z] |work with the patch applied). This further reduces the build [2021-02-12T00:41:42.920Z] |time. [2021-02-12T00:41:42.920Z] |--- [2021-02-12T00:41:42.920Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-12T00:41:42.920Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-12T00:41:42.920Z] | [2021-02-12T00:41:42.920Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-12T00:41:42.920Z] |index 1e537489..faf42425 100644 [2021-02-12T00:41:42.920Z] |--- a/snap/snapcraft.yaml [2021-02-12T00:41:42.920Z] |+++ b/snap/snapcraft.yaml [2021-02-12T00:41:42.920Z] -------------------------- [2021-02-12T00:41:42.920Z] patching file snap/snapcraft.yaml [2021-02-12T00:41:42.920Z] Using Plan A... [2021-02-12T00:41:42.920Z] Hunk #1 succeeded at 73. [2021-02-12T00:41:42.920Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-12T00:41:42.920Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-12T00:41:42.920Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-12T00:41:42.920Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-12T00:41:42.920Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-12T00:41:42.920Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-12T00:41:42.920Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-12T00:41:42.920Z] Hmm... Ignoring the trailing garbage. [2021-02-12T00:41:42.920Z] done [2021-02-12T00:41:42.920Z] + sudo snapcraft prime --use-lxd [2021-02-12T00:41:44.836Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-12T00:41:44.836Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-12T00:41:44.836Z] - README.md [2021-02-12T00:41:44.836Z] - snapcraft.yaml.orig [2021-02-12T00:41:44.836Z] [2021-02-12T00:41:44.836Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T00:41:45.097Z] Launching a container. [2021-02-12T00:41:48.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T00:41:57.349Z] Waiting for container to be ready [2021-02-12T00:41:57.921Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-12T00:41:57.921Z] [2021-02-12T00:42:02.134Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-12T00:42:02.134Z] Waiting for network to be ready... [2021-02-12T00:42:02.706Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T00:42:02.707Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T00:42:03.278Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T00:42:03.278Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T00:42:03.279Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T00:42:03.540Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T00:42:03.540Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T00:42:03.807Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T00:42:03.807Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T00:42:03.807Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T00:42:03.807Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T00:42:03.807Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T00:42:03.807Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T00:42:03.807Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T00:42:03.807Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T00:42:03.807Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T00:42:03.807Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T00:42:03.807Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T00:42:04.075Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T00:42:04.345Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T00:42:04.345Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T00:42:04.617Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T00:42:04.617Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T00:42:04.617Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T00:42:04.617Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T00:42:04.617Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T00:42:04.617Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T00:42:07.207Z] Fetched 23.9 MB in 4s (5429 kB/s) [2021-02-12T00:42:07.792Z] Reading package lists... [2021-02-12T00:42:08.059Z] Reading package lists... [2021-02-12T00:42:08.326Z] Building dependency tree... [2021-02-12T00:42:08.326Z] Reading state information... [2021-02-12T00:42:08.326Z] The following additional packages will be installed: [2021-02-12T00:42:08.326Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T00:42:08.326Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T00:42:08.326Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T00:42:08.326Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-12T00:42:08.326Z] Suggested packages: [2021-02-12T00:42:08.326Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-12T00:42:08.326Z] Recommended packages: [2021-02-12T00:42:08.326Z] gnupg libsasl2-modules [2021-02-12T00:42:08.326Z] The following NEW packages will be installed: [2021-02-12T00:42:08.326Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T00:42:08.326Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T00:42:08.326Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T00:42:08.326Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-12T00:42:08.326Z] The following packages will be upgraded: [2021-02-12T00:42:08.326Z] gpg gpg-agent gpgconf libudev1 [2021-02-12T00:42:08.326Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-12T00:42:08.326Z] Need to get 3532 kB of archives. [2021-02-12T00:42:08.326Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-12T00:42:08.326Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-12T00:42:08.589Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-12T00:42:08.589Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-12T00:42:08.589Z] 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-02-12T00:42:08.589Z] 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-02-12T00:42:08.589Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-12T00:42:08.589Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-12T00:42:08.589Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-12T00:42:08.589Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-12T00:42:08.850Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-12T00:42:09.423Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-12T00:42:09.423Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-12T00:42:09.423Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-12T00:42:09.423Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-12T00:42:09.423Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-12T00:42:09.423Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-12T00:42:09.423Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-12T00:42:09.423Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-12T00:42:09.423Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-12T00:42:09.423Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-12T00:42:09.686Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-12T00:42:09.686Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-12T00:42:09.686Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:42:09.686Z] Fetched 3532 kB in 1s (2988 kB/s) [2021-02-12T00:42:09.686Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T00:42:09.686Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:42:09.686Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:42:09.947Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-12T00:42:09.947Z] Selecting previously unselected package udev. [2021-02-12T00:42:09.947Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T00:42:09.947Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:42:10.208Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-12T00:42:10.470Z] Selecting previously unselected package libfuse2:amd64. [2021-02-12T00:42:10.470Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T00:42:10.470Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T00:42:10.470Z] Selecting previously unselected package fuse. [2021-02-12T00:42:10.470Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T00:42:10.470Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-12T00:42:10.470Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:42:10.470Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:42:10.731Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:42:10.731Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:42:10.992Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:42:10.992Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:42:10.992Z] Selecting previously unselected package libksba8:amd64. [2021-02-12T00:42:10.992Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-12T00:42:10.992Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-12T00:42:11.254Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-12T00:42:11.255Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:42:11.255Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:11.255Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-12T00:42:11.255Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:42:11.255Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:11.255Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-12T00:42:11.255Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:42:11.255Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:11.515Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-12T00:42:11.515Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:42:11.516Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:11.516Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-12T00:42:11.516Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:42:11.516Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:11.801Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-12T00:42:11.801Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:42:11.801Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:11.801Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-12T00:42:11.801Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:42:11.801Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:11.801Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-12T00:42:11.801Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:42:12.072Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:12.072Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-12T00:42:12.072Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:42:12.072Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:12.072Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-12T00:42:12.072Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T00:42:12.072Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:42:12.332Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-12T00:42:12.332Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T00:42:12.332Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:42:12.332Z] Selecting previously unselected package libldap-common. [2021-02-12T00:42:12.332Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-12T00:42:12.332Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:42:12.332Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-12T00:42:12.332Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-12T00:42:12.332Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:42:12.593Z] Selecting previously unselected package dirmngr. [2021-02-12T00:42:12.593Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:42:12.593Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T00:42:12.593Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:42:12.855Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-12T00:42:12.855Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T00:42:12.855Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:42:12.855Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:42:12.855Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-12T00:42:12.855Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:13.123Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-12T00:42:13.123Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:42:13.123Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-12T00:42:13.396Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-12T00:42:13.659Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:13.659Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-12T00:42:13.659Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-12T00:42:13.659Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-12T00:42:13.923Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:13.923Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:13.923Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:13.923Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:13.923Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:13.923Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:13.923Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:42:13.923Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:42:14.187Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T00:42:14.187Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:42:14.759Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-12T00:42:14.759Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-12T00:42:14.759Z] This means they are not meant to be enabled using systemctl. [2021-02-12T00:42:14.759Z] Possible reasons for having this kind of units are: [2021-02-12T00:42:14.759Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-12T00:42:14.759Z] .wants/ or .requires/ directory. [2021-02-12T00:42:14.759Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-12T00:42:14.759Z] a requirement dependency on it. [2021-02-12T00:42:14.759Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-12T00:42:14.759Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-12T00:42:14.759Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-12T00:42:14.759Z] instance name specified. [2021-02-12T00:42:15.020Z] Reading package lists... [2021-02-12T00:42:15.020Z] Building dependency tree... [2021-02-12T00:42:15.020Z] Reading state information... [2021-02-12T00:42:15.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:42:15.284Z] The following additional packages will be installed: [2021-02-12T00:42:15.284Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-12T00:42:15.284Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-12T00:42:15.284Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-12T00:42:15.284Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-12T00:42:15.284Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-12T00:42:15.284Z] Suggested packages: [2021-02-12T00:42:15.284Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-12T00:42:15.284Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-12T00:42:15.284Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-12T00:42:15.284Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-12T00:42:15.284Z] systemd-container policykit-1 [2021-02-12T00:42:15.284Z] Recommended packages: [2021-02-12T00:42:15.284Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-12T00:42:15.284Z] The following NEW packages will be installed: [2021-02-12T00:42:15.284Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-12T00:42:15.284Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-12T00:42:15.284Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-12T00:42:15.284Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-12T00:42:15.284Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-12T00:42:15.284Z] The following packages will be upgraded: [2021-02-12T00:42:15.284Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-12T00:42:15.989Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-12T00:42:15.989Z] Need to get 35.2 MB of archives. [2021-02-12T00:42:15.989Z] After this operation, 141 MB of additional disk space will be used. [2021-02-12T00:42:15.989Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-12T00:42:15.989Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-12T00:42:16.936Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-12T00:42:16.936Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-12T00:42:16.936Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-12T00:42:16.936Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-12T00:42:16.936Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-12T00:42:16.936Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-12T00:42:16.936Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-12T00:42:16.936Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-12T00:42:16.936Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-12T00:42:16.936Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-12T00:42:16.936Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-12T00:42:16.936Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-12T00:42:16.936Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-12T00:42:16.936Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-12T00:42:16.936Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-12T00:42:16.936Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-12T00:42:16.936Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-12T00:42:16.936Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-12T00:42:16.936Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-12T00:42:17.196Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-12T00:42:17.197Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-12T00:42:17.197Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-12T00:42:17.197Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-12T00:42:17.197Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-12T00:42:17.197Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-12T00:42:17.197Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-12T00:42:17.197Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-12T00:42:17.197Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-12T00:42:17.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T00:42:18.582Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:42:18.582Z] Fetched 35.2 MB in 3s (11.8 MB/s) [2021-02-12T00:42:18.582Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T00:42:18.582Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:42:18.582Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:42:19.156Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:42:19.156Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:42:19.417Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-12T00:42:19.417Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T00:42:19.417Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T00:42:19.680Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T00:42:19.680Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-12T00:42:19.944Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T00:42:19.944Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T00:42:19.944Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T00:42:20.204Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-12T00:42:20.204Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-12T00:42:20.467Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-12T00:42:20.729Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-12T00:42:20.729Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T00:42:20.729Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T00:42:20.990Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-12T00:42:20.990Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:42:20.990Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:42:20.990Z] Selecting previously unselected package libexpat1:amd64. [2021-02-12T00:42:20.990Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-12T00:42:20.990Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T00:42:21.250Z] Selecting previously unselected package python3.6-minimal. [2021-02-12T00:42:21.251Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:42:21.251Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:42:21.519Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T00:42:21.519Z] Checking for services that may need to be restarted...done. [2021-02-12T00:42:21.519Z] Checking for services that may need to be restarted...done. [2021-02-12T00:42:21.519Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:42:21.779Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T00:42:21.779Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:42:22.041Z] Selecting previously unselected package python3-minimal. [2021-02-12T00:42:22.041Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-12T00:42:22.041Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-12T00:42:22.041Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-12T00:42:22.303Z] Selecting previously unselected package mime-support. [2021-02-12T00:42:22.303Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-12T00:42:22.303Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-12T00:42:22.303Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-12T00:42:22.303Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-12T00:42:22.303Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T00:42:22.303Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-12T00:42:22.303Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:42:22.303Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:42:22.566Z] Selecting previously unselected package python3.6. [2021-02-12T00:42:22.566Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:42:22.566Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:42:22.828Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-12T00:42:22.828Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-12T00:42:22.828Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T00:42:22.828Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-12T00:42:23.092Z] Selecting previously unselected package python3. [2021-02-12T00:42:23.092Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-12T00:42:23.092Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-12T00:42:23.092Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-12T00:42:23.092Z] Selecting previously unselected package multiarch-support. [2021-02-12T00:42:23.092Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:42:23.092Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T00:42:23.354Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T00:42:23.354Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-12T00:42:23.354Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-12T00:42:23.354Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-12T00:42:23.354Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-12T00:42:23.615Z] Selecting previously unselected package libbsd0:amd64. [2021-02-12T00:42:23.615Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-12T00:42:23.615Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T00:42:23.615Z] Selecting previously unselected package sudo. [2021-02-12T00:42:23.615Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-12T00:42:23.615Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T00:42:23.615Z] Selecting previously unselected package apparmor. [2021-02-12T00:42:23.615Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T00:42:23.615Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-12T00:42:23.882Z] Selecting previously unselected package libedit2:amd64. [2021-02-12T00:42:23.882Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-12T00:42:23.882Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T00:42:23.882Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-12T00:42:23.882Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:42:23.882Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:42:24.145Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-12T00:42:24.145Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:42:24.145Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:42:24.145Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-12T00:42:24.145Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-12T00:42:24.145Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T00:42:24.406Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-12T00:42:24.406Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:42:24.406Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:42:24.406Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-12T00:42:24.406Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:42:24.406Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:42:24.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:42:24.667Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-12T00:42:24.667Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-12T00:42:24.667Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T00:42:24.667Z] Selecting previously unselected package openssh-client. [2021-02-12T00:42:24.928Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-12T00:42:24.928Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-12T00:42:24.928Z] Selecting previously unselected package squashfs-tools. [2021-02-12T00:42:24.928Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-12T00:42:24.928Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T00:42:25.187Z] Selecting previously unselected package snapd. [2021-02-12T00:42:25.187Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-12T00:42:25.187Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-12T00:42:25.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-02-12T00:42:27.733Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T00:42:28.008Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T00:42:28.270Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-12T00:42:28.270Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T00:42:28.532Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T00:42:28.532Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:42:28.532Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:42:28.532Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-12T00:42:28.532Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-12T00:42:29.105Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T00:42:29.367Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T00:42:29.367Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-12T00:42:29.367Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:42:29.367Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:42:29.367Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:42:29.940Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T00:42:29.941Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:42:29.941Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T00:42:30.201Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-12T00:42:30.201Z] running python rtupdate hooks for python3.6... [2021-02-12T00:42:30.201Z] running python post-rtupdate hooks for python3.6... [2021-02-12T00:42:30.201Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-12T00:42:31.600Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-12T00:42:31.860Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:42:32.128Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-12T00:42:32.128Z] Setting up snapd (2.48.3+18.04) ... [2021-02-12T00:42:32.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T00:42:32.737Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-12T00:42:32.737Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-12T00:42:33.006Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-12T00:42:33.006Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-12T00:42:33.272Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T00:42:33.272Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T00:42:33.550Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-12T00:42:33.550Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-12T00:42:33.814Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-12T00:42:34.076Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-12T00:42:34.077Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-12T00:42:34.358Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:42:34.358Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T00:42:35.310Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T00:42:35.310Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T00:42:35.311Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T00:42:36.520Z] Reading package lists... [2021-02-12T00:42:36.788Z] Reading package lists... [2021-02-12T00:42:37.055Z] Building dependency tree... [2021-02-12T00:42:37.055Z] Reading state information... [2021-02-12T00:42:37.055Z] Calculating upgrade... [2021-02-12T00:42:37.316Z] The following packages will be upgraded: [2021-02-12T00:42:37.316Z] advancecomp base-files bash binutils binutils-common [2021-02-12T00:42:37.316Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-12T00:42:37.316Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-12T00:42:37.316Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-12T00:42:37.316Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-12T00:42:37.316Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-12T00:42:37.316Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-12T00:42:37.316Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-12T00:42:37.316Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-12T00:42:37.316Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-12T00:42:37.316Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-12T00:42:37.316Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-12T00:42:37.316Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-12T00:42:37.316Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-12T00:42:37.316Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-12T00:42:37.578Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T00:42:37.578Z] Need to get 63.8 MB of archives. [2021-02-12T00:42:37.578Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-12T00:42:37.578Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-12T00:42:37.578Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-12T00:42:38.156Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-12T00:42:38.156Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-12T00:42:38.156Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-12T00:42:38.156Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-12T00:42:38.156Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-12T00:42:38.419Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-12T00:42:38.419Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-12T00:42:38.419Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-12T00:42:38.419Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-12T00:42:38.419Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-12T00:42:38.419Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-12T00:42:38.419Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-12T00:42:38.419Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-12T00:42:38.419Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-12T00:42:38.419Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-12T00:42:38.419Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-12T00:42:38.419Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-12T00:42:38.419Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-12T00:42:38.419Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-12T00:42:38.419Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-12T00:42:38.684Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-12T00:42:38.684Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-12T00:42:38.684Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-12T00:42:38.684Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-12T00:42:38.684Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-12T00:42:38.684Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-12T00:42:38.684Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-12T00:42:38.684Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-12T00:42:38.684Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-12T00:42:38.684Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-12T00:42:38.945Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-12T00:42:38.945Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-12T00:42:38.945Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-12T00:42:38.945Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-12T00:42:38.945Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-12T00:42:38.945Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-12T00:42:38.945Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-12T00:42:38.945Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-12T00:42:38.945Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-12T00:42:38.945Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-12T00:42:38.945Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-12T00:42:38.945Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-12T00:42:38.945Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-12T00:42:38.945Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-12T00:42:38.945Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-12T00:42:38.945Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-12T00:42:38.945Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-12T00:42:38.945Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-12T00:42:38.945Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-12T00:42:38.945Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-12T00:42:38.945Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-12T00:42:38.945Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-12T00:42:38.945Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-12T00:42:38.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T00:42:39.206Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-12T00:42:39.206Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-12T00:42:39.206Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-12T00:42:39.206Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-12T00:42:39.206Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-12T00:42:39.206Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-12T00:42:39.206Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-12T00:42:39.206Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-12T00:42:39.206Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-12T00:42:39.206Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-12T00:42:39.206Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-12T00:42:39.206Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-12T00:42:39.206Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-12T00:42:39.206Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-12T00:42:39.206Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-12T00:42:39.206Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-12T00:42:39.206Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-12T00:42:39.206Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-12T00:42:39.206Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-12T00:42:39.206Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-12T00:42:39.206Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-12T00:42:39.206Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-12T00:42:39.466Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-12T00:42:39.466Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-12T00:42:39.466Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-12T00:42:39.466Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-12T00:42:39.466Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-12T00:42:39.466Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-12T00:42:39.466Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-12T00:42:39.466Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-12T00:42:39.466Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-12T00:42:39.466Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-12T00:42:39.466Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-12T00:42:39.466Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-12T00:42:39.466Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-12T00:42:40.037Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-12T00:42:40.300Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-12T00:42:40.562Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-12T00:42:40.562Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-12T00:42:40.824Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-12T00:42:40.824Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-12T00:42:40.824Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-12T00:42:40.824Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-12T00:42:40.824Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-12T00:42:41.087Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:42:41.087Z] Fetched 63.8 MB in 3s (18.2 MB/s) [2021-02-12T00:42:41.087Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:41.087Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:42:41.087Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:42:41.660Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:42:41.660Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:42:41.925Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-12T00:42:41.925Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-12T00:42:42.870Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:42.870Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:42.870Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:42.870Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:43.134Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:43.134Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:43.134Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:43.134Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:43.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T00:42:43.395Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:43.395Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:43.395Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:43.395Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:43.658Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:43.658Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:43.658Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:42:43.920Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:42:43.920Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:43.920Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-12T00:42:43.920Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:42:44.181Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:42:44.181Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:44.181Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:44.181Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:44.181Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:44.444Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:42:44.444Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:42:44.705Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:42:44.705Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:42:44.705Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:42:44.966Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:42:45.540Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T00:42:45.801Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:42:45.801Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-12T00:42:45.801Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-12T00:42:45.801Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-12T00:42:45.801Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-12T00:42:46.063Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-12T00:42:46.063Z] Installing new version of config file /etc/issue ... [2021-02-12T00:42:46.063Z] Installing new version of config file /etc/issue.net ... [2021-02-12T00:42:46.063Z] Installing new version of config file /etc/lsb-release ... [2021-02-12T00:42:46.323Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-12T00:42:46.323Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-12T00:42:46.585Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-12T00:42:46.585Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-12T00:42:46.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:46.585Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-12T00:42:46.585Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-12T00:42:46.846Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-12T00:42:46.846Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-12T00:42:46.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:46.846Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:42:47.110Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-12T00:42:47.110Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:42:47.110Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:47.110Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-12T00:42:47.110Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-12T00:42:47.372Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-12T00:42:47.372Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:47.372Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-12T00:42:47.372Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T00:42:47.633Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-12T00:42:47.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:47.895Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:42:47.895Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:42:47.895Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T00:42:48.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:48.157Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:42:48.157Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:42:48.157Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-12T00:42:48.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:48.420Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-12T00:42:48.420Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-12T00:42:48.420Z] Setting up grep (3.1-2build1) ... [2021-02-12T00:42:48.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:48.420Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T00:42:48.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T00:42:48.684Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T00:42:48.684Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-12T00:42:48.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:48.945Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:42:48.945Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:42:48.945Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-12T00:42:48.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:48.946Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T00:42:48.946Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:42:49.517Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T00:42:49.517Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:42:49.778Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T00:42:49.778Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:42:50.350Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-12T00:42:50.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:50.350Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-12T00:42:50.350Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:42:51.735Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T00:42:51.735Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T00:42:51.735Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T00:42:51.735Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T00:42:51.735Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T00:42:51.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:51.735Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-12T00:42:51.997Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-12T00:42:51.997Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-12T00:42:52.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:52.257Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:42:52.257Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:42:52.257Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:42:52.519Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:52.519Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:42:52.519Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:42:52.519Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:42:52.813Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:52.813Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:42:52.813Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:42:52.813Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:42:53.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:53.075Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:42:53.075Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:42:53.075Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:42:53.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:53.343Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:42:53.343Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:42:53.343Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:42:53.343Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:42:53.608Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T00:42:53.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:53.608Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:42:53.608Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:42:53.608Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T00:42:53.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:53.877Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:42:53.877Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:42:54.138Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:42:54.138Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:54.138Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:42:54.138Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:42:54.138Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:42:54.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:54.399Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:42:54.399Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:42:54.972Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:42:55.235Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-12T00:42:55.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:42:55.496Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-12T00:42:55.496Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:55.496Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:42:55.496Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:42:55.771Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:42:56.036Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:42:56.036Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-12T00:42:56.036Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:42:56.036Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-12T00:42:56.298Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:42:56.298Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-12T00:42:56.298Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-12T00:42:56.559Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-12T00:42:56.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:42:56.820Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-12T00:42:56.820Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T00:42:56.820Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-12T00:42:57.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:42:57.082Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-12T00:42:57.082Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T00:42:57.343Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-12T00:42:57.343Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:42:57.343Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T00:42:57.343Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:42:57.609Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:42:57.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:42:57.609Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T00:42:57.609Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:42:57.870Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:42:57.870Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:42:57.870Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T00:42:58.132Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:42:58.132Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:42:58.392Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:42:58.392Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:42:58.392Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:42:58.652Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:42:58.652Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:42:58.652Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:42:59.049Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:42:59.049Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T00:42:59.049Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:42:59.049Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-12T00:42:59.311Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-12T00:42:59.311Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-12T00:42:59.574Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:42:59.574Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-12T00:42:59.574Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:42:59.574Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:42:59.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T00:43:00.147Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:00.147Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:43:00.147Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:43:00.147Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T00:43:00.148Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:00.148Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-12T00:43:00.148Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-12T00:43:00.408Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-12T00:43:00.408Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:00.408Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T00:43:00.669Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T00:43:00.942Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-12T00:43:01.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:01.202Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:43:01.202Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:43:01.202Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-12T00:43:01.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:01.464Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-12T00:43:01.464Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-12T00:43:01.464Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-12T00:43:01.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:01.464Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-12T00:43:01.725Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-12T00:43:01.725Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-12T00:43:01.725Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:01.725Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-12T00:43:01.725Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-12T00:43:01.987Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-12T00:43:01.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:01.987Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-12T00:43:01.987Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-12T00:43:02.257Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-12T00:43:02.257Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:02.257Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T00:43:02.257Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-12T00:43:02.519Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-12T00:43:02.520Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:43:02.520Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-12T00:43:02.520Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-12T00:43:02.520Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-12T00:43:02.780Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-12T00:43:02.780Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T00:43:02.780Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T00:43:02.780Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T00:43:02.780Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T00:43:03.118Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T00:43:03.118Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T00:43:03.449Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-12T00:43:03.450Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-12T00:43:03.450Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T00:43:03.817Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-12T00:43:03.817Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T00:43:03.817Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-12T00:43:03.817Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-12T00:43:03.817Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-12T00:43:03.817Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-12T00:43:04.120Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-12T00:43:04.120Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-12T00:43:04.120Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-12T00:43:04.120Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-12T00:43:04.120Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-12T00:43:04.398Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-12T00:43:04.398Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-12T00:43:04.659Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-12T00:43:04.659Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-12T00:43:05.601Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-12T00:43:05.601Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-12T00:43:05.601Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-12T00:43:05.601Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-12T00:43:05.862Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:43:05.862Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:43:06.133Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:43:06.133Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:43:06.405Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:43:06.405Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:43:06.666Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:43:06.666Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:43:06.666Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:43:06.931Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:43:06.931Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:43:06.931Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:43:07.192Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:43:07.192Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:43:07.192Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:43:07.192Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [2021-02-12T00:43:08.038Z] $ docker stop --time=1 a750049a64bcd87c43d7fec9d40b1a276747eb96abf824f4d5dbb66a27cc91b6 [2021-02-12T00:43:08.134Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:43:08.134Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:43:09.083Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:43:09.083Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:43:10.028Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:43:10.028Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:43:10.320Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:43:10.320Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:43:10.489Z] $ docker rm -f a750049a64bcd87c43d7fec9d40b1a276747eb96abf824f4d5dbb66a27cc91b6 [2021-02-12T00:43:11.260Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:43:11.260Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:43:11.260Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T00:43:11.260Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T00:43:11.260Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T00:43:11.260Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T00:43:11.522Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T00:43:11.522Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T00:43:11.522Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-12T00:43:11.785Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-12T00:43:11.785Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T00:43:11.785Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T00:43:11.785Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-02-12T00:43:12.069Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T00:43:12.069Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-12T00:43:12.069Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:43:12.331Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:43:12.331Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T00:43:12.331Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:43:12.331Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:43:12.331Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:43:12.331Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-12T00:43:12.331Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-12T00:43:12.331Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-12T00:43:12.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:43:12.486Z] [2021-02-12T00:43:12.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:43:12.596Z] [2021-02-12T00:43:12.596Z] Current default time zone: 'Etc/UTC' [2021-02-12T00:43:12.596Z] Local time is now: Fri Feb 12 00:43:12 UTC 2021. [2021-02-12T00:43:12.596Z] Universal Time is now: Fri Feb 12 00:43:12 UTC 2021. [2021-02-12T00:43:12.596Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-12T00:43:12.596Z] [2021-02-12T00:43:12.596Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-12T00:43:12.596Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:43:12.596Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-12T00:43:12.596Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:43:12.596Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-12T00:43:12.868Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-12T00:43:12.868Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-12T00:43:12.868Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-12T00:43:12.868Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-12T00:43:12.868Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T00:43:12.869Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:43:12.869Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-12T00:43:12.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:43:13.141Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:43:13.141Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:43:13.141Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:43:13.141Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-12T00:43:13.141Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-12T00:43:13.164Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-12T00:43:13.164Z] 29e5d40040c1: Pulling fs layer [2021-02-12T00:43:13.164Z] 1ce36da41761: Pulling fs layer [2021-02-12T00:43:13.164Z] 25b303627fd3: Pulling fs layer [2021-02-12T00:43:13.404Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-12T00:43:13.404Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T00:43:13.404Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-12T00:43:13.404Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-12T00:43:13.404Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:43:13.404Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-12T00:43:13.438Z] 29e5d40040c1: Verifying Checksum [2021-02-12T00:43:13.438Z] 29e5d40040c1: Download complete [2021-02-12T00:43:13.712Z] 1ce36da41761: Verifying Checksum [2021-02-12T00:43:13.712Z] 1ce36da41761: Download complete [2021-02-12T00:43:14.314Z] 29e5d40040c1: Pull complete [2021-02-12T00:43:15.325Z] Updating certificates in /etc/ssl/certs... [2021-02-12T00:43:15.750Z] 1ce36da41761: Pull complete [2021-02-12T00:43:16.021Z] 25b303627fd3: Verifying Checksum [2021-02-12T00:43:16.021Z] 25b303627fd3: Download complete [2021-02-12T00:43:16.275Z] 23 added, 27 removed; done. [2021-02-12T00:43:16.275Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T00:43:16.275Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:43:16.275Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-12T00:43:16.536Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-12T00:43:16.536Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-12T00:43:16.536Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:43:16.536Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:43:16.536Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:43:16.536Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:43:16.536Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:43:16.536Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:43:16.799Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:43:16.799Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-12T00:43:16.799Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:43:16.799Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-12T00:43:16.799Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-12T00:43:16.799Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:43:16.799Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:43:17.066Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:43:17.066Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-12T00:43:17.066Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-12T00:43:17.066Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-12T00:43:17.066Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:43:17.330Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T00:43:17.330Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-12T00:43:17.330Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-12T00:43:17.330Z] Updating certificates in /etc/ssl/certs... [2021-02-12T00:43:17.902Z] 0 added, 0 removed; done. [2021-02-12T00:43:17.902Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-12T00:43:17.902Z] done. [2021-02-12T00:43:18.475Z] Reading package lists... [2021-02-12T00:43:18.475Z] Building dependency tree... [2021-02-12T00:43:18.475Z] Reading state information... [2021-02-12T00:43:18.743Z] The following NEW packages will be installed: [2021-02-12T00:43:18.743Z] apt-transport-https [2021-02-12T00:43:18.743Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T00:43:18.743Z] Need to get 1696 B of archives. [2021-02-12T00:43:18.743Z] After this operation, 153 kB of additional disk space will be used. [2021-02-12T00:43:18.743Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-12T00:43:19.011Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:43:19.011Z] Fetched 1696 B in 0s (29.1 kB/s) [2021-02-12T00:43:19.011Z] Selecting previously unselected package apt-transport-https. [2021-02-12T00:43:19.011Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-12T00:43:19.011Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-12T00:43:19.011Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T00:43:19.011Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T00:43:19.275Z] Waiting for network to be ready... [2021-02-12T00:43:24.573Z] 2021-02-12T00:43:22Z INFO Waiting for automatic snapd restart... [2021-02-12T00:43:25.145Z] snapd 2.48.2.1 from Canonical* installed [2021-02-12T00:43:25.405Z] "snapd" switched to the "latest/stable" channel [2021-02-12T00:43:25.405Z] [2021-02-12T00:43:26.209Z] 25b303627fd3: Pull complete [2021-02-12T00:43:26.209Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-12T00:43:26.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:43:26.209Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-12T00:43:26.442Z] prd-ubuntu18.04-docker-arm64-4c-16g-26178 does not seem to be running inside a container [2021-02-12T00:43:26.514Z] $ 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-02-12T00:43:28.706Z] core18 20210128 from Canonical* installed [2021-02-12T00:43:28.706Z] "core18" switched to the "latest/stable" channel [2021-02-12T00:43:28.706Z] [2021-02-12T00:43:30.118Z] $ docker top a61d3bf26733bb1d63237f943e325f747052082676c6d021e602fcd0d90150c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:43:31.211Z] + docker-compose build --help [2021-02-12T00:43:31.211Z] + grep parallel [2021-02-12T00:43:32.014Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T00:43:32.014Z] "snapcraft" switched to the "latest/stable" channel [2021-02-12T00:43:32.014Z] [2021-02-12T00:43:35.315Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-12T00:43:35.315Z] - README.md [2021-02-12T00:43:35.315Z] - snapcraft.yaml.orig [2021-02-12T00:43:35.315Z] [2021-02-12T00:43:35.315Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T00:43:35.496Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T00:43:35.777Z] $ docker stop --time=1 a61d3bf26733bb1d63237f943e325f747052082676c6d021e602fcd0d90150c8 [2021-02-12T00:43:37.780Z] $ docker rm -f a61d3bf26733bb1d63237f943e325f747052082676c6d021e602fcd0d90150c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:43:38.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:43:38.610Z] . [Pipeline] withDockerContainer [2021-02-12T00:43:38.890Z] prd-ubuntu18.04-docker-arm64-4c-16g-26178 does not seem to be running inside a container [2021-02-12T00:43:38.964Z] $ 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-02-12T00:43:40.455Z] $ docker top 09dc8ba9e410d39b210a016452b8ae76bb6466c0c25911206e4c99bb1a4e6974 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:43:41.543Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T00:43:41.939Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:43:41.939Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T00:43:41.939Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T00:43:41.939Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T00:43:43.149Z] Reading package lists... [2021-02-12T00:43:43.149Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-12T00:43:47.015Z] Building docker-core-command-go ... [2021-02-12T00:43:47.015Z] Building docker-core-data-go ... [2021-02-12T00:43:47.015Z] Building docker-core-metadata-go ... [2021-02-12T00:43:47.015Z] Building docker-security-bootstrapper-go ... [2021-02-12T00:43:47.015Z] Building docker-security-proxy-setup-go ... [2021-02-12T00:43:47.015Z] Building docker-security-secretstore-setup-go ... [2021-02-12T00:43:47.015Z] Building docker-support-notifications-go ... [2021-02-12T00:43:47.015Z] Building docker-support-scheduler-go ... [2021-02-12T00:43:47.015Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T00:43:47.015Z] Building docker-core-metadata-go [2021-02-12T00:43:47.015Z] Building docker-support-scheduler-go [2021-02-12T00:43:47.015Z] Building docker-security-proxy-setup-go [2021-02-12T00:43:47.015Z] Building docker-security-bootstrapper-go [2021-02-12T00:43:47.015Z] Building docker-sys-mgmt-agent-go [2021-02-12T00:43:49.754Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:43:49.754Z] Reading package lists... [2021-02-12T00:43:49.754Z] Building dependency tree... [2021-02-12T00:43:49.754Z] Reading state information... [2021-02-12T00:43:49.754Z] Suggested packages: [2021-02-12T00:43:49.754Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-12T00:43:49.754Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-12T00:43:49.754Z] Recommended packages: [2021-02-12T00:43:49.754Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-12T00:43:49.754Z] The following NEW packages will be installed: [2021-02-12T00:43:49.754Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-12T00:43:49.754Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-12T00:43:49.754Z] pkg-config zip [2021-02-12T00:43:49.754Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T00:43:49.754Z] Need to get 7655 kB of archives. [2021-02-12T00:43:49.754Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-12T00:43:49.754Z] 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-02-12T00:43:50.015Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-12T00:43:50.015Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-12T00:43:50.015Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-12T00:43:50.015Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-12T00:43:50.015Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-12T00:43:50.015Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-12T00:43:50.587Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-12T00:43:50.587Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-12T00:43:50.848Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-12T00:43:50.848Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-12T00:43:50.848Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-12T00:43:50.848Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-12T00:43:50.848Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-12T00:43:50.848Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-12T00:43:51.109Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:43:51.109Z] Fetched 7655 kB in 1s (6450 kB/s) [2021-02-12T00:43:51.109Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-12T00:43:51.109Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-12T00:43:51.109Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-12T00:43:51.109Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T00:43:51.370Z] Selecting previously unselected package libpsl5:amd64. [2021-02-12T00:43:51.370Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-12T00:43:51.370Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T00:43:51.370Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-12T00:43:51.370Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-12T00:43:51.370Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T00:43:51.630Z] Selecting previously unselected package librtmp1:amd64. [2021-02-12T00:43:51.630Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-12T00:43:51.630Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T00:43:51.630Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-12T00:43:51.630Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-12T00:43:51.630Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T00:43:51.630Z] Selecting previously unselected package liberror-perl. [2021-02-12T00:43:51.630Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-12T00:43:51.630Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-12T00:43:51.913Z] Selecting previously unselected package git-man. [2021-02-12T00:43:51.913Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-12T00:43:51.913Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:43:51.913Z] Selecting previously unselected package git. [2021-02-12T00:43:51.913Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-12T00:43:51.913Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:43:52.856Z] Selecting previously unselected package libnorm1:amd64. [2021-02-12T00:43:52.856Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-12T00:43:52.856Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T00:43:52.856Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-12T00:43:52.856Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-12T00:43:52.856Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T00:43:52.856Z] Selecting previously unselected package libsodium23:amd64. [2021-02-12T00:43:52.856Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-12T00:43:52.856Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-12T00:43:53.117Z] Selecting previously unselected package libzmq5:amd64. [2021-02-12T00:43:53.117Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T00:43:53.117Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:43:53.117Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-12T00:43:53.117Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T00:43:53.117Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:43:53.377Z] Selecting previously unselected package pkg-config. [2021-02-12T00:43:53.377Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-12T00:43:53.377Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T00:43:53.377Z] Selecting previously unselected package zip. [2021-02-12T00:43:53.377Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-12T00:43:53.377Z] Unpacking zip (3.0-11build1) ... [2021-02-12T00:43:53.377Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T00:43:53.377Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:43:53.640Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T00:43:53.640Z] Setting up liberror-perl (0.17025-1) ... [2021-02-12T00:43:53.640Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T00:43:53.640Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T00:43:53.640Z] No schema files found: doing nothing. [2021-02-12T00:43:53.640Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T00:43:53.640Z] Setting up zip (3.0-11build1) ... [2021-02-12T00:43:53.640Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T00:43:53.640Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-12T00:43:53.640Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T00:43:53.901Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:43:53.901Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T00:43:53.901Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:43:53.901Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:43:53.901Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:44:00.497Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:44:00.497Z] git set to automatically installed. [2021-02-12T00:44:00.497Z] git-man set to automatically installed. [2021-02-12T00:44:00.497Z] libcurl3-gnutls set to automatically installed. [2021-02-12T00:44:00.497Z] liberror-perl set to automatically installed. [2021-02-12T00:44:00.497Z] libglib2.0-0 set to automatically installed. [2021-02-12T00:44:00.497Z] libnghttp2-14 set to automatically installed. [2021-02-12T00:44:00.497Z] libnorm1 set to automatically installed. [2021-02-12T00:44:00.497Z] libpgm-5.2-0 set to automatically installed. [2021-02-12T00:44:00.497Z] libpsl5 set to automatically installed. [2021-02-12T00:44:00.497Z] librtmp1 set to automatically installed. [2021-02-12T00:44:00.497Z] libsodium23 set to automatically installed. [2021-02-12T00:44:00.497Z] libzmq3-dev set to automatically installed. [2021-02-12T00:44:00.497Z] libzmq5 set to automatically installed. [2021-02-12T00:44:00.497Z] pkg-config set to automatically installed. [2021-02-12T00:44:00.497Z] zip set to automatically installed. [2021-02-12T00:44:02.418Z] snapd is not logged in, snap install commands will use sudo [2021-02-12T00:44:09.009Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:44:09.269Z] snap "core18" has no updates available [2021-02-12T00:44:10.657Z] Pulling config-common [2021-02-12T00:44:10.657Z] + snapcraftctl pull [2021-02-12T00:44:12.063Z] Pulling go-build-helper [2021-02-12T00:44:12.063Z] + snapcraftctl pull [2021-02-12T00:44:34.261Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T00:44:34.261Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T00:44:34.261Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T00:44:34.261Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T00:44:34.261Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T00:44:34.261Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T00:44:34.261Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T00:44:34.261Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T00:44:34.261Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T00:44:34.261Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T00:44:34.261Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T00:44:34.261Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T00:44:34.261Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T00:44:34.261Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T00:44:34.261Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T00:44:34.261Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T00:44:34.261Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T00:44:34.261Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T00:44:34.261Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T00:44:34.261Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T00:44:34.261Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T00:44:34.261Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T00:44:34.261Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T00:44:34.261Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T00:44:34.261Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T00:44:34.261Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T00:44:34.261Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T00:44:34.261Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-12T00:44:34.261Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-12T00:44:34.261Z] Fetched 279 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-12T00:44:34.261Z] Fetched 122 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-12T00:44:34.261Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-12T00:44:34.261Z] Fetched 8848 B in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-12T00:44:34.261Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-12T00:44:34.261Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-12T00:44:34.261Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-12T00:44:34.261Z] Fetched 214 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-12T00:44:34.261Z] Fetched 155 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-12T00:44:34.261Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-12T00:44:34.261Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-12T00:44:34.261Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-12T00:44:34.261Z] Fetched 499 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-12T00:44:34.261Z] Fetched 111 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-12T00:44:34.261Z] Fetched 240 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-12T00:44:34.261Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-12T00:44:34.261Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-12T00:44:34.261Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-12T00:44:34.261Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-12T00:44:34.261Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-12T00:44:34.261Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-12T00:44:34.261Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-12T00:44:34.261Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-12T00:44:34.262Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-12T00:44:34.262Z] Fetched 8720 B in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-12T00:44:34.262Z] Fetched 137 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-12T00:44:34.262Z] Fetched 119 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-12T00:44:34.262Z] Fetched 109 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-12T00:44:34.262Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-12T00:44:34.262Z] Fetched 645 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-12T00:44:34.262Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-12T00:44:34.262Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-12T00:44:34.262Z] Fetched 368 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-12T00:44:34.262Z] Fetched 187 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-12T00:44:34.262Z] Fetched 175 kB in 0s (0 B/s) [2021-02-12T00:44:34.262Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-12T00:44:37.851Z] Fetched 206 kB in 0s (0 B/s) [2021-02-12T00:44:37.851Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-12T00:44:37.851Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-12T00:44:37.851Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-12T00:44:37.851Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-12T00:44:37.851Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-12T00:44:37.851Z] Fetched 159 kB in 0s (0 B/s) [2021-02-12T00:44:37.851Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-12T00:44:37.851Z] Fetched 107 kB in 0s (0 B/s) [2021-02-12T00:44:37.851Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-12T00:44:37.851Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-12T00:44:37.851Z] Pulling static-packages [2021-02-12T00:44:37.851Z] + snapcraftctl pull [2021-02-12T00:44:38.794Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-12T00:44:38.794Z] Skipping pull go-build-helper (already ran) [2021-02-12T00:44:38.794Z] Skipping pull static-packages (already ran) [2021-02-12T00:44:38.794Z] Building go-build-helper [2021-02-12T00:44:38.794Z] + snapcraftctl build [2021-02-12T00:44:43.010Z] Building static-packages [2021-02-12T00:44:43.010Z] + snapcraftctl build [2021-02-12T00:44:44.401Z] Staging go-build-helper [2021-02-12T00:44:44.401Z] + snapcraftctl stage [2021-02-12T00:44:45.352Z] Staging static-packages [2021-02-12T00:44:45.352Z] + snapcraftctl stage [2021-02-12T00:44:46.294Z] Pulling go115 [2021-02-12T00:44:46.294Z] + snapcraftctl pull [2021-02-12T00:44:47.233Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-12T00:44:47.233Z] Skipping pull go115 (already ran) [2021-02-12T00:44:47.233Z] Building go115 [2021-02-12T00:44:47.233Z] + dpkg --print-architecture [2021-02-12T00:44:47.233Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-12T00:44:47.233Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-12T00:44:47.233Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-12T00:44:47.233Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T00:44:47.233Z] Dload Upload Total Spent Left Speed [2021-02-12T00:44:50.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 32 115M 32 37.8M 0 0 38.7M 0 0:00:02 --:--:-- 0:00:02 38.7M 67 115M 67 78.3M 0 0 39.7M 0 0:00:02 0:00:01 0:00:01 39.7M 100 115M 100 115M 0 0 41.3M 0 0:00:02 0:00:02 --:--:-- 41.3M [2021-02-12T00:44:50.090Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-12T00:44:50.090Z] + sha256sum -c sha256 [2021-02-12T00:44:50.090Z] + grep OK [2021-02-12T00:44:50.663Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-12T00:44:50.663Z] + mkdir -p /root/stage/go1.15 [2021-02-12T00:44:50.663Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-12T00:44:54.871Z] Staging go115 [2021-02-12T00:44:54.871Z] + snapcraftctl stage [2021-02-12T00:44:54.988Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:44:54.988Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:44:54.988Z] ---> fe9924fb1b56 [2021-02-12T00:44:54.988Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:44:55.271Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:44:55.271Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:44:55.271Z] ---> fe9924fb1b56 [2021-02-12T00:44:55.271Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T00:44:55.271Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:44:55.271Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:44:55.271Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> fe9924fb1b56 [2021-02-12T00:44:55.271Z] [2021-02-12T00:44:55.271Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:44:55.542Z] Step 3/23 : WORKDIR /edgex-go ---> fe9924fb1b56 [2021-02-12T00:44:55.542Z] [2021-02-12T00:44:55.542Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T00:44:55.542Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:44:55.542Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:44:55.542Z] ---> fe9924fb1b56 [2021-02-12T00:44:55.542Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T00:44:58.930Z] ---> Running in f40b142b04df [2021-02-12T00:44:58.930Z] ---> Running in 8f47f2d22b89 [2021-02-12T00:44:58.930Z] ---> Running in 5531d40813e3 [2021-02-12T00:44:58.930Z] ---> Running in 12647a690f30 [2021-02-12T00:44:58.930Z] ---> Running in 2d6ac0887bb3 [2021-02-12T00:44:58.930Z] Removing intermediate container 12647a690f30 [2021-02-12T00:44:58.930Z] ---> 93421f1c06ca [2021-02-12T00:44:59.209Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:44:59.209Z] Removing intermediate container f40b142b04df [2021-02-12T00:44:59.209Z] ---> 0c2bfde64717 [2021-02-12T00:44:59.209Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:44:59.209Z] ---> Running in b570c995de0d [2021-02-12T00:44:59.484Z] Removing intermediate container 5531d40813e3 [2021-02-12T00:44:59.484Z] ---> 89192362d387 [2021-02-12T00:44:59.484Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:44:59.484Z] Removing intermediate container 2d6ac0887bb3 [2021-02-12T00:44:59.484Z] ---> 79d94a5d9cbe [2021-02-12T00:44:59.484Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:44:59.484Z] Removing intermediate container 8f47f2d22b89 [2021-02-12T00:44:59.484Z] ---> 28318bf7e507 [2021-02-12T00:44:59.484Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:44:59.758Z] ---> Running in dc26ee0ad352 [2021-02-12T00:44:59.758Z] ---> Running in 868da60b3fe3 [2021-02-12T00:44:59.758Z] ---> Running in a9ec3290d35c [2021-02-12T00:44:59.758Z] ---> Running in f966848c2b80 [2021-02-12T00:45:00.164Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T00:45:00.164Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T00:45:00.164Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T00:45:00.164Z] Fetched 0 B in 0s (0 B/s) [2021-02-12T00:45:00.164Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-12T00:45:00.164Z] Fetched 224 kB in 0s (0 B/s) [2021-02-12T00:45:00.164Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-12T00:45:00.164Z] Fetched 157 kB in 0s (0 B/s) [2021-02-12T00:45:00.164Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-12T00:45:00.164Z] Fetched 221 kB in 0s (0 B/s) [2021-02-12T00:45:00.164Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-12T00:45:00.164Z] Fetched 143 kB in 0s (0 B/s) [2021-02-12T00:45:00.164Z] Pulling edgex-go [2021-02-12T00:45:00.164Z] + snapcraftctl pull [2021-02-12T00:45:00.426Z] Pulling version [2021-02-12T00:45:00.426Z] + cd /root/project [2021-02-12T00:45:00.426Z] + [ -f VERSION ] [2021-02-12T00:45:00.426Z] + PROJECT_VERSION=local-dev [2021-02-12T00:45:00.426Z] + git rev-parse --short HEAD [2021-02-12T00:45:00.426Z] + GIT_REVISION=c05f5c24 [2021-02-12T00:45:00.426Z] + snapcraftctl set-version local-dev [2021-02-12T00:45:01.367Z] Building config-common [2021-02-12T00:45:01.367Z] + snapcraftctl build [2021-02-12T00:45:03.176Z] Removing intermediate container b570c995de0d [2021-02-12T00:45:03.176Z] ---> 9605b2ac981c [2021-02-12T00:45:03.176Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T00:45:03.321Z] Skipping build go-build-helper (already ran) [2021-02-12T00:45:03.321Z] Skipping build static-packages (already ran) [2021-02-12T00:45:03.321Z] Skipping build go115 (already ran) [2021-02-12T00:45:03.321Z] Building edgex-go [2021-02-12T00:45:03.453Z] ---> Running in 388a8c859aac [2021-02-12T00:45:03.586Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-12T00:45:03.586Z] + cd /root/parts/edgex-go/src [2021-02-12T00:45:03.586Z] + make build [2021-02-12T00:45:03.586Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T00:45:03.739Z] Removing intermediate container dc26ee0ad352 [2021-02-12T00:45:03.739Z] ---> 61ec2a106da2 [2021-02-12T00:45:03.739Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T00:45:03.739Z] ---> Running in aff26ca60908 [2021-02-12T00:45:04.033Z] Removing intermediate container 868da60b3fe3 [2021-02-12T00:45:04.033Z] ---> e4558fda5a24 [2021-02-12T00:45:04.033Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:45:04.033Z] Removing intermediate container a9ec3290d35c [2021-02-12T00:45:04.033Z] ---> 860ef228c527 [2021-02-12T00:45:04.033Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T00:45:04.319Z] ---> Running in 4eaa5fb60049 [2021-02-12T00:45:04.596Z] ---> Running in bf0d89852739 [2021-02-12T00:45:04.596Z] Removing intermediate container f966848c2b80 [2021-02-12T00:45:04.596Z] ---> 16d0df008365 [2021-02-12T00:45:04.596Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T00:45:04.874Z] ---> Running in 0daadbb38004 [2021-02-12T00:45:04.969Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 [2021-02-12T00:45:04.969Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-12T00:45:04.969Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-12T00:45:04.969Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-12T00:45:04.969Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-12T00:45:04.969Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-12T00:45:04.969Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-12T00:45:04.969Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-12T00:45:04.969Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-12T00:45:04.969Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-12T00:45:04.969Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-12T00:45:04.969Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-12T00:45:04.969Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-12T00:45:04.969Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-12T00:45:04.969Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-12T00:45:04.969Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-12T00:45:04.969Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-12T00:45:04.969Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-12T00:45:04.969Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-12T00:45:04.969Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-12T00:45:04.969Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-12T00:45:04.969Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-12T00:45:05.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:05.230Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-12T00:45:05.230Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-12T00:45:05.230Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-12T00:45:05.490Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-12T00:45:05.490Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-12T00:45:05.490Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-12T00:45:06.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:06.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:06.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:06.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:06.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:07.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:07.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:07.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:07.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:07.961Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:08.955Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:08.955Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:09.238Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:09.238Z] Removing intermediate container 388a8c859aac [2021-02-12T00:45:09.238Z] ---> 5888956b4ee2 [2021-02-12T00:45:09.238Z] Step 6/30 : COPY go.mod . [2021-02-12T00:45:09.515Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:11.009Z] ---> 5cb77f025502 [2021-02-12T00:45:11.009Z] Step 7/30 : RUN go mod download [2021-02-12T00:45:11.009Z] Removing intermediate container bf0d89852739 [2021-02-12T00:45:11.009Z] ---> 580222dc6140 [2021-02-12T00:45:11.009Z] Step 6/26 : COPY go.mod . [2021-02-12T00:45:11.009Z] Removing intermediate container 0daadbb38004 [2021-02-12T00:45:11.009Z] ---> dc15fc855f5e [2021-02-12T00:45:11.009Z] Step 6/22 : COPY go.mod . [2021-02-12T00:45:11.009Z] ---> Running in ce11eba6279c [2021-02-12T00:45:11.280Z] Removing intermediate container 4eaa5fb60049 [2021-02-12T00:45:11.280Z] ---> aea0d182d4d5 [2021-02-12T00:45:11.280Z] Step 6/23 : COPY go.mod . [2021-02-12T00:45:11.558Z] Removing intermediate container aff26ca60908 [2021-02-12T00:45:11.558Z] ---> 05d7adb80c3e [2021-02-12T00:45:11.558Z] Step 6/21 : COPY go.mod . [2021-02-12T00:45:11.835Z] ---> 6906c138fa55 [2021-02-12T00:45:11.835Z] Step 7/26 : RUN go mod download [2021-02-12T00:45:11.835Z] ---> 84715c90b955 [2021-02-12T00:45:11.835Z] Step 7/22 : RUN go mod download [2021-02-12T00:45:12.109Z] ---> Running in 895c71340def [2021-02-12T00:45:12.109Z] ---> Running in d3ee4a4408c4 [2021-02-12T00:45:12.390Z] ---> 8b92178e4de3 [2021-02-12T00:45:12.390Z] Step 7/23 : RUN go mod download [2021-02-12T00:45:12.671Z] ---> d51a1dc70de8 [2021-02-12T00:45:12.671Z] Step 7/21 : RUN go mod download [2021-02-12T00:45:12.671Z] ---> Running in 4ae1de880aed [2021-02-12T00:45:12.671Z] ---> Running in 2fbeddaf89ef [2021-02-12T00:45:13.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T00:45:13.636Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-12T00:45:14.682Z] Removing intermediate container ce11eba6279c [2021-02-12T00:45:14.682Z] ---> 39bece209c97 [2021-02-12T00:45:14.682Z] Step 8/30 : COPY . . [2021-02-12T00:45:17.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:45:18.066Z] Removing intermediate container d3ee4a4408c4 [2021-02-12T00:45:18.066Z] ---> de8fab0c0b1c [2021-02-12T00:45:18.066Z] Step 8/26 : COPY . . [2021-02-12T00:45:18.339Z] Removing intermediate container 895c71340def [2021-02-12T00:45:18.339Z] ---> 9a7ebc1fcc8d [2021-02-12T00:45:18.339Z] Step 8/22 : COPY . . [2021-02-12T00:45:18.615Z] Removing intermediate container 4ae1de880aed [2021-02-12T00:45:18.615Z] ---> ac20069292e9 [2021-02-12T00:45:18.615Z] Step 8/23 : COPY . . [2021-02-12T00:45:18.615Z] Removing intermediate container 2fbeddaf89ef [2021-02-12T00:45:18.615Z] ---> 86bbab9fee88 [2021-02-12T00:45:18.615Z] Step 8/21 : COPY . . [2021-02-12T00:45:18.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T00:45:20.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:45:20.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T00:45:20.426Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-12T00:45:20.686Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-12T00:45:20.686Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-12T00:45:20.686Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-12T00:45:22.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T00:45:22.598Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-12T00:45:22.598Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-12T00:45:23.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T00:45:24.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T00:45:24.930Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-12T00:45:26.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T00:45:27.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:45:27.254Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-12T00:45:28.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T00:45:28.454Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-12T00:45:30.399Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-12T00:45:30.399Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-12T00:45:30.399Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-12T00:45:30.399Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-12T00:45:30.399Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-12T00:45:30.399Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-12T00:45:30.399Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-12T00:45:30.399Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-12T00:45:30.399Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-12T00:45:30.399Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-12T00:45:30.399Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-12T00:45:30.399Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-12T00:45:30.399Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-12T00:45:30.399Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-12T00:45:30.399Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-12T00:45:31.358Z] Building version [2021-02-12T00:45:31.358Z] + snapcraftctl build [2021-02-12T00:45:33.270Z] Staging config-common [2021-02-12T00:45:33.270Z] + snapcraftctl stage [2021-02-12T00:45:34.212Z] Skipping stage go-build-helper (already ran) [2021-02-12T00:45:34.212Z] Skipping stage static-packages (already ran) [2021-02-12T00:45:34.212Z] Skipping stage go115 (already ran) [2021-02-12T00:45:34.212Z] Staging edgex-go [2021-02-12T00:45:34.212Z] + snapcraftctl stage [2021-02-12T00:45:35.155Z] Staging version [2021-02-12T00:45:35.155Z] + snapcraftctl stage [2021-02-12T00:45:36.545Z] Priming config-common [2021-02-12T00:45:36.545Z] + snapcraftctl prime [2021-02-12T00:45:37.115Z] Priming go-build-helper [2021-02-12T00:45:37.115Z] + snapcraftctl prime [2021-02-12T00:45:38.501Z] Priming static-packages [2021-02-12T00:45:38.501Z] + snapcraftctl prime [2021-02-12T00:45:40.417Z] Priming go115 [2021-02-12T00:45:40.417Z] + snapcraftctl prime [2021-02-12T00:45:40.781Z] ---> 28a3986da290 [2021-02-12T00:45:40.781Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T00:45:40.781Z] ---> 387dbd6b91d0 [2021-02-12T00:45:40.781Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T00:45:40.781Z] ---> Running in 419e99009dc0 [2021-02-12T00:45:40.781Z] ---> 0089eda5c154 [2021-02-12T00:45:40.781Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T00:45:40.781Z] ---> 355e34b33be7 [2021-02-12T00:45:40.781Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T00:45:40.781Z] ---> f1802432a056 [2021-02-12T00:45:40.781Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T00:45:40.781Z] ---> Running in 58f3f065003c [2021-02-12T00:45:40.781Z] ---> Running in 3136c7255049 [2021-02-12T00:45:40.781Z] ---> Running in a10c30343fd5 [2021-02-12T00:45:40.781Z] ---> Running in cdc4e13a64c2 [2021-02-12T00:45:41.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T00:45:41.359Z] Priming edgex-go [2021-02-12T00:45:41.359Z] + snapcraftctl prime [2021-02-12T00:45:42.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T00:45:42.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T00:45:42.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T00:45:42.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T00:45:42.742Z] Priming version [2021-02-12T00:45:42.742Z] + snapcraftctl prime [2021-02-12T00:45:43.694Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-12T00:47:19.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:47:25.944Z] Removing intermediate container 419e99009dc0 [2021-02-12T00:47:25.944Z] ---> 36a555131e4e [2021-02-12T00:47:25.944Z] [2021-02-12T00:47:25.944Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T00:47:25.944Z] 3.12: Pulling from library/alpine [2021-02-12T00:47:26.574Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:47:26.574Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T00:47:26.574Z] ---> afeebe901d6b [2021-02-12T00:47:26.574Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T00:47:27.591Z] ---> Running in d08979cb8ef6 [2021-02-12T00:47:28.215Z] Removing intermediate container d08979cb8ef6 [2021-02-12T00:47:28.215Z] ---> 8afd26568053 [2021-02-12T00:47:28.215Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T00:47:28.501Z] ---> Running in fbedfa148ab8 [2021-02-12T00:47:31.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:47:31.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:47:32.556Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:47:32.556Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T00:47:32.556Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:47:32.846Z] OK: 5 MiB in 16 packages [2021-02-12T00:47:34.300Z] Removing intermediate container 58f3f065003c [2021-02-12T00:47:34.300Z] ---> 813079fc009e [2021-02-12T00:47:34.300Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T00:47:34.300Z] Removing intermediate container a10c30343fd5 [2021-02-12T00:47:34.300Z] ---> 7b2da61075e3 [2021-02-12T00:47:34.300Z] [2021-02-12T00:47:34.300Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T00:47:34.300Z] ---> afeebe901d6b [2021-02-12T00:47:34.300Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T00:47:34.300Z] ---> Running in bca0155e8b66 [2021-02-12T00:47:34.585Z] ---> Running in 243adf4c83f7 [2021-02-12T00:47:35.192Z] Removing intermediate container fbedfa148ab8 [2021-02-12T00:47:35.192Z] ---> d7adb0078ee7 [2021-02-12T00:47:35.192Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T00:47:35.467Z] ---> Running in 5fd1e8841f1f [2021-02-12T00:47:36.326Z] Removing intermediate container 5fd1e8841f1f [2021-02-12T00:47:36.326Z] ---> 2bd35591b5c1 [2021-02-12T00:47:36.326Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T00:47:36.640Z] ---> Running in 598c41c9d3aa [2021-02-12T00:47:36.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:47:37.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:47:37.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:47:37.252Z] Removing intermediate container 598c41c9d3aa [2021-02-12T00:47:37.252Z] ---> 9de68f64b63f [2021-02-12T00:47:37.252Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T00:47:37.549Z] ---> Running in ef8260be2e41 [2021-02-12T00:47:38.673Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T00:47:38.958Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:47:38.958Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T00:47:38.958Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T00:47:38.958Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:47:38.958Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:47:39.255Z] OK: 7 MiB in 18 packages [2021-02-12T00:47:42.653Z] Removing intermediate container 243adf4c83f7 [2021-02-12T00:47:42.653Z] ---> a27daab254cb [2021-02-12T00:47:42.653Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:47:42.653Z] Removing intermediate container ef8260be2e41 [2021-02-12T00:47:42.653Z] ---> b0bacfe64d8a [2021-02-12T00:47:42.653Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T00:47:42.653Z] ---> Running in 05f9090b8071 [2021-02-12T00:47:42.928Z] ---> Running in 085340fcaac9 [2021-02-12T00:47:44.374Z] Removing intermediate container 05f9090b8071 [2021-02-12T00:47:44.374Z] ---> 90cd5c27b81f [2021-02-12T00:47:44.374Z] Step 13/21 : WORKDIR /edgex [2021-02-12T00:47:44.374Z] Removing intermediate container 085340fcaac9 [2021-02-12T00:47:44.374Z] ---> 16c291966ffb [2021-02-12T00:47:44.374Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T00:47:44.374Z] Removing intermediate container bca0155e8b66 [2021-02-12T00:47:44.374Z] ---> d1026a05b74d [2021-02-12T00:47:44.374Z] [2021-02-12T00:47:44.374Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T00:47:44.648Z] ---> Running in 66faf0a90e24 [2021-02-12T00:47:44.648Z] 20.10.0: Pulling from library/docker [2021-02-12T00:47:45.250Z] Removing intermediate container 3136c7255049 [2021-02-12T00:47:45.250Z] ---> 2f007e469a5c [2021-02-12T00:47:45.250Z] [2021-02-12T00:47:45.250Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:47:45.250Z] ---> afeebe901d6b [2021-02-12T00:47:45.250Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:47:45.536Z] Removing intermediate container 66faf0a90e24 [2021-02-12T00:47:45.536Z] ---> 53ba9db41223 [2021-02-12T00:47:45.536Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T00:47:45.819Z] ---> Running in 3d4e8a16b988 [2021-02-12T00:47:46.096Z] ---> 1c7d0d1df689 [2021-02-12T00:47:46.096Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T00:47:46.381Z] ---> Running in a2430beb8869 [2021-02-12T00:47:47.375Z] ---> a79b8239439a [2021-02-12T00:47:47.375Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T00:47:48.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:47:48.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:47:49.830Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:47:49.830Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:47:49.830Z] OK: 5 MiB in 15 packages [2021-02-12T00:47:50.820Z] ---> 455b23363220 [2021-02-12T00:47:50.820Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T00:47:52.817Z] Removing intermediate container a2430beb8869 [2021-02-12T00:47:52.817Z] ---> 30151535b210 [2021-02-12T00:47:52.817Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:47:53.426Z] ---> 311be104ae65 [2021-02-12T00:47:53.426Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T00:47:53.426Z] Removing intermediate container 3d4e8a16b988 [2021-02-12T00:47:53.426Z] ---> 01cbca101a27 [2021-02-12T00:47:53.426Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:47:54.411Z] ---> Running in 7ca8b1b7526c [2021-02-12T00:47:54.411Z] ---> Running in 11ad8d7ab537 [2021-02-12T00:47:54.690Z] ---> 6b0e60232ea2 [2021-02-12T00:47:54.690Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T00:47:55.295Z] Removing intermediate container 7ca8b1b7526c [2021-02-12T00:47:55.295Z] Removing intermediate container 11ad8d7ab537 [2021-02-12T00:47:55.295Z] ---> 45f3d63e17c3 [2021-02-12T00:47:55.295Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T00:47:55.295Z] ---> 0ee5e51f1ef9 [2021-02-12T00:47:55.295Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T00:47:55.295Z] Removing intermediate container cdc4e13a64c2 [2021-02-12T00:47:55.295Z] ---> 2613b48158c7 [2021-02-12T00:47:55.295Z] [2021-02-12T00:47:55.295Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:47:55.295Z] ---> afeebe901d6b [2021-02-12T00:47:55.295Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:47:55.295Z] ---> Using cache [2021-02-12T00:47:55.295Z] ---> 01cbca101a27 [2021-02-12T00:47:55.295Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:47:55.295Z] ---> Using cache [2021-02-12T00:47:55.295Z] ---> 45f3d63e17c3 [2021-02-12T00:47:55.295Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T00:47:56.288Z] ---> Running in 212a62a523d4 [2021-02-12T00:47:56.288Z] ---> Running in 53b77e82996a [2021-02-12T00:47:56.288Z] ---> Running in 6c9146561747 [2021-02-12T00:47:56.900Z] ---> 501849676dfb [2021-02-12T00:47:56.900Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T00:47:56.900Z] Removing intermediate container 6c9146561747 [2021-02-12T00:47:56.900Z] ---> caee42f5717d [2021-02-12T00:47:56.900Z] Step 14/23 : EXPOSE $APP_PORTRemoving intermediate container 212a62a523d4 [2021-02-12T00:47:56.900Z] [2021-02-12T00:47:56.900Z] ---> 17779faec47c [2021-02-12T00:47:56.900Z] Step 19/21 : LABEL arch=arm64 [2021-02-12T00:47:56.900Z] Removing intermediate container 53b77e82996a [2021-02-12T00:47:56.900Z] ---> 1634f7b144ca [2021-02-12T00:47:56.900Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:47:57.184Z] ---> Running in 099b94d47607 [2021-02-12T00:47:57.184Z] ---> Running in b48fc8b22d5f [2021-02-12T00:47:57.184Z] ---> Running in f63a7e79df94 [2021-02-12T00:47:57.787Z] ---> a6dc7ced50e9 [2021-02-12T00:47:57.787Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T00:47:58.065Z] Removing intermediate container 099b94d47607 [2021-02-12T00:47:58.065Z] ---> 52cd836cde5d [2021-02-12T00:47:58.065Z] Step 20/21 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:47:58.065Z] Removing intermediate container f63a7e79df94 [2021-02-12T00:47:58.065Z] ---> 79ddd5abf4f5 [2021-02-12T00:47:58.065Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:47:58.065Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T00:47:58.065Z] Removing intermediate container b48fc8b22d5f [2021-02-12T00:47:58.065Z] ---> 3221f7a846cb [2021-02-12T00:47:58.065Z] Step 15/23 : WORKDIR / [2021-02-12T00:47:58.345Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T00:47:58.345Z] ---> eeaf43b92773 [2021-02-12T00:47:58.345Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T00:47:58.345Z] ---> Running in b4480b5867bd [2021-02-12T00:47:58.345Z] ---> Running in 620783e43202 [2021-02-12T00:47:58.345Z] ---> Running in 38b656fd77d9 [2021-02-12T00:47:58.958Z] ---> cf5f6f5a6774 [2021-02-12T00:47:58.958Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T00:47:58.958Z] Removing intermediate container b4480b5867bd [2021-02-12T00:47:58.958Z] ---> 0d37c3bb384c [2021-02-12T00:47:58.958Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T00:47:59.233Z] ---> Running in 13cf81dfa269 [2021-02-12T00:47:59.514Z] ---> 0469e38b6fbe [2021-02-12T00:47:59.514Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T00:47:59.514Z] Removing intermediate container 620783e43202 [2021-02-12T00:47:59.514Z] ---> 34274618bf53 [2021-02-12T00:47:59.514Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:47:59.514Z] ---> Running in 0730e26c573e [2021-02-12T00:47:59.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:00.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:00.349Z] Removing intermediate container 13cf81dfa269 [2021-02-12T00:48:00.349Z] ---> ce6439a107de [2021-02-12T00:48:00.349Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T00:48:00.629Z] Removing intermediate container 0730e26c573e [2021-02-12T00:48:00.629Z] ---> 1764f3406411 [2021-02-12T00:48:00.629Z] [2021-02-12T00:48:00.904Z] ---> 5efb89bb8846 [2021-02-12T00:48:00.904Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T00:48:00.904Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T00:48:00.904Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T00:48:00.904Z] Executing bash-5.0.17-r0.post-install [2021-02-12T00:48:00.904Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:48:00.904Z] OK: 12 MiB in 22 packages [2021-02-12T00:48:01.187Z] Successfully built 1764f3406411 [2021-02-12T00:48:01.187Z] ---> e8f7d9320ab0 [2021-02-12T00:48:01.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T00:48:01.466Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-12T00:48:01.466Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-02-12T00:48:01.743Z] ---> 1a90280beaec [2021-02-12T00:48:01.743Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T00:48:02.361Z] ---> Running in fa6e3834fda2 [2021-02-12T00:48:02.643Z] ---> c8bc2227dea4 [2021-02-12T00:48:02.643Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T00:48:03.675Z] ---> Running in 79bbb9a54eeb [2021-02-12T00:48:03.952Z] ---> 08d541fca6a1 [2021-02-12T00:48:03.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T00:48:03.952Z] Removing intermediate container 38b656fd77d9 [2021-02-12T00:48:03.952Z] ---> eda46137e0a9 [2021-02-12T00:48:03.952Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T00:48:04.942Z] ---> Running in ae81bb894227 [2021-02-12T00:48:04.942Z] Removing intermediate container 79bbb9a54eeb [2021-02-12T00:48:04.942Z] ---> 92b55fac379e [2021-02-12T00:48:04.942Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:48:05.546Z] ---> b79aa806ef59 [2021-02-12T00:48:05.546Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T00:48:05.546Z] ---> Running in 9fb525f26f04 [2021-02-12T00:48:05.827Z] ---> Running in ba7fd7858086 [2021-02-12T00:48:05.827Z] Removing intermediate container ae81bb894227 [2021-02-12T00:48:05.827Z] ---> 0284a479bfe8 [2021-02-12T00:48:05.827Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T00:48:06.433Z] ---> Running in 16bd4a92d7d5 [2021-02-12T00:48:07.042Z] Removing intermediate container 9fb525f26f04 [2021-02-12T00:48:07.042Z] ---> ecc2ad37618f [2021-02-12T00:48:07.042Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T00:48:07.042Z] Removing intermediate container ba7fd7858086 [2021-02-12T00:48:07.042Z] ---> 1d7a6ce71249 [2021-02-12T00:48:07.042Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:48:07.042Z] Removing intermediate container fa6e3834fda2 [2021-02-12T00:48:07.042Z] ---> 019b5fb75af7 [2021-02-12T00:48:07.042Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T00:48:07.648Z] Removing intermediate container 16bd4a92d7d5 [2021-02-12T00:48:07.648Z] ---> 0acd50e290ad [2021-02-12T00:48:07.648Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T00:48:07.925Z] ---> Running in 4427d056d952 [2021-02-12T00:48:07.925Z] ---> Running in 623006aab55a [2021-02-12T00:48:07.925Z] ---> Running in e72765c3b89e [2021-02-12T00:48:07.925Z] ---> Running in 43b22c02f0a8 [2021-02-12T00:48:08.532Z] Removing intermediate container 623006aab55a [2021-02-12T00:48:08.532Z] ---> f33423126e75 [2021-02-12T00:48:08.532Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:48:08.817Z] Removing intermediate container e72765c3b89e [2021-02-12T00:48:08.817Z] ---> 8866be2b95c5 [2021-02-12T00:48:08.817Z] Step 27/30 : CMD ["gate"] [2021-02-12T00:48:08.817Z] Removing intermediate container 4427d056d952 [2021-02-12T00:48:08.817Z] ---> 8d36719e9809 [2021-02-12T00:48:08.817Z] Step 21/22 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:48:08.817Z] ---> Running in 85065592373c [2021-02-12T00:48:09.095Z] Removing intermediate container 43b22c02f0a8 [2021-02-12T00:48:09.095Z] ---> df1bfae58bea [2021-02-12T00:48:09.095Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T00:48:09.095Z] ---> Running in 457d4e662a04 [2021-02-12T00:48:09.373Z] ---> Running in 789b92714f7b [2021-02-12T00:48:09.657Z] Removing intermediate container 85065592373c [2021-02-12T00:48:09.657Z] ---> 94807e1159d7 [2021-02-12T00:48:09.657Z] Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:48:09.933Z] Removing intermediate container 457d4e662a04 [2021-02-12T00:48:09.934Z] ---> eb0270caaeb6 [2021-02-12T00:48:09.934Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:48:09.934Z] ---> Running in 5e906d27d834 [2021-02-12T00:48:10.211Z] ---> Running in 196a555f954a [2021-02-12T00:48:10.211Z] Removing intermediate container 789b92714f7b [2021-02-12T00:48:10.211Z] ---> da3344bc541f [2021-02-12T00:48:10.211Z] Step 28/30 : LABEL arch=arm64 [2021-02-12T00:48:11.214Z] ---> Running in 5fcb47b0f6b2 [2021-02-12T00:48:11.214Z] Removing intermediate container 5e906d27d834 [2021-02-12T00:48:11.214Z] ---> f7521653f561 [2021-02-12T00:48:11.214Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:48:11.214Z] ---> 109db1535514 [2021-02-12T00:48:11.214Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T00:48:11.830Z] ---> Running in fa56a9050982 [2021-02-12T00:48:11.830Z] Removing intermediate container 196a555f954a [2021-02-12T00:48:11.830Z] ---> c23d12321489 [2021-02-12T00:48:11.830Z] [2021-02-12T00:48:12.113Z] Removing intermediate container 5fcb47b0f6b2 [2021-02-12T00:48:12.113Z] ---> 594737eda6bc [2021-02-12T00:48:12.113Z] Step 29/30 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:48:12.387Z] Successfully built c23d12321489 [2021-02-12T00:48:12.387Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-12T00:48:12.387Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-12T00:48:12.988Z] ---> Running in bbec8ddb46ae [2021-02-12T00:48:12.988Z] ---> 617b3e5e7b14 [2021-02-12T00:48:12.988Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T00:48:12.988Z] Removing intermediate container fa56a9050982 [2021-02-12T00:48:12.988Z] ---> 0b2b39301aad [2021-02-12T00:48:12.988Z] [2021-02-12T00:48:13.595Z] Successfully built 0b2b39301aad [2021-02-12T00:48:13.596Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-12T00:48:13.871Z] Building docker-security-secretstore-setup-go [2021-02-12T00:48:13.871Z]  Building docker-core-metadata-go ... done Removing intermediate container bbec8ddb46ae [2021-02-12T00:48:13.871Z] ---> b6cda9f6c0b7 [2021-02-12T00:48:13.871Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T00:48:14.146Z] ---> bf58798e58f2 [2021-02-12T00:48:14.146Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T00:48:14.146Z] ---> Running in cf5b126ee4d0 [2021-02-12T00:48:14.433Z] ---> Running in f302bee2b844 [2021-02-12T00:48:15.030Z] Removing intermediate container cf5b126ee4d0 [2021-02-12T00:48:15.030Z] ---> 7fecea7be466 [2021-02-12T00:48:15.030Z] [2021-02-12T00:48:15.631Z] Successfully built 7fecea7be466 [2021-02-12T00:48:15.631Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-12T00:48:15.631Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-02-12T00:48:15.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:16.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:16.774Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T00:48:16.774Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T00:48:16.774Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T00:48:16.774Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T00:48:16.774Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T00:48:16.774Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T00:48:16.774Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T00:48:18.749Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T00:48:18.749Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T00:48:18.749Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T00:48:18.749Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T00:48:18.749Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T00:48:18.749Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T00:48:18.749Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T00:48:18.749Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T00:48:18.749Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T00:48:19.023Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T00:48:19.023Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T00:48:19.023Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T00:48:19.023Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T00:48:19.023Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T00:48:19.023Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T00:48:19.023Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T00:48:19.023Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T00:48:19.023Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T00:48:19.023Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T00:48:19.023Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T00:48:19.306Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T00:48:19.306Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T00:48:19.306Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T00:48:19.306Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T00:48:19.306Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T00:48:19.306Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T00:48:19.306Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:48:19.306Z] OK: 71 MiB in 55 packages [2021-02-12T00:48:31.812Z] Removing intermediate container f302bee2b844 [2021-02-12T00:48:31.812Z] ---> 50185077ac3e [2021-02-12T00:48:31.812Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T00:48:32.090Z] ---> Running in c220c19b4e56 [2021-02-12T00:48:36.423Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:48:36.423Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:48:36.423Z] ---> fe9924fb1b56 [2021-02-12T00:48:36.423Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:48:36.423Z] ---> Using cache [2021-02-12T00:48:36.423Z] ---> 28318bf7e507 [2021-02-12T00:48:36.423Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:48:36.423Z] ---> Using cache [2021-02-12T00:48:36.423Z] ---> 860ef228c527 [2021-02-12T00:48:36.423Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:48:37.030Z] ---> Running in 65436cd462b1 [2021-02-12T00:48:39.036Z] Collecting docker-compose==1.23.2 [2021-02-12T00:48:39.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:39.036Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T00:48:39.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:39.646Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T00:48:39.646Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T00:48:40.257Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T00:48:40.257Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T00:48:40.537Z] OK: 217 MiB in 51 packages [2021-02-12T00:48:44.071Z] Removing intermediate container 65436cd462b1 [2021-02-12T00:48:44.071Z] ---> ba4ce5e88396 [2021-02-12T00:48:44.071Z] Step 6/23 : COPY go.mod . [2021-02-12T00:48:44.071Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T00:48:44.071Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T00:48:46.812Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T00:48:46.812Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T00:48:46.812Z] ---> e32c5a270003 [2021-02-12T00:48:46.812Z] Step 7/23 : RUN go mod download [2021-02-12T00:48:47.090Z] ---> Running in a56db0e802ac [2021-02-12T00:48:47.370Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T00:48:47.370Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T00:48:50.804Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-12T00:48:50.804Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T00:48:50.804Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T00:48:52.264Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T00:48:52.264Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T00:48:52.543Z] Removing intermediate container a56db0e802ac [2021-02-12T00:48:52.543Z] ---> 888b7ec26cb5 [2021-02-12T00:48:52.543Z] Step 8/23 : COPY . . [2021-02-12T00:48:53.147Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T00:48:53.147Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T00:48:56.568Z] Collecting PyYAML<4,>=3.10 [2021-02-12T00:48:56.568Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T00:48:57.566Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:48:57.566Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:48:57.566Z] ---> fe9924fb1b56 [2021-02-12T00:48:57.566Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:48:57.566Z] ---> Using cache [2021-02-12T00:48:57.566Z] ---> 28318bf7e507 [2021-02-12T00:48:57.566Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:48:57.566Z] ---> Using cache [2021-02-12T00:48:57.566Z] ---> 860ef228c527 [2021-02-12T00:48:57.566Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T00:48:59.044Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:48:59.044Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:48:59.044Z] ---> fe9924fb1b56 [2021-02-12T00:48:59.044Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T00:48:59.044Z] ---> Using cache [2021-02-12T00:48:59.044Z] ---> 28318bf7e507 [2021-02-12T00:48:59.044Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:48:59.044Z] ---> Using cache [2021-02-12T00:48:59.044Z] ---> 860ef228c527 [2021-02-12T00:48:59.044Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T00:48:59.044Z] ---> Using cache [2021-02-12T00:48:59.044Z] ---> ba4ce5e88396 [2021-02-12T00:48:59.044Z] Step 6/24 : COPY go.mod . [2021-02-12T00:48:59.044Z] ---> Using cache [2021-02-12T00:48:59.044Z] ---> e32c5a270003 [2021-02-12T00:48:59.044Z] Step 7/24 : RUN go mod download [2021-02-12T00:48:59.044Z] ---> Using cache [2021-02-12T00:48:59.044Z] ---> 888b7ec26cb5 [2021-02-12T00:48:59.044Z] Step 8/24 : COPY . . [2021-02-12T00:49:00.042Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:49:00.042Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:49:00.042Z] ---> fe9924fb1b56 [2021-02-12T00:49:00.042Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:49:00.042Z] ---> Using cache [2021-02-12T00:49:00.042Z] ---> 28318bf7e507 [2021-02-12T00:49:00.042Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:49:00.042Z] ---> Using cache [2021-02-12T00:49:00.042Z] ---> 860ef228c527 [2021-02-12T00:49:00.042Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T00:49:00.042Z] ---> Running in c2b6043f39aa [2021-02-12T00:49:00.042Z] ---> Running in 84a8ab720a7d [2021-02-12T00:49:01.026Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T00:49:01.026Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T00:49:01.314Z] Collecting idna<2.8,>=2.5 [2021-02-12T00:49:01.314Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T00:49:02.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:02.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:02.300Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T00:49:02.575Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T00:49:02.850Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-12T00:49:02.850Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-12T00:49:02.850Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T00:49:02.850Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T00:49:02.850Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T00:49:02.850Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T00:49:02.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:03.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:04.156Z] OK: 217 MiB in 51 packages [2021-02-12T00:49:04.156Z] Installing collected packages: cached-property, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, docopt, PyYAML, docker-compose [2021-02-12T00:49:04.156Z] OK: 217 MiB in 51 packages [2021-02-12T00:49:04.156Z] Running setup.py install for dockerpty: started [2021-02-12T00:49:07.562Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T00:49:07.562Z] Attempting uninstall: idna [2021-02-12T00:49:07.562Z] Found existing installation: idna 2.9 [2021-02-12T00:49:07.562Z] Uninstalling idna-2.9: [2021-02-12T00:49:07.839Z] Successfully uninstalled idna-2.9 [2021-02-12T00:49:09.285Z] Attempting uninstall: urllib3 [2021-02-12T00:49:09.285Z] Found existing installation: urllib3 1.25.9 [2021-02-12T00:49:09.285Z] Uninstalling urllib3-1.25.9: [2021-02-12T00:49:09.285Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T00:49:10.277Z] Attempting uninstall: requests [2021-02-12T00:49:10.277Z] Found existing installation: requests 2.23.0 [2021-02-12T00:49:10.277Z] Uninstalling requests-2.23.0: [2021-02-12T00:49:10.277Z] Successfully uninstalled requests-2.23.0 [2021-02-12T00:49:10.875Z] Removing intermediate container c2b6043f39aa [2021-02-12T00:49:10.875Z] ---> 5594d407858a [2021-02-12T00:49:10.875Z] Step 6/23 : COPY go.mod . [2021-02-12T00:49:11.481Z] Removing intermediate container 84a8ab720a7d [2021-02-12T00:49:11.481Z] ---> 82f1fecb5b72 [2021-02-12T00:49:11.481Z] Step 6/22 : COPY go.mod . [2021-02-12T00:49:12.470Z] ---> 36d4c19c109c [2021-02-12T00:49:12.470Z] Step 7/23 : RUN go mod download [2021-02-12T00:49:12.746Z] Running setup.py install for texttable: started [2021-02-12T00:49:13.020Z] ---> Running in 1349348623e4 [2021-02-12T00:49:13.295Z] ---> d47c92d2e014 [2021-02-12T00:49:13.295Z] Step 7/22 : RUN go mod download [2021-02-12T00:49:13.893Z] ---> Running in 6ebe02ce6a2b [2021-02-12T00:49:15.343Z] ---> 0b263de5bb25 [2021-02-12T00:49:15.343Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T00:49:15.624Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T00:49:16.229Z] ---> Running in 86e4f4a365fe [2021-02-12T00:49:16.229Z] Running setup.py install for docopt: started [2021-02-12T00:49:18.229Z] Removing intermediate container 1349348623e4 [2021-02-12T00:49:18.229Z] ---> 06ebc7f4a88b [2021-02-12T00:49:18.229Z] Step 8/23 : COPY . . [2021-02-12T00:49:18.505Z] Removing intermediate container 6ebe02ce6a2b [2021-02-12T00:49:18.506Z] ---> 99b99f192277 [2021-02-12T00:49:18.506Z] Step 8/22 : COPY . . [2021-02-12T00:49:18.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:49:19.485Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T00:49:19.485Z] Running setup.py install for PyYAML: started [2021-02-12T00:49:19.762Z] ---> 05fdc5d59ec7 [2021-02-12T00:49:19.762Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T00:49:21.209Z] ---> Running in a85757733a10 [2021-02-12T00:49:22.662Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T00:49:23.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T00:49:24.257Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-12T00:49:36.724Z] Removing intermediate container c220c19b4e56 [2021-02-12T00:49:36.724Z] ---> 30491f984073 [2021-02-12T00:49:36.724Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T00:49:36.724Z] ---> Running in 26e108f4a648 [2021-02-12T00:49:38.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:38.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:39.339Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:49:39.339Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T00:49:39.339Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T00:49:39.339Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:39.615Z] OK: 71 MiB in 58 packages [2021-02-12T00:49:43.961Z] Removing intermediate container 26e108f4a648 [2021-02-12T00:49:43.961Z] ---> e08da3479315 [2021-02-12T00:49:43.961Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T00:49:43.961Z] ---> Running in 12e0fc2bdce6 [2021-02-12T00:49:45.991Z] Removing intermediate container 12e0fc2bdce6 [2021-02-12T00:49:45.991Z] ---> 9fad7678dd2f [2021-02-12T00:49:45.991Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:49:46.271Z] ---> Running in a8b63276400e [2021-02-12T00:49:47.750Z] Removing intermediate container a8b63276400e [2021-02-12T00:49:47.750Z] ---> 9bc0439ee5da [2021-02-12T00:49:47.750Z] Step 24/26 : LABEL arch=arm64 [2021-02-12T00:49:48.352Z] ---> Running in 1c80f72f8665 [2021-02-12T00:49:49.790Z] Removing intermediate container 1c80f72f8665 [2021-02-12T00:49:49.790Z] ---> f069ee606ab5 [2021-02-12T00:49:49.790Z] Step 25/26 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:49:50.063Z] ---> Running in 5829a435a293 [2021-02-12T00:49:51.505Z] Removing intermediate container 5829a435a293 [2021-02-12T00:49:51.505Z] ---> 14aec9fa4a55 [2021-02-12T00:49:51.505Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T00:49:51.780Z] ---> Running in 68481db60fa4 [2021-02-12T00:49:52.385Z] Removing intermediate container 68481db60fa4 [2021-02-12T00:49:52.385Z] ---> e9f0355ec341 [2021-02-12T00:49:52.385Z] [2021-02-12T00:49:52.678Z] ---> 243207beb3f5 [2021-02-12T00:49:52.678Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T00:49:52.958Z] ---> Running in dad6ed12d512 [2021-02-12T00:49:53.566Z] ---> 96058b60a718 [2021-02-12T00:49:53.566Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T00:49:53.566Z] Successfully built e9f0355ec341 [2021-02-12T00:49:53.566Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-12T00:49:53.839Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 5ba0ba8bc370 [2021-02-12T00:49:54.952Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T00:49:55.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T00:50:28.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T00:50:42.239Z] Removing intermediate container a85757733a10 [2021-02-12T00:50:42.239Z] ---> 5c8552ea4dae [2021-02-12T00:50:42.239Z] [2021-02-12T00:50:42.239Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T00:50:42.239Z] ---> afeebe901d6b [2021-02-12T00:50:42.239Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T00:50:42.239Z] ---> Running in 99ffbf6b8017 [2021-02-12T00:50:44.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:44.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:45.090Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T00:50:45.090Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:50:45.090Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T00:50:45.090Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T00:50:45.090Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T00:50:45.090Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:50:45.090Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:50:45.712Z] OK: 7 MiB in 19 packages [2021-02-12T00:50:49.117Z] Removing intermediate container 99ffbf6b8017 [2021-02-12T00:50:49.117Z] ---> 82b7e06033dc [2021-02-12T00:50:49.117Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:50:49.117Z] ---> Running in 49e8e852fdd7 [2021-02-12T00:50:49.396Z] Removing intermediate container 86e4f4a365fe [2021-02-12T00:50:49.396Z] ---> 04585988dae6 [2021-02-12T00:50:49.396Z] [2021-02-12T00:50:49.396Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:50:49.396Z] ---> afeebe901d6b [2021-02-12T00:50:49.396Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:50:49.396Z] ---> Using cache [2021-02-12T00:50:49.396Z] ---> 01cbca101a27 [2021-02-12T00:50:49.396Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:50:49.396Z] ---> Using cache [2021-02-12T00:50:49.396Z] ---> 45f3d63e17c3 [2021-02-12T00:50:49.396Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T00:50:49.991Z] ---> Running in 97ea5d56684b [2021-02-12T00:50:49.991Z] Removing intermediate container 49e8e852fdd7 [2021-02-12T00:50:49.991Z] ---> ae95f3c79718 [2021-02-12T00:50:49.991Z] Step 13/24 : WORKDIR / [2021-02-12T00:50:50.263Z] ---> Running in 396d27dbb639 [2021-02-12T00:50:50.539Z] Removing intermediate container 97ea5d56684b [2021-02-12T00:50:50.539Z] ---> 93b16cbecf55 [2021-02-12T00:50:50.539Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:50:50.812Z] ---> Running in b51c6b5a81fa [2021-02-12T00:50:51.086Z] Removing intermediate container 396d27dbb639 [2021-02-12T00:50:51.086Z] ---> b101148462c5 [2021-02-12T00:50:51.086Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-12T00:50:51.362Z] Removing intermediate container b51c6b5a81fa [2021-02-12T00:50:51.636Z] ---> f8214297c8fd [2021-02-12T00:50:51.636Z] Step 15/23 : WORKDIR / [2021-02-12T00:50:51.636Z] ---> Running in a19eb292a375 [2021-02-12T00:50:52.237Z] ---> 114f1fe1e56d [2021-02-12T00:50:52.237Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-12T00:50:52.527Z] Removing intermediate container a19eb292a375 [2021-02-12T00:50:52.527Z] ---> 13ce91a9238f [2021-02-12T00:50:52.527Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:50:53.523Z] ---> 75b840952fee [2021-02-12T00:50:53.523Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T00:50:53.804Z] ---> 7f0edb67941a [2021-02-12T00:50:53.804Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T00:50:55.238Z] ---> 212e6cc296e2 [2021-02-12T00:50:55.238Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T00:50:56.223Z] ---> f940d47464dc [2021-02-12T00:50:56.223Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T00:50:56.830Z] ---> b2dc239c6668 [2021-02-12T00:50:56.830Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T00:50:57.815Z] ---> 6dfee3241978 [2021-02-12T00:50:57.815Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T00:50:58.088Z] ---> Running in 8e1100e98506 [2021-02-12T00:50:59.072Z] Removing intermediate container 8e1100e98506 [2021-02-12T00:50:59.072Z] ---> 193e2926a0e9 [2021-02-12T00:50:59.072Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:50:59.072Z] ---> d56ada3c65b5 [2021-02-12T00:50:59.072Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T00:50:59.678Z] ---> Running in 43747849bf6d [2021-02-12T00:51:00.285Z] Removing intermediate container 43747849bf6d [2021-02-12T00:51:00.285Z] ---> fc802ab66a40 [2021-02-12T00:51:00.285Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:51:00.567Z] ---> 4cc7b0fab24b [2021-02-12T00:51:00.567Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-12T00:51:00.567Z] ---> Running in 25180c80d0a0 [2021-02-12T00:51:00.845Z] ---> Running in 2656ec780862 [2021-02-12T00:51:01.444Z] Removing intermediate container 25180c80d0a0 [2021-02-12T00:51:01.444Z] ---> 9dd359616c16 [2021-02-12T00:51:01.444Z] Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:51:01.720Z] ---> Running in dd73d2b6d533 [2021-02-12T00:51:02.326Z] Removing intermediate container dd73d2b6d533 [2021-02-12T00:51:02.326Z] ---> 63422148a699 [2021-02-12T00:51:02.326Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:51:02.626Z] ---> Running in b8f6a0d5d736 [2021-02-12T00:51:03.232Z] Removing intermediate container b8f6a0d5d736 [2021-02-12T00:51:03.232Z] ---> f96a12ea28ca [2021-02-12T00:51:03.232Z] [2021-02-12T00:51:04.232Z] Successfully built f96a12ea28ca [2021-02-12T00:51:04.232Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-12T00:51:04.506Z]  Building docker-core-command-go ... done Removing intermediate container 2656ec780862 [2021-02-12T00:51:04.506Z] ---> b67cc1d7d9ca [2021-02-12T00:51:04.506Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T00:51:04.784Z] ---> Running in 96e9974977d3 [2021-02-12T00:51:05.405Z] Removing intermediate container 96e9974977d3 [2021-02-12T00:51:05.405Z] ---> 6dcc185dbec9 [2021-02-12T00:51:05.405Z] Step 22/24 : LABEL arch=arm64 [2021-02-12T00:51:06.005Z] ---> Running in 3307518c998e [2021-02-12T00:51:06.607Z] Removing intermediate container 3307518c998e [2021-02-12T00:51:06.607Z] ---> 90e1c3342e29 [2021-02-12T00:51:06.607Z] Step 23/24 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:51:06.884Z] ---> Running in 2d9240b54db0 [2021-02-12T00:51:07.484Z] Removing intermediate container 2d9240b54db0 [2021-02-12T00:51:07.484Z] ---> f82b20be234e [2021-02-12T00:51:07.484Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T00:51:07.763Z] ---> Running in ba3b76fc2b77 [2021-02-12T00:51:08.750Z] Removing intermediate container ba3b76fc2b77 [2021-02-12T00:51:08.750Z] ---> f18cfcf63201 [2021-02-12T00:51:08.750Z] [2021-02-12T00:51:09.026Z] Successfully built f18cfcf63201 [2021-02-12T00:51:09.026Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-12T00:51:19.168Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5ba0ba8bc370 [2021-02-12T00:51:19.168Z] ---> acbcb5c80244 [2021-02-12T00:51:19.168Z] [2021-02-12T00:51:19.168Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:51:19.168Z] ---> afeebe901d6b [2021-02-12T00:51:19.168Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T00:51:19.168Z] ---> Running in 1b865edd58bc [2021-02-12T00:51:19.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:51:19.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:51:20.311Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T00:51:20.311Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:51:20.311Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:51:20.311Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:51:20.582Z] OK: 6 MiB in 16 packages [2021-02-12T00:51:22.543Z] Removing intermediate container 1b865edd58bc [2021-02-12T00:51:22.543Z] ---> c5c1ff892008 [2021-02-12T00:51:22.543Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:51:22.543Z] ---> Running in b360b32e3587 [2021-02-12T00:51:22.817Z] Removing intermediate container b360b32e3587 [2021-02-12T00:51:22.817Z] ---> f98f739ac7f8 [2021-02-12T00:51:22.817Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T00:51:23.092Z] ---> Running in 0785cecf9f0d [2021-02-12T00:51:23.683Z] Removing intermediate container 0785cecf9f0d [2021-02-12T00:51:23.683Z] ---> 2721f228f471 [2021-02-12T00:51:23.683Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:51:23.963Z] ---> Running in c3f14a317a47 [2021-02-12T00:51:24.555Z] Removing intermediate container c3f14a317a47 [2021-02-12T00:51:24.555Z] ---> 7df8e9bf98af [2021-02-12T00:51:24.555Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:51:25.541Z] ---> cce6a38b54c3 [2021-02-12T00:51:25.541Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T00:51:26.131Z] Removing intermediate container dad6ed12d512 [2021-02-12T00:51:26.131Z] ---> e3cae4f607dc [2021-02-12T00:51:26.131Z] [2021-02-12T00:51:26.131Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:51:26.131Z] ---> afeebe901d6b [2021-02-12T00:51:26.131Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T00:51:26.737Z] ---> Running in b18071df55b1 [2021-02-12T00:51:26.737Z] ---> 075c2e470513 [2021-02-12T00:51:26.737Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T00:51:27.329Z] Removing intermediate container b18071df55b1 [2021-02-12T00:51:27.329Z] ---> 654108f3f4c3 [2021-02-12T00:51:27.329Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T00:51:27.329Z] ---> Running in b60da2f22e65 [2021-02-12T00:51:27.602Z] ---> 6e66f72bb34c [2021-02-12T00:51:27.602Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T00:51:27.602Z] ---> Running in 24a7ba58eaf2 [2021-02-12T00:51:27.876Z] Removing intermediate container b60da2f22e65 [2021-02-12T00:51:27.876Z] ---> b7a02483441f [2021-02-12T00:51:27.876Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T00:51:27.876Z] ---> Running in 05fa1bc71299 [2021-02-12T00:51:28.147Z] Removing intermediate container 24a7ba58eaf2 [2021-02-12T00:51:28.147Z] ---> d46d7436e303 [2021-02-12T00:51:28.147Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:51:28.422Z] ---> Running in 76388e85a3fe [2021-02-12T00:51:28.422Z] Removing intermediate container 05fa1bc71299 [2021-02-12T00:51:28.422Z] ---> 35c5ebb445a5 [2021-02-12T00:51:28.422Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:51:28.696Z] ---> Running in acc9beea8875 [2021-02-12T00:51:28.969Z] Removing intermediate container 76388e85a3fe [2021-02-12T00:51:28.969Z] ---> 69731d81627f [2021-02-12T00:51:28.969Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T00:51:28.969Z] ---> Running in f56ce9c3e6b5 [2021-02-12T00:51:29.576Z] Removing intermediate container f56ce9c3e6b5 [2021-02-12T00:51:29.576Z] ---> 8295751da95f [2021-02-12T00:51:29.576Z] Step 21/22 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:51:29.849Z] ---> Running in c5dce48eccce [2021-02-12T00:51:30.478Z] Removing intermediate container c5dce48eccce [2021-02-12T00:51:30.478Z] ---> a2dac7dee0c7 [2021-02-12T00:51:30.478Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:51:30.478Z] ---> Running in 6546b6841a62 [2021-02-12T00:51:31.089Z] Removing intermediate container acc9beea8875 [2021-02-12T00:51:31.089Z] ---> 3c0108b7d15a [2021-02-12T00:51:31.089Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T00:51:31.089Z] Removing intermediate container 6546b6841a62 [2021-02-12T00:51:31.089Z] ---> 98ad8306eb29 [2021-02-12T00:51:31.089Z] [2021-02-12T00:51:31.379Z] ---> Running in 838c496686c4 [2021-02-12T00:51:31.662Z] Successfully built 98ad8306eb29 [2021-02-12T00:51:31.662Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-12T00:51:32.636Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:51:33.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:51:34.200Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T00:51:34.200Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T00:51:34.200Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T00:51:34.200Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T00:51:34.470Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T00:51:34.741Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T00:51:34.741Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:51:34.741Z] OK: 8 MiB in 20 packages [2021-02-12T00:51:36.162Z] Removing intermediate container 838c496686c4 [2021-02-12T00:51:36.162Z] ---> 2ee92c359e0d [2021-02-12T00:51:36.162Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:51:36.753Z] ---> 841060275e64 [2021-02-12T00:51:36.753Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T00:51:38.179Z] ---> a4fff1a6fa53 [2021-02-12T00:51:38.179Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T00:51:38.804Z] ---> 40261c8c8264 [2021-02-12T00:51:38.804Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T00:51:38.804Z] ---> Running in 8af08bb4d9b3 [2021-02-12T00:51:39.079Z] Removing intermediate container 8af08bb4d9b3 [2021-02-12T00:51:39.079Z] ---> 39b024433374 [2021-02-12T00:51:39.355Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:51:39.355Z] ---> Running in 4ba43cea9bed [2021-02-12T00:51:39.952Z] Removing intermediate container 4ba43cea9bed [2021-02-12T00:51:39.952Z] ---> 441995822f55 [2021-02-12T00:51:39.952Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:51:39.952Z] ---> Running in e3695ca8ba0f [2021-02-12T00:51:40.562Z] Removing intermediate container e3695ca8ba0f [2021-02-12T00:51:40.562Z] ---> 095baf8937fb [2021-02-12T00:51:40.562Z] Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f [2021-02-12T00:51:40.562Z] ---> Running in dda2e06629cb [2021-02-12T00:51:41.164Z] Removing intermediate container dda2e06629cb [2021-02-12T00:51:41.164Z] ---> a5e66d54f128 [2021-02-12T00:51:41.164Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:51:41.437Z] ---> Running in d7a84e9dae6e [2021-02-12T00:51:41.710Z] Removing intermediate container d7a84e9dae6e [2021-02-12T00:51:41.710Z] ---> 6bb8db1c3167 [2021-02-12T00:51:41.710Z] [2021-02-12T00:51:42.306Z] Successfully built 6bb8db1c3167 [2021-02-12T00:51:42.306Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-12T00:51:42.597Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-12T00:51:42.594Z] $ docker stop --time=1 09dc8ba9e410d39b210a016452b8ae76bb6466c0c25911206e4c99bb1a4e6974 [2021-02-12T00:51:44.541Z] $ docker rm -f 09dc8ba9e410d39b210a016452b8ae76bb6466c0c25911206e4c99bb1a4e6974 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:51:45.261Z] + + grep docker [2021-02-12T00:51:45.261Z] docker images [2021-02-12T00:51:45.536Z] docker-core-data-go-arm64 latest 6bb8db1c3167 4 seconds ago 21MB [2021-02-12T00:51:45.536Z] docker-support-notifications-go-arm64 latest 98ad8306eb29 15 seconds ago 16.7MB [2021-02-12T00:51:45.536Z] docker-security-secretstore-setup-go-arm64 latest f18cfcf63201 37 seconds ago 23.4MB [2021-02-12T00:51:45.536Z] docker-core-command-go-arm64 latest f96a12ea28ca 43 seconds ago 16MB [2021-02-12T00:51:45.536Z] docker-sys-mgmt-agent-go-arm64 latest e9f0355ec341 About a minute ago 300MB [2021-02-12T00:51:45.536Z] docker-security-bootstrapper-go-arm64 latest 7fecea7be466 3 minutes ago 17MB [2021-02-12T00:51:45.536Z] docker-core-metadata-go-arm64 latest 0b2b39301aad 3 minutes ago 17.8MB [2021-02-12T00:51:45.536Z] docker-support-scheduler-go-arm64 latest c23d12321489 3 minutes ago 16.1MB [2021-02-12T00:51:45.536Z] docker-security-proxy-setup-go-arm64 latest 1764f3406411 3 minutes ago 23.2MB [2021-02-12T00:51:45.536Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-12T00:51:47.680Z] provisioning config files... [2021-02-12T00:51:47.696Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7560312685449731663tmp [Pipeline] { [Pipeline] sh [2021-02-12T00:51:48.072Z] + set +x [2021-02-12T00:51:48.072Z] + curl -s https://codecov.io/bash [2021-02-12T00:51:48.072Z] + bash -s -- [2021-02-12T00:51:48.647Z] [2021-02-12T00:51:48.647Z] _____ _ [2021-02-12T00:51:48.647Z] / ____| | | [2021-02-12T00:51:48.647Z] | | ___ __| | ___ ___ _____ __ [2021-02-12T00:51:48.647Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-12T00:51:48.647Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-12T00:51:48.647Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-12T00:51:48.647Z] Bash-20210129-7c25fce [2021-02-12T00:51:48.647Z] [2021-02-12T00:51:48.647Z] [2021-02-12T00:51:48.647Z] ==> git version 2.24.3 found [2021-02-12T00:51:48.647Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-12T00:51:48.647Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-12T00:51:48.647Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-12T00:51:48.647Z] ==> Jenkins CI detected. [2021-02-12T00:51:48.647Z] project root: . [2021-02-12T00:51:48.647Z] --> token set from env [2021-02-12T00:51:48.647Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-12T00:51:48.647Z] ==> Running gcov in . (disable via -X gcov) [2021-02-12T00:51:48.909Z] ==> Python coveragepy not found [2021-02-12T00:51:48.909Z] ==> Searching for coverage reports in: [2021-02-12T00:51:48.909Z] + . [2021-02-12T00:51:48.909Z] -> Found 1 reports [2021-02-12T00:51:48.909Z] ==> Detecting git/mercurial file structure [2021-02-12T00:51:48.909Z] ==> Reading reports [2021-02-12T00:51:48.909Z] + ./coverage.out bytes=595676 [2021-02-12T00:51:48.909Z] ==> Appending adjustments [2021-02-12T00:51:48.909Z] https://docs.codecov.io/docs/fixing-reports [2021-02-12T00:51:52.217Z] + Found adjustments [2021-02-12T00:51:52.217Z] ==> Gzipping contents [2021-02-12T00:51:52.217Z] 88K /tmp/codecov.Dpa5fU.gz [2021-02-12T00:51:52.217Z] ==> Uploading reports [2021-02-12T00:51:52.217Z] url: https://codecov.io [2021-02-12T00:51:52.218Z] query: branch=PR-3164&commit=68c823812e4aea1e7702eddd2e1ab6db2090771f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= [2021-02-12T00:51:52.218Z] -> Pinging Codecov [2021-02-12T00:51:52.218Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3164&commit=68c823812e4aea1e7702eddd2e1ab6db2090771f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= [2021-02-12T00:51:52.790Z] -> Uploading to [2021-02-12T00:51:52.791Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/68c823812e4aea1e7702eddd2e1ab6db2090771f/5a582346-34b0-4ad1-99a7-d23897f515b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T005152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=88572cd258b9c1f9dc101eabdfb6b80eca9471c8560673b29b4264bf95955a47 [2021-02-12T00:51:52.791Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T00:51:52.791Z] Dload Upload Total Spent Left Speed [2021-02-12T00:51:53.368Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89394 0 0 100 89394 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-02-12T00:51:53.368Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/68c823812e4aea1e7702eddd2e1ab6db2090771f [Pipeline] } [2021-02-12T00:51:53.380Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:51:55.388Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:51:56.351Z] ---> package-listing.sh [2021-02-12T00:51:56.351Z] ++ facter osfamily [2021-02-12T00:51:56.351Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T00:51:56.351Z] + OS_FAMILY=redhat [2021-02-12T00:51:56.351Z] + workspace=/w/workspace/edgex-go/2 [2021-02-12T00:51:56.351Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T00:51:56.351Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T00:51:56.351Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T00:51:56.351Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T00:51:56.351Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-12T00:51:56.351Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T00:51:56.351Z] + case "${OS_FAMILY}" in [2021-02-12T00:51:56.351Z] + rpm -qa [2021-02-12T00:51:56.351Z] + sort [2021-02-12T00:52:01.662Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T00:52:01.662Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T00:52:01.662Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T00:52:01.662Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-12T00:52:01.662Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-12T00:52:01.662Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-12T00:52:01.677Z] 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-02-12T00:52:01.972Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:52:02.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T00:52:02.292Z] [2021-02-12T00:52:02.292Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:52:02.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T00:52:02.645Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T00:52:02.645Z] df20fa9351a1: Pulling fs layer [2021-02-12T00:52:02.645Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T00:52:02.645Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T00:52:02.645Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T00:52:02.645Z] 93b61091891f: Pulling fs layer [2021-02-12T00:52:02.645Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T00:52:02.645Z] 5e14af77c1be: Pulling fs layer [2021-02-12T00:52:02.645Z] 01666e4c0597: Pulling fs layer [2021-02-12T00:52:02.645Z] aa168da1d23b: Pulling fs layer [2021-02-12T00:52:02.645Z] 93b61091891f: Waiting [2021-02-12T00:52:02.645Z] 93b9cdb0e59b: Waiting [2021-02-12T00:52:02.645Z] 5e14af77c1be: Waiting [2021-02-12T00:52:02.645Z] aa168da1d23b: Waiting [2021-02-12T00:52:02.645Z] 01666e4c0597: Waiting [2021-02-12T00:52:02.645Z] 46f8f816bc3b: Waiting [2021-02-12T00:52:02.645Z] 36b3adc4ff6f: Verifying Checksum [2021-02-12T00:52:02.645Z] 36b3adc4ff6f: Download complete [2021-02-12T00:52:02.907Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T00:52:02.907Z] 46f8f816bc3b: Download complete [2021-02-12T00:52:02.907Z] df20fa9351a1: Download complete [2021-02-12T00:52:02.907Z] 93b9cdb0e59b: Download complete [2021-02-12T00:52:02.907Z] 5e14af77c1be: Verifying Checksum [2021-02-12T00:52:02.907Z] 5e14af77c1be: Download complete [2021-02-12T00:52:02.907Z] 93b61091891f: Verifying Checksum [2021-02-12T00:52:02.907Z] 93b61091891f: Download complete [2021-02-12T00:52:02.907Z] 01666e4c0597: Verifying Checksum [2021-02-12T00:52:02.907Z] 01666e4c0597: Download complete [2021-02-12T00:52:03.173Z] df20fa9351a1: Pull complete [2021-02-12T00:52:03.438Z] 36b3adc4ff6f: Pull complete [2021-02-12T00:52:04.014Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T00:52:04.014Z] 8ad3a11d3b57: Download complete [2021-02-12T00:52:04.592Z] 8ad3a11d3b57: Pull complete [2021-02-12T00:52:04.857Z] 46f8f816bc3b: Pull complete [2021-02-12T00:52:05.805Z] aa168da1d23b: Verifying Checksum [2021-02-12T00:52:05.805Z] aa168da1d23b: Download complete [2021-02-12T00:52:06.751Z] 93b61091891f: Pull complete [2021-02-12T00:52:07.012Z] 93b9cdb0e59b: Pull complete [2021-02-12T00:52:07.012Z] 5e14af77c1be: Pull complete [2021-02-12T00:52:07.277Z] 01666e4c0597: Pull complete [2021-02-12T00:52:15.477Z] aa168da1d23b: Pull complete [2021-02-12T00:52:15.477Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T00:52:15.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T00:52:15.477Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T00:52:15.679Z] prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container [2021-02-12T00:52:15.732Z] $ 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-02-12T00:52:25.947Z] $ docker top a282ffda6b25c1fc4e0b15523b6b14d60ce50081e5e6f5c4ccba3ef0b773ec17 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:52:26.515Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T00:52:26.817Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T00:52:27.118Z] + ls /var/log/sa-host [2021-02-12T00:52:27.118Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T00:52:27.118Z] file_magic: OK [2021-02-12T00:52:27.118Z] HZ: Using current value: 100 [2021-02-12T00:52:27.118Z] file_header: OK [2021-02-12T00:52:27.118Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-12T00:52:27.118Z] Statistics: [2021-02-12T00:52:27.118Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-12T00:52:27.118Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T00:52:27.118Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T00:52:27.118Z] file_magic: OK [2021-02-12T00:52:27.118Z] HZ: Using current value: 100 [2021-02-12T00:52:27.118Z] file_header: OK [2021-02-12T00:52:27.118Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-12T00:52:27.118Z] Statistics: [2021-02-12T00:52:27.118Z] Hnuu...uuuununununu... [2021-02-12T00:52:27.118Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T00:52:27.329Z] provisioning config files... [2021-02-12T00:52:27.346Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8666455272650304707tmp [Pipeline] { [Pipeline] echo [2021-02-12T00:52:27.421Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:27.721Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T00:52:27.730Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T00:52:27.821Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:28.122Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T00:52:28.134Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:28.433Z] ---> sudo-logs.sh [2021-02-12T00:52:28.433Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T00:52:28.444Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:28.743Z] ---> job-cost.sh [2021-02-12T00:52:28.743Z] lf-activate-venv: SKIPPING [2021-02-12T00:52:28.743Z] INFO: No Stack... [2021-02-12T00:52:30.134Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T00:52:30.396Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T00:52:30.411Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:30.711Z] ---> logs-deploy.sh [2021-02-12T00:52:30.711Z] lf-activate-venv: SKIPPING [2021-02-12T00:52:30.711Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3164/2 [2021-02-12T00:52:30.711Z] INFO: archiving workspace using pattern(s): [2021-02-12T00:52:32.628Z] Archives upload complete. [2021-02-12T00:52:32.628Z] INFO: archiving logs to Nexus