Pull request #3389 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6e2281d98799465ee1a82ef3fe88e54a9a1b6665+78d0c9acab6154e266009190efcfebd61633f654 (d4646610776892594694608b6e35a82217e050c1) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1260 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 Merge succeeded, producing 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 Checking out Revision 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 (PR-3389) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 # 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 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T19:29:57.773Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 24d340cb18ecae066d42bc9713f9ac71c1d89a2c # timeout=10 [Pipeline] withCredentials [2021-04-20T19:29:57.869Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T19:29:57.896Z] ========================================================= [2021-04-20T19:29:57.896Z] EdgeX Global Pipelines Version Info [2021-04-20T19:29:57.896Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:29:59.410Z] ------------------- [2021-04-20T19:29:59.410Z] stable info: [2021-04-20T19:29:59.410Z] ------------------- [2021-04-20T19:29:59.410Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T19:29:59.410Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T19:29:59.410Z] Message: update stable to v1.0.186 [2021-04-20T19:30:00.353Z] ------------------- [2021-04-20T19:30:00.353Z] experimental info: [2021-04-20T19:30:00.353Z] ------------------- [2021-04-20T19:30:00.353Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T19:30:00.353Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T19:30:00.353Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T19:30:00.472Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T19:30:00.494Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T19:30:00.516Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T19:30:00.538Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T19:30:00.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T19:30:00.583Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T19:30:00.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T19:30:00.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T19:30:00.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T19:30:00.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T19:30:00.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T19:30:00.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T19:30:00.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T19:30:00.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T19:30:00.844Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:30:00.867Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:30:00.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T19:30:00.910Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T19:30:00.934Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T19:30:00.956Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T19:30:00.998Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T19:30:01.021Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T19:30:01.043Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3389 [Pipeline] echo [2021-04-20T19:30:01.065Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3389 [Pipeline] echo [2021-04-20T19:30:01.087Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3389 [Pipeline] echo [2021-04-20T19:30:01.110Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [Pipeline] echo [2021-04-20T19:30:01.135Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6e2281d [Pipeline] echo [2021-04-20T19:30:01.176Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:30:01.262Z] provisioning config files... [2021-04-20T19:30:01.294Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8147561755972121190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:30:01.617Z] ---> docker-login.sh [2021-04-20T19:30:01.617Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:30:01.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:30:02.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:30:02.163Z] Configure a credential helper to remove this warning. See [2021-04-20T19:30:02.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:30:02.163Z] [2021-04-20T19:30:02.163Z] Login Succeeded [2021-04-20T19:30:02.163Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:30:02.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:30:02.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:30:02.427Z] Configure a credential helper to remove this warning. See [2021-04-20T19:30:02.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:30:02.427Z] [2021-04-20T19:30:02.427Z] Login Succeeded [2021-04-20T19:30:02.427Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:30:02.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:30:02.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:30:02.427Z] Configure a credential helper to remove this warning. See [2021-04-20T19:30:02.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:30:02.427Z] [2021-04-20T19:30:02.427Z] Login Succeeded [2021-04-20T19:30:02.427Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:30:02.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:30:02.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:30:02.689Z] Configure a credential helper to remove this warning. See [2021-04-20T19:30:02.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:30:02.689Z] [2021-04-20T19:30:02.689Z] Login Succeeded [2021-04-20T19:30:02.689Z] docker.io [2021-04-20T19:30:02.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:30:02.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:30:02.955Z] Configure a credential helper to remove this warning. See [2021-04-20T19:30:02.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:30:02.955Z] [2021-04-20T19:30:02.955Z] Login Succeeded [2021-04-20T19:30:03.218Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:30:03.230Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:30:03.562Z] ++ 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-04-20T19:30:03.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:30:03.562Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T19:30:03.562Z] ++ cut -d/ -f2 [2021-04-20T19:30:03.562Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T19:30:03.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:30:03.562Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T19:30:03.562Z] ++ cut -d/ -f2 [2021-04-20T19:30:03.562Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T19:30:03.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:30:03.562Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T19:30:03.562Z] ++ cut -d/ -f2 [2021-04-20T19:30:03.562Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T19:30:03.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:30:03.562Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T19:30:03.562Z] ++ cut -d/ -f2 [2021-04-20T19:30:03.562Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T19:30:03.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:30:03.562Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T19:30:03.562Z] ++ cut -d/ -f2 [2021-04-20T19:30:03.562Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T19:30:03.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:30:03.562Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T19:30:03.562Z] ++ cut -d/ -f2 [2021-04-20T19:30:03.562Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T19:30:03.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:30:03.562Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T19:30:03.562Z] ++ cut -d/ -f2 [2021-04-20T19:30:03.562Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T19:30:03.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:30:03.562Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T19:30:03.562Z] ++ cut -d/ -f2 [2021-04-20T19:30:03.562Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T19:30:03.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:30:03.562Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T19:30:03.562Z] ++ cut -d/ -f2 [2021-04-20T19:30:03.562Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T19:30:03.642Z] 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-04-20T19:30:04.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:30:04.261Z] [2021-04-20T19:30:04.261Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:30:04.581Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:30:04.581Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T19:30:04.581Z] 31603596830f: Pulling fs layer [2021-04-20T19:30:04.581Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T19:30:04.581Z] 6ca5941a6612: Pulling fs layer [2021-04-20T19:30:04.581Z] ecc8261a40a4: Pulling fs layer [2021-04-20T19:30:04.581Z] ecc8261a40a4: Waiting [2021-04-20T19:30:04.581Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T19:30:04.581Z] 2a8b12db71e7: Download complete [2021-04-20T19:30:04.581Z] 31603596830f: Verifying Checksum [2021-04-20T19:30:04.581Z] 31603596830f: Download complete [2021-04-20T19:30:04.846Z] ecc8261a40a4: Verifying Checksum [2021-04-20T19:30:04.846Z] ecc8261a40a4: Download complete [2021-04-20T19:30:04.846Z] 6ca5941a6612: Verifying Checksum [2021-04-20T19:30:04.846Z] 6ca5941a6612: Download complete [2021-04-20T19:30:05.116Z] 31603596830f: Pull complete [2021-04-20T19:30:05.383Z] 2a8b12db71e7: Pull complete [2021-04-20T19:30:05.968Z] 6ca5941a6612: Pull complete [2021-04-20T19:30:06.231Z] ecc8261a40a4: Pull complete [2021-04-20T19:30:06.231Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T19:30:06.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:30:06.231Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T19:30:06.332Z] prd-centos7-docker-4c-2g-1260 does not seem to be running inside a container [2021-04-20T19:30:06.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T19:30:08.986Z] $ docker top b84d59e1dd75497dd67d89c4bb5a7c5502b6d228b01e637077a7c110fa5ef7c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T19:30:09.234Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:30:09.234Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:30:09.464Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:30:09.469Z] $ docker exec b84d59e1dd75497dd67d89c4bb5a7c5502b6d228b01e637077a7c110fa5ef7c0 ssh-agent [2021-04-20T19:30:09.651Z] SSH_AUTH_SOCK=/tmp/ssh-a4qn6Kt8NfVy/agent.11 [2021-04-20T19:30:09.651Z] SSH_AGENT_PID=16 [2021-04-20T19:30:09.671Z] Running ssh-add (command line suppressed) [2021-04-20T19:30:09.806Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6536844437475822524.key (/w/workspace/edgex-go/4@tmp/private_key_6536844437475822524.key) [2021-04-20T19:30:09.868Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:30:10.175Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T19:30:10.199Z] $ docker exec --env ******** --env ******** b84d59e1dd75497dd67d89c4bb5a7c5502b6d228b01e637077a7c110fa5ef7c0 ssh-agent -k [2021-04-20T19:30:10.311Z] unset SSH_AUTH_SOCK; [2021-04-20T19:30:10.311Z] unset SSH_AGENT_PID; [2021-04-20T19:30:10.311Z] echo Agent pid 16 killed; [2021-04-20T19:30:10.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T19:30:10.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:30:10.409Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:30:10.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:30:10.587Z] $ docker exec b84d59e1dd75497dd67d89c4bb5a7c5502b6d228b01e637077a7c110fa5ef7c0 ssh-agent [2021-04-20T19:30:10.751Z] SSH_AUTH_SOCK=/tmp/ssh-dL4Svxn0Nmp4/agent.46 [2021-04-20T19:30:10.751Z] SSH_AGENT_PID=51 [2021-04-20T19:30:10.761Z] Running ssh-add (command line suppressed) [2021-04-20T19:30:10.889Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4944322318042103071.key (/w/workspace/edgex-go/4@tmp/private_key_4944322318042103071.key) [2021-04-20T19:30:10.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:30:11.249Z] + git semver init [2021-04-20T19:30:11.250Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T19:30:11.250Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-04-20T19:30:11.250Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-04-20T19:30:11.250Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T19:30:11.250Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T19:30:11.250Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T19:30:11.250Z] # $SEMVER_BRANCH = PR-3389 [2021-04-20T19:30:11.250Z] # $SEMVER_TEMP = /tmp/semver-478951310 [2021-04-20T19:30:11.250Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T19:30:33.297Z] # '/tmp/semver-478951310' -> '/w/workspace/edgex-go/4/.semver' [2021-04-20T19:30:33.297Z] # -> Force: false [2021-04-20T19:30:33.297Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-04-20T19:30:33.311Z] $ docker exec --env ******** --env ******** b84d59e1dd75497dd67d89c4bb5a7c5502b6d228b01e637077a7c110fa5ef7c0 ssh-agent -k [2021-04-20T19:30:33.512Z] unset SSH_AUTH_SOCK; [2021-04-20T19:30:33.512Z] unset SSH_AGENT_PID; [2021-04-20T19:30:33.513Z] echo Agent pid 51 killed; [2021-04-20T19:30:33.584Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:30:33.931Z] + git semver [Pipeline] } [2021-04-20T19:30:33.948Z] $ docker stop --time=1 b84d59e1dd75497dd67d89c4bb5a7c5502b6d228b01e637077a7c110fa5ef7c0 [2021-04-20T19:30:35.484Z] $ docker rm -f b84d59e1dd75497dd67d89c4bb5a7c5502b6d228b01e637077a7c110fa5ef7c0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:30:35.951Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T19:30:36.392Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T19:30:36.395Z] [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-04-20T19:30:36.883Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:30:37.193Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:30:37.492Z] + sudo service docker restart [2021-04-20T19:30:37.492Z] + true [2021-04-20T19:30:37.492Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T19:30:38.080Z] ========================================================= [2021-04-20T19:30:38.080Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T19:30:38.080Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:30:38.383Z] + 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-04-20T19:30:41.723Z] Sending build context to Docker daemon 329.6MB [2021-04-20T19:30:41.723Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:30:41.723Z] Step 2/6 : FROM ${BASE} [2021-04-20T19:30:41.994Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T19:30:41.994Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T19:30:41.994Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T19:30:41.994Z] de9db76c5a1d: Pulling fs layer [2021-04-20T19:30:41.994Z] bca2f99d35d6: Pulling fs layer [2021-04-20T19:30:41.994Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T19:30:41.994Z] 7c6f9722023f: Pulling fs layer [2021-04-20T19:30:41.994Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T19:30:41.994Z] bca2f99d35d6: Waiting [2021-04-20T19:30:41.994Z] 93359f2a8cfa: Waiting [2021-04-20T19:30:41.994Z] 7c6f9722023f: Waiting [2021-04-20T19:30:41.994Z] a35cf1a2eb13: Waiting [2021-04-20T19:30:41.994Z] de9db76c5a1d: Download complete [2021-04-20T19:30:41.994Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T19:30:41.994Z] 0ef7d3d256c8: Download complete [2021-04-20T19:30:41.994Z] 93359f2a8cfa: Download complete [2021-04-20T19:30:41.994Z] 7c6f9722023f: Verifying Checksum [2021-04-20T19:30:41.994Z] 7c6f9722023f: Download complete [2021-04-20T19:30:41.994Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T19:30:41.994Z] 188c0c94c7c5: Download complete [2021-04-20T19:30:42.571Z] 188c0c94c7c5: Pull complete [2021-04-20T19:30:42.571Z] 0ef7d3d256c8: Pull complete [2021-04-20T19:30:42.835Z] de9db76c5a1d: Pull complete [2021-04-20T19:30:43.958Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T19:30:43.958Z] a35cf1a2eb13: Download complete [2021-04-20T19:30:44.570Z] bca2f99d35d6: Verifying Checksum [2021-04-20T19:30:44.570Z] bca2f99d35d6: Download complete [2021-04-20T19:30:49.920Z] bca2f99d35d6: Pull complete [2021-04-20T19:30:49.920Z] 93359f2a8cfa: Pull complete [2021-04-20T19:30:49.921Z] 7c6f9722023f: Pull complete [2021-04-20T19:30:51.525Z] Still waiting to schedule task [2021-04-20T19:30:51.525Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1243’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1246’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-1256’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1248’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1252’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1261’ is offline [2021-04-20T19:30:59.970Z] a35cf1a2eb13: Pull complete [2021-04-20T19:30:59.970Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T19:30:59.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T19:30:59.970Z] ---> a62c8e92a672 [2021-04-20T19:30:59.970Z] 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-04-20T19:30:59.970Z] ---> Running in 20274887743e [2021-04-20T19:31:00.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:31:01.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:31:01.384Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T19:31:01.966Z] (2/12) Installing file (5.38-r0) [2021-04-20T19:31:02.233Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T19:31:02.233Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T19:31:08.827Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T19:31:08.827Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T19:31:08.827Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T19:31:08.827Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T19:31:08.827Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T19:31:08.827Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:31:08.827Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T19:31:08.827Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:31:09.090Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:31:09.090Z] OK: 233 MiB in 51 packages [2021-04-20T19:31:12.489Z] Removing intermediate container 20274887743e [2021-04-20T19:31:12.489Z] ---> 10711c7a7ad0 [2021-04-20T19:31:12.489Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T19:31:12.489Z] ---> Running in b68d55ed606d [2021-04-20T19:31:12.751Z] Removing intermediate container b68d55ed606d [2021-04-20T19:31:12.751Z] ---> f4fe9098bffa [2021-04-20T19:31:12.751Z] Step 5/6 : COPY go.mod . [2021-04-20T19:31:13.024Z] ---> c0babcd5eda2 [2021-04-20T19:31:13.024Z] Step 6/6 : RUN go mod download [2021-04-20T19:31:13.024Z] ---> Running in 3ca31752ab9b [2021-04-20T19:31:35.694Z] Removing intermediate container 3ca31752ab9b [2021-04-20T19:31:35.694Z] ---> 8743c41bba5c [2021-04-20T19:31:35.694Z] Successfully built 8743c41bba5c [2021-04-20T19:31:35.694Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:31:36.014Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:31:36.014Z] . [Pipeline] withDockerContainer [2021-04-20T19:31:36.132Z] prd-centos7-docker-4c-2g-1260 does not seem to be running inside a container [2021-04-20T19:31:36.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-04-20T19:31:37.142Z] $ docker top 8916d66aadb6346547269a7621fb7ffd8c898742cca0b85a5300fca2c00ef103 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:31:37.568Z] + go version [2021-04-20T19:31:37.568Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T19:31:37.583Z] $ docker stop --time=1 8916d66aadb6346547269a7621fb7ffd8c898742cca0b85a5300fca2c00ef103 [2021-04-20T19:31:38.911Z] $ docker rm -f 8916d66aadb6346547269a7621fb7ffd8c898742cca0b85a5300fca2c00ef103 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:31:39.431Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:31:39.431Z] . [Pipeline] withDockerContainer [2021-04-20T19:31:39.533Z] prd-centos7-docker-4c-2g-1260 does not seem to be running inside a container [2021-04-20T19:31:39.595Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-04-20T19:31:40.207Z] $ docker top eb9a021880717118b2279889e6cffaf73f95b902d9b282adf365cd8846fa91f5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T19:31:40.337Z] ========================================================= [2021-04-20T19:31:40.337Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T19:31:40.337Z] ========================================================= [Pipeline] sh [2021-04-20T19:31:40.629Z] + make test [2021-04-20T19:31:40.629Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T19:31:50.668Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T19:32:05.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T19:32:12.455Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T19:32:12.455Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T19:32:12.455Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T19:32:13.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T19:32:13.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T19:32:13.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T19:32:13.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T19:32:14.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T19:32:15.125Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T19:32:18.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T19:32:18.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T19:32:18.499Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T19:32:19.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 45.9% of statements [2021-04-20T19:32:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T19:32:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T19:32:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T19:32:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T19:32:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T19:32:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T19:32:19.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements [2021-04-20T19:32:19.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements [2021-04-20T19:32:23.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T19:32:23.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T19:32:23.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T19:32:23.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.073s coverage: 71.3% of statements [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T19:32:23.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T19:32:23.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.145s coverage: 82.9% of statements [2021-04-20T19:32:23.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T19:32:23.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:32:23.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements [2021-04-20T19:32:23.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T19:32:26.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.305s coverage: 28.6% of statements [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T19:32:26.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T19:32:26.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T19:32:26.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T19:32:26.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T19:32:26.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T19:32:26.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T19:32:29.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 93.0% of statements [2021-04-20T19:32:29.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T19:32:29.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:32:29.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T19:32:29.569Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T19:32:29.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T19:32:29.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T19:32:29.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T19:32:29.570Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T19:32:29.570Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.9% of statements [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T19:32:29.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T19:32:29.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2021-04-20T19:32:29.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-04-20T19:32:29.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-04-20T19:32:29.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-04-20T19:32:29.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-04-20T19:32:42.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2021-04-20T19:32:42.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-04-20T19:32:44.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.211s coverage: 81.9% of statements [2021-04-20T19:32:44.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.085s coverage: 92.9% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.6% of statements [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.116s coverage: 91.6% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.298s coverage: 69.0% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 38.4% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.034s coverage: 89.5% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.060s coverage: 9.6% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.174s coverage: 88.6% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.744s coverage: 28.7% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.067s coverage: 64.6% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.118s coverage: 95.6% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T19:32:57.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T19:32:57.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-04-20T19:32:57.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T19:32:57.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T19:32:57.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-04-20T19:32:57.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-04-20T19:32:57.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-20T19:32:57.049Z] GO111MODULE=on go vet ./... [2021-04-20T19:33:23.811Z] gofmt -l . [2021-04-20T19:33:23.811Z] [ "`gofmt -l .`" = "" ] [2021-04-20T19:33:23.811Z] ./bin/test-go-mod-tidy.sh [2021-04-20T19:33:23.811Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T19:33:24.384Z] + ls -al . [2021-04-20T19:33:24.384Z] total 812 [2021-04-20T19:33:24.384Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 19:33 . [2021-04-20T19:33:24.384Z] drwxr-xr-x 4 root root 28 Apr 20 19:31 .. [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 19:29 .dockerignore [2021-04-20T19:33:24.384Z] drwxrwxr-x 8 1001 1001 179 Apr 20 19:29 .git [2021-04-20T19:33:24.384Z] drwxrwxr-x 3 1001 1001 125 Apr 20 19:29 .github [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 19:29 .gitignore [2021-04-20T19:33:24.384Z] drwx------ 3 1001 1001 60 Apr 20 19:30 .semver [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 19:29 .sonarcloud.properties [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:29 Attribution.txt [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:29 CONTRIBUTING.md [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 19:29 Dockerfile.build [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 19:29 Jenkinsfile [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:29 LICENSE [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:29 Makefile [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:29 README.md [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:29 SECURITY.md [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 19:30 VERSION [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:29 ZMQWindows.md [2021-04-20T19:33:24.384Z] drwxrwxr-x 2 1001 1001 117 Apr 20 19:29 bin [2021-04-20T19:33:24.384Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 19:29 cmd [2021-04-20T19:33:24.384Z] -rw-r--r-- 1 root root 703598 Apr 20 19:32 coverage.out [2021-04-20T19:33:24.384Z] -rw-r--r-- 1 root root 1059 Apr 20 19:33 go.mod [2021-04-20T19:33:24.384Z] -rw-r--r-- 1 root root 22300 Apr 20 19:33 go.sum [2021-04-20T19:33:24.384Z] drwxrwxr-x 8 1001 1001 127 Apr 20 19:29 internal [2021-04-20T19:33:24.384Z] drwxrwxr-x 4 1001 1001 26 Apr 20 19:29 openapi [2021-04-20T19:33:24.384Z] drwxrwxr-x 4 1001 1001 71 Apr 20 19:29 snap [2021-04-20T19:33:24.384Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 19:29 version.go [Pipeline] sh [2021-04-20T19:33:24.685Z] + '[' -e coverage.out ] [2021-04-20T19:33:24.685Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T19:33:24.929Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T19:33:25.249Z] + make build [2021-04-20T19:33:25.249Z] 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-04-20T19:33:29.621Z] 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-04-20T19:33:37.815Z] 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-04-20T19:33:39.216Z] 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-04-20T19:33:41.162Z] 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-04-20T19:33:41.162Z] 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-04-20T19:33:43.096Z] 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-04-20T19:33:44.502Z] 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-04-20T19:33:45.451Z] 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-04-20T19:33:46.852Z] 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-04-20T19:33:47.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:33:49.239Z] 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-04-20T19:33:51.194Z] $ docker stop --time=1 eb9a021880717118b2279889e6cffaf73f95b902d9b282adf365cd8846fa91f5 [2021-04-20T19:33:53.038Z] $ docker rm -f eb9a021880717118b2279889e6cffaf73f95b902d9b282adf365cd8846fa91f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:33:55.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:33:55.542Z] [2021-04-20T19:33:55.542Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:33:55.862Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:33:55.862Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T19:33:55.862Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T19:33:55.862Z] ca9280d653b3: Pulling fs layer [2021-04-20T19:33:55.862Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T19:33:56.125Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-20T19:33:56.125Z] cbdbe7a5bc2a: Download complete [2021-04-20T19:33:56.392Z] ca9280d653b3: Verifying Checksum [2021-04-20T19:33:56.392Z] ca9280d653b3: Download complete [2021-04-20T19:33:56.392Z] cbdbe7a5bc2a: Pull complete [2021-04-20T19:33:57.350Z] ca9280d653b3: Pull complete [2021-04-20T19:33:57.350Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T19:33:57.350Z] 7e9c9ca2126c: Download complete [2021-04-20T19:34:05.532Z] 7e9c9ca2126c: Pull complete [2021-04-20T19:34:05.532Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T19:34:05.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:34:05.532Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T19:34:05.713Z] prd-centos7-docker-4c-2g-1260 does not seem to be running inside a container [2021-04-20T19:34:05.763Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T19:34:07.898Z] $ docker top f2127abb5e8cff58f9833e5df34c761ac9ae489474451b4a9bc229f07d86b61e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:34:08.377Z] + + docker-composegrep build parallel --help [2021-04-20T19:34:08.377Z] [2021-04-20T19:34:09.324Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T19:34:09.343Z] $ docker stop --time=1 f2127abb5e8cff58f9833e5df34c761ac9ae489474451b4a9bc229f07d86b61e [2021-04-20T19:34:10.696Z] $ docker rm -f f2127abb5e8cff58f9833e5df34c761ac9ae489474451b4a9bc229f07d86b61e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:34:11.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:34:11.167Z] . [Pipeline] withDockerContainer [2021-04-20T19:34:11.273Z] prd-centos7-docker-4c-2g-1260 does not seem to be running inside a container [2021-04-20T19:34:11.326Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T19:34:11.944Z] $ docker top f2d0215a7ab331341c6f1c9dfd2c6684a503252c3d26fd9db105f00fcae71b55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:34:12.358Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T19:34:13.308Z] Building docker-core-command-go ... [2021-04-20T19:34:13.308Z] Building docker-core-data-go ... [2021-04-20T19:34:13.308Z] Building docker-core-metadata-go ... [2021-04-20T19:34:13.308Z] Building docker-security-bootstrapper-go ... [2021-04-20T19:34:13.308Z] Building docker-security-proxy-setup-go ... [2021-04-20T19:34:13.308Z] Building docker-security-secretstore-setup-go ... [2021-04-20T19:34:13.308Z] Building docker-support-notifications-go ... [2021-04-20T19:34:13.308Z] Building docker-support-scheduler-go ... [2021-04-20T19:34:13.308Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T19:34:13.308Z] Building docker-sys-mgmt-agent-go [2021-04-20T19:34:13.308Z] Building docker-security-secretstore-setup-go [2021-04-20T19:34:13.308Z] Building docker-core-data-go [2021-04-20T19:34:13.308Z] Building docker-support-scheduler-go [2021-04-20T19:34:13.308Z] Building docker-security-proxy-setup-go [2021-04-20T19:34:17.669Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1263 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws [2021-04-20T19:34:17.687Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-20T19:34:23.319Z] using credential edgex-jenkins-ssh [2021-04-20T19:34:23.344Z] Cloning the remote Git repository [2021-04-20T19:34:23.407Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:34:23.503Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-20T19:34:23.564Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:34:23.565Z] > git --version # timeout=10 [2021-04-20T19:34:23.580Z] > git --version # 'git version 2.17.1' [2021-04-20T19:34:23.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:34:23.666Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:34:41.167Z] Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:34:41.572Z] Merge succeeded, producing 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:34:41.573Z] Checking out Revision 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 (PR-3389) [2021-04-20T19:34:40.376Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:34:40.400Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:34:40.428Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:34:40.454Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:34:40.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:34:40.470Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:34:41.193Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:34:41.206Z] > git checkout -f 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 # timeout=10 [2021-04-20T19:34:41.506Z] > git remote # timeout=10 [2021-04-20T19:34:41.520Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:34:41.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:34:41.551Z] > git merge 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 [2021-04-20T19:34:41.571Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:34:41.588Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:34:41.606Z] > git checkout -f 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 # timeout=10 [2021-04-20T19:34:45.675Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:34:45.675Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:34:45.675Z] ---> 8743c41bba5c [2021-04-20T19:34:45.675Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:34:45.675Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:34:45.675Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:34:45.675Z] ---> 8743c41bba5c [2021-04-20T19:34:45.675Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:34:45.960Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [2021-04-20T19:34:46.109Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:34:46.109Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:34:46.109Z] ---> 8743c41bba5c [2021-04-20T19:34:46.109Z] Step 3/23 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T19:34:46.374Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:34:46.374Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:34:46.374Z] ---> 8743c41bba5c [2021-04-20T19:34:46.374Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T19:34:46.374Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:34:46.374Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:34:46.374Z] ---> 8743c41bba5c [2021-04-20T19:34:46.374Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:34:47.261Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:34:47.341Z] ---> Running in 598ca171c403 [2021-04-20T19:34:47.341Z] ---> Running in e31f5560429b [2021-04-20T19:34:47.341Z] ---> Running in 0cf96aa1ae95 [2021-04-20T19:34:47.341Z] ---> Running in e7838a9ce8f3 [2021-04-20T19:34:47.341Z] ---> Running in ac8dd66ac098 [2021-04-20T19:34:47.612Z] Removing intermediate container e31f5560429b [2021-04-20T19:34:47.612Z] ---> e71f2fc1798d [2021-04-20T19:34:47.612Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:34:47.612Z] Removing intermediate container ac8dd66ac098 [2021-04-20T19:34:47.612Z] ---> 6c82344322fc [2021-04-20T19:34:47.612Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:34:47.659Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:34:47.876Z] Removing intermediate container 0cf96aa1ae95 [2021-04-20T19:34:47.876Z] ---> 2e8ed6f17d05 [2021-04-20T19:34:47.876Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:34:47.876Z] Removing intermediate container 598ca171c403 [2021-04-20T19:34:47.876Z] ---> 040ea6893221 [2021-04-20T19:34:47.876Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:34:47.876Z] Removing intermediate container e7838a9ce8f3 [2021-04-20T19:34:47.876Z] ---> 1eb62bb05a6f [2021-04-20T19:34:47.876Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:34:47.876Z] ---> Running in 53c25ef11b89 [2021-04-20T19:34:47.876Z] ---> Running in d5175e748787 [2021-04-20T19:34:47.876Z] ---> Running in b718e7964725 [2021-04-20T19:34:47.876Z] ---> Running in adb23ec82b72 [2021-04-20T19:34:47.991Z] + sudo service docker restart [2021-04-20T19:34:47.991Z] + true [2021-04-20T19:34:48.140Z] ---> Running in 9eaa25a262ac [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:34:50.007Z] provisioning config files... [2021-04-20T19:34:50.051Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config261408563663435454tmp [2021-04-20T19:34:50.073Z] Removing intermediate container b718e7964725 [2021-04-20T19:34:50.073Z] ---> 3091e28931bf [2021-04-20T19:34:50.073Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:34:50.073Z] ---> Running in 45be7490cd4c [2021-04-20T19:34:50.073Z] Removing intermediate container 53c25ef11b89 [2021-04-20T19:34:50.073Z] ---> c42e64fdbc27 [2021-04-20T19:34:50.073Z] Step 5/24 : RUN apk add --update --no-cache make git [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:50.335Z] Removing intermediate container d5175e748787 [2021-04-20T19:34:50.335Z] ---> a9e82db41f41 [2021-04-20T19:34:50.335Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:34:50.335Z] ---> Running in bfe606c0b647 [2021-04-20T19:34:50.335Z] ---> Running in 071bc9576fff [2021-04-20T19:34:50.419Z] ---> docker-login.sh [2021-04-20T19:34:50.419Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:34:50.597Z] Removing intermediate container 9eaa25a262ac [2021-04-20T19:34:50.597Z] ---> 85c415d7cff7 [2021-04-20T19:34:50.597Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:34:50.597Z] Removing intermediate container adb23ec82b72 [2021-04-20T19:34:50.597Z] ---> 1075fd330845 [2021-04-20T19:34:50.597Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:34:50.859Z] ---> Running in bf452b60a339 [2021-04-20T19:34:50.859Z] ---> Running in dce589d43a3e [2021-04-20T19:34:50.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:51.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:34:51.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:51.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:51.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:51.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:34:51.613Z] Configure a credential helper to remove this warning. See [2021-04-20T19:34:51.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:34:51.613Z] [2021-04-20T19:34:51.613Z] Login Succeeded [2021-04-20T19:34:51.613Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:34:51.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:51.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:51.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:34:51.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:51.967Z] OK: 233 MiB in 51 packages [2021-04-20T19:34:51.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:52.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:34:52.161Z] Configure a credential helper to remove this warning. See [2021-04-20T19:34:52.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:34:52.161Z] [2021-04-20T19:34:52.161Z] Login Succeeded [2021-04-20T19:34:52.161Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:34:52.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:52.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:34:52.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:34:52.435Z] Configure a credential helper to remove this warning. See [2021-04-20T19:34:52.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:34:52.435Z] [2021-04-20T19:34:52.435Z] Login Succeeded [2021-04-20T19:34:52.497Z] OK: 233 MiB in 51 packages [2021-04-20T19:34:52.497Z] Removing intermediate container 45be7490cd4c [2021-04-20T19:34:52.497Z] ---> ec17d76ba8d9 [2021-04-20T19:34:52.497Z] Step 6/23 : COPY go.mod . [2021-04-20T19:34:52.497Z] OK: 233 MiB in 51 packages [2021-04-20T19:34:52.716Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:34:52.762Z] ---> 5203b08b7523 [2021-04-20T19:34:52.762Z] Step 7/23 : RUN go mod download [2021-04-20T19:34:52.762Z] ---> Running in dd52dbf1de0c [2021-04-20T19:34:52.762Z] OK: 233 MiB in 51 packages [2021-04-20T19:34:52.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:34:52.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:34:52.993Z] Configure a credential helper to remove this warning. See [2021-04-20T19:34:52.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:34:52.993Z] [2021-04-20T19:34:52.993Z] Login Succeeded [2021-04-20T19:34:52.993Z] docker.io [2021-04-20T19:34:53.025Z] Removing intermediate container bfe606c0b647 [2021-04-20T19:34:53.025Z] ---> c63bda144d61 [2021-04-20T19:34:53.025Z] Step 6/24 : COPY go.mod . [2021-04-20T19:34:53.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:34:53.290Z] Removing intermediate container 071bc9576fff [2021-04-20T19:34:53.290Z] ---> ec92e3f19480 [2021-04-20T19:34:53.290Z] Step 6/23 : COPY go.mod . [2021-04-20T19:34:53.290Z] ---> 19bc9fd2986b [2021-04-20T19:34:53.290Z] Step 7/24 : RUN go mod download [2021-04-20T19:34:53.570Z] ---> Running in 1931a8820fa5 [2021-04-20T19:34:53.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:34:53.840Z] Removing intermediate container dce589d43a3e [2021-04-20T19:34:53.840Z] ---> bd59aae4868e [2021-04-20T19:34:53.840Z] Step 6/21 : COPY go.mod . [2021-04-20T19:34:53.840Z] ---> b5aa507419e3 [2021-04-20T19:34:53.840Z] Step 7/23 : RUN go mod download [2021-04-20T19:34:53.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:34:53.859Z] Configure a credential helper to remove this warning. See [2021-04-20T19:34:53.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:34:53.859Z] [2021-04-20T19:34:53.859Z] Login Succeeded [2021-04-20T19:34:53.859Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:34:53.877Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-20T19:34:54.128Z] ---> Running in d47c48274405 [2021-04-20T19:34:54.128Z] ---> 42b689b9678e [2021-04-20T19:34:54.128Z] Step 7/21 : RUN go mod download [Pipeline] echo [2021-04-20T19:34:54.163Z] ========================================================= [2021-04-20T19:34:54.163Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T19:34:54.163Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:34:54.394Z] ---> Running in a554922d3561 [2021-04-20T19:34:54.509Z] + 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-04-20T19:34:54.669Z] OK: 233 MiB in 51 packages [2021-04-20T19:34:55.256Z] Removing intermediate container 1931a8820fa5 [2021-04-20T19:34:55.256Z] ---> 9712efd8d527 [2021-04-20T19:34:55.256Z] Step 8/24 : COPY . . [2021-04-20T19:34:55.522Z] Removing intermediate container dd52dbf1de0c [2021-04-20T19:34:55.522Z] ---> 0551658dc2ed [2021-04-20T19:34:55.522Z] Step 8/23 : COPY . . [2021-04-20T19:34:55.790Z] Removing intermediate container bf452b60a339 [2021-04-20T19:34:55.790Z] ---> 9ccfb9fa83a1 [2021-04-20T19:34:55.790Z] Step 6/22 : COPY go.mod . [2021-04-20T19:34:56.746Z] Removing intermediate container d47c48274405 [2021-04-20T19:34:56.746Z] ---> 86595c093e4d [2021-04-20T19:34:56.746Z] Step 8/23 : COPY . . [2021-04-20T19:34:57.160Z] Sending build context to Docker daemon 167.4MB [2021-04-20T19:34:57.160Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:34:57.160Z] Step 2/6 : FROM ${BASE} [2021-04-20T19:34:57.160Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T19:34:57.160Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T19:34:57.160Z] a4357932f1b6: Pulling fs layer [2021-04-20T19:34:57.160Z] 18c013af1878: Pulling fs layer [2021-04-20T19:34:57.160Z] 00ac8860ef70: Pulling fs layer [2021-04-20T19:34:57.160Z] 63d7cb157983: Pulling fs layer [2021-04-20T19:34:57.160Z] b116817d02f9: Pulling fs layer [2021-04-20T19:34:57.160Z] 745a02a5169b: Pulling fs layer [2021-04-20T19:34:57.160Z] 00ac8860ef70: Waiting [2021-04-20T19:34:57.160Z] 63d7cb157983: Waiting [2021-04-20T19:34:57.160Z] 745a02a5169b: Waiting [2021-04-20T19:34:57.160Z] b116817d02f9: Waiting [2021-04-20T19:34:57.160Z] 18c013af1878: Download complete [2021-04-20T19:34:57.160Z] a4357932f1b6: Download complete [2021-04-20T19:34:57.160Z] 63d7cb157983: Download complete [2021-04-20T19:34:57.160Z] b116817d02f9: Download complete [2021-04-20T19:34:57.160Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T19:34:57.160Z] 5f621e34cdf4: Download complete [2021-04-20T19:34:57.772Z] 5f621e34cdf4: Pull complete [2021-04-20T19:34:58.373Z] a4357932f1b6: Pull complete [2021-04-20T19:34:58.659Z] 18c013af1878: Pull complete [2021-04-20T19:34:59.256Z] 745a02a5169b: Verifying Checksum [2021-04-20T19:34:59.256Z] 745a02a5169b: Download complete [2021-04-20T19:35:00.081Z] ---> b6029e43ca7c [2021-04-20T19:35:00.081Z] Step 7/22 : RUN go mod download [2021-04-20T19:35:00.239Z] 00ac8860ef70: Verifying Checksum [2021-04-20T19:35:00.239Z] 00ac8860ef70: Download complete [2021-04-20T19:35:00.505Z] Removing intermediate container a554922d3561 [2021-04-20T19:35:00.505Z] ---> 506386ccb213 [2021-04-20T19:35:00.505Z] Step 8/21 : COPY . . [2021-04-20T19:35:01.603Z] ---> Running in f6ebf07b0277 [2021-04-20T19:35:10.397Z] 00ac8860ef70: Pull complete [2021-04-20T19:35:10.397Z] 63d7cb157983: Pull complete [2021-04-20T19:35:10.673Z] b116817d02f9: Pull complete [2021-04-20T19:35:14.996Z] 745a02a5169b: Pull complete [2021-04-20T19:35:14.996Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T19:35:14.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T19:35:14.996Z] ---> b7e6874047d6 [2021-04-20T19:35:14.996Z] 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-04-20T19:35:17.619Z] ---> Running in ad49ae318ac4 [2021-04-20T19:35:18.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:35:19.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:35:20.543Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T19:35:20.543Z] (2/12) Installing file (5.38-r0) [2021-04-20T19:35:20.813Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T19:35:20.813Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T19:35:23.788Z] Removing intermediate container f6ebf07b0277 [2021-04-20T19:35:23.788Z] ---> 8f08b9d23953 [2021-04-20T19:35:23.788Z] Step 8/22 : COPY . . [2021-04-20T19:35:29.084Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T19:35:29.084Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T19:35:29.084Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T19:35:29.084Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T19:35:29.084Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T19:35:29.084Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:35:29.084Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T19:35:29.363Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:35:29.363Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:35:29.363Z] OK: 217 MiB in 51 packages [2021-04-20T19:35:33.681Z] Removing intermediate container ad49ae318ac4 [2021-04-20T19:35:33.681Z] ---> 32d87d289248 [2021-04-20T19:35:33.681Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T19:35:33.681Z] ---> Running in d3fa32b72456 [2021-04-20T19:35:33.954Z] Removing intermediate container d3fa32b72456 [2021-04-20T19:35:33.954Z] ---> 0d3edcd85b66 [2021-04-20T19:35:33.954Z] Step 5/6 : COPY go.mod . [2021-04-20T19:35:34.551Z] ---> a8fe00052923 [2021-04-20T19:35:34.551Z] Step 6/6 : RUN go mod download [2021-04-20T19:35:34.551Z] ---> Running in 367e5d808d32 [2021-04-20T19:35:36.807Z] ---> cc082df8c47b [2021-04-20T19:35:36.807Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:35:38.203Z] ---> 0b6ccab35c81 [2021-04-20T19:35:38.203Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:35:38.203Z] ---> 2d01a421e49a [2021-04-20T19:35:38.203Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:35:38.203Z] ---> 23a202fa3848 [2021-04-20T19:35:38.203Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:35:39.608Z] ---> Running in 49a4a05064d6 [2021-04-20T19:35:39.608Z] ---> Running in 2166f71d4fd4 [2021-04-20T19:35:39.608Z] ---> Running in 462c0bb1a045 [2021-04-20T19:35:39.608Z] ---> Running in 6def4004b4bc [2021-04-20T19:35:41.045Z] 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-04-20T19:35:41.045Z] 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-04-20T19:35:41.046Z] 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-04-20T19:35:41.046Z] 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-04-20T19:35:51.176Z] ---> a3051d893c48 [2021-04-20T19:35:51.176Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T19:35:51.176Z] ---> Running in 6701e11a34be [2021-04-20T19:35:52.609Z] 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-04-20T19:36:01.353Z] Removing intermediate container 367e5d808d32 [2021-04-20T19:36:01.353Z] ---> 62056db396ec [2021-04-20T19:36:01.353Z] Successfully built 62056db396ec [2021-04-20T19:36:01.353Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:36:01.697Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:36:01.697Z] . [Pipeline] withDockerContainer [2021-04-20T19:36:01.964Z] prd-ubuntu18.04-docker-arm64-4c-16g-1263 does not seem to be running inside a container [2021-04-20T19:36:02.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-04-20T19:36:03.597Z] $ docker top 2cf1625551eb1aa04cc5df4b683297e9c135f7168a8aafff20d1d6ccc41cb137 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:36:04.543Z] + go version [2021-04-20T19:36:04.543Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T19:36:04.573Z] $ docker stop --time=1 2cf1625551eb1aa04cc5df4b683297e9c135f7168a8aafff20d1d6ccc41cb137 [2021-04-20T19:36:06.514Z] $ docker rm -f 2cf1625551eb1aa04cc5df4b683297e9c135f7168a8aafff20d1d6ccc41cb137 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:36:07.205Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:36:07.205Z] . [Pipeline] withDockerContainer [2021-04-20T19:36:07.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-1263 does not seem to be running inside a container [2021-04-20T19:36:07.551Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-04-20T19:36:08.970Z] $ docker top 932d48a3497bb6f23789a84ad98f9894c8f9c13d15d06f7f05e6803c68943fde -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T19:36:09.261Z] ========================================================= [2021-04-20T19:36:09.261Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T19:36:09.261Z] ========================================================= [Pipeline] sh [2021-04-20T19:36:09.905Z] + make test [2021-04-20T19:36:09.905Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T19:36:14.707Z] 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-04-20T19:36:14.707Z] 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-04-20T19:36:18.989Z] Removing intermediate container 462c0bb1a045 [2021-04-20T19:36:18.989Z] ---> e0e881fe7fed [2021-04-20T19:36:18.989Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:36:19.266Z] ---> Running in ddcc5766aaec [2021-04-20T19:36:20.251Z] 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-04-20T19:36:25.587Z] Removing intermediate container 2166f71d4fd4 [2021-04-20T19:36:25.587Z] ---> 7a2b73e1620d [2021-04-20T19:36:25.587Z] [2021-04-20T19:36:25.587Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:36:25.587Z] Removing intermediate container 6def4004b4bc [2021-04-20T19:36:25.587Z] ---> 1ec81b8a9c69 [2021-04-20T19:36:25.587Z] [2021-04-20T19:36:25.587Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:36:25.587Z] 3.12: Pulling from library/alpine [2021-04-20T19:36:25.587Z] 3.12: Pulling from library/alpine [2021-04-20T19:36:25.852Z] Removing intermediate container ddcc5766aaec [2021-04-20T19:36:25.852Z] ---> 22d5a190be04 [2021-04-20T19:36:25.852Z] [2021-04-20T19:36:25.852Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:36:25.852Z] 20.10.0: Pulling from library/docker [2021-04-20T19:36:26.126Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:36:26.126Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:36:26.126Z] Status: Image is up to date for alpine:3.12 [2021-04-20T19:36:26.126Z] ---> 13621d1b12d4 [2021-04-20T19:36:26.126Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:36:26.126Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:36:26.126Z] ---> 13621d1b12d4 [2021-04-20T19:36:26.126Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:36:30.354Z] ---> Running in 0024cda34569 [2021-04-20T19:36:30.354Z] ---> Running in 062e31d03ace [2021-04-20T19:36:30.354Z] Removing intermediate container 6701e11a34be [2021-04-20T19:36:30.354Z] ---> 6f185ecd1f52 [2021-04-20T19:36:30.354Z] [2021-04-20T19:36:30.354Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:36:30.354Z] ---> 13621d1b12d4 [2021-04-20T19:36:30.354Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:36:30.354Z] Removing intermediate container 49a4a05064d6 [2021-04-20T19:36:30.354Z] ---> 725974cf873b [2021-04-20T19:36:30.354Z] [2021-04-20T19:36:30.354Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:36:30.354Z] ---> 13621d1b12d4 [2021-04-20T19:36:30.354Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:36:31.307Z] ---> Running in c2434be53b06 [2021-04-20T19:36:31.307Z] ---> Running in 8e49b4248f04 [2021-04-20T19:36:31.584Z] Removing intermediate container c2434be53b06 [2021-04-20T19:36:31.584Z] ---> 5100057a423a [2021-04-20T19:36:31.584Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:36:31.584Z] ---> Running in ca8e55bf19ff [2021-04-20T19:36:31.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:31.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:32.077Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T19:36:32.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:32.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:32.123Z] Removing intermediate container ca8e55bf19ff [2021-04-20T19:36:32.123Z] ---> 0511f5aaae37 [2021-04-20T19:36:32.123Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:36:32.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:32.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:32.123Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:36:32.123Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:36:32.123Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:36:32.123Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:36:32.123Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:36:32.123Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:36:32.123Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:36:32.123Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:36:32.123Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:36:32.123Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:36:32.387Z] OK: 6 MiB in 15 packages [2021-04-20T19:36:32.387Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:36:32.387Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:36:32.387Z] ---> Running in 6d4f5a384add [2021-04-20T19:36:32.387Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:36:32.387Z] OK: 7 MiB in 20 packages [2021-04-20T19:36:32.387Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:36:32.387Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:36:32.387Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:36:32.387Z] OK: 7 MiB in 18 packages [2021-04-20T19:36:32.651Z] Removing intermediate container 6d4f5a384add [2021-04-20T19:36:32.651Z] ---> c8ee92734d5a [2021-04-20T19:36:32.651Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:36:32.923Z] ---> Running in 9675ce5fadfa [2021-04-20T19:36:36.264Z] Removing intermediate container 8e49b4248f04 [2021-04-20T19:36:36.264Z] ---> ff729ac52acc [2021-04-20T19:36:36.264Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:36:36.264Z] ---> Running in ae9b224a96f5 [2021-04-20T19:36:36.264Z] Removing intermediate container 062e31d03ace [2021-04-20T19:36:36.264Z] ---> 136bfa48f5c1 [2021-04-20T19:36:36.264Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:36:36.536Z] Removing intermediate container 0024cda34569 [2021-04-20T19:36:36.536Z] ---> cb8b600aa0be [2021-04-20T19:36:36.536Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:36:36.536Z] ---> Running in f83f9dfb8f89 [2021-04-20T19:36:36.536Z] ---> Running in 8bbbb186997a [2021-04-20T19:36:36.803Z] Removing intermediate container ae9b224a96f5 [2021-04-20T19:36:36.803Z] ---> 90ad2a3e506f [2021-04-20T19:36:36.803Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:36:36.803Z] Removing intermediate container 9675ce5fadfa [2021-04-20T19:36:36.803Z] ---> 1622cd6adc6a [2021-04-20T19:36:36.803Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:36:37.066Z] ---> Running in 75d999cbc7d7 [2021-04-20T19:36:37.067Z] Removing intermediate container f83f9dfb8f89 [2021-04-20T19:36:37.067Z] ---> 73af3f34b6b3 [2021-04-20T19:36:37.067Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:36:37.067Z] Removing intermediate container 8bbbb186997a [2021-04-20T19:36:37.067Z] ---> cc9dbcb855c9 [2021-04-20T19:36:37.067Z] Step 13/24 : WORKDIR / [2021-04-20T19:36:37.067Z] ---> Running in 293e02af29f1 [2021-04-20T19:36:37.329Z] ---> Running in 76d7ce20e068 [2021-04-20T19:36:37.329Z] ---> Running in c1faebf5edff [2021-04-20T19:36:37.329Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:36:37.329Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:36:37.329Z] ---> aefe523efa57 [2021-04-20T19:36:37.329Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:36:37.596Z] Removing intermediate container 75d999cbc7d7 [2021-04-20T19:36:37.596Z] ---> bf12e02c2405 [2021-04-20T19:36:37.596Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:36:37.596Z] ---> Running in 24011cf6268b [2021-04-20T19:36:37.596Z] ---> Running in ff85541475f4 [2021-04-20T19:36:37.864Z] Removing intermediate container 76d7ce20e068 [2021-04-20T19:36:37.864Z] ---> f07196d65711 [2021-04-20T19:36:37.864Z] 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-04-20T19:36:37.864Z] Removing intermediate container c1faebf5edff [2021-04-20T19:36:37.864Z] ---> f9d1bf298a1b [2021-04-20T19:36:37.864Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:36:37.864Z] Removing intermediate container 24011cf6268b [2021-04-20T19:36:37.864Z] ---> cdef9512cdfd [2021-04-20T19:36:37.864Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:36:37.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:38.132Z] Removing intermediate container ff85541475f4 [2021-04-20T19:36:38.132Z] ---> 181da5d792e2 [2021-04-20T19:36:38.132Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:36:38.132Z] ---> Running in 6f902752aefc [2021-04-20T19:36:38.397Z] ---> 168d4e538986 [2021-04-20T19:36:38.397Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:36:38.397Z] ---> f746df04ed5d [2021-04-20T19:36:38.397Z] 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-04-20T19:36:38.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:38.660Z] ---> c2c55904278b [2021-04-20T19:36:38.660Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:36:38.927Z] ---> ecbc47c7440a [2021-04-20T19:36:38.927Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:36:38.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:38.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:36:38.927Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:36:39.196Z] ---> 47d510101adb [2021-04-20T19:36:39.196Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:36:39.196Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:36:39.196Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:36:39.196Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:36:39.196Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:36:39.196Z] ---> 876f3a87b06b [2021-04-20T19:36:39.196Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:36:39.196Z] ---> b662bdc09d09 [2021-04-20T19:36:39.196Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:36:39.196Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:36:39.196Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:36:39.196Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:36:39.196Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:36:39.196Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:36:39.196Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:36:39.196Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:36:39.196Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:36:39.196Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:36:39.196Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:36:39.477Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:36:39.477Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:36:39.477Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:36:40.056Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:36:41.451Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:36:41.451Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:36:41.451Z] OK: 8 MiB in 20 packages [2021-04-20T19:36:43.379Z] ---> 9d6ce669658e [2021-04-20T19:36:43.380Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T19:36:43.649Z] ---> Running in cdcd6816f38d [2021-04-20T19:36:43.649Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:36:43.649Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:36:43.649Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:36:43.649Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:36:43.649Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:36:43.649Z] ---> 4f129c68597c [2021-04-20T19:36:43.649Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:36:43.649Z] ---> d6959bf81d3f [2021-04-20T19:36:43.649Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:36:43.649Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:36:43.650Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:36:43.912Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:36:44.174Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:36:44.438Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:36:44.438Z] ---> Running in 03ea012ae883 [2021-04-20T19:36:44.438Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:36:44.438Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:36:44.699Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:36:44.699Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:36:44.699Z] Removing intermediate container cdcd6816f38d [2021-04-20T19:36:44.699Z] ---> 7fbe172f2b00 [2021-04-20T19:36:44.699Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:36:44.961Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:36:44.961Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:36:44.961Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:36:44.961Z] Removing intermediate container 293e02af29f1 [2021-04-20T19:36:44.961Z] ---> 0fa0e106a625 [2021-04-20T19:36:44.961Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:36:45.223Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:36:45.223Z] ---> 5cbacdc9dacd [2021-04-20T19:36:45.223Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:36:45.223Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:36:45.484Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:36:45.484Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:36:45.484Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:36:45.484Z] Removing intermediate container 03ea012ae883 [2021-04-20T19:36:45.484Z] ---> b0345ce30080 [2021-04-20T19:36:45.484Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:36:45.484Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:36:45.484Z] ---> Running in c3c01e190673 [2021-04-20T19:36:45.746Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:36:45.746Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:36:45.746Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:36:46.319Z] ---> Running in f1caeb762127 [2021-04-20T19:36:46.319Z] ---> 069c417ecb86 [2021-04-20T19:36:46.319Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:36:46.319Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:36:46.319Z] ---> 9aa628770b66 [2021-04-20T19:36:46.319Z] 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-04-20T19:36:46.586Z] OK: 72 MiB in 59 packages [2021-04-20T19:36:46.586Z] Removing intermediate container c3c01e190673 [2021-04-20T19:36:46.586Z] ---> d3359266a3b7 [2021-04-20T19:36:46.586Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:36:46.586Z] ---> Running in f0631a0495bf [2021-04-20T19:36:46.852Z] ---> Running in 9fcc232cea02 [2021-04-20T19:36:46.852Z] Removing intermediate container f1caeb762127 [2021-04-20T19:36:46.852Z] ---> 202a9c6eb142 [2021-04-20T19:36:46.852Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T19:36:48.242Z] ---> Running in b7b0f9555c0a [2021-04-20T19:36:48.242Z] Collecting docker-compose==1.23.2 [2021-04-20T19:36:48.242Z] ---> ea2b074536b4 [2021-04-20T19:36:48.242Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:36:48.242Z] Removing intermediate container 9fcc232cea02 [2021-04-20T19:36:48.243Z] ---> 83e65fc84fe0 [2021-04-20T19:36:48.243Z] Step 21/22 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:36:48.243Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:36:49.192Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:36:49.192Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:36:49.455Z] ---> Running in 54e56b062210 [2021-04-20T19:36:49.455Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:36:49.455Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:36:49.455Z] Removing intermediate container b7b0f9555c0a [2021-04-20T19:36:49.455Z] ---> 56d9007709cb [2021-04-20T19:36:49.455Z] Step 20/21 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:36:49.455Z] ---> ab486c4b0b16 [2021-04-20T19:36:49.455Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:36:49.719Z] ---> Running in 45000206ebd8 [2021-04-20T19:36:49.720Z] ---> Running in 45d87cc7ed1f [2021-04-20T19:36:49.720Z] Removing intermediate container 54e56b062210 [2021-04-20T19:36:49.720Z] ---> ee9141b12d77 [2021-04-20T19:36:49.720Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:36:49.983Z] 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-04-20T19:36:49.983Z] ---> Running in 94fa44a4cdd6 [2021-04-20T19:36:49.983Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:36:49.983Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:36:49.983Z] Removing intermediate container 45d87cc7ed1f [2021-04-20T19:36:49.983Z] ---> 87e19e1884b4 [2021-04-20T19:36:49.983Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:36:49.983Z] Removing intermediate container f0631a0495bf [2021-04-20T19:36:49.983Z] ---> ac3297109383 [2021-04-20T19:36:49.983Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:36:49.983Z] Removing intermediate container 45000206ebd8 [2021-04-20T19:36:49.983Z] ---> 9db19f895912 [2021-04-20T19:36:49.983Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:36:50.248Z] ---> Running in 22bd032a9f1f [2021-04-20T19:36:50.248Z] ---> Running in f5de155df8d7 [2021-04-20T19:36:50.248Z] ---> Running in 8c7fff64cecb [2021-04-20T19:36:50.509Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:36:50.509Z] Removing intermediate container 94fa44a4cdd6 [2021-04-20T19:36:50.509Z] ---> eac1681b2e47 [2021-04-20T19:36:50.509Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:36:50.509Z] [2021-04-20T19:36:50.509Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:36:50.509Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:36:50.788Z] Removing intermediate container 22bd032a9f1f [2021-04-20T19:36:50.788Z] ---> 457f5045a1e9 [2021-04-20T19:36:50.788Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:36:50.788Z] Removing intermediate container f5de155df8d7 [2021-04-20T19:36:50.788Z] ---> dbf967b63d27 [2021-04-20T19:36:50.788Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T19:36:50.788Z] Successfully built eac1681b2e47 [2021-04-20T19:36:50.788Z] Removing intermediate container 8c7fff64cecb [2021-04-20T19:36:50.788Z] ---> cb4ea4be831c [2021-04-20T19:36:50.788Z] [2021-04-20T19:36:50.788Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T19:36:50.788Z] Building docker-security-bootstrapper-go [2021-04-20T19:36:50.788Z]  Building docker-support-scheduler-go ... done  ---> Running in 8f822d760f7e [2021-04-20T19:36:50.788Z] ---> Running in e651e1c82c78 [2021-04-20T19:36:51.057Z] Successfully built cb4ea4be831c [2021-04-20T19:36:51.057Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T19:36:51.057Z] Building docker-core-command-go [2021-04-20T19:36:51.057Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8f822d760f7e [2021-04-20T19:36:51.057Z] ---> bc9756445df1 [2021-04-20T19:36:51.057Z] Step 22/23 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:36:51.057Z] Removing intermediate container e651e1c82c78 [2021-04-20T19:36:51.057Z] ---> 246b99502724 [2021-04-20T19:36:51.057Z] Step 23/24 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:36:51.057Z] ---> Running in 543119caef2d [2021-04-20T19:36:51.057Z] ---> Running in 65e396a78173 [2021-04-20T19:36:51.320Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:36:51.320Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:36:51.320Z] Removing intermediate container 543119caef2d [2021-04-20T19:36:51.320Z] ---> 5650e6d6b25b [2021-04-20T19:36:51.320Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:36:51.320Z] Removing intermediate container 65e396a78173 [2021-04-20T19:36:51.320Z] ---> 811b109b46e3 [2021-04-20T19:36:51.320Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:36:51.591Z] ---> Running in 883c660d1acc [2021-04-20T19:36:51.591Z] ---> Running in 0d453930c0ae [2021-04-20T19:36:51.591Z] Removing intermediate container 883c660d1acc [2021-04-20T19:36:51.591Z] ---> 536fae66b959 [2021-04-20T19:36:51.591Z] [2021-04-20T19:36:52.988Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T19:36:52.988Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:36:54.930Z] Removing intermediate container 0d453930c0ae [2021-04-20T19:36:54.930Z] ---> 162d68bf1361 [2021-04-20T19:36:54.930Z] [2021-04-20T19:36:55.878Z] Successfully built 536fae66b959 [2021-04-20T19:36:55.878Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:36:55.878Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:36:55.878Z] Successfully tagged docker-core-data-go:latest [2021-04-20T19:36:55.878Z] Building docker-support-notifications-go [2021-04-20T19:36:56.143Z]  Building docker-core-data-go ... done Successfully built 162d68bf1361 [2021-04-20T19:36:58.698Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T19:36:58.698Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-20T19:36:58.962Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:36:59.226Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:37:01.806Z] 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-04-20T19:37:01.806Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:37:02.076Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:37:02.341Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:37:02.341Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:37:02.341Z] 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-04-20T19:37:02.341Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:37:02.341Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:37:02.605Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:37:02.605Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:37:02.605Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:37:02.605Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:37:03.187Z] Installing collected packages: jsonschema, dockerpty, websocket-client, idna, urllib3, requests, docopt, texttable, docker-pycreds, docker, cached-property, PyYAML, docker-compose [2021-04-20T19:37:03.187Z] Running setup.py install for dockerpty: started [2021-04-20T19:37:04.136Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:37:04.136Z] Attempting uninstall: idna [2021-04-20T19:37:04.136Z] Found existing installation: idna 2.9 [2021-04-20T19:37:04.136Z] Uninstalling idna-2.9: [2021-04-20T19:37:04.136Z] Successfully uninstalled idna-2.9 [2021-04-20T19:37:04.400Z] Attempting uninstall: urllib3 [2021-04-20T19:37:04.400Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:37:04.400Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:37:04.400Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:37:04.677Z] Attempting uninstall: requests [2021-04-20T19:37:04.677Z] Found existing installation: requests 2.23.0 [2021-04-20T19:37:04.677Z] Uninstalling requests-2.23.0: [2021-04-20T19:37:04.677Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:37:06.909Z] Running setup.py install for docopt: started [2021-04-20T19:37:09.481Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:37:09.481Z] Running setup.py install for texttable: started [2021-04-20T19:37:10.910Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:37:11.524Z] Running setup.py install for PyYAML: started [2021-04-20T19:37:14.122Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:37:15.381Z] 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.58.0 [2021-04-20T19:37:19.223Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:37:19.223Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:37:19.544Z] ---> 8743c41bba5c [2021-04-20T19:37:19.544Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:37:19.544Z] ---> Using cache [2021-04-20T19:37:19.544Z] ---> 1eb62bb05a6f [2021-04-20T19:37:19.544Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:37:19.544Z] ---> Using cache [2021-04-20T19:37:19.544Z] ---> 85c415d7cff7 [2021-04-20T19:37:19.544Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:37:21.121Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:37:21.121Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:37:21.121Z] ---> 8743c41bba5c [2021-04-20T19:37:21.121Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> 1eb62bb05a6f [2021-04-20T19:37:21.121Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> 85c415d7cff7 [2021-04-20T19:37:21.121Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> 9ccfb9fa83a1 [2021-04-20T19:37:21.121Z] Step 6/23 : COPY go.mod . [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> b6029e43ca7c [2021-04-20T19:37:21.121Z] Step 7/23 : RUN go mod download [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> 8f08b9d23953 [2021-04-20T19:37:21.121Z] Step 8/23 : COPY . . [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> a3051d893c48 [2021-04-20T19:37:21.121Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:37:21.121Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:37:21.121Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:37:21.121Z] ---> 8743c41bba5c [2021-04-20T19:37:21.121Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> 1eb62bb05a6f [2021-04-20T19:37:21.121Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> 85c415d7cff7 [2021-04-20T19:37:21.121Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> 9ccfb9fa83a1 [2021-04-20T19:37:21.121Z] Step 6/31 : COPY go.mod . [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> b6029e43ca7c [2021-04-20T19:37:21.121Z] Step 7/31 : RUN go mod download [2021-04-20T19:37:21.121Z] ---> Using cache [2021-04-20T19:37:21.121Z] ---> 8f08b9d23953 [2021-04-20T19:37:21.121Z] Step 8/31 : COPY . . [2021-04-20T19:37:21.414Z] ---> Using cache [2021-04-20T19:37:21.414Z] ---> a3051d893c48 [2021-04-20T19:37:21.414Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:37:21.717Z] ---> Running in 5208c9d4fa52 [2021-04-20T19:37:22.006Z] ---> Running in 6dd1389548a7 [2021-04-20T19:37:22.006Z] ---> Running in fb1e372be016 [2021-04-20T19:37:24.597Z] 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-04-20T19:37:24.597Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:37:24.597Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:37:24.597Z] ---> 8743c41bba5c [2021-04-20T19:37:24.597Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:37:24.597Z] ---> Using cache [2021-04-20T19:37:24.597Z] ---> 1eb62bb05a6f [2021-04-20T19:37:24.597Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:37:24.597Z] ---> Using cache [2021-04-20T19:37:24.597Z] ---> 85c415d7cff7 [2021-04-20T19:37:24.597Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:37:24.597Z] ---> Using cache [2021-04-20T19:37:24.597Z] ---> 9ccfb9fa83a1 [2021-04-20T19:37:24.597Z] Step 6/23 : COPY go.mod . [2021-04-20T19:37:24.597Z] ---> Using cache [2021-04-20T19:37:24.597Z] ---> b6029e43ca7c [2021-04-20T19:37:24.597Z] Step 7/23 : RUN go mod download [2021-04-20T19:37:24.597Z] ---> Using cache [2021-04-20T19:37:24.597Z] ---> 8f08b9d23953 [2021-04-20T19:37:24.597Z] Step 8/23 : COPY . . [2021-04-20T19:37:24.597Z] 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-04-20T19:37:24.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:24.597Z] ---> Using cache [2021-04-20T19:37:24.597Z] ---> a3051d893c48 [2021-04-20T19:37:24.597Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:37:25.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:37:26.146Z] ---> Running in de88f321e925 [2021-04-20T19:37:26.146Z] OK: 233 MiB in 51 packages [2021-04-20T19:37:28.105Z] 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-04-20T19:37:28.693Z] Removing intermediate container 5208c9d4fa52 [2021-04-20T19:37:28.693Z] ---> 5202c9f39e76 [2021-04-20T19:37:28.693Z] Step 6/22 : COPY go.mod . [2021-04-20T19:37:28.847Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T19:37:28.847Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T19:37:31.293Z] ---> c9a3c0fe9519 [2021-04-20T19:37:31.293Z] Step 7/22 : RUN go mod download [2021-04-20T19:37:32.720Z] ---> Running in bf869bf62dcc [2021-04-20T19:37:36.990Z] Removing intermediate container bf869bf62dcc [2021-04-20T19:37:36.990Z] ---> 5d94456210da [2021-04-20T19:37:36.990Z] Step 8/22 : COPY . . [2021-04-20T19:37:37.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T19:37:37.144Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T19:37:38.590Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T19:37:38.590Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T19:37:38.590Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T19:37:39.186Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T19:37:41.255Z] Removing intermediate container 6f902752aefc [2021-04-20T19:37:41.256Z] ---> 225596615965 [2021-04-20T19:37:41.256Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:37:42.623Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T19:37:43.228Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T19:37:44.625Z] ---> Running in 8937b8cb6801 [2021-04-20T19:37:48.902Z] Removing intermediate container 8937b8cb6801 [2021-04-20T19:37:48.902Z] ---> 416d37cf3131 [2021-04-20T19:37:48.902Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:37:49.886Z] ---> Running in 6eaa6063cbac [2021-04-20T19:37:51.522Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T19:37:51.522Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T19:37:51.522Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T19:37:53.252Z] Removing intermediate container 6eaa6063cbac [2021-04-20T19:37:53.252Z] ---> f5fdc6b27b45 [2021-04-20T19:37:53.252Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:37:56.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.299s coverage: 45.9% of statements [2021-04-20T19:37:56.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T19:37:56.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T19:37:56.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T19:37:56.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T19:37:56.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T19:37:56.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T19:37:56.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.128s coverage: 19.8% of statements [2021-04-20T19:37:56.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.421s coverage: 100.0% of statements [2021-04-20T19:37:59.936Z] ---> 99d7a7ab7d78 [2021-04-20T19:37:59.936Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:38:01.337Z] ---> 560015e66a9c [2021-04-20T19:38:01.337Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:38:02.732Z] ---> 67f7c8845b75 [2021-04-20T19:38:02.732Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:38:03.000Z] ---> fa8d99a5a1f1 [2021-04-20T19:38:03.000Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:38:03.591Z] ---> Running in 45401cfb1233 [2021-04-20T19:38:04.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.476s coverage: 27.1% of statements [2021-04-20T19:38:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T19:38:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T19:38:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T19:38:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T19:38:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T19:38:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T19:38:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.171s coverage: 100.0% of statements [2021-04-20T19:38:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T19:38:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.166s coverage: 100.0% of statements [2021-04-20T19:38:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T19:38:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T19:38:04.167Z] ---> Running in 22fa4c171a5b [2021-04-20T19:38:04.429Z] Removing intermediate container fb1e372be016 [2021-04-20T19:38:04.429Z] ---> c4c7f9943dfb [2021-04-20T19:38:04.429Z] [2021-04-20T19:38:04.429Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:38:04.429Z] ---> 13621d1b12d4 [2021-04-20T19:38:04.429Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:38:06.049Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements [2021-04-20T19:38:06.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T19:38:06.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T19:38:06.984Z] Removing intermediate container 22fa4c171a5b [2021-04-20T19:38:06.984Z] ---> 0e45c08966bd [2021-04-20T19:38:06.984Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:38:07.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.521s coverage: 82.9% of statements [2021-04-20T19:38:07.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T19:38:07.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:38:07.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.141s coverage: 78.9% of statements [2021-04-20T19:38:07.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T19:38:07.574Z] 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-04-20T19:38:08.160Z] ---> Running in 266faa08c34a [2021-04-20T19:38:08.160Z] ---> Running in 130553c6fa6d [2021-04-20T19:38:08.160Z] Removing intermediate container 6dd1389548a7 [2021-04-20T19:38:08.160Z] ---> 0bcf467f3984 [2021-04-20T19:38:08.160Z] [2021-04-20T19:38:08.160Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:38:08.160Z] ---> 13621d1b12d4 [2021-04-20T19:38:08.160Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:38:08.160Z] ---> Using cache [2021-04-20T19:38:08.160Z] ---> ff729ac52acc [2021-04-20T19:38:08.160Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:38:08.160Z] ---> Using cache [2021-04-20T19:38:08.160Z] ---> 90ad2a3e506f [2021-04-20T19:38:08.160Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:38:09.578Z] Removing intermediate container 266faa08c34a [2021-04-20T19:38:09.578Z] ---> 30e360438a70 [2021-04-20T19:38:09.578Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:38:10.158Z] Removing intermediate container 130553c6fa6d [2021-04-20T19:38:10.158Z] ---> ae611f60d621 [2021-04-20T19:38:10.158Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:38:10.747Z] ---> Running in 9017d0bb451e [2021-04-20T19:38:10.747Z] ---> Running in a5f8a60e6747 [2021-04-20T19:38:10.747Z] ---> Running in 24859147db0f [2021-04-20T19:38:11.331Z] Removing intermediate container 9017d0bb451e [2021-04-20T19:38:11.331Z] ---> 0b9d1a0acd26 [2021-04-20T19:38:11.331Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:38:11.331Z] Removing intermediate container de88f321e925 [2021-04-20T19:38:11.331Z] ---> 68a1f2260266 [2021-04-20T19:38:11.331Z] [2021-04-20T19:38:11.331Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:38:11.331Z] ---> 13621d1b12d4 [2021-04-20T19:38:11.331Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:38:11.331Z] ---> Using cache [2021-04-20T19:38:11.331Z] ---> ff729ac52acc [2021-04-20T19:38:11.331Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:38:11.331Z] ---> Using cache [2021-04-20T19:38:11.331Z] ---> 90ad2a3e506f [2021-04-20T19:38:11.331Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:38:11.331Z] ---> Running in d15d88345f3a [2021-04-20T19:38:11.331Z] Removing intermediate container 24859147db0f [2021-04-20T19:38:11.331Z] ---> f7eb36c49ac7 [2021-04-20T19:38:11.331Z] Step 22/23 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:38:11.331Z] ---> Running in 312571d794d2 [2021-04-20T19:38:11.605Z] ---> Running in eec335c6e3a7 [2021-04-20T19:38:11.605Z] Removing intermediate container d15d88345f3a [2021-04-20T19:38:11.605Z] ---> f93c24066f05 [2021-04-20T19:38:11.605Z] Step 15/23 : WORKDIR / [2021-04-20T19:38:11.890Z] ---> Running in aed6b5f048b6 [2021-04-20T19:38:11.890Z] Removing intermediate container 312571d794d2 [2021-04-20T19:38:11.890Z] ---> b37a1ecaa04f [2021-04-20T19:38:11.890Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:38:12.160Z] Removing intermediate container eec335c6e3a7 [2021-04-20T19:38:12.160Z] ---> 0ea0f42d8e8a [2021-04-20T19:38:12.160Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:38:12.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:38:12.160Z] ---> Running in 73c49104b762 [2021-04-20T19:38:12.160Z] ---> Running in 808b74b30602 [2021-04-20T19:38:12.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:38:12.427Z] Removing intermediate container aed6b5f048b6 [2021-04-20T19:38:12.427Z] ---> fd4e4828c10b [2021-04-20T19:38:12.427Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:38:12.427Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:38:12.427Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:38:12.427Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:38:12.427Z] OK: 6 MiB in 16 packages [2021-04-20T19:38:12.427Z] Removing intermediate container 808b74b30602 [2021-04-20T19:38:12.427Z] ---> 9fdd7a4e662c [2021-04-20T19:38:12.427Z] [2021-04-20T19:38:12.427Z] Removing intermediate container 73c49104b762 [2021-04-20T19:38:12.427Z] ---> 8e95ace34b3a [2021-04-20T19:38:12.427Z] Step 15/23 : WORKDIR / [2021-04-20T19:38:12.701Z] ---> Running in ccae04b25cd5 [2021-04-20T19:38:12.975Z] ---> 3108b0c61ba2 [2021-04-20T19:38:12.975Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:38:13.964Z] Successfully built 9fdd7a4e662c [2021-04-20T19:38:13.964Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T19:38:14.512Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container ccae04b25cd5 [2021-04-20T19:38:14.512Z] ---> 849a8b842b6d [2021-04-20T19:38:14.512Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:38:14.512Z] Removing intermediate container a5f8a60e6747 [2021-04-20T19:38:14.512Z] ---> 8a4e42fd9d0a [2021-04-20T19:38:14.512Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:38:14.512Z] ---> 3055c7d25f9c [2021-04-20T19:38:14.512Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:38:14.512Z] ---> Running in 77cc900fecfe [2021-04-20T19:38:16.443Z] Removing intermediate container 77cc900fecfe [2021-04-20T19:38:16.443Z] ---> ce4fb4756e9d [2021-04-20T19:38:16.443Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:38:16.443Z] ---> 3544b1df831b [2021-04-20T19:38:16.444Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:38:16.444Z] ---> ebe961635c01 [2021-04-20T19:38:16.444Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:38:16.444Z] ---> Running in 07c8630d400e [2021-04-20T19:38:16.444Z] ---> Running in e72d4eff4de0 [2021-04-20T19:38:17.029Z] Removing intermediate container 07c8630d400e [2021-04-20T19:38:17.029Z] ---> 2817b23fce49 [2021-04-20T19:38:17.029Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:38:17.029Z] Removing intermediate container e72d4eff4de0 [2021-04-20T19:38:17.029Z] ---> 26b21861492e [2021-04-20T19:38:17.029Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:38:17.303Z] ---> Running in c8a66bb104a4 [2021-04-20T19:38:17.303Z] ---> Running in 43b8c08b0aa0 [2021-04-20T19:38:17.303Z] ---> ceb587576600 [2021-04-20T19:38:17.303Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:38:17.575Z] Removing intermediate container 43b8c08b0aa0 [2021-04-20T19:38:17.575Z] ---> 3c3c6e01a64f [2021-04-20T19:38:17.575Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:38:17.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.112s coverage: 28.6% of statements [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T19:38:17.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.222s coverage: 100.0% of statements [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T19:38:17.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T19:38:17.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.466s coverage: 86.7% of statements [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T19:38:17.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.444s coverage: 97.5% of statements [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T19:38:17.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.197s coverage: 78.3% of statements [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T19:38:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T19:38:18.165Z] ---> 16e8bf1346e2 [2021-04-20T19:38:18.165Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T19:38:18.165Z] ---> Running in 42a3860fb934 [2021-04-20T19:38:18.165Z] ---> Running in 65472c065de9 [2021-04-20T19:38:18.430Z] Removing intermediate container 42a3860fb934 [2021-04-20T19:38:18.430Z] ---> 22a0910c7aa4 [2021-04-20T19:38:18.430Z] Step 22/23 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:38:19.036Z] ---> Running in 5eea02abb0fd [2021-04-20T19:38:19.036Z] Removing intermediate container 65472c065de9 [2021-04-20T19:38:19.036Z] ---> 2e7276254581 [2021-04-20T19:38:19.036Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:38:19.311Z] ---> Running in 0e00d3e9d271 [2021-04-20T19:38:19.311Z] Removing intermediate container 5eea02abb0fd [2021-04-20T19:38:19.311Z] ---> 44c5a1e59c08 [2021-04-20T19:38:19.311Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:38:19.577Z] Removing intermediate container c8a66bb104a4 [2021-04-20T19:38:19.577Z] ---> d06a196f0347 [2021-04-20T19:38:19.577Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:38:19.577Z] ---> Running in e2edf851cd3f [2021-04-20T19:38:19.849Z] Removing intermediate container 0e00d3e9d271 [2021-04-20T19:38:19.849Z] ---> 88dd33d9bacc [2021-04-20T19:38:19.849Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:38:19.849Z] ---> Running in 08786cea9f73 [2021-04-20T19:38:19.849Z] ---> Running in 709daa8f24c9 [2021-04-20T19:38:20.116Z] Removing intermediate container e2edf851cd3f [2021-04-20T19:38:20.116Z] ---> c778e3b10225 [2021-04-20T19:38:20.116Z] [2021-04-20T19:38:20.116Z] Removing intermediate container 08786cea9f73 [2021-04-20T19:38:20.116Z] ---> 48f6f67b697e [2021-04-20T19:38:20.116Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:38:20.116Z] Successfully built c778e3b10225 [2021-04-20T19:38:20.116Z] Removing intermediate container 709daa8f24c9 [2021-04-20T19:38:20.116Z] ---> 0cedd8e3c57a [2021-04-20T19:38:20.116Z] Step 22/23 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:38:20.116Z] Successfully tagged docker-core-command-go:latest [2021-04-20T19:38:20.383Z]  Building docker-core-command-go ... done  ---> Running in 82c5e127b69c [2021-04-20T19:38:20.383Z] Removing intermediate container 82c5e127b69c [2021-04-20T19:38:20.383Z] ---> 9ddfb77c7e11 [2021-04-20T19:38:20.383Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:38:20.383Z] ---> 3516afb77659 [2021-04-20T19:38:20.383Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:38:20.647Z] ---> Running in 7a7d35d492c6 [2021-04-20T19:38:20.647Z] ---> Running in 711010f148cf [2021-04-20T19:38:20.912Z] Removing intermediate container 7a7d35d492c6 [2021-04-20T19:38:20.912Z] ---> ae63f4986750 [2021-04-20T19:38:20.912Z] [2021-04-20T19:38:20.912Z] Successfully built ae63f4986750 [2021-04-20T19:38:21.174Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T19:38:22.575Z]  Building docker-core-metadata-go ... done Removing intermediate container 711010f148cf [2021-04-20T19:38:22.575Z] ---> b1a8527b51eb [2021-04-20T19:38:22.575Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:38:23.976Z] ---> f80846ee6793 [2021-04-20T19:38:23.976Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:38:24.243Z] Removing intermediate container 45401cfb1233 [2021-04-20T19:38:24.243Z] ---> bf4e8abc5f7a [2021-04-20T19:38:24.243Z] [2021-04-20T19:38:24.243Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:38:24.243Z] ---> 13621d1b12d4 [2021-04-20T19:38:24.243Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:38:24.243Z] ---> Running in b01b2354d310 [2021-04-20T19:38:24.824Z] ---> e404fda0e504 [2021-04-20T19:38:24.824Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:38:24.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:38:24.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:38:25.086Z] ---> 4c577edc1146 [2021-04-20T19:38:25.086Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:38:25.086Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:38:25.086Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:38:25.086Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:38:25.086Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:38:25.086Z] OK: 6 MiB in 16 packages [2021-04-20T19:38:25.663Z] ---> 04d2d577abf2 [2021-04-20T19:38:25.663Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:38:25.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.233s coverage: 93.0% of statements [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T19:38:25.972Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.110s coverage: 58.8% of statements [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T19:38:25.972Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.9% of statements [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T19:38:25.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T19:38:25.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.154s coverage: 47.1% of statements [2021-04-20T19:38:25.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.191s coverage: 79.5% of statements [2021-04-20T19:38:25.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.137s coverage: 94.1% of statements [2021-04-20T19:38:25.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.168s coverage: 96.3% of statements [2021-04-20T19:38:25.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.158s coverage: 87.5% of statements [2021-04-20T19:38:26.239Z] ---> f9a25a71c5b7 [2021-04-20T19:38:26.240Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:38:26.502Z] ---> Running in de59c632e1d8 [2021-04-20T19:38:26.502Z] Removing intermediate container b01b2354d310 [2021-04-20T19:38:26.502Z] ---> f20c788b214d [2021-04-20T19:38:26.502Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:38:26.769Z] ---> Running in 739d61e99fec [2021-04-20T19:38:26.769Z] Removing intermediate container de59c632e1d8 [2021-04-20T19:38:26.769Z] ---> 3427e8987a4d [2021-04-20T19:38:26.769Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:38:26.769Z] Removing intermediate container 739d61e99fec [2021-04-20T19:38:26.769Z] ---> e7be177ef54e [2021-04-20T19:38:26.769Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:38:27.034Z] ---> Running in 0a06683aa11e [2021-04-20T19:38:27.034Z] ---> 0af14c943aef [2021-04-20T19:38:27.034Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:38:27.034Z] Removing intermediate container 0a06683aa11e [2021-04-20T19:38:27.034Z] ---> 25b7ac4ab296 [2021-04-20T19:38:27.034Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:38:27.297Z] ---> Running in 932c65f76d27 [2021-04-20T19:38:27.297Z] ---> Running in a3786cfd296b [2021-04-20T19:38:27.566Z] Removing intermediate container a3786cfd296b [2021-04-20T19:38:27.566Z] ---> 7130dcb86961 [2021-04-20T19:38:27.566Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:38:27.829Z] ---> a692b0940a63 [2021-04-20T19:38:27.829Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:38:28.414Z] ---> 73dfd22b9393 [2021-04-20T19:38:28.414Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:38:28.414Z] Removing intermediate container 932c65f76d27 [2021-04-20T19:38:28.414Z] ---> 24dbb0e081a9 [2021-04-20T19:38:28.414Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:38:29.003Z] ---> Running in 6ad7be206c96 [2021-04-20T19:38:29.003Z] ---> d0d69773dd93 [2021-04-20T19:38:29.003Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:38:29.268Z] ---> Running in 02175c870bbf [2021-04-20T19:38:29.268Z] Removing intermediate container 6ad7be206c96 [2021-04-20T19:38:29.268Z] ---> 9c1d42a4ef30 [2021-04-20T19:38:29.268Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:38:29.268Z] Removing intermediate container 02175c870bbf [2021-04-20T19:38:29.268Z] ---> 8e29efa0bac9 [2021-04-20T19:38:29.268Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:38:29.532Z] ---> Running in 1ee1a9a8c637 [2021-04-20T19:38:29.532Z] ---> Running in 62a138c0c362 [2021-04-20T19:38:29.532Z] Removing intermediate container 1ee1a9a8c637 [2021-04-20T19:38:29.532Z] ---> 8596b81f33ca [2021-04-20T19:38:29.532Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T19:38:29.800Z] Removing intermediate container 62a138c0c362 [2021-04-20T19:38:29.800Z] ---> 422b041c74d0 [2021-04-20T19:38:29.800Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:38:29.800Z] ---> Running in 7ded9707efd3 [2021-04-20T19:38:30.070Z] ---> Running in dd3a074bf769 [2021-04-20T19:38:30.070Z] Removing intermediate container 7ded9707efd3 [2021-04-20T19:38:30.070Z] ---> 56b65c78b7fb [2021-04-20T19:38:30.070Z] Step 30/31 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:38:30.070Z] Removing intermediate container dd3a074bf769 [2021-04-20T19:38:30.070Z] ---> 957921083c57 [2021-04-20T19:38:30.070Z] Step 21/22 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:38:30.338Z] ---> Running in 266306fba8d6 [2021-04-20T19:38:30.338Z] ---> Running in 7a532333a6b6 [2021-04-20T19:38:30.603Z] Removing intermediate container 7a532333a6b6 [2021-04-20T19:38:30.603Z] ---> 28ab1182e123 [2021-04-20T19:38:30.603Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:38:30.603Z] Removing intermediate container 266306fba8d6 [2021-04-20T19:38:30.603Z] ---> dd0a9c8e0098 [2021-04-20T19:38:30.603Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:38:31.182Z] ---> Running in 5319ccf48422 [2021-04-20T19:38:31.444Z] ---> Running in 8be1131614e0 [2021-04-20T19:38:31.444Z] Removing intermediate container 5319ccf48422 [2021-04-20T19:38:31.444Z] ---> 440f5c442ab1 [2021-04-20T19:38:31.444Z] [2021-04-20T19:38:31.707Z] Successfully built 440f5c442ab1 [2021-04-20T19:38:31.707Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T19:38:31.707Z]  Building docker-support-notifications-go ... done Removing intermediate container 8be1131614e0 [2021-04-20T19:38:31.707Z] ---> 199b5a99ad13 [2021-04-20T19:38:31.707Z] [2021-04-20T19:38:31.707Z] Successfully built 199b5a99ad13 [2021-04-20T19:38:31.707Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T19:38:32.293Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-20T19:38:32.308Z] $ docker stop --time=1 f2d0215a7ab331341c6f1c9dfd2c6684a503252c3d26fd9db105f00fcae71b55 [2021-04-20T19:38:33.910Z] $ docker rm -f f2d0215a7ab331341c6f1c9dfd2c6684a503252c3d26fd9db105f00fcae71b55 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:38:34.442Z] + docker images [2021-04-20T19:38:34.442Z] + grep docker [2021-04-20T19:38:34.710Z] docker-support-notifications-go latest 440f5c442ab1 3 seconds ago 18.2MB [2021-04-20T19:38:34.710Z] docker-security-bootstrapper-go latest 199b5a99ad13 3 seconds ago 19.3MB [2021-04-20T19:38:34.710Z] docker-core-metadata-go latest ae63f4986750 14 seconds ago 19.2MB [2021-04-20T19:38:34.710Z] docker-core-command-go latest c778e3b10225 15 seconds ago 17.5MB [2021-04-20T19:38:34.710Z] docker-sys-mgmt-agent-go latest 9fdd7a4e662c 22 seconds ago 312MB [2021-04-20T19:38:34.710Z] docker-core-data-go latest 536fae66b959 About a minute ago 22.9MB [2021-04-20T19:38:34.711Z] docker-security-secretstore-setup-go latest 162d68bf1361 About a minute ago 26.3MB [2021-04-20T19:38:34.711Z] docker-security-proxy-setup-go latest cb4ea4be831c About a minute ago 26MB [2021-04-20T19:38:34.711Z] docker-support-scheduler-go latest eac1681b2e47 About a minute ago 17.7MB [2021-04-20T19:38:34.711Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-20T19:38:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.193s coverage: 94.4% of statements [2021-04-20T19:38:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.116s coverage: 44.8% of statements [2021-04-20T19:38:44.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.486s coverage: 81.9% of statements [2021-04-20T19:38:44.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T19:38:49.964Z] Still waiting to schedule task [2021-04-20T19:38:49.964Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-20T19:38:52.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.178s coverage: 92.9% of statements [2021-04-20T19:38:52.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T19:38:52.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T19:38:52.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T19:38:52.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-20T19:38:52.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T19:38:52.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T19:38:52.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T19:38:52.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T19:38:52.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T19:38:52.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-04-20T19:38:52.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T19:38:52.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T19:38:52.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-04-20T19:38:52.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T19:38:52.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements [2021-04-20T19:38:52.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T19:38:52.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.133s coverage: 80.8% of statements [2021-04-20T19:38:52.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements [2021-04-20T19:38:52.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.210s coverage: 84.6% of statements [2021-04-20T19:38:52.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.6% of statements [2021-04-20T19:38:52.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T19:38:53.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.781s coverage: 64.4% of statements [2021-04-20T19:38:53.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T19:38:53.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T19:38:53.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements [2021-04-20T19:38:54.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-04-20T19:38:54.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-04-20T19:38:55.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-04-20T19:38:56.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2021-04-20T19:38:59.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.016s coverage: 69.0% of statements [2021-04-20T19:38:59.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T19:38:59.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T19:38:59.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T19:39:00.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.473s coverage: 38.4% of statements [2021-04-20T19:39:00.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T19:39:00.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T19:39:00.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements [2021-04-20T19:39:00.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T19:39:00.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.117s coverage: 84.8% of statements [2021-04-20T19:39:08.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.441s coverage: 47.0% of statements [2021-04-20T19:39:08.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T19:39:08.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T19:39:08.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T19:39:08.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T19:39:08.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T19:39:08.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-04-20T19:39:08.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T19:39:08.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-04-20T19:39:08.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T19:39:08.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T19:39:08.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.188s coverage: 9.6% of statements [2021-04-20T19:39:08.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T19:39:09.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.458s coverage: 88.6% of statements [2021-04-20T19:39:09.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T19:39:09.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:39:09.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T19:39:16.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.220s coverage: 28.7% of statements [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T19:39:16.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T19:39:16.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.198s coverage: 100.0% of statements [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T19:39:16.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.152s coverage: 64.6% of statements [2021-04-20T19:39:16.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T19:39:16.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.343s coverage: 95.6% of statements [2021-04-20T19:39:16.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T19:39:16.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:39:16.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T19:39:16.417Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-20T19:39:16.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T19:39:16.417Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-04-20T19:39:16.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T19:39:16.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T19:39:16.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T19:39:16.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T19:39:17.395Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-04-20T19:39:17.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T19:39:17.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T19:39:17.395Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-04-20T19:39:18.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.113s coverage: 28.1% of statements [2021-04-20T19:39:19.437Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-04-20T19:39:20.033Z] GO111MODULE=on go vet ./... [2021-04-20T19:39:39.938Z] Running on prd-ubuntu18.04-docker-8c-8g-1265 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws [2021-04-20T19:39:39.954Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-20T19:39:42.261Z] using credential edgex-jenkins-ssh [2021-04-20T19:39:42.273Z] Cloning the remote Git repository [2021-04-20T19:39:42.271Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:39:42.343Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-20T19:39:42.373Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:39:42.373Z] > git --version # timeout=10 [2021-04-20T19:39:42.380Z] > git --version # 'git version 2.17.1' [2021-04-20T19:39:42.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:39:42.413Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:40:02.301Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:40:02.307Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:40:02.315Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:40:02.325Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:40:02.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:40:02.343Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:40:05.027Z] Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:40:05.199Z] Merge succeeded, producing 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:40:05.200Z] Checking out Revision 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 (PR-3389) [2021-04-20T19:40:05.052Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:40:05.056Z] > git checkout -f 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 # timeout=10 [2021-04-20T19:40:05.183Z] > git remote # timeout=10 [2021-04-20T19:40:05.189Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:40:05.199Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:40:05.203Z] > git merge 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 [2021-04-20T19:40:05.211Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:40:05.218Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:40:05.221Z] > git checkout -f 6e2281d98799465ee1a82ef3fe88e54a9a1b6665 # timeout=10 [2021-04-20T19:40:08.797Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:40:09.892Z] + echo snap-build.sh [2021-04-20T19:40:09.892Z] snap-build.sh [2021-04-20T19:40:09.892Z] + SNAP_BASE_DIR=. [2021-04-20T19:40:09.892Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-04-20T19:40:09.892Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-04-20T19:40:09.892Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-04-20T19:40:09.892Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-04-20T19:40:09.892Z] + cd /w/workspace/edgex-go/4 [2021-04-20T19:40:09.892Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-20T19:40:09.892Z] Reading package lists... [2021-04-20T19:40:10.155Z] Building dependency tree... [2021-04-20T19:40:10.155Z] Reading state information... [2021-04-20T19:40:10.155Z] The following packages were automatically installed and are no longer required: [2021-04-20T19:40:10.155Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-20T19:40:10.155Z] uidmap xdelta3 [2021-04-20T19:40:10.155Z] Use 'sudo apt autoremove' to remove them. [2021-04-20T19:40:10.155Z] The following packages will be REMOVED: [2021-04-20T19:40:10.155Z] lxd* lxd-client* [2021-04-20T19:40:10.742Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-20T19:40:10.743Z] After this operation, 31.7 MB disk space will be freed. [2021-04-20T19:40:12.063Z] (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-04-20T19:40:12.063Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:40:13.011Z] Removing lxd dnsmasq configuration [2021-04-20T19:40:13.011Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:40:13.275Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-20T19:40:13.853Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-20T19:40:14.120Z] (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-04-20T19:40:14.120Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:40:15.514Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-20T19:40:15.777Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-20T19:40:17.166Z] + sudo snap remove --purge lxd [2021-04-20T19:40:17.428Z] snap "lxd" is not installed [2021-04-20T19:40:17.428Z] + sudo groupadd --force --system lxd [2021-04-20T19:40:17.428Z] ++ whoami [2021-04-20T19:40:17.428Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-20T19:40:17.428Z] + newgrp - lxd [2021-04-20T19:40:17.428Z] + sudo snap install lxd [2021-04-20T19:40:27.467Z] 2021-04-20T19:40:24Z INFO Waiting for automatic snapd restart... [2021-04-20T19:40:41.931Z] gofmt -l . [2021-04-20T19:40:41.931Z] [ "`gofmt -l .`" = "" ] [2021-04-20T19:40:42.202Z] ./bin/test-go-mod-tidy.sh [2021-04-20T19:40:42.412Z] lxd 4.13 from Canonical* installed [2021-04-20T19:40:42.412Z] + sudo lxd init --auto [2021-04-20T19:40:43.183Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T19:40:45.283Z] + ls -al . [2021-04-20T19:40:45.283Z] total 840 [2021-04-20T19:40:45.283Z] drwxrwxr-x 9 1001 1001 4096 Apr 20 19:40 . [2021-04-20T19:40:45.283Z] drwxr-xr-x 4 root root 4096 Apr 20 19:36 .. [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 19:34 .dockerignore [2021-04-20T19:40:45.283Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 19:34 .git [2021-04-20T19:40:45.283Z] drwxrwxr-x 3 1001 1001 4096 Apr 20 19:34 .github [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 19:34 .gitignore [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 19:34 .sonarcloud.properties [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:34 Attribution.txt [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:34 CONTRIBUTING.md [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 19:34 Dockerfile.build [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 19:34 Jenkinsfile [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:34 LICENSE [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:34 Makefile [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:34 README.md [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:34 SECURITY.md [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 19:30 VERSION [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:34 ZMQWindows.md [2021-04-20T19:40:45.283Z] drwxrwxr-x 2 1001 1001 4096 Apr 20 19:34 bin [2021-04-20T19:40:45.283Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 19:34 cmd [2021-04-20T19:40:45.283Z] -rw-r--r-- 1 root root 703598 Apr 20 19:39 coverage.out [2021-04-20T19:40:45.283Z] -rw-r--r-- 1 root root 1059 Apr 20 19:40 go.mod [2021-04-20T19:40:45.283Z] -rw-r--r-- 1 root root 22300 Apr 20 19:40 go.sum [2021-04-20T19:40:45.283Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 19:34 internal [2021-04-20T19:40:45.283Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 19:34 openapi [2021-04-20T19:40:45.283Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 19:34 snap [2021-04-20T19:40:45.283Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 19:34 version.go [Pipeline] sh [2021-04-20T19:40:45.940Z] + '[' -e coverage.out ] [2021-04-20T19:40:45.940Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T19:40:45.971Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T19:40:47.101Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T19:40:47.756Z] + make build [2021-04-20T19:40:47.756Z] 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-04-20T19:40:50.575Z] + sudo snap install --classic snapcraft [2021-04-20T19:40:58.739Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:40:58.739Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-20T19:40:58.739Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-20T19:40:58.739Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:40:58.739Z] Dload Upload Total Spent Left Speed [2021-04-20T19:40:58.740Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4679 [2021-04-20T19:40:58.740Z] 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M [2021-04-20T19:40:58.740Z] ./yq_linux_amd64 [2021-04-20T19:40:58.740Z] + sudo snapcraft prime --use-lxd [2021-04-20T19:41:00.149Z] 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-04-20T19:41:01.311Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-20T19:41:01.311Z] 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-04-20T19:41:01.311Z] - README.md [2021-04-20T19:41:01.311Z] [2021-04-20T19:41:01.311Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:41:01.887Z] Launching a container. [2021-04-20T19:41:14.144Z] Waiting for container to be ready [2021-04-20T19:41:14.144Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-20T19:41:14.144Z] [2021-04-20T19:41:18.361Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-20T19:41:18.626Z] Waiting for network to be ready... [2021-04-20T19:41:19.204Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:41:19.204Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:41:19.778Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:41:19.778Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:41:19.778Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:41:20.041Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:41:20.041Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:41:20.041Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:41:20.041Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:41:20.041Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:41:20.041Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:41:20.304Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:41:20.304Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:41:20.304Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:41:20.304Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:41:20.304Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:41:20.304Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:41:20.304Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:41:20.566Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:41:20.827Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:41:20.827Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:41:20.827Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:41:20.827Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:41:20.827Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:41:20.827Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:41:20.827Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T19:41:21.088Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:41:22.312Z] 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-04-20T19:41:25.297Z] Fetched 24.4 MB in 6s (3976 kB/s) [2021-04-20T19:41:26.688Z] Reading package lists... [2021-04-20T19:41:26.950Z] Reading package lists... [2021-04-20T19:41:27.211Z] Building dependency tree... [2021-04-20T19:41:27.212Z] Reading state information... [2021-04-20T19:41:27.212Z] The following additional packages will be installed: [2021-04-20T19:41:27.212Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:41:27.212Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:41:27.212Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:41:27.212Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-20T19:41:27.212Z] Suggested packages: [2021-04-20T19:41:27.212Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-20T19:41:27.212Z] Recommended packages: [2021-04-20T19:41:27.212Z] gnupg libsasl2-modules [2021-04-20T19:41:27.212Z] The following NEW packages will be installed: [2021-04-20T19:41:27.212Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:41:27.212Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:41:27.212Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:41:27.212Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-20T19:41:27.212Z] The following packages will be upgraded: [2021-04-20T19:41:27.212Z] gpg gpg-agent gpgconf libudev1 [2021-04-20T19:41:27.475Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-20T19:41:27.475Z] Need to get 3529 kB of archives. [2021-04-20T19:41:27.475Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-20T19:41:27.475Z] Get:1 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-04-20T19:41:27.475Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-20T19:41:27.695Z] 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-04-20T19:41:27.736Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-20T19:41:27.736Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-20T19:41:27.736Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-20T19:41:27.997Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-20T19:41:28.259Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-20T19:41:28.259Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-20T19:41:28.259Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-20T19:41:28.259Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-20T19:41:28.259Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-20T19:41:28.259Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-20T19:41:28.259Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-20T19:41:28.259Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-20T19:41:28.259Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-20T19:41:28.259Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-20T19:41:28.521Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-20T19:41:28.521Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-20T19:41:28.521Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-20T19:41:28.521Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-20T19:41:28.521Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-20T19:41:28.521Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-20T19:41:28.521Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:41:28.521Z] Fetched 3529 kB in 1s (3130 kB/s) [2021-04-20T19:41:28.783Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:41:28.783Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:41:28.783Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:41:28.783Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:41:28.783Z] Selecting previously unselected package udev. [2021-04-20T19:41:28.783Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:41:28.783Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:41:29.048Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-20T19:41:29.048Z] Selecting previously unselected package libfuse2:amd64. [2021-04-20T19:41:29.310Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:41:29.310Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:41:29.310Z] Selecting previously unselected package fuse. [2021-04-20T19:41:29.310Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:41:29.310Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:41:29.310Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:41:29.310Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:41:29.572Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:41:29.572Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:41:29.572Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:41:29.834Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:41:29.834Z] Selecting previously unselected package libksba8:amd64. [2021-04-20T19:41:29.834Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-20T19:41:29.834Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:41:29.834Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-20T19:41:29.834Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:41:30.095Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:30.095Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-20T19:41:30.095Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:41:30.095Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:30.095Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-20T19:41:30.095Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:41:30.095Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:30.357Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-20T19:41:30.357Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:41:30.357Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:30.357Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-20T19:41:30.357Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:41:30.357Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:30.619Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-20T19:41:30.619Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:41:30.619Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:30.619Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-20T19:41:30.619Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:41:30.619Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:30.619Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-20T19:41:30.619Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:41:30.619Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:30.882Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-20T19:41:30.882Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:41:30.882Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:30.882Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-20T19:41:30.882Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:41:30.882Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:41:30.882Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-20T19:41:30.882Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:41:30.882Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:41:31.144Z] Selecting previously unselected package libldap-common. [2021-04-20T19:41:31.144Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-20T19:41:31.144Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:41:31.144Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-20T19:41:31.144Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-20T19:41:31.144Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:41:31.144Z] Selecting previously unselected package dirmngr. [2021-04-20T19:41:31.144Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:41:31.144Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:41:31.404Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:41:31.404Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-20T19:41:31.404Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:41:31.404Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:41:31.405Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:41:31.405Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-20T19:41:31.667Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:31.667Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:41:31.667Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:41:31.667Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-20T19:41:31.930Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-20T19:41:32.191Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:32.191Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-20T19:41:32.191Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:41:32.191Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-20T19:41:32.453Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:32.453Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:32.453Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:32.453Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:32.453Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:32.453Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:32.453Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:41:32.453Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:41:32.715Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:41:32.715Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:41:33.098Z] 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-04-20T19:41:33.665Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-20T19:41:33.665Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-20T19:41:33.665Z] This means they are not meant to be enabled using systemctl. [2021-04-20T19:41:33.665Z] Possible reasons for having this kind of units are: [2021-04-20T19:41:33.665Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-20T19:41:33.665Z] .wants/ or .requires/ directory. [2021-04-20T19:41:33.665Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-20T19:41:33.665Z] a requirement dependency on it. [2021-04-20T19:41:33.665Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-20T19:41:33.665Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-20T19:41:33.665Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-20T19:41:33.665Z] instance name specified. [2021-04-20T19:41:33.927Z] Reading package lists... [2021-04-20T19:41:34.070Z] 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-04-20T19:41:34.189Z] Building dependency tree... [2021-04-20T19:41:34.189Z] Reading state information... [2021-04-20T19:41:34.189Z] The following additional packages will be installed: [2021-04-20T19:41:34.189Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-20T19:41:34.189Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-20T19:41:34.189Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-20T19:41:34.189Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-20T19:41:34.189Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-20T19:41:34.189Z] Suggested packages: [2021-04-20T19:41:34.189Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-20T19:41:34.189Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-20T19:41:34.189Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-20T19:41:34.189Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-20T19:41:34.189Z] systemd-container policykit-1 [2021-04-20T19:41:34.189Z] Recommended packages: [2021-04-20T19:41:34.189Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-20T19:41:34.189Z] The following NEW packages will be installed: [2021-04-20T19:41:34.189Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-20T19:41:34.189Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-20T19:41:34.189Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-20T19:41:34.189Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-20T19:41:34.189Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-20T19:41:34.189Z] The following packages will be upgraded: [2021-04-20T19:41:34.189Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-20T19:41:34.451Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-20T19:41:34.451Z] Need to get 35.2 MB of archives. [2021-04-20T19:41:34.451Z] After this operation, 141 MB of additional disk space will be used. [2021-04-20T19:41:34.451Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-20T19:41:34.451Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-20T19:41:35.030Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-20T19:41:35.293Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-20T19:41:35.293Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-20T19:41:35.293Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-20T19:41:35.293Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-20T19:41:35.293Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-20T19:41:35.293Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-20T19:41:35.293Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-20T19:41:35.293Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-20T19:41:35.293Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-20T19:41:35.293Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-20T19:41:35.293Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-20T19:41:35.293Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-20T19:41:35.558Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-20T19:41:35.558Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-20T19:41:35.558Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-20T19:41:35.558Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-20T19:41:35.558Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-20T19:41:35.558Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-20T19:41:35.558Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-20T19:41:35.558Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-20T19:41:35.558Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-20T19:41:35.558Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-20T19:41:35.558Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-20T19:41:35.558Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-20T19:41:35.558Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-20T19:41:35.558Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-20T19:41:35.558Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-20T19:41:36.508Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:41:36.508Z] Fetched 35.2 MB in 2s (17.3 MB/s) [2021-04-20T19:41:36.508Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:41:36.508Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:41:36.773Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:41:37.348Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:41:37.348Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:41:37.610Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:41:37.610Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:41:37.610Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-20T19:41:37.610Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-20T19:41:37.872Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-20T19:41:38.135Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:41:38.135Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-20T19:41:38.135Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-20T19:41:38.710Z] Setting up apt (1.6.13) ... [2021-04-20T19:41:38.710Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-20T19:41:39.284Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-20T19:41:39.284Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-20T19:41:39.284Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:41:39.464Z] 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-04-20T19:41:39.546Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:41:39.546Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-20T19:41:39.546Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:41:39.546Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:41:39.807Z] Selecting previously unselected package libexpat1:amd64. [2021-04-20T19:41:39.807Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-20T19:41:39.807Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:41:40.069Z] Selecting previously unselected package python3.6-minimal. [2021-04-20T19:41:40.069Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:41:40.069Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:41:40.331Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:41:40.331Z] Checking for services that may need to be restarted...done. [2021-04-20T19:41:40.331Z] Checking for services that may need to be restarted...done. [2021-04-20T19:41:40.331Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:41:40.592Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:41:40.592Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:41:41.168Z] Selecting previously unselected package python3-minimal. [2021-04-20T19:41:41.168Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-20T19:41:41.168Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:41:41.168Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:41:41.168Z] Selecting previously unselected package mime-support. [2021-04-20T19:41:41.168Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-20T19:41:41.168Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-20T19:41:41.168Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-20T19:41:41.168Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-20T19:41:41.168Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:41:41.430Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-20T19:41:41.430Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:41:41.430Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:41:41.693Z] Selecting previously unselected package python3.6. [2021-04-20T19:41:41.693Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:41:41.693Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:41:41.693Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-20T19:41:41.693Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:41:41.693Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:41:41.693Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:41:41.955Z] Selecting previously unselected package python3. [2021-04-20T19:41:41.955Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-20T19:41:41.955Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:41:41.955Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-20T19:41:42.217Z] Selecting previously unselected package multiarch-support. [2021-04-20T19:41:42.217Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:41:42.217Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:41:42.217Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:41:42.217Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-20T19:41:42.217Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-20T19:41:42.217Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-20T19:41:42.217Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:41:42.479Z] Selecting previously unselected package libbsd0:amd64. [2021-04-20T19:41:42.479Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-20T19:41:42.479Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:41:42.479Z] Selecting previously unselected package sudo. [2021-04-20T19:41:42.479Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-20T19:41:42.479Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:41:42.741Z] Selecting previously unselected package apparmor. [2021-04-20T19:41:42.741Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:41:42.741Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:41:42.741Z] Selecting previously unselected package libedit2:amd64. [2021-04-20T19:41:42.741Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-20T19:41:42.741Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:41:43.005Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-20T19:41:43.005Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:41:43.005Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:41:43.005Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-20T19:41:43.005Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:41:43.005Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:41:43.005Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-20T19:41:43.005Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-20T19:41:43.005Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:41:43.268Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-20T19:41:43.268Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:41:43.268Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:41:43.268Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-20T19:41:43.268Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:41:43.268Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:41:43.529Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-20T19:41:43.529Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-20T19:41:43.529Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:41:43.791Z] Selecting previously unselected package openssh-client. [2021-04-20T19:41:43.791Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-20T19:41:43.791Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:41:45.188Z] Selecting previously unselected package squashfs-tools. [2021-04-20T19:41:45.188Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:41:45.188Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:41:45.188Z] Selecting previously unselected package snapd. [2021-04-20T19:41:45.188Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-20T19:41:45.188Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-20T19:41:46.171Z] 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-04-20T19:41:47.751Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:41:47.751Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:41:47.751Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-20T19:41:47.751Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:41:47.751Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:41:47.751Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:41:47.751Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:41:47.751Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-20T19:41:47.751Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-20T19:41:48.325Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:41:48.325Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:41:48.325Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:41:48.325Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:41:48.608Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:41:48.608Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:41:49.553Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:41:49.553Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:41:49.553Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:41:49.553Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-20T19:41:49.553Z] running python rtupdate hooks for python3.6... [2021-04-20T19:41:49.553Z] running python post-rtupdate hooks for python3.6... [2021-04-20T19:41:49.553Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:41:50.474Z] 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-04-20T19:41:50.939Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-20T19:41:51.201Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:41:51.201Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:41:51.462Z] Setting up snapd (2.48.3+18.04) ... [2021-04-20T19:41:52.034Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-20T19:41:52.297Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-20T19:41:52.558Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-20T19:41:52.558Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-20T19:41:52.820Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:41:52.820Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:41:53.082Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-20T19:41:53.344Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-20T19:41:53.605Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-20T19:41:53.605Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-20T19:41:53.866Z] /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-04-20T19:41:53.866Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:41:53.866Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:41:54.770Z] 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-04-20T19:41:55.257Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:41:55.257Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:41:55.257Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:41:57.438Z] Reading package lists... [2021-04-20T19:41:57.438Z] Reading package lists... [2021-04-20T19:41:57.438Z] Building dependency tree... [2021-04-20T19:41:57.438Z] Reading state information... [2021-04-20T19:41:57.438Z] Calculating upgrade... [2021-04-20T19:41:57.700Z] The following packages will be upgraded: [2021-04-20T19:41:57.700Z] advancecomp base-files bash binutils binutils-common [2021-04-20T19:41:57.700Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-20T19:41:57.700Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-20T19:41:57.700Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-20T19:41:57.700Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-20T19:41:57.700Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-20T19:41:57.700Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-20T19:41:57.700Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-20T19:41:57.700Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-20T19:41:57.700Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-20T19:41:57.700Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-20T19:41:57.700Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-20T19:41:57.700Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-20T19:41:57.700Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-20T19:41:57.700Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-20T19:41:57.700Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:41:57.700Z] Need to get 64.0 MB of archives. [2021-04-20T19:41:57.700Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-20T19:41:57.700Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-20T19:41:57.966Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-20T19:41:57.966Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-20T19:41:57.966Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-20T19:41:57.966Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-20T19:41:57.966Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-20T19:41:57.966Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-20T19:41:57.966Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-20T19:41:57.966Z] 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-04-20T19:41:57.966Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-20T19:41:57.966Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-20T19:41:57.966Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-20T19:41:57.966Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-20T19:41:57.966Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-20T19:41:57.966Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-20T19:41:57.966Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-20T19:41:57.966Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-20T19:41:57.966Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-20T19:41:57.966Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-20T19:41:58.162Z] 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-04-20T19:41:58.234Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-20T19:41:58.234Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-20T19:41:58.234Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-20T19:41:58.234Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-20T19:41:58.234Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-20T19:41:58.234Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-20T19:41:58.234Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-20T19:41:58.234Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-20T19:41:58.234Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-20T19:41:58.234Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-20T19:41:58.234Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-20T19:41:58.234Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-20T19:41:58.234Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-20T19:41:58.234Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-20T19:41:58.234Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-20T19:41:58.234Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-20T19:41:58.234Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-20T19:41:58.234Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-20T19:41:58.234Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-20T19:41:58.234Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-20T19:41:58.234Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-20T19:41:58.234Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-20T19:41:58.234Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-20T19:41:58.234Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-20T19:41:58.234Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-20T19:41:58.234Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-20T19:41:58.235Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-20T19:41:58.235Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-20T19:41:58.235Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-20T19:41:58.235Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-20T19:41:58.235Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-20T19:41:58.497Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-20T19:41:58.497Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-20T19:41:58.497Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-20T19:41:58.497Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-20T19:41:58.497Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-20T19:41:58.497Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-20T19:41:58.497Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-20T19:41:58.767Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-20T19:41:58.767Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-20T19:41:58.767Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-20T19:41:59.029Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-20T19:41:59.029Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-20T19:41:59.029Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-20T19:41:59.029Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-20T19:41:59.029Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-20T19:41:59.029Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-20T19:41:59.029Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-20T19:41:59.029Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-20T19:41:59.029Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-20T19:41:59.029Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-20T19:41:59.029Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-20T19:41:59.029Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-20T19:41:59.029Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-20T19:41:59.029Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-20T19:41:59.029Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-20T19:41:59.029Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-20T19:41:59.290Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-20T19:41:59.290Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-20T19:41:59.290Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-20T19:41:59.290Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-20T19:41:59.290Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-20T19:41:59.290Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-20T19:41:59.290Z] Get:83 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-04-20T19:41:59.290Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-20T19:41:59.290Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-20T19:41:59.290Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-20T19:41:59.290Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-20T19:41:59.290Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-20T19:41:59.552Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-20T19:41:59.552Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-20T19:41:59.552Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-20T19:41:59.552Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-20T19:41:59.552Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-20T19:41:59.552Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-20T19:41:59.552Z] Get:95 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-04-20T19:41:59.552Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-20T19:41:59.552Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-20T19:41:59.814Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-20T19:41:59.814Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-20T19:41:59.814Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-20T19:41:59.814Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-20T19:41:59.814Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:41:59.814Z] Fetched 64.0 MB in 2s (32.9 MB/s) [2021-04-20T19:42:00.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:00.077Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:42:00.077Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:42:00.650Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:42:00.912Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:42:00.912Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-20T19:42:00.912Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-20T19:42:01.546Z] 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-04-20T19:42:01.860Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:01.860Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:01.860Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:01.860Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:02.123Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:02.123Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:02.123Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:02.123Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:02.385Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:02.385Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:02.385Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:02.385Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:02.385Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:02.647Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:02.647Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:02.647Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:42:02.647Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:02.647Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-20T19:42:02.909Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:02.909Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:42:02.909Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:02.909Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:03.171Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:03.171Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:03.171Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:03.171Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:42:03.432Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:03.696Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:42:03.696Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:42:03.696Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:42:04.269Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:42:04.532Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:42:04.532Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-20T19:42:04.532Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-20T19:42:04.532Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-20T19:42:04.794Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-20T19:42:05.055Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-20T19:42:05.055Z] Installing new version of config file /etc/issue ... [2021-04-20T19:42:05.055Z] Installing new version of config file /etc/issue.net ... [2021-04-20T19:42:05.055Z] Installing new version of config file /etc/lsb-release ... [2021-04-20T19:42:05.055Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-20T19:42:05.316Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-20T19:42:05.316Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-20T19:42:05.316Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-20T19:42:05.578Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:05.578Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-20T19:42:05.578Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-20T19:42:05.839Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-20T19:42:05.839Z] 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-04-20T19:42:05.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:05.839Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:42:05.839Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-20T19:42:06.101Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:42:06.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:06.101Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-20T19:42:06.101Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-20T19:42:06.363Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-20T19:42:06.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:06.363Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-20T19:42:06.655Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:42:06.918Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-20T19:42:06.918Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:06.918Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:42:06.918Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:42:07.181Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:42:07.181Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:07.181Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:42:07.181Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:42:07.443Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-20T19:42:07.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:07.443Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-20T19:42:07.443Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-20T19:42:07.750Z] Setting up grep (3.1-2build1) ... [2021-04-20T19:42:07.750Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:07.750Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:42:07.750Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:42:08.012Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-20T19:42:08.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:08.012Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:42:08.012Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] } [2021-04-20T19:42:08.278Z] $ docker stop --time=1 932d48a3497bb6f23789a84ad98f9894c8f9c13d15d06f7f05e6803c68943fde [2021-04-20T19:42:08.274Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-20T19:42:08.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:08.274Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:42:08.274Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:42:08.853Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:42:08.853Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:42:09.114Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:42:09.114Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:42:09.685Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-20T19:42:09.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:09.685Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-20T19:42:09.685Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:42:10.737Z] $ docker rm -f 932d48a3497bb6f23789a84ad98f9894c8f9c13d15d06f7f05e6803c68943fde [2021-04-20T19:42:11.144Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:42:11.144Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:42:11.416Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:42:11.416Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:42:11.416Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:42:11.679Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:11.679Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-20T19:42:11.679Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-20T19:42:11.679Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [Pipeline] // withDockerContainer [2021-04-20T19:42:11.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:11.948Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:42:11.948Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:42:11.948Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:42:11.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:11.948Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:42:11.948Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:42:12.216Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:42:12.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:12.217Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:42:12.217Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:42:12.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:42:12.391Z] [2021-04-20T19:42:12.391Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:42:12.483Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:42:12.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:12.483Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:42:12.483Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:42:12.483Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:42:12.754Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:12.754Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:42:12.754Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:42:12.754Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:42:13.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:42:13.015Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:42:13.015Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:42:13.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:13.015Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:42:13.015Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:42:13.277Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:42:13.277Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:13.277Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:42:13.277Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:42:13.281Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T19:42:13.281Z] 29e5d40040c1: Pulling fs layer [2021-04-20T19:42:13.281Z] 1ce36da41761: Pulling fs layer [2021-04-20T19:42:13.281Z] 25b303627fd3: Pulling fs layer [2021-04-20T19:42:13.281Z] 29e5d40040c1: Verifying Checksum [2021-04-20T19:42:13.281Z] 29e5d40040c1: Download complete [2021-04-20T19:42:13.549Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:42:13.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:13.549Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:42:13.549Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:42:13.549Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:42:13.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:13.810Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:42:13.810Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:42:13.879Z] 1ce36da41761: Verifying Checksum [2021-04-20T19:42:13.879Z] 1ce36da41761: Download complete [2021-04-20T19:42:14.154Z] 29e5d40040c1: Pull complete [2021-04-20T19:42:14.385Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:42:14.647Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-20T19:42:14.909Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-20T19:42:14.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:14.909Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:42:14.909Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:42:15.171Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:42:15.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:42:15.433Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-20T19:42:15.433Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:42:15.433Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-20T19:42:15.601Z] 1ce36da41761: Pull complete [2021-04-20T19:42:15.601Z] 25b303627fd3: Verifying Checksum [2021-04-20T19:42:15.601Z] 25b303627fd3: Download complete [2021-04-20T19:42:15.708Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:15.708Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-20T19:42:15.708Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-20T19:42:15.708Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-20T19:42:16.280Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:16.281Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-20T19:42:16.281Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:42:16.281Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:42:16.281Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:16.281Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-20T19:42:16.281Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:42:16.541Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:42:16.541Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:16.541Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:42:16.542Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:42:16.802Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:42:16.802Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:16.802Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:42:17.064Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:42:17.064Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:42:17.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:17.064Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:42:17.325Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:42:17.325Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:42:17.585Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:17.585Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:42:17.585Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:42:17.585Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:42:17.585Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:42:17.846Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:42:17.846Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:42:17.846Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:42:18.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:18.108Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-20T19:42:18.108Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-20T19:42:18.108Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-20T19:42:18.370Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:18.370Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-20T19:42:18.370Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:42:18.370Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:42:18.632Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:18.632Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:42:18.632Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:42:18.893Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:42:18.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:18.893Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-20T19:42:18.893Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-20T19:42:19.154Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-20T19:42:19.154Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:19.154Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:42:19.154Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:42:19.415Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-20T19:42:19.677Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:19.677Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:42:19.677Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:42:19.938Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-20T19:42:19.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:19.938Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:42:19.938Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:42:19.938Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:42:20.201Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:20.201Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:42:20.201Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:42:20.201Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:42:20.463Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:20.463Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-20T19:42:20.463Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-20T19:42:20.724Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-20T19:42:20.724Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:20.724Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-20T19:42:20.724Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-20T19:42:20.724Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-20T19:42:20.986Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:20.986Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-20T19:42:20.986Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-20T19:42:20.986Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-20T19:42:21.247Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:21.247Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-20T19:42:21.247Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-20T19:42:21.825Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-20T19:42:21.825Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:21.825Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-20T19:42:22.087Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-20T19:42:22.087Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-20T19:42:22.087Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:42:22.087Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-20T19:42:22.087Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-20T19:42:22.348Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-20T19:42:22.348Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-20T19:42:22.348Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:42:22.348Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:42:22.348Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:42:22.610Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:42:22.610Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:42:22.611Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:42:22.872Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-20T19:42:22.872Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-20T19:42:23.134Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:42:23.134Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-20T19:42:23.396Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-20T19:42:23.396Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-20T19:42:23.396Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-20T19:42:23.396Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-20T19:42:23.658Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-20T19:42:23.658Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-20T19:42:23.658Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-20T19:42:23.658Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-20T19:42:23.927Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-20T19:42:23.927Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-20T19:42:23.927Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-20T19:42:23.927Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-20T19:42:24.189Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-20T19:42:24.189Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-20T19:42:25.136Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-20T19:42:25.136Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-20T19:42:25.136Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:42:25.136Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-20T19:42:25.404Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:42:25.404Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:42:25.666Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:42:25.666Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:42:25.745Z] 25b303627fd3: Pull complete [2021-04-20T19:42:25.745Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T19:42:25.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:42:25.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T19:42:25.928Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:42:25.928Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:42:25.928Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:42:26.011Z] prd-ubuntu18.04-docker-arm64-4c-16g-1263 does not seem to be running inside a container [2021-04-20T19:42:26.101Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T19:42:26.190Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:42:26.190Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:26.190Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:42:26.452Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:26.452Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:42:26.452Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:26.452Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:42:26.713Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:26.713Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:42:27.658Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:27.658Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:42:28.604Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:28.604Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:42:29.257Z] $ docker top 86a8d345657ed5a202def3fc888848f5351d3076987d95d03111a14c35f80dfd -eo pid,comm [2021-04-20T19:42:29.557Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:29.557Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { [Pipeline] sh [2021-04-20T19:42:30.136Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:30.136Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:42:30.212Z] + docker-compose build --help [2021-04-20T19:42:30.212Z] + grep parallel [2021-04-20T19:42:31.081Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:42:31.081Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:42:31.081Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:42:31.081Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:42:31.343Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:42:31.343Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:42:31.343Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:42:31.605Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:42:31.605Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-20T19:42:31.605Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-20T19:42:31.867Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:42:31.867Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:42:31.867Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:42:32.130Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:42:32.130Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-20T19:42:32.130Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-20T19:42:32.391Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:32.391Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:42:32.391Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:32.391Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:32.391Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:32.653Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-20T19:42:32.653Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-20T19:42:32.653Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-20T19:42:32.653Z] [2021-04-20T19:42:32.653Z] Current default time zone: 'Etc/UTC' [2021-04-20T19:42:32.653Z] Local time is now: Tue Apr 20 19:42:32 UTC 2021. [2021-04-20T19:42:32.653Z] Universal Time is now: Tue Apr 20 19:42:32 UTC 2021. [2021-04-20T19:42:32.653Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-20T19:42:32.653Z] [2021-04-20T19:42:32.915Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-20T19:42:32.915Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:32.915Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-20T19:42:32.915Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:42:32.915Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-20T19:42:32.915Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-20T19:42:32.915Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:42:33.177Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:42:33.177Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-20T19:42:33.177Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:42:33.177Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:33.177Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:42:33.439Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:42:33.439Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:42:33.439Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:33.439Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-20T19:42:33.576Z] --parallel Build images in parallel. [2021-04-20T19:42:33.702Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:42:33.702Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-20T19:42:33.702Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:42:33.702Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-20T19:42:33.702Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-20T19:42:33.702Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:42:33.702Z] Setting up ca-certificates (20210119~18.04.1) ... [Pipeline] } [2021-04-20T19:42:33.879Z] $ docker stop --time=1 86a8d345657ed5a202def3fc888848f5351d3076987d95d03111a14c35f80dfd [2021-04-20T19:42:35.622Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:42:35.801Z] $ docker rm -f 86a8d345657ed5a202def3fc888848f5351d3076987d95d03111a14c35f80dfd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:42:36.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:42:36.467Z] . [Pipeline] withDockerContainer [2021-04-20T19:42:36.565Z] 23 added, 27 removed; done. [2021-04-20T19:42:36.565Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:42:36.565Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:42:36.565Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-20T19:42:36.565Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-20T19:42:36.565Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-20T19:42:36.565Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:42:36.565Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:42:36.692Z] prd-ubuntu18.04-docker-arm64-4c-16g-1263 does not seem to be running inside a container [2021-04-20T19:42:36.784Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T19:42:36.831Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:42:36.831Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:42:36.831Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:42:36.831Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:42:36.831Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:42:36.831Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-20T19:42:36.831Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:42:36.831Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:42:37.093Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-20T19:42:37.093Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:42:37.093Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:42:37.093Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:42:37.093Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:42:37.093Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-20T19:42:37.093Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:42:37.354Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:42:37.354Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:42:37.354Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-20T19:42:37.354Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-20T19:42:37.354Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:42:37.927Z] 0 added, 0 removed; done. [2021-04-20T19:42:37.927Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-20T19:42:37.927Z] done. [2021-04-20T19:42:38.210Z] $ docker top 2d03777d834ffe6a5bc9116fcdb76d39bae18371e75eb404186bbf4a74251d16 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:42:38.871Z] Reading package lists... [2021-04-20T19:42:38.871Z] Building dependency tree... [2021-04-20T19:42:38.871Z] Reading state information... [2021-04-20T19:42:39.133Z] The following NEW packages will be installed: [2021-04-20T19:42:39.133Z] apt-transport-https [2021-04-20T19:42:39.145Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T19:42:39.394Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:42:39.394Z] Need to get 1692 B of archives. [2021-04-20T19:42:39.394Z] After this operation, 154 kB of additional disk space will be used. [2021-04-20T19:42:39.394Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-20T19:42:39.656Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:42:39.656Z] Fetched 1692 B in 0s (8329 B/s) [2021-04-20T19:42:39.656Z] Selecting previously unselected package apt-transport-https. [2021-04-20T19:42:39.656Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-20T19:42:39.656Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-20T19:42:39.656Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-20T19:42:39.656Z] Setting up apt-transport-https (1.6.13) ... [2021-04-20T19:42:40.229Z] Waiting for network to be ready... [2021-04-20T19:42:43.428Z] Building docker-core-command-go ... [2021-04-20T19:42:43.428Z] Building docker-core-data-go ... [2021-04-20T19:42:43.428Z] Building docker-core-metadata-go ... [2021-04-20T19:42:43.428Z] Building docker-security-bootstrapper-go ... [2021-04-20T19:42:43.428Z] Building docker-security-proxy-setup-go ... [2021-04-20T19:42:43.428Z] Building docker-security-secretstore-setup-go ... [2021-04-20T19:42:43.428Z] Building docker-support-notifications-go ... [2021-04-20T19:42:43.428Z] Building docker-support-scheduler-go ... [2021-04-20T19:42:43.428Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T19:42:43.428Z] Building docker-support-notifications-go [2021-04-20T19:42:43.428Z] Building docker-core-metadata-go [2021-04-20T19:42:43.428Z] Building docker-sys-mgmt-agent-go [2021-04-20T19:42:43.428Z] Building docker-security-proxy-setup-go [2021-04-20T19:42:43.428Z] Building docker-support-scheduler-go [2021-04-20T19:42:48.386Z] 2021-04-20T19:42:44Z INFO Waiting for automatic snapd restart... [2021-04-20T19:42:48.386Z] snapd 2.49.2 from Canonical* installed [2021-04-20T19:42:48.958Z] "snapd" switched to the "latest/stable" channel [2021-04-20T19:42:48.958Z] [2021-04-20T19:42:54.252Z] core18 20210309 from Canonical* installed [2021-04-20T19:42:54.252Z] "core18" switched to the "latest/stable" channel [2021-04-20T19:42:54.252Z] [2021-04-20T19:43:00.841Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:43:00.841Z] "snapcraft" switched to the "latest/stable" channel [2021-04-20T19:43:00.841Z] [2021-04-20T19:43:05.055Z] 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-04-20T19:43:05.055Z] - README.md [2021-04-20T19:43:05.055Z] [2021-04-20T19:43:05.055Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:43:11.748Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:43:11.748Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:43:11.748Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:43:11.748Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:43:13.152Z] Reading package lists... [2021-04-20T19:43:13.152Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-04-20T19:43:19.746Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:43:19.746Z] Reading package lists... [2021-04-20T19:43:19.746Z] Building dependency tree... [2021-04-20T19:43:19.746Z] Reading state information... [2021-04-20T19:43:19.746Z] Suggested packages: [2021-04-20T19:43:19.746Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-20T19:43:19.746Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-20T19:43:19.746Z] Recommended packages: [2021-04-20T19:43:19.746Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-20T19:43:19.746Z] The following NEW packages will be installed: [2021-04-20T19:43:19.746Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-20T19:43:19.746Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-20T19:43:19.746Z] pkg-config zip [2021-04-20T19:43:20.007Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:43:20.007Z] Need to get 7663 kB of archives. [2021-04-20T19:43:20.007Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-20T19:43:20.007Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-20T19:43:20.007Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-20T19:43:20.268Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-20T19:43:20.269Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-20T19:43:20.269Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-20T19:43:20.269Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-20T19:43:20.529Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-20T19:43:20.529Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-20T19:43:20.529Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-20T19:43:20.529Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-20T19:43:20.529Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-20T19:43:20.529Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-20T19:43:20.529Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-20T19:43:20.792Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-20T19:43:20.792Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-20T19:43:21.054Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:43:21.054Z] Fetched 7663 kB in 1s (6754 kB/s) [2021-04-20T19:43:21.054Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-20T19:43:21.054Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-20T19:43:21.054Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-20T19:43:21.054Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:43:21.318Z] Selecting previously unselected package libpsl5:amd64. [2021-04-20T19:43:21.318Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-20T19:43:21.318Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:43:21.580Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-20T19:43:21.580Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-20T19:43:21.580Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:43:21.580Z] Selecting previously unselected package librtmp1:amd64. [2021-04-20T19:43:21.580Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-20T19:43:21.580Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:43:21.580Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-20T19:43:21.580Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-20T19:43:21.580Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:43:21.843Z] Selecting previously unselected package liberror-perl. [2021-04-20T19:43:21.843Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-20T19:43:21.843Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-20T19:43:21.843Z] Selecting previously unselected package git-man. [2021-04-20T19:43:21.843Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-20T19:43:21.843Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:43:21.843Z] Selecting previously unselected package git. [2021-04-20T19:43:21.843Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-20T19:43:22.108Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:43:23.052Z] Selecting previously unselected package libnorm1:amd64. [2021-04-20T19:43:23.052Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-20T19:43:23.052Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:43:23.052Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-20T19:43:23.052Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-20T19:43:23.052Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:43:23.052Z] Selecting previously unselected package libsodium23:amd64. [2021-04-20T19:43:23.052Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-20T19:43:23.052Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:43:23.313Z] Selecting previously unselected package libzmq5:amd64. [2021-04-20T19:43:23.313Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:43:23.313Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:43:23.574Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-20T19:43:23.574Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:43:23.574Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:43:23.836Z] Selecting previously unselected package pkg-config. [2021-04-20T19:43:23.836Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-20T19:43:23.836Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:43:23.836Z] Selecting previously unselected package zip. [2021-04-20T19:43:23.836Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-20T19:43:23.836Z] Unpacking zip (3.0-11build1) ... [2021-04-20T19:43:23.836Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:43:23.836Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:43:23.836Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:43:24.097Z] Setting up liberror-perl (0.17025-1) ... [2021-04-20T19:43:24.097Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:43:24.097Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:43:24.097Z] No schema files found: doing nothing. [2021-04-20T19:43:24.097Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:43:24.097Z] Setting up zip (3.0-11build1) ... [2021-04-20T19:43:24.097Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:43:24.097Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:43:24.097Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:43:24.358Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:43:24.358Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:43:24.358Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:43:24.358Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:43:24.358Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:43:30.947Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:43:31.208Z] git set to automatically installed. [2021-04-20T19:43:31.208Z] git-man set to automatically installed. [2021-04-20T19:43:31.208Z] libcurl3-gnutls set to automatically installed. [2021-04-20T19:43:31.208Z] liberror-perl set to automatically installed. [2021-04-20T19:43:31.208Z] libglib2.0-0 set to automatically installed. [2021-04-20T19:43:31.208Z] libnghttp2-14 set to automatically installed. [2021-04-20T19:43:31.208Z] libnorm1 set to automatically installed. [2021-04-20T19:43:31.208Z] libpgm-5.2-0 set to automatically installed. [2021-04-20T19:43:31.208Z] libpsl5 set to automatically installed. [2021-04-20T19:43:31.208Z] librtmp1 set to automatically installed. [2021-04-20T19:43:31.208Z] libsodium23 set to automatically installed. [2021-04-20T19:43:31.208Z] libzmq3-dev set to automatically installed. [2021-04-20T19:43:31.208Z] libzmq5 set to automatically installed. [2021-04-20T19:43:31.208Z] pkg-config set to automatically installed. [2021-04-20T19:43:31.208Z] zip set to automatically installed. [2021-04-20T19:43:34.517Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T19:43:41.114Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:43:41.375Z] snap "core18" has no updates available [2021-04-20T19:43:42.319Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T19:43:48.917Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:44:03.842Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-20T19:44:03.842Z] Pulling go-build-helper [2021-04-20T19:44:03.842Z] + snapcraftctl pull [2021-04-20T19:44:05.229Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-20T19:44:05.229Z] Skipping pull go-build-helper (already ran) [2021-04-20T19:44:05.229Z] Building go-build-helper [2021-04-20T19:44:05.229Z] + snapcraftctl build [2021-04-20T19:44:05.249Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:44:05.249Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:44:05.249Z] ---> 62056db396ec [2021-04-20T19:44:05.249Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:44:05.249Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:44:05.249Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:44:05.249Z] ---> 62056db396ec [2021-04-20T19:44:05.249Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:44:05.249Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:44:05.249Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:44:05.249Z] ---> 62056db396ec [2021-04-20T19:44:05.249Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:44:05.249Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:44:05.249Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:44:05.249Z] ---> 62056db396ec [2021-04-20T19:44:05.249Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T19:44:05.249Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:44:05.249Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:44:05.249Z] ---> 62056db396ec [2021-04-20T19:44:05.249Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:44:05.249Z] ---> Running in e9b34291e185 [2021-04-20T19:44:05.249Z] ---> Running in 07c060d197f1 [2021-04-20T19:44:05.249Z] ---> Running in c93b0b6c0471 [2021-04-20T19:44:05.249Z] ---> Running in e5f332524503 [2021-04-20T19:44:05.249Z] ---> Running in 60a0df94a091 [2021-04-20T19:44:05.249Z] Removing intermediate container c93b0b6c0471 [2021-04-20T19:44:05.249Z] ---> 5d394177e230 [2021-04-20T19:44:05.249Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:44:05.249Z] Removing intermediate container 07c060d197f1 [2021-04-20T19:44:05.249Z] ---> 6e2a1e520ca5 [2021-04-20T19:44:05.249Z] Removing intermediate container e9b34291e185 [2021-04-20T19:44:05.249Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:44:05.249Z] ---> e32dfcb8b7de [2021-04-20T19:44:05.249Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:44:05.249Z] Removing intermediate container 60a0df94a091 [2021-04-20T19:44:05.249Z] ---> c2a60672a5a2 [2021-04-20T19:44:05.249Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:44:05.249Z] Removing intermediate container e5f332524503 [2021-04-20T19:44:05.249Z] ---> 2fdd9d3df2be [2021-04-20T19:44:05.249Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:44:05.249Z] ---> Running in 8053ebf0f237 [2021-04-20T19:44:05.249Z] ---> Running in ad084fca691c [2021-04-20T19:44:05.249Z] ---> Running in a9536e3cea1c [2021-04-20T19:44:05.249Z] ---> Running in 52951b471ff7 [2021-04-20T19:44:05.249Z] ---> Running in 1f16617f6b0b [2021-04-20T19:44:05.249Z] Removing intermediate container 8053ebf0f237 [2021-04-20T19:44:05.249Z] ---> 2219825242c4 [2021-04-20T19:44:05.249Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:44:05.249Z] Removing intermediate container ad084fca691c [2021-04-20T19:44:05.249Z] ---> 138670f123ea [2021-04-20T19:44:05.249Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:44:05.249Z] ---> Running in 342761a50442 [2021-04-20T19:44:05.249Z] Removing intermediate container a9536e3cea1c [2021-04-20T19:44:05.249Z] ---> 69eca93e50ef [2021-04-20T19:44:05.249Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:44:05.249Z] ---> Running in 67b936b30aea [2021-04-20T19:44:05.249Z] ---> Running in a61a7c9de211 [2021-04-20T19:44:05.249Z] Removing intermediate container 1f16617f6b0b [2021-04-20T19:44:05.249Z] ---> 5bbefb1ed9f5 [2021-04-20T19:44:05.249Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:44:05.249Z] Removing intermediate container 52951b471ff7 [2021-04-20T19:44:05.249Z] ---> 87ff375976a5 [2021-04-20T19:44:05.249Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:44:05.249Z] ---> Running in 9ba1400b258c [2021-04-20T19:44:05.249Z] ---> Running in fe639d0f1de2 [2021-04-20T19:44:05.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:05.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:05.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:05.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:05.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:05.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:06.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:06.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:06.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:06.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:44:06.644Z] OK: 217 MiB in 51 packages [2021-04-20T19:44:06.926Z] OK: 217 MiB in 51 packages [2021-04-20T19:44:07.204Z] OK: 217 MiB in 51 packages [2021-04-20T19:44:07.204Z] OK: 217 MiB in 51 packages [2021-04-20T19:44:07.480Z] OK: 217 MiB in 51 packages [2021-04-20T19:44:07.777Z] Staging go-build-helper [2021-04-20T19:44:07.777Z] + snapcraftctl stage [2021-04-20T19:44:08.473Z] Removing intermediate container 342761a50442 [2021-04-20T19:44:08.473Z] ---> 03b8c4b440a6 [2021-04-20T19:44:08.473Z] Step 6/23 : COPY go.mod . [2021-04-20T19:44:08.745Z] Removing intermediate container 67b936b30aea [2021-04-20T19:44:08.745Z] ---> b2d4771d31e7 [2021-04-20T19:44:08.745Z] Step 6/22 : COPY go.mod . [2021-04-20T19:44:09.026Z] Removing intermediate container a61a7c9de211 [2021-04-20T19:44:09.026Z] ---> 438f739a68f3 [2021-04-20T19:44:09.026Z] Step 6/22 : COPY go.mod . [2021-04-20T19:44:09.306Z] ---> d6a56ac692ce [2021-04-20T19:44:09.306Z] Step 7/23 : RUN go mod download [2021-04-20T19:44:09.580Z] Removing intermediate container 9ba1400b258c [2021-04-20T19:44:09.580Z] ---> f5b9d8639823 [2021-04-20T19:44:09.580Z] Step 6/21 : COPY go.mod . [2021-04-20T19:44:09.580Z] Removing intermediate container fe639d0f1de2 [2021-04-20T19:44:09.580Z] ---> 5b44f256009f [2021-04-20T19:44:09.580Z] Step 6/23 : COPY go.mod . [2021-04-20T19:44:09.580Z] ---> Running in 84301066306d [2021-04-20T19:44:09.853Z] ---> 3b3ea26643e7 [2021-04-20T19:44:09.853Z] Step 7/22 : RUN go mod download [2021-04-20T19:44:10.130Z] ---> Running in 881503d4794b [2021-04-20T19:44:10.130Z] ---> 200acfc43d3b [2021-04-20T19:44:10.130Z] Step 7/22 : RUN go mod download [2021-04-20T19:44:10.739Z] ---> Running in c1b0ecd4f710 [2021-04-20T19:44:10.739Z] ---> 5e422541219e [2021-04-20T19:44:10.739Z] Step 7/21 : RUN go mod download [2021-04-20T19:44:10.739Z] ---> 64d7f52d4e76 [2021-04-20T19:44:10.739Z] Step 7/23 : RUN go mod download [2021-04-20T19:44:11.018Z] ---> Running in 6ec801be5286 [2021-04-20T19:44:11.018Z] ---> Running in 553db7c58eae [2021-04-20T19:44:14.442Z] Removing intermediate container 84301066306d [2021-04-20T19:44:14.442Z] ---> 236863dfaedc [2021-04-20T19:44:14.442Z] Step 8/23 : COPY . . [2021-04-20T19:44:14.442Z] Removing intermediate container 881503d4794b [2021-04-20T19:44:14.442Z] ---> 0f9d9c656426 [2021-04-20T19:44:14.442Z] Step 8/22 : COPY . . [2021-04-20T19:44:15.423Z] Removing intermediate container c1b0ecd4f710 [2021-04-20T19:44:15.423Z] ---> d3d3e8c1cb23 [2021-04-20T19:44:15.423Z] Step 8/22 : COPY . . [2021-04-20T19:44:16.026Z] Removing intermediate container 6ec801be5286 [2021-04-20T19:44:16.026Z] ---> 436739287bc0 [2021-04-20T19:44:16.026Z] Step 8/21 : COPY . . [2021-04-20T19:44:16.302Z] Removing intermediate container 553db7c58eae [2021-04-20T19:44:16.302Z] ---> bd68548ee1e6 [2021-04-20T19:44:16.302Z] Step 8/23 : COPY . . [2021-04-20T19:44:20.020Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:44:20.020Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:44:20.020Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:44:20.020Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:44:20.020Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:44:20.020Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:44:20.020Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:44:20.020Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:44:20.020Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:44:20.020Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:44:20.020Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:44:20.020Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:44:20.020Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:44:20.020Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:44:20.020Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:44:20.020Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:44:20.020Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:44:20.020Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:44:20.020Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:44:20.020Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:44:20.020Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:44:20.020Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:44:20.020Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:44:20.020Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:44:20.020Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:44:20.020Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T19:44:20.020Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:44:20.020Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-20T19:44:20.020Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T19:44:20.020Z] Fetched 224 kB in 0s (0 B/s) [2021-04-20T19:44:20.020Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T19:44:20.020Z] Fetched 157 kB in 0s (0 B/s) [2021-04-20T19:44:20.020Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T19:44:20.020Z] Fetched 221 kB in 0s (0 B/s) [2021-04-20T19:44:20.020Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T19:44:20.020Z] Fetched 143 kB in 0s (0 B/s) [2021-04-20T19:44:20.020Z] Pulling app-service-config [2021-04-20T19:44:20.020Z] + snapcraftctl pull [2021-04-20T19:44:20.968Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-20T19:44:21.911Z] Pulling config-common [2021-04-20T19:44:21.911Z] + snapcraftctl pull [2021-04-20T19:44:27.203Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:44:27.203Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:44:27.203Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:44:27.203Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:44:27.203Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T19:44:27.203Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:44:27.203Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T19:44:27.203Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:44:27.203Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T19:44:27.204Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:44:27.204Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T19:44:27.204Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:44:27.204Z] Pulling edgex-go [2021-04-20T19:44:27.204Z] + snapcraftctl pull [2021-04-20T19:44:43.102Z] ---> 68d7c7599246 [2021-04-20T19:44:43.102Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T19:44:43.102Z] ---> 9e9e372e6eb5 [2021-04-20T19:44:43.102Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:44:43.102Z] ---> 54b08d4ba3ba [2021-04-20T19:44:43.102Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:44:43.102Z] ---> cd8c29a85b71 [2021-04-20T19:44:43.102Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:44:43.102Z] ---> Running in d7304814491c [2021-04-20T19:44:43.102Z] ---> Running in 372ee18ef61f [2021-04-20T19:44:43.102Z] ---> Running in 0f03e6538846 [2021-04-20T19:44:43.102Z] ---> Running in b89f57fad1ca [2021-04-20T19:44:43.102Z] ---> ac7ecc9bd967 [2021-04-20T19:44:43.102Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:44:43.102Z] ---> Running in 16c9981dd855 [2021-04-20T19:44:43.102Z] 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-04-20T19:44:43.102Z] 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-04-20T19:44:43.102Z] 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-04-20T19:44:43.102Z] 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-04-20T19:44:43.378Z] 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-04-20T19:44:49.190Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:44:49.190Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:44:49.190Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:44:49.190Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-20T19:44:49.190Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-20T19:44:49.190Z] Fetched 279 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-20T19:44:49.190Z] Fetched 122 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-20T19:44:49.190Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-20T19:44:49.190Z] Fetched 8848 B in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-20T19:44:49.190Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-20T19:44:49.190Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-20T19:44:49.190Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-20T19:44:49.190Z] Fetched 219 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-20T19:44:49.190Z] Fetched 154 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-20T19:44:49.190Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-20T19:44:49.190Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-20T19:44:49.190Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-20T19:44:49.190Z] Fetched 499 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-20T19:44:49.190Z] Fetched 111 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-20T19:44:49.190Z] Fetched 240 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-20T19:44:49.190Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-20T19:44:49.190Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-20T19:44:49.190Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-20T19:44:49.190Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-20T19:44:49.190Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-20T19:44:49.190Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-20T19:44:49.190Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-20T19:44:49.190Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-20T19:44:49.190Z] Fetched 8720 B in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-20T19:44:49.190Z] Fetched 137 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-20T19:44:49.190Z] Fetched 119 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-20T19:44:49.190Z] Fetched 110 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-20T19:44:49.190Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-20T19:44:49.190Z] Fetched 645 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-20T19:44:49.190Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-20T19:44:49.190Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-20T19:44:49.190Z] Fetched 368 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-20T19:44:49.190Z] Fetched 187 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-20T19:44:49.190Z] Fetched 175 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-20T19:44:49.190Z] Fetched 206 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-20T19:44:49.190Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-20T19:44:49.190Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-20T19:44:49.190Z] Fetched 159 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-20T19:44:49.190Z] Fetched 107 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-20T19:44:49.190Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-20T19:44:49.190Z] Pulling static-packages [2021-04-20T19:44:49.190Z] + snapcraftctl pull [2021-04-20T19:44:50.135Z] Pulling version [2021-04-20T19:44:50.135Z] + cd /root/project [2021-04-20T19:44:50.135Z] + [ -f VERSION ] [2021-04-20T19:44:50.135Z] + PROJECT_VERSION=local-dev [2021-04-20T19:44:50.135Z] + git rev-parse --short HEAD [2021-04-20T19:44:50.135Z] + GIT_REVISION=6e2281d9 [2021-04-20T19:44:50.135Z] + snapcraftctl set-version local-dev [2021-04-20T19:44:51.522Z] Skipping build go-build-helper (already ran) [2021-04-20T19:44:51.522Z] Building app-service-config [2021-04-20T19:44:51.522Z] + make build [2021-04-20T19:44:51.522Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-20T19:44:53.442Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-20T19:44:53.442Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-20T19:44:53.442Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-20T19:44:53.704Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-20T19:44:53.704Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-20T19:44:53.704Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-20T19:44:53.704Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-20T19:44:53.966Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-20T19:44:53.966Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-20T19:44:54.228Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-20T19:44:54.228Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-20T19:44:54.489Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-20T19:44:54.489Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-20T19:44:54.750Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-20T19:44:54.750Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-20T19:44:54.750Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-20T19:44:55.012Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-20T19:44:55.012Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-20T19:44:55.012Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-20T19:44:55.012Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-20T19:44:55.012Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-20T19:44:55.012Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-20T19:44:55.012Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-20T19:44:55.012Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-20T19:44:55.012Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-20T19:44:55.012Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-20T19:44:55.012Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-20T19:44:55.012Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-20T19:44:55.012Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-20T19:44:55.289Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-20T19:44:55.289Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-20T19:44:55.289Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-20T19:44:55.289Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-20T19:44:55.289Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-20T19:44:55.289Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-20T19:44:55.289Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-20T19:44:55.289Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-20T19:44:55.289Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-20T19:44:55.289Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-20T19:44:55.289Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-20T19:44:55.289Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-20T19:44:55.289Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-20T19:44:55.289Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-20T19:44:55.289Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-20T19:44:55.553Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-20T19:45:07.805Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-20T19:45:07.805Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-20T19:45:07.805Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-20T19:45:07.805Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-20T19:45:08.760Z] Building config-common [2021-04-20T19:45:08.760Z] + snapcraftctl build [2021-04-20T19:45:12.088Z] Building edgex-go [2021-04-20T19:45:12.350Z] + cd /root/parts/edgex-go/src [2021-04-20T19:45:12.350Z] + make build [2021-04-20T19:45:12.351Z] 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-04-20T19:45:13.311Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-20T19:45:13.311Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-20T19:45:13.311Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-20T19:45:13.311Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 [2021-04-20T19:45:13.311Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-20T19:45:13.311Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-20T19:45:13.311Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-20T19:45:13.311Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-20T19:45:13.311Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-20T19:45:13.311Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-20T19:45:13.311Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-20T19:45:13.311Z] go: downloading golang.org/x/text v0.3.2 [2021-04-20T19:45:19.991Z] 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-04-20T19:45:19.991Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-20T19:45:25.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-04-20T19:45:26.804Z] 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-04-20T19:45:28.718Z] 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-04-20T19:45:29.665Z] 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-04-20T19:45:29.665Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-20T19:45:29.665Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-20T19:45:29.665Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-20T19:45:29.665Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-20T19:45:32.224Z] 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-04-20T19:45:32.224Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-20T19:45:32.224Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-20T19:45:33.619Z] 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-04-20T19:45:35.008Z] 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-04-20T19:45:36.399Z] 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-04-20T19:45:37.787Z] 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-04-20T19:45:38.051Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-20T19:45:39.445Z] 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-04-20T19:45:39.445Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-20T19:45:41.995Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-20T19:45:41.995Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-20T19:45:41.995Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-20T19:45:41.995Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-20T19:45:41.995Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-20T19:45:41.995Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-20T19:45:41.995Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-20T19:45:41.995Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-20T19:45:41.995Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-20T19:45:41.995Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-20T19:45:41.995Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-20T19:45:46.205Z] Building static-packages [2021-04-20T19:45:46.205Z] + snapcraftctl build [2021-04-20T19:45:48.122Z] Building version [2021-04-20T19:45:48.122Z] + snapcraftctl build [2021-04-20T19:45:50.675Z] Skipping stage go-build-helper (already ran) [2021-04-20T19:45:50.675Z] Staging app-service-config [2021-04-20T19:45:50.675Z] + snapcraftctl stage [2021-04-20T19:45:52.063Z] Staging config-common [2021-04-20T19:45:52.063Z] + snapcraftctl stage [2021-04-20T19:45:53.449Z] Staging edgex-go [2021-04-20T19:45:53.449Z] + snapcraftctl stage [2021-04-20T19:45:54.409Z] Staging static-packages [2021-04-20T19:45:54.409Z] + snapcraftctl stage [2021-04-20T19:45:55.801Z] Staging version [2021-04-20T19:45:55.801Z] + snapcraftctl stage [2021-04-20T19:45:57.187Z] Priming go-build-helper [2021-04-20T19:45:57.188Z] + snapcraftctl prime [2021-04-20T19:45:58.132Z] Priming app-service-config [2021-04-20T19:45:58.132Z] + snapcraftctl prime [2021-04-20T19:45:59.519Z] Priming config-common [2021-04-20T19:45:59.519Z] + snapcraftctl prime [2021-04-20T19:46:00.911Z] Priming edgex-go [2021-04-20T19:46:00.911Z] + snapcraftctl prime [2021-04-20T19:46:02.307Z] Priming static-packages [2021-04-20T19:46:02.307Z] + snapcraftctl prime [2021-04-20T19:46:04.860Z] Priming version [2021-04-20T19:46:04.860Z] + snapcraftctl prime [2021-04-20T19:46:06.250Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:46:20.262Z] 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-04-20T19:46:38.613Z] Removing intermediate container 372ee18ef61f [2021-04-20T19:46:38.613Z] ---> e825a43776e7 [2021-04-20T19:46:38.613Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:46:38.613Z] Removing intermediate container 16c9981dd855 [2021-04-20T19:46:38.613Z] ---> 420599f9aaf8 [2021-04-20T19:46:38.613Z] [2021-04-20T19:46:38.613Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:46:38.613Z] ---> Running in a52b2d9249df [2021-04-20T19:46:38.613Z] 3.12: Pulling from library/alpine [2021-04-20T19:46:40.604Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:46:40.604Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:46:40.604Z] ---> 9852663dfa18 [2021-04-20T19:46:40.604Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:46:40.895Z] 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-04-20T19:46:40.895Z] ---> Running in d1d0ab5afd18 [2021-04-20T19:46:42.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:42.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:43.887Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:46:43.887Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:46:43.887Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:46:43.887Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:46:43.887Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:46:43.887Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:46:44.172Z] OK: 7 MiB in 18 packages [2021-04-20T19:46:48.553Z] Removing intermediate container a52b2d9249df [2021-04-20T19:46:48.553Z] ---> 13ebc71efd56 [2021-04-20T19:46:48.553Z] [2021-04-20T19:46:48.553Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:46:48.553Z] 20.10.0: Pulling from library/docker [2021-04-20T19:46:48.553Z] Removing intermediate container d1d0ab5afd18 [2021-04-20T19:46:48.553Z] ---> fab8b043eee2 [2021-04-20T19:46:48.553Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:46:48.830Z] Removing intermediate container 0f03e6538846 [2021-04-20T19:46:48.830Z] ---> f85febd4ad40 [2021-04-20T19:46:48.830Z] [2021-04-20T19:46:48.830Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:46:48.830Z] ---> 9852663dfa18 [2021-04-20T19:46:48.830Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:46:48.830Z] Removing intermediate container d7304814491c [2021-04-20T19:46:48.831Z] ---> 8b384357ef14 [2021-04-20T19:46:48.831Z] [2021-04-20T19:46:48.831Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:46:48.831Z] ---> 9852663dfa18 [2021-04-20T19:46:48.831Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:46:49.110Z] ---> Running in eb26044002c3 [2021-04-20T19:46:49.389Z] ---> Running in 05fc93e37b89 [2021-04-20T19:46:49.664Z] ---> Running in fc64722e24a1 [2021-04-20T19:46:50.271Z] Removing intermediate container eb26044002c3 [2021-04-20T19:46:50.271Z] ---> 3acae50bf2ed [2021-04-20T19:46:50.271Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:46:51.258Z] ---> Running in 03a84ab65482 [2021-04-20T19:46:52.281Z] Removing intermediate container 03a84ab65482 [2021-04-20T19:46:52.281Z] ---> b83dec6332f3 [2021-04-20T19:46:52.281Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:46:52.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:52.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:52.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:52.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:53.432Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:46:53.432Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:46:53.432Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:46:53.432Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:46:53.432Z] OK: 5 MiB in 15 packages [2021-04-20T19:46:53.432Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:46:53.432Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:46:53.715Z] OK: 6 MiB in 16 packages [2021-04-20T19:46:55.151Z] ---> be44fa2776ac [2021-04-20T19:46:55.151Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:46:56.593Z] Removing intermediate container b89f57fad1ca [2021-04-20T19:46:56.593Z] ---> a38217046792 [2021-04-20T19:46:56.593Z] [2021-04-20T19:46:56.593Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:46:56.593Z] ---> 9852663dfa18 [2021-04-20T19:46:56.593Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:46:57.586Z] ---> Running in 3477c95141da [2021-04-20T19:46:57.586Z] ---> c68e32c20ac8 [2021-04-20T19:46:57.586Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:46:57.586Z] Removing intermediate container 05fc93e37b89 [2021-04-20T19:46:57.586Z] ---> 3586ec52d903 [2021-04-20T19:46:57.586Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:46:57.872Z] Removing intermediate container fc64722e24a1 [2021-04-20T19:46:57.872Z] ---> afda3ac5f4ee [2021-04-20T19:46:57.872Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:46:58.144Z] ---> Running in c69c5837baba [2021-04-20T19:46:58.742Z] ---> Running in 8d777bbe60dd [2021-04-20T19:46:59.018Z] Removing intermediate container c69c5837baba [2021-04-20T19:46:59.018Z] ---> 082fb0cdb3f0 [2021-04-20T19:46:59.018Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:46:59.626Z] ---> bf0725469a4d [2021-04-20T19:46:59.626Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:46:59.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:59.626Z] Removing intermediate container 8d777bbe60dd [2021-04-20T19:46:59.626Z] ---> e751ee6eae11 [2021-04-20T19:46:59.626Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:46:59.626Z] ---> Running in 1c62479a1cd5 [2021-04-20T19:46:59.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:46:59.903Z] ---> Running in faddf020fb78 [2021-04-20T19:46:59.903Z] ---> Running in fbade994777d [2021-04-20T19:47:00.499Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:47:00.499Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:47:00.499Z] OK: 5 MiB in 15 packages [2021-04-20T19:47:00.772Z] Removing intermediate container 1c62479a1cd5 [2021-04-20T19:47:00.772Z] ---> cb701e60cec3 [2021-04-20T19:47:00.772Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:47:01.060Z] Removing intermediate container faddf020fb78 [2021-04-20T19:47:01.060Z] ---> 26fe69249fa0 [2021-04-20T19:47:01.060Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:47:01.060Z] Removing intermediate container fbade994777d [2021-04-20T19:47:01.060Z] ---> 2a06a8fc7a86 [2021-04-20T19:47:01.060Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:47:01.060Z] ---> Running in 7ebefb06a14c [2021-04-20T19:47:01.336Z] ---> Running in 0ea44f6b9397 [2021-04-20T19:47:01.336Z] ---> Running in e04e5d933fcf [2021-04-20T19:47:01.933Z] Removing intermediate container e04e5d933fcf [2021-04-20T19:47:01.933Z] Removing intermediate container 7ebefb06a14c [2021-04-20T19:47:01.933Z] ---> fe1b72c20568 [2021-04-20T19:47:01.933Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:47:01.933Z] ---> 9345d6a4e66c [2021-04-20T19:47:01.933Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T19:47:02.313Z] Removing intermediate container 3477c95141da [2021-04-20T19:47:02.313Z] ---> 3d3b8637bf06 [2021-04-20T19:47:02.313Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:47:02.313Z] ---> Running in 865032d4c3cc [2021-04-20T19:47:02.313Z] Removing intermediate container 0ea44f6b9397 [2021-04-20T19:47:02.313Z] ---> 06583fa26444 [2021-04-20T19:47:02.313Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:47:02.611Z] ---> Running in 90c0e3ffc172 [2021-04-20T19:47:03.232Z] Removing intermediate container 865032d4c3cc [2021-04-20T19:47:03.232Z] ---> e7f637265eb2 [2021-04-20T19:47:03.232Z] Step 20/21 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:47:03.232Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:47:03.232Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:47:03.232Z] ---> eeaf43b92773 [2021-04-20T19:47:03.232Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:47:03.232Z] ---> 23106b408733 [2021-04-20T19:47:03.232Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:47:03.232Z] Removing intermediate container 90c0e3ffc172 [2021-04-20T19:47:03.232Z] ---> bb9511c089f7 [2021-04-20T19:47:03.232Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:47:03.232Z] ---> Running in e7b4ec6e2498 [2021-04-20T19:47:03.566Z] ---> Running in d09d9b9cdc1b [2021-04-20T19:47:03.566Z] ---> ea483985fde3 [2021-04-20T19:47:03.566Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:47:03.566Z] ---> Running in 9f711b980847 [2021-04-20T19:47:04.187Z] Removing intermediate container e7b4ec6e2498 [2021-04-20T19:47:04.187Z] ---> 99286a16a928 [2021-04-20T19:47:04.187Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:47:04.460Z] Removing intermediate container d09d9b9cdc1b [2021-04-20T19:47:04.460Z] ---> 4c32074a966c [2021-04-20T19:47:04.460Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:47:04.734Z] ---> Running in 5eb94875a6ea [2021-04-20T19:47:04.734Z] Removing intermediate container 9f711b980847 [2021-04-20T19:47:04.734Z] ---> 480b465732be [2021-04-20T19:47:04.734Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:47:05.007Z] ---> Running in b259c2b3730c [2021-04-20T19:47:05.286Z] ---> Running in ac01e8638692 [2021-04-20T19:47:05.564Z] ---> 182a574a8e52 [2021-04-20T19:47:05.564Z] Removing intermediate container 5eb94875a6ea [2021-04-20T19:47:05.564Z] ---> 77558153678f [2021-04-20T19:47:05.564Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:47:05.564Z] [2021-04-20T19:47:05.564Z] ---> b6a9f726c172 [2021-04-20T19:47:05.564Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:47:05.842Z] Removing intermediate container ac01e8638692 [2021-04-20T19:47:05.842Z] ---> 8499f36d69f8 [2021-04-20T19:47:05.842Z] Step 15/23 : WORKDIR / [2021-04-20T19:47:06.118Z] ---> Running in 238bcb33eaec [2021-04-20T19:47:06.395Z] Successfully built 77558153678f [2021-04-20T19:47:06.395Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T19:47:06.395Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-04-20T19:47:06.674Z] ---> 2d722601b1a6 [2021-04-20T19:47:06.674Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T19:47:06.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:47:06.675Z] ---> 01e270c70f41 [2021-04-20T19:47:06.675Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:47:06.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:47:06.954Z] Removing intermediate container 238bcb33eaec [2021-04-20T19:47:06.954Z] ---> af949ff1ac36 [2021-04-20T19:47:06.954Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:47:06.954Z] ---> Running in 5f3918364247 [2021-04-20T19:47:06.954Z] ---> Running in ed947268ed24 [2021-04-20T19:47:07.556Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:47:07.556Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:47:07.556Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:47:07.556Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:47:07.556Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:47:07.556Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:47:07.556Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:47:07.556Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:47:07.556Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:47:07.556Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:47:07.556Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:47:07.557Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:47:07.557Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:47:07.557Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:47:07.830Z] Removing intermediate container ed947268ed24 [2021-04-20T19:47:07.830Z] ---> 36a60c8ca079 [2021-04-20T19:47:07.830Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:47:07.830Z] Removing intermediate container 5f3918364247 [2021-04-20T19:47:07.830Z] ---> 5d1da4546477 [2021-04-20T19:47:07.830Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:47:09.808Z] ---> 4642da9e3782 [2021-04-20T19:47:09.808Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:47:09.808Z] ---> Running in 0f9a36aa9bd8 [2021-04-20T19:47:09.808Z] ---> Running in f90274c11121 [2021-04-20T19:47:09.808Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:47:09.808Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:47:09.808Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:47:09.808Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:47:09.808Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:47:09.808Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:47:09.808Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:47:10.082Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:47:10.082Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:47:10.082Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:47:10.082Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:47:10.082Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:47:10.082Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:47:10.082Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:47:10.082Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:47:10.082Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:47:10.354Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:47:10.354Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:47:10.354Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:47:10.355Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:47:10.355Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:47:10.355Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:47:10.355Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:47:10.355Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:47:10.355Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:47:10.355Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:47:10.628Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:47:10.628Z] OK: 72 MiB in 59 packages [2021-04-20T19:47:10.905Z] Removing intermediate container f90274c11121 [2021-04-20T19:47:10.905Z] ---> d4571c656919 [2021-04-20T19:47:10.905Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T19:47:11.502Z] ---> 812bb9180ab0 [2021-04-20T19:47:11.502Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:47:11.502Z] Removing intermediate container 0f9a36aa9bd8 [2021-04-20T19:47:11.502Z] ---> dad54fe22f75 [2021-04-20T19:47:11.502Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T19:47:11.825Z] ---> Running in fb49b0bacf2c [2021-04-20T19:47:12.097Z] ---> Running in 037fb110784b [2021-04-20T19:47:12.373Z] Removing intermediate container fb49b0bacf2c [2021-04-20T19:47:12.373Z] ---> 14154503dad0 [2021-04-20T19:47:12.373Z] Step 21/22 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:47:12.645Z] ---> 11865184b391 [2021-04-20T19:47:12.645Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T19:47:12.645Z] ---> Running in a120f55fe61b [2021-04-20T19:47:12.919Z] ---> Running in 4685ae14fd89 [2021-04-20T19:47:12.919Z] Removing intermediate container 037fb110784b [2021-04-20T19:47:12.919Z] ---> 6237874862f1 [2021-04-20T19:47:12.919Z] Step 21/22 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:47:12.919Z] ---> Running in 2d8c4b8776c6 [2021-04-20T19:47:13.189Z] Removing intermediate container a120f55fe61b [2021-04-20T19:47:13.189Z] ---> ca724963977b [2021-04-20T19:47:13.189Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:47:13.463Z] ---> Running in c248e9e228e4 [2021-04-20T19:47:13.463Z] Removing intermediate container 4685ae14fd89 [2021-04-20T19:47:13.463Z] ---> d2bd6e546a80 [2021-04-20T19:47:13.463Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:47:13.738Z] Removing intermediate container 2d8c4b8776c6 [2021-04-20T19:47:13.738Z] ---> 4b1d904cb6c8 [2021-04-20T19:47:13.738Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:47:13.738Z] ---> Running in cf9ddebb04ab [2021-04-20T19:47:13.738Z] ---> Running in b78377ef4b2e [2021-04-20T19:47:14.012Z] Removing intermediate container c248e9e228e4 [2021-04-20T19:47:14.012Z] ---> d8f738065a94 [2021-04-20T19:47:14.012Z] [2021-04-20T19:47:14.291Z] Removing intermediate container cf9ddebb04ab [2021-04-20T19:47:14.291Z] ---> 0e90431ef572 [2021-04-20T19:47:14.291Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:47:14.291Z] Removing intermediate container b78377ef4b2e [2021-04-20T19:47:14.291Z] ---> c7cdf7217256 [2021-04-20T19:47:14.291Z] [2021-04-20T19:47:14.572Z] ---> Running in bb11ec53b6f6 [2021-04-20T19:47:14.851Z] Successfully built d8f738065a94 [2021-04-20T19:47:14.851Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T19:47:14.851Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-20T19:47:15.123Z] Successfully built c7cdf7217256 [2021-04-20T19:47:15.123Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T19:47:15.123Z] Building docker-security-secretstore-setup-go [2021-04-20T19:47:15.395Z]  Building docker-support-scheduler-go ... done Collecting docker-compose==1.23.2 [2021-04-20T19:47:15.395Z] Removing intermediate container bb11ec53b6f6 [2021-04-20T19:47:15.395Z] ---> 4682c14e0f03 [2021-04-20T19:47:15.395Z] Step 22/23 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:47:15.395Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:47:15.666Z] ---> Running in 3b04e622b77b [2021-04-20T19:47:16.256Z] Removing intermediate container 3b04e622b77b [2021-04-20T19:47:16.256Z] ---> 9db9d5ba7d82 [2021-04-20T19:47:16.256Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:47:16.256Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:47:16.256Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:47:16.256Z] ---> Running in 27459bb12bb5 [2021-04-20T19:47:16.855Z] Removing intermediate container 27459bb12bb5 [2021-04-20T19:47:16.855Z] ---> 0c61493b1f97 [2021-04-20T19:47:16.855Z] [2021-04-20T19:47:17.455Z] Successfully built 0c61493b1f97 [2021-04-20T19:47:17.455Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T19:47:17.455Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-04-20T19:47:18.890Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T19:47:18.890Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:47:19.486Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:47:19.486Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:47:22.106Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:47:22.106Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:47:22.383Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:47:22.660Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:47:22.660Z] 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-04-20T19:47:24.093Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:47:24.093Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:47:24.690Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:47:24.690Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:47:26.123Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:47:26.123Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:47:29.521Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:47:29.521Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:47:31.498Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:47:31.498Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:47:32.090Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:47:32.090Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:47:32.686Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:47:32.686Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:47:32.686Z] 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-04-20T19:47:32.686Z] 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-04-20T19:47:32.686Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:47:32.686Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:47:32.686Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:47:32.686Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:47:33.665Z] Installing collected packages: dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, cached-property, jsonschema, PyYAML, texttable, docker-compose [2021-04-20T19:47:33.665Z] Running setup.py install for dockerpty: started [2021-04-20T19:47:36.291Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:47:36.291Z] Attempting uninstall: urllib3 [2021-04-20T19:47:36.291Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:47:36.291Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:47:36.291Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:47:36.564Z] Attempting uninstall: idna [2021-04-20T19:47:36.564Z] Found existing installation: idna 2.9 [2021-04-20T19:47:36.565Z] Uninstalling idna-2.9: [2021-04-20T19:47:36.837Z] Successfully uninstalled idna-2.9 [2021-04-20T19:47:37.433Z] Attempting uninstall: requests [2021-04-20T19:47:37.433Z] Found existing installation: requests 2.23.0 [2021-04-20T19:47:37.433Z] Uninstalling requests-2.23.0: [2021-04-20T19:47:37.433Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:47:38.860Z] Running setup.py install for docopt: started [2021-04-20T19:47:40.841Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:47:41.433Z] Running setup.py install for PyYAML: started [2021-04-20T19:47:44.057Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:47:44.057Z] Running setup.py install for texttable: started [2021-04-20T19:47:46.039Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:47:47.532Z] 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.58.0 [2021-04-20T19:47:50.178Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:47:50.178Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:47:50.178Z] ---> 62056db396ec [2021-04-20T19:47:50.178Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:47:50.178Z] ---> Using cache [2021-04-20T19:47:50.178Z] ---> 2fdd9d3df2be [2021-04-20T19:47:50.178Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:47:50.178Z] ---> Using cache [2021-04-20T19:47:50.178Z] ---> 5bbefb1ed9f5 [2021-04-20T19:47:50.178Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:47:50.178Z] ---> Using cache [2021-04-20T19:47:50.178Z] ---> f5b9d8639823 [2021-04-20T19:47:50.178Z] Step 6/23 : COPY go.mod . [2021-04-20T19:47:50.178Z] ---> Using cache [2021-04-20T19:47:50.178Z] ---> 5e422541219e [2021-04-20T19:47:50.178Z] Step 7/23 : RUN go mod download [2021-04-20T19:47:50.178Z] ---> Using cache [2021-04-20T19:47:50.178Z] ---> 436739287bc0 [2021-04-20T19:47:50.178Z] Step 8/23 : COPY . . [2021-04-20T19:47:50.178Z] ---> Using cache [2021-04-20T19:47:50.178Z] ---> ac7ecc9bd967 [2021-04-20T19:47:50.178Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:47:58.461Z] ---> Running in 81cdb56dde3a [2021-04-20T19:47:59.058Z] 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-04-20T19:48:04.469Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:48:04.469Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:48:04.469Z] ---> 62056db396ec [2021-04-20T19:48:04.469Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:48:04.469Z] ---> Using cache [2021-04-20T19:48:04.469Z] ---> 2fdd9d3df2be [2021-04-20T19:48:04.469Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:48:04.469Z] ---> Using cache [2021-04-20T19:48:04.469Z] ---> 5bbefb1ed9f5 [2021-04-20T19:48:04.469Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T19:48:04.469Z] ---> Using cache [2021-04-20T19:48:04.469Z] ---> f5b9d8639823 [2021-04-20T19:48:04.469Z] Step 6/24 : COPY go.mod . [2021-04-20T19:48:04.469Z] ---> Using cache [2021-04-20T19:48:04.469Z] ---> 5e422541219e [2021-04-20T19:48:04.469Z] Step 7/24 : RUN go mod download [2021-04-20T19:48:04.469Z] ---> Using cache [2021-04-20T19:48:04.469Z] ---> 436739287bc0 [2021-04-20T19:48:04.469Z] Step 8/24 : COPY . . [2021-04-20T19:48:05.068Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:48:05.068Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:48:05.068Z] ---> 62056db396ec [2021-04-20T19:48:05.068Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:48:05.068Z] ---> Using cache [2021-04-20T19:48:05.068Z] ---> 2fdd9d3df2be [2021-04-20T19:48:05.068Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:48:05.068Z] ---> Using cache [2021-04-20T19:48:05.068Z] ---> 5bbefb1ed9f5 [2021-04-20T19:48:05.068Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:48:05.344Z] ---> Using cache [2021-04-20T19:48:05.344Z] ---> ac7ecc9bd967 [2021-04-20T19:48:05.344Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:48:05.950Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:48:05.950Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:48:05.950Z] ---> 62056db396ec [2021-04-20T19:48:05.950Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T19:48:05.950Z] ---> Using cache [2021-04-20T19:48:05.950Z] ---> 2fdd9d3df2be [2021-04-20T19:48:05.950Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:48:05.950Z] ---> Using cache [2021-04-20T19:48:05.950Z] ---> 5bbefb1ed9f5 [2021-04-20T19:48:05.950Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:48:05.950Z] ---> Using cache [2021-04-20T19:48:05.950Z] ---> f5b9d8639823 [2021-04-20T19:48:05.950Z] Step 6/31 : COPY go.mod . [2021-04-20T19:48:05.950Z] ---> Using cache [2021-04-20T19:48:05.950Z] ---> 5e422541219e [2021-04-20T19:48:05.950Z] Step 7/31 : RUN go mod download [2021-04-20T19:48:05.950Z] ---> Using cache [2021-04-20T19:48:05.950Z] ---> 436739287bc0 [2021-04-20T19:48:05.950Z] Step 8/31 : COPY . . [2021-04-20T19:48:06.580Z] ---> Using cache [2021-04-20T19:48:06.580Z] ---> ac7ecc9bd967 [2021-04-20T19:48:06.580Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:48:07.184Z] ---> Running in 048209139ad5 [2021-04-20T19:48:07.184Z] ---> Running in 91606304d210 [2021-04-20T19:48:07.184Z] ---> Running in f9d92e9c7cd8 [2021-04-20T19:48:10.586Z] 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-04-20T19:48:10.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T19:48:10.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:48:11.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:48:11.468Z] Removing intermediate container b259c2b3730c [2021-04-20T19:48:11.468Z] ---> 4e0aac248279 [2021-04-20T19:48:11.468Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:48:11.745Z] ---> Running in cde9a51e5a8d [2021-04-20T19:48:12.557Z] OK: 217 MiB in 51 packages [2021-04-20T19:48:12.557Z] Removing intermediate container cde9a51e5a8d [2021-04-20T19:48:12.557Z] ---> 977bfe511a66 [2021-04-20T19:48:12.557Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:48:12.855Z] ---> Running in 7b4aca9ca926 [2021-04-20T19:48:13.931Z] Removing intermediate container 7b4aca9ca926 [2021-04-20T19:48:13.931Z] ---> 8594fabaf08f [2021-04-20T19:48:13.931Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:48:14.578Z] Removing intermediate container f9d92e9c7cd8 [2021-04-20T19:48:14.578Z] ---> a4fec4382312 [2021-04-20T19:48:14.578Z] Step 6/23 : COPY go.mod . [2021-04-20T19:48:16.045Z] ---> 1070c3ba0a0b [2021-04-20T19:48:16.045Z] Step 7/23 : RUN go mod download [2021-04-20T19:48:16.319Z] ---> 2088bae56f89 [2021-04-20T19:48:16.319Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:48:16.319Z] ---> Running in 31a515890596 [2021-04-20T19:48:17.773Z] ---> d398b03b03c0 [2021-04-20T19:48:17.773Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:48:19.230Z] ---> e1b79f729037 [2021-04-20T19:48:19.230Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:48:19.513Z] ---> Running in 31a4b2ffa2a1 [2021-04-20T19:48:20.493Z] Removing intermediate container 31a4b2ffa2a1 [2021-04-20T19:48:20.493Z] ---> 53bd2a2b3aaf [2021-04-20T19:48:20.493Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:48:20.493Z] ---> Running in e5d636aefc4a [2021-04-20T19:48:21.487Z] Removing intermediate container e5d636aefc4a [2021-04-20T19:48:21.487Z] ---> 1d06133e17b9 [2021-04-20T19:48:21.487Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:48:21.487Z] Removing intermediate container 31a515890596 [2021-04-20T19:48:21.487Z] ---> 584ae8d8cb88 [2021-04-20T19:48:21.487Z] Step 8/23 : COPY . . [2021-04-20T19:48:21.487Z] ---> Running in 237a8243e0bc [2021-04-20T19:48:22.483Z] Removing intermediate container 237a8243e0bc [2021-04-20T19:48:22.483Z] ---> 9be52ff68611 [2021-04-20T19:48:22.483Z] Step 22/23 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:48:23.094Z] ---> Running in 07ad323e8a30 [2021-04-20T19:48:24.096Z] Removing intermediate container 07ad323e8a30 [2021-04-20T19:48:24.096Z] ---> 215123119377 [2021-04-20T19:48:24.096Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:48:24.716Z] ---> Running in c836fc73b1f3 [2021-04-20T19:48:26.179Z] Removing intermediate container c836fc73b1f3 [2021-04-20T19:48:26.179Z] ---> 3c2cec49368b [2021-04-20T19:48:26.179Z] [2021-04-20T19:48:26.791Z] Successfully built 3c2cec49368b [2021-04-20T19:48:26.791Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T19:48:41.910Z]  Building docker-sys-mgmt-agent-go ... done  ---> f1f260d518b3 [2021-04-20T19:48:41.910Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:48:41.910Z] ---> Running in 179f840f579c [2021-04-20T19:48:43.892Z] 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-04-20T19:49:30.879Z] 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-04-20T19:49:34.294Z] Removing intermediate container 81cdb56dde3a [2021-04-20T19:49:34.294Z] ---> b996920be393 [2021-04-20T19:49:34.294Z] [2021-04-20T19:49:34.294Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:49:34.294Z] ---> 9852663dfa18 [2021-04-20T19:49:34.294Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:49:34.294Z] ---> Using cache [2021-04-20T19:49:34.294Z] ---> 3d3b8637bf06 [2021-04-20T19:49:34.294Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:49:34.294Z] ---> Using cache [2021-04-20T19:49:34.294Z] ---> bb9511c089f7 [2021-04-20T19:49:34.294Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:49:34.573Z] ---> Running in 2c47f87b57e2 [2021-04-20T19:49:35.178Z] Removing intermediate container 2c47f87b57e2 [2021-04-20T19:49:35.178Z] ---> 036ff925cebe [2021-04-20T19:49:35.178Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:49:35.178Z] ---> Running in 3e7ee96768d1 [2021-04-20T19:49:36.179Z] Removing intermediate container 3e7ee96768d1 [2021-04-20T19:49:36.179Z] ---> 2ab3005f8302 [2021-04-20T19:49:36.179Z] Step 15/23 : WORKDIR / [2021-04-20T19:49:36.179Z] ---> Running in e078c4e8db7c [2021-04-20T19:49:37.175Z] Removing intermediate container e078c4e8db7c [2021-04-20T19:49:37.175Z] ---> c3483ef8d17b [2021-04-20T19:49:37.175Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:49:38.631Z] ---> 943cfe06dd59 [2021-04-20T19:49:38.631Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:49:42.047Z] ---> 6c512d7dfbc3 [2021-04-20T19:49:42.047Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:49:42.318Z] Removing intermediate container 91606304d210 [2021-04-20T19:49:42.318Z] ---> f8ba6bbf855d [2021-04-20T19:49:42.318Z] [2021-04-20T19:49:42.318Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:49:42.318Z] ---> 9852663dfa18 [2021-04-20T19:49:42.318Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:49:42.595Z] ---> Running in 654534380fb5 [2021-04-20T19:49:43.198Z] ---> 73eae6994882 [2021-04-20T19:49:43.198Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:49:43.474Z] ---> Running in 13282052f337 [2021-04-20T19:49:43.474Z] Removing intermediate container 654534380fb5 [2021-04-20T19:49:43.753Z] ---> c848a193bcc2 [2021-04-20T19:49:43.753Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:49:44.030Z] ---> Running in b046e02a976b [2021-04-20T19:49:45.027Z] Removing intermediate container 13282052f337 [2021-04-20T19:49:45.027Z] ---> 5183566e1266 [2021-04-20T19:49:45.027Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:49:45.303Z] ---> Running in 5526939d7b2e [2021-04-20T19:49:45.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:49:46.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:49:46.452Z] Removing intermediate container 5526939d7b2e [2021-04-20T19:49:46.452Z] ---> a8de1ad8559b [2021-04-20T19:49:46.452Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:49:46.452Z] Removing intermediate container 048209139ad5 [2021-04-20T19:49:46.452Z] ---> 86c429c89721 [2021-04-20T19:49:46.452Z] [2021-04-20T19:49:46.452Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:49:46.452Z] ---> 9852663dfa18 [2021-04-20T19:49:46.452Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:49:46.744Z] ---> Running in 31fd46df8565 [2021-04-20T19:49:46.744Z] ---> Running in 13921ef88c8b [2021-04-20T19:49:47.024Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:49:47.024Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:49:47.024Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:49:47.024Z] OK: 5 MiB in 16 packages [2021-04-20T19:49:47.631Z] Removing intermediate container 31fd46df8565 [2021-04-20T19:49:47.631Z] ---> bd0f047f9352 [2021-04-20T19:49:47.631Z] Step 22/23 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:49:47.631Z] ---> Running in 088a95ae99ab [2021-04-20T19:49:48.636Z] Removing intermediate container 088a95ae99ab [2021-04-20T19:49:48.636Z] ---> d4857be5d2bf [2021-04-20T19:49:48.636Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:49:48.927Z] ---> Running in 3f4a8a692be9 [2021-04-20T19:49:48.927Z] Removing intermediate container b046e02a976b [2021-04-20T19:49:48.927Z] ---> 8b0d4746b6f9 [2021-04-20T19:49:48.927Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:49:49.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:49:49.506Z] ---> Running in e663ce33a7b2 [2021-04-20T19:49:49.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:49:49.778Z] Removing intermediate container 3f4a8a692be9 [2021-04-20T19:49:49.778Z] ---> 532daf9f5b57 [2021-04-20T19:49:49.778Z] [2021-04-20T19:49:50.055Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:49:50.055Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:49:50.055Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:49:50.055Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:49:50.055Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:49:50.055Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:49:50.055Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:49:50.055Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:49:50.335Z] Removing intermediate container e663ce33a7b2 [2021-04-20T19:49:50.336Z] ---> 45a6c0d5332e [2021-04-20T19:49:50.336Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:49:50.336Z] Successfully built 532daf9f5b57 [2021-04-20T19:49:50.336Z] OK: 7 MiB in 20 packages [2021-04-20T19:49:50.610Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T19:49:50.610Z]  Building docker-core-command-go ... done  ---> Running in 3dbbd906c1d9 [2021-04-20T19:49:51.211Z] Removing intermediate container 3dbbd906c1d9 [2021-04-20T19:49:51.211Z] ---> 67b203b0c875 [2021-04-20T19:49:51.211Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:49:51.482Z] ---> Running in 9009148625c3 [2021-04-20T19:49:53.472Z] Removing intermediate container 13921ef88c8b [2021-04-20T19:49:53.472Z] ---> f86547f02a0c [2021-04-20T19:49:53.472Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:49:53.472Z] ---> Running in 7d6ca6daffe1 [2021-04-20T19:49:54.081Z] Removing intermediate container 7d6ca6daffe1 [2021-04-20T19:49:54.081Z] ---> d0c46016ffcb [2021-04-20T19:49:54.081Z] Step 13/24 : WORKDIR / [2021-04-20T19:49:54.354Z] ---> Running in 8dfdca844897 [2021-04-20T19:49:54.968Z] Removing intermediate container 9009148625c3 [2021-04-20T19:49:54.968Z] ---> 52ff3e166067 [2021-04-20T19:49:54.968Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:49:54.968Z] ---> Running in 346ad10f041c [2021-04-20T19:49:54.968Z] Removing intermediate container 8dfdca844897 [2021-04-20T19:49:54.968Z] ---> c78ca92ade1a [2021-04-20T19:49:54.968Z] 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-04-20T19:49:55.958Z] Removing intermediate container 346ad10f041c [2021-04-20T19:49:55.958Z] ---> 90a089b46820 [2021-04-20T19:49:55.958Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:49:56.232Z] ---> 9f194c04a1ab [2021-04-20T19:49:56.232Z] 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-04-20T19:49:57.224Z] ---> 3344a2727acd [2021-04-20T19:49:57.224Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:49:57.224Z] ---> Running in 4476ce7dbbce [2021-04-20T19:49:57.520Z] ---> 411154a67473 [2021-04-20T19:49:57.520Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:49:58.513Z] ---> ccb7c18df759 [2021-04-20T19:49:58.514Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:49:59.954Z] ---> d58dbfe0b220 [2021-04-20T19:49:59.954Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:49:59.954Z] Removing intermediate container 4476ce7dbbce [2021-04-20T19:49:59.954Z] ---> 6785a453244b [2021-04-20T19:49:59.954Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:50:00.933Z] ---> d53829cfa923 [2021-04-20T19:50:00.933Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:50:01.224Z] ---> 1665c1cc0436 [2021-04-20T19:50:01.224Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:50:02.489Z] ---> f6d015657d4b [2021-04-20T19:50:02.489Z] 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-04-20T19:50:02.489Z] ---> 84016c5cdbd0 [2021-04-20T19:50:02.489Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:50:02.489Z] ---> Running in 23a201335eb5 [2021-04-20T19:50:04.653Z] ---> 8066f6cd6f83 [2021-04-20T19:50:04.653Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:50:05.264Z] ---> 22ac633e01ce [2021-04-20T19:50:05.264Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:50:05.858Z] Removing intermediate container 23a201335eb5 [2021-04-20T19:50:05.858Z] ---> fa2d2fa1f0fb [2021-04-20T19:50:05.858Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:50:06.131Z] ---> Running in 31da3cb94ade [2021-04-20T19:50:06.404Z] ---> 9a276b049772 [2021-04-20T19:50:06.404Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:50:06.677Z] ---> Running in 5cba5d025cd9 [2021-04-20T19:50:06.677Z] Removing intermediate container 31da3cb94ade [2021-04-20T19:50:06.677Z] ---> 59a1f2277e67 [2021-04-20T19:50:06.677Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T19:50:06.951Z] ---> Running in 8924f0a795e1 [2021-04-20T19:50:07.224Z] Removing intermediate container 5cba5d025cd9 [2021-04-20T19:50:07.224Z] ---> c9e7ee98dce2 [2021-04-20T19:50:07.224Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:50:07.499Z] Removing intermediate container 8924f0a795e1 [2021-04-20T19:50:07.499Z] ---> 6a26f042efd5 [2021-04-20T19:50:07.499Z] Step 23/24 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:50:07.773Z] ---> Running in a989ab58ca54 [2021-04-20T19:50:08.045Z] ---> a3ddd266b6f0 [2021-04-20T19:50:08.045Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:50:08.642Z] ---> Running in 5fdecfeb5d4e [2021-04-20T19:50:08.642Z] Removing intermediate container a989ab58ca54 [2021-04-20T19:50:08.642Z] ---> f888e6e93087 [2021-04-20T19:50:08.642Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:50:08.919Z] ---> Running in 837da8d255ba [2021-04-20T19:50:09.517Z] Removing intermediate container 837da8d255ba [2021-04-20T19:50:09.517Z] ---> e06f677e7527 [2021-04-20T19:50:09.517Z] [2021-04-20T19:50:09.791Z] Successfully built e06f677e7527 [2021-04-20T19:50:10.065Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T19:50:12.038Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5fdecfeb5d4e [2021-04-20T19:50:12.038Z] ---> 0b9d9194d34e [2021-04-20T19:50:12.038Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:50:12.038Z] Removing intermediate container 179f840f579c [2021-04-20T19:50:12.038Z] ---> 8d7c6e3bf3b5 [2021-04-20T19:50:12.038Z] [2021-04-20T19:50:12.038Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:50:12.038Z] ---> 9852663dfa18 [2021-04-20T19:50:12.038Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:50:12.312Z] ---> Running in cac51d85e18e [2021-04-20T19:50:12.312Z] ---> Running in 63ddd3b606fd [2021-04-20T19:50:12.906Z] Removing intermediate container cac51d85e18e [2021-04-20T19:50:12.906Z] ---> 79fc4e410a0c [2021-04-20T19:50:12.906Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:50:12.906Z] Removing intermediate container 63ddd3b606fd [2021-04-20T19:50:12.906Z] ---> a3a52b145d11 [2021-04-20T19:50:12.906Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:50:13.178Z] ---> Running in 32428d1be3fe [2021-04-20T19:50:13.178Z] ---> Running in 7355838f146c [2021-04-20T19:50:13.771Z] Removing intermediate container 7355838f146c [2021-04-20T19:50:13.771Z] ---> 3aca66bfd94e [2021-04-20T19:50:13.771Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:50:13.771Z] Removing intermediate container 32428d1be3fe [2021-04-20T19:50:13.771Z] ---> 130c63357e9f [2021-04-20T19:50:13.771Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T19:50:13.771Z] ---> Running in b2115b7b083e [2021-04-20T19:50:14.044Z] ---> Running in 4643bcdc9950 [2021-04-20T19:50:14.315Z] Removing intermediate container b2115b7b083e [2021-04-20T19:50:14.315Z] ---> 0341c8da4ad8 [2021-04-20T19:50:14.315Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:50:14.587Z] ---> Running in f0f70b66a440 [2021-04-20T19:50:14.588Z] Removing intermediate container 4643bcdc9950 [2021-04-20T19:50:14.588Z] ---> a402eabe6e9f [2021-04-20T19:50:14.588Z] Step 30/31 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:50:15.185Z] ---> Running in 2e02dfdbcd5e [2021-04-20T19:50:15.459Z] Removing intermediate container 2e02dfdbcd5e [2021-04-20T19:50:15.459Z] ---> 07c08248edd7 [2021-04-20T19:50:15.459Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:50:16.053Z] ---> Running in fcda5b83abf3 [2021-04-20T19:50:16.647Z] Removing intermediate container fcda5b83abf3 [2021-04-20T19:50:16.647Z] ---> 74ad06a83431 [2021-04-20T19:50:16.647Z] [2021-04-20T19:50:16.918Z] Successfully built 74ad06a83431 [2021-04-20T19:50:16.918Z] Removing intermediate container f0f70b66a440 [2021-04-20T19:50:16.918Z] ---> 50b558c9c2bd [2021-04-20T19:50:16.918Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:50:16.918Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T19:50:17.192Z]  Building docker-security-bootstrapper-go ... done  ---> Running in a2074af5d14a [2021-04-20T19:50:18.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:50:19.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:50:19.726Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:50:19.726Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:50:19.726Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:50:19.996Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:50:19.996Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:50:20.268Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:50:20.268Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:50:20.268Z] OK: 8 MiB in 20 packages [2021-04-20T19:50:21.697Z] Removing intermediate container a2074af5d14a [2021-04-20T19:50:21.697Z] ---> e931323568c0 [2021-04-20T19:50:21.697Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:50:22.288Z] ---> 463e01212056 [2021-04-20T19:50:22.288Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:50:23.713Z] ---> 36bfea7318b3 [2021-04-20T19:50:23.713Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:50:24.303Z] ---> 0299fc3a320d [2021-04-20T19:50:24.303Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:50:24.303Z] ---> Running in e0e2bf399bc7 [2021-04-20T19:50:24.897Z] Removing intermediate container e0e2bf399bc7 [2021-04-20T19:50:24.897Z] ---> 60fa2353ed3d [2021-04-20T19:50:24.897Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:50:24.897Z] ---> Running in d76deef37ab2 [2021-04-20T19:50:25.492Z] Removing intermediate container d76deef37ab2 [2021-04-20T19:50:25.492Z] ---> 4c736248be24 [2021-04-20T19:50:25.492Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:50:25.492Z] ---> Running in fcbb487099b7 [2021-04-20T19:50:26.086Z] Removing intermediate container fcbb487099b7 [2021-04-20T19:50:26.086Z] ---> 7416e6249b6c [2021-04-20T19:50:26.086Z] Step 22/23 : LABEL git_sha=6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [2021-04-20T19:50:26.086Z] ---> Running in 2e058968e76d [2021-04-20T19:50:26.678Z] Removing intermediate container 2e058968e76d [2021-04-20T19:50:26.678Z] ---> a59179af1e95 [2021-04-20T19:50:26.678Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:50:26.678Z] ---> Running in b6947b1f5c00 [2021-04-20T19:50:27.270Z] Removing intermediate container b6947b1f5c00 [2021-04-20T19:50:27.270Z] ---> 3a0cf16c6f1f [2021-04-20T19:50:27.270Z] [2021-04-20T19:50:27.541Z] Successfully built 3a0cf16c6f1f [2021-04-20T19:50:27.541Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T19:50:27.826Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-20T19:50:27.847Z] $ docker stop --time=1 2d03777d834ffe6a5bc9116fcdb76d39bae18371e75eb404186bbf4a74251d16 [2021-04-20T19:50:29.832Z] $ docker rm -f 2d03777d834ffe6a5bc9116fcdb76d39bae18371e75eb404186bbf4a74251d16 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:50:30.430Z] + grep docker [2021-04-20T19:50:30.430Z] + docker images [2021-04-20T19:50:30.700Z] docker-core-data-go-arm64 latest 3a0cf16c6f1f 4 seconds ago 21.6MB [2021-04-20T19:50:30.700Z] docker-security-bootstrapper-go-arm64 latest 74ad06a83431 14 seconds ago 18.1MB [2021-04-20T19:50:30.700Z] docker-security-secretstore-setup-go-arm64 latest e06f677e7527 21 seconds ago 24.9MB [2021-04-20T19:50:30.700Z] docker-core-command-go-arm64 latest 532daf9f5b57 41 seconds ago 16.5MB [2021-04-20T19:50:30.700Z] docker-sys-mgmt-agent-go-arm64 latest 3c2cec49368b 2 minutes ago 299MB [2021-04-20T19:50:30.700Z] docker-core-metadata-go-arm64 latest 0c61493b1f97 3 minutes ago 18.1MB [2021-04-20T19:50:30.700Z] docker-support-scheduler-go-arm64 latest c7cdf7217256 3 minutes ago 16.6MB [2021-04-20T19:50:30.700Z] docker-support-notifications-go-arm64 latest d8f738065a94 3 minutes ago 17.2MB [2021-04-20T19:50:30.700Z] docker-security-proxy-setup-go-arm64 latest 77558153678f 3 minutes ago 24.6MB [2021-04-20T19:50:30.700Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:50:31.291Z] ---> job-cost.sh [2021-04-20T19:50:31.291Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Xs30 [2021-04-20T19:51:10.215Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T19:52:46.927Z] lf-activate-venv(): INFO: Adding /tmp/venv-Xs30/bin to PATH [2021-04-20T19:52:46.927Z] INFO: No Stack... [2021-04-20T19:52:46.927Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T19:52:46.927Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T19:52:47.260Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-04-20T19:52:47.260Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T19:52:47.373Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3389-4-stack-cost] [2021-04-20T19:52:47.385Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3389-4-stack-cost] did not exist. Created. [2021-04-20T19:52:47.385Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3389-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T19:52:47.738Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T19:52:48.114Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T19:52:48.134Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3389-4-stack-cost] [Pipeline] // lock [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-04-20T19:52:48.624Z] provisioning config files... [2021-04-20T19:52:48.635Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8215377227170359400tmp [Pipeline] { [Pipeline] sh [2021-04-20T19:52:48.978Z] + set +x [2021-04-20T19:52:48.979Z] + curl -s https://codecov.io/bash [2021-04-20T19:52:48.979Z] + bash -s -- [2021-04-20T19:52:49.241Z] [2021-04-20T19:52:49.241Z] _____ _ [2021-04-20T19:52:49.241Z] / ____| | | [2021-04-20T19:52:49.241Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T19:52:49.241Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T19:52:49.241Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T19:52:49.241Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T19:52:49.241Z] Bash-1.0.2 [2021-04-20T19:52:49.241Z] [2021-04-20T19:52:49.241Z] [2021-04-20T19:52:49.241Z] ==> git version 2.24.3 found [2021-04-20T19:52:49.503Z] ==> 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-04-20T19:52:49.503Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T19:52:49.503Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T19:52:49.503Z] ==> Jenkins CI detected. [2021-04-20T19:52:49.503Z] project root: . [2021-04-20T19:52:49.503Z] --> token set from env [2021-04-20T19:52:49.503Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T19:52:49.503Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T19:52:49.503Z] ==> Python coveragepy not found [2021-04-20T19:52:49.503Z] ==> Searching for coverage reports in: [2021-04-20T19:52:49.503Z] + . [2021-04-20T19:52:49.503Z] -> Found 1 reports [2021-04-20T19:52:49.503Z] ==> Detecting git/mercurial file structure [2021-04-20T19:52:49.765Z] ==> Reading reports [2021-04-20T19:52:49.765Z] + ./coverage.out bytes=703598 [2021-04-20T19:52:49.765Z] ==> Appending adjustments [2021-04-20T19:52:49.765Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T19:52:53.075Z] + Found adjustments [2021-04-20T19:52:53.075Z] ==> Gzipping contents [2021-04-20T19:52:53.337Z] 100K /tmp/codecov.b3jChB.gz [2021-04-20T19:52:53.337Z] ==> Uploading reports [2021-04-20T19:52:53.337Z] url: https://codecov.io [2021-04-20T19:52:53.337Z] query: branch=PR-3389&commit=6e2281d98799465ee1a82ef3fe88e54a9a1b6665&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3389%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3389&job=&cmd_args= [2021-04-20T19:52:53.337Z] -> Pinging Codecov [2021-04-20T19:52:53.337Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3389&commit=6e2281d98799465ee1a82ef3fe88e54a9a1b6665&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3389%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3389&job=&cmd_args= [2021-04-20T19:52:54.283Z] -> Uploading to [2021-04-20T19:52:54.283Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/6e2281d98799465ee1a82ef3fe88e54a9a1b6665/aeb85211-84ba-4377-be6f-cec0c7336700.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T195253Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9a809f81ee4e1750b0cb52b0ae8ff55b506482870ffd22322689810ff0b285a5 [2021-04-20T19:52:54.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:52:54.283Z] Dload Upload Total Spent Left Speed [2021-04-20T19:52:54.545Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 224k --:--:-- --:--:-- --:--:-- 224k [2021-04-20T19:52:54.545Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6e2281d98799465ee1a82ef3fe88e54a9a1b6665 [Pipeline] } [2021-04-20T19:52:54.555Z] 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] { (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-04-20T19:52:55.300Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:52:56.180Z] ---> package-listing.sh [2021-04-20T19:52:56.180Z] ++ facter osfamily [2021-04-20T19:52:56.180Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T19:52:56.180Z] + OS_FAMILY=redhat [2021-04-20T19:52:56.180Z] + workspace=/w/workspace/edgex-go/4 [2021-04-20T19:52:56.180Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T19:52:56.180Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T19:52:56.180Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T19:52:56.180Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T19:52:56.180Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-20T19:52:56.180Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T19:52:56.180Z] + case "${OS_FAMILY}" in [2021-04-20T19:52:56.180Z] + rpm -qa [2021-04-20T19:52:56.180Z] + sort [2021-04-20T19:53:01.487Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T19:53:01.487Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T19:53:01.487Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T19:53:01.487Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-20T19:53:01.487Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-04-20T19:53:01.487Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-04-20T19:53:01.502Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T19:53:01.801Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:53:02.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:53:02.384Z] [2021-04-20T19:53:02.384Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:53:02.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:53:02.704Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T19:53:02.704Z] df20fa9351a1: Pulling fs layer [2021-04-20T19:53:02.704Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T19:53:02.704Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T19:53:02.704Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T19:53:02.704Z] 93b61091891f: Pulling fs layer [2021-04-20T19:53:02.704Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T19:53:02.704Z] 5e14af77c1be: Pulling fs layer [2021-04-20T19:53:02.704Z] 01666e4c0597: Pulling fs layer [2021-04-20T19:53:02.704Z] aa168da1d23b: Pulling fs layer [2021-04-20T19:53:02.704Z] 93b9cdb0e59b: Waiting [2021-04-20T19:53:02.704Z] 01666e4c0597: Waiting [2021-04-20T19:53:02.704Z] aa168da1d23b: Waiting [2021-04-20T19:53:02.704Z] 5e14af77c1be: Waiting [2021-04-20T19:53:02.704Z] 46f8f816bc3b: Waiting [2021-04-20T19:53:02.704Z] 93b61091891f: Waiting [2021-04-20T19:53:02.704Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T19:53:02.704Z] 36b3adc4ff6f: Download complete [2021-04-20T19:53:02.704Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T19:53:02.704Z] 46f8f816bc3b: Download complete [2021-04-20T19:53:02.971Z] df20fa9351a1: Download complete [2021-04-20T19:53:02.971Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T19:53:02.971Z] 93b9cdb0e59b: Download complete [2021-04-20T19:53:02.971Z] 5e14af77c1be: Verifying Checksum [2021-04-20T19:53:02.971Z] 5e14af77c1be: Download complete [2021-04-20T19:53:02.971Z] 93b61091891f: Verifying Checksum [2021-04-20T19:53:02.971Z] 93b61091891f: Download complete [2021-04-20T19:53:02.971Z] 01666e4c0597: Verifying Checksum [2021-04-20T19:53:02.971Z] 01666e4c0597: Download complete [2021-04-20T19:53:03.233Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T19:53:03.233Z] 8ad3a11d3b57: Download complete [2021-04-20T19:53:03.233Z] df20fa9351a1: Pull complete [2021-04-20T19:53:03.494Z] 36b3adc4ff6f: Pull complete [2021-04-20T19:53:04.455Z] 8ad3a11d3b57: Pull complete [2021-04-20T19:53:04.455Z] 46f8f816bc3b: Pull complete [2021-04-20T19:53:05.406Z] aa168da1d23b: Verifying Checksum [2021-04-20T19:53:05.406Z] aa168da1d23b: Download complete [2021-04-20T19:53:06.363Z] 93b61091891f: Pull complete [2021-04-20T19:53:07.315Z] 93b9cdb0e59b: Pull complete [2021-04-20T19:53:07.577Z] 5e14af77c1be: Pull complete [2021-04-20T19:53:07.577Z] 01666e4c0597: Pull complete [2021-04-20T19:53:15.747Z] aa168da1d23b: Pull complete [2021-04-20T19:53:16.009Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T19:53:16.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:53:16.009Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T19:53:16.193Z] prd-centos7-docker-4c-2g-1260 does not seem to be running inside a container [2021-04-20T19:53:16.246Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T19:53:21.734Z] $ docker top 7f8dc6d0718d9f6e550377634b433974ae13cd1b8d76ee4a8d62d2919124821c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:53:22.244Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T19:53:22.545Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T19:53:22.844Z] + ls /var/log/sa-host [2021-04-20T19:53:22.844Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T19:53:22.844Z] file_magic: OK [2021-04-20T19:53:22.844Z] HZ: Using current value: 100 [2021-04-20T19:53:22.844Z] file_header: OK [2021-04-20T19:53:22.844Z] 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-04-20T19:53:22.844Z] Statistics: [2021-04-20T19:53:22.844Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T19:53:22.844Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T19:53:22.844Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T19:53:22.844Z] file_magic: OK [2021-04-20T19:53:22.844Z] HZ: Using current value: 100 [2021-04-20T19:53:22.844Z] file_header: OK [2021-04-20T19:53:22.844Z] 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-04-20T19:53:22.844Z] Statistics: [2021-04-20T19:53:22.844Z] Hnuu...uuuununununu... [2021-04-20T19:53:22.844Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T19:53:23.557Z] provisioning config files... [2021-04-20T19:53:23.597Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7396665153612692129tmp [Pipeline] { [Pipeline] echo [2021-04-20T19:53:23.620Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:23.916Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T19:53:23.927Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T19:53:23.952Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:24.251Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T19:53:24.263Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:24.562Z] ---> sudo-logs.sh [2021-04-20T19:53:24.563Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T19:53:24.599Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:24.896Z] ---> job-cost.sh [2021-04-20T19:53:24.896Z] lf-activate-venv: SKIPPING [2021-04-20T19:53:24.896Z] DEBUG: total: 0.20999999344348907 [2021-04-20T19:53:24.896Z] INFO: Retrieving Stack Cost... [2021-04-20T19:53:26.284Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T19:53:26.546Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T19:53:26.563Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:53:26.861Z] ---> logs-deploy.sh [2021-04-20T19:53:26.861Z] lf-activate-venv: SKIPPING [2021-04-20T19:53:26.861Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3389/4 [2021-04-20T19:53:26.861Z] INFO: archiving workspace using pattern(s): [2021-04-20T19:53:28.250Z] Archives upload complete. [2021-04-20T19:53:28.250Z] INFO: archiving logs to Nexus