Pull request #3080 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than e333ecd1da9aaba0972792a779bd9b340e8c74fe Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e 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-24233 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit e333ecd1da9aaba0972792a779bd9b340e8c74fe Merge succeeded, producing e333ecd1da9aaba0972792a779bd9b340e8c74fe Checking out Revision e333ecd1da9aaba0972792a779bd9b340e8c74fe (PR-3080) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # 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 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 Commit message: "refactor(meta): Move Transform func to go-mode-core-contract" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T01:12:14.467Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T01:12:14.728Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk e744a924a118a74d190ac4bd2492cd44ad69498a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T01:12:14.854Z] ========================================================= [2021-02-01T01:12:14.854Z] EdgeX Global Pipelines Version Info [2021-02-01T01:12:14.854Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:12:17.244Z] ------------------- [2021-02-01T01:12:17.244Z] stable info: [2021-02-01T01:12:17.244Z] ------------------- [2021-02-01T01:12:17.244Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T01:12:17.244Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T01:12:17.244Z] Message: update stable to v1.0.179 [2021-02-01T01:12:18.230Z] ------------------- [2021-02-01T01:12:18.230Z] experimental info: [2021-02-01T01:12:18.230Z] ------------------- [2021-02-01T01:12:18.230Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T01:12:18.230Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T01:12:18.230Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T01:12:18.525Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T01:12:18.625Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T01:12:18.719Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T01:12:18.808Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T01:12:18.931Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T01:12:19.025Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T01:12:19.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T01:12:19.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T01:12:19.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T01:12:19.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T01:12:19.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T01:12:19.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T01:12:19.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T01:12:19.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T01:12:19.858Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T01:12:19.952Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T01:12:20.041Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T01:12:20.137Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T01:12:20.245Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T01:12:20.479Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T01:12:20.568Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T01:12:20.657Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T01:12:20.757Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T01:12:20.844Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3080 [Pipeline] echo [2021-02-01T01:12:20.969Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3080 [Pipeline] echo [2021-02-01T01:12:21.053Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3080 [Pipeline] echo [2021-02-01T01:12:21.146Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e333ecd1da9aaba0972792a779bd9b340e8c74fe [Pipeline] echo [2021-02-01T01:12:21.233Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e333ecd [Pipeline] echo [2021-02-01T01:12:21.352Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T01:12:21.526Z] provisioning config files... [2021-02-01T01:12:21.590Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config1555885479740710621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:12:22.020Z] ---> docker-login.sh [2021-02-01T01:12:22.020Z] nexus3.edgexfoundry.org:10001 [2021-02-01T01:12:22.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:12:22.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:12:22.629Z] Configure a credential helper to remove this warning. See [2021-02-01T01:12:22.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:12:22.629Z] [2021-02-01T01:12:22.629Z] Login Succeeded [2021-02-01T01:12:22.629Z] nexus3.edgexfoundry.org:10002 [2021-02-01T01:12:22.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:12:23.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:12:23.195Z] Configure a credential helper to remove this warning. See [2021-02-01T01:12:23.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:12:23.195Z] [2021-02-01T01:12:23.195Z] Login Succeeded [2021-02-01T01:12:23.195Z] nexus3.edgexfoundry.org:10003 [2021-02-01T01:12:23.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:12:23.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:12:23.479Z] Configure a credential helper to remove this warning. See [2021-02-01T01:12:23.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:12:23.479Z] [2021-02-01T01:12:23.479Z] Login Succeeded [2021-02-01T01:12:23.479Z] nexus3.edgexfoundry.org:10004 [2021-02-01T01:12:23.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:12:23.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:12:23.763Z] Configure a credential helper to remove this warning. See [2021-02-01T01:12:23.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:12:23.763Z] [2021-02-01T01:12:23.763Z] Login Succeeded [2021-02-01T01:12:23.763Z] docker.io [2021-02-01T01:12:24.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:12:24.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:12:24.319Z] Configure a credential helper to remove this warning. See [2021-02-01T01:12:24.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:12:24.319Z] [2021-02-01T01:12:24.319Z] Login Succeeded [2021-02-01T01:12:24.319Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T01:12:24.349Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T01:12:24.893Z] ++ 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-01T01:12:24.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:12:24.893Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T01:12:24.893Z] ++ cut -d/ -f2 [2021-02-01T01:12:24.893Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T01:12:24.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:12:24.893Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T01:12:24.893Z] ++ cut -d/ -f2 [2021-02-01T01:12:24.893Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T01:12:24.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:12:24.893Z] ++ cut -d/ -f2 [2021-02-01T01:12:24.893Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T01:12:24.893Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T01:12:24.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:12:24.893Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T01:12:24.893Z] ++ cut -d/ -f2 [2021-02-01T01:12:24.893Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T01:12:24.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:12:24.893Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T01:12:24.893Z] ++ cut -d/ -f2 [2021-02-01T01:12:24.893Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T01:12:24.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:12:24.893Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T01:12:24.893Z] ++ cut -d/ -f2 [2021-02-01T01:12:24.893Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T01:12:24.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:12:24.893Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T01:12:24.893Z] ++ cut -d/ -f2 [2021-02-01T01:12:24.893Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T01:12:24.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:12:24.893Z] ++ cut -d/ -f2 [2021-02-01T01:12:24.893Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T01:12:24.893Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T01:12:24.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:12:24.893Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T01:12:24.893Z] ++ cut -d/ -f2 [2021-02-01T01:12:24.893Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T01:12:25.018Z] 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-01T01:12:26.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T01:12:26.762Z] [2021-02-01T01:12:26.762Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:12:27.150Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T01:12:27.150Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T01:12:27.150Z] 31603596830f: Pulling fs layer [2021-02-01T01:12:27.150Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T01:12:27.150Z] 6ca5941a6612: Pulling fs layer [2021-02-01T01:12:27.150Z] ecc8261a40a4: Pulling fs layer [2021-02-01T01:12:27.150Z] ecc8261a40a4: Waiting [2021-02-01T01:12:27.150Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T01:12:27.150Z] 2a8b12db71e7: Download complete [2021-02-01T01:12:27.432Z] 31603596830f: Verifying Checksum [2021-02-01T01:12:27.432Z] 31603596830f: Download complete [2021-02-01T01:12:27.432Z] ecc8261a40a4: Verifying Checksum [2021-02-01T01:12:27.432Z] ecc8261a40a4: Download complete [2021-02-01T01:12:27.713Z] 6ca5941a6612: Verifying Checksum [2021-02-01T01:12:27.713Z] 6ca5941a6612: Download complete [2021-02-01T01:12:28.000Z] 31603596830f: Pull complete [2021-02-01T01:12:28.000Z] 2a8b12db71e7: Pull complete [2021-02-01T01:12:30.018Z] 6ca5941a6612: Pull complete [2021-02-01T01:12:30.285Z] ecc8261a40a4: Pull complete [2021-02-01T01:12:30.285Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T01:12:30.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T01:12:30.285Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T01:12:30.536Z] prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container [2021-02-01T01:12:30.730Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T01:12:33.659Z] $ docker top 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T01:12:34.098Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T01:12:34.098Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T01:12:34.577Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T01:12:34.613Z] $ docker exec 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e ssh-agent [2021-02-01T01:12:34.965Z] SSH_AUTH_SOCK=/tmp/ssh-NaNK4QjGhnY2/agent.13 [2021-02-01T01:12:34.965Z] SSH_AGENT_PID=18 [2021-02-01T01:12:34.988Z] Running ssh-add (command line suppressed) [2021-02-01T01:12:35.249Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_6645734994096593582.key (/w/workspace/edgex-go/10@tmp/private_key_6645734994096593582.key) [2021-02-01T01:12:35.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T01:12:35.856Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T01:12:35.899Z] $ docker exec --env ******** --env ******** 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e ssh-agent -k [2021-02-01T01:12:36.090Z] unset SSH_AUTH_SOCK; [2021-02-01T01:12:36.091Z] unset SSH_AGENT_PID; [2021-02-01T01:12:36.091Z] echo Agent pid 18 killed; [2021-02-01T01:12:36.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T01:12:36.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T01:12:36.289Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T01:12:36.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T01:12:36.754Z] $ docker exec 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e ssh-agent [2021-02-01T01:12:37.098Z] SSH_AUTH_SOCK=/tmp/ssh-lSyN4ro2FMok/agent.46 [2021-02-01T01:12:37.098Z] SSH_AGENT_PID=51 [2021-02-01T01:12:37.174Z] Running ssh-add (command line suppressed) [2021-02-01T01:12:37.479Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_5594139646781461012.key (/w/workspace/edgex-go/10@tmp/private_key_5594139646781461012.key) [2021-02-01T01:12:37.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T01:12:37.932Z] + git semver init [2021-02-01T01:12:38.202Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T01:12:38.202Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-02-01T01:12:38.202Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-02-01T01:12:38.202Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T01:12:38.202Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T01:12:38.202Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T01:12:38.202Z] # $SEMVER_BRANCH = PR-3080 [2021-02-01T01:12:38.202Z] # $SEMVER_TEMP = /tmp/semver-565562408 [2021-02-01T01:12:38.202Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T01:13:17.605Z] # '/tmp/semver-565562408' -> '/w/workspace/edgex-go/10/.semver' [2021-02-01T01:13:17.605Z] # -> Force: false [2021-02-01T01:13:17.605Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-02-01T01:13:17.647Z] $ docker exec --env ******** --env ******** 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e ssh-agent -k [2021-02-01T01:13:17.999Z] unset SSH_AUTH_SOCK; [2021-02-01T01:13:18.000Z] unset SSH_AGENT_PID; [2021-02-01T01:13:18.000Z] echo Agent pid 51 killed; [2021-02-01T01:13:18.116Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T01:13:18.611Z] + git semver [Pipeline] } [2021-02-01T01:13:18.637Z] $ docker stop --time=1 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e [2021-02-01T01:13:20.465Z] $ docker rm -f 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T01:13:21.325Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T01:13:23.291Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T01:13:23.297Z] [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-01T01:13:24.297Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T01:13:24.656Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T01:13:25.010Z] + sudo service docker restart [2021-02-01T01:13:25.010Z] + true [2021-02-01T01:13:25.010Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T01:13:26.486Z] ========================================================= [2021-02-01T01:13:26.486Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T01:13:26.486Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:13:26.887Z] + 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-01T01:13:33.696Z] Sending build context to Docker daemon 327.4MB [2021-02-01T01:13:33.981Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T01:13:33.981Z] Step 2/6 : FROM ${BASE} [2021-02-01T01:13:34.252Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T01:13:34.252Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T01:13:34.252Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T01:13:34.252Z] de9db76c5a1d: Pulling fs layer [2021-02-01T01:13:34.252Z] bca2f99d35d6: Pulling fs layer [2021-02-01T01:13:34.252Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T01:13:34.252Z] 7c6f9722023f: Pulling fs layer [2021-02-01T01:13:34.252Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T01:13:34.252Z] bca2f99d35d6: Waiting [2021-02-01T01:13:34.252Z] 93359f2a8cfa: Waiting [2021-02-01T01:13:34.252Z] 7c6f9722023f: Waiting [2021-02-01T01:13:34.252Z] a35cf1a2eb13: Waiting [2021-02-01T01:13:34.252Z] de9db76c5a1d: Verifying Checksum [2021-02-01T01:13:34.252Z] de9db76c5a1d: Download complete [2021-02-01T01:13:34.252Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T01:13:34.252Z] 0ef7d3d256c8: Download complete [2021-02-01T01:13:34.252Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T01:13:34.252Z] 93359f2a8cfa: Download complete [2021-02-01T01:13:34.252Z] 7c6f9722023f: Verifying Checksum [2021-02-01T01:13:34.252Z] 7c6f9722023f: Download complete [2021-02-01T01:13:34.252Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T01:13:34.252Z] 188c0c94c7c5: Download complete [2021-02-01T01:13:34.847Z] 188c0c94c7c5: Pull complete [2021-02-01T01:13:35.124Z] 0ef7d3d256c8: Pull complete [2021-02-01T01:13:35.397Z] de9db76c5a1d: Pull complete [2021-02-01T01:13:38.034Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T01:13:38.034Z] a35cf1a2eb13: Download complete [2021-02-01T01:13:38.738Z] Still waiting to schedule task [2021-02-01T01:13:38.738Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24232’ [2021-02-01T01:13:39.023Z] bca2f99d35d6: Verifying Checksum [2021-02-01T01:13:39.024Z] bca2f99d35d6: Download complete [2021-02-01T01:13:49.251Z] bca2f99d35d6: Pull complete [2021-02-01T01:13:49.251Z] 93359f2a8cfa: Pull complete [2021-02-01T01:13:49.251Z] 7c6f9722023f: Pull complete [2021-02-01T01:13:54.705Z] a35cf1a2eb13: Pull complete [2021-02-01T01:13:54.705Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T01:13:54.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T01:13:54.705Z] ---> a62c8e92a672 [2021-02-01T01:13:54.705Z] 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-01T01:13:54.705Z] ---> Running in ac62a904f03f [2021-02-01T01:13:55.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:13:56.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:13:57.746Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T01:13:57.746Z] (2/12) Installing file (5.38-r0) [2021-02-01T01:13:57.746Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T01:13:57.746Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T01:14:16.050Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T01:14:16.050Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T01:14:16.050Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T01:14:16.050Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T01:14:16.050Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T01:14:16.050Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T01:14:16.050Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T01:14:16.050Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T01:14:16.050Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:14:16.050Z] OK: 233 MiB in 51 packages [2021-02-01T01:14:19.468Z] Removing intermediate container ac62a904f03f [2021-02-01T01:14:19.468Z] ---> 688835dc7263 [2021-02-01T01:14:19.468Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T01:14:19.468Z] ---> Running in 18f27be1851a [2021-02-01T01:14:19.468Z] Removing intermediate container 18f27be1851a [2021-02-01T01:14:19.468Z] ---> 4d354833f314 [2021-02-01T01:14:19.468Z] Step 5/6 : COPY go.mod . [2021-02-01T01:14:19.745Z] ---> 589218ae24ee [2021-02-01T01:14:19.745Z] Step 6/6 : RUN go mod download [2021-02-01T01:14:19.745Z] ---> Running in 9a8bf0264483 [2021-02-01T01:14:46.648Z] Removing intermediate container 9a8bf0264483 [2021-02-01T01:14:46.648Z] ---> db12cc44a3a1 [2021-02-01T01:14:46.648Z] Successfully built db12cc44a3a1 [2021-02-01T01:14:46.648Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:14:47.011Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T01:14:47.286Z] . [Pipeline] withDockerContainer [2021-02-01T01:14:47.471Z] prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container [2021-02-01T01:14:47.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2021-02-01T01:14:49.212Z] $ docker top fd117c5e637770b7e3c5cb68a340e58cedcdd205197ee875edd99dc5894c3f54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T01:14:50.322Z] + go version [2021-02-01T01:14:50.322Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T01:14:50.347Z] $ docker stop --time=1 fd117c5e637770b7e3c5cb68a340e58cedcdd205197ee875edd99dc5894c3f54 [2021-02-01T01:14:51.980Z] $ docker rm -f fd117c5e637770b7e3c5cb68a340e58cedcdd205197ee875edd99dc5894c3f54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:14:53.761Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T01:14:53.761Z] . [Pipeline] withDockerContainer [2021-02-01T01:14:53.931Z] prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container [2021-02-01T01:14:54.028Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2021-02-01T01:14:55.223Z] $ docker top a3eb12cec089f36fefe2bb7e9069ee792bcbb95a650f48296c1763117e8d7160 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T01:14:55.501Z] ========================================================= [2021-02-01T01:14:55.501Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T01:14:55.501Z] ========================================================= [Pipeline] sh [2021-02-01T01:14:55.860Z] + make test [2021-02-01T01:14:55.860Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T01:15:11.115Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T01:15:38.263Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T01:15:51.069Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T01:15:51.069Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T01:15:51.069Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T01:15:51.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T01:15:57.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T01:15:57.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T01:15:57.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T01:15:57.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T01:15:57.115Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T01:15:57.874Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T01:16:03.640Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T01:16:03.640Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T01:16:03.640Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T01:16:06.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 46.0% of statements [2021-02-01T01:16:06.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T01:16:06.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T01:16:06.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T01:16:06.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T01:16:06.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T01:16:06.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T01:16:06.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T01:16:06.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements [2021-02-01T01:16:12.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.522s coverage: 27.1% of statements [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T01:16:12.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T01:16:12.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T01:16:12.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.199s coverage: 65.8% of statements [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T01:16:12.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.275s coverage: 82.3% of statements [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T01:16:12.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T01:16:18.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.614s coverage: 28.6% of statements [2021-02-01T01:16:18.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T01:16:18.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T01:16:18.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T01:16:18.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T01:16:18.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T01:16:18.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements [2021-02-01T01:16:18.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T01:16:18.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.243s coverage: 100.0% of statements [2021-02-01T01:16:18.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T01:16:18.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.260s coverage: 86.7% of statements [2021-02-01T01:16:18.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T01:16:18.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.188s coverage: 97.5% of statements [2021-02-01T01:16:18.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T01:16:20.064Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.173s coverage: 78.3% of statements [2021-02-01T01:16:20.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T01:16:20.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T01:16:20.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T01:16:20.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T01:16:24.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.872s coverage: 92.8% of statements [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T01:16:24.890Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.086s coverage: 58.8% of statements [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T01:16:24.890Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T01:16:24.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T01:16:24.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.137s coverage: 45.5% of statements [2021-02-01T01:16:24.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.124s coverage: 79.5% of statements [2021-02-01T01:16:24.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.091s coverage: 94.1% of statements [2021-02-01T01:16:25.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.121s coverage: 96.3% of statements [2021-02-01T01:16:26.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-02-01T01:16:38.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements [2021-02-01T01:16:38.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.133s coverage: 92.9% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.111s coverage: 87.2% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.097s coverage: 84.2% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.411s coverage: 91.4% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.442s coverage: 63.5% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.761s coverage: 68.9% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 37.0% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.660s coverage: 84.0% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.228s coverage: 47.1% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T01:16:51.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.079s coverage: 100.0% of statements [2021-02-01T01:16:51.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T01:16:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.702s coverage: 29.1% of statements [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T01:16:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T01:16:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.159s coverage: 100.0% of statements [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T01:16:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.121s coverage: 100.0% of statements [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T01:16:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.087s coverage: 0.0% of statements [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T01:16:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.146s coverage: 100.0% of statements [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T01:16:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T01:16:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T01:16:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.115s coverage: 100.0% of statements [2021-02-01T01:16:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-01T01:16:56.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-02-01T01:16:57.337Z] GO111MODULE=on go vet ./... [2021-02-01T01:17:21.873Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24235 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws [2021-02-01T01:17:21.932Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-02-01T01:17:26.964Z] using credential edgex-jenkins-ssh [2021-02-01T01:17:27.083Z] Cloning the remote Git repository [2021-02-01T01:17:27.140Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T01:17:27.254Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-02-01T01:17:27.345Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T01:17:27.346Z] > git --version # timeout=10 [2021-02-01T01:17:27.367Z] > git --version # 'git version 2.17.1' [2021-02-01T01:17:27.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T01:17:27.459Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T01:17:44.322Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:17:43.433Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T01:17:43.455Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T01:17:43.488Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T01:17:43.522Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T01:17:43.522Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T01:17:43.535Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T01:17:44.353Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T01:17:44.378Z] > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 [2021-02-01T01:17:44.810Z] Merge succeeded, producing e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:17:44.811Z] Checking out Revision e333ecd1da9aaba0972792a779bd9b340e8c74fe (PR-3080) [2021-02-01T01:17:44.686Z] > git remote # timeout=10 [2021-02-01T01:17:44.704Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T01:17:44.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T01:17:44.726Z] > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 [2021-02-01T01:17:44.797Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T01:17:44.823Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T01:17:44.853Z] > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 [2021-02-01T01:17:49.326Z] Commit message: "refactor(meta): Move Transform func to go-mode-core-contract" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T01:17:50.970Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T01:17:51.378Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T01:17:51.722Z] + true [2021-02-01T01:17:51.722Z] + sudo service docker restart [2021-02-01T01:17:54.391Z] gofmt -l . [2021-02-01T01:17:54.391Z] [ "`gofmt -l .`" = "" ] [2021-02-01T01:17:54.391Z] ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T01:17:54.504Z] provisioning config files... [2021-02-01T01:17:54.546Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config3718459693328794531tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:17:54.949Z] ---> docker-login.sh [2021-02-01T01:17:54.949Z] nexus3.edgexfoundry.org:10001 [2021-02-01T01:17:54.977Z] ./bin/test-attribution-txt.sh [2021-02-01T01:17:55.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-02-01T01:17:56.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:17:56.204Z] Configure a credential helper to remove this warning. See [2021-02-01T01:17:56.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:17:56.204Z] [2021-02-01T01:17:56.204Z] Login Succeeded [2021-02-01T01:17:56.204Z] nexus3.edgexfoundry.org:10002 [2021-02-01T01:17:56.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:17:56.606Z] + ls -al . [2021-02-01T01:17:56.606Z] total 680 [2021-02-01T01:17:56.606Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 01:17 . [2021-02-01T01:17:56.607Z] drwxr-xr-x 4 root root 30 Feb 1 01:14 .. [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 01:12 .dockerignore [2021-02-01T01:17:56.607Z] drwxrwxr-x 8 1001 1001 179 Feb 1 01:12 .git [2021-02-01T01:17:56.607Z] drwxrwxr-x 3 1001 1001 125 Feb 1 01:12 .github [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 01:12 .gitignore [2021-02-01T01:17:56.607Z] drwx------ 3 1001 1001 60 Feb 1 01:13 .semver [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 01:12 .sonarcloud.properties [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 01:12 Attribution.txt [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 01:12 CONTRIBUTING.md [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 01:12 Dockerfile.build [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 01:12 Jenkinsfile [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 01:12 LICENSE [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 01:12 Makefile [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 01:12 README.md [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 01:12 SECURITY.md [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 01:13 VERSION [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 01:12 ZMQWindows.md [2021-02-01T01:17:56.607Z] drwxrwxr-x 2 1001 1001 117 Feb 1 01:12 bin [2021-02-01T01:17:56.607Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 01:12 cmd [2021-02-01T01:17:56.607Z] -rw-r--r-- 1 root root 574984 Feb 1 01:16 coverage.out [2021-02-01T01:17:56.607Z] -rw-r--r-- 1 root root 1054 Feb 1 01:17 go.mod [2021-02-01T01:17:56.607Z] -rw-r--r-- 1 root root 19289 Feb 1 01:17 go.sum [2021-02-01T01:17:56.607Z] drwxrwxr-x 8 1001 1001 127 Feb 1 01:12 internal [2021-02-01T01:17:56.607Z] drwxrwxr-x 4 1001 1001 26 Feb 1 01:12 openapi [2021-02-01T01:17:56.607Z] drwxrwxr-x 4 1001 1001 71 Feb 1 01:12 snap [2021-02-01T01:17:56.607Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 01:12 version.go [Pipeline] sh [2021-02-01T01:17:56.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:17:56.793Z] Configure a credential helper to remove this warning. See [2021-02-01T01:17:56.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:17:56.793Z] [2021-02-01T01:17:56.793Z] Login Succeeded [2021-02-01T01:17:56.793Z] nexus3.edgexfoundry.org:10003 [2021-02-01T01:17:56.925Z] + '[' -e coverage.out ] [2021-02-01T01:17:56.925Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T01:17:57.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:17:57.270Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T01:17:57.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:17:57.338Z] Configure a credential helper to remove this warning. See [2021-02-01T01:17:57.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:17:57.338Z] [2021-02-01T01:17:57.338Z] Login Succeeded [2021-02-01T01:17:57.338Z] nexus3.edgexfoundry.org:10004 [2021-02-01T01:17:57.592Z] + make build [2021-02-01T01:17:57.592Z] 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-01T01:17:57.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:17:57.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:17:57.882Z] Configure a credential helper to remove this warning. See [2021-02-01T01:17:57.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:17:57.882Z] [2021-02-01T01:17:57.882Z] Login Succeeded [2021-02-01T01:17:57.882Z] docker.io [2021-02-01T01:17:58.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:17:58.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:17:58.428Z] Configure a credential helper to remove this warning. See [2021-02-01T01:17:58.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:17:58.428Z] [2021-02-01T01:17:58.428Z] Login Succeeded [2021-02-01T01:17:58.428Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T01:17:58.445Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-01T01:17:58.861Z] ========================================================= [2021-02-01T01:17:58.861Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T01:17:58.861Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:17:59.249Z] + 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-01T01:18:01.885Z] Sending build context to Docker daemon 166MB [2021-02-01T01:18:01.885Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T01:18:01.885Z] Step 2/6 : FROM ${BASE} [2021-02-01T01:18:01.885Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T01:18:01.885Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T01:18:01.885Z] a4357932f1b6: Pulling fs layer [2021-02-01T01:18:01.885Z] 18c013af1878: Pulling fs layer [2021-02-01T01:18:01.885Z] 00ac8860ef70: Pulling fs layer [2021-02-01T01:18:01.885Z] 63d7cb157983: Pulling fs layer [2021-02-01T01:18:01.885Z] b116817d02f9: Pulling fs layer [2021-02-01T01:18:01.885Z] 745a02a5169b: Pulling fs layer [2021-02-01T01:18:01.885Z] 00ac8860ef70: Waiting [2021-02-01T01:18:01.885Z] 63d7cb157983: Waiting [2021-02-01T01:18:01.885Z] b116817d02f9: Waiting [2021-02-01T01:18:01.885Z] 745a02a5169b: Waiting [2021-02-01T01:18:01.885Z] 18c013af1878: Verifying Checksum [2021-02-01T01:18:01.885Z] 18c013af1878: Download complete [2021-02-01T01:18:01.885Z] a4357932f1b6: Download complete [2021-02-01T01:18:01.885Z] 63d7cb157983: Verifying Checksum [2021-02-01T01:18:01.885Z] 63d7cb157983: Download complete [2021-02-01T01:18:01.885Z] b116817d02f9: Verifying Checksum [2021-02-01T01:18:01.885Z] b116817d02f9: Download complete [2021-02-01T01:18:02.165Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T01:18:02.165Z] 5f621e34cdf4: Download complete [2021-02-01T01:18:03.063Z] 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-01T01:18:03.153Z] 5f621e34cdf4: Pull complete [2021-02-01T01:18:03.755Z] a4357932f1b6: Pull complete [2021-02-01T01:18:04.032Z] 18c013af1878: Pull complete [2021-02-01T01:18:05.019Z] 745a02a5169b: Verifying Checksum [2021-02-01T01:18:05.019Z] 745a02a5169b: Download complete [2021-02-01T01:18:05.614Z] 00ac8860ef70: Download complete [2021-02-01T01:18:18.040Z] 00ac8860ef70: Pull complete [2021-02-01T01:18:18.040Z] 63d7cb157983: Pull complete [2021-02-01T01:18:18.040Z] b116817d02f9: Pull complete [2021-02-01T01:18: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-01T01:18:19.496Z] 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-01T01:18:20.673Z] 745a02a5169b: Pull complete [2021-02-01T01:18:20.673Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T01:18:20.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T01:18:20.673Z] ---> b7e6874047d6 [2021-02-01T01:18:20.673Z] 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-01T01:18:22.975Z] 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-01T01:18:23.596Z] 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-01T01:18:24.069Z] ---> Running in 195752189da0 [2021-02-01T01:18:25.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:18:25.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:18:26.627Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T01:18:26.901Z] (2/12) Installing file (5.38-r0) [2021-02-01T01:18:26.901Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T01:18:26.901Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T01:18:27.100Z] 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-01T01:18:29.070Z] 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-01T01:18:30.285Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T01:18:30.285Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T01:18:30.559Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T01:18:30.559Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T01:18:30.831Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T01:18:30.831Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T01:18:30.831Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T01:18:31.104Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T01:18:31.104Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:18:31.104Z] OK: 217 MiB in 51 packages [2021-02-01T01:18:31.121Z] 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-01T01:18:33.817Z] 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-01T01:18:35.450Z] Removing intermediate container 195752189da0 [2021-02-01T01:18:35.450Z] ---> a5322f30d765 [2021-02-01T01:18:35.450Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T01:18:35.450Z] ---> Running in 41c74c84890c [2021-02-01T01:18:35.722Z] Removing intermediate container 41c74c84890c [2021-02-01T01:18:35.722Z] ---> 707f47ffb1e6 [2021-02-01T01:18:35.722Z] Step 5/6 : COPY go.mod . [2021-02-01T01:18:35.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T01:18:36.316Z] ---> 8a3a5d4243ce [2021-02-01T01:18:36.316Z] Step 6/6 : RUN go mod download [2021-02-01T01:18:36.590Z] ---> Running in 4e3ddc56cfc0 [2021-02-01T01:18:39.543Z] 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-01T01:18:41.039Z] 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-01T01:18:44.535Z] $ docker stop --time=1 a3eb12cec089f36fefe2bb7e9069ee792bcbb95a650f48296c1763117e8d7160 [2021-02-01T01:18:46.574Z] $ docker rm -f a3eb12cec089f36fefe2bb7e9069ee792bcbb95a650f48296c1763117e8d7160 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:18:51.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T01:18:51.783Z] [2021-02-01T01:18:51.783Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:18:52.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T01:18:52.170Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T01:18:52.170Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T01:18:52.170Z] ca9280d653b3: Pulling fs layer [2021-02-01T01:18:52.170Z] 7e9c9ca2126c: Pulling fs layer [2021-02-01T01:18:52.766Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-01T01:18:52.766Z] cbdbe7a5bc2a: Download complete [2021-02-01T01:18:53.745Z] ca9280d653b3: Verifying Checksum [2021-02-01T01:18:53.745Z] ca9280d653b3: Download complete [2021-02-01T01:18:53.745Z] cbdbe7a5bc2a: Pull complete [2021-02-01T01:18:55.222Z] 7e9c9ca2126c: Verifying Checksum [2021-02-01T01:18:55.223Z] 7e9c9ca2126c: Download complete [2021-02-01T01:18:55.223Z] ca9280d653b3: Pull complete [2021-02-01T01:19:03.908Z] Removing intermediate container 4e3ddc56cfc0 [2021-02-01T01:19:03.908Z] ---> f3888d1f4ca3 [2021-02-01T01:19:03.908Z] Successfully built f3888d1f4ca3 [2021-02-01T01:19:03.908Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:19:04.241Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T01:19:04.241Z] . [Pipeline] withDockerContainer [2021-02-01T01:19:04.476Z] prd-ubuntu18.04-docker-arm64-4c-16g-24235 does not seem to be running inside a container [2021-02-01T01:19:04.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat [2021-02-01T01:19:06.002Z] 7e9c9ca2126c: Pull complete [2021-02-01T01:19:06.002Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T01:19:06.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T01:19:06.002Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T01:19:06.043Z] $ docker top fbc2b22f349dbda68305b8b213c3624d5f40528223385495d487e83123c744b7 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-02-01T01:19:06.712Z] prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container [2021-02-01T01:19:06.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-01T01:19:08.203Z] $ docker top 11ff1b526c8ba5df67b4b63e35ef030d166cda85ef55f7dfe5cd60aaea6f51a3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-01T01:19:09.282Z] + go version [2021-02-01T01:19:09.282Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T01:19:09.312Z] $ docker stop --time=1 fbc2b22f349dbda68305b8b213c3624d5f40528223385495d487e83123c744b7 [2021-02-01T01:19:09.337Z] + docker-compose build --help [2021-02-01T01:19:09.337Z] + grep parallel [2021-02-01T01:19:10.776Z] --parallel Build images in parallel. [2021-02-01T01:19:11.240Z] $ docker rm -f fbc2b22f349dbda68305b8b213c3624d5f40528223385495d487e83123c744b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-02-01T01:19:11.549Z] $ docker stop --time=1 11ff1b526c8ba5df67b4b63e35ef030d166cda85ef55f7dfe5cd60aaea6f51a3 [2021-02-01T01:19:13.143Z] $ docker rm -f 11ff1b526c8ba5df67b4b63e35ef030d166cda85ef55f7dfe5cd60aaea6f51a3 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:19:14.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T01:19:14.086Z] . [Pipeline] withDockerContainer [2021-02-01T01:19:14.195Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T01:19:14.195Z] . [2021-02-01T01:19:14.223Z] prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container [2021-02-01T01:19:14.306Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-01T01:19:16.440Z] $ docker top a796e7addf648de96124fa9a6e3150d4ff1fd33a0c5c86592f7b51817cdd849a -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-02-01T01:19:16.956Z] prd-ubuntu18.04-docker-arm64-4c-16g-24235 does not seem to be running inside a container [2021-02-01T01:19:17.037Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat [2021-02-01T01:19:18.467Z] $ docker top 052e551bcb6285e0be0f84c611f38f3072c518964e84188ee41d053347bfd4d3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-02-01T01:19:18.962Z] ========================================================= [2021-02-01T01:19:18.962Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T01:19:18.962Z] ========================================================= [Pipeline] sh [2021-02-01T01:19:19.486Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T01:19:19.604Z] + make test [2021-02-01T01:19:19.604Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T01:19:20.893Z] Building docker-core-command-go ... [2021-02-01T01:19:20.893Z] Building docker-core-data-go ... [2021-02-01T01:19:20.893Z] Building docker-core-metadata-go ... [2021-02-01T01:19:20.893Z] Building docker-security-bootstrapper-go ... [2021-02-01T01:19:20.893Z] Building docker-security-proxy-setup-go ... [2021-02-01T01:19:20.893Z] Building docker-security-secretstore-setup-go ... [2021-02-01T01:19:20.893Z] Building docker-support-notifications-go ... [2021-02-01T01:19:20.893Z] Building docker-support-scheduler-go ... [2021-02-01T01:19:20.893Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T01:19:20.893Z] Building docker-support-scheduler-go [2021-02-01T01:19:20.894Z] Building docker-security-proxy-setup-go [2021-02-01T01:19:20.894Z] Building docker-security-secretstore-setup-go [2021-02-01T01:19:20.894Z] Building docker-core-command-go [2021-02-01T01:19:20.894Z] Building docker-support-notifications-go [2021-02-01T01:19:41.785Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T01:20:28.837Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T01:20:29.375Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:20:29.375Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:20:29.375Z] [2021-02-01T01:20:29.375Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:20:29.375Z] ---> db12cc44a3a1 [2021-02-01T01:20:29.375Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T01:20:29.375Z] ---> db12cc44a3a1 [2021-02-01T01:20:29.375Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T01:20:29.375Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:20:29.375Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:20:29.375Z] ---> db12cc44a3a1 [2021-02-01T01:20:29.375Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T01:20:29.375Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:20:29.375Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:20:29.375Z] ---> db12cc44a3a1 [2021-02-01T01:20:29.375Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T01:20:29.375Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:20:29.376Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:20:29.376Z] ---> db12cc44a3a1 [2021-02-01T01:20:29.376Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T01:20:29.376Z] ---> Running in 975a1146394e [2021-02-01T01:20:29.376Z] ---> Running in ed14b84ab542 [2021-02-01T01:20:29.376Z] ---> Running in 3bc887f30f15 [2021-02-01T01:20:29.376Z] ---> Running in 8f234acf1d22 [2021-02-01T01:20:29.376Z] ---> Running in a650042f1384 [2021-02-01T01:20:29.376Z] Removing intermediate container a650042f1384 [2021-02-01T01:20:29.376Z] ---> 6c9a83d74b28 [2021-02-01T01:20:29.376Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:20:29.376Z] Removing intermediate container 8f234acf1d22 [2021-02-01T01:20:29.376Z] ---> 6245f00aa999 [2021-02-01T01:20:29.376Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:20:29.376Z] Removing intermediate container 975a1146394e [2021-02-01T01:20:29.376Z] ---> dbcdce39c30c [2021-02-01T01:20:29.376Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:20:29.376Z] Removing intermediate container 3bc887f30f15 [2021-02-01T01:20:29.376Z] ---> d36a5cd7b83f [2021-02-01T01:20:29.376Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:20:29.376Z] Removing intermediate container ed14b84ab542 [2021-02-01T01:20:29.376Z] ---> a48735e565b1 [2021-02-01T01:20:29.376Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:20:29.376Z] ---> Running in 568cf2fe0d7f [2021-02-01T01:20:29.376Z] ---> Running in b0be7585c88d [2021-02-01T01:20:29.376Z] ---> Running in 60b9865845f6 [2021-02-01T01:20:29.376Z] ---> Running in 20bed5d6d539 [2021-02-01T01:20:29.376Z] ---> Running in 8c5d3554c17c [2021-02-01T01:20:29.376Z] Removing intermediate container b0be7585c88d [2021-02-01T01:20:29.376Z] ---> a08147b024fa [2021-02-01T01:20:29.376Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T01:20:29.376Z] ---> Running in 8102052f4343 [2021-02-01T01:20:29.376Z] Removing intermediate container 8c5d3554c17c [2021-02-01T01:20:29.376Z] ---> 2c86100d1c9b [2021-02-01T01:20:29.376Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T01:20:29.376Z] Removing intermediate container 20bed5d6d539 [2021-02-01T01:20:29.376Z] ---> 79983830d501 [2021-02-01T01:20:29.376Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T01:20:29.376Z] Removing intermediate container 60b9865845f6 [2021-02-01T01:20:29.376Z] ---> 8eb7f9c5be45 [2021-02-01T01:20:29.376Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T01:20:29.376Z] ---> Running in a25ed24509ba [2021-02-01T01:20:29.376Z] ---> Running in 1ef94b70d3f9 [2021-02-01T01:20:29.376Z] Removing intermediate container 568cf2fe0d7f [2021-02-01T01:20:29.376Z] ---> 05a13173c30c [2021-02-01T01:20:29.376Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T01:20:29.376Z] ---> Running in f9b4e707c259 [2021-02-01T01:20:29.376Z] ---> Running in be30670b5d88 [2021-02-01T01:20:29.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:29.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:29.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:29.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:29.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:30.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:30.528Z] OK: 233 MiB in 51 packages [2021-02-01T01:20:30.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:30.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:30.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:30.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:20:31.108Z] OK: 233 MiB in 51 packages [2021-02-01T01:20:31.429Z] OK: 233 MiB in 51 packages [2021-02-01T01:20:31.429Z] OK: 233 MiB in 51 packages [2021-02-01T01:20:31.429Z] OK: 233 MiB in 51 packages [2021-02-01T01:20:31.429Z] Removing intermediate container 8102052f4343 [2021-02-01T01:20:31.429Z] ---> 82c4628ae4bf [2021-02-01T01:20:31.429Z] Step 6/24 : COPY go.mod . [2021-02-01T01:20:32.052Z] ---> 2e72d5ed0878 [2021-02-01T01:20:32.052Z] Step 7/24 : RUN go mod download [2021-02-01T01:20:32.052Z] Removing intermediate container a25ed24509ba [2021-02-01T01:20:32.052Z] ---> 0338f6b09faa [2021-02-01T01:20:32.052Z] Step 6/21 : COPY go.mod . [2021-02-01T01:20:32.323Z] ---> Running in 4efa44aae917 [2021-02-01T01:20:32.323Z] Removing intermediate container f9b4e707c259 [2021-02-01T01:20:32.323Z] ---> 7c1d96d3d57a [2021-02-01T01:20:32.323Z] Step 6/22 : COPY go.mod . [2021-02-01T01:20:32.926Z] ---> e178c4c09866 [2021-02-01T01:20:32.926Z] Step 7/21 : RUN go mod download [2021-02-01T01:20:32.926Z] Removing intermediate container be30670b5d88 [2021-02-01T01:20:32.926Z] ---> 21cbb4839867 [2021-02-01T01:20:32.926Z] Step 6/22 : COPY go.mod . [2021-02-01T01:20:32.926Z] Removing intermediate container 1ef94b70d3f9 [2021-02-01T01:20:32.926Z] ---> 0acab4e2c3e6 [2021-02-01T01:20:32.926Z] Step 6/23 : COPY go.mod . [2021-02-01T01:20:32.926Z] ---> Running in 4c7145413bb9 [2021-02-01T01:20:33.201Z] ---> 5449388f4d0e [2021-02-01T01:20:33.201Z] Step 7/22 : RUN go mod download [2021-02-01T01:20:33.201Z] ---> Running in ccc26e86e62e [2021-02-01T01:20:33.838Z] ---> aadaeaf8a739 [2021-02-01T01:20:33.838Z] Step 7/22 : RUN go mod download [2021-02-01T01:20:33.838Z] ---> 15ada7315332 [2021-02-01T01:20:33.838Z] Step 7/23 : RUN go mod download [2021-02-01T01:20:34.125Z] ---> Running in 894575ec7a16 [2021-02-01T01:20:34.125Z] ---> Running in 62eac84c5aaa [2021-02-01T01:20:34.292Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T01:20:36.789Z] Removing intermediate container 4efa44aae917 [2021-02-01T01:20:36.790Z] ---> e0165cb0cb51 [2021-02-01T01:20:36.790Z] Step 8/24 : COPY . . [2021-02-01T01:20:36.790Z] Removing intermediate container 4c7145413bb9 [2021-02-01T01:20:36.790Z] ---> ecdae37626e1 [2021-02-01T01:20:36.790Z] Step 8/21 : COPY . . [2021-02-01T01:20:36.790Z] Removing intermediate container ccc26e86e62e [2021-02-01T01:20:36.790Z] ---> c1bdf7cc3808 [2021-02-01T01:20:36.790Z] Step 8/22 : COPY . . [2021-02-01T01:20:36.790Z] Removing intermediate container 894575ec7a16 [2021-02-01T01:20:36.790Z] ---> 54897248a72c [2021-02-01T01:20:36.790Z] Step 8/22 : COPY . . [2021-02-01T01:20:37.058Z] Removing intermediate container 62eac84c5aaa [2021-02-01T01:20:37.058Z] ---> 4dde0bbd8914 [2021-02-01T01:20:37.058Z] Step 8/23 : COPY . . [2021-02-01T01:20:37.704Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T01:20:37.704Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T01:20:37.704Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T01:20:46.017Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T01:20:46.017Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T01:20:46.017Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T01:20:46.017Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T01:20:46.017Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T01:20:46.017Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T01:20:54.545Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T01:20:54.545Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T01:20:54.546Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T01:21:00.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.404s coverage: 46.0% of statements [2021-02-01T01:21:00.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T01:21:00.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T01:21:00.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T01:21:00.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T01:21:00.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T01:21:00.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T01:21:00.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T01:21:00.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.165s coverage: 100.0% of statements [2021-02-01T01:21:06.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.1% of statements [2021-02-01T01:21:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T01:21:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T01:21:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T01:21:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T01:21:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T01:21:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T01:21:06.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements [2021-02-01T01:21:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T01:21:06.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-02-01T01:21:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T01:21:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T01:21:07.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 65.8% of statements [2021-02-01T01:21:07.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T01:21:07.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T01:21:09.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.699s coverage: 82.3% of statements [2021-02-01T01:21:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T01:21:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T01:21:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T01:21:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T01:21:16.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.242s coverage: 28.6% of statements [2021-02-01T01:21:16.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T01:21:16.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T01:21:16.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T01:21:16.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T01:21:16.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T01:21:16.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements [2021-02-01T01:21:16.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T01:21:16.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-02-01T01:21:16.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T01:21:16.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements [2021-02-01T01:21:16.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T01:21:17.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements [2021-02-01T01:21:17.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T01:21:18.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.238s coverage: 78.3% of statements [2021-02-01T01:21:18.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T01:21:18.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T01:21:18.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T01:21:18.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T01:21:29.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.246s coverage: 92.8% of statements [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T01:21:29.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T01:21:29.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T01:21:29.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T01:21:29.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T01:21:29.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T01:21:29.067Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.098s coverage: 58.8% of statements [2021-02-01T01:21:29.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T01:21:29.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T01:21:29.067Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements [2021-02-01T01:21:29.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T01:21:29.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T01:21:29.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T01:21:29.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 45.5% of statements [2021-02-01T01:21:29.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-02-01T01:21:29.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.085s coverage: 94.1% of statements [2021-02-01T01:21:29.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-02-01T01:21:29.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-02-01T01:21:39.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.078s coverage: 94.4% of statements [2021-02-01T01:21:39.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2021-02-01T01:21:45.418Z] ---> 6b986f1be305 [2021-02-01T01:21:45.418Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T01:21:45.418Z] ---> 17e2ad6c4a60 [2021-02-01T01:21:45.418Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T01:21:45.418Z] ---> 0b2a51592339 [2021-02-01T01:21:45.418Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T01:21:45.418Z] ---> a8e24cd08b00 [2021-02-01T01:21:45.418Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T01:21:45.418Z] ---> Running in b07407c020bc [2021-02-01T01:21:45.418Z] ---> 57b342985310 [2021-02-01T01:21:45.418Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T01:21:45.418Z] ---> Running in 77c8cf3f0d4e [2021-02-01T01:21:45.418Z] ---> Running in 44e37fc16d70 [2021-02-01T01:21:45.418Z] ---> Running in 1e7ee0192e0d [2021-02-01T01:21:45.418Z] ---> Running in a2d7a57394bc [2021-02-01T01:21:45.418Z] 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-01T01:21:45.418Z] 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-01T01:21:45.418Z] 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-01T01:21:45.418Z] 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-01T01:21:45.418Z] 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-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.092s coverage: 87.2% of statements [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.492s coverage: 63.5% of statements [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.711s coverage: 68.9% of statements [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.291s coverage: 37.0% of statements [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T01:21:57.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.483s coverage: 84.0% of statements [2021-02-01T01:21:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements [2021-02-01T01:22:02.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.332s coverage: 47.1% of statements [2021-02-01T01:22:02.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T01:22:02.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T01:22:02.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T01:22:02.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T01:22:02.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T01:22:02.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements [2021-02-01T01:22:02.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T01:22:02.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2021-02-01T01:22:02.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T01:22:08.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.398s coverage: 29.1% of statements [2021-02-01T01:22:08.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T01:22:08.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T01:22:08.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T01:22:08.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.162s coverage: 100.0% of statements [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T01:22:08.381Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.106s coverage: 0.0% of statements [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T01:22:08.381Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T01:22:08.381Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T01:22:08.381Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T01:22:08.381Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-02-01T01:22:08.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-01T01:22:10.084Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-02-01T01:22:11.062Z] GO111MODULE=on go vet ./... [2021-02-01T01:22:24.887Z] 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-01T01:22:24.887Z] 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-01T01:22:30.627Z] Removing intermediate container a2d7a57394bc [2021-02-01T01:22:30.627Z] ---> 917da87cb4e1 [2021-02-01T01:22:30.627Z] [2021-02-01T01:22:30.627Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T01:22:30.627Z] 3.12: Pulling from library/alpine [2021-02-01T01:22:33.457Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T01:22:33.457Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T01:22:33.457Z] ---> 389fef711851 [2021-02-01T01:22:33.457Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T01:22:33.756Z] Removing intermediate container 44e37fc16d70 [2021-02-01T01:22:33.756Z] ---> 61f88a68c241 [2021-02-01T01:22:33.756Z] [2021-02-01T01:22:33.756Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T01:22:33.756Z] ---> 389fef711851 [2021-02-01T01:22:33.756Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T01:22:33.756Z] Removing intermediate container 1e7ee0192e0d [2021-02-01T01:22:33.756Z] ---> eaa0a4e4d074 [2021-02-01T01:22:33.756Z] [2021-02-01T01:22:33.756Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T01:22:33.756Z] ---> 389fef711851 [2021-02-01T01:22:33.756Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T01:22:34.835Z] ---> Running in 0d45261e3bc3 [2021-02-01T01:22:35.453Z] ---> Running in 4f33aaaae47c [2021-02-01T01:22:35.453Z] ---> Running in 432be5e155d5 [2021-02-01T01:22:38.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:38.907Z] Removing intermediate container b07407c020bc [2021-02-01T01:22:38.907Z] ---> 63f7832a4f7f [2021-02-01T01:22:38.907Z] [2021-02-01T01:22:38.907Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T01:22:38.907Z] ---> 389fef711851 [2021-02-01T01:22:38.907Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T01:22:38.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:38.907Z] ---> Running in f407c726e020 [2021-02-01T01:22:38.907Z] Removing intermediate container 77c8cf3f0d4e [2021-02-01T01:22:38.907Z] ---> 20fde54e2c65 [2021-02-01T01:22:38.907Z] [2021-02-01T01:22:38.907Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T01:22:38.907Z] ---> 389fef711851 [2021-02-01T01:22:38.907Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T01:22:38.907Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T01:22:38.908Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T01:22:38.908Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:22:39.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:39.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:39.177Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T01:22:39.177Z] OK: 6 MiB in 16 packages [2021-02-01T01:22:39.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:39.452Z] ---> Running in 9f3efc60599a [2021-02-01T01:22:39.452Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T01:22:39.452Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T01:22:39.452Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T01:22:39.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:39.759Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T01:22:39.759Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T01:22:39.759Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:22:39.759Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T01:22:39.759Z] OK: 7 MiB in 19 packages [2021-02-01T01:22:39.759Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T01:22:40.042Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T01:22:40.042Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T01:22:40.042Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T01:22:40.042Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:22:40.042Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T01:22:40.685Z] OK: 7 MiB in 18 packages [2021-02-01T01:22:40.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:40.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:40.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:41.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:22:41.689Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T01:22:41.689Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:22:41.689Z] OK: 6 MiB in 15 packages [2021-02-01T01:22:41.689Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T01:22:41.689Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:22:41.689Z] OK: 6 MiB in 15 packages [2021-02-01T01:22:41.979Z] Removing intermediate container 0d45261e3bc3 [2021-02-01T01:22:41.979Z] ---> 88196f13c5dd [2021-02-01T01:22:41.979Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T01:22:42.606Z] ---> Running in b32449572d30 [2021-02-01T01:22:42.606Z] Removing intermediate container 4f33aaaae47c [2021-02-01T01:22:42.606Z] ---> 8acd132ed15a [2021-02-01T01:22:42.606Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T01:22:42.914Z] Removing intermediate container 432be5e155d5 [2021-02-01T01:22:42.914Z] ---> 1d189a698146 [2021-02-01T01:22:42.914Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T01:22:42.914Z] ---> Running in 266d10c39a47 [2021-02-01T01:22:42.914Z] Removing intermediate container b32449572d30 [2021-02-01T01:22:42.914Z] ---> 819ca972cb62 [2021-02-01T01:22:42.914Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T01:22:43.201Z] ---> Running in f8a2e98ef47c [2021-02-01T01:22:43.201Z] ---> Running in cc9d0ec82bdf [2021-02-01T01:22:43.477Z] Removing intermediate container f407c726e020 [2021-02-01T01:22:43.477Z] ---> 9ec0e2c4e008 [2021-02-01T01:22:43.477Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T01:22:43.477Z] Removing intermediate container 9f3efc60599a [2021-02-01T01:22:43.477Z] ---> 793cc22c675a [2021-02-01T01:22:43.477Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T01:22:44.061Z] ---> Running in ff58aad7a2b2 [2021-02-01T01:22:44.061Z] Removing intermediate container f8a2e98ef47c [2021-02-01T01:22:44.061Z] ---> aab8f284f690 [2021-02-01T01:22:44.061Z] Step 13/21 : WORKDIR /edgex [2021-02-01T01:22:44.061Z] Removing intermediate container 266d10c39a47 [2021-02-01T01:22:44.061Z] ---> 60c0da4cdf4d [2021-02-01T01:22:44.061Z] Step 13/24 : WORKDIR / [2021-02-01T01:22:44.341Z] ---> Running in 2b677096c555 [2021-02-01T01:22:44.341Z] ---> Running in 753f03df6a0a [2021-02-01T01:22:44.341Z] ---> Running in 2747191f5ce5 [2021-02-01T01:22:44.341Z] Removing intermediate container cc9d0ec82bdf [2021-02-01T01:22:44.341Z] ---> 9aaa66a4994a [2021-02-01T01:22:44.341Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T01:22:44.650Z] Removing intermediate container ff58aad7a2b2 [2021-02-01T01:22:44.650Z] ---> ab66bb67da36 [2021-02-01T01:22:44.650Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T01:22:44.650Z] ---> Running in 0010fb221bf2 [2021-02-01T01:22:44.650Z] ---> Running in 7b6ac30829c0 [2021-02-01T01:22:44.650Z] Removing intermediate container 2b677096c555 [2021-02-01T01:22:44.650Z] ---> 65a62a9cc6bf [2021-02-01T01:22:44.650Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T01:22:44.945Z] Removing intermediate container 753f03df6a0a [2021-02-01T01:22:44.945Z] ---> 89e3f6009146 [2021-02-01T01:22:44.945Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T01:22:44.945Z] Removing intermediate container 2747191f5ce5 [2021-02-01T01:22:44.945Z] ---> 596fdf3e7638 [2021-02-01T01:22:44.945Z] 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-01T01:22:45.306Z] ---> Running in 534ae35e5373 [2021-02-01T01:22:45.598Z] Removing intermediate container 0010fb221bf2 [2021-02-01T01:22:45.598Z] ---> e02e35fa07f4 [2021-02-01T01:22:45.598Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:22:45.598Z] Removing intermediate container 7b6ac30829c0 [2021-02-01T01:22:45.598Z] ---> 993b047b0d41 [2021-02-01T01:22:45.598Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T01:22:45.598Z] ---> 7b8f8dec92ce [2021-02-01T01:22:45.598Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T01:22:45.977Z] Removing intermediate container 534ae35e5373 [2021-02-01T01:22:45.977Z] ---> 9efe750ba7d6 [2021-02-01T01:22:45.977Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T01:22:45.977Z] ---> f0fa65e87d67 [2021-02-01T01:22:45.977Z] 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-01T01:22:46.261Z] ---> Running in 16d093cf9709 [2021-02-01T01:22:46.261Z] ---> Running in a24909819063 [2021-02-01T01:22:46.882Z] ---> ca4f60c2a67f [2021-02-01T01:22:46.882Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T01:22:46.882Z] ---> af6a3f7414fc [2021-02-01T01:22:46.882Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T01:22:46.882Z] ---> 0f9c9259f4c6 [2021-02-01T01:22:46.882Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T01:22:46.882Z] Removing intermediate container 16d093cf9709 [2021-02-01T01:22:46.882Z] ---> 84ee3846c1c9 [2021-02-01T01:22:46.882Z] Step 15/23 : WORKDIR / [2021-02-01T01:22:47.152Z] Removing intermediate container a24909819063 [2021-02-01T01:22:47.152Z] ---> f73b2982a231 [2021-02-01T01:22:47.152Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:22:47.152Z] ---> Running in ea4989983aca [2021-02-01T01:22:47.764Z] ---> e0ac52cd50ab [2021-02-01T01:22:47.764Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T01:22:48.037Z] Removing intermediate container ea4989983aca [2021-02-01T01:22:48.037Z] ---> 57305a20ed78 [2021-02-01T01:22:48.037Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:22:48.037Z] ---> 3664da3345bf [2021-02-01T01:22:48.037Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T01:22:48.037Z] ---> 7f75b9a8daff [2021-02-01T01:22:48.037Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T01:22:48.037Z] ---> c617d6850a6d [2021-02-01T01:22:48.037Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T01:22:48.325Z] ---> Running in d2a7a13f313c [2021-02-01T01:22:48.617Z] ---> dd8905f7b422 [2021-02-01T01:22:48.617Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T01:22:48.617Z] ---> 3a4e92fe0698 [2021-02-01T01:22:48.617Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T01:22:48.934Z] ---> ab2e1834dc58 [2021-02-01T01:22:48.934Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T01:22:49.240Z] Removing intermediate container d2a7a13f313c [2021-02-01T01:22:49.240Z] ---> d74ff7fbf3a4 [2021-02-01T01:22:49.240Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T01:22:49.240Z] ---> Running in cc7869b18708 [2021-02-01T01:22:49.515Z] ---> 21d4884f07e3 [2021-02-01T01:22:49.515Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T01:22:49.515Z] ---> Running in e4b86d954624 [2021-02-01T01:22:49.805Z] ---> f5c8796cf339 [2021-02-01T01:22:49.805Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T01:22:49.805Z] Removing intermediate container cc7869b18708 [2021-02-01T01:22:49.805Z] ---> b50467ae71f9 [2021-02-01T01:22:49.805Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:22:49.805Z] ---> 2cde71700cd1 [2021-02-01T01:22:49.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T01:22:49.805Z] ---> Running in 7653de6c3ddc [2021-02-01T01:22:49.805Z] Removing intermediate container e4b86d954624 [2021-02-01T01:22:49.805Z] ---> 9299d5709912 [2021-02-01T01:22:49.805Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T01:22:50.433Z] ---> Running in cd01a29e58cf [2021-02-01T01:22:50.433Z] ---> 2b41ec8f5ed1 [2021-02-01T01:22:50.433Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T01:22:50.433Z] ---> bf3000b900f4 [2021-02-01T01:22:50.433Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T01:22:50.729Z] ---> Running in 4ab679abf072 [2021-02-01T01:22:50.729Z] Removing intermediate container 7653de6c3ddc [2021-02-01T01:22:50.729Z] ---> c27d4cbc8b3e [2021-02-01T01:22:50.729Z] Step 20/22 : LABEL arch=x86_64 ---> be5fe7f2c8da [2021-02-01T01:22:50.729Z] 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-01T01:22:50.729Z] [2021-02-01T01:22:50.729Z] ---> Running in fcd943e6f41f [2021-02-01T01:22:50.729Z] ---> Running in 8ea2d803d728 [2021-02-01T01:22:51.003Z] ---> Running in 4347d5a88cb0 [2021-02-01T01:22:51.003Z] Removing intermediate container cd01a29e58cf [2021-02-01T01:22:51.003Z] ---> 5098626a70f0 [2021-02-01T01:22:51.003Z] Step 20/21 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:22:51.288Z] ---> Running in af1638f6f6ce [2021-02-01T01:22:51.288Z] Removing intermediate container 4ab679abf072 [2021-02-01T01:22:51.288Z] ---> dcba3103a47f [2021-02-01T01:22:51.288Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:22:51.288Z] Removing intermediate container fcd943e6f41f [2021-02-01T01:22:51.288Z] ---> 38c101eb5169 [2021-02-01T01:22:51.288Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:22:51.288Z] Removing intermediate container 8ea2d803d728 [2021-02-01T01:22:51.288Z] ---> 6b7f9484a1e6 [2021-02-01T01:22:51.288Z] Step 21/22 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:22:51.288Z] ---> Running in 6eb0f8351188 [2021-02-01T01:22:51.642Z] ---> Running in acfd19c0b3ca [2021-02-01T01:22:51.642Z] ---> Running in bcebc1d57d01 [2021-02-01T01:22:51.642Z] Removing intermediate container af1638f6f6ce [2021-02-01T01:22:51.642Z] ---> 4b9a61a716ec [2021-02-01T01:22:51.642Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T01:22:51.987Z] ---> Running in b8a76fdcc981 [2021-02-01T01:22:51.987Z] Removing intermediate container 6eb0f8351188 [2021-02-01T01:22:51.987Z] ---> 144f707c7cf9 [2021-02-01T01:22:51.987Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T01:22:52.342Z] Removing intermediate container acfd19c0b3ca [2021-02-01T01:22:52.342Z] ---> 990cd807eebf [2021-02-01T01:22:52.342Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T01:22:52.342Z] Removing intermediate container bcebc1d57d01 [2021-02-01T01:22:52.342Z] ---> 83f4a7dacb77 [2021-02-01T01:22:52.342Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T01:22:52.342Z] ---> Running in 1c7cf386676c [2021-02-01T01:22:52.684Z] ---> Running in f4417aa30cd3 [2021-02-01T01:22:52.684Z] ---> Running in ba5c67d4b180 [2021-02-01T01:22:52.684Z] Removing intermediate container b8a76fdcc981 [2021-02-01T01:22:52.684Z] ---> 89eb2e5578c7 [2021-02-01T01:22:52.684Z] [2021-02-01T01:22:53.011Z] Removing intermediate container 1c7cf386676c [2021-02-01T01:22:53.011Z] ---> 84ff67cd345b [2021-02-01T01:22:53.011Z] Step 21/22 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:22:53.325Z] Removing intermediate container f4417aa30cd3 [2021-02-01T01:22:53.325Z] ---> 7fc37b9dea5e [2021-02-01T01:22:53.325Z] Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:22:53.325Z] Removing intermediate container ba5c67d4b180 [2021-02-01T01:22:53.325Z] ---> d2f4d5a3fd88 [2021-02-01T01:22:53.325Z] [2021-02-01T01:22:53.325Z] Successfully built 89eb2e5578c7 [2021-02-01T01:22:53.325Z] Removing intermediate container 4347d5a88cb0 [2021-02-01T01:22:53.325Z] ---> 0e32f44e054c [2021-02-01T01:22:53.325Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T01:22:53.325Z] ---> Running in d5e3808bca01 [2021-02-01T01:22:53.325Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T01:22:53.325Z] Building docker-core-metadata-go [2021-02-01T01:22:53.763Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 23ee32503324 [2021-02-01T01:22:53.763Z] ---> Running in 018635df3648 [2021-02-01T01:22:54.838Z] Successfully built d2f4d5a3fd88 [2021-02-01T01:22:54.838Z] Removing intermediate container d5e3808bca01 [2021-02-01T01:22:54.838Z] ---> e6f4cdb048fb [2021-02-01T01:22:54.838Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T01:22:54.838Z] Removing intermediate container 018635df3648 [2021-02-01T01:22:54.838Z] ---> 428357fb382a [2021-02-01T01:22:54.838Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T01:22:54.838Z] Successfully tagged docker-support-notifications-go:latest [2021-02-01T01:22:54.838Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-01T01:22:54.838Z] Removing intermediate container 23ee32503324 [2021-02-01T01:22:54.838Z] ---> 58ecd3f63e24 [2021-02-01T01:22:54.838Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T01:22:54.838Z] ---> Running in c6301bf8f96f [2021-02-01T01:22:55.156Z] ---> Running in dcb6b8c28946 [2021-02-01T01:22:55.156Z] ---> Running in d979a32b1df6 [2021-02-01T01:22:55.819Z] Removing intermediate container c6301bf8f96f [2021-02-01T01:22:55.819Z] ---> fbf6e6e783d3 [2021-02-01T01:22:55.819Z] [2021-02-01T01:22:56.112Z] Removing intermediate container dcb6b8c28946 [2021-02-01T01:22:56.112Z] ---> 17d3db6ae69a [2021-02-01T01:22:56.112Z] Step 23/24 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:22:56.420Z] Successfully built fbf6e6e783d3 [2021-02-01T01:22:56.420Z] Removing intermediate container d979a32b1df6 [2021-02-01T01:22:56.420Z] ---> fddabeccf30e [2021-02-01T01:22:56.420Z] [2021-02-01T01:22:57.075Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T01:22:57.075Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-01T01:22:57.075Z] ---> Running in 8a46651ae475 [2021-02-01T01:22:57.075Z] Successfully built fddabeccf30e [2021-02-01T01:22:57.075Z] Successfully tagged docker-core-command-go:latest [2021-02-01T01:22:57.075Z] Building docker-sys-mgmt-agent-go [2021-02-01T01:22:57.678Z]  Building docker-core-command-go ... done Removing intermediate container 8a46651ae475 [2021-02-01T01:22:57.678Z] ---> 41c47da9c0d0 [2021-02-01T01:22:57.678Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T01:22:58.689Z] ---> Running in 46046f9c4a53 [2021-02-01T01:22:59.754Z] Removing intermediate container 46046f9c4a53 [2021-02-01T01:22:59.754Z] ---> 8028368c84ec [2021-02-01T01:22:59.754Z] [2021-02-01T01:23:00.413Z] Successfully built 8028368c84ec [2021-02-01T01:23:00.413Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T01:23:32.853Z] gofmt -l . [2021-02-01T01:23:32.853Z] [ "`gofmt -l .`" = "" ] [2021-02-01T01:23:32.853Z] ./bin/test-go-mod-tidy.sh [2021-02-01T01:23:32.853Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T01:23:33.517Z] + ls -al . [2021-02-01T01:23:33.517Z] total 708 [2021-02-01T01:23:33.517Z] drwxrwxr-x 9 1001 1001 4096 Feb 1 01:23 . [2021-02-01T01:23:33.517Z] drwxr-xr-x 4 root root 4096 Feb 1 01:19 .. [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 01:17 .dockerignore [2021-02-01T01:23:33.517Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 01:17 .git [2021-02-01T01:23:33.517Z] drwxrwxr-x 3 1001 1001 4096 Feb 1 01:17 .github [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 01:17 .gitignore [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 01:17 .sonarcloud.properties [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 01:17 Attribution.txt [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 01:17 CONTRIBUTING.md [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 01:17 Dockerfile.build [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 01:17 Jenkinsfile [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 01:17 LICENSE [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 01:17 Makefile [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 01:17 README.md [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 01:17 SECURITY.md [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 01:13 VERSION [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 01:17 ZMQWindows.md [2021-02-01T01:23:33.517Z] drwxrwxr-x 2 1001 1001 4096 Feb 1 01:17 bin [2021-02-01T01:23:33.517Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 01:17 cmd [2021-02-01T01:23:33.517Z] -rw-r--r-- 1 root root 574984 Feb 1 01:22 coverage.out [2021-02-01T01:23:33.517Z] -rw-r--r-- 1 root root 1054 Feb 1 01:23 go.mod [2021-02-01T01:23:33.517Z] -rw-r--r-- 1 root root 19289 Feb 1 01:23 go.sum [2021-02-01T01:23:33.517Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 01:17 internal [2021-02-01T01:23:33.517Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 01:17 openapi [2021-02-01T01:23:33.517Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 01:17 snap [2021-02-01T01:23:33.517Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 01:17 version.go [Pipeline] sh [2021-02-01T01:23:34.174Z] + '[' -e coverage.out ] [2021-02-01T01:23:34.174Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T01:23:34.247Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T01:23:35.474Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T01:23:36.183Z] + make build [2021-02-01T01:23:36.183Z] 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-01T01:23:39.809Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:23:39.810Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:23:39.810Z] ---> db12cc44a3a1 [2021-02-01T01:23:39.810Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> a48735e565b1 [2021-02-01T01:23:39.810Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 2c86100d1c9b [2021-02-01T01:23:39.810Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 0acab4e2c3e6 [2021-02-01T01:23:39.810Z] Step 6/31 : COPY go.mod . [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 15ada7315332 [2021-02-01T01:23:39.810Z] Step 7/31 : RUN go mod download [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 4dde0bbd8914 [2021-02-01T01:23:39.810Z] Step 8/31 : COPY . . [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 6b986f1be305 [2021-02-01T01:23:39.810Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T01:23:39.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:23:39.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:23:39.810Z] ---> db12cc44a3a1 [2021-02-01T01:23:39.810Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> a48735e565b1 [2021-02-01T01:23:39.810Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 2c86100d1c9b [2021-02-01T01:23:39.810Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T01:23:39.810Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:23:39.810Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:23:39.810Z] ---> db12cc44a3a1 [2021-02-01T01:23:39.810Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> a48735e565b1 [2021-02-01T01:23:39.810Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 2c86100d1c9b [2021-02-01T01:23:39.810Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T01:23:39.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:23:39.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:23:39.810Z] ---> db12cc44a3a1 [2021-02-01T01:23:39.810Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> a48735e565b1 [2021-02-01T01:23:39.810Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 2c86100d1c9b [2021-02-01T01:23:39.810Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 0acab4e2c3e6 [2021-02-01T01:23:39.810Z] Step 6/23 : COPY go.mod . [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 15ada7315332 [2021-02-01T01:23:39.810Z] Step 7/23 : RUN go mod download [2021-02-01T01:23:39.810Z] ---> Using cache [2021-02-01T01:23:39.810Z] ---> 4dde0bbd8914 [2021-02-01T01:23:39.810Z] Step 8/23 : COPY . . [2021-02-01T01:23:40.402Z] ---> Using cache [2021-02-01T01:23:40.402Z] ---> 6b986f1be305 [2021-02-01T01:23:40.402Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T01:23:40.996Z] ---> Running in 2e3a08e6881a [2021-02-01T01:23:40.996Z] ---> Running in 66806aef64b7 [2021-02-01T01:23:40.996Z] ---> Running in 18639efc0e1b [2021-02-01T01:23:40.996Z] ---> Running in ca4f5b04cf2c [2021-02-01T01:23:42.514Z] 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-01T01:23:42.514Z] 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-01T01:23:42.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:23:42.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:23:43.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:23:43.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:23:43.752Z] OK: 233 MiB in 51 packages [2021-02-01T01:23:43.752Z] OK: 233 MiB in 51 packages [2021-02-01T01:23:45.297Z] Removing intermediate container 66806aef64b7 [2021-02-01T01:23:45.297Z] ---> 706bcac7dcbd [2021-02-01T01:23:45.297Z] Step 6/26 : COPY go.mod . [2021-02-01T01:23:45.600Z] Removing intermediate container 2e3a08e6881a [2021-02-01T01:23:45.600Z] ---> c8b42ae01f31 [2021-02-01T01:23:45.600Z] Step 6/23 : COPY go.mod . [2021-02-01T01:23:46.243Z] ---> 43d7452c79fc [2021-02-01T01:23:46.243Z] Step 7/26 : RUN go mod download [2021-02-01T01:23:46.360Z] 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-01T01:23:46.547Z] ---> Running in 8b135d41f34f [2021-02-01T01:23:46.547Z] ---> 19276bada68a [2021-02-01T01:23:46.547Z] Step 7/23 : RUN go mod download [2021-02-01T01:23:46.879Z] ---> Running in 0e3f324a9693 [2021-02-01T01:23:53.672Z] Removing intermediate container 8b135d41f34f [2021-02-01T01:23:53.672Z] ---> 9f55b83e9957 [2021-02-01T01:23:53.672Z] Step 8/26 : COPY . . [2021-02-01T01:23:53.672Z] Removing intermediate container 0e3f324a9693 [2021-02-01T01:23:53.672Z] ---> 4cecf5842311 [2021-02-01T01:23:53.672Z] Step 8/23 : COPY . . [2021-02-01T01:24:13.145Z] 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-01T01:24:15.749Z] 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-01T01:24:21.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T01:24:22.465Z] 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-01T01:24:23.057Z] 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-01T01:24:28.467Z] 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-01T01:24:32.760Z] 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-01T01:24:36.804Z] Removing intermediate container 18639efc0e1b [2021-02-01T01:24:36.804Z] ---> bae93bde7732 [2021-02-01T01:24:36.804Z] [2021-02-01T01:24:36.804Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T01:24:36.804Z] ---> 389fef711851 [2021-02-01T01:24:36.804Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T01:24:36.804Z] ---> Using cache [2021-02-01T01:24:36.804Z] ---> 793cc22c675a [2021-02-01T01:24:36.804Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T01:24:36.804Z] ---> Using cache [2021-02-01T01:24:36.804Z] ---> 65a62a9cc6bf [2021-02-01T01:24:36.804Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T01:24:37.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T01:24:38.265Z] ---> Running in d1ed382be577 [2021-02-01T01:24:41.095Z] Removing intermediate container d1ed382be577 [2021-02-01T01:24:41.095Z] ---> 635b6b239086 [2021-02-01T01:24:41.095Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T01:24:41.095Z] Removing intermediate container ca4f5b04cf2c [2021-02-01T01:24:41.095Z] ---> f1ad6dc17a6e [2021-02-01T01:24:41.095Z] [2021-02-01T01:24:41.095Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T01:24:41.095Z] ---> 389fef711851 [2021-02-01T01:24:41.095Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T01:24:41.355Z] 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-01T01:24:41.374Z] ---> Running in 902786e62cba [2021-02-01T01:24:41.374Z] ---> Running in 5596b00b69ef [2021-02-01T01:24:41.374Z] ---> f6fe19419659 [2021-02-01T01:24:41.374Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T01:24:41.670Z] ---> 6d42f292f108 [2021-02-01T01:24:41.670Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T01:24:41.670Z] ---> Running in 410174a73de5 [2021-02-01T01:24:41.963Z] Removing intermediate container 902786e62cba [2021-02-01T01:24:41.963Z] ---> cd6bdb3e2700 [2021-02-01T01:24:41.963Z] Step 15/23 : WORKDIR / [2021-02-01T01:24:41.963Z] ---> Running in d0338de314ac [2021-02-01T01:24:41.963Z] Removing intermediate container 5596b00b69ef [2021-02-01T01:24:41.963Z] ---> f39e633abc88 [2021-02-01T01:24:41.963Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T01:24:41.963Z] ---> Running in 985aab13c44e [2021-02-01T01:24:41.963Z] ---> Running in 3900535ee89c [2021-02-01T01:24:43.195Z] Removing intermediate container 985aab13c44e [2021-02-01T01:24:43.195Z] ---> 62abad294e11 [2021-02-01T01:24:43.195Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:24:43.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-01T01:24:43.586Z] 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-01T01:24:43.985Z] ---> 675b1918491e [2021-02-01T01:24:43.985Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T01:24:44.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:24:44.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:24:44.772Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T01:24:44.772Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T01:24:44.772Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:24:44.772Z] OK: 6 MiB in 16 packages [2021-02-01T01:24:45.631Z] ---> dcef9d8538e4 [2021-02-01T01:24:45.631Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T01:24:45.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T01:24:46.960Z] ---> 0fbc3322c723 [2021-02-01T01:24:46.960Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T01:24:46.960Z] Removing intermediate container 3900535ee89c [2021-02-01T01:24:46.960Z] ---> d5e8455092dc [2021-02-01T01:24:46.960Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T01:24:46.960Z] ---> Running in 0857b6665084 [2021-02-01T01:24:46.960Z] ---> Running in 73224800f049 [2021-02-01T01:24:47.962Z] Removing intermediate container 73224800f049 [2021-02-01T01:24:47.962Z] ---> b52e87fa1466 [2021-02-01T01:24:47.962Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T01:24:47.962Z] Removing intermediate container 0857b6665084 [2021-02-01T01:24:47.962Z] ---> fc2b032d22d8 [2021-02-01T01:24:47.962Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:24:48.327Z] ---> Running in 5a101d13313a [2021-02-01T01:24:48.327Z] ---> Running in 1ade2f9199fa [2021-02-01T01:24:48.683Z] Removing intermediate container 5a101d13313a [2021-02-01T01:24:48.683Z] ---> 700d86321950 [2021-02-01T01:24:48.683Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T01:24:49.010Z] Removing intermediate container 1ade2f9199fa [2021-02-01T01:24:49.010Z] ---> c3e9d7934c43 [2021-02-01T01:24:49.010Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T01:24:49.010Z] ---> Running in ec86dab1e050 [2021-02-01T01:24:49.380Z] ---> Running in 53929549670b [2021-02-01T01:24:49.811Z] Removing intermediate container 53929549670b [2021-02-01T01:24:49.811Z] ---> d8519e3ad9e4 [2021-02-01T01:24:49.811Z] Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:24:50.251Z] ---> Running in 2eb09f76032d [2021-02-01T01:24:50.687Z] Removing intermediate container 2eb09f76032d [2021-02-01T01:24:50.687Z] ---> c11300c3c753 [2021-02-01T01:24:50.687Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T01:24:51.073Z] ---> Running in 5bbc7560f0ef [2021-02-01T01:24:51.085Z] 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-01T01:24:51.462Z] Removing intermediate container 5bbc7560f0ef [2021-02-01T01:24:51.462Z] ---> bbfe74b22a6b [2021-02-01T01:24:51.462Z] [2021-02-01T01:24:52.089Z] Removing intermediate container ec86dab1e050 [2021-02-01T01:24:52.089Z] ---> b3f595142869 [2021-02-01T01:24:52.089Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T01:24:52.424Z] Successfully built bbfe74b22a6b [2021-02-01T01:24:52.424Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T01:24:52.424Z]  Building docker-core-metadata-go ... done  ---> Running in 80bee71d0f2e [2021-02-01T01:24:53.102Z] Removing intermediate container 80bee71d0f2e [2021-02-01T01:24:53.102Z] ---> c4482364b736 [2021-02-01T01:24:53.102Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T01:24:54.180Z] ---> 0acea2ea06e6 [2021-02-01T01:24:54.180Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T01:24:54.180Z] ---> Running in 025c755c4616 [2021-02-01T01:24:55.393Z] 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-01T01:24:58.692Z] Removing intermediate container 025c755c4616 [2021-02-01T01:24:58.692Z] ---> 87b0eed023b3 [2021-02-01T01:24:58.692Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:24:58.692Z] ---> 14986a9e4617 [2021-02-01T01:24:58.692Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T01:25:00.779Z] ---> 6627e7ec05b3 [2021-02-01T01:25:00.779Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [Pipeline] } [2021-02-01T01:25:00.825Z] $ docker stop --time=1 052e551bcb6285e0be0f84c611f38f3072c518964e84188ee41d053347bfd4d3 [2021-02-01T01:25:01.475Z] ---> d5bc4a1cbded [2021-02-01T01:25:01.475Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T01:25:03.053Z] ---> f55060c0bb80 [2021-02-01T01:25:03.053Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T01:25:03.493Z] $ docker rm -f 052e551bcb6285e0be0f84c611f38f3072c518964e84188ee41d053347bfd4d3 [2021-02-01T01:25:04.561Z] ---> a031ba70ba11 [2021-02-01T01:25:04.561Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-02-01T01:25:05.191Z] ---> Running in 4fd94f54ae51 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:25:05.475Z] Removing intermediate container 4fd94f54ae51 [2021-02-01T01:25:05.475Z] ---> 88b9176df03b [2021-02-01T01:25:05.475Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T01:25:05.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T01:25:05.609Z] [2021-02-01T01:25:05.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:25:05.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T01:25:06.270Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-01T01:25:06.270Z] 29e5d40040c1: Pulling fs layer [2021-02-01T01:25:06.270Z] 1ce36da41761: Pulling fs layer [2021-02-01T01:25:06.270Z] 25b303627fd3: Pulling fs layer [2021-02-01T01:25:06.270Z] 29e5d40040c1: Verifying Checksum [2021-02-01T01:25:06.270Z] 29e5d40040c1: Download complete [2021-02-01T01:25:06.977Z] ---> 5adfa53c18ec [2021-02-01T01:25:06.977Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T01:25:07.284Z] 1ce36da41761: Verifying Checksum [2021-02-01T01:25:07.284Z] 1ce36da41761: Download complete [2021-02-01T01:25:07.284Z] 29e5d40040c1: Pull complete [2021-02-01T01:25:07.421Z] ---> Running in e65436319810 [2021-02-01T01:25:08.725Z] 1ce36da41761: Pull complete [2021-02-01T01:25:09.928Z] 25b303627fd3: Verifying Checksum [2021-02-01T01:25:09.928Z] 25b303627fd3: Download complete [2021-02-01T01:25:10.509Z] Removing intermediate container e65436319810 [2021-02-01T01:25:10.509Z] ---> 01f2638a5a35 [2021-02-01T01:25:10.509Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T01:25:11.164Z] ---> Running in d0502cb27ab8 [2021-02-01T01:25:11.830Z] Removing intermediate container d0502cb27ab8 [2021-02-01T01:25:11.830Z] ---> 9214310315c4 [2021-02-01T01:25:11.830Z] Step 28/31 : CMD ["gate"] [2021-02-01T01:25:12.883Z] ---> Running in a5ae9f3ca67a [2021-02-01T01:25:13.170Z] Removing intermediate container d0338de314ac [2021-02-01T01:25:13.170Z] ---> 9fb8a70b9473 [2021-02-01T01:25:13.170Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T01:25:13.446Z] ---> Running in ab449393260d [2021-02-01T01:25:13.743Z] Removing intermediate container a5ae9f3ca67a [2021-02-01T01:25:13.743Z] ---> 0580fafef36f [2021-02-01T01:25:13.744Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T01:25:14.034Z] ---> Running in 31a539db7f5c [2021-02-01T01:25:15.560Z] 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-01T01:25:15.560Z] Removing intermediate container 31a539db7f5c [2021-02-01T01:25:15.560Z] ---> d91fc1164fe7 [2021-02-01T01:25:15.560Z] Step 30/31 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:25:16.168Z] ---> Running in 31204c2a596d [2021-02-01T01:25:16.455Z] Removing intermediate container 31204c2a596d [2021-02-01T01:25:16.455Z] ---> bf438d8406bd [2021-02-01T01:25:16.455Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T01:25:16.764Z] ---> Running in 7e2cd2261b75 [2021-02-01T01:25:17.856Z] Removing intermediate container 7e2cd2261b75 [2021-02-01T01:25:17.856Z] ---> 4af5362e0dfa [2021-02-01T01:25:17.856Z] [2021-02-01T01:25:18.449Z] Successfully built 4af5362e0dfa [2021-02-01T01:25:18.723Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T01:25:19.699Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 410174a73de5 [2021-02-01T01:25:19.699Z] ---> 877f84663953 [2021-02-01T01:25:19.699Z] [2021-02-01T01:25:19.699Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T01:25:19.699Z] ---> 389fef711851 [2021-02-01T01:25:19.699Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T01:25:19.699Z] Removing intermediate container ab449393260d [2021-02-01T01:25:19.699Z] ---> f1fc08a8a36d [2021-02-01T01:25:19.699Z] [2021-02-01T01:25:19.699Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T01:25:19.699Z] ---> Running in 0ec7c269f7dc [2021-02-01T01:25:19.965Z] 20.10.0: Pulling from library/docker [2021-02-01T01:25:20.090Z] 25b303627fd3: Pull complete [2021-02-01T01:25:20.090Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-01T01:25:20.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T01:25:20.090Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-01T01:25:20.235Z] Removing intermediate container 0ec7c269f7dc [2021-02-01T01:25:20.235Z] ---> 08c3b2850dfb [2021-02-01T01:25:20.235Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T01:25:20.235Z] ---> Running in f555ac225101 [2021-02-01T01:25:20.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-24235 does not seem to be running inside a container [2021-02-01T01:25:20.472Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-01T01:25:20.508Z] Removing intermediate container f555ac225101 [2021-02-01T01:25:20.508Z] ---> c4e1d3d40d16 [2021-02-01T01:25:20.508Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T01:25:20.789Z] ---> Running in feaa4a841b4d [2021-02-01T01:25:21.382Z] Removing intermediate container feaa4a841b4d [2021-02-01T01:25:21.382Z] ---> b9149ddbfa49 [2021-02-01T01:25:21.382Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:25:21.382Z] ---> Running in 4479820a4baf [2021-02-01T01:25:23.834Z] $ docker top ba25db9835debe63339f466cc7f1ec473e9a4e7101850637fd19184b1c58a63c -eo pid,comm [2021-02-01T01:25:24.063Z] Removing intermediate container 4479820a4baf [2021-02-01T01:25:24.063Z] ---> 4533fd2428fd [2021-02-01T01:25:24.063Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T01:25:24.063Z] ---> Running in 559f68818d6d [Pipeline] { [Pipeline] sh [2021-02-01T01:25:24.929Z] + docker-compose build --help [2021-02-01T01:25:24.929Z] + grep parallel [2021-02-01T01:25:25.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:25:26.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:25:26.885Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T01:25:26.885Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T01:25:26.885Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T01:25:26.885Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T01:25:27.178Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T01:25:27.178Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T01:25:27.478Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:25:27.478Z] OK: 8 MiB in 20 packages [2021-02-01T01:25:29.018Z] Removing intermediate container 559f68818d6d [2021-02-01T01:25:29.018Z] ---> b84691438ffb [2021-02-01T01:25:29.018Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:25:29.223Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T01:25:29.251Z] $ docker stop --time=1 ba25db9835debe63339f466cc7f1ec473e9a4e7101850637fd19184b1c58a63c [2021-02-01T01:25:29.626Z] ---> 752591a979ce [2021-02-01T01:25:29.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T01:25:31.128Z] ---> 88e13a0b62f4 [2021-02-01T01:25:31.128Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T01:25:31.178Z] $ docker rm -f ba25db9835debe63339f466cc7f1ec473e9a4e7101850637fd19184b1c58a63c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-01T01:25:31.754Z] ---> 5680cdc98cab [2021-02-01T01:25:31.754Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T01:25:31.754Z] ---> Running in 9e6ba05c406f [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:25:32.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T01:25:32.124Z] . [Pipeline] withDockerContainer [2021-02-01T01:25:32.343Z] Removing intermediate container 9e6ba05c406f [2021-02-01T01:25:32.343Z] ---> 00da26b895c2 [2021-02-01T01:25:32.343Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:25:32.426Z] prd-ubuntu18.04-docker-arm64-4c-16g-24235 does not seem to be running inside a container [2021-02-01T01:25:32.536Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-01T01:25:32.618Z] ---> Running in d68ff3b65ecb [2021-02-01T01:25:32.924Z] Removing intermediate container d68ff3b65ecb [2021-02-01T01:25:32.924Z] ---> 2b19b24c94db [2021-02-01T01:25:32.924Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T01:25:33.223Z] ---> Running in 1816d63300b7 [2021-02-01T01:25:33.499Z] Removing intermediate container 1816d63300b7 [2021-02-01T01:25:33.499Z] ---> e48ea40f4eb9 [2021-02-01T01:25:33.499Z] Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:25:33.814Z] ---> Running in 53a7fb7acb02 [2021-02-01T01:25:34.057Z] $ docker top 1f55fbc99fcff995f3936816bed0042f528c0c045b4c5305950772fc87b399f5 -eo pid,comm [2021-02-01T01:25:34.133Z] Removing intermediate container 53a7fb7acb02 [2021-02-01T01:25:34.133Z] ---> 6b98783242fd [2021-02-01T01:25:34.133Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T01:25:34.133Z] ---> Running in c5f9644fb2b5 [Pipeline] { [2021-02-01T01:25:34.437Z] Removing intermediate container c5f9644fb2b5 [2021-02-01T01:25:34.437Z] ---> 62a44e9270a1 [2021-02-01T01:25:34.437Z] [2021-02-01T01:25:34.437Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T01:25:34.437Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T01:25:34.437Z] ---> aefe523efa57 [2021-02-01T01:25:34.437Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T01:25:34.437Z] ---> Running in 8f1c520c2d20 [Pipeline] sh [2021-02-01T01:25:34.843Z] Successfully built 62a44e9270a1 [2021-02-01T01:25:34.843Z] Successfully tagged docker-core-data-go:latest [2021-02-01T01:25:35.111Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T01:25:35.501Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:25:35.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:25:36.047Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T01:25:36.047Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T01:25:36.047Z] Executing bash-5.0.17-r0.post-install [2021-02-01T01:25:36.047Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:25:36.047Z] OK: 12 MiB in 22 packages [2021-02-01T01:25:37.040Z] Removing intermediate container 8f1c520c2d20 [2021-02-01T01:25:37.040Z] ---> 96ff520705bf [2021-02-01T01:25:37.040Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T01:25:37.040Z] ---> Running in cc8969f8be20 [2021-02-01T01:25:37.309Z] Removing intermediate container cc8969f8be20 [2021-02-01T01:25:37.309Z] ---> d84ab36a921d [2021-02-01T01:25:37.309Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T01:25:37.581Z] ---> Running in d7194cbad739 [2021-02-01T01:25:37.862Z] Removing intermediate container d7194cbad739 [2021-02-01T01:25:37.862Z] ---> 539800669f41 [2021-02-01T01:25:37.862Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T01:25:37.862Z] ---> Running in d120a5a7f45e [2021-02-01T01:25:38.145Z] Removing intermediate container d120a5a7f45e [2021-02-01T01:25:38.145Z] ---> 0273f416b9e4 [2021-02-01T01:25:38.145Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T01:25:39.109Z] ---> f5a6046c9f76 [2021-02-01T01:25:39.109Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T01:25:39.376Z] ---> 66cdc43c35d1 [2021-02-01T01:25:39.376Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T01:25:39.401Z] Building docker-core-command-go ... [2021-02-01T01:25:39.401Z] Building docker-core-data-go ... [2021-02-01T01:25:39.401Z] Building docker-core-metadata-go ... [2021-02-01T01:25:39.401Z] Building docker-security-bootstrapper-go ... [2021-02-01T01:25:39.401Z] Building docker-security-proxy-setup-go ... [2021-02-01T01:25:39.401Z] Building docker-security-secretstore-setup-go ... [2021-02-01T01:25:39.401Z] Building docker-support-notifications-go ... [2021-02-01T01:25:39.401Z] Building docker-support-scheduler-go ... [2021-02-01T01:25:39.401Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T01:25:39.401Z] Building docker-support-notifications-go [2021-02-01T01:25:39.401Z] Building docker-core-command-go [2021-02-01T01:25:39.401Z] Building docker-core-data-go [2021-02-01T01:25:39.401Z] Building docker-support-scheduler-go [2021-02-01T01:25:39.402Z] Building docker-sys-mgmt-agent-go [2021-02-01T01:25:39.995Z] ---> 10ddcab37a2e [2021-02-01T01:25:39.995Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T01:25:39.995Z] ---> Running in 06baccb0b99a [2021-02-01T01:25:40.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:25:40.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:25:41.270Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T01:25:41.270Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T01:25:41.270Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T01:25:41.270Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T01:25:41.270Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T01:25:41.270Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T01:25:41.270Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T01:25:42.717Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T01:25:42.717Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T01:25:42.717Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T01:25:42.717Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T01:25:42.717Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T01:25:42.717Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T01:25:42.717Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T01:25:42.717Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T01:25:42.983Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T01:25:42.983Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T01:25:42.983Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T01:25:42.983Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T01:25:42.983Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T01:25:42.983Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T01:25:42.983Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T01:25:42.983Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T01:25:42.983Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T01:25:42.983Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T01:25:43.250Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T01:25:43.250Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T01:25:43.250Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T01:25:43.250Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T01:25:43.250Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T01:25:43.250Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T01:25:43.250Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T01:25:43.250Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T01:25:43.519Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:25:43.519Z] OK: 71 MiB in 55 packages [2021-02-01T01:25:53.659Z] Removing intermediate container 06baccb0b99a [2021-02-01T01:25:53.659Z] ---> 247dbc78dac1 [2021-02-01T01:25:53.659Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T01:25:53.659Z] ---> Running in 34f146827d5f [2021-02-01T01:25:57.148Z] Collecting docker-compose==1.23.2 [2021-02-01T01:25:57.148Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T01:25:57.431Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T01:25:57.432Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T01:25:57.706Z] Collecting PyYAML<4,>=3.10 [2021-02-01T01:25:57.706Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T01:25:58.686Z] 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-01T01:25:58.964Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T01:25:58.964Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T01:25:59.232Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T01:25:59.232Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T01:25:59.520Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T01:25:59.520Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T01:26:00.517Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T01:26:00.517Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T01:26:00.792Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T01:26:00.792Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T01:26:00.792Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T01:26:00.792Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T01:26:01.781Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T01:26:01.781Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T01:26:02.779Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T01:26:02.780Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T01:26:02.780Z] 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-01T01:26:02.780Z] Collecting idna<2.8,>=2.5 [2021-02-01T01:26:03.049Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T01:26:03.322Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T01:26:03.322Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T01:26:03.322Z] 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-01T01:26:03.322Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T01:26:03.322Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T01:26:03.322Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T01:26:03.322Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T01:26:03.608Z] Installing collected packages: cached-property, PyYAML, jsonschema, docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, texttable, docopt, docker-compose [2021-02-01T01:26:03.608Z] Running setup.py install for PyYAML: started [2021-02-01T01:26:04.628Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T01:26:04.902Z] Attempting uninstall: idna [2021-02-01T01:26:04.902Z] Found existing installation: idna 2.9 [2021-02-01T01:26:04.902Z] Uninstalling idna-2.9: [2021-02-01T01:26:04.902Z] Successfully uninstalled idna-2.9 [2021-02-01T01:26:05.171Z] Attempting uninstall: urllib3 [2021-02-01T01:26:05.171Z] Found existing installation: urllib3 1.25.9 [2021-02-01T01:26:05.171Z] Uninstalling urllib3-1.25.9: [2021-02-01T01:26:05.171Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T01:26:05.440Z] Attempting uninstall: requests [2021-02-01T01:26:05.440Z] Found existing installation: requests 2.23.0 [2021-02-01T01:26:05.440Z] Uninstalling requests-2.23.0: [2021-02-01T01:26:05.709Z] Successfully uninstalled requests-2.23.0 [2021-02-01T01:26:05.989Z] Running setup.py install for dockerpty: started [2021-02-01T01:26:06.597Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T01:26:06.597Z] Running setup.py install for texttable: started [2021-02-01T01:26:07.571Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T01:26:07.571Z] Running setup.py install for docopt: started [2021-02-01T01:26:08.159Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T01:26:08.427Z] 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-01T01:26:11.811Z] Removing intermediate container 34f146827d5f [2021-02-01T01:26:11.811Z] ---> 895f21317fa8 [2021-02-01T01:26:11.811Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T01:26:11.811Z] ---> Running in 1d2a52e440f2 [2021-02-01T01:26:12.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:26:12.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:26:12.955Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T01:26:12.955Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T01:26:12.955Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T01:26:12.955Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:26:12.955Z] OK: 72 MiB in 58 packages [2021-02-01T01:26:13.940Z] Removing intermediate container 1d2a52e440f2 [2021-02-01T01:26:13.940Z] ---> 86b06b09bf07 [2021-02-01T01:26:13.940Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T01:26:13.940Z] ---> Running in 000f9aa55843 [2021-02-01T01:26:14.231Z] Removing intermediate container 000f9aa55843 [2021-02-01T01:26:14.231Z] ---> 67643f68497c [2021-02-01T01:26:14.231Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:26:14.231Z] ---> Running in 2d71ccba54e4 [2021-02-01T01:26:14.527Z] Removing intermediate container 2d71ccba54e4 [2021-02-01T01:26:14.527Z] ---> 8add77c839d7 [2021-02-01T01:26:14.527Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T01:26:14.527Z] ---> Running in 09e754a8ee55 [2021-02-01T01:26:15.122Z] Removing intermediate container 09e754a8ee55 [2021-02-01T01:26:15.122Z] ---> 8af773c03bcc [2021-02-01T01:26:15.122Z] Step 25/26 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:26:15.122Z] ---> Running in 6971886cdc02 [2021-02-01T01:26:15.400Z] Removing intermediate container 6971886cdc02 [2021-02-01T01:26:15.400Z] ---> d57f0621d9a9 [2021-02-01T01:26:15.400Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T01:26:15.400Z] ---> Running in 054c9151cc39 [2021-02-01T01:26:16.028Z] Removing intermediate container 054c9151cc39 [2021-02-01T01:26:16.028Z] ---> 3a87e3473f30 [2021-02-01T01:26:16.028Z] [2021-02-01T01:26:16.305Z] Successfully built 3a87e3473f30 [2021-02-01T01:26:16.305Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T01:26:16.930Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T01:26:16.945Z] $ docker stop --time=1 a796e7addf648de96124fa9a6e3150d4ff1fd33a0c5c86592f7b51817cdd849a [2021-02-01T01:26:19.155Z] $ docker rm -f a796e7addf648de96124fa9a6e3150d4ff1fd33a0c5c86592f7b51817cdd849a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T01:26:19.969Z] + docker images [2021-02-01T01:26:19.969Z] + grep docker [2021-02-01T01:26:20.571Z] docker-sys-mgmt-agent-go latest 3a87e3473f30 5 seconds ago 313MB [2021-02-01T01:26:20.571Z] docker-core-data-go latest 62a44e9270a1 46 seconds ago 22.3MB [2021-02-01T01:26:20.571Z] docker-security-bootstrapper-go latest 4af5362e0dfa About a minute ago 23.8MB [2021-02-01T01:26:20.571Z] docker-core-metadata-go latest bbfe74b22a6b About a minute ago 18.8MB [2021-02-01T01:26:20.571Z] docker-security-secretstore-setup-go latest 8028368c84ec 3 minutes ago 24.6MB [2021-02-01T01:26:20.571Z] docker-support-scheduler-go latest fbf6e6e783d3 3 minutes ago 17MB [2021-02-01T01:26:20.571Z] docker-core-command-go latest fddabeccf30e 3 minutes ago 16.9MB [2021-02-01T01:26:20.571Z] docker-security-proxy-setup-go latest 89eb2e5578c7 3 minutes ago 24.4MB [2021-02-01T01:26:20.571Z] docker-support-notifications-go latest d2f4d5a3fd88 3 minutes ago 16.9MB [2021-02-01T01:26:20.571Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-01T01:26:36.416Z] Still waiting to schedule task [2021-02-01T01:26:36.416Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-01T01:26:47.401Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:26:47.401Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:26:47.401Z] ---> f3888d1f4ca3 [2021-02-01T01:26:47.401Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T01:26:47.401Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:26:47.401Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:26:47.401Z] ---> f3888d1f4ca3 [2021-02-01T01:26:47.401Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T01:26:47.401Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:26:47.401Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:26:47.401Z] ---> f3888d1f4ca3 [2021-02-01T01:26:47.401Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T01:26:47.401Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:26:47.401Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:26:47.401Z] ---> f3888d1f4ca3 [2021-02-01T01:26:47.401Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T01:26:47.401Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:26:47.401Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:26:47.401Z] ---> f3888d1f4ca3 [2021-02-01T01:26:47.401Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T01:26:50.016Z] ---> Running in 9451c3856e1b [2021-02-01T01:26:50.016Z] ---> Running in 10bbd006b0ae [2021-02-01T01:26:50.016Z] ---> Running in 9da1b07cb09a [2021-02-01T01:26:50.016Z] ---> Running in e93e8824310b [2021-02-01T01:26:50.016Z] ---> Running in 3265e6ca6b17 [2021-02-01T01:26:50.992Z] Removing intermediate container 9da1b07cb09a [2021-02-01T01:26:50.992Z] ---> b09b1920d28d [2021-02-01T01:26:50.992Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:26:50.992Z] Removing intermediate container 10bbd006b0ae [2021-02-01T01:26:50.992Z] ---> 612239e72e51 [2021-02-01T01:26:50.992Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:26:50.992Z] Removing intermediate container 9451c3856e1b [2021-02-01T01:26:50.992Z] ---> 053791d7813e [2021-02-01T01:26:50.992Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:26:51.280Z] Removing intermediate container 3265e6ca6b17 [2021-02-01T01:26:51.280Z] ---> b44447c26834 [2021-02-01T01:26:51.280Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:26:51.280Z] Removing intermediate container e93e8824310b [2021-02-01T01:26:51.280Z] ---> 4b9a4a82a0bf [2021-02-01T01:26:51.280Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:26:51.280Z] ---> Running in 0ebbc5f78434 [2021-02-01T01:26:51.280Z] ---> Running in 26ed8bc8d91d [2021-02-01T01:26:51.557Z] ---> Running in f163e7df03b3 [2021-02-01T01:26:51.558Z] ---> Running in 4927eadfaeff [2021-02-01T01:26:51.558Z] ---> Running in 35b57b637226 [2021-02-01T01:26:54.977Z] Removing intermediate container f163e7df03b3 [2021-02-01T01:26:54.977Z] ---> 8aaffd22066d [2021-02-01T01:26:54.977Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T01:26:55.578Z] ---> Running in d7b82d973f04 [2021-02-01T01:26:55.578Z] Removing intermediate container 26ed8bc8d91d [2021-02-01T01:26:55.578Z] ---> 2c02dcaf9176 [2021-02-01T01:26:55.578Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T01:26:55.855Z] Removing intermediate container 0ebbc5f78434 [2021-02-01T01:26:55.855Z] ---> 8c967a9e3bfe [2021-02-01T01:26:55.855Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T01:26:55.855Z] ---> Running in 1ad6ab1e7dde [2021-02-01T01:26:56.133Z] ---> Running in 1827fb859e4e [2021-02-01T01:26:56.133Z] Removing intermediate container 4927eadfaeff [2021-02-01T01:26:56.133Z] ---> 20a6badadbca [2021-02-01T01:26:56.133Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T01:26:56.411Z] Removing intermediate container 35b57b637226 [2021-02-01T01:26:56.411Z] ---> d92e9e3cf11e [2021-02-01T01:26:56.411Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T01:26:56.682Z] ---> Running in 63784f49577a [2021-02-01T01:26:56.682Z] ---> Running in 0c655c894e46 [2021-02-01T01:26:56.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:26:57.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:26:57.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:26:58.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:26:58.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:26:58.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:26:58.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:26:58.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:26:58.979Z] OK: 217 MiB in 51 packages [2021-02-01T01:26:58.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:26:59.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:27:00.248Z] OK: 217 MiB in 51 packages [2021-02-01T01:27:00.248Z] Removing intermediate container d7b82d973f04 [2021-02-01T01:27:00.248Z] ---> b1f50b8623a3 [2021-02-01T01:27:00.248Z] Step 6/23 : COPY go.mod . [2021-02-01T01:27:00.524Z] OK: 217 MiB in 51 packages [2021-02-01T01:27:00.524Z] OK: 217 MiB in 51 packages [2021-02-01T01:27:00.798Z] OK: 217 MiB in 51 packages [2021-02-01T01:27:01.390Z] ---> 45fc7680f4b2 [2021-02-01T01:27:01.390Z] Step 7/23 : RUN go mod download [2021-02-01T01:27:01.990Z] ---> Running in 4409523aba83 [2021-02-01T01:27:01.990Z] Removing intermediate container 1ad6ab1e7dde [2021-02-01T01:27:01.990Z] ---> 7ccdaf8e0562 [2021-02-01T01:27:01.990Z] Step 6/26 : COPY go.mod . [2021-02-01T01:27:02.270Z] Removing intermediate container 1827fb859e4e [2021-02-01T01:27:02.270Z] ---> cc155525af2d [2021-02-01T01:27:02.270Z] Step 6/23 : COPY go.mod . [2021-02-01T01:27:02.865Z] Removing intermediate container 63784f49577a [2021-02-01T01:27:02.865Z] ---> 0c29cb3a015d [2021-02-01T01:27:02.865Z] Step 6/22 : COPY go.mod . [2021-02-01T01:27:03.138Z] ---> f0073c3371ce [2021-02-01T01:27:03.138Z] Step 7/26 : RUN go mod download [2021-02-01T01:27:03.138Z] Removing intermediate container 0c655c894e46 [2021-02-01T01:27:03.138Z] ---> 1dbd2b05256e [2021-02-01T01:27:03.138Z] Step 6/22 : COPY go.mod . [2021-02-01T01:27:03.138Z] ---> Running in e773fa1c3c39 [2021-02-01T01:27:03.413Z] ---> 386c9d04f331 [2021-02-01T01:27:03.413Z] Step 7/23 : RUN go mod download [2021-02-01T01:27:04.014Z] ---> b2aa0c500b67 [2021-02-01T01:27:04.014Z] Step 7/22 : RUN go mod download [2021-02-01T01:27:04.014Z] ---> Running in 0a17959d155a [2021-02-01T01:27:04.297Z] ---> Running in e4eb9e4e3cdc [2021-02-01T01:27:04.581Z] ---> 0b8a5bafa99c [2021-02-01T01:27:04.581Z] Step 7/22 : RUN go mod download [2021-02-01T01:27:04.871Z] ---> Running in 6f2572fad232 [2021-02-01T01:27:05.878Z] Removing intermediate container 4409523aba83 [2021-02-01T01:27:05.878Z] ---> 3adfbb3999af [2021-02-01T01:27:05.878Z] Step 8/23 : COPY . . [2021-02-01T01:27:06.862Z] Removing intermediate container e773fa1c3c39 [2021-02-01T01:27:06.862Z] ---> b3512f3e8feb [2021-02-01T01:27:06.862Z] Step 8/26 : COPY . . [2021-02-01T01:27:08.517Z] Removing intermediate container 0a17959d155a [2021-02-01T01:27:08.517Z] ---> 1f027297275b [2021-02-01T01:27:08.517Z] Step 8/23 : COPY . . [2021-02-01T01:27:09.524Z] Removing intermediate container e4eb9e4e3cdc [2021-02-01T01:27:09.524Z] ---> d74068ac971c [2021-02-01T01:27:09.524Z] Step 8/22 : COPY . . [2021-02-01T01:27:10.983Z] Removing intermediate container 6f2572fad232 [2021-02-01T01:27:10.983Z] ---> 486c2d975fa2 [2021-02-01T01:27:10.983Z] Step 8/22 : COPY . . [2021-02-01T01:27:32.897Z] Running on prd-ubuntu18.04-docker-8c-8g-24237 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws [2021-02-01T01:27:32.954Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-02-01T01:27:35.255Z] using credential edgex-jenkins-ssh [2021-02-01T01:27:35.310Z] Cloning the remote Git repository [2021-02-01T01:27:35.343Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T01:27:35.417Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-02-01T01:27:35.453Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T01:27:35.454Z] > git --version # timeout=10 [2021-02-01T01:27:35.462Z] > git --version # 'git version 2.17.1' [2021-02-01T01:27:35.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T01:27:35.493Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T01:27:37.836Z] ---> d8fad0be9b42 [2021-02-01T01:27:37.837Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T01:27:37.837Z] ---> 8c5a5177fa40 [2021-02-01T01:27:37.837Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T01:27:37.837Z] ---> fc0ef1fa1db0 [2021-02-01T01:27:37.837Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T01:27:37.837Z] ---> Running in 129765b81dd3 [2021-02-01T01:27:37.837Z] ---> Running in 5b0175ba1c40 [2021-02-01T01:27:37.837Z] ---> 22492c1f0464 [2021-02-01T01:27:37.837Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T01:27:37.837Z] ---> 57f35a8a45af [2021-02-01T01:27:37.837Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T01:27:37.837Z] ---> Running in 483d234e93a7 [2021-02-01T01:27:37.837Z] ---> Running in a6b7a98d3f5c [2021-02-01T01:27:37.837Z] ---> Running in 9a07f411f8b5 [2021-02-01T01:27:37.837Z] 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-01T01:27:37.837Z] 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-01T01:27:37.837Z] 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-01T01:27:37.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-01T01:27:37.837Z] 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-01T01:27:44.333Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:27:43.768Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T01:27:43.774Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T01:27:43.785Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T01:27:43.797Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T01:27:43.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T01:27:43.802Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T01:27:44.347Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T01:27:44.352Z] > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 [2021-02-01T01:27:44.526Z] Merge succeeded, producing e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:27:44.527Z] Checking out Revision e333ecd1da9aaba0972792a779bd9b340e8c74fe (PR-3080) [2021-02-01T01:27:44.503Z] > git remote # timeout=10 [2021-02-01T01:27:44.511Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T01:27:44.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T01:27:44.518Z] > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 [2021-02-01T01:27:44.526Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T01:27:44.534Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T01:27:44.538Z] > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 [2021-02-01T01:27:48.249Z] Commit message: "refactor(meta): Move Transform func to go-mode-core-contract" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:27:49.566Z] + echo snap-build.sh [2021-02-01T01:27:49.566Z] snap-build.sh [2021-02-01T01:27:49.566Z] + SNAP_BASE_DIR=. [2021-02-01T01:27:49.566Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2021-02-01T01:27:49.566Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2021-02-01T01:27:49.566Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2021-02-01T01:27:49.566Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2021-02-01T01:27:49.566Z] + cd /w/workspace/edgex-go/10 [2021-02-01T01:27:49.566Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-01T01:27:49.566Z] Reading package lists... [2021-02-01T01:27:49.829Z] Building dependency tree... [2021-02-01T01:27:49.829Z] Reading state information... [2021-02-01T01:27:49.829Z] The following packages were automatically installed and are no longer required: [2021-02-01T01:27:49.829Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-01T01:27:49.829Z] uidmap xdelta3 [2021-02-01T01:27:49.829Z] Use 'sudo apt autoremove' to remove them. [2021-02-01T01:27:49.829Z] The following packages will be REMOVED: [2021-02-01T01:27:49.829Z] lxd* lxd-client* [2021-02-01T01:27:50.401Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-01T01:27:50.401Z] After this operation, 31.7 MB disk space will be freed. [2021-02-01T01:27:51.711Z] (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-01T01:27:51.711Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T01:27:52.654Z] Removing lxd dnsmasq configuration [2021-02-01T01:27:52.654Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T01:27:52.914Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-01T01:27:53.857Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-01T01:27:54.118Z] (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-01T01:27:54.118Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T01:27:55.511Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-01T01:27:55.774Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-01T01:27:57.164Z] + sudo snap remove --purge lxd [2021-02-01T01:27:57.425Z] snap "lxd" is not installed [2021-02-01T01:27:57.425Z] + sudo groupadd --force --system lxd [2021-02-01T01:27:57.425Z] ++ whoami [2021-02-01T01:27:57.425Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-01T01:27:57.425Z] + newgrp - lxd [2021-02-01T01:27:57.425Z] + sudo snap install lxd [2021-02-01T01:28:05.610Z] 2021-02-01T01:28:03Z INFO Waiting for automatic snapd restart... [2021-02-01T01:28:20.544Z] lxd 4.10 from Canonical* installed [2021-02-01T01:28:20.544Z] + sudo lxd init --auto [2021-02-01T01:28:30.579Z] + sudo snap install --classic snapcraft [2021-02-01T01:28:34.807Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T01:28:34.807Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-01T01:28:34.807Z] + patch --verbose -p1 [2021-02-01T01:28:34.807Z] Hmm... Looks like a unified diff to me... [2021-02-01T01:28:34.807Z] The text leading up to this was: [2021-02-01T01:28:34.807Z] -------------------------- [2021-02-01T01:28:34.807Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-01T01:28:34.807Z] |From: Tony Espy [2021-02-01T01:28:34.807Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-01T01:28:34.807Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-01T01:28:34.807Z] | [2021-02-01T01:28:34.807Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-01T01:28:34.807Z] |optimize the snap CI check run for pull requests. When [2021-02-01T01:28:34.807Z] |applied, it essentially strips out everything (apps and [2021-02-01T01:28:34.807Z] |parts) from the snapcraft.yaml file except those required [2021-02-01T01:28:34.807Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-01T01:28:34.807Z] |catch changes to edgex-go that break the snap build. [2021-02-01T01:28:34.807Z] | [2021-02-01T01:28:34.807Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-01T01:28:34.807Z] |to update this patch file, otherwise it may fail to apply, [2021-02-01T01:28:34.807Z] |resulting in a failed snap build CI check in the associated [2021-02-01T01:28:34.807Z] |pull request. [2021-02-01T01:28:34.807Z] | [2021-02-01T01:28:34.807Z] |Note - in addition to applying this patch, the pipeline also [2021-02-01T01:28:34.807Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-01T01:28:34.807Z] |need to build the finally binary .snap file (and it won't [2021-02-01T01:28:34.807Z] |work with the patch applied). This further reduces the build [2021-02-01T01:28:34.807Z] |time. [2021-02-01T01:28:34.807Z] |--- [2021-02-01T01:28:34.807Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-01T01:28:34.807Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-01T01:28:34.807Z] | [2021-02-01T01:28:34.807Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-01T01:28:34.807Z] |index 1e537489..faf42425 100644 [2021-02-01T01:28:34.807Z] |--- a/snap/snapcraft.yaml [2021-02-01T01:28:34.807Z] |+++ b/snap/snapcraft.yaml [2021-02-01T01:28:34.807Z] -------------------------- [2021-02-01T01:28:34.807Z] patching file snap/snapcraft.yaml [2021-02-01T01:28:34.807Z] Using Plan A... [2021-02-01T01:28:34.807Z] Hunk #1 succeeded at 73. [2021-02-01T01:28:34.807Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-01T01:28:34.807Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-01T01:28:34.807Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-01T01:28:34.807Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-01T01:28:34.807Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-01T01:28:34.807Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-01T01:28:34.807Z] Hunk #8 succeeded at 342. [2021-02-01T01:28:34.807Z] Hmm... Ignoring the trailing garbage. [2021-02-01T01:28:34.807Z] done [2021-02-01T01:28:34.807Z] + sudo snapcraft prime --use-lxd [2021-02-01T01:28:36.724Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-01T01:28:36.724Z] 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-01T01:28:36.724Z] - README.md [2021-02-01T01:28:36.724Z] - snapcraft.yaml.orig [2021-02-01T01:28:36.724Z] [2021-02-01T01:28:36.724Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T01:28:37.683Z] Launching a container. [2021-02-01T01:28:49.955Z] Waiting for container to be ready [2021-02-01T01:28:50.529Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-01T01:28:50.529Z] [2021-02-01T01:28:54.736Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-01T01:28:54.737Z] Waiting for network to be ready... [2021-02-01T01:28:55.002Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T01:28:55.002Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-02-01T01:28:55.002Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T01:28:55.263Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-02-01T01:28:55.263Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T01:28:55.263Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T01:28:55.263Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-02-01T01:28:55.263Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-02-01T01:28:55.263Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-02-01T01:28:55.263Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T01:28:55.531Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T01:28:55.794Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T01:28:55.794Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T01:28:56.060Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T01:28:56.060Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T01:28:56.060Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T01:28:56.060Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T01:28:56.060Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T01:28:56.323Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T01:28:56.586Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-02-01T01:28:56.586Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T01:28:56.586Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T01:28:56.586Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T01:28:56.586Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T01:28:56.586Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T01:28:56.586Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T01:28:56.849Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T01:29:00.163Z] Fetched 23.9 MB in 5s (4566 kB/s) [2021-02-01T01:29:01.561Z] Reading package lists... [2021-02-01T01:29:01.825Z] Reading package lists... [2021-02-01T01:29:02.088Z] Building dependency tree... [2021-02-01T01:29:02.088Z] Reading state information... [2021-02-01T01:29:02.088Z] The following additional packages will be installed: [2021-02-01T01:29:02.088Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T01:29:02.088Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T01:29:02.088Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T01:29:02.088Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-01T01:29:02.088Z] Suggested packages: [2021-02-01T01:29:02.088Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-01T01:29:02.088Z] Recommended packages: [2021-02-01T01:29:02.088Z] gnupg libsasl2-modules [2021-02-01T01:29:02.349Z] The following NEW packages will be installed: [2021-02-01T01:29:02.349Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T01:29:02.349Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T01:29:02.349Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T01:29:02.349Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-01T01:29:02.349Z] The following packages will be upgraded: [2021-02-01T01:29:02.349Z] gpg gpg-agent gpgconf libudev1 [2021-02-01T01:29:02.612Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-01T01:29:02.612Z] Need to get 3533 kB of archives. [2021-02-01T01:29:02.612Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-01T01:29:02.612Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-01T01:29:02.612Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-01T01:29:02.874Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-01T01:29:03.137Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-01T01:29:03.137Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-01T01:29:03.137Z] Get:6 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-01T01:29:03.137Z] Get:7 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-01T01:29:03.137Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-01T01:29:03.137Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-01T01:29:03.137Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-01T01:29:03.137Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-01T01:29:03.137Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-01T01:29:03.137Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-01T01:29:03.137Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-01T01:29:03.137Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-01T01:29:03.137Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-01T01:29:03.137Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-01T01:29:03.399Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-01T01:29:03.399Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-01T01:29:03.399Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-01T01:29:03.399Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-01T01:29:03.399Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-01T01:29:03.661Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T01:29:03.661Z] Fetched 3533 kB in 1s (3071 kB/s) [2021-02-01T01:29:03.661Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T01:29:03.661Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-01T01:29:03.661Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T01:29:03.922Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-01T01:29:03.922Z] Selecting previously unselected package udev. [2021-02-01T01:29:03.922Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T01:29:03.922Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-01T01:29:03.922Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-01T01:29:04.497Z] Selecting previously unselected package libfuse2:amd64. [2021-02-01T01:29:04.497Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T01:29:04.497Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T01:29:04.497Z] Selecting previously unselected package fuse. [2021-02-01T01:29:04.497Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T01:29:04.497Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-01T01:29:04.497Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T01:29:04.497Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T01:29:04.758Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T01:29:04.758Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T01:29:04.758Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T01:29:04.758Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T01:29:04.758Z] Selecting previously unselected package libksba8:amd64. [2021-02-01T01:29:04.758Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-01T01:29:05.028Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-01T01:29:05.028Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-01T01:29:05.028Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T01:29:05.028Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:05.028Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-01T01:29:05.028Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T01:29:05.028Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:05.290Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-01T01:29:05.290Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T01:29:05.290Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:05.290Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-01T01:29:05.290Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T01:29:05.290Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:05.551Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-01T01:29:05.551Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T01:29:05.551Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:05.551Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-01T01:29:05.551Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T01:29:05.551Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:05.813Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-01T01:29:05.813Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T01:29:05.813Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:05.813Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-01T01:29:05.813Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T01:29:05.813Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:06.075Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-01T01:29:06.075Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T01:29:06.075Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:06.075Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-01T01:29:06.075Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T01:29:06.075Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T01:29:06.075Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-01T01:29:06.075Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T01:29:06.075Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T01:29:06.337Z] Selecting previously unselected package libldap-common. [2021-02-01T01:29:06.337Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-01T01:29:06.337Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T01:29:06.337Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-01T01:29:06.337Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-01T01:29:06.337Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T01:29:06.337Z] Selecting previously unselected package dirmngr. [2021-02-01T01:29:06.337Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T01:29:06.600Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T01:29:06.600Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T01:29:06.600Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-01T01:29:06.600Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T01:29:06.600Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T01:29:06.600Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T01:29:06.600Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-01T01:29:06.863Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:06.863Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-01T01:29:06.863Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T01:29:06.863Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-01T01:29:07.438Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-01T01:29:07.438Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:07.438Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-01T01:29:07.700Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-01T01:29:07.700Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-01T01:29:07.700Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:07.700Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:07.700Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:07.700Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:07.700Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:07.700Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:07.700Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T01:29:07.962Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T01:29:07.962Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T01:29:07.962Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T01:29:08.543Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-01T01:29:08.543Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-01T01:29:08.544Z] This means they are not meant to be enabled using systemctl. [2021-02-01T01:29:08.544Z] Possible reasons for having this kind of units are: [2021-02-01T01:29:08.544Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-01T01:29:08.544Z] .wants/ or .requires/ directory. [2021-02-01T01:29:08.544Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-01T01:29:08.544Z] a requirement dependency on it. [2021-02-01T01:29:08.544Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-01T01:29:08.544Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-01T01:29:08.544Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-01T01:29:08.544Z] instance name specified. [2021-02-01T01:29:08.806Z] Reading package lists... [2021-02-01T01:29:09.069Z] Building dependency tree... [2021-02-01T01:29:09.069Z] Reading state information... [2021-02-01T01:29:09.069Z] The following additional packages will be installed: [2021-02-01T01:29:09.069Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-01T01:29:09.069Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-01T01:29:09.069Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-01T01:29:09.069Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-01T01:29:09.069Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-01T01:29:09.069Z] Suggested packages: [2021-02-01T01:29:09.069Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-01T01:29:09.069Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-01T01:29:09.069Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-01T01:29:09.069Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-01T01:29:09.069Z] systemd-container policykit-1 [2021-02-01T01:29:09.069Z] Recommended packages: [2021-02-01T01:29:09.069Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-01T01:29:09.343Z] The following NEW packages will be installed: [2021-02-01T01:29:09.343Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-01T01:29:09.343Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-01T01:29:09.343Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-01T01:29:09.343Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-01T01:29:09.343Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-01T01:29:09.343Z] The following packages will be upgraded: [2021-02-01T01:29:09.343Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-01T01:29:09.343Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-01T01:29:09.343Z] Need to get 35.2 MB of archives. [2021-02-01T01:29:09.343Z] After this operation, 141 MB of additional disk space will be used. [2021-02-01T01:29:09.343Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-01T01:29:09.343Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-01T01:29:09.343Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-01T01:29:09.343Z] 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-01T01:29:09.343Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-01T01:29:09.607Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-01T01:29:09.607Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-01T01:29:09.607Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-01T01:29:09.607Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-01T01:29:09.607Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-01T01:29:09.607Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-01T01:29:09.607Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-01T01:29:09.607Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-01T01:29:09.607Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-01T01:29:09.607Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-01T01:29:09.607Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-01T01:29:09.607Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-01T01:29:09.608Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-01T01:29:10.181Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-01T01:29:10.181Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-01T01:29:10.181Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-01T01:29:10.181Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-01T01:29:10.181Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-01T01:29:10.181Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-01T01:29:10.181Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-01T01:29:10.181Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-01T01:29:10.181Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-01T01:29:10.181Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-01T01:29:10.444Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-01T01:29:10.444Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-01T01:29:11.850Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T01:29:11.850Z] Fetched 35.2 MB in 2s (15.0 MB/s) [2021-02-01T01:29:11.850Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T01:29:11.850Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-01T01:29:12.114Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T01:29:12.688Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-01T01:29:12.688Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T01:29:12.688Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-01T01:29:12.951Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T01:29:12.951Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T01:29:12.951Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T01:29:13.214Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-01T01:29:13.214Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T01:29:13.214Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T01:29:13.214Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T01:29:13.790Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-01T01:29:13.790Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-01T01:29:14.052Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-01T01:29:14.314Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-01T01:29:14.314Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T01:29:14.314Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T01:29:14.577Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-01T01:29:14.577Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T01:29:14.577Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T01:29:14.841Z] Selecting previously unselected package libexpat1:amd64. [2021-02-01T01:29:14.841Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-01T01:29:14.841Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T01:29:14.841Z] Selecting previously unselected package python3.6-minimal. [2021-02-01T01:29:14.841Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T01:29:14.841Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T01:29:15.104Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T01:29:15.367Z] Checking for services that may need to be restarted...done. [2021-02-01T01:29:15.367Z] Checking for services that may need to be restarted...done. [2021-02-01T01:29:15.367Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T01:29:15.367Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T01:29:15.367Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T01:29:15.945Z] Selecting previously unselected package python3-minimal. [2021-02-01T01:29:15.945Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-01T01:29:15.945Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-01T01:29:15.945Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-01T01:29:16.210Z] Selecting previously unselected package mime-support. [2021-02-01T01:29:16.210Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-01T01:29:16.210Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-01T01:29:16.210Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-01T01:29:16.210Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-01T01:29:16.210Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T01:29:16.788Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-01T01:29:16.788Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T01:29:16.788Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T01:29:17.367Z] Selecting previously unselected package python3.6. [2021-02-01T01:29:17.367Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T01:29:17.367Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T01:29:17.367Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-01T01:29:17.367Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-01T01:29:17.367Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T01:29:17.367Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-01T01:29:17.631Z] Selecting previously unselected package python3. [2021-02-01T01:29:17.631Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-01T01:29:17.631Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-01T01:29:17.631Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-01T01:29:17.897Z] Selecting previously unselected package multiarch-support. [2021-02-01T01:29:17.897Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T01:29:17.897Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T01:29:17.897Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T01:29:18.161Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-01T01:29:18.161Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-01T01:29:18.161Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-01T01:29:18.161Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T01:29:18.424Z] Selecting previously unselected package libbsd0:amd64. [2021-02-01T01:29:18.424Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-01T01:29:18.424Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T01:29:18.686Z] Selecting previously unselected package sudo. [2021-02-01T01:29:18.686Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-01T01:29:18.686Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T01:29:18.949Z] Selecting previously unselected package apparmor. [2021-02-01T01:29:18.949Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T01:29:18.949Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-01T01:29:19.212Z] Selecting previously unselected package libedit2:amd64. [2021-02-01T01:29:19.212Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-01T01:29:19.212Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T01:29:19.474Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-01T01:29:19.474Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T01:29:19.474Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T01:29:19.474Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-01T01:29:19.474Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T01:29:19.474Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T01:29:19.736Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-01T01:29:19.736Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-01T01:29:19.736Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T01:29:19.736Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-01T01:29:19.736Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T01:29:19.736Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T01:29:19.997Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-01T01:29:19.997Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T01:29:19.997Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T01:29:19.997Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-01T01:29:19.997Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-01T01:29:19.997Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T01:29:20.260Z] Selecting previously unselected package openssh-client. [2021-02-01T01:29:20.260Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-01T01:29:20.260Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T01:29:20.522Z] Selecting previously unselected package squashfs-tools. [2021-02-01T01:29:20.522Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-01T01:29:20.522Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T01:29:20.522Z] Selecting previously unselected package snapd. [2021-02-01T01:29:20.522Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-01T01:29:20.522Z] Unpacking snapd (2.48+18.04) ... [2021-02-01T01:29:23.119Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T01:29:23.119Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T01:29:23.119Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-01T01:29:23.388Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T01:29:23.388Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T01:29:23.388Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T01:29:23.388Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T01:29:23.388Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-01T01:29:23.388Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-01T01:29:24.340Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T01:29:24.340Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T01:29:24.340Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T01:29:24.340Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T01:29:24.340Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T01:29:24.340Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T01:29:25.305Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T01:29:25.305Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T01:29:25.305Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T01:29:25.305Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-01T01:29:25.305Z] running python rtupdate hooks for python3.6... [2021-02-01T01:29:25.305Z] running python post-rtupdate hooks for python3.6... [2021-02-01T01:29:25.305Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-01T01:29:27.242Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-01T01:29:27.242Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T01:29:27.242Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T01:29:27.513Z] Setting up snapd (2.48+18.04) ... [2021-02-01T01:29:28.089Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-01T01:29:28.089Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-01T01:29:28.353Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-01T01:29:28.618Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-01T01:29:28.882Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T01:29:28.882Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T01:29:28.882Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-01T01:29:29.146Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-01T01:29:29.409Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-01T01:29:29.672Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-01T01:29:29.672Z] /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-01T01:29:29.696Z] Removing intermediate container 5b0175ba1c40 [2021-02-01T01:29:29.696Z] ---> cdf90d3630d8 [2021-02-01T01:29:29.696Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T01:29:29.696Z] ---> Running in c91e7ef07e9f [2021-02-01T01:29:29.696Z] 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-01T01:29:29.696Z] Removing intermediate container a6b7a98d3f5c [2021-02-01T01:29:29.696Z] ---> e3df9417acf9 [2021-02-01T01:29:29.696Z] [2021-02-01T01:29:29.696Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T01:29:29.696Z] 3.12: Pulling from library/alpine [2021-02-01T01:29:29.696Z] Removing intermediate container c91e7ef07e9f [2021-02-01T01:29:29.696Z] ---> d9d347e6d086 [2021-02-01T01:29:29.696Z] [2021-02-01T01:29:29.696Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T01:29:29.696Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T01:29:29.696Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T01:29:29.696Z] ---> afeebe901d6b [2021-02-01T01:29:29.696Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T01:29:29.696Z] 20.10.0: Pulling from library/docker [2021-02-01T01:29:29.696Z] ---> Running in f3395aa9f82e [2021-02-01T01:29:29.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:29:29.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:29:29.696Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T01:29:29.696Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T01:29:29.696Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:29:29.696Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T01:29:29.696Z] OK: 6 MiB in 16 packages [2021-02-01T01:29:29.937Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T01:29:29.937Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T01:29:31.345Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T01:29:31.345Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T01:29:31.345Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T01:29:32.359Z] Removing intermediate container f3395aa9f82e [2021-02-01T01:29:32.359Z] ---> de117dd3a1a9 [2021-02-01T01:29:32.359Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T01:29:32.359Z] ---> Running in 0e14c7dc8817 [2021-02-01T01:29:32.759Z] Reading package lists... [2021-02-01T01:29:33.338Z] Reading package lists... [2021-02-01T01:29:33.338Z] Building dependency tree... [2021-02-01T01:29:33.338Z] Reading state information... [2021-02-01T01:29:33.342Z] Removing intermediate container 0e14c7dc8817 [2021-02-01T01:29:33.342Z] ---> 36c0bd350336 [2021-02-01T01:29:33.342Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T01:29:33.600Z] Calculating upgrade... [2021-02-01T01:29:33.864Z] The following packages will be upgraded: [2021-02-01T01:29:33.864Z] advancecomp base-files bash binutils binutils-common [2021-02-01T01:29:33.864Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-01T01:29:33.864Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-01T01:29:33.864Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-01T01:29:33.864Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-01T01:29:33.864Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-01T01:29:33.864Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-01T01:29:33.864Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-01T01:29:33.864Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-01T01:29:33.864Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-01T01:29:33.864Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-01T01:29:33.864Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-01T01:29:33.865Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-01T01:29:33.865Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-01T01:29:33.865Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-01T01:29:33.947Z] ---> Running in 6c6c1fff5ff0 [2021-02-01T01:29:34.127Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T01:29:34.128Z] Need to get 63.8 MB of archives. [2021-02-01T01:29:34.128Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-01T01:29:34.128Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-01T01:29:34.128Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-01T01:29:34.553Z] Removing intermediate container 6c6c1fff5ff0 [2021-02-01T01:29:34.553Z] ---> 1eaccef27a91 [2021-02-01T01:29:34.553Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T01:29:34.707Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-01T01:29:34.707Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-01T01:29:34.707Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-01T01:29:34.707Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-01T01:29:34.707Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-01T01:29:34.707Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-01T01:29:34.707Z] 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-01T01:29:34.707Z] 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-01T01:29:34.707Z] 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-01T01:29:34.707Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-01T01:29:34.970Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-01T01:29:34.970Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-01T01:29:34.970Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-01T01:29:34.971Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-01T01:29:34.971Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-01T01:29:34.971Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-01T01:29:34.971Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-01T01:29:34.971Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-01T01:29:34.971Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-01T01:29:34.971Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-01T01:29:34.971Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-01T01:29:34.971Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-01T01:29:34.971Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-01T01:29:34.971Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-01T01:29:34.971Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-01T01:29:34.971Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-01T01:29:34.971Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-01T01:29:34.971Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-01T01:29:34.971Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-01T01:29:34.971Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-01T01:29:34.971Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-01T01:29:35.170Z] ---> Running in 4772b1e4d796 [2021-02-01T01:29:35.256Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-01T01:29:35.256Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-01T01:29:35.256Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-01T01:29:35.256Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-01T01:29:35.256Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-01T01:29:35.256Z] 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-01T01:29:35.256Z] 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-01T01:29:35.256Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-01T01:29:35.256Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-01T01:29:35.256Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-01T01:29:35.256Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-01T01:29:35.256Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-01T01:29:35.256Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-01T01:29:35.256Z] Get:47 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-01T01:29:35.256Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-01T01:29:35.256Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-01T01:29:35.256Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-01T01:29:35.256Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-01T01:29:35.256Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-01T01:29:35.256Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-01T01:29:35.256Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-01T01:29:35.256Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-01T01:29:35.256Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-01T01:29:35.256Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-01T01:29:35.256Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-01T01:29:35.256Z] Get:59 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-01T01:29:35.256Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-01T01:29:35.256Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-01T01:29:35.256Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-01T01:29:35.256Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-01T01:29:35.521Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-01T01:29:35.521Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-01T01:29:35.521Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-01T01:29:35.521Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-01T01:29:35.521Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-01T01:29:35.521Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-01T01:29:35.521Z] 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-01T01:29:35.521Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-01T01:29:35.521Z] 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-01T01:29:35.521Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-01T01:29:35.521Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-01T01:29:35.521Z] 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-01T01:29:35.521Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-01T01:29:35.521Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-01T01:29:35.521Z] 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-01T01:29:35.521Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-01T01:29:35.521Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-01T01:29:35.521Z] 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-01T01:29:35.521Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-01T01:29:35.789Z] 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-01T01:29:35.789Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-01T01:29:35.789Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-01T01:29:35.789Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-01T01:29:35.789Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-01T01:29:35.790Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-01T01:29:35.790Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-01T01:29:35.790Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-01T01:29:36.367Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-01T01:29:36.950Z] 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-01T01:29:36.950Z] 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-01T01:29:36.950Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-01T01:29:37.169Z] Removing intermediate container 4772b1e4d796 [2021-02-01T01:29:37.170Z] ---> 87b626eeea44 [2021-02-01T01:29:37.170Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:29:37.215Z] 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-01T01:29:37.215Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-01T01:29:37.215Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-01T01:29:37.215Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-01T01:29:37.215Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-01T01:29:37.480Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T01:29:37.480Z] Fetched 63.8 MB in 3s (18.7 MB/s) [2021-02-01T01:29:37.744Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:37.744Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T01:29:37.744Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T01:29:38.323Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T01:29:38.323Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T01:29:38.585Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-01T01:29:38.585Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-01T01:29:39.231Z] Removing intermediate container 9a07f411f8b5 [2021-02-01T01:29:39.231Z] ---> 2b3f83ae7e53 [2021-02-01T01:29:39.231Z] [2021-02-01T01:29:39.231Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T01:29:39.231Z] ---> afeebe901d6b [2021-02-01T01:29:39.231Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T01:29:39.231Z] ---> f0a303a1c86e [2021-02-01T01:29:39.231Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T01:29:39.231Z] ---> Running in 76bb64de9602 [2021-02-01T01:29:39.539Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:39.539Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:39.539Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:39.539Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:39.539Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:39.802Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:39.802Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:39.802Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:39.845Z] Removing intermediate container 483d234e93a7 [2021-02-01T01:29:39.845Z] ---> bf8cddf653ac [2021-02-01T01:29:39.845Z] [2021-02-01T01:29:39.845Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T01:29:39.845Z] ---> afeebe901d6b [2021-02-01T01:29:39.845Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T01:29:40.064Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:40.064Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:40.064Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:40.064Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:40.064Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:40.328Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:40.328Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:29:40.328Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T01:29:40.328Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:40.328Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-01T01:29:40.543Z] ---> Running in 6e4267121c37 [2021-02-01T01:29:40.591Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:29:40.591Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T01:29:40.591Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:40.591Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:40.853Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:40.853Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:40.853Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T01:29:40.853Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T01:29:41.116Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:29:41.116Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T01:29:41.116Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T01:29:41.378Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T01:29:41.954Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T01:29:41.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:29:41.980Z] ---> 4c50ab5f674a [2021-02-01T01:29:41.980Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T01:29:42.216Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T01:29:42.216Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-01T01:29:42.216Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-01T01:29:42.216Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-01T01:29:42.216Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-01T01:29:42.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:29:42.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:29:42.479Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-01T01:29:42.479Z] Installing new version of config file /etc/issue ... [2021-02-01T01:29:42.479Z] Installing new version of config file /etc/issue.net ... [2021-02-01T01:29:42.479Z] Installing new version of config file /etc/lsb-release ... [2021-02-01T01:29:42.479Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-01T01:29:42.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:29:42.742Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-01T01:29:42.799Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T01:29:42.799Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:29:42.799Z] OK: 5 MiB in 15 packages [2021-02-01T01:29:43.004Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-01T01:29:43.004Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-01T01:29:43.004Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:43.004Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-01T01:29:43.004Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-01T01:29:43.075Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T01:29:43.266Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-01T01:29:43.266Z] 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-01T01:29:43.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:43.266Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T01:29:43.266Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-01T01:29:43.358Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:29:43.358Z] OK: 5 MiB in 15 packages [2021-02-01T01:29:43.528Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-01T01:29:43.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:43.528Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-01T01:29:43.528Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-01T01:29:43.632Z] ---> 76bf6fe90433 [2021-02-01T01:29:43.632Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T01:29:43.791Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-01T01:29:43.791Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:43.791Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-01T01:29:43.791Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T01:29:43.906Z] ---> Running in 240f9fd4be68 [2021-02-01T01:29:44.052Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-01T01:29:44.314Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:44.314Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T01:29:44.314Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T01:29:44.314Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T01:29:44.576Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:44.576Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T01:29:44.576Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T01:29:44.576Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-01T01:29:44.576Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:44.576Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-01T01:29:44.840Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-01T01:29:44.840Z] Setting up grep (3.1-2build1) ... [2021-02-01T01:29:44.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:44.840Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T01:29:44.840Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T01:29:44.890Z] Removing intermediate container 240f9fd4be68 [2021-02-01T01:29:44.891Z] ---> 409225a8ebb6 [2021-02-01T01:29:44.891Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:29:44.891Z] Removing intermediate container 76bb64de9602 [2021-02-01T01:29:44.891Z] ---> fc6e7e1a35eb [2021-02-01T01:29:44.891Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T01:29:45.106Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-01T01:29:45.169Z] ---> Running in 218a92ac5eaa [2021-02-01T01:29:45.169Z] Removing intermediate container 6e4267121c37 [2021-02-01T01:29:45.169Z] ---> bc743bdeb2c5 [2021-02-01T01:29:45.169Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T01:29:45.169Z] ---> Running in 525ff09cb16d [2021-02-01T01:29:45.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:45.370Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T01:29:45.370Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T01:29:45.370Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-01T01:29:45.458Z] ---> Running in 2b44441ffaf9 [2021-02-01T01:29:45.634Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:45.634Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T01:29:45.634Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T01:29:45.731Z] Removing intermediate container 218a92ac5eaa [2021-02-01T01:29:45.731Z] ---> 7dbc9e882e7c [2021-02-01T01:29:45.731Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T01:29:46.007Z] Removing intermediate container 525ff09cb16d [2021-02-01T01:29:46.007Z] ---> 608ba4032b3f [2021-02-01T01:29:46.007Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T01:29:46.007Z] ---> Running in d58c4bcf7880 [2021-02-01T01:29:46.007Z] ---> Running in 6b7ac50667f0 [2021-02-01T01:29:46.581Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T01:29:46.582Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T01:29:46.582Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T01:29:46.582Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T01:29:46.603Z] Removing intermediate container 2b44441ffaf9 [2021-02-01T01:29:46.603Z] ---> 25d20d038537 [2021-02-01T01:29:46.603Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T01:29:46.877Z] ---> Running in e29cda00457d [2021-02-01T01:29:47.154Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-01T01:29:47.155Z] Removing intermediate container d58c4bcf7880 [2021-02-01T01:29:47.155Z] ---> 89526ff0f743 [2021-02-01T01:29:47.155Z] Step 21/22 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:29:47.155Z] Removing intermediate container 6b7ac50667f0 [2021-02-01T01:29:47.155Z] ---> 3d0adba73724 [2021-02-01T01:29:47.155Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T01:29:47.422Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:47.422Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-01T01:29:47.422Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T01:29:47.434Z] ---> Running in 644a9da0be06 [2021-02-01T01:29:47.434Z] ---> Running in f21ab0fc0c31 [2021-02-01T01:29:47.718Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T01:29:47.718Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T01:29:47.718Z] ---> eeaf43b92773 [2021-02-01T01:29:47.718Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T01:29:47.718Z] Removing intermediate container e29cda00457d [2021-02-01T01:29:47.718Z] ---> 654cbe4f6e8b [2021-02-01T01:29:47.718Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T01:29:47.991Z] ---> Running in b137eee55cd3 [2021-02-01T01:29:47.991Z] ---> Running in e23cc4e2d334 [2021-02-01T01:29:48.265Z] Removing intermediate container 644a9da0be06 [2021-02-01T01:29:48.265Z] ---> 08d2a6c7c76e [2021-02-01T01:29:48.265Z] Step 15/23 : WORKDIR / [2021-02-01T01:29:48.265Z] Removing intermediate container f21ab0fc0c31 [2021-02-01T01:29:48.265Z] ---> a01dbae4ebca [2021-02-01T01:29:48.265Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T01:29:48.366Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T01:29:48.366Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T01:29:48.540Z] ---> Running in 2277deb59ee9 [2021-02-01T01:29:48.627Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T01:29:48.627Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T01:29:48.813Z] ---> Running in d945cafb41f9 [2021-02-01T01:29:48.889Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T01:29:48.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:48.889Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-01T01:29:48.889Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-01T01:29:49.085Z] Removing intermediate container e23cc4e2d334 [2021-02-01T01:29:49.085Z] ---> 8c16892ca502 [2021-02-01T01:29:49.085Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:29:49.151Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-01T01:29:49.151Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:49.151Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T01:29:49.151Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T01:29:49.413Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T01:29:49.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:49.413Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T01:29:49.413Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T01:29:49.676Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T01:29:49.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:49.676Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T01:29:49.676Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T01:29:49.686Z] Removing intermediate container 2277deb59ee9 [2021-02-01T01:29:49.686Z] ---> 7199d3c8a6fb [2021-02-01T01:29:49.686Z] [2021-02-01T01:29:49.686Z] Removing intermediate container d945cafb41f9 [2021-02-01T01:29:49.686Z] ---> 50e21264bb1e [2021-02-01T01:29:49.686Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:29:49.938Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T01:29:49.938Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:49.938Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T01:29:49.938Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T01:29:49.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:29:49.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:29:50.200Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T01:29:50.200Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:50.200Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T01:29:50.200Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T01:29:50.234Z] ---> d3adca89067e [2021-02-01T01:29:50.235Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T01:29:50.461Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T01:29:50.461Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T01:29:50.461Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T01:29:50.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:50.723Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T01:29:50.723Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T01:29:50.723Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T01:29:50.832Z] Successfully built 7199d3c8a6fb [2021-02-01T01:29:50.832Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T01:29:50.832Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T01:29:50.832Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-01T01:29:50.832Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-02-01T01:29:50.832Z] Executing bash-5.0.17-r0.post-install [2021-02-01T01:29:50.832Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:29:50.832Z] OK: 12 MiB in 22 packages [2021-02-01T01:29:50.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:50.985Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T01:29:50.985Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T01:29:50.985Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T01:29:51.247Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:51.247Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T01:29:51.247Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T01:29:51.247Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-01T01:29:51.430Z] Removing intermediate container 129765b81dd3 [2021-02-01T01:29:51.431Z] ---> 1eb96823c1e6 [2021-02-01T01:29:51.431Z] [2021-02-01T01:29:51.431Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T01:29:51.431Z] ---> afeebe901d6b [2021-02-01T01:29:51.431Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T01:29:51.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:51.528Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T01:29:51.528Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T01:29:51.709Z] ---> 1e977e789cc6 [2021-02-01T01:29:51.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T01:29:51.790Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-01T01:29:51.983Z] ---> Running in 1a64aa81a965 [2021-02-01T01:29:51.983Z] ---> ca333b01152b [2021-02-01T01:29:51.983Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T01:29:52.366Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-01T01:29:52.629Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-01T01:29:52.629Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:52.629Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T01:29:52.629Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T01:29:52.890Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T01:29:53.152Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T01:29:53.153Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-01T01:29:53.153Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T01:29:53.153Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-01T01:29:53.415Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:53.415Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-01T01:29:53.415Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-01T01:29:53.415Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-01T01:29:53.421Z] Removing intermediate container 1a64aa81a965 [2021-02-01T01:29:53.421Z] ---> 9a184c59aeba [2021-02-01T01:29:53.421Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T01:29:53.693Z] Removing intermediate container b137eee55cd3 [2021-02-01T01:29:53.693Z] ---> bb1a4f06a587 [2021-02-01T01:29:53.693Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T01:29:53.971Z] ---> Running in cde6d1454628 [2021-02-01T01:29:53.971Z] ---> 212502a2928b [2021-02-01T01:29:53.971Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T01:29:53.971Z] ---> 382fab609aa6 [2021-02-01T01:29:53.971Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T01:29:53.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:53.990Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-01T01:29:53.990Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T01:29:54.251Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-01T01:29:54.251Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:54.251Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-01T01:29:54.251Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T01:29:54.255Z] ---> Running in fe0d4469b47d [2021-02-01T01:29:54.518Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-01T01:29:54.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:54.518Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T01:29:54.518Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T01:29:54.529Z] ---> Running in 7866e390c53f [2021-02-01T01:29:54.529Z] Removing intermediate container cde6d1454628 [2021-02-01T01:29:54.529Z] ---> 39e4a09085dd [2021-02-01T01:29:54.529Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T01:29:54.783Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T01:29:54.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:54.783Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T01:29:54.804Z] ---> Running in 44e4d19855d9 [2021-02-01T01:29:54.804Z] Removing intermediate container fe0d4469b47d [2021-02-01T01:29:54.804Z] ---> 1301a31c3621 [2021-02-01T01:29:54.804Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T01:29:55.084Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T01:29:55.084Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T01:29:55.084Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:55.084Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T01:29:55.351Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T01:29:55.407Z] ---> e8d8241c81ca [2021-02-01T01:29:55.407Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T01:29:55.407Z] Removing intermediate container 7866e390c53f [2021-02-01T01:29:55.407Z] ---> a0d334b627b6 [2021-02-01T01:29:55.407Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:29:55.407Z] ---> Running in 524afca7ea4e [2021-02-01T01:29:55.613Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T01:29:55.613Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:55.613Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T01:29:55.613Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T01:29:55.693Z] ---> Running in 05e23491bb0d [2021-02-01T01:29:55.693Z] Removing intermediate container 44e4d19855d9 [2021-02-01T01:29:55.693Z] ---> a23db6788f82 [2021-02-01T01:29:55.693Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:29:55.881Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-01T01:29:55.881Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T01:29:55.881Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T01:29:55.881Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T01:29:55.881Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T01:29:55.975Z] ---> Running in 0ca2737d6866 [2021-02-01T01:29:56.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:56.159Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-01T01:29:56.159Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-01T01:29:56.252Z] ---> Running in 2932cb261b65 [2021-02-01T01:29:56.252Z] Removing intermediate container 524afca7ea4e [2021-02-01T01:29:56.434Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-01T01:29:56.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:56.435Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-01T01:29:56.435Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T01:29:56.435Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T01:29:56.535Z] ---> c8bfbd936977 [2021-02-01T01:29:56.535Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T01:29:56.535Z] Removing intermediate container 05e23491bb0d [2021-02-01T01:29:56.535Z] ---> d904c0e6b5dd [2021-02-01T01:29:56.536Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:29:56.753Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:56.753Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T01:29:56.807Z] ---> Running in 2018d3ff4e7c [2021-02-01T01:29:56.807Z] Removing intermediate container 0ca2737d6866 [2021-02-01T01:29:56.807Z] ---> 75bc6b05838e [2021-02-01T01:29:56.807Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T01:29:56.807Z] ---> Running in 63fb3d0c1b75 [2021-02-01T01:29:57.040Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T01:29:57.040Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T01:29:57.040Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:57.040Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-01T01:29:57.086Z] ---> Running in 2dd9a052c2c0 [2021-02-01T01:29:57.316Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-01T01:29:57.316Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-01T01:29:57.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:57.656Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T01:29:57.656Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T01:29:57.679Z] Removing intermediate container 63fb3d0c1b75 [2021-02-01T01:29:57.679Z] ---> 9a7072f4a298 [2021-02-01T01:29:57.679Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T01:29:57.679Z] Removing intermediate container 2018d3ff4e7c [2021-02-01T01:29:57.679Z] ---> 8dd3dfdc7dc8 [2021-02-01T01:29:57.679Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T01:29:57.680Z] Removing intermediate container 2dd9a052c2c0 [2021-02-01T01:29:57.680Z] ---> a466525ec934 [2021-02-01T01:29:57.680Z] Step 21/22 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:29:57.925Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-01T01:29:57.978Z] ---> Running in b6bbdc54463c [2021-02-01T01:29:57.978Z] ---> Running in 637146cc92ca [2021-02-01T01:29:58.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:58.199Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T01:29:58.199Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T01:29:58.199Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-01T01:29:58.471Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:58.471Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-01T01:29:58.471Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-01T01:29:58.471Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-01T01:29:58.576Z] Removing intermediate container b6bbdc54463c [2021-02-01T01:29:58.576Z] ---> 607072f314d0 [2021-02-01T01:29:58.576Z] Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:29:58.748Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:58.749Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-01T01:29:58.749Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-01T01:29:58.749Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-01T01:29:58.749Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:58.749Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-01T01:29:58.849Z] Removing intermediate container 637146cc92ca [2021-02-01T01:29:58.849Z] ---> baa9f773de88 [2021-02-01T01:29:58.849Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T01:29:59.063Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-01T01:29:59.063Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-01T01:29:59.123Z] ---> Running in d90f5605de4e [2021-02-01T01:29:59.123Z] ---> 99e84d91402f [2021-02-01T01:29:59.123Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T01:29:59.123Z] ---> Running in 52a176bcedaa [2021-02-01T01:29:59.338Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:59.338Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-01T01:29:59.338Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-01T01:29:59.338Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-01T01:29:59.607Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:59.607Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T01:29:59.607Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-01T01:29:59.607Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-01T01:29:59.607Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T01:29:59.607Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-01T01:29:59.607Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-01T01:29:59.718Z] Removing intermediate container 2932cb261b65 [2021-02-01T01:29:59.718Z] ---> 60fbb1badd93 [2021-02-01T01:29:59.718Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T01:29:59.718Z] Removing intermediate container d90f5605de4e [2021-02-01T01:29:59.718Z] ---> ca8de7340376 [2021-02-01T01:29:59.718Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T01:29:59.869Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-01T01:29:59.869Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-01T01:29:59.869Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T01:29:59.869Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T01:30:00.002Z] ---> Running in 199585b2d705 [2021-02-01T01:30:00.002Z] Removing intermediate container 52a176bcedaa [2021-02-01T01:30:00.002Z] ---> 21e48e99f3fd [2021-02-01T01:30:00.002Z] [2021-02-01T01:30:00.131Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T01:30:00.132Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T01:30:00.271Z] ---> Running in bda9c28e494d [2021-02-01T01:30:00.393Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T01:30:00.393Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T01:30:00.393Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-01T01:30:00.393Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-01T01:30:00.554Z] ---> e3f462fd0a6b [2021-02-01T01:30:00.554Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T01:30:00.654Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T01:30:00.655Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-01T01:30:00.831Z] Successfully built 21e48e99f3fd [2021-02-01T01:30:00.831Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-01T01:30:00.831Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-01T01:30:00.916Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T01:30:00.916Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-01T01:30:00.916Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-01T01:30:00.916Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-01T01:30:01.108Z] Removing intermediate container bda9c28e494d [2021-02-01T01:30:01.108Z] ---> eb2dda0443bf [2021-02-01T01:30:01.108Z] [2021-02-01T01:30:01.177Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-01T01:30:01.178Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-01T01:30:01.178Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-01T01:30:01.178Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-01T01:30:01.440Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-01T01:30:01.440Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-01T01:30:01.440Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-01T01:30:01.702Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-01T01:30:01.702Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-01T01:30:01.702Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-01T01:30:01.709Z] Successfully built eb2dda0443bf [2021-02-01T01:30:01.709Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-01T01:30:01.709Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-02-01T01:30:01.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:30:01.979Z] ---> dca3daaa49bc [2021-02-01T01:30:01.979Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T01:30:02.250Z] ---> Running in 8320d6870cb5 [2021-02-01T01:30:02.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:30:02.653Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-01T01:30:02.653Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-01T01:30:02.917Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-01T01:30:02.917Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-01T01:30:02.917Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T01:30:02.917Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T01:30:03.130Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T01:30:03.402Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T01:30:03.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:30:03.402Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T01:30:03.402Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T01:30:03.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:30:03.492Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T01:30:03.492Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T01:30:03.492Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T01:30:03.673Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T01:30:03.757Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T01:30:03.757Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T01:30:03.757Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T01:30:03.946Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T01:30:03.946Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:30:03.946Z] OK: 8 MiB in 20 packages [2021-02-01T01:30:03.946Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T01:30:03.946Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T01:30:04.019Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T01:30:04.019Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T01:30:04.019Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T01:30:04.019Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T01:30:04.223Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T01:30:04.223Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T01:30:04.223Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T01:30:04.223Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T01:30:04.223Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T01:30:04.592Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T01:30:04.592Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T01:30:04.592Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T01:30:04.592Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T01:30:05.540Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T01:30:05.540Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T01:30:06.218Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T01:30:06.218Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T01:30:06.219Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T01:30:06.219Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T01:30:06.219Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T01:30:06.219Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T01:30:06.490Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T01:30:06.492Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T01:30:06.492Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T01:30:06.492Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T01:30:06.492Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T01:30:06.492Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T01:30:06.752Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T01:30:06.764Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T01:30:06.764Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T01:30:06.764Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T01:30:06.764Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T01:30:06.764Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T01:30:06.764Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T01:30:06.764Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T01:30:06.764Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T01:30:07.035Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T01:30:07.035Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T01:30:07.035Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T01:30:07.035Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T01:30:07.035Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T01:30:07.035Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T01:30:07.035Z] Removing intermediate container 199585b2d705 [2021-02-01T01:30:07.035Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T01:30:07.035Z] ---> 5da0e36d4668 [2021-02-01T01:30:07.035Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:30:07.309Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:30:07.309Z] OK: 71 MiB in 55 packages [2021-02-01T01:30:07.327Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T01:30:07.327Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T01:30:07.899Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T01:30:07.900Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T01:30:08.746Z] ---> b1df9319beea [2021-02-01T01:30:08.746Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T01:30:08.855Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T01:30:08.855Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T01:30:09.117Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T01:30:09.117Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T01:30:09.117Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T01:30:09.117Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T01:30:09.379Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T01:30:09.379Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T01:30:09.642Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-01T01:30:09.642Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-01T01:30:09.642Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T01:30:09.642Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T01:30:09.904Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T01:30:09.904Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T01:30:09.904Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-01T01:30:09.904Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-01T01:30:10.166Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:30:10.166Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T01:30:10.166Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:30:10.166Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:30:10.166Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:30:10.166Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-01T01:30:10.166Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-01T01:30:10.166Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-01T01:30:10.428Z] [2021-02-01T01:30:10.428Z] Current default time zone: 'Etc/UTC' [2021-02-01T01:30:10.428Z] Local time is now: Mon Feb 1 01:30:10 UTC 2021. [2021-02-01T01:30:10.428Z] Universal Time is now: Mon Feb 1 01:30:10 UTC 2021. [2021-02-01T01:30:10.428Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-01T01:30:10.428Z] [2021-02-01T01:30:10.428Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-01T01:30:10.428Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:30:10.428Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-01T01:30:10.690Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-01T01:30:10.690Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-01T01:30:10.690Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-01T01:30:10.690Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-01T01:30:10.690Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-01T01:30:10.690Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-01T01:30:10.690Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T01:30:10.690Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:30:10.951Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-01T01:30:10.951Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T01:30:11.213Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T01:30:11.213Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:30:11.213Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-01T01:30:11.213Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-01T01:30:11.213Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-01T01:30:11.213Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T01:30:11.213Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-01T01:30:11.474Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-01T01:30:11.474Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-01T01:30:11.474Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T01:30:12.140Z] ---> 93b44e2bc7d6 [2021-02-01T01:30:12.140Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T01:30:13.129Z] ---> 1b309be2bb3c [2021-02-01T01:30:13.129Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T01:30:13.392Z] Updating certificates in /etc/ssl/certs... [2021-02-01T01:30:13.734Z] ---> Running in 5b8f005ed7ba [2021-02-01T01:30:13.966Z] 22 added, 17 removed; done. [2021-02-01T01:30:13.966Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T01:30:14.228Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T01:30:14.228Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-01T01:30:14.228Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-01T01:30:14.228Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-01T01:30:14.228Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T01:30:14.228Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T01:30:14.228Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T01:30:14.489Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T01:30:14.489Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T01:30:14.489Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T01:30:14.489Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T01:30:14.489Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-01T01:30:14.489Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-01T01:30:14.489Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-01T01:30:14.729Z] Removing intermediate container 5b8f005ed7ba [2021-02-01T01:30:14.729Z] ---> a9115e37f815 [2021-02-01T01:30:14.729Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:30:14.752Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-01T01:30:14.752Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-01T01:30:14.752Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T01:30:14.752Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T01:30:14.752Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-01T01:30:14.752Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-01T01:30:14.752Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-01T01:30:15.003Z] ---> Running in 006b33cabdc1 [2021-02-01T01:30:15.015Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T01:30:15.015Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T01:30:15.015Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-01T01:30:15.015Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T01:30:15.015Z] Updating certificates in /etc/ssl/certs... [2021-02-01T01:30:15.586Z] 0 added, 0 removed; done. [2021-02-01T01:30:15.586Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-01T01:30:15.586Z] done. [2021-02-01T01:30:15.984Z] Removing intermediate container 8320d6870cb5 [2021-02-01T01:30:15.984Z] ---> 45824303461f [2021-02-01T01:30:15.984Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T01:30:15.984Z] Removing intermediate container 006b33cabdc1 [2021-02-01T01:30:15.984Z] ---> 2defd7056dc6 [2021-02-01T01:30:15.984Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T01:30:16.533Z] Reading package lists... [2021-02-01T01:30:16.533Z] Building dependency tree... [2021-02-01T01:30:16.533Z] Reading state information... [2021-02-01T01:30:16.590Z] ---> Running in 2826c1b3eb0a [2021-02-01T01:30:16.590Z] ---> Running in d9c91fa437af [2021-02-01T01:30:16.795Z] The following NEW packages will be installed: [2021-02-01T01:30:16.795Z] apt-transport-https [2021-02-01T01:30:16.795Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T01:30:16.795Z] Need to get 1696 B of archives. [2021-02-01T01:30:16.795Z] After this operation, 153 kB of additional disk space will be used. [2021-02-01T01:30:16.795Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-01T01:30:16.871Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:30:16.871Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:30:16.871Z] ---> f3888d1f4ca3 [2021-02-01T01:30:16.871Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T01:30:16.871Z] ---> Using cache [2021-02-01T01:30:16.871Z] ---> 053791d7813e [2021-02-01T01:30:16.871Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:30:16.871Z] ---> Using cache [2021-02-01T01:30:16.871Z] ---> 8aaffd22066d [2021-02-01T01:30:16.871Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T01:30:16.871Z] ---> Running in 8b8d08e507f8 [2021-02-01T01:30:17.058Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T01:30:17.058Z] Fetched 1696 B in 0s (20.4 kB/s) [2021-02-01T01:30:17.058Z] Selecting previously unselected package apt-transport-https. [2021-02-01T01:30:17.058Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-01T01:30:17.058Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-01T01:30:17.058Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T01:30:17.058Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T01:30:17.149Z] Removing intermediate container d9c91fa437af [2021-02-01T01:30:17.149Z] ---> 0a1a1de300ba [2021-02-01T01:30:17.149Z] Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:30:17.428Z] ---> Running in 5fa0318fc353 [2021-02-01T01:30:17.632Z] Waiting for network to be ready... [2021-02-01T01:30:18.033Z] Removing intermediate container 5fa0318fc353 [2021-02-01T01:30:18.033Z] ---> 6efde5fa6483 [2021-02-01T01:30:18.033Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T01:30:18.310Z] ---> Running in c34a898fbac0 [2021-02-01T01:30:18.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:30:18.915Z] Removing intermediate container c34a898fbac0 [2021-02-01T01:30:18.915Z] ---> 6ab32aba9ffd [2021-02-01T01:30:18.915Z] [2021-02-01T01:30:19.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:30:19.191Z] Successfully built 6ab32aba9ffd [2021-02-01T01:30:19.191Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-01T01:30:19.191Z] Building docker-core-metadata-go [2021-02-01T01:30:19.790Z]  Building docker-core-data-go ... done OK: 217 MiB in 51 packages [2021-02-01T01:30:21.227Z] Removing intermediate container 8b8d08e507f8 [2021-02-01T01:30:21.227Z] ---> c8242bca6e5e [2021-02-01T01:30:21.227Z] Step 6/31 : COPY go.mod . [2021-02-01T01:30:22.679Z] ---> 5f24db19d728 [2021-02-01T01:30:22.679Z] Step 7/31 : RUN go mod download [2021-02-01T01:30:22.953Z] ---> Running in fb7f97f518d5 [2021-02-01T01:30:22.953Z] Collecting docker-compose==1.23.2 [2021-02-01T01:30:23.230Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T01:30:24.242Z] 2021-02-01T01:30:21Z INFO Waiting for automatic snapd restart... [2021-02-01T01:30:24.674Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T01:30:24.674Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T01:30:24.674Z] 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-01T01:30:24.815Z] snapd 2.48.2 from Canonical* installed [2021-02-01T01:30:25.769Z] "snapd" switched to the "latest/stable" channel [2021-02-01T01:30:25.769Z] [2021-02-01T01:30:26.132Z] Collecting PyYAML<4,>=3.10 [2021-02-01T01:30:26.132Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T01:30:27.598Z] Removing intermediate container fb7f97f518d5 [2021-02-01T01:30:27.598Z] ---> 14fb9818fc9e [2021-02-01T01:30:27.598Z] Step 8/31 : COPY . . [2021-02-01T01:30:30.986Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T01:30:30.986Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T01:30:31.077Z] core18 20201210 from Canonical* installed [2021-02-01T01:30:31.077Z] "core18" switched to the "latest/stable" channel [2021-02-01T01:30:31.077Z] [2021-02-01T01:30:31.587Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T01:30:31.587Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T01:30:33.585Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T01:30:33.585Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T01:30:33.863Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T01:30:33.863Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T01:30:37.275Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T01:30:37.275Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T01:30:37.275Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T01:30:37.275Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T01:30:37.692Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T01:30:37.692Z] "snapcraft" switched to the "latest/stable" channel [2021-02-01T01:30:37.692Z] [2021-02-01T01:30:39.275Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:30:39.276Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:30:39.276Z] ---> f3888d1f4ca3 [2021-02-01T01:30:39.276Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T01:30:39.276Z] ---> Using cache [2021-02-01T01:30:39.276Z] ---> 053791d7813e [2021-02-01T01:30:39.276Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:30:39.276Z] ---> Using cache [2021-02-01T01:30:39.276Z] ---> 8aaffd22066d [2021-02-01T01:30:39.276Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T01:30:39.276Z] ---> Using cache [2021-02-01T01:30:39.276Z] ---> c8242bca6e5e [2021-02-01T01:30:39.276Z] Step 6/21 : COPY go.mod . [2021-02-01T01:30:39.276Z] ---> Using cache [2021-02-01T01:30:39.276Z] ---> 5f24db19d728 [2021-02-01T01:30:39.276Z] Step 7/21 : RUN go mod download [2021-02-01T01:30:39.276Z] ---> Using cache [2021-02-01T01:30:39.276Z] ---> 14fb9818fc9e [2021-02-01T01:30:39.276Z] Step 8/21 : COPY . . [2021-02-01T01:30:39.877Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T01:30:39.877Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T01:30:39.877Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:30:39.877Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:30:39.877Z] ---> f3888d1f4ca3 [2021-02-01T01:30:39.877Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T01:30:39.877Z] ---> Using cache [2021-02-01T01:30:39.877Z] ---> 053791d7813e [2021-02-01T01:30:39.877Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:30:39.877Z] ---> Using cache [2021-02-01T01:30:39.877Z] ---> 8aaffd22066d [2021-02-01T01:30:39.877Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T01:30:39.877Z] ---> Using cache [2021-02-01T01:30:39.877Z] ---> c8242bca6e5e [2021-02-01T01:30:39.877Z] Step 6/24 : COPY go.mod . [2021-02-01T01:30:39.877Z] ---> Using cache [2021-02-01T01:30:39.877Z] ---> 5f24db19d728 [2021-02-01T01:30:39.877Z] Step 7/24 : RUN go mod download [2021-02-01T01:30:39.877Z] ---> Using cache [2021-02-01T01:30:39.877Z] ---> 14fb9818fc9e [2021-02-01T01:30:39.877Z] Step 8/24 : COPY . . [2021-02-01T01:30:41.047Z] 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-01T01:30:41.047Z] - README.md [2021-02-01T01:30:41.047Z] - snapcraft.yaml.orig [2021-02-01T01:30:41.047Z] [2021-02-01T01:30:41.047Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T01:30:42.581Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T01:30:42.581Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T01:30:42.581Z] 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-01T01:30:42.867Z] Collecting idna<2.8,>=2.5 [2021-02-01T01:30:42.867Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T01:30:43.160Z] 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-01T01:30:43.833Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T01:30:43.833Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T01:30:44.108Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T01:30:44.108Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T01:30:44.108Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T01:30:44.108Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T01:30:45.549Z] Installing collected packages: websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose [2021-02-01T01:30:45.827Z] Running setup.py install for PyYAML: started [2021-02-01T01:30:47.671Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T01:30:47.671Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T01:30:47.671Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T01:30:47.671Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T01:30:48.462Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T01:30:48.463Z] Attempting uninstall: idna [2021-02-01T01:30:48.463Z] Found existing installation: idna 2.9 [2021-02-01T01:30:48.463Z] Uninstalling idna-2.9: [2021-02-01T01:30:48.463Z] Successfully uninstalled idna-2.9 [2021-02-01T01:30:49.062Z] Reading package lists... [2021-02-01T01:30:49.062Z] 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-01T01:30:50.445Z] Attempting uninstall: urllib3 [2021-02-01T01:30:50.445Z] Found existing installation: urllib3 1.25.9 [2021-02-01T01:30:50.445Z] Uninstalling urllib3-1.25.9: [2021-02-01T01:30:50.445Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T01:30:51.898Z] Attempting uninstall: requests [2021-02-01T01:30:51.898Z] Found existing installation: requests 2.23.0 [2021-02-01T01:30:51.898Z] Uninstalling requests-2.23.0: [2021-02-01T01:30:52.175Z] Successfully uninstalled requests-2.23.0 [2021-02-01T01:30:52.775Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T01:30:52.775Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T01:30:52.775Z] ---> f3888d1f4ca3 [2021-02-01T01:30:52.775Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T01:30:52.775Z] ---> Using cache [2021-02-01T01:30:52.775Z] ---> 053791d7813e [2021-02-01T01:30:52.775Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T01:30:52.775Z] ---> Using cache [2021-02-01T01:30:52.775Z] ---> 8aaffd22066d [2021-02-01T01:30:52.775Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T01:30:52.775Z] ---> Using cache [2021-02-01T01:30:52.775Z] ---> c8242bca6e5e [2021-02-01T01:30:52.775Z] Step 6/23 : COPY go.mod . [2021-02-01T01:30:52.775Z] ---> Using cache [2021-02-01T01:30:52.775Z] ---> 5f24db19d728 [2021-02-01T01:30:52.775Z] Step 7/23 : RUN go mod download [2021-02-01T01:30:52.775Z] ---> Using cache [2021-02-01T01:30:52.775Z] ---> 14fb9818fc9e [2021-02-01T01:30:52.775Z] Step 8/23 : COPY . . [2021-02-01T01:30:53.051Z] ---> Using cache [2021-02-01T01:30:53.051Z] ---> 30600d16fc71 [2021-02-01T01:30:53.051Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T01:30:55.673Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T01:30:55.673Z] Reading package lists... [2021-02-01T01:30:55.673Z] Building dependency tree... [2021-02-01T01:30:55.673Z] Reading state information... [2021-02-01T01:30:55.673Z] Suggested packages: [2021-02-01T01:30:55.673Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-01T01:30:55.673Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-01T01:30:55.673Z] Recommended packages: [2021-02-01T01:30:55.673Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-01T01:30:55.673Z] The following NEW packages will be installed: [2021-02-01T01:30:55.673Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-01T01:30:55.673Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-01T01:30:55.673Z] pkg-config zip [2021-02-01T01:30:55.673Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T01:30:55.673Z] Need to get 7655 kB of archives. [2021-02-01T01:30:55.673Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-01T01:30:55.673Z] 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-01T01:30:55.936Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-01T01:30:55.936Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-01T01:30:55.936Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-01T01:30:55.936Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-01T01:30:55.936Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-01T01:30:55.936Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-01T01:30:55.936Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-01T01:30:56.198Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-01T01:30:56.198Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-01T01:30:56.198Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-01T01:30:56.198Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-01T01:30:56.460Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-01T01:30:56.460Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-01T01:30:56.460Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-01T01:30:56.460Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T01:30:56.460Z] Fetched 7655 kB in 1s (9936 kB/s) [2021-02-01T01:30:56.722Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-01T01:30:56.722Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-01T01:30:56.722Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-01T01:30:56.722Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T01:30:56.985Z] Selecting previously unselected package libpsl5:amd64. [2021-02-01T01:30:56.985Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-01T01:30:56.985Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T01:30:56.985Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-01T01:30:56.985Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-01T01:30:56.985Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T01:30:56.985Z] Selecting previously unselected package librtmp1:amd64. [2021-02-01T01:30:56.985Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-01T01:30:56.985Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T01:30:57.246Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-01T01:30:57.247Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-01T01:30:57.247Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T01:30:57.247Z] Selecting previously unselected package liberror-perl. [2021-02-01T01:30:57.247Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-01T01:30:57.247Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-01T01:30:57.247Z] Selecting previously unselected package git-man. [2021-02-01T01:30:57.508Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-01T01:30:57.508Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T01:30:57.508Z] Selecting previously unselected package git. [2021-02-01T01:30:57.508Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-01T01:30:57.508Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T01:30:58.457Z] Selecting previously unselected package libnorm1:amd64. [2021-02-01T01:30:58.457Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-01T01:30:58.457Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T01:30:58.457Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-01T01:30:58.457Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-01T01:30:58.459Z] Running setup.py install for dockerpty: started [2021-02-01T01:30:58.718Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T01:30:58.718Z] Selecting previously unselected package libsodium23:amd64. [2021-02-01T01:30:58.718Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-01T01:30:58.718Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-01T01:30:58.718Z] Selecting previously unselected package libzmq5:amd64. [2021-02-01T01:30:58.718Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T01:30:58.718Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T01:30:58.980Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-01T01:30:58.980Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T01:30:58.980Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T01:30:58.980Z] Selecting previously unselected package pkg-config. [2021-02-01T01:30:58.980Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-01T01:30:58.980Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T01:30:59.241Z] Selecting previously unselected package zip. [2021-02-01T01:30:59.241Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-01T01:30:59.241Z] Unpacking zip (3.0-11build1) ... [2021-02-01T01:30:59.241Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T01:30:59.241Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T01:30:59.241Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T01:30:59.241Z] Setting up liberror-perl (0.17025-1) ... [2021-02-01T01:30:59.241Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T01:30:59.506Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T01:30:59.506Z] No schema files found: doing nothing. [2021-02-01T01:30:59.506Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T01:30:59.506Z] Setting up zip (3.0-11build1) ... [2021-02-01T01:30:59.506Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T01:30:59.506Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-01T01:30:59.506Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T01:30:59.506Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T01:30:59.767Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T01:30:59.767Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T01:30:59.767Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T01:30:59.767Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T01:30:59.896Z] ---> Running in 7897a0ab24c4 [2021-02-01T01:31:00.169Z] ---> 30600d16fc71 [2021-02-01T01:31:00.169Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T01:31:00.447Z] ---> Running in 3e4a2f5a5061 [2021-02-01T01:31:00.447Z] ---> b1c5a49a9554 [2021-02-01T01:31:00.447Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T01:31:00.719Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T01:31:00.994Z] ---> Running in 4082acdfe343 [2021-02-01T01:31:01.282Z] Running setup.py install for docopt: started [2021-02-01T01:31:01.282Z] ---> 5c08f0b40e2c [2021-02-01T01:31:01.282Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T01:31:01.564Z] ---> Running in 7cbd0141484f [2021-02-01T01:31:01.840Z] 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-01T01:31:02.833Z] 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-01T01:31:03.107Z] 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-01T01:31:03.384Z] 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-01T01:31:03.984Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T01:31:03.984Z] Running setup.py install for texttable: started [2021-02-01T01:31:07.490Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T01:31:07.495Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T01:31:07.495Z] git set to automatically installed. [2021-02-01T01:31:07.495Z] git-man set to automatically installed. [2021-02-01T01:31:07.495Z] libcurl3-gnutls set to automatically installed. [2021-02-01T01:31:07.495Z] liberror-perl set to automatically installed. [2021-02-01T01:31:07.495Z] libglib2.0-0 set to automatically installed. [2021-02-01T01:31:07.495Z] libnghttp2-14 set to automatically installed. [2021-02-01T01:31:07.495Z] libnorm1 set to automatically installed. [2021-02-01T01:31:07.495Z] libpgm-5.2-0 set to automatically installed. [2021-02-01T01:31:07.495Z] libpsl5 set to automatically installed. [2021-02-01T01:31:07.495Z] librtmp1 set to automatically installed. [2021-02-01T01:31:07.495Z] libsodium23 set to automatically installed. [2021-02-01T01:31:07.495Z] libzmq3-dev set to automatically installed. [2021-02-01T01:31:07.495Z] libzmq5 set to automatically installed. [2021-02-01T01:31:07.495Z] pkg-config set to automatically installed. [2021-02-01T01:31:07.495Z] zip set to automatically installed. [2021-02-01T01:31:08.145Z] snapd is not logged in, snap install commands will use sudo [2021-02-01T01:31:08.966Z] 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-01T01:31:14.906Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T01:31:15.168Z] snap "core18" has no updates available [2021-02-01T01:31:15.712Z] Removing intermediate container 2826c1b3eb0a [2021-02-01T01:31:15.712Z] ---> 2373cd68d8cf [2021-02-01T01:31:15.712Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T01:31:15.712Z] ---> Running in 13b46a5aa722 [2021-02-01T01:31:16.111Z] Pulling config-common [2021-02-01T01:31:17.057Z] Pulling go-build-helper [2021-02-01T01:31:17.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:31:17.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:31:18.185Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T01:31:18.185Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T01:31:18.185Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T01:31:18.185Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:31:18.185Z] OK: 71 MiB in 58 packages [2021-02-01T01:31:20.219Z] Removing intermediate container 13b46a5aa722 [2021-02-01T01:31:20.219Z] ---> 823c0a88c002 [2021-02-01T01:31:20.219Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T01:31:20.219Z] ---> Running in 22bc483fd3cf [2021-02-01T01:31:20.838Z] Removing intermediate container 22bc483fd3cf [2021-02-01T01:31:20.838Z] ---> f152f48fe187 [2021-02-01T01:31:20.838Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:31:21.115Z] ---> Running in 37a53eb98a67 [2021-02-01T01:31:22.098Z] Removing intermediate container 37a53eb98a67 [2021-02-01T01:31:22.098Z] ---> 84cbe6153b4c [2021-02-01T01:31:22.098Z] Step 24/26 : LABEL arch=arm64 [2021-02-01T01:31:22.098Z] ---> Running in 54457777b31c [2021-02-01T01:31:22.699Z] Removing intermediate container 54457777b31c [2021-02-01T01:31:22.699Z] ---> fdbdabe53d64 [2021-02-01T01:31:22.699Z] Step 25/26 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:31:22.981Z] ---> Running in 6e71484596f8 [2021-02-01T01:31:23.581Z] Removing intermediate container 6e71484596f8 [2021-02-01T01:31:23.581Z] ---> 9021aa0496bb [2021-02-01T01:31:23.581Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T01:31:23.860Z] ---> Running in 8e82af307565 [2021-02-01T01:31:24.471Z] Removing intermediate container 8e82af307565 [2021-02-01T01:31:24.471Z] ---> 4145e7f5640d [2021-02-01T01:31:24.471Z] [2021-02-01T01:31:25.079Z] Successfully built 4145e7f5640d [2021-02-01T01:31:25.079Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-01T01:31:43.720Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T01:31:43.720Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T01:31:43.720Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T01:31:43.720Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-02-01T01:31:43.720Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T01:31:43.720Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T01:31:43.720Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T01:31:43.720Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T01:31:43.720Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T01:31:43.720Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T01:31:43.720Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T01:31:43.720Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-02-01T01:31:43.720Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T01:31:43.720Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T01:31:43.720Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-02-01T01:31:43.721Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-02-01T01:31:43.721Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-02-01T01:31:43.721Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T01:31:43.721Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T01:31:43.721Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-02-01T01:31:43.721Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T01:31:43.721Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T01:31:43.721Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T01:31:43.721Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T01:31:43.721Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T01:31:43.721Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T01:31:43.721Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T01:31:43.721Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-01T01:31:43.721Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-01T01:31:43.721Z] Fetched 279 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-01T01:31:43.721Z] Fetched 122 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-01T01:31:43.721Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-01T01:31:43.721Z] Fetched 8848 B in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-01T01:31:43.721Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-01T01:31:43.721Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-01T01:31:43.721Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-01T01:31:43.721Z] Fetched 214 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-01T01:31:43.721Z] Fetched 155 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-01T01:31:43.721Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-01T01:31:43.721Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-01T01:31:43.721Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-01T01:31:43.721Z] Fetched 499 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-01T01:31:43.721Z] Fetched 111 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-01T01:31:43.721Z] Fetched 240 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-01T01:31:43.721Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-01T01:31:43.721Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-01T01:31:43.721Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-01T01:31:43.721Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-01T01:31:43.721Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-01T01:31:43.721Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-01T01:31:43.721Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-01T01:31:43.721Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-01T01:31:43.721Z] Fetched 8720 B in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-01T01:31:43.721Z] Fetched 137 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-01T01:31:43.721Z] Fetched 119 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-01T01:31:43.721Z] Fetched 109 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-01T01:31:43.721Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-01T01:31:43.721Z] Fetched 645 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-01T01:31:43.721Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-01T01:31:43.721Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-01T01:31:43.721Z] Fetched 368 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-01T01:31:43.721Z] Fetched 187 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-01T01:31:43.721Z] Fetched 175 kB in 0s (0 B/s) [2021-02-01T01:31:43.721Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-01T01:31:44.667Z] Fetched 206 kB in 0s (0 B/s) [2021-02-01T01:31:44.667Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-01T01:31:44.667Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-01T01:31:44.667Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-01T01:31:44.667Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-01T01:31:44.667Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-01T01:31:44.667Z] Fetched 159 kB in 0s (0 B/s) [2021-02-01T01:31:44.667Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-01T01:31:44.667Z] Fetched 107 kB in 0s (0 B/s) [2021-02-01T01:31:44.667Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-01T01:31:44.667Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-01T01:31:44.667Z] Pulling static-packages [2021-02-01T01:31:45.610Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-01T01:31:45.610Z] Skipping pull go-build-helper (already ran) [2021-02-01T01:31:45.610Z] Skipping pull static-packages (already ran) [2021-02-01T01:31:45.610Z] Building go-build-helper [2021-02-01T01:31:49.822Z] Building static-packages [2021-02-01T01:31:52.371Z] Staging go-build-helper [2021-02-01T01:31:53.315Z] Staging static-packages [2021-02-01T01:31:54.699Z] Pulling go115 [2021-02-01T01:31:55.646Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-01T01:31:55.646Z] Skipping pull go115 (already ran) [2021-02-01T01:31:55.646Z] Building go115 [2021-02-01T01:31:55.646Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T01:31:55.646Z] Dload Upload Total Spent Left Speed [2021-02-01T01:31:59.190Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 3535k 0 0 9452k 0 0:00:12 --:--:-- 0:00:12 9427k 33 115M 33 38.5M 0 0 28.3M 0 0:00:04 0:00:01 0:00:03 28.2M 62 115M 62 72.7M 0 0 30.8M 0 0:00:03 0:00:02 0:00:01 30.8M 93 115M 93 108M 0 0 32.2M 0 0:00:03 0:00:03 --:--:-- 32.2M 100 115M 100 115M 0 0 32.5M 0 0:00:03 0:00:03 --:--:-- 32.5M [2021-02-01T01:32:00.141Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-01T01:32:05.451Z] Staging go115 [2021-02-01T01:32:12.074Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T01:32:12.074Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T01:32:12.074Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T01:32:12.074Z] Fetched 0 B in 0s (0 B/s) [2021-02-01T01:32:12.074Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-01T01:32:12.074Z] Fetched 224 kB in 0s (0 B/s) [2021-02-01T01:32:12.074Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-01T01:32:12.074Z] Fetched 157 kB in 0s (0 B/s) [2021-02-01T01:32:12.074Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-01T01:32:12.074Z] Fetched 221 kB in 0s (0 B/s) [2021-02-01T01:32:12.074Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-01T01:32:12.074Z] Fetched 143 kB in 0s (0 B/s) [2021-02-01T01:32:12.074Z] Pulling edgex-go [2021-02-01T01:32:12.112Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T01:32:12.388Z] 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-01T01:32:14.005Z] Pulling version [2021-02-01T01:32:15.409Z] Building config-common [2021-02-01T01:32:16.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T01:32:18.012Z] Skipping build go-build-helper (already ran) [2021-02-01T01:32:18.013Z] Skipping build static-packages (already ran) [2021-02-01T01:32:18.013Z] Skipping build go115 (already ran) [2021-02-01T01:32:18.013Z] Building edgex-go [2021-02-01T01:32:18.607Z] 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-01T01:32:20.556Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-01T01:32:20.556Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 [2021-02-01T01:32:20.556Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-01T01:32:20.556Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-01T01:32:20.556Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-01T01:32:20.556Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-01T01:32:20.556Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-02-01T01:32:20.556Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-01T01:32:20.556Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-01T01:32:20.556Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-01T01:32:20.556Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-01T01:32:20.556Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-01T01:32:20.556Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-01T01:32:20.556Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-01T01:32:20.556Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-01T01:32:20.556Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-01T01:32:20.556Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-01T01:32:20.556Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-01T01:32:20.556Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-01T01:32:20.556Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-01T01:32:20.556Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-01T01:32:20.556Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-01T01:32:20.817Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-01T01:32:20.817Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-01T01:32:20.817Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-01T01:32:20.817Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-01T01:32:20.817Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-01T01:32:20.817Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-01T01:32:20.817Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-01T01:32:20.817Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-01T01:32:20.817Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-01T01:32:20.817Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-01T01:32:20.817Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-01T01:32:20.817Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-01T01:32:20.817Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-01T01:32:20.817Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-01T01:32:20.817Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-01T01:32:20.817Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-01T01:32:21.080Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-01T01:32:21.080Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-01T01:32:26.938Z] Removing intermediate container 7cbd0141484f [2021-02-01T01:32:26.938Z] ---> fce5140a3441 [2021-02-01T01:32:26.938Z] [2021-02-01T01:32:26.938Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T01:32:26.938Z] ---> afeebe901d6b [2021-02-01T01:32:26.938Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T01:32:26.938Z] ---> Running in 076ee54b720a [2021-02-01T01:32:28.954Z] Removing intermediate container 4082acdfe343 [2021-02-01T01:32:28.954Z] ---> 2466a4ebb59e [2021-02-01T01:32:28.954Z] [2021-02-01T01:32:28.954Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T01:32:28.954Z] ---> afeebe901d6b [2021-02-01T01:32:28.954Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T01:32:29.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:32:29.230Z] ---> Running in 1e503a3fe22a [2021-02-01T01:32:29.284Z] 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-01T01:32:29.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:32:30.519Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T01:32:30.520Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T01:32:30.520Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T01:32:30.520Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T01:32:30.520Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T01:32:30.520Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:32:30.520Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T01:32:30.797Z] OK: 7 MiB in 19 packages [2021-02-01T01:32:31.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:32:31.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:32:31.953Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T01:32:31.953Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T01:32:31.953Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T01:32:31.953Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T01:32:31.953Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:32:32.238Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T01:32:32.238Z] OK: 7 MiB in 18 packages [2021-02-01T01:32:33.712Z] Removing intermediate container 076ee54b720a [2021-02-01T01:32:33.712Z] ---> d8f57c65d840 [2021-02-01T01:32:33.712Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T01:32:33.712Z] ---> Running in 0c16a6327170 [2021-02-01T01:32:34.592Z] 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-01T01:32:34.713Z] Removing intermediate container 0c16a6327170 [2021-02-01T01:32:34.713Z] ---> ed77adf7b527 [2021-02-01T01:32:34.713Z] Step 13/24 : WORKDIR / [2021-02-01T01:32:35.322Z] Removing intermediate container 1e503a3fe22a [2021-02-01T01:32:35.322Z] ---> e10693b604eb [2021-02-01T01:32:35.322Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T01:32:35.322Z] ---> Running in d604e451c0b5 [2021-02-01T01:32:35.322Z] ---> Running in 6a09fe9b9d17 [2021-02-01T01:32:35.543Z] 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-01T01:32:36.307Z] Removing intermediate container d604e451c0b5 [2021-02-01T01:32:36.307Z] ---> 7d40c9a2dd3c [2021-02-01T01:32:36.307Z] Removing intermediate container 6a09fe9b9d17 [2021-02-01T01:32:36.307Z] ---> 01df1e37754a [2021-02-01T01:32:36.307Z] Step 13/21 : WORKDIR /edgex [2021-02-01T01:32:36.307Z] 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-01T01:32:36.307Z] ---> Running in 422ad023814a [2021-02-01T01:32:36.585Z] Removing intermediate container 3e4a2f5a5061 [2021-02-01T01:32:36.585Z] ---> a6885fa4d8fc [2021-02-01T01:32:36.585Z] [2021-02-01T01:32:36.585Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T01:32:36.585Z] ---> afeebe901d6b [2021-02-01T01:32:36.585Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T01:32:36.857Z] ---> Running in fdd86cafdd9c [2021-02-01T01:32:36.942Z] 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-01T01:32:37.137Z] Removing intermediate container 422ad023814a [2021-02-01T01:32:37.137Z] ---> 7d9e59dc2bcd [2021-02-01T01:32:37.137Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T01:32:37.137Z] ---> 532710986b78 [2021-02-01T01:32:37.137Z] 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-01T01:32:37.206Z] 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-01T01:32:37.206Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-01T01:32:37.471Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-01T01:32:37.471Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-01T01:32:37.471Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-01T01:32:37.522Z] Removing intermediate container fdd86cafdd9c [2021-02-01T01:32:37.522Z] ---> 576bfa59094c [2021-02-01T01:32:37.523Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T01:32:37.839Z] ---> Running in a431aa714cc8 [2021-02-01T01:32:38.206Z] ---> 3c70797a7b65 [2021-02-01T01:32:38.206Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T01:32:39.304Z] ---> 4beb973b8d83 [2021-02-01T01:32:39.304Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T01:32:39.398Z] 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-01T01:32:39.398Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-01T01:32:39.398Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-01T01:32:39.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T01:32:40.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T01:32:40.460Z] ---> 7774e5fa9e9d [2021-02-01T01:32:40.460Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T01:32:40.460Z] ---> 5e43b57e77fa [2021-02-01T01:32:40.460Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T01:32:40.787Z] 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-01T01:32:41.060Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T01:32:41.060Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T01:32:41.060Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:32:41.060Z] OK: 5 MiB in 16 packages [2021-02-01T01:32:41.359Z] 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-01T01:32:41.359Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-01T01:32:42.492Z] ---> 86b576445164 [2021-02-01T01:32:42.492Z] ---> 69fdb8e8d7eb [2021-02-01T01:32:42.492Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T01:32:42.492Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T01:32:42.749Z] 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-01T01:32:43.098Z] ---> Running in c46a66b2b3a5 [2021-02-01T01:32:43.369Z] Removing intermediate container a431aa714cc8 [2021-02-01T01:32:43.369Z] ---> 738f368b14ed [2021-02-01T01:32:43.369Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T01:32:43.654Z] Removing intermediate container 7897a0ab24c4 [2021-02-01T01:32:43.654Z] ---> bae51cb8f9a5 [2021-02-01T01:32:43.654Z] [2021-02-01T01:32:43.654Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T01:32:43.654Z] ---> afeebe901d6b [2021-02-01T01:32:43.654Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T01:32:43.654Z] ---> Using cache [2021-02-01T01:32:43.654Z] ---> bc743bdeb2c5 [2021-02-01T01:32:43.654Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T01:32:43.654Z] ---> Using cache [2021-02-01T01:32:43.654Z] ---> 25d20d038537 [2021-02-01T01:32:43.654Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T01:32:43.654Z] ---> Running in ed6b2c6948ea [2021-02-01T01:32:43.654Z] ---> Running in 65ba2e7aa6d3 [2021-02-01T01:32:43.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T01:32:43.935Z] ---> 47c80b523aba [2021-02-01T01:32:43.935Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T01:32:43.935Z] Removing intermediate container c46a66b2b3a5 [2021-02-01T01:32:43.935Z] ---> a7697217d26b [2021-02-01T01:32:43.935Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T01:32:44.220Z] ---> Running in 6d5e78a75e96 [2021-02-01T01:32:44.220Z] Removing intermediate container ed6b2c6948ea [2021-02-01T01:32:44.220Z] ---> 284d2a3a4a83 [2021-02-01T01:32:44.220Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T01:32:44.496Z] Removing intermediate container 65ba2e7aa6d3 [2021-02-01T01:32:44.496Z] ---> 275e2a8402be [2021-02-01T01:32:44.496Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T01:32:44.496Z] ---> Running in f43a78273792 [2021-02-01T01:32:44.496Z] ---> Running in 09c4fcc7d521 [2021-02-01T01:32:44.646Z] 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-01T01:32:44.646Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-01T01:32:44.769Z] Removing intermediate container 6d5e78a75e96 [2021-02-01T01:32:44.769Z] ---> d3e770e618cf [2021-02-01T01:32:44.769Z] Step 19/21 : LABEL arch=arm64 [2021-02-01T01:32:44.769Z] ---> f45599312112 [2021-02-01T01:32:44.769Z] 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-01T01:32:44.769Z] ---> Running in 0c1aeaf96e9e [2021-02-01T01:32:44.769Z] ---> Running in c153f5e3198c [2021-02-01T01:32:45.041Z] Removing intermediate container f43a78273792 [2021-02-01T01:32:45.041Z] ---> 40980f49a176 [2021-02-01T01:32:45.041Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T01:32:45.041Z] Removing intermediate container 09c4fcc7d521 [2021-02-01T01:32:45.041Z] ---> b9b4012353d6 [2021-02-01T01:32:45.041Z] Step 15/23 : WORKDIR / [2021-02-01T01:32:45.314Z] ---> Running in b0881410ee64 [2021-02-01T01:32:45.314Z] ---> Running in 8bdcb4b27903 [2021-02-01T01:32:45.588Z] Removing intermediate container 0c1aeaf96e9e [2021-02-01T01:32:45.588Z] ---> f58dfa5bf287 [2021-02-01T01:32:45.588Z] Step 20/21 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:32:45.588Z] ---> Running in b37f54c398ac [2021-02-01T01:32:45.590Z] 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-01T01:32:45.852Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-01T01:32:46.184Z] Removing intermediate container b0881410ee64 [2021-02-01T01:32:46.184Z] ---> 705b10bf6bd0 [2021-02-01T01:32:46.184Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:32:46.184Z] Removing intermediate container b37f54c398ac [2021-02-01T01:32:46.184Z] ---> 4222c63dde49 [2021-02-01T01:32:46.184Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T01:32:46.454Z] ---> Running in 1cefb3bb03ef [2021-02-01T01:32:47.046Z] ---> 05e1f98808dc [2021-02-01T01:32:47.046Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T01:32:47.046Z] Removing intermediate container 1cefb3bb03ef [2021-02-01T01:32:47.046Z] ---> 210ecb33a328 [2021-02-01T01:32:47.046Z] [2021-02-01T01:32:47.647Z] Successfully built 210ecb33a328 [2021-02-01T01:32:47.648Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-01T01:32:47.932Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c153f5e3198c [2021-02-01T01:32:47.932Z] ---> 82ef7e4118ab [2021-02-01T01:32:47.932Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T01:32:48.215Z] ---> Running in 2ca0723f8fbe [2021-02-01T01:32:48.215Z] Removing intermediate container 8bdcb4b27903 [2021-02-01T01:32:48.215Z] ---> d0aec4f93949 [2021-02-01T01:32:48.215Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T01:32:48.491Z] ---> 5252206b8b4d [2021-02-01T01:32:48.491Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T01:32:48.491Z] ---> Running in 2932f3b8369b [2021-02-01T01:32:48.780Z] Removing intermediate container 2ca0723f8fbe [2021-02-01T01:32:48.780Z] ---> dcef348164bf [2021-02-01T01:32:48.780Z] Step 22/24 : LABEL arch=arm64 [2021-02-01T01:32:49.061Z] ---> Running in c7f324e2255c [2021-02-01T01:32:49.154Z] Building version [2021-02-01T01:32:49.336Z] Removing intermediate container 2932f3b8369b [2021-02-01T01:32:49.336Z] ---> 9b599373084a [2021-02-01T01:32:49.336Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T01:32:49.336Z] ---> 6ebd99c44c4f [2021-02-01T01:32:49.336Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T01:32:49.611Z] Removing intermediate container c7f324e2255c [2021-02-01T01:32:49.611Z] ---> 350a4ddb0399 [2021-02-01T01:32:49.611Z] Step 23/24 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:32:49.611Z] ---> Running in 5c21df5d6916 [2021-02-01T01:32:49.896Z] ---> Running in 36ff9cc9b78b [2021-02-01T01:32:50.171Z] Removing intermediate container 5c21df5d6916 [2021-02-01T01:32:50.171Z] ---> 357ee0220d3e [2021-02-01T01:32:50.171Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T01:32:50.447Z] ---> 62c3cb6e10ce [2021-02-01T01:32:50.447Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T01:32:50.447Z] ---> Running in 1115997de856 [2021-02-01T01:32:50.447Z] Removing intermediate container 36ff9cc9b78b [2021-02-01T01:32:50.447Z] ---> 26f471037bd0 [2021-02-01T01:32:50.447Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T01:32:50.723Z] ---> Running in 3371f9f24749 [2021-02-01T01:32:51.007Z] ---> Running in c4b0efa4c667 [2021-02-01T01:32:51.283Z] Removing intermediate container 1115997de856 [2021-02-01T01:32:51.283Z] ---> a59f089b9bf7 [2021-02-01T01:32:51.283Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T01:32:51.560Z] ---> Running in e262ea5c25d6 [2021-02-01T01:32:51.560Z] Removing intermediate container c4b0efa4c667 [2021-02-01T01:32:51.560Z] ---> b51f5a8fa46c [2021-02-01T01:32:51.560Z] [2021-02-01T01:32:51.714Z] Staging config-common [2021-02-01T01:32:52.170Z] Removing intermediate container e262ea5c25d6 [2021-02-01T01:32:52.170Z] ---> e7e7d97ac655 [2021-02-01T01:32:52.170Z] Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [2021-02-01T01:32:52.170Z] Successfully built b51f5a8fa46c [2021-02-01T01:32:52.170Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-01T01:32:52.170Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 7561a76933bb [2021-02-01T01:32:52.658Z] Skipping stage go-build-helper (already ran) [2021-02-01T01:32:52.658Z] Skipping stage static-packages (already ran) [2021-02-01T01:32:52.658Z] Skipping stage go115 (already ran) [2021-02-01T01:32:52.658Z] Staging edgex-go [2021-02-01T01:32:52.768Z] Removing intermediate container 7561a76933bb [2021-02-01T01:32:52.768Z] ---> ff014aca299a [2021-02-01T01:32:52.768Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T01:32:53.043Z] ---> Running in 20032ff89e33 [2021-02-01T01:32:53.319Z] Removing intermediate container 20032ff89e33 [2021-02-01T01:32:53.319Z] ---> 666480c59208 [2021-02-01T01:32:53.319Z] Removing intermediate container 3371f9f24749 [2021-02-01T01:32:53.319Z] ---> 42f097772b85 [2021-02-01T01:32:53.319Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T01:32:53.319Z] [2021-02-01T01:32:53.916Z] Successfully built 666480c59208 [2021-02-01T01:32:53.916Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-01T01:32:54.045Z] Staging version [2021-02-01T01:32:54.189Z]  Building docker-core-metadata-go ... done  ---> 50e0ef02f6c6 [2021-02-01T01:32:54.189Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T01:32:54.987Z] Priming config-common [2021-02-01T01:32:55.627Z] ---> 1b89fcd2846e [2021-02-01T01:32:55.627Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T01:32:56.249Z] ---> 849fcf045af6 [2021-02-01T01:32:56.249Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T01:32:56.375Z] Priming go-build-helper [2021-02-01T01:32:57.235Z] ---> f498ef763f10 [2021-02-01T01:32:57.235Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T01:32:57.320Z] Priming static-packages [2021-02-01T01:32:58.219Z] ---> d81849183bfc [2021-02-01T01:32:58.219Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T01:32:58.501Z] ---> Running in e73e8cb107d3 [2021-02-01T01:32:59.095Z] Removing intermediate container e73e8cb107d3 [2021-02-01T01:32:59.095Z] ---> e8cfc4a7e43a [2021-02-01T01:32:59.095Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T01:32:59.696Z] ---> 821e007b2762 [2021-02-01T01:32:59.696Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T01:32:59.961Z] Priming go115 [2021-02-01T01:33:00.295Z] ---> Running in f498e1803336 [2021-02-01T01:33:00.903Z] Priming edgex-go [2021-02-01T01:33:02.288Z] Removing intermediate container f498e1803336 [2021-02-01T01:33:02.288Z] ---> 37e3aa00a9ac [2021-02-01T01:33:02.288Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T01:33:02.289Z] Priming version [2021-02-01T01:33:02.881Z] ---> Running in 5a26c7d448d6 [2021-02-01T01:33:03.157Z] Removing intermediate container 5a26c7d448d6 [2021-02-01T01:33:03.157Z] ---> d8c7cb501805 [2021-02-01T01:33:03.157Z] Step 28/31 : CMD ["gate"] [2021-02-01T01:33:03.455Z] ---> Running in 97ccdb61a894 [2021-02-01T01:33:03.681Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-01T01:33:04.051Z] Removing intermediate container 97ccdb61a894 [2021-02-01T01:33:04.051Z] ---> 1c8c1b36d895 [2021-02-01T01:33:04.051Z] Step 29/31 : LABEL arch=arm64 [2021-02-01T01:33:04.325Z] ---> Running in f8c2c0b37eeb [2021-02-01T01:33:04.924Z] Removing intermediate container f8c2c0b37eeb [2021-02-01T01:33:04.924Z] ---> a75f03723b09 [2021-02-01T01:33:04.924Z] Step 30/31 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [Pipeline] } [Pipeline] // withEnv [2021-02-01T01:33:05.204Z] ---> Running in 4633fb981a7f [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-02-01T01:33:05.809Z] Removing intermediate container 4633fb981a7f [2021-02-01T01:33:05.809Z] ---> 8fef7ad0f23a [2021-02-01T01:33:05.809Z] Step 31/31 : LABEL version=0.0.0 [Pipeline] } [2021-02-01T01:33:06.086Z] ---> Running in 2deb4a531b46 [2021-02-01T01:33:06.688Z] Removing intermediate container 2deb4a531b46 [2021-02-01T01:33:06.688Z] ---> 8254b5c31dc9 [2021-02-01T01:33:06.688Z] [2021-02-01T01:33:06.962Z] Successfully built 8254b5c31dc9 [2021-02-01T01:33:07.236Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-01T01:33:07.252Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-01T01:33:07.264Z] $ docker stop --time=1 1f55fbc99fcff995f3936816bed0042f528c0c045b4c5305950772fc87b399f5 [2021-02-01T01:33:09.248Z] $ docker rm -f 1f55fbc99fcff995f3936816bed0042f528c0c045b4c5305950772fc87b399f5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T01:33:09.934Z] + grep docker [2021-02-01T01:33:09.934Z] + docker images [2021-02-01T01:33:10.206Z] docker-security-bootstrapper-go-arm64 latest 8254b5c31dc9 4 seconds ago 22.6MB [2021-02-01T01:33:10.206Z] docker-core-metadata-go-arm64 latest 666480c59208 17 seconds ago 17.7MB [2021-02-01T01:33:10.206Z] docker-security-secretstore-setup-go-arm64 latest b51f5a8fa46c 19 seconds ago 23.4MB [2021-02-01T01:33:10.206Z] docker-security-proxy-setup-go-arm64 latest 210ecb33a328 24 seconds ago 23.2MB [2021-02-01T01:33:10.206Z] docker-sys-mgmt-agent-go-arm64 latest 4145e7f5640d About a minute ago 300MB [2021-02-01T01:33:10.206Z] docker-core-data-go-arm64 latest 6ab32aba9ffd 2 minutes ago 21MB [2021-02-01T01:33:10.206Z] docker-core-command-go-arm64 latest eb2dda0443bf 3 minutes ago 16MB [2021-02-01T01:33:10.206Z] docker-support-scheduler-go-arm64 latest 21e48e99f3fd 3 minutes ago 16.1MB [2021-02-01T01:33:10.206Z] docker-support-notifications-go-arm64 latest 7199d3c8a6fb 3 minutes ago 16MB [2021-02-01T01:33:10.206Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-01T01:33:12.540Z] provisioning config files... [2021-02-01T01:33:12.561Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config5548382689779227289tmp [Pipeline] { [Pipeline] sh [2021-02-01T01:33:12.988Z] + set +x [2021-02-01T01:33:12.988Z] + curl -s https://codecov.io/bash [2021-02-01T01:33:12.988Z] + bash -s -- [2021-02-01T01:33:13.569Z] [2021-02-01T01:33:13.569Z] _____ _ [2021-02-01T01:33:13.569Z] / ____| | | [2021-02-01T01:33:13.569Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T01:33:13.569Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T01:33:13.569Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T01:33:13.569Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T01:33:13.569Z] Bash-20210129-7c25fce [2021-02-01T01:33:13.569Z] [2021-02-01T01:33:13.569Z] [2021-02-01T01:33:13.569Z] ==> git version 2.24.3 found [2021-02-01T01:33:13.569Z] ==> 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-01T01:33:13.569Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T01:33:13.569Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T01:33:13.569Z] ==> Jenkins CI detected. [2021-02-01T01:33:13.569Z] project root: . [2021-02-01T01:33:13.569Z] --> token set from env [2021-02-01T01:33:13.569Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T01:33:13.569Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T01:33:13.834Z] ==> Python coveragepy not found [2021-02-01T01:33:13.834Z] ==> Searching for coverage reports in: [2021-02-01T01:33:13.834Z] + . [2021-02-01T01:33:13.834Z] -> Found 1 reports [2021-02-01T01:33:13.834Z] ==> Detecting git/mercurial file structure [2021-02-01T01:33:13.834Z] ==> Reading reports [2021-02-01T01:33:13.834Z] + ./coverage.out bytes=574984 [2021-02-01T01:33:13.834Z] ==> Appending adjustments [2021-02-01T01:33:13.834Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T01:33:19.220Z] + Found adjustments [2021-02-01T01:33:19.220Z] ==> Gzipping contents [2021-02-01T01:33:19.220Z] 88K /tmp/codecov.seOUyT.gz [2021-02-01T01:33:19.220Z] ==> Uploading reports [2021-02-01T01:33:19.220Z] url: https://codecov.io [2021-02-01T01:33:19.220Z] query: branch=PR-3080&commit=e333ecd1da9aaba0972792a779bd9b340e8c74fe&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-02-01T01:33:19.220Z] -> Pinging Codecov [2021-02-01T01:33:19.220Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3080&commit=e333ecd1da9aaba0972792a779bd9b340e8c74fe&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-02-01T01:33:19.220Z] -> Uploading to [2021-02-01T01:33:19.220Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/e333ecd1da9aaba0972792a779bd9b340e8c74fe/759c01c5-bec9-42db-b197-c68e19947ba2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T013318Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c15f0a0cb0568afdcebd6ace2b29f1f7620245942b112ae8fc554d817a0f68f4 [2021-02-01T01:33:19.220Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T01:33:19.220Z] Dload Upload Total Spent Left Speed [2021-02-01T01:33:19.485Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87154 0 0 100 87154 0 137k --:--:-- --:--:-- --:--:-- 137k [2021-02-01T01:33:19.485Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e333ecd1da9aaba0972792a779bd9b340e8c74fe [Pipeline] } [2021-02-01T01:33:19.497Z] 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-01T01:33:21.876Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:33:23.609Z] ---> package-listing.sh [2021-02-01T01:33:23.609Z] ++ facter osfamily [2021-02-01T01:33:23.609Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T01:33:23.609Z] + OS_FAMILY=redhat [2021-02-01T01:33:23.609Z] + workspace=/w/workspace/edgex-go/10 [2021-02-01T01:33:23.609Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T01:33:23.609Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T01:33:23.609Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T01:33:23.609Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T01:33:23.609Z] + '[' /w/workspace/edgex-go/10 ']' [2021-02-01T01:33:23.609Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T01:33:23.609Z] + case "${OS_FAMILY}" in [2021-02-01T01:33:23.609Z] + sort [2021-02-01T01:33:23.609Z] + rpm -qa [2021-02-01T01:33:30.636Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T01:33:30.636Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T01:33:30.636Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T01:33:30.636Z] + '[' /w/workspace/edgex-go/10 ']' [2021-02-01T01:33:30.636Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-02-01T01:33:30.636Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-02-01T01:33:30.652Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T01:33:30.991Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:33:31.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T01:33:31.857Z] [2021-02-01T01:33:31.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:33:32.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T01:33:32.250Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T01:33:32.250Z] df20fa9351a1: Pulling fs layer [2021-02-01T01:33:32.250Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T01:33:32.250Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T01:33:32.250Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T01:33:32.250Z] 93b61091891f: Pulling fs layer [2021-02-01T01:33:32.250Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T01:33:32.250Z] 5e14af77c1be: Pulling fs layer [2021-02-01T01:33:32.250Z] 01666e4c0597: Pulling fs layer [2021-02-01T01:33:32.250Z] aa168da1d23b: Pulling fs layer [2021-02-01T01:33:32.250Z] 93b9cdb0e59b: Waiting [2021-02-01T01:33:32.250Z] 5e14af77c1be: Waiting [2021-02-01T01:33:32.250Z] 01666e4c0597: Waiting [2021-02-01T01:33:32.250Z] aa168da1d23b: Waiting [2021-02-01T01:33:32.250Z] 46f8f816bc3b: Waiting [2021-02-01T01:33:32.250Z] 93b61091891f: Waiting [2021-02-01T01:33:32.532Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T01:33:32.532Z] 36b3adc4ff6f: Download complete [2021-02-01T01:33:32.532Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T01:33:32.532Z] 46f8f816bc3b: Download complete [2021-02-01T01:33:32.532Z] df20fa9351a1: Verifying Checksum [2021-02-01T01:33:32.532Z] 93b9cdb0e59b: Download complete [2021-02-01T01:33:32.532Z] 5e14af77c1be: Verifying Checksum [2021-02-01T01:33:32.532Z] 5e14af77c1be: Download complete [2021-02-01T01:33:32.532Z] 01666e4c0597: Verifying Checksum [2021-02-01T01:33:32.532Z] 01666e4c0597: Download complete [2021-02-01T01:33:32.532Z] 93b61091891f: Download complete [2021-02-01T01:33:33.144Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T01:33:33.144Z] 8ad3a11d3b57: Download complete [2021-02-01T01:33:33.144Z] df20fa9351a1: Pull complete [2021-02-01T01:33:33.420Z] 36b3adc4ff6f: Pull complete [2021-02-01T01:33:34.936Z] 8ad3a11d3b57: Pull complete [2021-02-01T01:33:36.422Z] 46f8f816bc3b: Pull complete [2021-02-01T01:33:37.045Z] aa168da1d23b: Verifying Checksum [2021-02-01T01:33:37.045Z] aa168da1d23b: Download complete [2021-02-01T01:33:37.333Z] 93b61091891f: Pull complete [2021-02-01T01:33:37.602Z] 93b9cdb0e59b: Pull complete [2021-02-01T01:33:37.877Z] 5e14af77c1be: Pull complete [2021-02-01T01:33:38.148Z] 01666e4c0597: Pull complete [2021-02-01T01:33:50.541Z] aa168da1d23b: Pull complete [2021-02-01T01:33:50.541Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T01:33:50.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T01:33:50.542Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T01:33:50.901Z] prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container [2021-02-01T01:33:50.988Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-lftools-log-publisher:alpine cat [2021-02-01T01:33:56.019Z] $ docker top 2e9bc06670fa0530c7d9e6a52d1e223086b76c6639a6f990c3a8dfa9e51dfbf2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T01:33:56.792Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T01:33:57.487Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T01:33:57.874Z] + ls /var/log/sa-host [2021-02-01T01:33:57.874Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T01:33:57.874Z] file_magic: OK [2021-02-01T01:33:57.874Z] HZ: Using current value: 100 [2021-02-01T01:33:57.874Z] file_header: OK [2021-02-01T01:33:57.874Z] 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-01T01:33:57.874Z] Statistics: [2021-02-01T01:33:57.874Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-01T01:33:57.874Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T01:33:57.874Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T01:33:57.874Z] file_magic: OK [2021-02-01T01:33:57.874Z] HZ: Using current value: 100 [2021-02-01T01:33:57.875Z] file_header: OK [2021-02-01T01:33:57.875Z] 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-01T01:33:57.875Z] Statistics: [2021-02-01T01:33:57.875Z] Hnuu...uuuununununu... [2021-02-01T01:33:57.875Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T01:33:58.645Z] provisioning config files... [2021-02-01T01:33:58.665Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2500611717371427824tmp [Pipeline] { [Pipeline] echo [2021-02-01T01:33:58.750Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:33:59.075Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T01:33:59.355Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T01:33:59.451Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:33:59.783Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T01:33:59.802Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:34:00.132Z] ---> sudo-logs.sh [2021-02-01T01:34:00.132Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T01:34:00.143Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:34:00.483Z] ---> job-cost.sh [2021-02-01T01:34:00.483Z] lf-activate-venv: SKIPPING [2021-02-01T01:34:00.483Z] INFO: No Stack... [2021-02-01T01:34:01.444Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T01:34:01.718Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T01:34:01.742Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:34:02.440Z] ---> logs-deploy.sh [2021-02-01T01:34:02.440Z] lf-activate-venv: SKIPPING [2021-02-01T01:34:02.440Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3080/10 [2021-02-01T01:34:02.440Z] INFO: archiving workspace using pattern(s): [2021-02-01T01:34:05.900Z] Archives upload complete. [2021-02-01T01:34:05.900Z] INFO: archiving logs to Nexus